@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/ibm-plex-sans-v8-latin-regular.woff2') format('woff2'),
       url('../fonts/ibm-plex-sans-v8-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/ibm-plex-sans-v8-latin-700.woff2') format('woff2'),
       url('../fonts/ibm-plex-sans-v8-latin-700.woff') format('woff');
}

:root {
  --luxury-bg: #90b2cb;
  --luxury-bg-alt: #9db7d3;
  --luxury-surface: #ffffff;
  --luxury-text: #3d4b5b;
  --luxury-heading: #1f2b3a;
  --luxury-accent: #d7a46a;
  --luxury-link: #2c577a;
  --luxury-border: #e1e7ee;
  --luxury-shadow: rgba(20, 30, 45, 0.18);
}

body.luxury-theme {
  background: #fff;
  color: var(--luxury-text);
  font: 16px/1.6 'IBM Plex Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
}

body.luxury-theme a {
  color: var(--luxury-link);
  text-decoration: none;
}
body.luxury-theme a:hover,
body.luxury-theme a:focus {
  text-decoration: underline;
}

body.luxury-theme h1,
body.luxury-theme h2,
body.luxury-theme h3,
body.luxury-theme h4,
body.luxury-theme h5,
body.luxury-theme h6 {
  color: var(--luxury-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.luxury-theme .page {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  box-shadow: none;
  border: 0;
}

body.luxury-theme .header-container,
body.luxury-theme .nav-container,
body.luxury-theme .main-container,
body.luxury-theme .footer-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.luxury-theme .main-container {
  width: 100%;
  padding: 0;
}

body.luxury-theme .main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px 50px 70px;
  background: transparent;
  box-shadow: none;
  text-align: left;
  box-sizing: border-box;
}

body.luxury-theme.luxury-home .main {
  margin-top: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  background: transparent;
  box-shadow: none;
}

body.luxury-theme .col-left,
body.luxury-theme .col-right,
body.luxury-theme .col-main {
  box-sizing: border-box;
}

body.luxury-theme .col-left,
body.luxury-theme .col-right {
  width: 260px;
  padding: 0;
}

body.luxury-theme .col2-left-layout .col-left {
  padding-right: 40px;
}
body.luxury-theme .col2-right-layout .col-right {
  padding-left: 40px;
}

body.luxury-theme .col2-left-layout .col-main,
body.luxury-theme .col2-right-layout .col-main {
  width: calc(100% - 300px);
}

body.luxury-theme .page-title {
  border: 0;
  margin: 0 0 30px;
  text-align: center;
}
body.luxury-theme .page-title h1 {
  font-size: 34px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.luxury-theme .breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6a7a8a;
  margin-bottom: 20px;
}

body.luxury-theme .category-title {
  text-align: center;
  margin: 20px 0 20px;
}

body.luxury-theme .category-title h1 {
  font-size: 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

body.luxury-theme .category-image {
  margin: 0 auto 28px;
  max-width: 1200px;
  border: 1px solid var(--luxury-border);
  background: #fff;
}

body.luxury-theme .category-image img {
  width: 100%;
  height: auto;
  display: block;
}

body.luxury-theme .category-description {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
  color: #5b6775;
}

body.luxury-theme .category-description.std {
  background: transparent;
}

body.luxury-theme .toolbar {
  border-top: 1px solid var(--luxury-border);
  border-bottom: 1px solid var(--luxury-border);
  padding: 12px 0;
  margin: 20px 0 30px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.luxury-theme .toolbar label {
  color: #7a8795;
}

body.luxury-theme .toolbar select {
  height: 28px;
}

body.luxury-theme .pager .pages a,
body.luxury-theme .pager .pages strong {
  border: 1px solid var(--luxury-border);
  padding: 4px 8px;
  margin: 0 3px;
}

body.luxury-theme .block-layered-nav .block-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

body.luxury-theme .block-layered-nav {
  border: 1px solid var(--luxury-border);
  padding: 16px;
  background: #fff;
}

body.luxury-theme .block-layered-nav .block-content ol {
  padding-left: 0;
}

body.luxury-theme .block-layered-nav .block-content li {
  padding: 6px 0;
}

body.luxury-theme .block-layered-nav .block-content a {
  color: var(--luxury-heading);
}

body.luxury-theme .header-container {
  position: relative;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--luxury-border);
}

body.luxury-theme.luxury-home .page {
  position: relative;
}

body.luxury-theme.luxury-home .header-container {
  position: relative;
}

body.luxury-theme .header {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 20px 40px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}

body.luxury-theme .header .logo {
  margin: 0;
  float: none;
}

body.luxury-theme .header > h1.logo,
body.luxury-theme .header > a.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 3;
}

body.luxury-theme .header > h1.logo .logo {
  position: static;
}
body.luxury-theme .header .logo img {
  max-height: 48px;
  height: auto;
  width: auto;
}

body.luxury-theme .header .quick-access {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-left: auto;
  float: none;
  width: auto;
  padding: 0;
  flex: 0 0 auto;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

body.luxury-theme .header .links {
  width: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  justify-content: flex-end;
}

body.luxury-theme .header .links.top-links-icons {
  gap: 12px;
}

body.luxury-theme .header .links.top-links-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--luxury-heading);
  text-decoration: none;
}

