.rw-main--home {
overflow: hidden;
} .rw-hero {
background: var(--rw-color-surface-warm);
min-height: min(790px, calc(100svh - var(--rw-announcement-height) - var(--rw-header-height)));
overflow: hidden;
position: relative;
}
.rw-hero__media,
.rw-hero__media picture {
inset: 0;
position: absolute;
}
.rw-hero__media::after {
background:
linear-gradient(90deg, rgb(255 255 255 / 46%) 0%, rgb(255 255 255 / 20%) 37%, transparent 61%),
rgb(15 15 14 / var(--rw-hero-overlay, 0.08));
content: "";
inset: 0;
pointer-events: none;
position: absolute;
z-index: 1;
}
.rw-hero__image {
height: 100%;
object-fit: cover;
object-position: var(--rw-hero-object-position, 70% 50%);
width: 100%;
}
.rw-hero__layout {
min-height: inherit;
position: relative;
z-index: 2;
}
.rw-hero__content {
align-items: flex-start;
display: flex;
flex-direction: column;
justify-content: center;
min-height: inherit;
padding-block: clamp(72px, 8vw, 128px);
width: min(620px, 48%);
}
.rw-hero--align-center .rw-hero__content {
align-items: center;
margin-inline: auto;
text-align: center;
}
.rw-hero--light .rw-hero__content,
.rw-hero--light .rw-hero__content :where(h1, p, .rw-eyebrow) {
color: var(--rw-color-white);
}
body.rw-site .rw-hero__title {
font-size: clamp(3rem, 4.35vw, 4.65rem);
letter-spacing: -0.045em;
line-height: 1.04;
margin-bottom: 24px;
max-width: 13.8ch;
}
.rw-hero__text {
color: var(--rw-color-muted);
font-size: clamp(0.92rem, 0.86rem + 0.22vw, 1.04rem);
line-height: 1.58;
max-width: 44ch;
}
.rw-hero__text p:last-child {
margin-bottom: 0;
}
.rw-hero__buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 28px;
}
.rw-hero--light .rw-button--outline {
border-color: var(--rw-color-white) !important;
color: var(--rw-color-white) !important;
} .rw-home-categories {
padding-bottom: clamp(54px, 6vw, 84px);
padding-top: clamp(22px, 3vw, 42px);
}
.rw-home-categories .rw-section-heading:empty,
.rw-home-categories .rw-section-heading--empty {
display: none;
}
.rw-category-grid {
display: grid;
gap: clamp(10px, 1.25vw, 20px);
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rw-category-card {
color: var(--rw-color-text);
display: block;
min-width: 0;
text-decoration: none;
}
.rw-category-card__media {
aspect-ratio: 4 / 5;
background: var(--rw-color-image);
display: block;
overflow: hidden;
}
.rw-category-card__media picture,
.rw-category-card__image {
height: 100%;
width: 100%;
}
.rw-category-card__image {
object-fit: cover;
transition: transform 700ms var(--rw-ease);
}
.rw-category-card:hover .rw-category-card__image {
transform: scale(1.025);
}
.rw-category-card__placeholder,
.rw-home-about__placeholder,
.rw-lookbook-placeholder {
align-items: center;
background:
radial-gradient(circle at 78% 28%, rgb(255 255 255 / 76%) 0 10%, transparent 10.5%),
linear-gradient(135deg, #e9e3dc, #cfc5bb);
color: rgb(17 17 15 / 34%);
display: flex;
font-size: clamp(1rem, 2.4vw, 1.8rem);
height: 100%;
justify-content: center;
letter-spacing: 0.14em;
width: 100%;
}
.rw-category-card__body {
display: block;
padding: 13px 2px 0;
text-align: center;
}
.rw-category-card__title {
display: block;
font-size: 11px;
font-weight: 650;
letter-spacing: 0.065em;
line-height: 1.35;
margin-bottom: 2px;
text-transform: uppercase;
}
.rw-category-card__body small {
color: var(--rw-color-muted);
font-size: 10px;
} .rw-section-heading {
align-items: flex-end;
display: flex;
gap: 24px;
justify-content: space-between;
margin-bottom: clamp(24px, 3.2vw, 40px);
}
body.rw-site .rw-section-heading h2 {
font-size: clamp(1.55rem, 1.35rem + 0.8vw, 2.15rem);
letter-spacing: -0.03em;
margin: 0;
} .rw-home-products {
padding-block: clamp(54px, 6.8vw, 94px);
}
.rw-home-products__actions {
align-items: center;
display: flex;
gap: 22px;
}
.rw-carousel-controls {
display: flex;
gap: 4px;
}
body.rw-site .rw-carousel-button {
border: 1px solid var(--rw-color-border) !important;
}
.rw-product-carousel {
margin-inline: calc(var(--rw-gutter) * -0.08);
overflow: hidden;
}
.rw-product-carousel__track {
display: grid;
gap: clamp(12px, 1.35vw, 22px);
grid-auto-columns: calc((100% - (4 * clamp(12px, 1.35vw, 22px))) / 5);
grid-auto-flow: column;
list-style: none;
margin: 0;
overflow-x: auto;
padding: 0 2px 14px;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
scrollbar-width: none;
}
.rw-product-carousel__track::-webkit-scrollbar {
display: none;
}
.rw-product-card {
min-width: 0;
scroll-snap-align: start;
}
.rw-product-card__link {
color: var(--rw-color-text) !important;
display: block;
text-decoration: none !important;
}
.rw-product-card__media {
aspect-ratio: var(--rw-product-ratio);
background: var(--rw-color-image);
display: block;
overflow: hidden;
position: relative;
}
.rw-product-card__media img {
height: 100%;
object-fit: cover;
transition: transform 650ms var(--rw-ease);
width: 100%;
}
.rw-product-card__link:hover .rw-product-card__media img {
transform: scale(1.02);
}
.rw-product-card__badge {
background: var(--rw-color-white);
color: var(--rw-color-text);
font-size: 9px;
font-weight: 650;
left: 10px;
letter-spacing: 0.08em;
padding: 7px 9px;
position: absolute;
text-transform: uppercase;
top: 10px;
z-index: 2;
}
.rw-product-card__badge--sale {
color: var(--rw-color-sale);
}
.rw-product-card__body {
display: grid;
gap: 3px;
padding-top: 12px;
}
.rw-product-card__title {
font-size: 12px;
font-weight: 500;
line-height: 1.42;
}
.rw-product-card__price,
.rw-product-card__price .amount {
color: var(--rw-color-text);
font-size: 11px;
font-weight: 500;
}
.rw-product-card__price del {
color: var(--rw-color-subtle);
margin-right: 5px;
opacity: 1;
}
.rw-product-card__price ins {
color: var(--rw-color-sale);
text-decoration: none;
}
.rw-home-empty {
align-items: center;
border: 1px solid var(--rw-color-border);
color: var(--rw-color-muted);
display: flex;
justify-content: center;
min-height: 190px;
padding: 24px;
text-align: center;
} .rw-collection-banner {
background: var(--rw-color-surface-warm);
min-height: clamp(440px, 42vw, 610px);
overflow: hidden;
position: relative;
}
.rw-collection-banner__media,
.rw-collection-banner__media picture {
inset: 0;
position: absolute;
}
.rw-collection-banner__media::after {
background: linear-gradient(90deg, rgb(244 240 235 / 96%) 0%, rgb(244 240 235 / 82%) 29%, rgb(244 240 235 / 16%) 58%, transparent 75%);
content: "";
inset: 0;
position: absolute;
}
.rw-collection-banner__image {
height: 100%;
object-fit: cover;
object-position: center center;
width: 100%;
}
.rw-collection-banner__content {
align-items: flex-start;
display: flex;
flex-direction: column;
justify-content: center;
min-height: inherit;
padding: clamp(46px, 6.5vw, 94px);
position: relative;
width: min(570px, 48%);
z-index: 2;
}
body.rw-site .rw-collection-banner__content h2 {
font-size: clamp(2rem, 1.55rem + 1.65vw, 3.1rem);
line-height: 1.08;
max-width: 13ch;
}
.rw-collection-banner__text {
color: var(--rw-color-muted);
max-width: 40ch;
}
.rw-collection-banner__content .wp-element-button {
margin-top: 20px;
} .rw-home-benefits {
padding-block: clamp(30px, 4vw, 50px);
}
.rw-benefits {
border: 1px solid var(--rw-color-border);
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rw-benefit {
align-items: center;
display: flex;
flex-direction: column;
gap: 8px;
justify-content: center;
min-height: 134px;
padding: 24px 18px;
text-align: center;
}
.rw-benefit + .rw-benefit {
border-left: 1px solid var(--rw-color-border);
}
.rw-benefit__icon {
align-items: center;
display: inline-flex;
flex: 0 0 30px;
justify-content: center;
}
.rw-benefit__icon svg {
height: 27px;
width: 27px;
}
body.rw-site .rw-benefit h3 {
font-family: var(--rw-font-body);
font-size: 12px;
font-weight: 650;
letter-spacing: 0;
line-height: 1.35;
margin: 0 0 1px;
}
.rw-benefit p {
color: var(--rw-color-muted);
font-size: 10px;
line-height: 1.45;
margin: 0;
} .rw-home-about__grid {
align-items: stretch;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
}
.rw-home-about__media {
min-height: 540px;
}
.rw-home-about__media picture,
.rw-home-about__image {
height: 100%;
width: 100%;
}
.rw-home-about__image {
object-fit: cover;
}
.rw-home-about__content {
align-items: flex-start;
background: var(--rw-color-surface-soft);
display: flex;
flex-direction: column;
justify-content: center;
padding: clamp(44px, 7vw, 92px);
}
body.rw-site .rw-home-about__content h2 {
font-size: clamp(1.9rem, 1.5rem + 1.25vw, 2.8rem);
}
.rw-home-about__text {
color: var(--rw-color-muted);
max-width: 48ch;
} .rw-home-lookbook {
padding-bottom: clamp(38px, 5vw, 68px);
padding-top: clamp(54px, 7vw, 94px);
}
.rw-home-lookbook .rw-section-heading {
margin-bottom: 24px;
}
.rw-home-lookbook .rw-muted {
font-size: 13px;
margin: 7px 0 0;
}
.rw-home-lookbook .rw-social-link {
align-items: center;
align-self: flex-end;
color: var(--rw-color-text);
display: inline-flex;
flex: 0 0 auto;
font-size: 13px;
gap: 8px;
line-height: 1;
text-decoration: none;
white-space: nowrap;
}
.rw-home-lookbook .rw-social-link svg {
flex: 0 0 20px;
height: 20px;
width: 20px;
}
.rw-home-lookbook .rw-social-link span {
display: block;
line-height: 20px;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
}
.rw-home-lookbook .rw-social-link:hover,
.rw-home-lookbook .rw-social-link:focus-visible {
color: var(--rw-color-muted);
}
.rw-lookbook-grid {
display: grid;
gap: clamp(6px, 0.8vw, 12px);
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.rw-lookbook-item {
aspect-ratio: 4 / 5;
background: var(--rw-color-image);
overflow: hidden;
}
.rw-lookbook-item img {
height: 100%;
object-fit: cover;
transition: transform 650ms var(--rw-ease);
width: 100%;
}
.rw-lookbook-item:hover img {
transform: scale(1.025);
}
.rw-lookbook-placeholder {
font-size: clamp(0.72rem, 1.2vw, 1rem);
letter-spacing: 0.12em;
} .rw-newsletter-section {
padding-bottom: clamp(54px, 6vw, 84px);
padding-top: 0;
}
.rw-newsletter {
align-items: center;
background: var(--rw-color-surface-soft);
display: grid;
gap: clamp(32px, 6vw, 88px);
grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
padding: clamp(38px, 5vw, 68px);
}
body.rw-site .rw-newsletter h2 {
font-size: clamp(1.85rem, 1.5rem + 1.2vw, 2.75rem);
line-height: 1.08;
margin-bottom: 15px;
}
.rw-newsletter__text {
color: var(--rw-color-muted);
font-size: 13px;
max-width: 44ch;
}
.rw-newsletter__form {
display: grid;
grid-template-columns: 1fr auto;
}
.rw-newsletter__form input[type="email"] {
border-right: 0 !important;
}
.rw-newsletter__consent {
align-items: flex-start;
display: flex;
gap: 8px;
grid-column: 1 / -1;
margin-top: 11px;
}
body.rw-site .rw-newsletter__consent input[type="checkbox"] {
appearance: auto;
flex: 0 0 auto;
height: 15px;
margin: 2px 0 0;
min-height: 0;
width: 15px;
}
body.rw-site .rw-newsletter__consent label,
.rw-newsletter__privacy {
color: var(--rw-color-muted);
font-size: 10px;
font-weight: 400;
line-height: 1.5;
}
.rw-newsletter__privacy {
grid-column: 1 / -1;
margin: 8px 0 0;
}
.rw-newsletter__status {
border: 1px solid var(--rw-color-border);
grid-column: 1 / -1;
margin: 0 0 12px;
padding: 10px 12px;
}
.rw-newsletter__status--success {
background: var(--rw-color-success-soft);
border-color: rgb(77 118 89 / 25%);
color: var(--rw-color-success);
}
.rw-newsletter__status--error {
color: var(--rw-color-error);
}
.rw-newsletter__honeypot {
left: -9999px;
position: absolute;
} .rw-carousel-controls[hidden] {
display: none !important;
}
body.rw-site .rw-carousel-button:disabled {
background: var(--rw-color-surface) !important;
border-color: var(--rw-color-border) !important;
color: rgb(17 17 17 / 34%) !important;
cursor: default !important;
opacity: 1 !important;
transform: none !important;
}