/* MITZUMA_HOME_STATIC_CSS_V1 */
/* Exact rendered CSS extracted from CMS homepage. */

/* Responsive homepage banner layout */
.mitzuma-featured-carousel {
    display: grid;
    grid-template-columns: minmax(230px, 26%) minmax(0, 1fr);
    gap: 0;
    width: 100%;
    margin: 28px 0;
    overflow: hidden;
    background: #f4f5f7;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.mitzuma-featured-promo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
    padding: 36px 30px;
    overflow: hidden;
    color: #fff !important;
    text-decoration: none !important;
    background:
        radial-gradient(circle at 105% 5%, rgba(255, 255, 255, 0.24) 0 82px, transparent 83px),
        radial-gradient(circle at -15% 105%, rgba(255, 255, 255, 0.14) 0 115px, transparent 116px),
        linear-gradient(145deg, #078b52 0%, #006f45 52%, #005738 100%);
}

.mitzuma-featured-promo::after {
    content: "";
    position: absolute;
    top: -55px;
    right: -42px;
    width: 165px;
    height: 310px;
    border: 34px solid rgba(255, 211, 0, 0.9);
    transform: rotate(24deg);
    pointer-events: none;
}

.mitzuma-featured-promo > * {
    position: relative;
    z-index: 1;
}

.mitzuma-featured-kicker {
    width: fit-content;
    margin-bottom: 14px;
    padding: 6px 10px;
    color: #004c30;
    background: #ffd400;
    border-radius: 2px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.mitzuma-featured-promo h2 {
    max-width: 280px;
    margin: 0;
    color: #fff;
    font-size: clamp(1.7rem, 2.35vw, 2.5rem);
    font-weight: 900;
    font-style: italic;
    line-height: 1.02;
    text-transform: uppercase;
}

.mitzuma-featured-promo p {
    max-width: 300px;
    margin: 18px 0 22px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.95rem;
    line-height: 1.5;
}

.mitzuma-featured-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding-bottom: 4px;
    border-bottom: 2px solid #ffd400;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
}

.mitzuma-featured-cta svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.mitzuma-featured-promo:hover .mitzuma-featured-cta svg {
    transform: translateX(4px);
}

.mitzuma-featured-products {
    min-width: 0;
    padding: 20px 18px 18px;
    background: #fff;
}

.mitzuma-featured-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding: 0 4px 13px;
    border-bottom: 1px solid #e3e6e8;
}

.mitzuma-featured-heading span {
    display: block;
    margin-bottom: 2px;
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mitzuma-featured-heading h3 {
    margin: 0;
    color: #222;
    font-size: 1.32rem;
    font-weight: 800;
    line-height: 1.2;
}

.mitzuma-featured-heading > a {
    flex: 0 0 auto;
    color: #006fbb;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

/* Product cards styled like a clean marketplace carousel. */
.mitzuma-featured-products .product-item,
.mitzuma-featured-products .item {
    height: 100%;
    padding: 0 10px;
    background: #fff;
}

.mitzuma-featured-products .product-item-info {
    width: auto;
    height: 100%;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mitzuma-featured-products .product-item-info:hover {
    border-color: #e1e4e8;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
}

.mitzuma-featured-products .product-image-container,
.mitzuma-featured-products .product-image-wrapper {
    width: 100% !important;
}

.mitzuma-featured-products .product-image-photo {
    display: block;
    width: 100%;
    height: 190px;
    margin: 0 auto;
    object-fit: contain;
}

.mitzuma-featured-products .product-item-name,
.mitzuma-featured-products .product-item-link {
    color: #252525;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
}

.mitzuma-featured-products .price-box {
    margin: 10px 0 6px;
}

.mitzuma-featured-products .price {
    color: #111;
    font-size: 1.18rem;
    font-weight: 900;
}

.mitzuma-featured-products .old-price .price {
    color: #7b8087;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: line-through;
}

.mitzuma-featured-products .action.primary,
.mitzuma-featured-products .tocart {
    width: 100%;
    min-height: 38px;
    margin-top: 8px;
    border-color: #006fbb;
    background: #006fbb;
    border-radius: 3px;
    font-size: 0.82rem;
    font-weight: 800;
}

.mitzuma-featured-products .owl-nav button,
.mitzuma-featured-products .slick-arrow,
.mitzuma-featured-products .swiper-button-prev,
.mitzuma-featured-products .swiper-button-next {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #d8dde2 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16) !important;
    color: #333 !important;
}

/* Major sports codes slider */
.mitzuma-sports-slider {
    width: 100%;
    margin: 40px 0 44px;
    overflow: hidden;
    background: #fff;
}

.mitzuma-sports-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 22px;
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
}

.mitzuma-sports-heading h2 {
    margin: 0;
    color: #1b1b1d;
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.035em;
}

.mitzuma-sports-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(245px, 1fr);
    gap: 16px;
    overflow-x: auto;
    padding: 0 0 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #aaa #efefef;
}

.mitzuma-sport-card {
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 12px;
    background: #e8e8e8;
    scroll-snap-align: start;
}

.mitzuma-sport-card::after {
    content: "";
    position: absolute;
    inset: 48% 0 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent);
}

