/** Shopify CDN: Minification failed

Line 64:8 Expected identifier but found whitespace
Line 64:10 Unexpected "{"
Line 64:19 Expected ":"
Line 162:9 Expected identifier but found whitespace
Line 162:10 Unexpected "1px"
Line 162:21 Unexpected "{"
Line 162:30 Expected ":"
Line 163:8 Expected identifier but found whitespace
Line 163:10 Unexpected "{"
Line 163:19 Expected ":"
... and 6 more hidden warnings

**/
/* ******************************
   Header
******************************** */

.watch .custom-center-logo-header {
	position: absolute;
	background: transparent !important;
	top: 110px;
	width: 100%;
	left: 0;
	right: 0;
}

.watch .custom-center-logo-header .custom-center-logo-inner .header-logo {
	max-width: 500px !important;
}

.watch header.header.header--middle-center.header--mobile-center.page-width.header--has-menu {
    display: none;
}

.custom-center-logo-header {
  width: 100%;
  text-align: center;
  z-index: 20;
}

.custom-center-logo-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-center-logo-header.is-sticky {
  position: sticky;
  top: 0;
}

.custom-logo-link img {
  height: auto;
  display: block;
}

/* ******************************
   section 01 
******************************** */

.luxury-hero {
  color: {{ section.settings.text_color }};
  position: relative;
}
.luxury-hero--small { min-height: 420px; }
.luxury-hero--medium { min-height: 620px; }
.luxury-hero--large {
	min-height: 1200px;
	padding-top: 260px !important;
}
.luxury-hero--adapt { min-height: auto; }
.luxury-hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}
.hero-image {
  width: 100%;
  display: block;
}
.hero-image--mobile {
  display: none;
}
.luxury-hero__heading {
	font-size: clamp(36px, 5vw, 66px);
	margin-bottom: 16px;
	color: #fff;
}
.luxury-hero__subheading {
	font-size: 20px;
	opacity: 1;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
}
.luxury-hero__description {
	font-size: 13px;
	opacity: 1;
	max-width: 100%;
	margin-bottom: 24px;
	color: #fff;
	line-height: 1.4;
	font-weight: 500;
}
.luxury-countdown {
	/* background: rgba(36, 26, 14, 0.8); */
	/* border: 1px solid rgba(255,255,255,.15); */
	padding: 26px 20px;
	margin-bottom: 28px;
	display: inline-block;
	color: #fff;
	/* backdrop-filter: blur(2px); */
	text-align: center;
	width: 100%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	background: rgba(41, 32, 21, 0.55);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(2px);
	max-width: 360px;
}
.countdown-timer {
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0 auto;
	display: table;
	position: relative;
	padding: 0 30px;
}
/* .countdown-timer::after {
	content: '';
	background-image: url('/cdn/shop/files/Glossy-Yellow-Star-PNG.png?v=1770474739');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.countdown-timer::before {
	content: '';
	background-image: url('/cdn/shop/files/Glossy-Yellow-Star-PNG.png?v=1770474739');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
} */

.luxury-btn {
  padding: 12px 28px;
  border: 1px solid {{ section.settings.button_border }};
  color: {{ section.settings.button_text }};
  text-decoration: none;
  transition: .3s ease;
}
.luxury-btn:hover {
  background: {{ section.settings.button_border }};
  color: #000;
}
.luxury-hero--image-right .luxury-hero__container {
  grid-template-columns: 1fr 1fr;
}
.luxury-hero--image-right .luxury-hero__image {
  order: 2;
}
.luxury-hero--image-right .luxury-hero__content {
	order: 1;
	max-width: 400px;
}
.luxury-hero--image-left .luxury-hero__image {
  order: 1;
}
.luxury-hero--image-left .luxury-hero__content {
  order: 2;
}
.banner_btn .luxury-btn {
	color: #f5e3d2;
	border: 1px solid #755639;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 auto;
	display: table;
}
.banner_btn .luxury-btn:hover {
	background: rgba(0, 0, 0, 0.5);
}


