body.template-productdetailpage {
    overflow-x: hidden;
}

@supports (overflow: clip) {
    body.template-productdetailpage {
        overflow-x: clip;
    }
}

.product-detail-hero {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 24%, rgba(183, 208, 44, 0.2), transparent 30rem),
        linear-gradient(132deg, #303708, #172d12 72%, #0d2314);
}

.product-breadcrumbs {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    padding-top: 1.15rem;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    white-space: nowrap;
}

.product-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.product-breadcrumbs a:not(:first-child) {
    max-width: 40%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-breadcrumbs a:hover,
.product-breadcrumbs a:focus-visible {
    color: #d7ec55;
}

.product-breadcrumbs span:last-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    min-height: clamp(31rem, 52vw, 42rem);
    padding: clamp(2.3rem, 5vw, 5rem) 0;
}

.product-detail-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 42rem;
}

.product-detail-hero .eyebrow {
    color: #d7ec55;
}

.product-detail-hero h1 {
    max-width: 15ch;
    margin: 0.55rem 0 0.85rem;
    color: #fff;
    font-size: clamp(2.5rem, 5.2vw, 5.15rem);
    line-height: 0.98;
}

.product-detail-subtitle {
    max-width: 36rem;
    margin: 0 0 0.75rem;
    color: #d7ec55;
    font-size: clamp(1.08rem, 1.8vw, 1.45rem);
    font-weight: 700;
}

.product-detail-teaser {
    max-width: 39rem;
    color: rgba(255, 255, 255, 0.86);
}

.product-detail-teaser p {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.product-detail-primary-cta {
    margin-top: 1.5rem;
}

.product-detail-hero-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(22rem, 36vw, 35rem);
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-detail-hero-media::after {
    display: none;
}

.product-detail-hero-media img {
    position: relative;
    z-index: 1;
    width: 112%;
    height: 100%;
    max-height: 36rem;
    max-width: none;
    padding: 0;
    object-fit: cover;
    mask-image:
        linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%),
        linear-gradient(to right, transparent 0%, black 16%, black 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-image:
        linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%),
        linear-gradient(to right, transparent 0%, black 16%, black 84%, transparent 100%);
    -webkit-mask-composite: source-in;
}

.product-detail-focus-left img { object-position: left center; }
.product-detail-focus-center img { object-position: center center; }
.product-detail-focus-right img { object-position: right center; }

.product-detail-image-placeholder {
    position: relative;
    z-index: 1;
    font-size: 5rem;
}

.product-detail-section-nav {
    position: sticky;
    z-index: 90;
    top: var(--site-header-height, 4rem);
    max-width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e6dfca;
    background: rgba(255, 252, 244, 0.96);
    backdrop-filter: blur(0.75rem);
}

.product-detail-section-nav .container {
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 1rem;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
}

.product-detail-section-nav a {
    flex: 0 0 auto;
    padding: 1rem 1.15rem 0.85rem;
    border-bottom: 0.2rem solid transparent;
    color: #343b0e;
    font-size: 0.88rem;
    font-weight: 700;
    scroll-snap-align: start;
    text-decoration: none;
}

.product-detail-section-nav a:hover,
.product-detail-section-nav a:focus-visible {
    border-color: #a2ba22;
}

.product-detail-nav-label-short {
    display: none;
}

.product-detail-main,
.product-index-main {
    padding: clamp(3rem, 7vw, 6.5rem) 0;
    background: #fffdf8;
}

.product-detail-anchor {
    scroll-margin-top: calc(var(--site-header-height, 4rem) + 4.5rem);
}

.product-detail-description {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
}

.product-detail-copy-column {
    min-width: 0;
}

.product-detail-description h2,
.product-detail-card h2,
.product-detail-consultation h2,
.product-detail-related-content h2,
.product-detail-faq h2,
.product-detail-recommendations h2,
.product-detail-gallery h2 {
    color: #343b0e;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    line-height: 1.1;
}

