@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,650&family=Inter:wght@400;500;600;650&display=swap");

body[data-mini-skin="mini_object_house"] {
    --oh-plaster: #ece8df;
    --oh-paper: #f7f5f0;
    --oh-clay: #d6c5ae;
    --oh-wood: #9e7655;
    --oh-ink: #252522;
    --oh-muted: #756f67;
    --oh-line: rgba(37, 37, 34, 0.14);
    --store-bg: var(--oh-plaster);
    --store-card-bg: var(--oh-paper);
    --text-dark: var(--oh-ink);
    --store-primary: var(--oh-ink);
    --store-button: var(--oh-ink);
    --store-heading-font: "Fraunces", "Iowan Old Style", Georgia, serif;
    --store-font: Inter, system-ui, sans-serif;
    --store-btn-radius: 4px;
    background: var(--oh-plaster);
    color: var(--oh-ink);
    font-family: Inter, system-ui, sans-serif;
}

body[data-mini-skin="mini_object_house"] .store-page-wrap {
    background: var(--oh-plaster);
}

body[data-mini-skin="mini_object_house"] .ml-home-container {
    width: min(1180px, calc(100% - 48px));
}

body[data-mini-skin="mini_object_house"] .ml-h2,
body[data-mini-skin="mini_object_house"] .ml-home-hero-title,
body[data-mini-skin="mini_object_house"] .ml-news h3,
body[data-mini-skin="mini_object_house"] .oh-look .ml-h2,
body[data-mini-skin="mini_object_house"] .oh-footer .aq-footer-brand {
    font-family: "Fraunces", Georgia, serif;
    font-weight: 550;
    letter-spacing: -0.028em;
    text-transform: none;
    color: var(--oh-ink);
}

body[data-mini-skin="mini_object_house"] .ml-kicker,
body[data-mini-skin="mini_object_house"] .ml-home-hero-label {
    font-family: Inter, system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--oh-wood);
}

body[data-mini-skin="mini_object_house"] .ml-sub,
body[data-mini-skin="mini_object_house"] .ml-home-hero-subtitle {
    color: var(--oh-muted);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

body[data-mini-skin="mini_object_house"] .ml-btn {
    border-radius: 4px;
    min-height: 44px;
    font-family: Inter, system-ui, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}

body[data-mini-skin="mini_object_house"] .ml-btn--primary {
    background: var(--oh-ink);
    border-color: var(--oh-ink);
    color: var(--oh-paper);
}

body[data-mini-skin="mini_object_house"] .ml-btn--primary:hover {
    background: #3a3834;
    border-color: #3a3834;
}

body[data-mini-skin="mini_object_house"] .aq-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--oh-ink);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid var(--oh-line);
    margin-left: 18px;
    transition: border-color 200ms ease, color 200ms ease;
}

body[data-mini-skin="mini_object_house"] .aq-text-link:hover {
    color: var(--oh-wood);
    border-bottom-color: var(--oh-wood);
}

/* Header */
body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__wrap {
    padding: 8px 12px 0;
}

body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__capsule {
    background: rgba(247, 245, 240, 0.78);
    border: 0;
    border-bottom: 1px solid var(--oh-line);
    border-radius: 0;
    box-shadow: none;
    min-height: 52px;
    backdrop-filter: blur(14px);
}

