/* ModaOnline24 — Minimalistyczna strona główna Elementor 2026 v2.4.5 */
body.mo24-homepage-active,
.mo24-home {
    --mo24-home-ink: #111111;
    --mo24-home-muted: #706e69;
    --mo24-home-line: #dedbd5;
    --mo24-home-accent: #a98c4f;
    --mo24-home-soft: #f3f0e9;
    --mo24-home-paper: #ffffff;
    --mo24-home-max: 1440px;
    --mo24-home-gutter: clamp(20px, 3.4vw, 56px);
}

body.mo24-homepage-active {
    overflow-x: clip;
    background: #fff;
}

body.mo24-homepage-active .page-title,
body.mo24-homepage-active .breadcrumb-title-wrapper,
body.mo24-homepage-active .breadcrumbs-wrapper,
body.mo24-homepage-active .woocommerce-breadcrumb,
body.mo24-homepage-active article.page > .entry-header {
    display: none !important;
}

body.mo24-homepage-active #main-content,
body.mo24-homepage-active #primary,
body.mo24-homepage-active .site-content,
body.mo24-homepage-active article.page,
body.mo24-homepage-active article.page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mo24-elementor-homepage,
.mo24-elementor-homepage > .e-con-inner,
.mo24-elementor-homepage > .elementor-container,
.mo24-elementor-homepage > .elementor-element,
.mo24-elementor-home,
.mo24-home-block-layout,
.mo24-home-block {
    width: 100% !important;
    max-width: none !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Elementor content can still inherit a centered wrapper from the active theme. */
body.mo24-homepage-active .mo24-elementor-homepage {
    width: auto !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

.mo24-home {
    width: 100%;
    overflow: clip;
    color: var(--mo24-home-ink);
    background: var(--mo24-home-paper);
}

.mo24-home *,
.mo24-home *::before,
.mo24-home *::after {
    box-sizing: border-box;
}

.mo24-home img {
    max-width: 100%;
}

.mo24-home-kicker {
    display: block;
    margin: 0 0 13px;
    color: var(--mo24-home-accent);
    font-size: 10px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.mo24-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 23px;
    border: 1px solid currentColor;
    border-radius: 0;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.mo24-home-button--dark {
    border-color: var(--mo24-home-ink);
    background: var(--mo24-home-ink);
    color: #fff !important;
}

.mo24-home-button--dark:hover {
    border-color: #363430;
    background: #363430;
}

.mo24-home-button--light {
    border-color: #fff;
    background: #fff;
    color: var(--mo24-home-ink) !important;
}

.mo24-home-button--light:hover {
    background: transparent;
    color: #fff !important;
}

.mo24-home-link {
    color: inherit !important;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: 1px solid currentColor;
}

/* Editorial hero: the photo keeps its full composition on desktop, while the
   copy sits in a separate quiet panel instead of covering the model. */
.mo24-home-hero {
    position: relative;
    min-height: clamp(560px, 70svh, 680px);
    overflow: hidden;
    isolation: isolate;
    color: #111;
    background: #f4f0e9;
}

.mo24-home-hero__media {
    position: absolute;
    inset: 0 44% 0 0;
    overflow: hidden;
    background: #d7d0c6;
}

.mo24-home-slide {
    position: absolute;
    inset: 0;
}

.mo24-home-slide {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .7s ease, visibility .7s ease;
}

.mo24-home-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mo24-home-hero__image,
.mo24-home-image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.mo24-home-hero__image {
    object-fit: contain;
    object-position: center center;
}

/* Jaroti forces storefront images back to height:auto. Keep the hero image
   tied to the slide box so the mobile hero never reveals its gray fallback. */
.mo24-home-slide > img.mo24-home-hero__image,
.mo24-home-slide > picture,
.mo24-home-slide > picture > img.mo24-home-hero__image {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
}

.mo24-home-slide > picture {
    display: block !important;
}

.mo24-home-image-placeholder {
    background: linear-gradient(135deg, #d2cbc2, #a99d91);
}

.mo24-home-hero__overlay {
    display: none;
}

.mo24-home-hero__content {
    position: absolute;
    z-index: 2;
    inset: 0 0 0 56%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    padding: clamp(48px, 6vw, 104px);
    transform: none;
    text-align: left;
    background: #f4f0e9;
}

.mo24-home-hero .mo24-home-kicker {
    color: var(--mo24-home-accent);
}

.mo24-home-hero h1 {
    margin: 0 0 18px !important;
    color: #111 !important;
    font-size: clamp(42px, 4.6vw, 70px) !important;
    line-height: 1.01 !important;
    font-weight: 430 !important;
    letter-spacing: -.035em !important;
}

.mo24-home-hero p {
    max-width: 590px;
    margin: 0 0 27px;
    color: #706d68;
    font-size: 14px;
    line-height: 1.65;
}

.mo24-home-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 17px 24px;
}

.mo24-home-hero .mo24-home-button--dark {
    border-color: #111;
    background: #111;
    color: #fff !important;
}

.mo24-home-hero .mo24-home-button--dark:hover {
    background: #fff;
    color: #111 !important;
}

.mo24-home-hero .mo24-home-link {
    color: #111 !important;
}

.mo24-home-slider-controls {
    position: absolute;
    z-index: 3;
    right: calc(44% + clamp(18px, 3vw, 46px));
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.mo24-home-slider-arrow {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.mo24-home-slider-dots {
    display: flex;
    gap: 6px;
    padding: 0 4px;
}

.mo24-home-slider-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.mo24-home-slider-dot.is-active {
    background: #fff;
}

/* Shared section rhythm. */
.mo24-home-section {
    width: min(var(--mo24-home-max), calc(100% - (2 * var(--mo24-home-gutter))));
    margin: 0 auto;
    padding: clamp(72px, 7vw, 104px) 0 0;
}

.mo24-home-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px;
}

.mo24-home-heading h2 {
    margin: 0 !important;
    color: var(--mo24-home-ink) !important;
    font-size: clamp(31px, 3.2vw, 48px) !important;
    line-height: 1.03 !important;
    font-weight: 440 !important;
    letter-spacing: -.035em !important;
}

.mo24-home-heading > a {
    margin-bottom: 4px;
    color: var(--mo24-home-ink) !important;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 650;
    letter-spacing: .11em;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: 1px solid currentColor;
}

/* Category lookbook. */
.mo24-home-categories {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
}

.mo24-home-category {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #e5e1db;
    color: #fff;
    text-decoration: none !important;
}

.mo24-home-category--large {
    grid-column: span 2;
    aspect-ratio: 4 / 3;
}

.mo24-home-category__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    transition: transform .65s ease;
}

.mo24-home-category:hover .mo24-home-category__image {
    transform: scale(1.018);
}

.mo24-home-category__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.52) 100%);
}