body.luxury-theme .header .links.top-links-icons a:hover {
  color: var(--luxury-link);
  border: 1px solid var(--luxury-border);
  background: #fff;
}

body.luxury-theme .header .links.top-links-icons i {
  font-size: 14px;
  line-height: 1;
}

body.luxury-theme .header .links.top-links-icons .link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  padding: 0;
}

body.luxury-theme .header .links li:after {
  content: none;
}

body.luxury-theme .header .links li:nth-child(5n):after {
  content: none;
}

body.luxury-theme .header .quick-access .welcome-msg {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8795;
  margin: 0;
}

body.luxury-theme .header .quick-access .welcome-msg a {
  color: #7a8795;
}

body.luxury-theme .nav-container {
  width: 100%;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid var(--luxury-border);
}

body.luxury-theme #nav {
  background: transparent;
  height: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  max-width: none;
  margin: 0;
}

body.luxury-theme #nav li {
  float: none;
  background: transparent;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1;
}

body.luxury-theme #nav li a {
  color: var(--luxury-heading);
  padding: 18px 0;
  border: 0;
  font-weight: 500;
  float: none;
}

body.luxury-theme #nav li span {
  display: inline;
  height: auto;
  width: auto;
  padding: 0;
}

body.luxury-theme #nav li ul li span {
  padding: 0;
}

body.luxury-theme #nav li.over,
body.luxury-theme #nav li.active {
  background: transparent;
}

body.luxury-theme #nav li.over > a,
body.luxury-theme #nav li.active > a,
body.luxury-theme #nav a:hover {
  color: var(--luxury-link);
}

body.luxury-theme #nav ul {
  background: #fff;
  border: 1px solid var(--luxury-border);
  border-right: 1px solid var(--luxury-border);
  top: 100%;
  width: 220px;
}

body.luxury-theme #nav ul li {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: none;
  padding-bottom: 0;
  background: transparent;
}

body.luxury-theme #nav ul li a {
  color: #2b3a4a !important;
  padding: 10px 14px;
  background: #fff;
}

body.luxury-theme #nav ul li a:hover {
  background: #f3f6f9;
  color: #1c2632 !important;
}

body.luxury-theme #nav ul li.parent a {
  background: none;
}

body.luxury-theme .links {
  float: none;
  margin: 0;
}

body.luxury-theme .links li {
  background: none;
  padding: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: inline-block;
}

body.luxury-theme .links a {
  color: var(--luxury-heading);
  text-decoration: none;
}

body.luxury-theme .links a:hover {
  text-decoration: underline;
}

body.luxury-theme .header .form-search {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  height: 34px;
  background: #fff;
  border: 1px solid var(--luxury-border);
  border-radius: 18px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
}

body.luxury-theme .header .searchautocomplete {
  position: absolute !important;
  left: 40px;
  right: auto !important;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  float: none;
  background: #fff;
  padding: 0 10px;
  width: 240px;
  height: 34px;
  border: 1px solid var(--luxury-border);
  border-radius: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

body.luxury-theme .header .searchautocomplete .nav {
  float: none;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
}

body.luxury-theme .header .form-search label {
  display: none;
}

body.luxury-theme .header .searchautocomplete label {
  display: none;
}

body.luxury-theme .header .form-search input.input-text {
  width: 100%;
  height: 30px;
  border: 0;
  background: transparent;
  color: var(--luxury-text);
  padding: 0;
  box-sizing: border-box;
}

body.luxury-theme .header .form-search button.button {
  border: 0;
  background: transparent;
  width: 26px;
  height: 26px;
  padding: 0;
  margin: 0;
}

body.luxury-theme .header .form-search button.button > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0;
}