.product-detail-suitability {
    margin-top: 1.75rem;
    overflow: hidden;
    border: 1px solid #dde2cf;
    border-radius: 0.9rem;
    background: #eef1e7;
}

.product-detail-suitability summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    color: #343b0e;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.product-detail-suitability summary::-webkit-details-marker {
    display: none;
}

.product-detail-suitability summary::after {
    flex: 0 0 auto;
    content: "+";
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1;
}

.product-detail-suitability[open] summary::after {
    content: "−";
}

.product-detail-suitability > .richtext {
    padding: 1rem 1.15rem 1.2rem;
    border-top: 1px solid #dde2cf;
}

.product-detail-suitability > .richtext > :first-child {
    margin-top: 0;
}

.product-detail-suitability > .richtext > :last-child {
    margin-bottom: 0;
}

.product-detail-slider {
    min-width: 0;
}

.product-detail-slider-stage {
    position: relative;
    display: grid;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid #e3ddca;
    border-radius: 1.25rem;
    background: #f1eee3;
    box-shadow: 0 1rem 2.5rem rgba(49, 55, 9, 0.08);
}

.product-detail-slider-slide {
    display: grid;
    width: 100%;
    height: 100%;
    grid-area: 1 / 1;
    place-items: center;
    margin: 0;
}

.product-detail-slider-slide[hidden] {
    display: none;
}

.product-detail-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-slider-slide-contain img {
    object-position: center;
}

.product-detail-slider-image-button {
    position: relative;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    padding: 0;
    overflow: hidden;
    border: 0;
    color: #343b0e;
    background: transparent;
    cursor: zoom-in;
}

.product-detail-slider-image-button:focus-visible {
    outline: 0.2rem solid #718019;
    outline-offset: -0.3rem;
}

.product-detail-slider-zoom {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border: 1px solid rgba(52, 59, 14, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0.35rem 1rem rgba(30, 35, 10, 0.14);
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-detail-slider-image-button:hover .product-detail-slider-zoom,
.product-detail-slider-image-button:focus-visible .product-detail-slider-zoom {
    color: #fff;
    background: #343b0e;
    transform: scale(1.06);
}

.product-detail-slider-zoom svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.product-detail-slider-control {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 1px solid rgba(52, 59, 14, 0.14);
    border-radius: 50%;
    color: #343b0e;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0.4rem 1.1rem rgba(30, 35, 10, 0.12);
    font: inherit;
    cursor: pointer;
    transform: translateY(-50%);
}

.product-detail-slider-control svg,
.product-detail-lightbox-control svg,
.product-detail-lightbox-close svg {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.product-detail-slider-control:hover,
.product-detail-slider-control:focus-visible {
    color: #fff;
    background: #343b0e;
}

.product-detail-slider-previous {
    left: 1rem;
}

.product-detail-slider-next {
    right: 1rem;
}

.product-detail-slider-count {
    position: absolute;
    z-index: 2;
    bottom: 0.9rem;
    left: 1rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    color: #343b0e;
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.78rem;
    font-weight: 700;
}

.product-detail-slider-thumbnails {
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 0.85rem;
}

.product-detail-slider-thumbnail {
    display: grid;
    width: 5.8rem;
    height: 4.45rem;
    place-items: center;
    padding: 0.2rem;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 0.65rem;
    background: #f4f1e8;
    cursor: pointer;
}

.product-detail-slider-thumbnail.is-active,
.product-detail-slider-thumbnail:hover,
.product-detail-slider-thumbnail:focus-visible {
    border-color: #596414;
}

.product-detail-slider-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    object-fit: contain;
}

.product-detail-slider-dots {
    display: flex;
    gap: 0.4rem;
    justify-content: center;
    margin-top: 0.7rem;
}

.product-detail-slider-dots span {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #d5d3c7;
}

.product-detail-slider-dots span.is-active {
    background: #53600e;
}

body.product-lightbox-open {
    overflow: hidden;
}

.product-detail-lightbox {
    width: 100vw;
    max-width: none;
    height: 100dvh;
    max-height: none;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
}

.product-detail-lightbox[open] {
    display: grid;
    place-items: center;
}

.product-detail-lightbox::backdrop {
    background: rgba(11, 17, 8, 0.88);
    backdrop-filter: blur(0.5rem);
}

.product-detail-lightbox-panel {
    position: relative;
    display: grid;
    width: min(92vw, 88rem);
    height: min(90dvh, 58rem);
    place-items: center;
}

.product-detail-lightbox figure {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    margin: 0;
}

.product-detail-lightbox figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 1.2rem 3rem rgba(0, 0, 0, 0.28));
}