.mo24-home-category__content {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
}

.mo24-home-category__content strong {
    font-size: clamp(17px, 1.45vw, 23px);
    line-height: 1.08;
    font-weight: 460;
    letter-spacing: -.02em;
}

.mo24-home-category__content em {
    flex: 0 0 auto;
    font-size: 9px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 650;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Product cards retain the established catalog appearance from v2.2.4. */
.mo24-home-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px 18px;
}

.mo24-home .mo24-catalog-card {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mo24-home .mo24-catalog-card__media {
    aspect-ratio: 2 / 3;
}

.mo24-home .mo24-catalog-card__content {
    padding-top: 13px;
}

.mo24-home .mo24-catalog-card__quick {
    margin-top: 12px;
}

.mo24-home .mo24-catalog-add {
    min-height: 44px;
    border-radius: 1px;
}

/* Editorial split, resembling a quiet campaign spread. */
.mo24-home-editorial {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr);
    width: min(var(--mo24-home-max), calc(100% - (2 * var(--mo24-home-gutter))));
	height: clamp(520px, 48vw, 640px);
	min-height: 0;
	margin: clamp(84px, 7vw, 112px) auto 0;
    background: var(--mo24-home-soft);
}

.mo24-home-editorial__media {
	height: 100%;
	min-height: 0;
    overflow: hidden;
    background: #d9d2ca;
}

.mo24-home-editorial__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.mo24-home-editorial__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(44px, 6vw, 92px);
}

.mo24-home-editorial h2 {
    max-width: 530px;
    margin: 0 0 22px !important;
    color: var(--mo24-home-ink) !important;
    font-size: clamp(38px, 4vw, 61px) !important;
    line-height: 1 !important;
    font-weight: 430 !important;
    letter-spacing: -.04em !important;
}

.mo24-home-editorial p {
    max-width: 480px;
    margin: 0 0 30px;
    color: var(--mo24-home-muted);
    font-size: 14px;
    line-height: 1.75;
}

/* Sale is a second full campaign moment. */
.mo24-home-sale {
    position: relative;
    display: grid;
    place-items: center;
    width: min(var(--mo24-home-max), calc(100% - (2 * var(--mo24-home-gutter))));
	min-height: clamp(500px, 44vw, 580px);
	margin: clamp(84px, 7vw, 112px) auto 0;
    overflow: hidden;
    isolation: isolate;
    background: #111;
    color: #fff;
}

.mo24-home-sale__media {
    position: absolute;
    z-index: -2;
    inset: 0;
}

.mo24-home-sale__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.42);
}

.mo24-home-sale__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

.mo24-home-sale__inner {
    width: min(650px, calc(100% - 40px));
    padding: 70px 20px;
    text-align: center;
}