body.luxury-theme .header .form-search button.button > span::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--luxury-heading);
  line-height: 1;
}

body.luxury-theme .header .form-search button.button > span > span {
  display: none;
}

body.luxury-theme .header .form-search button.button:hover > span::before {
  color: var(--luxury-link);
}

body.luxury-theme .header .searchautocomplete .nav-search-in {
  display: none;
}

body.luxury-theme .header .searchautocomplete .nav-input {
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
}

body.luxury-theme .header .searchautocomplete .nav-input input,
body.luxury-theme .header .searchautocomplete .input-text {
  height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: var(--luxury-text);
}

body.luxury-theme .header .searchautocomplete .nav-submit-button {
  height: 26px;
  padding: 0;
  background: transparent;
  float: none;
  display: flex;
  align-items: center;
  margin-left: 6px;
}

body.luxury-theme .header .searchautocomplete .nav-submit-button .button {
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
}

body.luxury-theme .header .searchautocomplete .nav-submit-button .button::before {
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  color: var(--luxury-heading);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.luxury-theme .header .searchautocomplete .nav-submit-button .button:hover::before {
  color: var(--luxury-link);
}

body.luxury-theme .header .searchautocomplete .searchautocomplete-placeholder {
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: auto;
}

body.luxury-theme .header .searchautocomplete .nav-submit-button .button span {
  display: none;
}

body.luxury-theme.luxury-home .std {
  max-width: none;
}

body.luxury-theme.luxury-home .home-slider,
body.luxury-theme.luxury-home .home-slideshow,
body.luxury-theme.luxury-home .slideshow,
body.luxury-theme.luxury-home .slider-wrapper,
body.luxury-theme.luxury-home .flexslider,
body.luxury-theme.luxury-home .nivoSlider,
body.luxury-theme.luxury-home .camera_wrap,
body.luxury-theme.luxury-home .rev_slider_wrapper,
body.luxury-theme.luxury-home .owl-carousel,
body.luxury-theme.luxury-home .bxslider,
body.luxury-theme.luxury-home .swiper-container,
body.luxury-theme.luxury-home #slideshow,
body.luxury-theme.luxury-home #slider {
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
  overflow: hidden;
}

body.luxury-theme.luxury-home .home-slider::after,
body.luxury-theme.luxury-home .home-slideshow::after,
body.luxury-theme.luxury-home .slideshow::after,
body.luxury-theme.luxury-home .slider-wrapper::after,
body.luxury-theme.luxury-home .flexslider::after,
body.luxury-theme.luxury-home .nivoSlider::after,
body.luxury-theme.luxury-home .camera_wrap::after,
body.luxury-theme.luxury-home .rev_slider_wrapper::after,
body.luxury-theme.luxury-home .owl-carousel::after,
body.luxury-theme.luxury-home .bxslider::after,
body.luxury-theme.luxury-home .swiper-container::after,
body.luxury-theme.luxury-home #slideshow::after,
body.luxury-theme.luxury-home #slider::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 18, 26, 0.25) 0%, rgba(12, 18, 26, 0.08) 45%, rgba(12, 18, 26, 0.35) 100%);
  pointer-events: none;
  z-index: 1;
}

body.luxury-theme.luxury-home .home-slider img,
body.luxury-theme.luxury-home .home-slideshow img,
body.luxury-theme.luxury-home .slideshow img,
body.luxury-theme.luxury-home .slider-wrapper img,
body.luxury-theme.luxury-home .flexslider img,
body.luxury-theme.luxury-home .nivoSlider img,
body.luxury-theme.luxury-home .camera_wrap img,
body.luxury-theme.luxury-home .rev_slider_wrapper img,
body.luxury-theme.luxury-home .owl-carousel img,
body.luxury-theme.luxury-home .bxslider img,
body.luxury-theme.luxury-home .swiper-container img,
body.luxury-theme.luxury-home #slideshow img,
body.luxury-theme.luxury-home #slider img {
  width: 100%;
  height: auto;
  display: block;
}

