/* Hero */
.lu-hero {
	position: relative;
	width: 100%;
	max-height: 620px;
	aspect-ratio: 1440 / 560;
	overflow: hidden;
	line-height: 0;
	margin-top: 64px;
}

.lu-hero video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lu-hero__content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	pointer-events: none;
	line-height: normal;
	font-family: "EB Garamond", Georgia, serif;
}

.lu-hero__title {
	margin: 0;
	font-weight: 400;
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1.1;
}

.lu-hero__subtitle {
	margin-top: 30px;
	font-size: 16px;
}

.lu-hero__pause {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 5;
	color: #fff;
}

/* Intro Text*/
.lu-intro {
	padding: 76px 0;
}

.lu-intro__text {
	max-width: 822px;
	margin: 0 auto;

	font-family: "EB Garamond", Georgia, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #000;
	text-align: center;
}

/* Lounge & Underwear anchor tiles */
.fr-anchorButton_item,
.fr-anchorButton {
	border: none;
}

.fr-anchorButton.-length-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	margin: 0 62px 81px;
	padding: 0;
	list-style: none;
}

.fr-anchorButton.-length-3 .fr-anchorButton_item {
	width: auto;
	margin: 0;
	padding: 0;
}

.fr-anchorButton.-length-3 .fr-anchorButton_itemInner {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.fr-anchorButton.-length-3 .fr-anchorButton_itemThumb {
	width: 100%;
}

.fr-anchorButton.-length-3 .u-imgAdjustBox {
	margin: 0;
}

.fr-anchorButton.-length-3 .u-imgAdjustBox_inner,
.fr-anchorButton.-length-3 picture,
.fr-anchorButton.-length-3 img {
	width: 100%;
	height: 100%;
}

.fr-anchorButton.-length-3 img {
	display: block;
	object-fit: cover;
}

.fr-anchorButton.-length-3 .fr-anchorButton_itemText {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 !important;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0;
	text-align: left;
	z-index: 2;
}

/* -- Lookbook -- */
.lu-lookbook {
	margin: 81px 0;
}

.lu-lookbook__pc {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
}

.lu-lookbook__card {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.lu-lookbook__card img {
	display: block;
	width: 100%;
	height: auto;
}

.lu-lookbook__overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 42px;
	text-align: center;
	color: #fff;
}

.lu-lookbook__overlay h2 {
	margin: 0;

	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: clamp(44px, 3.6vw, 64px);
	line-height: 1.05;
	letter-spacing: -0.01em;
}

.lu-lookbook__overlay p {
	margin: 28px 0 22px;

	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0.02em;
}

.lu-lookbook__overlay span {
	display: inline-block;

	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;

	color: #fff;

	text-decoration: underline;
	text-underline-offset: 3px;
}

.lu-lookbook__sp {
	display: none;
}

/* Bras and Underwear Section */

.lu-category {
	max-width: 960px;
	margin: 0 auto;
}

.lu-category .fr-linkText_item {
	display: block;
	cursor: pointer;
	color: inherit;
}

.lu-category__image {
	position: relative;
	width: 100%;
}

.lu-category__image figure {
	margin: 0;
}

.lu-category__image--pc {
	display: block;
}

.lu-category__image--sp {
	display: none;
}

.lu-category__image--pc .u-imgAdjustBox::before {
	padding-top: 58%;
}

.lu-category__image .u-imgAdjustBox_inner,
.lu-category__image picture,
.lu-category__image img {
	width: 100%;
	height: 100%;
}

.lu-category__image img {
	display: block;
	object-fit: cover;
}

.lu-category__shopBtn {
	position: absolute;
	right: 28px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	background: #fff;
	border-radius: 999px;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	white-space: nowrap;
	pointer-events: none;
	z-index: 2;
}

.lu-category__text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 80px;
	padding: 50px 0 90px 0;
}

.lu-category__title {
	margin: 0;
	font-family: "EB Garamond", Georgia, serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0;
}

.fr-linkText_item,
.lu-cami-section {
	cursor: pointer;
}

.lu-category__copy {
	margin: 0;
	font-family: "EB Garamond", Georgia, serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0;
}

.bff-pc-margin {
	margin-right: 62px;
	margin-left: 62px;
}

.shop-all-link a {
	color: #000;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 19.2px;
	letter-spacing: 0;
	margin: 55px 0 90px 0;
	text-underline-offset: 4px;
	display: inline-block;
}

.lu-cami-section {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 75%) minmax(280px, 1fr);
	align-items: end;
	column-gap: 37px;
	margin: 0 0 122px;
}

/* Modal Trigger (whole image clickable) */
.lu-cami-section .fr-linkText_item {
	display: block;
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
	text-decoration: none !important;
	cursor: pointer;
}