.mo24-home-sale .mo24-home-kicker {
    color: #fff;
}

.mo24-home-sale h2 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: clamp(48px, 6.5vw, 92px) !important;
    line-height: .96 !important;
    font-weight: 420 !important;
    letter-spacing: -.05em !important;
}

.mo24-home-sale p {
    max-width: 470px;
    margin: 0 auto 28px;
    color: rgba(255,255,255,.86);
    font-size: 14px;
    line-height: 1.7;
}

/* Reviews stay directly after Sale. */
.mo24-home-reviews-section {
    padding-top: clamp(82px, 8vw, 118px);
}

.mo24-home-reviews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--mo24-home-line);
}

.mo24-home-review {
    min-width: 0;
    padding: 34px clamp(22px, 3vw, 46px) 38px 0;
    border-right: 1px solid var(--mo24-home-line);
}

.mo24-home-review + .mo24-home-review {
    padding-left: clamp(22px, 3vw, 46px);
}

.mo24-home-review:last-child {
    padding-right: 0;
    border-right: 0;
}

.mo24-home-review__stars {
    margin-bottom: 25px;
    color: var(--mo24-home-accent);
    font-size: 13px;
    letter-spacing: .12em;
}

.mo24-home-review > p {
    margin: 0 0 34px;
    color: var(--mo24-home-ink);
    font-size: clamp(18px, 1.65vw, 24px);
    line-height: 1.48;
    font-weight: 410;
}

.mo24-home-review footer {
    display: grid;
    gap: 5px;
}

.mo24-home-review footer strong {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.mo24-home-review footer span,
.mo24-home-review footer a {
    color: var(--mo24-home-muted);
    font-size: 10px;
    line-height: 1.45;
    text-decoration: none !important;
}

/* Newsletter is the quiet bridge into the black footer. */
.mo24-home-newsletter {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
    align-items: center;
    gap: clamp(44px, 8vw, 130px);
    width: min(var(--mo24-home-max), calc(100% - (2 * var(--mo24-home-gutter))));
	margin: clamp(84px, 7vw, 112px) auto 0;
    padding: clamp(60px, 7vw, 100px);
    background: var(--mo24-home-soft);
}

.mo24-home-newsletter h2 {
    margin: 0 0 18px !important;
    color: var(--mo24-home-ink) !important;
    font-size: clamp(36px, 4vw, 58px) !important;
    line-height: 1 !important;
    font-weight: 430 !important;
    letter-spacing: -.04em !important;
}

.mo24-home-newsletter__copy > p {
    max-width: 490px;
    margin: 0;
    color: var(--mo24-home-muted);
    font-size: 13px;
    line-height: 1.7;
}

.mo24-home-newsletter__form .wpcf7-form > p {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    margin: 0;
}

.mo24-home-newsletter__form .wpcf7-form-control-wrap {
    display: block;
}

.mo24-home-newsletter__form input[type="email"] {
    width: 100%;
    min-height: 48px;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid #7c786f;
    border-radius: 0;
    background: transparent;
    color: var(--mo24-home-ink);
    font-size: 16px;
}

.mo24-home-newsletter__form input[type="submit"] {
    min-height: 48px;
    padding: 11px 24px;
    border: 1px solid var(--mo24-home-ink);
    border-radius: 0;
    background: var(--mo24-home-ink);
    color: #fff;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
}

.mo24-home-newsletter__form .wpcf7-spinner {
    display: none;
}

.mo24-home-newsletter__form .wpcf7-not-valid-tip,
.mo24-home-newsletter__form .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 9px 0 0;
    font-size: 11px;
}

.mo24-home :where(a, button, input):focus-visible {
    outline: 2px solid var(--mo24-home-accent);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
	.mo24-home-editorial {
		grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
		height: 560px;
		min-height: 0;
	}

	.mo24-home-editorial__media {
		height: 100%;
		min-height: 0;
	}
}

