body.mc-native.mc-home .montale-season:has(+ .montale-experience-section) { padding-bottom: 0 !important; margin-bottom: 0 !important; border-bottom: 0 !important; }
body.mc-native.mc-home .montale-season + .montale-experience-section { margin-top: 88px !important; padding-top: 0 !important; }
body.mc-native .creed-season { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); font-family: Montserrat, Arial, sans-serif; color: #1c1c1c; border-block: 1px solid #dedede; }
.creed-season__item { min-width: 0; position: relative; padding: 28px 22px; }
.creed-season__item + .creed-season__item { border-left: 1px solid #dedede; }
body.mc-native .creed-season__heading { margin: 0; font-size: 17px; font-weight: 500; line-height: 1.3; letter-spacing: 0; text-transform: uppercase; }
body.mc-native .creed-season__trigger { display: grid; grid-template-columns: 1fr 20px; grid-template-rows: 22px auto; align-content: start; align-items: start; gap: 22px 10px; width: 100%; min-height: 104px; padding: 0; background: none; border: 0; border-radius: 0; color: inherit; font: inherit; letter-spacing: 0; text-transform: inherit; text-align: left; cursor: pointer; }
.creed-season__number { grid-column: 1; font-size: 12px; font-weight: 400; color: #777; }
.creed-season__title { grid-column: 1 / -1; grid-row: 2; }
.creed-season__trigger > svg { grid-column: 2; grid-row: 1; width: 18px; height: 18px; stroke-width: 1; transition: transform .4s ease; }
.creed-season__trigger[aria-expanded="true"] > svg { transform: rotate(45deg); }
.creed-season__trigger:focus-visible { outline: 2px solid #536747; outline-offset: 6px; }
body.mc-native .creed-season__hint { margin: 0; color: #777; font-size: 13px; line-height: 1.5; font-weight: 300; }
.creed-season__panel { min-height: 0; }
.creed-season__content { min-height: 0; }
body.mc-native .creed-season__description { margin: 0; min-height: 66px; font-size: 13px; font-weight: 300; line-height: 1.5; color: #6f6f6f; }
.creed-season__products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 12px; }
body.mc-native .creed-season__product { display: block; min-width: 0; color: #1c1c1c; text-decoration: none; }
body.mc-native .creed-season__product img { display: block; width: 100%; height: 210px; object-fit: contain; padding: 0; background: transparent; }
.creed-season__product > span { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-top: 12px; font-size: 13px; font-weight: 400; line-height: 1.5; }
.creed-season__product svg { flex-shrink: 0; width: 16px; height: 16px; stroke-width: 1.5; transition: transform .25s ease; }
.creed-season__product:hover svg { transform: translate(2px, -2px); }
.creed-season__product:hover > span { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.creed-season__product:focus-visible { outline: 2px solid #536747; outline-offset: 4px; }
body.mc-native .creed-season.is-enhanced { grid-template-columns: 2.6fr 1fr 1fr 1fr; transition: grid-template-columns .4s cubic-bezier(.22,.61,.36,1); }
.creed-season.is-enhanced .creed-season__item { height: 520px; overflow: hidden; }
.creed-season.is-enhanced .creed-season__item::before { content: ''; position: absolute; top: 0; left: 22px; right: 22px; height: 1px; background: #111; opacity: 0; transition: opacity .25s; }
.creed-season.is-enhanced .creed-season__item.is-active::before { opacity: 1; }
.creed-season.is-enhanced .creed-season__panel { visibility: hidden; opacity: 0; }
.creed-season.is-enhanced .creed-season__item.is-active .creed-season__panel { visibility: visible; }
.creed-season.is-enhanced .creed-season__item.is-active .creed-season__hint { display: none; }
@media (max-width: 1100px) {
    body.mc-native .creed-season.is-enhanced { grid-template-columns: 1fr !important; }
    .creed-season__item { padding: 0 18px; }
    .creed-season__item + .creed-season__item { border-left: 0; border-top: 1px solid #dedede; }
    .creed-season.is-enhanced .creed-season__item { height: auto; }
    body.mc-native .creed-season__trigger { grid-template-columns: 26px minmax(0, 1fr) 20px; grid-template-rows: auto; align-items: center; gap: 12px; min-height: 80px; }
    .creed-season__title { grid-column: 2; grid-row: 1; }
    .creed-season__trigger > svg { grid-column: 3; }
    .creed-season.is-enhanced .creed-season__hint { display: none; }
    .creed-season.is-enhanced .creed-season__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.22,.61,.36,1); visibility: visible; }
    .creed-season__content { overflow: hidden; }
    .creed-season.is-enhanced .creed-season__item.is-active .creed-season__panel { grid-template-rows: 1fr; }
    .creed-season__products { margin-bottom: 22px; }
    body.mc-native .creed-season__description { min-height: 78px; }
    body.mc-native .creed-season__product img { height: 200px; }
    .creed-season__product > span { min-height: 58.5px; }
}
@media (max-width: 767px) {
    body.mc-native .creed-season { grid-template-columns: minmax(0, 1fr); }
    .creed-season__products { gap: 12px; }
    body.mc-native .creed-season__product img { height: 176px; }
}
@media (prefers-reduced-motion: reduce) {
    body.mc-native .creed-season.is-enhanced, .creed-season.is-enhanced .creed-season__panel, .creed-season__trigger > svg, .creed-season__product svg { transition: none; }
}