body.luxury-theme.luxury-home .slider-caption,
body.luxury-theme.luxury-home .caption,
body.luxury-theme.luxury-home .flex-caption,
body.luxury-theme.luxury-home .nivo-caption,
body.luxury-theme.luxury-home .camera_caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 34px;
  z-index: 2;
}

body.luxury-theme.luxury-home .slider-caption a,
body.luxury-theme.luxury-home .caption a,
body.luxury-theme.luxury-home .flex-caption a,
body.luxury-theme.luxury-home .nivo-caption a,
body.luxury-theme.luxury-home .camera_caption a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 2px;
}

body.luxury-theme.luxury-home .flex-direction-nav a,
body.luxury-theme.luxury-home .nivo-directionNav a,
body.luxury-theme.luxury-home .owl-nav button,
body.luxury-theme.luxury-home .bx-prev,
body.luxury-theme.luxury-home .bx-next,
body.luxury-theme.luxury-home .swiper-button-next,
body.luxury-theme.luxury-home .swiper-button-prev {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: var(--luxury-heading);
}

body.luxury-theme.luxury-home .home-blocks,
body.luxury-theme.luxury-home .mm-blocks {
  background: #fff;
  border: 1px solid var(--luxury-border);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  box-sizing: border-box;
}

body.luxury-theme.luxury-home .home-blocks {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  float: left;
}

body.luxury-theme.luxury-home .home-blocks:nth-child(3n),
body.luxury-theme.luxury-home .home-blocks.last {
  margin-right: 0;
}

body.luxury-theme.luxury-home .mm-blocks {
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  float: left;
}

body.luxury-theme.luxury-home .mm-blocks:nth-child(4n),
body.luxury-theme.luxury-home .mm-blocks.last {
  margin-right: 0;
}

body.luxury-theme.luxury-home .home-blocks img,
body.luxury-theme.luxury-home .mm-blocks img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

body.luxury-theme.luxury-home .home-blocks .block-title,
body.luxury-theme.luxury-home .mm-blocks .block-title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 24, 32, 0.32);
  pointer-events: none;
}

body.luxury-theme.luxury-home .home-blocks .block-title strong,
body.luxury-theme.luxury-home .mm-blocks .block-title strong {
  background: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0;
}

body.luxury-theme.luxury-home .home-blocks p,
body.luxury-theme.luxury-home .mm-blocks p {
  display: none;
}

body.luxury-theme .maintitle {
  background: transparent;
  color: var(--luxury-heading);
  text-align: center;
  padding: 0;
  margin: 50px 0 26px;
  height: auto;
  position: relative;
}

body.luxury-theme .maintitle::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 14px;
  height: 1px;
  background: var(--luxury-border);
}

body.luxury-theme .maintitle .titlemain {
  float: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 0 18px;
  background: #fff;
}

body.luxury-theme .maintitle .viewall {
  float: none;
  display: block;
  margin-top: 6px;
}

body.luxury-theme .maintitle .viewall a {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid var(--luxury-border);
  color: var(--luxury-heading);
}

body.luxury-theme .maintitle .viewall a:hover {
  background: var(--luxury-heading);
  color: #fff;
}

body.luxury-theme.luxury-home .featured-home .products-grid li.item {
  border: none;
  padding: 0;
  box-shadow: none;
}

body.luxury-theme.luxury-home .featured-home .products-grid .product-name {
  font-size: 12px;
  letter-spacing: 0.2em;
}

body.luxury-theme.luxury-home .featured-home .product-item-name {
  font-size: 12px;
  letter-spacing: 0.2em;
}

body.luxury-theme .luxury-featured-categories {
  margin: 10px 0 40px;
}

body.luxury-theme .luxury-featured-categories__title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

body.luxury-theme .luxury-featured-categories__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}

body.luxury-theme .luxury-featured-categories__item {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #dbe4ec;
  border: 1px solid var(--luxury-border);
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 24px rgba(20, 30, 45, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.luxury-theme .luxury-featured-categories__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(20, 30, 45, 0.18);
}

body.luxury-theme .luxury-featured-categories__item a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--luxury-heading);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  text-decoration: none;
}

body.luxury-theme .luxury-featured-categories__item a span {
  width: 100%;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.24em;
}

body.luxury-theme .luxury-featured-categories__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 26, 38, 0.05) 0%, rgba(18, 26, 38, 0.25) 100%);
  pointer-events: none;
}