.mitzuma-sport-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mitzuma-sport-card:hover img {
    transform: scale(1.035);
}

.mitzuma-sport-card span {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 24px;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
    text-transform: capitalize;
}

/* Product sliders — clean retail layout from supplied reference */
.mitzuma-clean-slider {
    width: 100%;
    margin: 46px 0 58px;
    overflow: hidden;
    background: #fff;
}

.mitzuma-clean-slider-last {
    margin-top: 58px;
}

.mitzuma-clean-slider-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.mitzuma-clean-slider-heading span {
    display: block;
    margin-bottom: 10px;
    color: #595959;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.mitzuma-clean-slider-heading h2 {
    margin: 0;
    color: #1b1b1d;
    font-size: clamp(1.65rem, 2.1vw, 2.15rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.035em;
}

.mitzuma-clean-slider-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 19px;
    border-radius: 5px;
    background: #2563eb;
    color: #fff !important;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.035em;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.mitzuma-clean-slider-heading > a:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.mitzuma-clean-slider-heading > a svg {
    width: 18px;
    height: 18px;
}

.mitzuma-clean-slider-products {
    position: relative;
}

/* Remove the extension's duplicate "Featured Products" heading. */
.mitzuma-clean-slider-products .block-title,
.mitzuma-clean-slider-products > .title,
.mitzuma-clean-slider-products .product-slider-title,
.mitzuma-clean-slider-products .products-slider-title {
    display: none !important;
}

.mitzuma-clean-slider-products .block,
.mitzuma-clean-slider-products .block-content,
.mitzuma-clean-slider-products .products-grid,
.mitzuma-clean-slider-products .product-items,
.mitzuma-clean-slider-products .product-slider,
.mitzuma-clean-slider-products .products.wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.mitzuma-clean-slider-products .product-item,
.mitzuma-clean-slider-products .item {
    padding: 0 7px;
    background: #fff;
}

.mitzuma-clean-slider-products .product-item-info {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: visible;
    border-radius: 12px;
    background: #fff;
}

.mitzuma-clean-slider-products .product-image-container,
.mitzuma-clean-slider-products .product-image-wrapper,
.mitzuma-clean-slider-products .product-item-photo,
.mitzuma-clean-slider-products a.product.photo,
.mitzuma-clean-slider-products a.product-item-photo {
    width: 100% !important;
    overflow: hidden;
    border-radius: 12px;
    background: #eceef1 !important;
}

.mitzuma-clean-slider-products .product-image-wrapper {
    overflow: hidden;
    aspect-ratio: 0.72;
    padding: 0 !important;
    border-radius: 12px;
    background: #eceef1 !important;
}

.mitzuma-clean-slider-products .product-image-photo {
    position: static !important;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
    background: transparent !important;
    mix-blend-mode: multiply;
    transition: transform 0.25s ease;
}