/* ******************************
   section 02
******************************** */
.luxury-top-text {
	text-align: center;
	font-size: 28px;
	margin-bottom: 0px;
	opacity: 0.9;
	font-family: "Playfair Display", serif;
	color: #fff;
}

.luxury-sub-text {
	text-align: center;
	font-size: 26px;
	opacity: 0.9;
	margin-bottom: 40px;
	font-family: "Playfair Display", serif;
	color: #fff;
	margin-top: 0;
}

.luxury-grid {
  display: grid;
  grid-template-columns: repeat(var(--desktop-columns), 1fr);
  gap: 24px;
}

.luxury-card {
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px;
  text-align: center;
}

.luxury-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  padding: 6px 10px;
  background: rgba(201,161,74,0.15);
  color: #c9a14a;
  letter-spacing: 0.5px;
}

.luxury-image img {
	max-width: 100%;
	margin-bottom: 0px;
}

.luxury-title {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 500;
}

.luxury-desc {
  font-size: 14px;
  opacity: 0.7;
}

.luxury-card-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  color: {{ section.settings.accent_color }};
}


.luxury-collection .page-width {
	margin-top: -350px;
}

.luxury-collection .luxury-grid .luxury-card {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
.luxury-collection .luxury-grid .luxury-card .luxury-badge {
	top: 0;
	width: 30%;
	border: 1px solid #c2c2c352;
	border-radius: 7px;
	left: 0;
	color: #ffffffa3;
	line-height: 14px;
	text-align: left;
	width: auto;
}
.luxury-collection .luxury-grid .luxury-card .luxury_title_main {
	position: absolute !important;
	right: 0px;
	left: 0;
	top: auto;
	bottom: 10px !important;
}
.luxury-collection .luxury-grid .luxury-card .luxury_title_main .luxury-title {
	font-size: 40px;
	color: #fff;
	text-shadow: #000 10px 0px 10px;
	position: relative;
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.luxury-collection .luxury-grid .luxury-card .luxury_title_main .luxury-title::after {
	content: '';
	background-image: url('/cdn/shop/files/Untitled-20000_1.png?v=1770618973');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	height: 50px;
	opacity: 0.5;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
}
.luxury-collection .luxury-grid .luxury-card .luxury_title_main .luxury-title span {
	position: relative;
	z-index: 2;
}

.luxury-collection .luxury-grid .luxury-card .luxury_title_main .luxury-desc {
	font-size: 16px;
}






.watch .footer {
	background-image: url('//ata1j1fhtobryhr3-73634382082.shopifypreview.com/cdn/shop/files/image_49.png?v=1770473485&width=2000');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
.watch .footer .disclosure .disclosure__button {
	background: transparent;
}
.watch .footer .disclosure .disclosure__list-wrapper {
	background: rgba(0, 0, 0, 0.9);
}


.luxury-hero--image-right .luxury-hero__content.hero__content_mobile{
	display: none;
}


.custom-announcement-bar .announcement-inner .announcement-text-wrapper span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.custom-announcement-bar{
  padding:12px 20px;
  text-align:center;
  font-weight:600;
}
 
.custom-announcement-bar .announcement-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}
.custom-announcement-bar .announcement-inner .announcement-text-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 600;
}
 .custom-announcement-bar .announcement-inner .announcement-icon {
	margin-left: 5px !important;
}
.announcement-text-1{
  letter-spacing:.5px;
}
 
.announcement-text-2{
  opacity:.9;
}
 
.announcement-divider{
  opacity:.6;
}
 
 
.custom-announcement-bar .announcement-inner .countdown {
	display: flex;
	gap: 8px;
}
 .custom-announcement-bar .announcement-inner .countdown div {
	background:#fff;
	color:#000;
	border-radius:4px;
	text-align:center;
	min-width:45px;
	display: flex;
	flex-direction: column;
	padding: 3px 3px;
	gap: 2px;
} 
.custom-announcement-bar .announcement-inner .countdown div span {
	font-size: 12px;
	line-height: 14px;
	display: block;
	font-weight: 700;
}
 
.custom-announcement-bar .announcement-inner .countdown div small {
	font-size: 9px;
	line-height: 10px;
	letter-spacing: 0;
}
 
.announcement-btn{
  background:#fff;
  color:#000;
  padding:8px 16px;
  border-radius:6px;
  text-decoration:none;
  font-weight:600;
}
.announcement-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-left:10px;
  cursor:pointer;
  opacity:.9;
}
 
