.ximiso-product-category {
    background: #fff;
    color: #111;
    overflow-x: hidden;
}

body:has(.ximiso-product-category) {
    overflow-x: hidden;
}

.ximiso-product-category-hero {
    position: relative;
    min-height: 34rem;
    overflow: hidden;
    background: #111;
}

.ximiso-product-category-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .16) 64%);
}

.ximiso-product-category-hero img {
    width: 100%;
    height: 100%;
    min-height: 34rem;
    object-fit: cover;
}

.ximiso-product-category-hero-copy {
    position: absolute;
    inset: auto auto 12% 8%;
    z-index: 1;
    max-width: 44rem;
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}

.ximiso-product-category-back,
.ximiso-product-category-back:visited {
    display: inline-flex;
    margin-bottom: .85rem;
    color: #ffcd2c;
    font-family: MuliBold, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.ximiso-product-category-back:hover {
    color: #fff;
}

.ximiso-product-category-hero-copy h1 {
    margin: 0 0 1rem;
    font-family: MuliBold, sans-serif;
    font-size: 4.5rem;
    letter-spacing: 0;
}

.ximiso-product-category-hero-copy p {
    max-width: 36rem;
    font-size: 1.18rem;
    line-height: 1.65;
}

.ximiso-product-category-band {
    padding: 5rem 2rem;
}

.ximiso-product-category-heading h2 {
    display: inline-block;
    padding: 0 .75rem .1rem;
    color: #111;
    border-bottom: 12px solid #ffcd2c;
}

.ximiso-product-category-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
    gap: 3rem;
    align-items: stretch;
    background: #f7f7f4;
}

.ximiso-product-category-intro-copy,
.ximiso-product-category-highlights {
    max-width: 1100px;
}

.ximiso-product-category-highlights {
    display: grid;
    gap: 1rem;
}

.ximiso-product-category-highlights article {
    padding: 1.5rem;
    border-left: 8px solid #ffcd2c;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.ximiso-product-category-highlights h2,
.ximiso-product-category-card h2,
.ximiso-product-category-cta h2 {
    margin: 0 0 .75rem;
    font-family: MuliBold, sans-serif;
    letter-spacing: 0;
}

.ximiso-product-category-highlights h2,
.ximiso-product-category-card h2 {
    font-size: 1.35rem;
}

.ximiso-product-category-highlights p,
.ximiso-product-category-card p,
.ximiso-product-category-cta p {
    color: #555;
    line-height: 1.7;
}

.ximiso-product-category-product-grid,
.ximiso-product-category-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.ximiso-product-category-card,
.ximiso-product-category-gallery figure {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.ximiso-product-category-card img,
.ximiso-product-category-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f1f1f1;
}

.ximiso-product-category-card > div {
    padding: 1.5rem;
}

.ximiso-product-category-gallery {
    background: #f7f7f4;
}

.ximiso-product-category-gallery figure {
    margin: 0;
}

.ximiso-product-category-gallery figcaption {
    padding: 1rem 1.25rem;
    color: #555;
    font-family: MuliBold, sans-serif;
}

.ximiso-product-category-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: 5rem 8%;
    background: #111;
    color: #fff;
}

.ximiso-product-category-cta h2 {
    color: #ffcd2c;
    font-size: 2.75rem;
}

.ximiso-product-category-cta p {
    max-width: 44rem;
    color: rgba(255, 255, 255, .78);
}

.ximiso-product-category-button,
.ximiso-product-category-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: .75rem 1.5rem;
    border: 1px solid #d6b53c;
    background: #d6b53c;
    color: #111;
    font-family: MuliBold, sans-serif;
    text-decoration: none;
}

.ximiso-product-category-button:hover {
    color: #111;
    background: #ffcd2c;
}

@media screen and (max-width: 900px) {
    .ximiso-product-category-hero-copy {
        inset: auto 1.5rem 10% 1.5rem;
    }

    .ximiso-product-category-hero-copy h1 {
        font-size: 2.55rem;
    }

    .ximiso-product-category-band,
    .ximiso-product-category-cta {
        padding: 3.5rem 1.5rem;
    }

    .ximiso-product-category-intro,
    .ximiso-product-category-product-grid,
    .ximiso-product-category-gallery-grid {
        grid-template-columns: 1fr;
    }
}