.mitzuma-clean-slider-products .product-item-info:hover .product-image-photo {
    transform: scale(1.025);
}

.mitzuma-clean-slider-products .product-item-details {
    padding-top: 18px;
}

.mitzuma-clean-slider-products .product-reviews-summary {
    margin: 0 0 9px;
}

.mitzuma-clean-slider-products .rating-summary .rating-result > span::before,
.mitzuma-clean-slider-products .rating-summary .rating-result::before {
    color: #252525;
}

.mitzuma-clean-slider-products .product-item-name {
    margin: 0 0 10px;
}

.mitzuma-clean-slider-products .product-item-link {
    color: #222;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
}

.mitzuma-clean-slider-products .price-box {
    margin: 0;
}

.mitzuma-clean-slider-products .price {
    color: #2b2b2b;
    font-size: 0.9rem;
    font-weight: 500;
}

.mitzuma-clean-slider-products .old-price .price {
    color: #7a7a7a;
    font-size: 0.78rem;
}

/* Wishlist top-left and cart bottom-right, as in the reference. */
.mitzuma-clean-slider-products .action.towishlist {
    position: absolute;
    z-index: 4;
    top: 16px;
    left: 16px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: none;
}

.mitzuma-clean-slider-products .action.primary,
.mitzuma-clean-slider-products .tocart {
    position: absolute;
    z-index: 4;
    right: 20px;
    bottom: 116px;
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 50%;
    background: #171717;
    color: #fff;
    font-size: 0;
}

.mitzuma-clean-slider-products .tocart::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
    background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='1.7'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386a1.5 1.5 0 0 1 1.446 1.095L5.61 6m0 0h13.303l-1.5 6.75H7.108L5.61 6ZM8.25 19.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm9 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/%3E%3C/svg%3E");
}

.mitzuma-clean-slider-products .owl-nav button,
.mitzuma-clean-slider-products .slick-arrow,
.mitzuma-clean-slider-products .swiper-button-prev,
.mitzuma-clean-slider-products .swiper-button-next {
    width: 66px !important;
    height: 66px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14) !important;
    color: #161616 !important;
}

/* Final product-card treatment — matches the supplied reference. */
.mitzuma-clean-slider-products .product-item-info {
    position: relative !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mitzuma-clean-slider-products .product-item-photo,
.mitzuma-clean-slider-products .product.photo,
.mitzuma-clean-slider-products a.product-item-photo,
.mitzuma-clean-slider-products a.product.photo,
.mitzuma-clean-slider-products .product-image-container,
.mitzuma-clean-slider-products .product-image-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    aspect-ratio: 0.68;
    min-height: 420px;
    padding: 34px !important;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px !important;
    background: #e9e9eb !important;
}

.mitzuma-clean-slider-products .product-image-photo,
.mitzuma-clean-slider-products .product-image-container img,
.mitzuma-clean-slider-products .product-item-photo img,
.mitzuma-clean-slider-products .product.photo img {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 92% !important;
    height: 100% !important;
    max-height: 82% !important;
    margin: auto !important;
    object-fit: contain !important;
    background: transparent !important;
    mix-blend-mode: multiply;
}

.mitzuma-clean-slider-products .product-item-details {
    flex: 0 0 auto;
    min-height: 112px;
    padding: 18px 0 0 !important;
    background: #fff !important;
}

.mitzuma-clean-slider-products .product-item-name,
.mitzuma-clean-slider-products .product-item-link {
    font-style: normal !important;
    font-weight: 800 !important;
}

.mitzuma-clean-slider-products .product-reviews-summary {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin-bottom: 9px !important;
}

.mitzuma-clean-slider-products .action.towishlist {
    top: 16px !important;
    left: 16px !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #171717 !important;
}

.mitzuma-clean-slider-products .action.primary,
.mitzuma-clean-slider-products .tocart {
    right: 22px !important;
    bottom: 126px !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 50% !important;
    background: #171717 !important;
}