.product-detail-lightbox-close,
.product-detail-lightbox-control {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 50%;
    color: #fff;
    background: rgba(23, 34, 18, 0.82);
    cursor: pointer;
}

.product-detail-lightbox-close:hover,
.product-detail-lightbox-close:focus-visible,
.product-detail-lightbox-control:hover,
.product-detail-lightbox-control:focus-visible {
    color: #28330e;
    background: #fff;
}

.product-detail-lightbox-close {
    top: 0;
    right: 0;
}

.product-detail-lightbox-control {
    top: 50%;
    transform: translateY(-50%);
}

.product-detail-lightbox-previous {
    left: 0;
}

.product-detail-lightbox-next {
    right: 0;
}

.product-detail-lightbox-count {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(23, 34, 18, 0.82);
    font-size: 0.82rem;
    font-weight: 800;
    transform: translateX(-50%);
}

.product-detail-description-content {
    --collapsed-description-height: 22rem;
}

.product-detail-description-expandable.is-enhanced:not(.is-expanded) .product-detail-description-content {
    max-height: var(--collapsed-description-height);
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 0%, black 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 82%, transparent 100%);
}

.product-detail-description-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    margin-top: 0.75rem;
    border: 1px solid #e1dccb;
    border-radius: 0.75rem;
    color: #343b0e;
    background: #faf8f1;
    font: inherit;
    font-weight: 800;
    text-align: start;
    cursor: pointer;
}

.product-detail-description-toggle[hidden] {
    display: none;
}

.product-detail-description-toggle:hover,
.product-detail-description-toggle:focus-visible {
    border-color: #a2ba22;
    background: #f2f4e7;
}

.product-detail-description-toggle-icon {
    position: relative;
    flex: 0 0 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
}

.product-detail-description-toggle-icon::before,
.product-detail-description-toggle-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.85rem;
    height: 0.12rem;
    border-radius: 999px;
    content: "";
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity 180ms ease, transform 180ms ease;
}

.product-detail-description-toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.product-detail-description-toggle[aria-expanded="true"] .product-detail-description-toggle-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0);
}

.product-detail-packshot {
    display: grid;
    place-items: center;
    min-height: 24rem;
    margin: 0;
    padding: clamp(1.25rem, 4vw, 3rem);
    border-radius: 1.75rem;
    background: #f1eee3;
}

.product-detail-packshot img {
    width: 100%;
    max-height: 31rem;
    object-fit: contain;
}