.lu-cami-section__image {
	position: relative;
	width: 100%;
}

.lu-cami-section__image picture,
.lu-cami-section__image img {
	display: block;
	width: 100%;
	height: auto;
}

.lu-cami-section__image img {
	vertical-align: top;
}

/* Shop The Look CTA */
.lu-cami-section__image .lu-category__shopBtns {
	position: absolute;
	top: 33px;
	left: 58px;
	padding: 8px 16px;
	background: #fff;
	border-radius: 999px;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	white-space: nowrap;
	pointer-events: none;
	z-index: 2;
}

.lu-cami-section__text .lu-category__title {
	margin: 0 0 16px;
}

.lu-cami-section__text .lu-category__copy {
	margin: 0;
}

.lu-category--loungewear {
	padding-bottom: 60px;
}

.lu-full-banner-wrap {
	margin-bottom: 95px;
}

.lu-full-banner {
	position: relative;
	width: 100%;
	display: block;
}

.lu-full-banner picture {
	display: block;
}

.lu-full-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.lu-full-banner__cta {
	position: absolute;
	top: 33px;
	right: 65px;
	padding: 8px 16px;
	background: #fff;
	border-radius: 999px;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	white-space: nowrap;
	pointer-events: none;
	z-index: 2;
}

.shop-all-link.lp_cta a {
	margin-bottom: 0;
}

.bottom_btn {
	margin: 65px 0;
}

/* Minimalist Modal */

.lu-lookbook-modal {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

.lu-lookbook-modal__header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 24px 8px;
	border-bottom: 0;
}

.lu-lookbook-modal__title {
	margin: 0;
	padding: 0 44px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 26.4px;
	letter-spacing: 0;
}

.lu-lookbook-modal__close {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	overflow: visible;
}

.lu-lookbook-modal__close::before,
.lu-lookbook-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1.5px;
	background: #000;
	transform-origin: center;
}

.lu-lookbook-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.lu-lookbook-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.lu-lookbook-modal__container {
	padding: 0 24px 32px;
	background-color: #fff;
}

.lu-lookbook-modal__description {
	margin: 0 0 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0;
}

/* Gallery */