.mitzuma-clean-slider-products .product-label,
.mitzuma-clean-slider-products .product-labels,
.mitzuma-clean-slider-products .product-badge,
.mitzuma-clean-slider-products .sale-label,
.mitzuma-clean-slider-products .label-sale,
.mitzuma-clean-slider-products .new-label {
    position: absolute;
    z-index: 5;
    top: 16px;
    right: 16px;
    width: auto;
    padding: 8px 12px;
    border-radius: 5px;
    background: #241915;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.mitzuma-clean-slider-products .old-price {
    margin-left: 8px;
}

/*
 * Clean four-category grid inspired by the supplied reference.
 * Recommended source artwork: 1200 x 1200 px (800 x 800 px minimum).
 */
.mitzuma-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    margin: 44px 0 54px;
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
}

.mitzuma-category-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-width: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #eceeef;
    color: #111 !important;
    text-decoration: none !important;
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mitzuma-category-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.09);
    transform: translateY(-3px);
}

.mitzuma-category-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 34%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0));
}

.mitzuma-category-card:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

.mitzuma-category-media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.mitzuma-category-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.mitzuma-category-card:hover .mitzuma-category-media img {
    transform: scale(1.025);
}

.mitzuma-category-title {
    position: absolute;
    z-index: 2;
    bottom: 22px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    max-width: calc(100% - 32px);
    min-height: 56px;
    padding: 0 28px;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.1);
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.mitzuma-category-card:hover .mitzuma-category-title {
    background: #fff;
    color: #171717;
    transform: translateX(-50%) translateY(-2px);
}

@media only screen and (max-width: 1023px) {
    .mitzuma-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media only screen and (max-width: 639px) {
    .mitzuma-category-grid {
        gap: 12px;
        margin: 32px 0 40px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .mitzuma-category-card {
        aspect-ratio: 1 / 1;
        border-radius: 10px;
    }

    .mitzuma-category-title {
        bottom: 12px;
        width: 148px;
        max-width: calc(100% - 20px);
        min-height: 48px;
        padding: 0 22px;
        border-radius: 8px;
        font-size: 0.78rem;
    }
}

@media only screen and (max-width: 419px) {
    .mitzuma-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .mitzuma-category-card {
        aspect-ratio: 1 / 1;
    }

    .mitzuma-category-title {
        bottom: 10px;
        width: 148px;
        max-width: calc(100% - 16px);
        min-height: 48px;
        padding: 0 20px;
        border-radius: 8px;
        font-size: 0.78rem;
    }
}

/*
 * Main Mageplaza/Blaze hero: allow the real picture artwork to define the
 * mobile height. This removes the desktop-height crop/overflow on phones.
 */
@media only screen and (max-width: 767px) {
    .column.main > .relative:first-child,
    .column.main > .relative:first-child > div,
    .column.main > .relative:first-child .blaze-slider,
    .column.main > .relative:first-child .blaze-container,
    .column.main > .relative:first-child .blaze-track-container,
    .column.main > .relative:first-child .blaze-track,
    .column.main > .relative:first-child .js_slide,
    .column.main > .relative:first-child .js_slide > a,
    .column.main > .relative:first-child .js_slide picture {
        min-height: 0 !important;
        height: auto !important;
        max-height: none !important;
    }

    .column.main > .relative:first-child .js_slide {
        align-self: flex-start;
        overflow: hidden;
    }

    .column.main > .relative:first-child .js_slide picture,
    .column.main > .relative:first-child .js_slide img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .column.main > .relative:first-child .js_slide img {
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}

.two-banner-row,
.category-section-2 {
    display: grid;
    gap: 20px;
    width: 100%;
}

.two-banner-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-section-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-section-2[hidden] {
    display: none !important;
}

.two-banner-row .banner-item,
.category-section-2 .category-box {
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.two-banner-row .banner-item > a,
.category-section-2 .category-box > a {
    position: relative;
    display: block;
    width: 100%;
}

.two-banner-row .banner-item img,
.category-section-2 .category-box img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Two-up promotional cards — rounded editorial treatment from reference. */
.mitzuma-promo-grid {
    gap: 20px;
    margin: 42px 0 50px;
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
}

.mitzuma-promo-grid .mitzuma-promo-item {
    overflow: hidden;
    border-radius: 14px;
    background: #202124;
}

.mitzuma-promo-grid .mitzuma-promo-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    isolation: isolate;
    border-radius: 14px;
    color: #fff !important;
    text-decoration: none !important;
}

.mitzuma-promo-grid .mitzuma-promo-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.26) 47%, rgba(0, 0, 0, 0.02) 76%);
    pointer-events: none;
}

