body.skin-comercial-home .home-commercial-page {
min-width: 0;
overflow: clip;
} body.skin-comercial-home .commercial-hero--home {
--commercial-hero-grid-content: minmax(390px, 0.9fr);
--commercial-hero-grid-media: minmax(0, 1.1fr);
--commercial-hero-gap: clamp(44px, 6vw, 98px);
--commercial-hero-content-max: 650px;
--commercial-hero-title-size: var(--jomo-hero-title-size);
--commercial-hero-title-size-mobile: var(--jomo-hero-title-size-mobile);
--commercial-hero-title-measure: 19ch;
--commercial-hero-media-ratio: 3 / 2;
}
body.skin-comercial-home .commercial-hero--home .commercial-hero__media {
object-position: center;
} body.skin-comercial-home .commercial-mosaic--home {
padding-bottom: clamp(56px, 6vw, 88px);
}
body.skin-comercial-home .commercial-mosaic--home .commercial-section-head {
margin-bottom: 22px;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__grid {
display: grid;
grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
grid-template-rows: repeat(2, minmax(0, 1fr));
gap: 10px;
aspect-ratio: 2.16 / 1;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__card {
position: relative;
min-width: 0;
min-height: 0;
overflow: hidden;
background: var(--jomo-panel);
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-feature {
grid-row: span 2;
min-height: 0;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__link,
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__media {
display: block;
width: 100%;
height: 100%;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__media {
position: absolute;
inset: 0;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__image {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
background: var(--jomo-panel);
transition: transform 0.35s ease;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card:hover
.commercial-mosaic__image {
transform: scale(1.02);
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__overlay {
position: absolute;
inset: auto 0 0;
z-index: 1;
padding: clamp(22px, 2.5vw, 36px);
background: linear-gradient(
to top,
rgba(13, 13, 13, 0.88),
rgba(13, 13, 13, 0.12) 75%,
transparent
);
color: var(--jomo-white);
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__overlay
.commercial-eyebrow {
color: rgba(255, 255, 255, 0.76);
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__title {
max-width: 16ch;
margin: 0;
color: var(--jomo-white);
font-family: var(--jomo-font-serif);
font-size: clamp(28px, 2.7vw, 44px);
font-weight: 400;
line-height: 0.98;
letter-spacing: -0.04em;
text-wrap: balance;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__text {
max-width: 44ch;
margin: 12px 0 0;
color: rgba(255, 255, 255, 0.86);
font-size: 13px;
line-height: 1.55;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__cta {
margin-top: 18px;
border-bottom-color: rgba(255, 255, 255, 0.56);
color: var(--jomo-white);
} body.skin-comercial-home
.commercial-featured-products--home
.commercial-featured-products__layout {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(14px, 1.7vw, 24px);
align-items: stretch;
}
body.skin-comercial-home .commercial-featured-products--home .product__item {
display: flex;
flex-direction: column;
min-width: 0;
padding: 0;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__link {
display: flex;
flex: 1 1 auto;
flex-direction: column;
min-width: 0;
color: inherit;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__image {
display: grid;
place-items: center;
width: 100%;
aspect-ratio: 1 / 1;
padding: clamp(16px, 2vw, 30px);
overflow: hidden;
border: 1px solid var(--jomo-line-soft);
background: var(--jomo-product-media-bg);
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__img {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
transition: transform 0.26s ease;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__link:hover
.product-item__img {
transform: scale(1.025);
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__title { min-height: 2.65em;
margin: 14px 0 4px;
color: var(--jomo-text);
font-family: var(--jomo-font-ui);
font-size: 15px;
font-weight: 750;
line-height: 1.3;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__ref {
min-height: 1.3em;
margin-bottom: 11px;
color: var(--jomo-muted);
font-family: var(--jomo-font-ui);
font-size: 9px;
font-weight: 800;
line-height: 1.3;
letter-spacing: 0.12em;
text-transform: uppercase;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__ref--empty,
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variants--empty {
visibility: hidden;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variants {
display: flex;
flex-wrap: wrap;
gap: 6px;
min-height: 36px;
margin: 0 0 13px;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variant,
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variant-more {
display: inline-grid;
place-items: center;
width: 34px;
height: 34px;
padding: 2px;
overflow: hidden;
border: 1px solid var(--jomo-line);
border-radius: 0;
background: rgba(255, 255, 255, 0.74);
color: var(--jomo-text);
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variant.is-active,
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variant[aria-checked="true"] {
border-color: var(--jomo-cta);
box-shadow: inset 0 0 0 1px var(--jomo-cta);
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variant
img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
body.skin-comercial-home .commercial-featured-products--home .jomo-quote-add {
width: 100%;
min-height: 44px;
margin-top: auto;
padding-inline: 12px;
font-size: 8.5px;
} body.skin-comercial-home
.commercial-applications--home
.commercial-applications__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1px;
padding: 1px;
background: var(--jomo-line);
box-shadow: var(--jomo-shadow-sm);
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card {
min-width: 0;
background: var(--jomo-surface);
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card:nth-child(even) {
background: rgba(236, 228, 218, 0.72);
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card-link {
display: flex;
flex-direction: column;
min-height: 260px;
padding: clamp(24px, 2.6vw, 38px);
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card-index {
display: block;
margin-bottom: auto;
padding-bottom: 38px;
color: var(--jomo-muted);
font-size: 9px;
font-weight: 850;
letter-spacing: 0.17em;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card-title {
max-width: 28ch;
color: var(--jomo-text);
font-family: var(--jomo-font-ui);
font-size: var(--jomo-type-card-title);
font-weight: 850;
line-height: 1.2;
letter-spacing: -0.02em;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card-text {
max-width: 44ch;
margin: 12px 0 0;
color: var(--jomo-muted-soft);
font-size: var(--jomo-type-card-body);
line-height: 1.58;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card-cta {
margin-top: 22px;
} body.skin-comercial-home .commercial-trust--home .commercial-trust__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1px;
padding: 1px;
background: var(--jomo-line);
}
body.skin-comercial-home .commercial-trust--home .commercial-trust__item {
display: flex;
flex-direction: column;
min-height: 240px;
padding: clamp(24px, 2.6vw, 38px);
background: rgba(255, 252, 247, 0.62);
}
body.skin-comercial-home
.commercial-trust--home
.commercial-trust__item:nth-child(even) {
background: rgba(236, 228, 218, 0.7);
}
body.skin-comercial-home .commercial-trust--home .commercial-trust__index {
margin-bottom: auto;
padding-bottom: 38px;
color: var(--jomo-muted);
font-size: 9px;
font-weight: 850;
letter-spacing: 0.17em;
}
body.skin-comercial-home .commercial-trust--home .commercial-trust__item-title {
max-width: 28ch;
margin: 0 0 12px;
font-family: var(--jomo-font-ui);
font-size: var(--jomo-type-card-title);
font-weight: 850;
line-height: 1.2;
letter-spacing: -0.022em;
}
body.skin-comercial-home .commercial-trust--home .commercial-trust__item-text {
max-width: 46ch;
margin: 0;
color: var(--jomo-muted-soft);
font-size: var(--jomo-type-card-body);
line-height: 1.58;
} body.skin-comercial-home
.commercial-reference--home
.commercial-reference__panel {
display: grid;
grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
gap: clamp(42px, 6vw, 92px);
padding: clamp(38px, 4.8vw, 72px);
border: 1px solid var(--jomo-line-soft);
background: rgba(255, 252, 247, 0.62);
box-shadow: var(--jomo-shadow-sm);
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__content,
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__aside {
min-width: 0;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__text {
max-width: 52ch;
margin: 20px 0 0;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__guide {
margin-top: 24px;
padding: 18px 20px;
border-left: 3px solid var(--jomo-cta);
background: rgba(236, 228, 218, 0.52);
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__guide-label {
margin-bottom: 10px;
font-family: var(--jomo-font-ui);
font-size: 10px;
font-weight: 850;
letter-spacing: 0.11em;
text-transform: uppercase;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__list {
display: grid;
gap: 7px;
margin: 0;
padding-left: 18px;
color: var(--jomo-muted);
font-size: 12px;
line-height: 1.5;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__actions {
margin-top: 24px;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__note {
max-width: 46ch;
margin: 14px 0 0;
color: var(--jomo-muted);
font-size: 11px;
line-height: 1.5;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__steps {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1px;
margin: 0;
padding: 1px;
list-style: none;
background: var(--jomo-line);
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step {
min-width: 0;
min-height: 190px;
padding: clamp(22px, 2.2vw, 32px);
background: rgba(255, 255, 255, 0.54);
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step:nth-child(even) {
background: rgba(236, 228, 218, 0.58);
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step-index {
display: block;
margin-bottom: 38px;
color: var(--jomo-muted);
font-size: 9px;
font-weight: 850;
letter-spacing: 0.16em;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step-title {
display: block;
margin-bottom: 10px;
font-family: var(--jomo-font-ui);
font-size: 15px;
font-weight: 850;
line-height: 1.25;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step-text {
margin: 0;
color: var(--jomo-muted-soft);
font-size: 12px;
line-height: 1.55;
} body.skin-comercial-home .commercial-process--home .commercial-process__rail {
overflow: visible;
border: 0;
}
body.skin-comercial-home .commercial-process--home .commercial-process__grid {
position: relative;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(28px, 3.2vw, 52px);
padding-top: 34px;
}
body.skin-comercial-home .commercial-process--home .commercial-process__grid::before {
position: absolute;
top: 7px;
right: 0;
left: 0;
height: 1px;
background: var(--jomo-line);
content: "";
}
body.skin-comercial-home .commercial-process--home .commercial-process__item {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
padding: 18px 0 0;
border: 0;
background: transparent;
}
body.skin-comercial-home .commercial-process--home .commercial-process__item::before {
position: absolute;
top: -31px;
left: 0;
width: 12px;
height: 12px;
border: 3px solid var(--jomo-bg);
border-radius: 999px;
background: var(--jomo-cta);
box-shadow: 0 0 0 1px var(--jomo-cta);
content: "";
}
body.skin-comercial-home .commercial-process--home .commercial-process__number {
margin: 0 0 18px;
padding: 0;
color: var(--jomo-muted);
font-size: 9px;
font-weight: 850;
line-height: 1;
letter-spacing: 0.17em;
}
body.skin-comercial-home .commercial-process--home .commercial-process__item-title {
margin: 0 0 10px;
font-family: var(--jomo-font-ui);
font-size: var(--jomo-type-card-title);
font-weight: 850;
line-height: 1.2;
letter-spacing: -0.02em;
}
body.skin-comercial-home .commercial-process--home .commercial-process__item-text {
max-width: 38ch;
margin: 0;
color: var(--jomo-muted-soft);
font-size: var(--jomo-type-card-body);
line-height: 1.58;
} body.skin-comercial-home .commercial-editorial--home .commercial-editorial__grid,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__panel {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
align-items: stretch;
overflow: hidden;
border: 1px solid var(--jomo-line-soft);
background: rgba(255, 252, 247, 0.5);
box-shadow: var(--jomo-shadow-sm);
}
body.skin-comercial-home .commercial-editorial--home.commercial-editorial--media-right .commercial-editorial__media {
order: 2;
}
body.skin-comercial-home .commercial-editorial--home .commercial-editorial__media,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__media {
min-width: 0;
min-height: 440px;
margin: 0;
overflow: hidden;
background: var(--jomo-panel);
}
body.skin-comercial-home .commercial-editorial--home .commercial-editorial__media img,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
body.skin-comercial-home .commercial-editorial--home .commercial-editorial__content,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__content {
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
padding: clamp(34px, 4.5vw, 64px);
}
body.skin-comercial-home .commercial-editorial--home .commercial-editorial__actions,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__actions {
margin-top: 24px;
} body.skin-comercial-home .commercial-video--home .commercial-video__grid {
display: grid;
grid-template-columns: minmax(300px, 390px) minmax(0, 680px);
justify-content: space-between;
gap: clamp(48px, 5vw, 84px);
width: min(100%, 1280px);
margin-inline: auto;
align-items: center;
}
body.skin-comercial-home .commercial-video--home .commercial-video__content,
body.skin-comercial-home .commercial-video--home .commercial-video__media-column {
min-width: 0;
}
body.skin-comercial-home .commercial-video--home .commercial-video__content {
align-self: center;
max-width: 420px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__note {
max-width: 48ch;
margin-top: 20px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__actions {
margin-top: 22px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__media-column {
display: flex;
justify-content: flex-end;
}
body.skin-comercial-home .commercial-video--home .commercial-video__composition {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 12px;
justify-content: end;
align-items: stretch;
width: min(100%, 680px);
min-width: 0;
}
body.skin-comercial-home .commercial-video--home .commercial-video__composition.has-stills {
grid-template-columns: minmax(0, 520px) minmax(148px, 1fr);
}
body.skin-comercial-home .commercial-video--home .commercial-video__media-frame,
body.skin-comercial-home .commercial-video--home .commercial-video__still {
min-width: 0;
}
body.skin-comercial-home .commercial-video--home .commercial-video__media-frame {
position: relative;
display: grid;
place-items: center;
width: 100%;
min-height: 0;
overflow: hidden;
border: 0;
background: transparent;
line-height: 0;
}
body.skin-comercial-home .commercial-video--home .commercial-video__media {
display: block;
width: 100%;
height: auto;
max-height: min(700px, 76svh);
margin: 0 auto;
background: transparent;
object-fit: contain;
object-position: center;
}
body.skin-comercial-home .commercial-video--home .commercial-video__controls {
position: absolute;
right: 12px;
bottom: 12px;
z-index: 2;
opacity: 0.88;
transition: opacity 0.18s ease;
}
body.skin-comercial-home .commercial-video--home .commercial-video__media-frame:hover .commercial-video__controls,
body.skin-comercial-home .commercial-video--home .commercial-video__media-frame:focus-within .commercial-video__controls {
opacity: 1;
}
body.skin-comercial-home .commercial-video--home .commercial-video__toggle {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 9px;
width: auto;
min-width: 46px;
height: 46px;
min-height: 46px;
padding: 0 14px;
border: 1px solid rgba(255, 255, 255, 0.46);
border-radius: 999px;
background: rgba(23, 20, 17, 0.78);
color: #fff;
font-family: var(--jomo-font-ui);
line-height: 1;
backdrop-filter: blur(8px);
box-shadow: 0 8px 24px rgba(23, 20, 17, 0.16);
}
body.skin-comercial-home .commercial-video--home .commercial-video__toggle:hover {
background: rgba(23, 20, 17, 0.92);
}
body.skin-comercial-home .commercial-video--home .commercial-video__toggle-label {
display: inline-block;
color: currentColor;
font-size: 9px;
font-weight: 800;
letter-spacing: 0.1em;
line-height: 1;
text-transform: uppercase;
white-space: nowrap;
}
body.skin-comercial-home .commercial-video--home .commercial-video__fallback-link {
margin: 12px 0 0;
}
body.skin-comercial-home .commercial-video--home .commercial-video__toggle-icon {
position: relative;
display: block;
width: 12px;
height: 14px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__toggle-icon::before,
body.skin-comercial-home .commercial-video--home .commercial-video__toggle-icon::after {
position: absolute;
top: 1px;
bottom: 1px;
width: 3px;
background: currentColor;
content: "";
}
body.skin-comercial-home .commercial-video--home .commercial-video__toggle-icon::before {
left: 1px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__toggle-icon::after {
right: 1px;
}
body.skin-comercial-home
.commercial-video--home
.commercial-video__toggle[data-state="paused"]
.commercial-video__toggle-icon::before {
top: 1px;
right: auto;
bottom: auto;
left: 2px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 10px solid currentColor;
background: transparent;
}
body.skin-comercial-home
.commercial-video--home
.commercial-video__toggle[data-state="paused"]
.commercial-video__toggle-icon::after {
display: none;
}
body.skin-comercial-home .commercial-video--home .commercial-video__stills {
display: grid;
grid-template-rows: repeat(3, minmax(0, 1fr));
gap: 10px;
align-self: stretch;
min-height: 0;
height: 100%;
}
body.skin-comercial-home .commercial-video--home .commercial-video__still {
display: grid;
place-items: center;
min-height: 0;
height: 100%;
padding: clamp(6px, 0.7vw, 10px);
overflow: hidden;
border: 1px solid var(--jomo-line-soft);
background: var(--jomo-product-media-bg);
}
body.skin-comercial-home .commercial-video--home .commercial-video__still-image {
display: block;
width: 100%;
height: 100%;
background: var(--jomo-product-media-bg);
object-fit: contain;
object-position: center;
} @media (max-width: 1199px) {
body.skin-comercial-home .commercial-editorial--home .commercial-editorial__grid,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__panel,
body.skin-comercial-home .commercial-video--home .commercial-video__grid {
grid-template-columns: 1fr;
}
body.skin-comercial-home .commercial-editorial--home.commercial-editorial--media-right .commercial-editorial__media {
order: 0;
}
body.skin-comercial-home .commercial-hero--home .commercial-hero__content {
max-width: 820px;
}
body.skin-comercial-home
.commercial-featured-products--home
.commercial-featured-products__layout,
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__panel {
grid-template-columns: 1fr;
}
body.skin-comercial-home .commercial-video--home .commercial-video__content {
max-width: 760px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__media-column {
justify-content: center;
}
body.skin-comercial-home
.commercial-video--home
.commercial-video__composition {
width: min(100%, 600px);
margin-inline: auto;
}
body.skin-comercial-home
.commercial-video--home
.commercial-video__composition.has-stills {
grid-template-columns: minmax(0, 1fr) minmax(132px, 148px);
}
}
@media (min-width: 768px) and (max-width: 1199px) {
body.skin-comercial-home .commercial-process--home .commercial-process__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 46px 36px;
}
body.skin-comercial-home .commercial-process--home .commercial-process__grid::before {
display: none;
}
body.skin-comercial-home .commercial-process--home .commercial-process__item {
padding-top: 24px;
border-top: 1px solid var(--jomo-line);
}
body.skin-comercial-home .commercial-process--home .commercial-process__item::before {
top: -7px;
}
}
@media (max-width: 991px) {
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: auto auto;
aspect-ratio: auto;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-feature {
grid-column: 1 / -1;
grid-row: auto;
min-height: 0;
aspect-ratio: 16 / 10;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-square,
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-portrait {
min-height: 0;
aspect-ratio: 3 / 2;
}
body.skin-comercial-home .commercial-trust--home .commercial-trust__grid {
grid-template-columns: 1fr;
}
body.skin-comercial-home .commercial-trust--home .commercial-trust__item {
min-height: 0;
}
}
@media (max-width: 767px) {
body.skin-comercial-home .commercial-hero--home .commercial-hero__content {
max-width: 34rem;
}
body.skin-comercial-home .commercial-mosaic--home {
padding-bottom: 58px;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-section-head {
margin-bottom: 16px;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 7px;
aspect-ratio: auto;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-feature {
grid-column: 1 / -1;
min-height: 0;
aspect-ratio: 16 / 11;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-square,
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-portrait {
grid-column: auto;
min-height: 0;
aspect-ratio: 1 / 1.08;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card:not(.is-feature)
.commercial-mosaic__text {
display: -webkit-box;
margin-top: 8px;
overflow: hidden;
font-size: 10px;
line-height: 1.38;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__overlay {
padding: 22px 18px;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__title {
font-size: 30px;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card:not(.is-feature)
.commercial-mosaic__overlay {
padding: 16px 14px;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card:not(.is-feature)
.commercial-mosaic__title {
max-width: 12ch;
font-size: clamp(20px, 6.2vw, 25px);
line-height: 1;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card:not(.is-feature)
.commercial-mosaic__cta {
margin-top: 12px;
}
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__text {
font-size: 12px;
}
body.skin-comercial-home
.commercial-featured-products--home
.commercial-featured-products__layout {
grid-template-columns: none;
grid-auto-flow: column;
grid-auto-columns: minmax(252px, 82vw);
gap: 12px;
width: auto;
margin-inline: calc(var(--jomo-gutter) * -1);
padding-inline: var(--jomo-gutter);
padding-bottom: 12px;
overflow-x: auto;
overflow-y: hidden;
scroll-padding-inline: var(--jomo-gutter);
scroll-snap-type: inline mandatory;
overscroll-behavior-inline: contain;
scrollbar-width: thin;
-webkit-overflow-scrolling: touch;
}
body.skin-comercial-home .commercial-featured-products--home .product__item {
padding: 1px;
scroll-snap-align: start;
scroll-snap-stop: normal;
}
body.skin-comercial-home
.commercial-featured-products--home
.commercial-featured-products__layout:focus-visible {
outline: 2px solid var(--jomo-focus);
outline-offset: 4px;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__image {
padding: 18px;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__title {
min-height: 0;
font-size: 15px;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__ref {
font-size: 9px;
}
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variant,
body.skin-comercial-home
.commercial-featured-products--home
.product-item__variant-more {
width: 36px;
height: 36px;
}
body.skin-comercial-home .commercial-featured-products--home .jomo-quote-add {
min-height: 46px;
padding-inline: 12px;
font-size: 9px;
letter-spacing: 0.1em;
white-space: normal;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__grid,
body.skin-comercial-home .commercial-trust--home .commercial-trust__grid,
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__steps,
body.skin-comercial-home .commercial-process--home .commercial-process__grid {
grid-template-columns: none;
grid-auto-flow: column;
grid-auto-columns: var(--jomo-rail-card-mobile);
gap: var(--jomo-rail-gap);
width: auto;
margin-inline: calc(var(--jomo-gutter) * -1);
padding: 1px var(--jomo-gutter) 12px;
overflow-x: auto;
overflow-y: hidden;
background: transparent;
box-shadow: none;
scroll-padding-inline: var(--jomo-gutter);
scroll-snap-type: inline mandatory;
overscroll-behavior-inline: contain;
scrollbar-width: thin;
-webkit-overflow-scrolling: touch;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card,
body.skin-comercial-home .commercial-trust--home .commercial-trust__item,
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step,
body.skin-comercial-home .commercial-process--home .commercial-process__item {
border: 1px solid var(--jomo-line);
scroll-snap-align: start;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__grid:focus-visible,
body.skin-comercial-home .commercial-trust--home .commercial-trust__grid:focus-visible,
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__steps:focus-visible,
body.skin-comercial-home .commercial-process--home .commercial-process__grid:focus-visible {
outline: 2px solid var(--jomo-focus);
outline-offset: 4px;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card-link,
body.skin-comercial-home .commercial-trust--home .commercial-trust__item {
min-height: 0;
padding: 24px;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__card-index,
body.skin-comercial-home .commercial-trust--home .commercial-trust__index {
padding-bottom: 26px;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__panel {
gap: 30px;
padding: 26px 20px;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step {
min-height: 0;
padding: 22px;
}
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__step-index {
margin-bottom: 24px;
}
body.skin-comercial-home .commercial-editorial--home .commercial-editorial__content,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__content {
padding: 30px 22px;
}
body.skin-comercial-home .commercial-editorial--home .commercial-editorial__media,
body.skin-comercial-home .commercial-gifting-band--home .commercial-gifting-band__media {
min-height: 260px;
}
body.skin-comercial-home .commercial-process--home .commercial-process__grid::before {
display: none;
}
body.skin-comercial-home .commercial-process--home .commercial-process__item {
min-height: 224px;
padding: 24px;
background: rgba(255, 252, 247, 0.6);
}
body.skin-comercial-home .commercial-process--home .commercial-process__item::before {
display: none;
}
body.skin-comercial-home .commercial-process--home .commercial-process__number {
margin-bottom: 28px;
}
body.skin-comercial-home .commercial-video--home {
padding-block: 44px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__grid {
gap: 22px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__content {
max-width: 100%;
}
body.skin-comercial-home .commercial-video--home .commercial-video__note {
margin-top: 14px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__actions {
margin-top: 16px;
}
body.skin-comercial-home
.commercial-video--home
.commercial-video__composition,
body.skin-comercial-home
.commercial-video--home
.commercial-video__composition.has-stills {
grid-template-columns: minmax(0, 1fr);
width: 100%;
gap: 8px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__media {
width: auto;
max-width: 100%;
height: auto;
max-height: min(70svh, 620px);
object-fit: contain;
object-position: center;
}
body.skin-comercial-home .commercial-video--home .commercial-video__stills {
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: none;
height: auto;
gap: 8px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__still {
aspect-ratio: 4 / 3;
height: auto;
max-height: 96px;
padding: 5px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__controls {
right: 10px;
bottom: 10px;
}
}
@media (max-width: 430px) {
body.skin-comercial-home .commercial-video--home {
padding-block: 40px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__grid {
gap: 18px;
}
body.skin-comercial-home .commercial-video--home .commercial-video__media {
max-height: min(66svh, 560px);
}
body.skin-comercial-home .commercial-video--home .commercial-video__still {
max-height: 82px;
}
}
@media (max-width: 379px) {
body.skin-comercial-home .commercial-mosaic--home .commercial-mosaic__grid {
grid-template-columns: 1fr;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-feature,
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-square,
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card.is-portrait {
grid-column: auto;
aspect-ratio: 3 / 2;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card:not(.is-feature)
.commercial-mosaic__title {
font-size: 27px;
}
body.skin-comercial-home
.commercial-mosaic--home
.commercial-mosaic__card:not(.is-feature)
.commercial-mosaic__text {
display: block;
overflow: visible;
font-size: 12px;
-webkit-line-clamp: unset;
}
body.skin-comercial-home
.commercial-applications--home
.commercial-applications__grid,
body.skin-comercial-home .commercial-trust--home .commercial-trust__grid,
body.skin-comercial-home
.commercial-reference--home
.commercial-reference__steps,
body.skin-comercial-home .commercial-process--home .commercial-process__grid {
grid-auto-columns: minmax(248px, 88vw);
}
}