body.sg-shell-glass-nav-scrolled[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__capsule {
    background: rgba(247, 245, 240, 0.94);
    min-height: 46px;
}

body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__name,
body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__menu,
body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__cart,
body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__search {
    color: var(--oh-ink);
}

body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__menu,
body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__search,
body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__cart,
body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__logo-mark {
    border-radius: 4px;
    min-width: 40px;
    min-height: 40px;
}

body[data-mini-skin="mini_object_house"] .sg-shell-glass-nav__verified { display: none !important; }

body.sg-shell-glass-nav-active[data-mini-skin="mini_object_house"] {
    --sg-shell-nav-offset: 58px;
}

/* Hero */
body[data-mini-skin="mini_object_house"] .oh-hero {
    min-height: 82vh;
    background: var(--oh-plaster);
    padding: 8px 0 0;
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-bg { display: none !important; }

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-container {
    width: min(1240px, calc(100% - 40px));
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-grid {
    display: grid;
    grid-template-columns: 1.18fr 0.82fr;
    min-height: 82vh;
    gap: 0;
    align-items: stretch;
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media { order: 1; position: relative; min-height: 82vh; }
body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-copy { order: 2; }

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-copy {
    background: var(--oh-plaster);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 40px 48px 44px;
    opacity: 0;
    transform: translateY(16px);
    animation: ohSettle 620ms ease 80ms forwards;
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-copy.is-in {
    opacity: 1;
    transform: none;
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-logo-row,
body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-meta { display: none !important; }

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-title {
    font-size: clamp(34px, 4.4vw, 62px);
    line-height: 1.08;
    margin: 12px 0 0;
    max-width: 14ch;
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-frame,
body.store-editor-on[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-frame.se-img-wrap {
    position: absolute !important;
    top: 6% !important;
    right: 8% !important;
    bottom: 8% !important;
    left: 2% !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    overflow: hidden;
    border: 1px solid var(--oh-ink);
    box-shadow: 18px 22px 40px rgba(37, 37, 34, 0.08);
    opacity: 0;
    transform: translateY(16px);
    animation: ohSettle 680ms ease forwards;
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-frame.is-in {
    opacity: 1;
    transform: none;
}

body.store-editor-on[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-frame {
    outline: 1px dashed rgba(158, 118, 85, 0.55);
    outline-offset: 8px;
    cursor: pointer;
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-img {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.04);
}

body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-img.is-empty,
body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-img:not([src]),
body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-img[src=""] {
    opacity: 0;
}

body[data-mini-skin="mini_object_house"] .oh-hero--art .oh-hero-fallback { display: none; }

body[data-mini-skin="mini_object_house"] .oh-hero-fallback {
    position: absolute;
    inset: 0;
    background: #e4ddd0;
    z-index: 0;
}

body[data-mini-skin="mini_object_house"] .oh-hero-fallback__plan {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(37, 37, 34, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(37, 37, 34, 0.05) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.7;
}

body[data-mini-skin="mini_object_house"] .oh-hero-fallback__panel {
    position: absolute;
    background: var(--oh-paper);
}

body[data-mini-skin="mini_object_house"] .oh-hero-fallback__panel--a {
    left: 8%;
    top: 10%;
    width: 42%;
    height: 58%;
    animation: ohDrift 18s ease-in-out infinite;
}

body[data-mini-skin="mini_object_house"] .oh-hero-fallback__panel--b {
    right: 10%;
    bottom: 12%;
    width: 34%;
    height: 28%;
    background: #e8dfd2;
    animation: ohDrift 22s ease-in-out infinite reverse;
}

body[data-mini-skin="mini_object_house"] .oh-hero-fallback__arch {
    position: absolute;
    left: 28%;
    bottom: 10%;
    width: 28%;
    height: 62%;
    border: 1px solid rgba(37, 37, 34, 0.22);
    border-bottom: 0;
    border-radius: 160px 160px 0 0;
    background: linear-gradient(180deg, #f3efe6 0%, #ddd3c3 100%);
}

body[data-mini-skin="mini_object_house"] .oh-hero-fallback__clay {
    position: absolute;
    right: 16%;
    top: 18%;
    width: 18%;
    height: 22%;
    background: var(--oh-clay);
}

body[data-mini-skin="mini_object_house"] .oh-hero-fallback__shadow {
    position: absolute;
    left: 22%;
    bottom: 8%;
    width: 40%;
    height: 10px;
    background: rgba(37, 37, 34, 0.12);
    filter: blur(8px);
}

@keyframes ohSettle {
    to { opacity: 1; transform: none; }
}
@keyframes ohDrift {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(3px, -2px); }
}

/* Value line */
body[data-mini-skin="mini_object_house"] .oh-value {
    padding: 18px 0 !important;
    border-top: 1px solid var(--oh-line);
    border-bottom: 1px solid var(--oh-line);
    margin: 0 calc(50% - 50vw) !important;
    width: 100vw;
    background: var(--oh-paper);
}

body[data-mini-skin="mini_object_house"] .oh-value-line {
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: var(--oh-muted);
    letter-spacing: 0.02em;
}

body[data-mini-skin="mini_object_house"] .oh-value-sep {
    margin: 0 12px;
    color: var(--oh-wood);
}

/* Product wall — equal catalog grid (4-up on desktop) */
body[data-mini-skin="mini_object_house"] #mlBestSellers .ml-h2 {
    font-size: clamp(32px, 4.2vw, 52px);
    max-width: 16ch;
}

body[data-mini-skin="mini_object_house"] .sg-ms-wall--house {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 16px;
    align-items: stretch;
}

body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card,
body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:first-child,
body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(n),
body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(2),
body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(3),
body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(4) {
    grid-column: span 1 !important;
    grid-row: auto !important;
}

body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card .sg-ms-card__media,
body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(1) .sg-ms-card__media,
body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(4) .sg-ms-card__media {
    aspect-ratio: 3 / 4;
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
}

body[data-mini-skin="mini_object_house"] .sg-ms-card {
    background: var(--oh-paper);
    border: 1px solid var(--oh-line);
    border-radius: 0;
    box-shadow: none;
}

body[data-mini-skin="mini_object_house"] .sg-ms-card__media {
    background: var(--oh-paper);
}

body[data-mini-skin="mini_object_house"] .sg-ms-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body[data-mini-skin="mini_object_house"] .sg-ms-card:hover,
body[data-mini-skin="mini_object_house"] .sg-ms-card:focus-within {
    transform: none;
    box-shadow: none;
    outline: 1px solid rgba(37, 37, 34, 0.28);
}

body[data-mini-skin="mini_object_house"] .sg-ms-card:hover .sg-ms-card__img,
body[data-mini-skin="mini_object_house"] .sg-ms-card:focus-within .sg-ms-card__img {
    transform: scale(1.015);
}

body[data-mini-skin="mini_object_house"] .sg-ms-card__title {
    font-family: Inter, system-ui, sans-serif !important;
    font-weight: 550;
    color: var(--oh-ink);
    text-transform: none;
}

body[data-mini-skin="mini_object_house"] .sg-ms-card__label { color: var(--oh-wood); }
body[data-mini-skin="mini_object_house"] .sg-ms-card__price { font-family: Inter, system-ui, sans-serif; }

body[data-mini-skin="mini_object_house"] .sg-ms-card__add-plus { display: none; }

@media (hover: hover) and (min-width: 861px) {
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house .sg-ms-card__add {
        opacity: 0;
        transform: translateY(4px);
    }
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house .sg-ms-card:hover .sg-ms-card__add,
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house .sg-ms-card:focus-within .sg-ms-card__add {
        opacity: 1;
        transform: none;
    }
}

/* Editorial look */
body[data-mini-skin="mini_object_house"] .oh-look .ml-story {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: start;
}

body[data-mini-skin="mini_object_house"] .oh-look .ml-story--copy,
body[data-mini-skin="mini_object_house"] .oh-look--text .ml-story {
    grid-template-columns: 1fr;
    max-width: 640px;
}

body[data-mini-skin="mini_object_house"] .oh-look .ml-story-card {
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

body[data-mini-skin="mini_object_house"] .oh-look .ml-story-card:first-child:not(:only-child) {
    border: 1px solid var(--oh-ink);
    overflow: hidden;
}

body[data-mini-skin="mini_object_house"] .oh-look .ml-story-card img {
    width: 100%;
    max-height: 420px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

body[data-mini-skin="mini_object_house"] .oh-look .ml-story-add,
body[data-mini-skin="mini_object_house"] .oh-look .is-empty-media {
    border: 1px dashed var(--oh-line);
    min-height: 88px;
    max-height: 120px;
    background: var(--oh-paper);
}

body[data-mini-skin="mini_object_house"] .oh-look .ml-story-copy {
    background: var(--oh-paper);
    border: 1px solid var(--oh-line);
    margin: 0;
    padding: 28px 28px 24px;
    position: relative;
    z-index: 2;
    overflow: visible;
    max-width: none;
}

body[data-mini-skin="mini_object_house"] .oh-look .ml-h2 {
    font-size: clamp(28px, 3.2vw, 42px);
    max-width: 18ch;
}

/* Rail */
body[data-mini-skin="mini_object_house"] .sg-ms-rail-btn {
    border: 1px solid var(--oh-line);
    background: var(--oh-paper);
    color: var(--oh-ink);
    border-radius: 4px;
}

body[data-mini-skin="mini_object_house"] .oh-rail-progress {
    height: 1px;
    background: var(--oh-line);
    margin-top: 14px;
}

body[data-mini-skin="mini_object_house"] .oh-rail-progress span {
    display: block;
    height: 1px;
    width: 12%;
    background: var(--oh-wood);
}

body[data-mini-skin="mini_object_house"] .sg-ms-rail .sg-ms-card {
    flex: 0 0 min(240px, 72vw);
}

/* Feeling tiles */
body[data-mini-skin="mini_object_house"] #mlCategories .ml-section-head > a { display: none; }
body[data-mini-skin="mini_object_house"] #mlCategories .oh-feel-row,
body[data-mini-skin="mini_object_house"] #mlCategories .ml-cat-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

body[data-mini-skin="mini_object_house"] #mlCategories .ml-cat:nth-child(n+4) { display: none; }

body:not(.store-editor-on)[data-mini-skin="mini_object_house"] .oh-feel.is-empty {
    display: none !important;
}

body[data-mini-skin="mini_object_house"] .oh-feel {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--oh-line);
    background: var(--oh-paper);
}

body[data-mini-skin="mini_object_house"] .oh-feel .se-img-wrap {
    max-height: 360px;
    overflow: hidden;
}

body[data-mini-skin="mini_object_house"] .oh-feel .ml-cat-img {
    aspect-ratio: 4 / 3;
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    display: block;
    background: #e4ddd0;
}

body[data-mini-skin="mini_object_house"] .oh-feel.is-empty .ml-cat-img,
body[data-mini-skin="mini_object_house"] .oh-feel .ml-cat-img.is-empty {
    max-height: 120px;
    aspect-ratio: 4 / 3;
    background: var(--oh-paper);
    border-bottom: 1px dashed var(--oh-line);
}

body[data-mini-skin="mini_object_house"] .oh-feel:hover .ml-cat-img {
    transform: scale(1.015);
}

body[data-mini-skin="mini_object_house"] .oh-feel .ml-cat-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    min-height: 44px;
}

body[data-mini-skin="mini_object_house"] .oh-feel .ml-cat-title {
    font-family: "Fraunces", Georgia, serif;
    font-size: 20px;
}

body[data-mini-skin="mini_object_house"] .oh-feel .ml-cat-hint {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 600;
    color: var(--oh-wood);
}

body[data-mini-skin="mini_object_house"] .oh-feel .ml-cat-hint::after {
    content: "Shop →";
}

/* Trust */
body[data-mini-skin="mini_object_house"] #mlTrust .ml-section-head:has(.ml-h2:empty):has(.ml-kicker:empty):has(.ml-sub:empty) {
    display: none;
}

body[data-mini-skin="mini_object_house"] .oh-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--oh-line);
}

body[data-mini-skin="mini_object_house"] .oh-trust article {
    padding: 22px 20px;
    border-right: 1px solid var(--oh-line);
}

body[data-mini-skin="mini_object_house"] .oh-trust article:last-of-type { border-right: 0; }

body[data-mini-skin="mini_object_house"] .oh-trust article h3 {
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 650;
    margin: 0;
}

body[data-mini-skin="mini_object_house"] .oh-trust article p {
    color: var(--oh-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 8px 0 0;
}

/* Newsletter */
body[data-mini-skin="mini_object_house"] #mlNewsletter .ml-news {
    background: var(--oh-clay);
    border: 0;
    border-radius: 0;
    text-align: left;
    padding: 40px 36px;
}

body[data-mini-skin="mini_object_house"] #mlNewsletter .ml-kicker { color: var(--oh-ink); }
body[data-mini-skin="mini_object_house"] #mlNewsletter h3 { max-width: 16ch; }
body[data-mini-skin="mini_object_house"] #mlNewsletter p { margin-left: 0; color: #4d4842; }
body[data-mini-skin="mini_object_house"] #mlNewsletter .ml-news-form { justify-content: flex-start; }
body[data-mini-skin="mini_object_house"] #mlNewsletter .ml-field {
    background: var(--oh-paper);
    border-radius: 4px;
    border-color: var(--oh-line);
}

/* Footer */
body[data-mini-skin="mini_object_house"] .oh-footer {
    background: var(--oh-plaster);
    color: var(--oh-ink);
    border-top: 1px solid var(--oh-line);
    padding: 40px 0 28px;
}

body[data-mini-skin="mini_object_house"] .oh-footer .aq-footer-grid {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 24px;
}

body[data-mini-skin="mini_object_house"] .oh-footer .aq-footer-promise { color: var(--oh-muted); max-width: 34ch; }

body[data-mini-skin="mini_object_house"] .oh-footer h3 {
    font-family: Inter, system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--oh-wood);
}

body[data-mini-skin="mini_object_house"] .oh-footer a,
body[data-mini-skin="mini_object_house"] .oh-footer a:visited {
    color: var(--oh-ink);
    text-decoration: none;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

body[data-mini-skin="mini_object_house"] .oh-footer a:hover { color: var(--oh-wood); }

body[data-mini-skin="mini_object_house"] .oh-footer .aq-footer-base {
    width: min(1180px, calc(100% - 48px));
    margin: 22px auto 0;
    padding-top: 16px;
    border-top: 1px solid var(--oh-line);
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--oh-muted);
}

body[data-mini-skin="mini_object_house"] .oh-footer .aq-footer-col { display: flex; flex-direction: column; }

/* Commerce chrome */
body[data-mini-skin="mini_object_house"] .sg-cs-root { font-family: Inter, system-ui, sans-serif; }
body[data-mini-skin="mini_object_house"] .sg-cs-sheet { background: var(--oh-paper); color: var(--oh-ink); border-radius: 8px 8px 0 0; }
body[data-mini-skin="mini_object_house"] .sg-cs-btn--primary,
body[data-mini-skin="mini_object_house"] .sg-cs-catalog .sg-ms-card__add {
    background: var(--oh-ink);
    color: var(--oh-paper);
    border-radius: 4px;
}
body[data-mini-skin="mini_object_house"] .sg-cs-kicker { color: var(--oh-wood); }

body[data-mini-skin="mini_object_house"] .ml-reveal { transform: translateY(16px); opacity: 0; }
body[data-mini-skin="mini_object_house"] .ml-reveal.is-in { transform: none; opacity: 1; transition: transform 600ms ease, opacity 600ms ease; }
body[data-mini-skin="mini_object_house"] #mlBestSellers.is-in .sg-ms-card { animation: ohCard 560ms ease both; }
body[data-mini-skin="mini_object_house"] #mlBestSellers.is-in .sg-ms-card:nth-child(1) { animation-delay: 40ms; }
body[data-mini-skin="mini_object_house"] #mlBestSellers.is-in .sg-ms-card:nth-child(2) { animation-delay: 90ms; }
body[data-mini-skin="mini_object_house"] #mlBestSellers.is-in .sg-ms-card:nth-child(3) { animation-delay: 140ms; }
body[data-mini-skin="mini_object_house"] #mlBestSellers.is-in .sg-ms-card:nth-child(4) { animation-delay: 190ms; }
body[data-mini-skin="mini_object_house"] #mlRows.is-in .sg-ms-card { animation: ohCard 560ms ease both; }

@keyframes ohCard {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 1099px) and (min-width: 861px) {
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    body[data-mini-skin="mini_object_house"] .oh-hero { min-height: 0; }
    body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media {
        min-height: 62vh;
        order: -1;
    }
    body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-frame,
    body.store-editor-on[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-frame.se-img-wrap {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        margin: 8px 16px 0;
        height: min(62vh, 460px) !important;
        animation: none;
        opacity: 1;
        transform: none;
    }
    body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-copy {
        margin: -28px 16px 0;
        padding: 28px 20px 32px;
        position: relative;
        z-index: 2;
        background: var(--oh-plaster);
        animation: none;
        opacity: 1;
        transform: none;
    }
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card,
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:first-child,
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(2),
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(3),
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(4) {
        grid-column: span 1 !important;
        grid-row: auto !important;
    }
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card .sg-ms-card__media,
    body[data-mini-skin="mini_object_house"] .sg-ms-wall--house > .sg-ms-card:nth-child(4) .sg-ms-card__media {
        aspect-ratio: 3 / 4;
    }
    body[data-mini-skin="mini_object_house"] .oh-look .ml-story,
    body[data-mini-skin="mini_object_house"] .oh-look--text .ml-story {
        grid-template-columns: 1fr;
    }
    body[data-mini-skin="mini_object_house"] .oh-look .ml-story-copy {
        margin: 0;
        max-width: none;
    }
    body[data-mini-skin="mini_object_house"] #mlCategories .oh-feel-row,
    body[data-mini-skin="mini_object_house"] #mlCategories .ml-cat-row {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }
    body[data-mini-skin="mini_object_house"] .oh-feel {
        flex: 0 0 min(78vw, 280px);
        scroll-snap-align: start;
    }
    body[data-mini-skin="mini_object_house"] .oh-feel .ml-cat-img,
    body[data-mini-skin="mini_object_house"] .oh-feel .se-img-wrap {
        max-height: 250px;
        aspect-ratio: 4 / 3;
    }
    body[data-mini-skin="mini_object_house"] .oh-trust { grid-template-columns: 1fr; }
    body[data-mini-skin="mini_object_house"] .oh-trust article {
        border-right: 0;
        border-bottom: 1px solid var(--oh-line);
    }
    body[data-mini-skin="mini_object_house"] .oh-footer .aq-footer-grid,
    body[data-mini-skin="mini_object_house"] .oh-footer .aq-footer-base {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
    }
    body[data-mini-skin="mini_object_house"] .oh-value-line { padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
    body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-copy,
    body[data-mini-skin="mini_object_house"] .oh-hero .ml-home-hero-media-frame,
    body[data-mini-skin="mini_object_house"] .oh-hero-fallback__panel,
    body[data-mini-skin="mini_object_house"] #mlBestSellers.is-in .sg-ms-card,
    body[data-mini-skin="mini_object_house"] .ml-reveal {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