.mitzuma-promo-grid .mitzuma-promo-card > img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.45s ease;
}

.mitzuma-promo-grid .mitzuma-promo-card:hover > img {
    transform: scale(1.025);
}

.mitzuma-promo-content {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: clamp(30px, 4vw, 68px);
    box-sizing: border-box;
}

.mitzuma-promo-title {
    max-width: 76%;
    color: #fff;
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(2rem, 3.1vw, 3.6rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.mitzuma-promo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 56px;
    padding: 0 28px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mitzuma-promo-card:hover .mitzuma-promo-button {
    background: #fff;
    color: #171717;
    transform: translateY(-2px);
}

.mitzuma-promo-card:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

@media only screen and (min-width: 768px) {

.category-row .category-item .category-img {
    left: -15px;
}
}
@media only screen and (max-width: 767px) {
.mitzuma-sports-slider {
    margin: 34px 0 40px;
}

.mitzuma-sports-heading {
    margin-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
}

.mitzuma-sports-heading h2 {
    font-size: 1.45rem;
}

.mitzuma-sports-track {
    grid-auto-columns: 74vw;
    gap: 11px;
    margin-right: -16px;
    padding-right: 16px;
}

.mitzuma-sport-card {
    height: 290px;
    border-radius: 10px;
}

.mitzuma-sport-card span {
    left: 20px;
    bottom: 20px;
    font-size: 1.25rem;
}

.mitzuma-clean-slider {
    margin: 34px 0 42px;
}

.mitzuma-clean-slider-heading {
    align-items: flex-end;
    margin-bottom: 22px;
}

.mitzuma-clean-slider-heading span {
    margin-bottom: 7px;
    font-size: 0.66rem;
}

.mitzuma-clean-slider-heading h2 {
    font-size: 1.35rem;
}

.mitzuma-clean-slider-heading > a {
    font-size: 0.68rem;
}

.mitzuma-clean-slider-products .product-item,
.mitzuma-clean-slider-products .item {
    min-width: 76vw;
    padding: 0 5px;
}

.mitzuma-clean-slider-products .product-image-wrapper {
    aspect-ratio: 0.76;
}

.mitzuma-clean-slider-products .product-item-photo,
.mitzuma-clean-slider-products .product.photo,
.mitzuma-clean-slider-products a.product-item-photo,
.mitzuma-clean-slider-products a.product.photo,
.mitzuma-clean-slider-products .product-image-container,
.mitzuma-clean-slider-products .product-image-wrapper {
    min-height: 360px;
    padding: 22px !important;
}

.mitzuma-clean-slider-products .product-item-details {
    padding-top: 14px;
}

.mitzuma-clean-slider-products .action.primary,
.mitzuma-clean-slider-products .tocart {
    right: 15px;
    bottom: 104px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
}

.mitzuma-featured-carousel {
    display: block;
    margin: 22px 0;
    border-radius: 0;
}

.mitzuma-featured-promo {
    min-height: 230px;
    padding: 28px 22px;
}

.mitzuma-featured-promo::after {
    right: -75px;
}

.mitzuma-featured-promo h2 {
    max-width: 78%;
    font-size: 1.75rem;
}

.mitzuma-featured-promo p {
    max-width: 78%;
    margin: 12px 0 17px;
    font-size: 0.85rem;
}

.mitzuma-featured-products {
    padding: 17px 10px 14px;
}

.mitzuma-featured-heading {
    align-items: center;
    margin-bottom: 10px;
    padding: 0 3px 11px;
}

.mitzuma-featured-heading h3 {
    font-size: 1.05rem;
}

.mitzuma-featured-heading span {
    font-size: 0.65rem;
}

.mitzuma-featured-heading > a {
    font-size: 0.78rem;
}

.mitzuma-featured-products .product-item,
.mitzuma-featured-products .item {
    min-width: 178px;
    padding: 0 5px;
}

.mitzuma-featured-products .product-item-info {
    padding: 8px;
}

.mitzuma-featured-products .product-image-photo {
    height: 150px;
}

.category-row > .container > .flex {
    flex-direction: column;
}

.category-row .category-item {
    width: 100%;
}

.two-banner-row,
.category-section-2 {
    grid-template-columns: minmax(0, 1fr);
}

.mitzuma-promo-grid {
    gap: 14px;
    margin: 30px 0 38px;
    padding-right: 16px;
    padding-left: 16px;
}

.mitzuma-promo-grid .mitzuma-promo-item,
.mitzuma-promo-grid .mitzuma-promo-card {
    border-radius: 11px;
}

.mitzuma-promo-grid .mitzuma-promo-card {
    aspect-ratio: 4 / 3;
}

.mitzuma-promo-grid .mitzuma-promo-content {
    gap: 20px;
    padding: 24px;
}

.mitzuma-promo-grid .mitzuma-promo-title {
    max-width: 85%;
    font-size: clamp(1.75rem, 9vw, 2.4rem);
}

.mitzuma-promo-grid .mitzuma-promo-button {
    min-width: 148px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 0.78rem;
}

/* Show the complete banner artwork on phones instead of cropping it. */
.category-section-2 .category-box img {
    height: auto !important;
    object-fit: contain !important;
}

.two-banner-row .banner-item > a > div,
.category-section-2 .category-box > a > div {
    left: 16px !important;
    right: 16px;
    bottom: 16px !important;
    max-width: calc(100% - 32px);
    box-sizing: border-box;
}

.two-banner-row h3,
.category-section-2 h3 {
    font-size: 1.125rem;
    line-height: 1.25;
}

.two-banner-row p,
.category-section-2 p {
    font-size: 0.875rem;
    line-height: 1.35;
}

.category-row .category-item .group {
    min-height: 144px;
}

.category-row .category-item .category-img {
    left: -15px;
    bottom: -10px;
}
.category-row .category-item .group:hover .category-img {
    bottom: 5px;
}
}

/*
 * RockTechnolabs ProductSlider — exact Hyva markup overrides.
 * The extension renders .product-slider-section > .container > .swiper,
 * not Magento's standard .product-item-info / .product-image-wrapper markup.
 */
.mitzuma-clean-slider-products > .product-slider-section {
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mitzuma-clean-slider-products > .product-slider-section > .container {
    width: 100%;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Remove the extension's hard-coded duplicate heading. */
.mitzuma-clean-slider-products > .product-slider-section > .container > h2 {
    display: none !important;
}

/* Remove the small TEAMWEAR / FOOTBALL kicker requested in the markup. */
.mitzuma-clean-slider-heading span {
    display: none !important;
}

/* Align the complete heading row with the Featured Brands container. */
.mitzuma-clean-slider-heading {
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
}

.mitzuma-clean-slider-heading h2 {
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: clamp(1.9rem, 2.5vw, 2.25rem) !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: -0.035em !important;
}

/* Keep the Shop All action comfortably inside the right page edge. */
.mitzuma-clean-slider-heading > a {
    margin-right: 0;
}

.mitzuma-clean-slider-products .swiper-wrapper {
    align-items: stretch;
}

.mitzuma-clean-slider-products .swiper-slide {
    height: auto !important;
}

/* One continuous light-grey, rounded product block. */
.mitzuma-clean-slider-products .swiper-slide > .product-item {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-height: 550px;
    height: 100% !important;
    margin: 0 !important;
    padding: 18px !important;
    overflow: hidden;
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 14px !important;
    background: #f3f3f3 !important;
    box-shadow: none !important;
}

.mitzuma-clean-slider-products .swiper-slide > .product-item > .product-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: 100% !important;
    min-height: 350px;
    margin: 0 0 16px !important;
    padding: 22px !important;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px !important;
    background: #f3f3f3 !important;
}

.mitzuma-clean-slider-products .product-image picture {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
}

.mitzuma-clean-slider-products .product-image img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 340px !important;
    margin: auto !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    background: transparent !important;
    mix-blend-mode: multiply;
    transition: transform 0.25s ease;
}

.mitzuma-clean-slider-products .swiper-slide > .product-item:hover .product-image img {
    transform: scale(1.025);
}

.mitzuma-clean-slider-products .swiper-slide > .product-item > .product-name {
    min-height: 0;
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #202124 !important;
    font-family: Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 0.96rem !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}

.mitzuma-clean-slider-products .product-name > a {
    display: grid !important;
    grid-template-rows: minmax(2.6em, auto) 48px;
    row-gap: 14px;
    align-items: start;
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
}

/*
 * The slider template does not output a cart form. Add a working CTA to the
 * existing product link so configurable items can open their size/options.
 */
.mitzuma-clean-slider-products .product-name > a::after {
    content: "Add to Cart";
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 2;
    width: max-content;
    min-width: 190px;
    min-height: 54px;
    margin: 0;
    padding: 0 25px 0 62px;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #2563eb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath d='M3.5 5h3.2l3.2 15.2h14.7l3-10.2H8.1' stroke='%23fff' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12.5' cy='25.5' r='2.2' stroke='%23fff' stroke-width='2.8'/%3E%3Ccircle cx='23.5' cy='25.5' r='2.2' stroke='%23fff' stroke-width='2.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 31px 31px;
    color: #fff !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.mitzuma-clean-slider-products .product-name > a:hover::after {
    background-color: #1d4ed8;
    transform: translateY(-1px);
}

.mitzuma-clean-slider-products .swiper-slide > .product-item > .product-price {
    margin-top: auto !important;
    padding: 0 !important;
    color: #202124 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.mitzuma-clean-slider-products .product-price .price {
    color: #202124 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.mitzuma-clean-slider-products .swiper-button-prev,
.mitzuma-clean-slider-products .swiper-button-next {
    width: 58px !important;
    height: 58px !important;
    margin-top: -29px !important;
    border: 1px solid #eeeeee !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12) !important;
    color: #171717 !important;
}

.mitzuma-clean-slider-products .swiper-button-prev::after,
.mitzuma-clean-slider-products .swiper-button-next::after {
    font-size: 18px !important;
    font-weight: 800;
}

@media only screen and (max-width: 767px) {
    .mitzuma-clean-slider-heading {
        padding-right: 16px;
        padding-left: 16px;
    }

    .mitzuma-clean-slider-heading h2 {
        font-size: clamp(1.45rem, 7vw, 1.8rem) !important;
    }

    .mitzuma-clean-slider-heading > a {
        margin-right: 0;
    }

    .mitzuma-clean-slider-products .swiper-slide > .product-item {
        min-height: 440px;
        padding: 14px !important;
        border-radius: 11px !important;
    }

    .mitzuma-clean-slider-products .swiper-slide > .product-item > .product-image {
        min-height: 280px;
        margin-bottom: 16px !important;
        padding: 16px !important;
    }

    .mitzuma-clean-slider-products .product-image img {
        max-height: 270px !important;
    }

    .mitzuma-clean-slider-products .product-name > a {
        grid-template-rows: minmax(2.6em, auto) 44px;
        row-gap: 12px;
    }

    .mitzuma-clean-slider-products .product-name > a::after {
        min-width: 174px;
        min-height: 50px;
        margin: 0;
        padding: 0 20px 0 56px;
        background-position: 17px center;
        background-size: 28px 28px;
        font-size: 0.95rem;
    }

    .mitzuma-clean-slider-products .swiper-button-prev,
    .mitzuma-clean-slider-products .swiper-button-next {
        width: 46px !important;
        height: 46px !important;
        margin-top: -23px !important;
    }
}