.product-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.product-detail-badges li {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    color: #6d4b10;
    background: #f4ead5;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-detail-card,
.product-detail-variants,
.product-detail-notes,
.product-detail-consultation,
.product-detail-related-content,
.product-detail-faq,
.product-detail-recommendations,
.product-detail-gallery {
    margin-top: clamp(2.5rem, 6vw, 5rem);
}

.product-detail-card {
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid #e6dfca;
    border-radius: 1.25rem;
    background: #fff;
}

.product-detail-card h2 {
    margin-top: 0;
    overflow-wrap: normal;
}

.product-detail-nutrition-grid .product-detail-card h2 {
    font-size: clamp(1.3rem, 6vw, 2rem);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.product-detail-variants h2 {
    margin: 0 0 0.85rem;
    color: #343b0e;
    font-size: 1.05rem;
}

.product-detail-variant-grid,
.product-detail-related-grid,
.product-detail-recommendation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.product-detail-variant-grid {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.product-detail-variant-grid li {
    display: flex;
    min-height: 4.15rem;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.8rem 1rem;
    border: 1px solid #aeb59a;
    border-radius: 0.45rem;
    color: #343b0e;
    background: #fff;
    text-align: center;
}

.product-detail-variant-grid strong {
    display: inline-block;
    color: #343b0e;
    font-size: 1rem;
}

.product-detail-variant-icon {
    display: grid;
    flex: 0 0 auto;
    width: 1.65rem;
    height: 1.65rem;
    place-items: center;
}

.product-detail-variant-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.product-detail-variant-copy {
    display: grid;
    gap: 0.1rem;
}

.product-detail-variant-copy small {
    color: #716d5e;
    font-size: 0.72rem;
}

.product-detail-nutrition-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-top: clamp(2.5rem, 6vw, 5rem);
}

.product-detail-nutrition-grid.has-analysis {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.product-detail-nutrition-column {
    display: grid;
    min-width: 0;
    gap: 1rem;
}

.product-detail-nutrition-grid .product-detail-card {
    min-width: 0;
    margin-top: 0;
}

.product-detail-composition-highlight {
    display: flex;
    min-height: 3.2rem;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    padding: 0.65rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.45rem;
    color: #fff;
    background: linear-gradient(110deg, #526a28, #29451f);
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.product-detail-composition-icons {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.product-detail-composition-icon {
    display: grid;
    width: 2.45rem;
    height: 2.45rem;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 82%);
    border-radius: 50%;
    background: #fffdf7;
    box-shadow: 0 0.2rem 0.7rem rgb(16 40 10 / 20%);
}

.product-detail-composition-icon + .product-detail-composition-icon {
    margin-left: -0.42rem;
}

.product-detail-composition-icon img {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
}

.product-detail-composition-group + .product-detail-composition-group {
    padding-top: 0.9rem;
    margin-top: 0.9rem;
    border-top: 1px solid #eee8da;
}

.product-detail-composition-group h3,
.product-detail-composition-more h3 {
    margin: 0 0 0.55rem;
    color: #343b0e;
    font-size: 0.88rem;
}

.product-detail-composition-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-detail-composition-chips li {
    padding: 0.35rem 0.65rem;
    border: 1px solid #e8e1d1;
    border-radius: 0.4rem;
    color: #3e3c32;
    background: #fdfbf6;
    font-size: 0.78rem;
    line-height: 1.3;
}

.product-detail-composition-overflow,
.product-detail-composition-more,
.product-detail-composition-original {
    margin-top: 0.8rem;
}

.product-detail-composition-overflow summary,
.product-detail-composition-more summary,
.product-detail-composition-original summary {
    color: #657315;
    font-size: 0.8rem;
    font-weight: 800;
    cursor: pointer;
}

.product-detail-composition-overflow[open] summary,
.product-detail-composition-more[open] > summary,
.product-detail-composition-original[open] > summary {
    margin-bottom: 0.7rem;
}

.product-detail-composition-more,
.product-detail-composition-original {
    padding-top: 0.85rem;
    border-top: 1px solid #eee8da;
}

.product-detail-composition-more > div,
.product-detail-composition-original > .richtext {
    color: #5e594c;
    font-size: 0.82rem;
}

.product-detail-composition-original .richtext > :first-child {
    margin-top: 0;
}

.product-detail-composition-original .richtext > :last-child {
    margin-bottom: 0;
}

.product-detail-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.product-detail-feeding .richtext > ul {
    display: grid;
    gap: 0.65rem;
    padding-left: 1.35rem;
    margin: 0;
}

.product-detail-feeding .richtext > ul > li {
    padding-left: 0.2rem;
}

.product-detail-feeding .richtext > ul > li::marker {
    color: #657315;
    font-size: 1.15em;
}

.product-detail-card table {
    width: 100%;
    border-collapse: collapse;
}

.product-detail-card th,
.product-detail-card td {
    padding: 0.75rem;
    border-bottom: 1px solid #e6dfca;
    text-align: start;
    vertical-align: top;
}

.product-detail-card td small {
    display: block;
    margin-top: 0.2rem;
    color: #756f5d;
}

#analyse td:last-child {
    white-space: nowrap;
}

.product-detail-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.product-detail-notes > div {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #f3f0e6;
}

.product-detail-notes h2 {
    margin-top: 0;
    color: #343b0e;
    font-size: 1.35rem;
}

.product-detail-download {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2rem);
    margin-top: clamp(2.5rem, 6vw, 5rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(102, 113, 28, 0.22);
    border-radius: 1.25rem;
    background: linear-gradient(120deg, #f7f5e9, #eef2d5);
    box-shadow: 0 1rem 2.5rem rgba(49, 55, 9, 0.08);
}

.product-detail-download h2,
.product-detail-download p {
    margin-top: 0;
}

.product-detail-download p:last-child {
    margin-bottom: 0;
}

.product-detail-download-icon {
    width: clamp(3.5rem, 6vw, 4.6rem);
    line-height: 0;
}

.product-detail-download-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.product-detail-download .button {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.32em;
    white-space: nowrap;
}

.product-detail-download .button small {
    font-size: 0.72em;
}

.product-detail-consultation {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1.5rem, 4vw, 2.75rem);
    border-radius: 1.4rem;
    color: #fff;
    background: linear-gradient(125deg, #343b0e, #1f3c18);
}

.product-detail-consultation h2,
.product-detail-consultation .eyebrow {
    color: #fff;
}

.product-detail-consultation p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.product-detail-consultation-actions {
    display: grid;
    flex: 0 0 auto;
    gap: 0.75rem;
    min-width: min(100%, 18rem);
}

.product-detail-whatsapp {
    color: #cfe746;
    font-weight: 700;
    text-align: center;
}

.product-detail-gallery > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.product-detail-gallery figure {
    margin: 0;
}

.product-detail-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 1rem;
    object-fit: contain;
    background: #f1eee3;
}

.product-detail-gallery figcaption {
    margin-top: 0.45rem;
    color: #756f5d;
    font-size: 0.82rem;
}

.product-detail-related-grid a {
    display: grid;
    gap: 0.45rem;
    padding: 1.25rem;
    border: 1px solid #e6dfca;
    border-radius: 1rem;
    color: #343b0e;
    background: #fff;
    text-decoration: none;
}

.product-detail-related-grid span,
.product-detail-related-grid small {
    color: #8a5b0e;
    font-size: 0.78rem;
    font-weight: 700;
}

.product-detail-faq details {
    border-top: 1px solid #ddd5be;
}

.product-detail-faq details:last-child {
    border-bottom: 1px solid #ddd5be;
}

.product-detail-faq summary {
    padding: 1.15rem 0;
    color: #343b0e;
    font-weight: 800;
    cursor: pointer;
}

.product-detail-faq details .richtext {
    padding: 0 0 1.25rem;
}

.product-detail-recommendations {
    text-align: center;
}

.product-detail-recommendation-grid {
    gap: 1.5rem;
}

.product-detail-recommendations-intro {
    max-width: 48rem;
    margin: 0 auto 1.5rem;
}

.catalog-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e6dfca;
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 0.8rem 2.2rem rgba(54, 57, 18, 0.08);
    text-align: start;
}

.catalog-product-card > a {
    display: grid;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.catalog-product-card-media {
    display: grid;
    place-items: center;
    min-height: 14rem;
    padding: 1rem;
    background: #f1eee3;
}

.catalog-product-card-media img {
    width: 100%;
    height: 14rem;
    object-fit: contain;
}

.catalog-product-card-copy {
    padding: 1.1rem;
}

.catalog-product-card-copy small {
    color: #8a5b0e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.catalog-product-card-copy h3 {
    margin: 0.4rem 0;
    color: #343b0e;
    font-size: 1.15rem;
}

.catalog-product-card-copy p {
    color: #665f4d;
}

.catalog-product-card:hover,
.catalog-product-card:focus-within {
    border-color: #a2ba22;
    transform: translateY(-0.18rem);
}

.product-detail-back {
    display: inline-flex;
    margin-top: 2rem;
    color: #70500f;
    font-weight: 700;
}

.product-index-hero {
    padding: clamp(5rem, 10vw, 9rem) 0;
    color: #fff;
    background: linear-gradient(125deg, #343b0e, #183616);
}

.product-index-hero h1 {
    color: #fff;
}

.product-index-hero .richtext {
    max-width: 48rem;
}

@media (max-width: 64rem) {
    .product-detail-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
        gap: 2rem;
    }

    .product-detail-variant-grid,
    .product-detail-related-grid,
    .product-detail-recommendation-grid,
    .product-detail-gallery > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail-nutrition-grid.has-analysis {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 48rem) {
    .product-detail-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 2.4rem 0 3rem;
    }

    .product-detail-hero h1 {
        max-width: none;
        font-size: clamp(2rem, 9vw, 3.2rem);
    }

    .product-detail-hero-media {
        min-height: 20rem;
        border-radius: 0;
    }

    .product-detail-hero-media img {
        width: 100%;
        max-height: 24rem;
    }

    .product-detail-description,
    .product-detail-notes {
        grid-template-columns: 1fr;
    }

    .product-detail-nutrition-grid,
    .product-detail-nutrition-grid.has-analysis {
        grid-template-columns: minmax(0, 1fr);
    }

    .product-detail-nutrition-column,
    .product-detail-nutrition-grid > .product-detail-card {
        width: 100%;
        min-width: 0;
    }

    .product-detail-card th,
    .product-detail-card td {
        padding: 0.65rem 0.45rem;
    }

    .product-detail-section-nav .container {
        width: 100%;
    }

    .product-detail-nav-label-full {
        display: none;
    }

    .product-detail-nav-label-short {
        display: inline;
    }

    .product-detail-packshot {
        min-height: 19rem;
    }

    .product-detail-description-content {
        --collapsed-description-height: 20rem;
    }

    .product-detail-lightbox-panel {
        width: 100vw;
        height: 100dvh;
        padding: 4rem 1rem 3rem;
    }

    .product-detail-lightbox-close {
        top: 0.75rem;
        right: 0.75rem;
    }

    .product-detail-lightbox-previous {
        left: 0.75rem;
    }

    .product-detail-lightbox-next {
        right: 0.75rem;
    }

    .product-detail-lightbox-count {
        bottom: 0.75rem;
    }

    .product-detail-consultation {
        display: grid;
    }

    .product-detail-consultation-actions {
        width: 100%;
    }

    .product-detail-download {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .product-detail-download .button {
        grid-column: 1 / -1;
        width: 100%;
        white-space: normal;
    }
}

@media (max-width: 34rem) {
    .product-breadcrumbs {
        font-size: 0.7rem;
    }

    .product-detail-section-nav .container {
        gap: 0;
        padding-inline: 0.25rem;
        scroll-padding-inline: 0.25rem;
    }

    .product-detail-section-nav a {
        padding: 0.85rem 0.5rem 0.7rem;
        font-size: 0.8rem;
    }

    .product-detail-variant-grid,
    .product-detail-related-grid,
    .product-detail-recommendation-grid,
    .product-detail-gallery > div {
        grid-template-columns: 1fr;
    }

    .product-detail-card,
    .product-detail-consultation {
        margin-inline: -0.35rem;
    }

    .product-detail-card {
        padding-inline: 1rem;
    }

    .product-detail-composition-highlight {
        gap: 0.6rem;
        padding-inline: 0.7rem;
        text-align: center;
    }

    .product-detail-composition-icon {
        width: 2.2rem;
        height: 2.2rem;
    }

    .product-detail-composition-icon img {
        width: 1.5rem;
        height: 1.5rem;
    }
}