.lu-lookbook-modal__gallery {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lu-lookbook-modal__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.lu-lookbook-modal__media {
	position: relative;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.lu-lookbook-modal__media img {
	display: block;
	width: 100%;
	height: auto;
}

/* Styling card */

.lu-lookbook-modal__stylings {
	padding: 32px 0 0;
}

.lu-lookbook-modal__stylingsTitle {
	margin: 0 0 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
	letter-spacing: 0;
}

.lu-lookbook-modal__stylingCard {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.lu-lookbook-modal__stylingImage {
	flex: 0 0 218px;
	width: 218px;
	margin: 0;
}

.lu-lookbook-modal__stylingImage img {
	display: block;
	width: 100%;
	height: auto;
}

.lu-lookbook-modal__stylingContent {
	padding-top: 2px;
}

.lu-lookbook-modal__stylingName {
	margin: 0 0 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 23.4px;
	letter-spacing: 0;
}

.lu-lookbook-modal__stylingDescription {
	margin: 0 0 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0;
}

.lu-lookbook-modal__stylingLink {
	display: inline-block;
	color: #005db5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0;
	text-decoration: none;
}

.lu-lookbook-modal__stylingLink:hover,
.lu-lookbook-modal__stylingLink:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fr-modalChild_container.stl {
	padding-top: 0;
}
.lu-lookbook__pc .fr-linkText_item {
	display: block;
	cursor: pointer;
}

.lu-lookbook__pc .fr-linkText_item .lu-lookbook__card {
	height: 100%;
}

.lu-lookbookCarousel__trigger {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background: transparent;
	cursor: pointer;
	text-decoration: none;
}

.lu-lookbookCarousel__trigger:focus-visible {
	outline: 2px solid #000;
	outline-offset: -2px;
}

.lu-shop-modal .fr-modalChild_container {
	padding-top: 72px;
	min-height: auto !important;
	height: auto !important;
	overflow-y: visible !important;
	overflow-x: hidden !important;
	background-color: #fff;
}

.fr-modalParent_contentsInner {
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
@media (max-width: 812px) {
	.lu-hero {
		aspect-ratio: 375 / 500;
		max-height: none;
	}

	.lu-hero__title {
		font-size: 34px;
	}

	.lu-hero__subtitle {
		margin-top: 30px;
		font-size: 16px;
	}

	.lu-intro {
		padding: 42px 45px;
	}

	.lu-intro__text {
		max-width: 100%;
		font-size: 14px;
		line-height: 1.5;
	}

	.fr-anchorButton {
		flex-wrap: nowrap;
	}

	.fr-anchorButton.-length-3 {
		display: flex;
		gap: 2px;
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0 0 64px;
		padding: 0 0 0 24px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.fr-anchorButton.-length-3::-webkit-scrollbar {
		display: none;
	}

	.fr-anchorButton.-length-3 .fr-anchorButton_item {
		flex: 0 0 43%;
		scroll-snap-align: start;
	}

	.fr-anchorButton.-length-3 .fr-anchorButton_itemInner {
		height: auto;
	}

	.fr-anchorButton.-length-3 .u-imgAdjustBox::before {
		padding-top: 136%;
	}

	.fr-anchorButton.-length-3 .fr-anchorButton_itemText {
		left: 20px;
		font-size: 11px;
		line-height: 130%;
	}
	.lu-lookbook {
		margin: 65px 0;
	}

	.lu-lookbook__pc {
		display: none;
	}

	.lu-lookbook__sp {
		display: block;
		width: 100%;
		background: #fff;
		margin-bottom: 50px;
	}

	.lu-lookbookCarousel {
		width: 100%;
		margin: 0;
		background: #fff;
	}

	.lu-lookbookCarousel .swiper-container {
		width: 100%;
	}

	.lu-lookbookCarousel .swiper-wrapper {
		align-items: stretch;
	}

	.lu-lookbookCarousel .swiper-slide {
		width: 100%;
	}

	.lu-lookbookCarousel .swiper-slide a {
		display: block;
		color: #000;
		text-decoration: none;
	}

	.lu-lookbookCarousel__image {
		margin: 0;
		width: 100%;
	}

	.lu-lookbookCarousel__image .u-imgAdjustBox_inner,
	.lu-lookbookCarousel__image picture,
	.lu-lookbookCarousel__image img {
		width: 100%;
		height: 100%;
	}

	.lu-lookbookCarousel__image img {
		display: block;
		object-fit: cover;
	}

	.lu-lookbookCarousel__image.u-imgAdjustBox:before {
		padding-top: 76%;
	}

	.lu-lookbookCarousel__text {
		background: #fff;
		text-align: center;
		padding: 36px 20px 30px;
	}

	.lu-lookbookCarousel__text h2 {
		margin: 0;
		font-family: "EB Garamond", serif;
		font-weight: 400;
		font-size: 34px;
		line-height: 105%;
		letter-spacing: -0.01em;
	}

	.lu-lookbookCarousel__text p {
		margin: 22px 0 17px;
		font-size: 14px;
		line-height: 130%;
		letter-spacing: 0.02em;
	}

	.lu-lookbookCarousel__text span {
		display: inline-block;
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 14px;
		line-height: 120%;
		color: #000;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.lu-lookbookCarousel .swiper-pagination {
		position: static;
		margin-top: 0;
		padding-bottom: 0;
	}

	.lu-lookbookCarousel .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
		opacity: 1;
		background: #d8d8d8;
	}

	.lu-lookbookCarousel .swiper-pagination-bullet-active {
		background: #000;
	}

	.lu-lookbookCarousel .swiper-button-prev {
		display: none;
	}

	.lu-lookbookCarousel .swiper-button-next {
		width: 58px;
		height: 58px;
		right: 0;
		top: 38%;
		background: rgba(255, 255, 255, 0.9);
	}

	.lu-category {
		max-width: none;
		margin: 0 0 53px;
	}

	.lu-category__image--pc {
		display: none;
	}

	.lu-category__image--sp {
		display: block;
	}

	.lu-category__spImageTop {
		padding: 0 60px 69px 60px;
	}

	.lu-category__spImageBottom {
		width: 100%;
		margin: 0 !important;
	}

	.lu-category__shopBtn {
		right: auto;
		left: 24px;
		bottom: 24px;
		font-size: 12px;
	}

	.lu-category__text {
		display: block;
		padding: 50px 26px 0 26px;
	}

	.lu-category__title {
		margin: 0 0 16px;
		font-size: 18px;
		line-height: 130%;
	}

	.lu-category__copy {
		margin: 0;
		max-width: 240px;
		font-size: 14px;
		line-height: 140%;
	}

	.bff-pc-margin {
		margin-left: 0;
		margin-right: 0;
	}

	.shop-all-link a {
		margin: 55px 0 45px 0;
		font-size: 14px;
	}
	.lu-cami-section {
		display: block;
		width: 100%;
		margin: 0 0 60px;
	}

	.lu-cami-section .fr-linkText_item {
		display: block;
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		background: none !important;
		border: 0 !important;
		text-decoration: none !important;
	}

	.lu-cami-section__image {
		position: relative;
		width: 100%;
	}

	.lu-cami-section__image picture,
	.lu-cami-section__image img {
		display: block;
		width: 100%;
		height: auto;
	}

	.lu-cami-section__image .lu-category__shopBtns {
		top: auto;
		left: 26px;
		bottom: 33px;

		padding: 8px 16px;
		background: #fff;
		border-radius: 999px;
		color: #000;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 120%;
		text-decoration: none;
		white-space: nowrap;
		pointer-events: none;
		z-index: 2;
	}

	.lu-cami-section__text {
		padding: 45px 26px 0 26px;
	}

	.lu-cami-section__text .lu-category__title {
		margin: 0 0 16px;
	}

	.lu-cami-section__text .lu-category__copy {
		margin: 0;
	}

	.lu-category--loungewear {
		padding-bottom: 0;
	}

	.lu-full-banner-wrap {
		margin-bottom: 45px;
	}

	.lu-full-banner__cta {
		top: auto;
		right: 28px;
		bottom: 32px;
		padding: 8px 16px;
		background: #fff;
		border-radius: 999px;
		color: #000;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		line-height: 120%;
		text-decoration: none;
		white-space: nowrap;
		pointer-events: none;
		z-index: 2;
	}

	.bottom_btn {
		margin: 50px 0 0;
	}

	.lu-lookbook-modal__header {
		padding: 20px 16px 12px;
	}

	.lu-lookbook-modal__title {
		padding-right: 40px;
		font-size: 18px;
		line-height: 21.6px;
	}

	.lu-lookbook-modal__close {
		top: 16px;
		right: 16px;
		width: 28px;
		height: 28px;
	}

	.lu-lookbook-modal__close::before,
	.lu-lookbook-modal__close::after {
		width: 18px;
	}

	.lu-lookbook-modal__container {
		padding: 0 16px 24px;
	}

	.lu-lookbook-modal__description {
		margin-bottom: 24px;
		font-size: 15px;
		line-height: 21px;
	}

	.lu-lookbook-modal__gallery {
		gap: 4px;
	}

	.lu-lookbook-modal__row {
		gap: 4px;
	}

	.lu-lookbook-modal__stylings {
		padding-top: 28px;
	}

	.lu-lookbook-modal__stylingsTitle {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 21.6px;
	}

	.lu-lookbook-modal__stylingCard {
		display: grid;
		grid-template-columns: 177px minmax(0, 1fr);
		gap: 16px;
	}

	.lu-lookbook-modal__stylingImage {
		width: 177px;
		flex-basis: auto;
	}

	.lu-lookbook-modal__stylingName {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 19.6px;
	}

	.lu-lookbook-modal__stylingDescription {
		margin-bottom: 18px;
		font-size: 13px;
		line-height: 18.2px;
	}

	.lu-lookbook-modal__stylingLink {
		font-size: 14px;
		line-height: 19.6px;
	}
	.lu-lookbookCarousel__trigger {
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.lu-lookbookCarousel .fr-linkText_item {
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent;
		color: inherit;
	}
	.bff-pc-margin {
		overflow: hidden;
	}

	.bff-pc-margin .fr-bff-products {
		width: 100%;
		overflow: hidden;
	}

	.bff-pc-margin .swiper-wrapper {
		width: 100%;
	}

	.bff-pc-margin .fr-bff-product.swiper-slide {
		flex: 0 0 50% !important;
		width: 50% !important;
		max-width: 50% !important;
	}

	.anchor-tiles {
		margin-left: 34px;
		padding: 0;
	}
	.lu-shop-modal .fr-modalChild_container {
		padding-top: 69px;
	}
}

@media screen and (min-width: 813px) and (max-width: 1150px) {
	.lu-cami-section__image .lu-category__shopBtns {
		top: 15px;
		left: 10px;
		padding: 8px 16px;
		font-size: 10px;
		line-height: 12px;
	}
}

@media screen and (min-width: 813px) and (max-width: 965px) {
	.lu-category__text {
		padding: 45px 20px 90px 20px;
	}
}

@media screen and (min-width: 813px) {
	.fr-breadcrumbs {
		margin: 0 62px;
	}
	.fr-anchorButton.-length-3 .u-imgAdjustBox_inner,
	.fr-anchorButton.-length-3 picture,
	.fr-anchorButton.-length-3 img;
}

@media screen and (max-width: 390px) {
	.lu-lookbook-modal__stylingCard {
		grid-template-columns: minmax(0, 52%) minmax(0, 48%);
		gap: 14px;
	}

	.lu-lookbook-modal__stylingImage {
		width: 100%;
	}
}