body.luxury-theme .luxury-featured-categories__item--one {
  background-image: url('../images/luxury/luxury-446.png');
  background-position: 50% 20%;
}

body.luxury-theme .luxury-featured-categories__item--two {
  background-image: url('../images/luxury/luxury-892.png');
  background-position: 50% 30%;
}

body.luxury-theme .luxury-featured-categories__item--three {
  background-image: url('../images/luxury/luxury-446.png');
  background-position: 50% 60%;
}

body.luxury-theme .luxury-featured-categories__item--four {
  background-image: url('../images/luxury/luxury-892.png');
  background-position: 50% 70%;
}

@keyframes luxury-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.luxury-theme .luxury-hero {
  min-height: 640px;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

body.luxury-theme .luxury-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 20, 30, 0.35) 0%, rgba(13, 20, 30, 0.15) 45%, rgba(13, 20, 30, 0.45) 100%);
}

body.luxury-theme .luxury-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 180px 24px 120px;
  max-width: 900px;
}

body.luxury-theme .luxury-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  animation: luxury-fade-up 0.8s ease forwards;
  opacity: 0;
}

body.luxury-theme .luxury-hero__title {
  margin: 14px 0 24px;
  font-size: 56px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  font-weight: 400;
  animation: luxury-fade-up 0.9s ease forwards;
  animation-delay: 0.12s;
  opacity: 0;
}

body.luxury-theme .luxury-hero__cta {
  display: inline-block;
  padding: 12px 34px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  animation: luxury-fade-up 1s ease forwards;
  animation-delay: 0.24s;
  opacity: 0;
}

body.luxury-theme .luxury-hero__cta:hover {
  background: #fff;
  color: var(--luxury-heading);
  text-decoration: none;
}

body.luxury-theme .luxury-content {
  max-width: 1200px;
  margin: -70px auto 0;
  background: #fff;
  padding: 56px 60px 80px;
  box-shadow: 0 30px 60px var(--luxury-shadow);
  box-sizing: border-box;
}

body.luxury-theme .luxury-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 18px;
  margin-bottom: 60px;
}

body.luxury-theme .luxury-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  animation: luxury-fade-up 0.7s ease forwards;
  opacity: 0;
}

body.luxury-theme .luxury-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(19, 28, 40, 0.35);
  transition: background 0.25s ease;
}

body.luxury-theme .luxury-tile:hover {
  text-decoration: none;
}

body.luxury-theme .luxury-tile:hover::after {
  background: rgba(19, 28, 40, 0.2);
}

body.luxury-theme .luxury-tile span {
  position: relative;
  z-index: 1;
}

body.luxury-theme .luxury-tile:nth-child(1) { animation-delay: 0.1s; }
body.luxury-theme .luxury-tile:nth-child(2) { animation-delay: 0.18s; }
body.luxury-theme .luxury-tile:nth-child(3) { animation-delay: 0.26s; }
body.luxury-theme .luxury-tile:nth-child(4) { animation-delay: 0.34s; }
body.luxury-theme .luxury-tile:nth-child(5) { animation-delay: 0.42s; }

body.luxury-theme .luxury-tile--women {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
  background-position: 50% 18%;
}

body.luxury-theme .luxury-tile--men {
  grid-column: 2 / span 1;
  grid-row: 1;
  background-position: 40% 22%;
}

body.luxury-theme .luxury-tile--accessories {
  grid-column: 2 / span 1;
  grid-row: 2;
  background-position: 48% 65%;
}

body.luxury-theme .luxury-tile--home {
  grid-column: 3 / span 2;
  grid-row: 1;
  background-position: 70% 20%;
}

body.luxury-theme .luxury-tile--sale {
  grid-column: 3 / span 2;
  grid-row: 2;
  background-position: 60% 62%;
}

body.luxury-theme .luxury-section {
  text-align: center;
}

body.luxury-theme .luxury-section__title {
  font-size: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 0 30px;
  position: relative;
}

body.luxury-theme .luxury-section__title::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--luxury-accent);
  margin: 12px auto 0;
}

body.luxury-theme .luxury-section--arrivals .products-grid {
  margin-bottom: 0;
}

body.luxury-theme.luxury-home .breadcrumbs {
  display: none;
}