.announcement-icon:hover{
  opacity:1;
}


.custom-announcement-bar {
	padding: 10px 20px;
	text-align: center;
	font-weight: 600;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.4) !important;
	position: fixed;
	z-index: 9;
}
.custom-announcement-bar .announcement-inner .countdown div {
	display: flex;
	flex-direction: column;
	padding: 3px 3px;
	gap: 2px;
}
.watch sticky-header.header-wrapper {
	display: none;
}
.watch #announcement-pelviniV2.active-pelviniV2 {
	display: none !important;
}


@media (max-width: 1442px) {
	
	.luxury-hero--large {
	min-height: 900px;
	padding-top: 130px !important;
}
.luxury-collection .page-width {
	margin-top: -138px;
}

}


@media (max-width: 1024px) {
  .luxury-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 768px) {
	
.luxury-collection .page-width {
	margin-top: 50px;
}

.luxury-hero--large {
	min-height: 600px;
	padding-top: 90% !important;
	padding-bottom: 0px !important;
}
  .luxury-hero__container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-image--desktop {
    display: none;
  }
  .hero-image--mobile {
    display: block;
  }
    .luxury-hero__image {
    order: 1 !important;
  }

  .luxury-hero__content {
    order: 2 !important;
  }
    .luxury-grid {
    grid-template-columns: repeat(var(--mobile-columns), 1fr);
  }

  .luxury-hero__container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .luxury-hero__image {
    order: 1 !important;
    margin-bottom: 24px;
  }

 .luxury-countdown {
	order: 2 !important;
	margin: 0 auto 4px;
}

  .luxury-hero__content {
    order: 3 !important;
  }

  .luxury-btn {
    margin-top: 24px;
  }

  .hero-image--desktop {
    display: none;
  }

  .hero-image--mobile {
    display: block;
  }




.luxury-collection .luxury-grid .luxury-card .luxury_title_main .luxury-title {
	font-size: 20px;
	color: #fff;
}
.luxury-collection .luxury-grid .luxury-card .luxury_title_main .luxury-desc {
	font-size: 11px;
}
.luxury-collection .luxury-grid .luxury-card .luxury-badge {
	/* width: 80%; */
	font-size: 9px;
	padding: 6px 6px;
}
.luxury-collection {
	margin-bottom: 0;
	padding-bottom: 40px !important;
	padding-top: 5px !important;
}
.luxury-collection .luxury-grid {
	gap: 15px;
}

.watch .custom-center-logo-header .custom-center-logo-inner .header-logo {
	max-width: 100% !important;
}

.luxury-hero--image-right .luxury-hero__content {
	display: none;
}

.luxury-hero--image-right .luxury-hero__content.hero__content_mobile{
	display: block;
}

.luxury-hero__subheading {
	font-size: 16px;
	margin-bottom: 20px;
}
.luxury-collection .luxury-grid .luxury-card .luxury_title_main .luxury-title::after {
	height: 27px;
}
.custom-announcement-bar {
	padding: 10px 10px;
}
.custom-announcement-bar .announcement-inner .announcement-text-wrapper .announcement-divider {
	display: none;
}
.custom-announcement-bar .announcement-inner .announcement-text-wrapper span {
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}
.custom-announcement-bar .announcement-inner .countdown div {
	min-width: 35px;
}
.custom-announcement-bar .announcement-inner .announcement-text-wrapper {
	display: flex;
	gap: 1px;
	flex-direction: column;
}


}
  
@media screen and (max-width:480px) {
 
.luxury-top-text {
	font-size: 22px;
}
.luxury-sub-text {
	font-size: 20px;
}
.watch .custom-center-logo-header {
	top: 60px;
}

}