@media (max-width: 820px) {
	.mo24-home-categories {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mo24-home-category--large {
		grid-column: span 1;
		aspect-ratio: 3 / 4;
	}

    .mo24-home-hero {
        min-height: 760px;
        color: #fff;
        background: #6d675f;
    }

    .mo24-home-hero__media {
        inset: 0;
        background: #6d675f;
    }

    .mo24-home-hero__image {
        object-fit: cover;
        object-position: center 28%;
    }

    .mo24-home-hero__overlay {
        position: absolute;
        z-index: 1;
        inset: 0;
        display: block;
        background: linear-gradient(180deg, rgba(0,0,0,.08) 12%, rgba(0,0,0,.2) 42%, rgba(0,0,0,.68) 100%);
    }

    .mo24-home-hero__content {
        inset: 52% auto auto 50%;
        display: block;
        width: min(680px, calc(100% - 48px));
        padding: 0;
        transform: translate(-50%, -50%);
        text-align: center;
        background: transparent;
    }

    .mo24-home-hero .mo24-home-kicker,
    .mo24-home-hero h1 {
        color: #fff !important;
    }

    .mo24-home-hero p {
        margin-right: auto;
        margin-left: auto;
        color: rgba(255,255,255,.92);
    }

    .mo24-home-actions {
        justify-content: center;
    }

    .mo24-home-hero .mo24-home-button--dark {
        border-color: #fff;
        background: #fff;
        color: #111 !important;
    }

    .mo24-home-hero .mo24-home-button--dark:hover {
        background: transparent;
        color: #fff !important;
    }

    .mo24-home-hero .mo24-home-link {
        color: #fff !important;
    }

    .mo24-home-slider-controls {
        right: 18px;
    }

    .mo24-home-hero h1 {
        font-size: clamp(40px, 8vw, 60px) !important;
    }

    .mo24-home-section {
        padding-top: 82px;
    }

    .mo24-home-heading {
        align-items: flex-start;
    }

    .mo24-home-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 12px;
    }

    .mo24-home-editorial {
        display: block;
		height: auto;
        min-height: 0;
        margin-top: 92px;
    }

    .mo24-home-editorial__media {
		height: auto;
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .mo24-home-editorial__content {
        padding: 52px 34px 58px;
    }

    .mo24-home-sale {
        min-height: 590px;
        margin-top: 92px;
    }

    .mo24-home-reviews {
        grid-template-columns: 1fr;
    }

    .mo24-home-review,
    .mo24-home-review + .mo24-home-review,
    .mo24-home-review:last-child {
        padding: 28px 0 32px;
        border-right: 0;
        border-bottom: 1px solid var(--mo24-home-line);
    }

    .mo24-home-newsletter {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-top: 92px;
        padding: 52px 34px;
    }
}

@media (max-width: 560px) {
    .mo24-home-hero {
        min-height: 690px;
    }

    .mo24-home-hero__content {
        inset: 53% auto auto 50%;
        width: calc(100% - 32px);
    }

    .mo24-home-hero h1 {
        font-size: clamp(37px, 11vw, 50px) !important;
    }

    .mo24-home-hero p {
        max-width: 350px;
        font-size: 13px;
    }

    .mo24-home-actions {
        flex-direction: column;
        gap: 15px;
    }

    .mo24-home-slider-controls {
        right: 14px;
        bottom: 16px;
    }

    .mo24-home-section {
        width: calc(100% - 32px);
        padding-top: 68px;
    }

    .mo24-home-heading {
        display: block;
        margin-bottom: 24px;
    }

    .mo24-home-heading h2 {
        font-size: 32px !important;
    }

    .mo24-home-heading > a {
        display: inline-block;
        margin-top: 16px;
    }

    .mo24-home-categories {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3px;
    }

    .mo24-home-category,
    .mo24-home-category--large {
        grid-column: auto;
        aspect-ratio: 3 / 4;
    }

    .mo24-home-category__content {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .mo24-home-category__content strong {
        font-size: 15px;
    }

    .mo24-home-category__content em {
        display: none;
    }

    .mo24-home-products {
        gap: 26px 8px;
    }

    .mo24-home .mo24-catalog-card__content {
        padding-top: 9px;
    }

    .mo24-home .mo24-catalog-card__title {
        font-size: 12px;
        line-height: 1.35;
    }

    .mo24-home .mo24-catalog-card__price {
        font-size: 13px;
    }

    .mo24-home .mo24-catalog-size {
        min-width: 34px;
        min-height: 34px;
        padding: 6px;
        font-size: 10px;
    }

    .mo24-home .mo24-catalog-add {
        min-height: 40px;
        font-size: 9px;
    }

    .mo24-home-editorial,
    .mo24-home-sale,
    .mo24-home-newsletter {
        width: 100%;
        margin-top: 72px;
    }

    .mo24-home-editorial__content,
    .mo24-home-newsletter {
        padding: 44px 20px 50px;
    }

    .mo24-home-editorial h2,
    .mo24-home-newsletter h2 {
        font-size: 36px !important;
    }

    .mo24-home-sale {
        min-height: 520px;
    }

    .mo24-home-sale h2 {
        font-size: 58px !important;
    }

    .mo24-home-newsletter__form .wpcf7-form > p {
        grid-template-columns: 1fr;
    }

    .mo24-home-newsletter__form input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .mo24-home-hero {
        min-height: 650px;
    }

    .mo24-home-hero h1 {
        font-size: 36px !important;
    }

    .mo24-home-categories {
        grid-template-columns: 1fr;
    }

    .mo24-home-products {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mo24-home *,
    .mo24-home *::before,
    .mo24-home *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