body.luxury-theme button.button span {
  height: 34px;
  border: 1px solid var(--luxury-border);
  background: #fff;
  color: var(--luxury-heading);
  font: 600 12px/32px 'IBM Plex Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.luxury-theme button.button span:hover {
  background: var(--luxury-heading);
  color: #fff;
}

body.luxury-theme button.btn-checkout span {
  background: var(--luxury-heading);
  color: #fff;
  border-color: var(--luxury-heading);
  height: 40px;
  line-height: 38px;
}

body.luxury-theme input.input-text,
body.luxury-theme select,
body.luxury-theme textarea {
  border: 1px solid var(--luxury-border);
  background: #fff;
  color: var(--luxury-text);
}

body.luxury-theme .block .block-title {
  background: none;
  border: 0;
  padding: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 13px;
}

body.luxury-theme .block .block-title strong {
  font-weight: 700;
}

body.luxury-theme .block .block-content {
  border: 0;
  background: transparent;
  padding: 0;
}

body.luxury-theme .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

body.luxury-theme .col2-left-layout .products-grid,
body.luxury-theme .col2-right-layout .products-grid,
body.luxury-theme .col1-layout .products-grid {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

body.luxury-theme .products-grid li.item {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.luxury-theme .products-grid li.item:hover {
  border: 0 !important;
}

body.luxury-theme .products-grid .product-image {
  display: block;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 10px;
}

body.luxury-theme .products-grid .product-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body.luxury-theme .products-grid .product-name {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

body.luxury-theme .product-item-info {
  border: 1px solid var(--luxury-border);
  background: #fff;
  padding: 14px;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

body.luxury-theme .product-item-info:hover {
  border-color: #c9d3dd;
  box-shadow: 0 18px 36px rgba(20, 30, 45, 0.14);
}

body.luxury-theme .products-grid .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

body.luxury-theme .products-grid .product-item-info:hover {
  border-color: transparent;
  box-shadow: none;
}

body.luxury-theme .prolabels-wrapper {
  position: relative;
}

body.luxury-theme .product-item-photo {
  display: block;
  text-decoration: none;
  color: inherit;
}

body.luxury-theme .product-image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
  background: #f4f6f8;
}

body.luxury-theme .product-image-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.luxury-theme .product-item-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}

body.luxury-theme .prolabel {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

body.luxury-theme .prolabel--sale {
  background: #ff7800;
}

body.luxury-theme .prolabel--new {
  background: #1979c3;
  margin-left: auto;
}

body.luxury-theme .product-item-details {
  padding-top: 12px;
}

body.luxury-theme .products-grid .product-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.luxury-theme .products-grid .product-item-details {
  text-align: center;
}

body.luxury-theme .products-grid .product-item-actions .actions-primary {
  display: flex;
  justify-content: center;
}

body.luxury-theme .product-item-name {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

body.luxury-theme .product-item-link {
  color: var(--luxury-heading);
}

body.luxury-theme .products-grid .price-box,
body.luxury-theme .products-list .price-box {
  margin: 6px 0 8px;
  font-size: 14px;
}

body.luxury-theme .products-grid .price-box {
  float: none !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body.luxury-theme .products-grid .ratings,
body.luxury-theme .products-list .ratings {
  margin: 6px 0;
}

body.luxury-theme .product-item-inner {
  margin-top: 10px;
}

body.luxury-theme .products-grid .product-item-inner {
  margin-top: auto;
}

body.luxury-theme .product-item-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.luxury-theme .products-grid .product-item-actions,
body.luxury-theme .products-grid .actions {
  float: none !important;
  width: auto !important;
  background: transparent !important;
  padding: 0 !important;
}

body.luxury-theme .product-item-actions .actions-primary .button,
body.luxury-theme .product-item-actions .actions-primary .button span {
  width: 100%;
}

body.luxury-theme .product-item-actions .actions-primary .button span {
  height: 38px;
  line-height: 36px;
  font-size: 12px;
}

body.luxury-theme .products-grid .product-item-actions .button span {
  box-sizing: border-box;
  padding: 0 16px;
}

body.luxury-theme .product-item-actions .actions-primary .button {
  display: block;
}

body.luxury-theme .product-item-actions .button span {
  background: var(--luxury-heading);
  border-color: var(--luxury-heading);
  color: #fff;
}

body.luxury-theme .product-item-actions .button span:hover {
  background: var(--luxury-accent);
  border-color: var(--luxury-accent);
}

body.luxury-theme .product-item-actions .add-to-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.luxury-theme .products-grid .product-item-actions .add-to-links {
  justify-content: center;
}

body.luxury-theme .product-item-actions .add-to-links li {
  display: inline-flex;
  align-items: center;
  background: none;
  padding: 0;
}

body.luxury-theme .product-item-actions .add-to-links .separator {
  display: none;
}

body.luxury-theme .product-item-actions .add-to-links a {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--luxury-link);
  text-decoration: none;
}

body.luxury-theme .product-item-actions .add-to-links a:hover {
  text-decoration: underline;
}

body.luxury-theme .products-list li.item {
  border-bottom: 1px solid var(--luxury-border);
  padding: 24px 0;
}

body.luxury-theme .products-list .product-item-info {
  border: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
  display: flex;
  gap: 24px;
}

body.luxury-theme .products-list .product-item-info:hover {
  border-color: transparent;
  box-shadow: none;
}

body.luxury-theme .products-list .product-item-photo {
  flex: 0 0 240px;
}

body.luxury-theme .products-list .product-item-details {
  padding-top: 0;
}

body.luxury-theme .products-list .product-item-description {
  margin-top: 12px;
  color: #6b7786;
  font-size: 13px;
}

body.luxury-theme .product-view {
  border: 0;
  max-width: 1100px;
  margin: 0 auto;
}

body.luxury-theme .product-view .product-essential {
  display: block;
  padding: 0;
  background: transparent;
}

body.luxury-theme .product-view .product-essential form {
  display: flex;
  gap: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

body.luxury-theme .product-view .product-essential .clearer {
  display: none !important;
}

body.luxury-theme .product-view .product-img-box,
body.luxury-theme .product-view .product-shop {
  float: none !important;
  margin: 0;
  min-width: 0;
  box-sizing: border-box;
}

body.luxury-theme .product-view .product-img-box {
  width: 55%;
  flex: 0 0 55%;
  max-width: 55%;
  order: 1;
}

body.luxury-theme .product-view .product-shop {
  width: 45%;
  flex: 0 0 45%;
  max-width: 45%;
  order: 2;
  padding-left: 40px;
}

body.luxury-theme .product-view .product-group-box {
  flex-basis: 100%;
  width: 100%;
  margin-top: 20px;
  order: 3;
}

body.luxury-theme .product-view .product-shop .product-name h1 {
  font-size: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.luxury-theme .product-view .price-box {
  font-size: 20px;
  margin: 18px 0;
}

body.luxury-theme .product-view .add-to-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 10px;
}

body.luxury-theme .product-view .add-to-cart label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

body.luxury-theme .product-view .add-to-cart .qty {
  width: 64px;
  height: 36px;
  text-align: center;
}

body.luxury-theme .product-view .add-to-cart button.button span {
  height: 40px;
  line-height: 38px;
  padding: 0 24px;
  border-color: var(--luxury-heading);
  background: var(--luxury-heading);
  color: #fff;
}

body.luxury-theme .product-view .add-to-cart button.button span:hover {
  background: var(--luxury-accent);
  border-color: var(--luxury-accent);
}

body.luxury-theme .product-view .add-to-links {
  margin-top: 8px;
}

body.luxury-theme .product-view .add-to-links a {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--luxury-link);
}

body.luxury-theme .product-view .short-description h2 {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.luxury-theme .product-view .zoom,
body.luxury-theme .product-view .zoom-notice {
  display: none;
}

body.luxury-theme .product-view .more-views {
  margin-top: 16px;
}

body.luxury-theme .product-view .more-views ul {
  display: flex;
  gap: 10px;
}

body.luxury-theme .product-view .more-views li {
  border: 1px solid var(--luxury-border);
  padding: 4px;
}

body.luxury-theme .product-view .more-views img {
  display: block;
}

body.luxury-theme .product-view .product-img-box .product-image-zoom {
  width: 100%;
  height: auto;
  border: 1px solid var(--luxury-border);
  background: #fff;
}

body.luxury-theme .product-view .product-img-box .product-image-zoom img {
  position: relative;
  width: 100%;
  height: auto;
}

body.luxury-theme .product-collateral {
  margin-top: 50px;
  border-top: 1px solid var(--luxury-border);
  padding-top: 30px;
}

body.luxury-theme .product-collateral .box-collateral h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  margin-bottom: 18px;
}

body.luxury-theme .cart .page-title.title-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.luxury-theme .cart .checkout-types {
  margin: 0;
}

body.luxury-theme .cart-table {
  border-collapse: collapse;
}

body.luxury-theme .cart-table th {
  background: #f3f6f9;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  color: var(--luxury-heading);
}

body.luxury-theme .cart-table td {
  background: #fff;
  vertical-align: middle;
}

body.luxury-theme .cart-table .product-name {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

body.luxury-theme .cart-table .product-image img {
  max-width: 90px;
  height: auto;
}

body.luxury-theme .cart-collaterals {
  display: flex;
  gap: 40px;
  margin-top: 30px;
  align-items: flex-start;
}

body.luxury-theme .cart-collaterals .col2-set,
body.luxury-theme .cart-collaterals .totals {
  float: none;
}

body.luxury-theme .cart-collaterals .col2-set {
  width: auto;
  flex: 2;
}

body.luxury-theme .cart-collaterals .totals {
  width: 320px;
  padding: 20px;
  border: 1px solid var(--luxury-border);
  background: #f7f9fb;
  box-sizing: border-box;
}

body.luxury-theme .cart-collaterals .totals table {
  width: 100%;
  margin-bottom: 14px;
}

body.luxury-theme .cart .discount,
body.luxury-theme .cart .shipping {
  border: 1px solid var(--luxury-border);
  padding: 16px;
  background: #fff;
}

body.luxury-theme .cart .discount h2,
body.luxury-theme .cart .shipping h2 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
}

body.luxury-theme .checkout-onepage-index .opc {
  margin: 0;
  padding: 0;
}

body.luxury-theme .opc .section {
  border: 1px solid var(--luxury-border);
  margin-bottom: 16px;
  background: #fff;
}

body.luxury-theme .opc .step-title {
  background: #f3f6f9;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

body.luxury-theme .opc .step-title h2 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  margin: 0;
}

body.luxury-theme .opc .step-title .number {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background: var(--luxury-heading);
  color: #fff;
  font-size: 11px;
}

body.luxury-theme .opc .step-title a {
  margin-left: auto;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--luxury-link);
}

body.luxury-theme .opc .step {
  padding: 18px;
  border-top: 1px solid var(--luxury-border);
}

body.luxury-theme .checkout-onepage-index .form-list label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}

body.luxury-theme .checkout-onepage-index .buttons-set {
  border-top: 1px solid var(--luxury-border);
  padding-top: 16px;
}

body.luxury-theme .checkout-onepage-index .sp-methods dt {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

body.luxury-theme .data-table {
  border-collapse: collapse;
  font-size: 14px;
}

body.luxury-theme .data-table th,
body.luxury-theme .data-table td {
  border: 1px solid var(--luxury-border);
  padding: 10px 12px;
}

body.luxury-theme .data-table thead {
  background: #f3f6f9;
}

body.luxury-theme .footer-outer {
  background: #f3f4f6;
  width: 100%;
}

body.luxury-theme .footer-outer .footer-container {
  max-width: 1240px;
  margin: 0 auto;
}

body.luxury-theme .footer-container {
  background: #f3f4f6;
  border-top: 1px solid var(--luxury-border);
  padding: 30px 50px 12px;
  box-sizing: border-box;
}

body.luxury-theme .footer {
  margin: 0;
  padding: 0;
  color: #6f7c8b;
  width: 100%;
}

body.luxury-theme .footer a,
body.luxury-theme .footer address {
  color: #6f7c8b;
}

body.luxury-theme .footer-links {
  background: transparent;
  padding: 0 0 20px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

body.luxury-theme .footer-links a {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.luxury-theme .footer ul.links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

body.luxury-theme .footer li {
  background: none;
  padding: 0;
}

body.luxury-theme .copyright {
  border-top: 1px solid var(--luxury-border);
  padding: 16px 0 0;
  margin-top: 10px;
  color: #7f8a96;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

body.luxury-theme .copyright address,
body.luxury-theme .copyright .developed {
  color: #7f8a96;
  margin: 0;
  float: none;
}

body.luxury-theme.luxury-scrolled .header {
  background: #fff;
  box-shadow: 0 12px 24px rgba(20, 30, 45, 0.12);
  border-radius: 0;
}
