/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Open Sans', sans-serif; color: #212121; background: #fff; font-size: 14px; }
a { text-decoration: none; color: inherit; transition: color 0.2s; }
a:hover { text-decoration: none; }
img { max-width: 100%; display: block; }
.rlxAnalogSvg { max-width: none !important; width: 150px !important; height: 150px !important; }
ul { list-style: none; padding: 0; margin: 0; }

@media (min-width: 1250px) { .container { max-width: 1250px; } }
@media (min-width: 1500px) { .container { max-width: 1440px; } }
@media (max-width: 767px) { .container { max-width: 100%; } }

:root {
  --red: #c52033;
  --dark: #1a1a1a;
  --gray-light: #efeeef;
  --text: #212121;
  --text-muted: #666;
  --border: #e8e8e8;
}

/* ===== HEADER STACKING ===== */
header {
  position: relative;
  z-index: 1000;
}

/* ===== TOP BAR ===== */
.headerTop {
  background: var(--red);
  color: #fff;
}
.headerSocial { padding: 0; }
.headerSocial ul {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 0;
  flex-wrap: nowrap;
}
.headerSocial ul li a {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.headerSocial ul li a:hover { color: rgba(255,255,255,0.8); }
.headerSocial ul li a i { font-size: 14px; }
.headerSocial ul li.ml-lg-auto { margin-left: auto; }
.headerSocial ul li + li.locationLink { margin-left: auto; }

/* cart count badge */
.cartCount {
  background: #fff;
  color: var(--red);
  border-radius: 50%;
  width: 16px; height: 16px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
}

/* ===== LOGO ===== */
.logoWrap {
  text-align: center;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
}
.logoWrap a { display: inline-block; }
.logoWrap img { height: 46px; width: auto; margin: 0 auto; }

/* ===== DESKTOP NAVIGATION ===== */
.mainNavWrap {
  background: #fff;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 999;
}
/* keep corner logos visible (sticky) as the nav scrolls down */
.mainNavWrap.is-sticky .otherLogo,
.mainNavWrap.is-sticky .rolexLogo { display: flex !important; align-items: center; }
.mainNavWrap > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  overflow: visible;
}
/* Patek/Rolex badge items */
.mainNavWrap > ul > li.otherLogo { margin-right: auto; padding: 6px 8px; }
.mainNavWrap > ul > li.otherLogo img { height: 68px; width: auto; }
.mainNavWrap > ul > li.rolexLogo { margin-left: auto; padding: 0; overflow: hidden; }
.mainNavWrap > ul > li.rolexLogo iframe { display: block; width: 130px; height: 60px; border: none; overflow: hidden; }
.mainNavWrap > ul > li {
  flex-shrink: 0;
}
.mainNavWrap > ul > li > a {
  display: block;
  padding: 14px 11px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--text);
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}
/* Trapezoidal hover effect (matches original) */
.mainNavWrap > ul > li > a.mainLinks { position: relative; }
.mainNavWrap > ul > li:hover > a.mainLinks::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  transform: perspective(100px) rotateX(160deg);
  background: var(--red);
}
.mainNavWrap > ul > li:hover > a.mainLinks .hoverHtext {
  z-index: 5;
  position: relative;
  color: #fff;
}

/* Megamenu */
.megamenuWapper {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  box-shadow: rgba(204,204,204,1) 1px 0px 2px;
  padding: 10px 0 30px;
  transition: max-height 0.8s linear, visibility 0.8s linear;
  visibility: hidden;
}
.mainNavWrap > ul > li:hover .megamenuWapper {
  max-height: 1000px;
  visibility: visible;
}
.navCatList { padding: 0; margin: 0; }
.navCatList > li {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 15px;
}
.navCatList > li > a {
  display: block;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: normal;
}
.navCatList > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 1px;
  background: rgb(166, 154, 150);
}
.navCatChildList { list-style: none; padding: 0; margin: 0; max-height: 325px; overflow-y: auto; }
.navCatChildList li { line-height: 28px; }
.navCatChildList li a { display: block; padding: 2px 0; font-size: 14px; font-weight: 400; font-family: 'Open Sans', sans-serif; text-transform: uppercase; color: #000; }
.navCatChildList li a:hover { color: var(--red); }

/* Mobile hamburger toggle — hidden on desktop */
.btnNavToggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  display: none;
}
.btnNavToggle img { width: 26px; height: auto; }
@media (max-width: 991px) {
  .btnNavToggle { display: block; }
}

/* ===== MOBILE NAV ===== */
.mobileNavOverlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.4);
  z-index: 700;
}
.mobileNavOverlay.active { display: block; }
.mobileNavDrawer {
  position: fixed;
  top: 0; left: -300px;
  width: 300px; height: 100%;
  background: #fff;
  z-index: 800;
  overflow-y: auto;
  transition: left 0.3s ease;
}
.mobileNavDrawer.active { left: 0; }
.mobileNavHeader {
  background: var(--red);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobileNavHeader span { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 1px; }
.mobileNavClose {
  background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; padding: 0;
}
.mobileNavList > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid #f0f0f0;
}
.mobileNavList > li > a:hover { color: var(--red); }
.mobileSubList { display: none; background: #fafafa; }
.mobileNavList > li.open > .mobileSubList { display: block; }
.mobileSubList li a {
  display: block;
  padding: 9px 28px;
  font-size: 12px;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
}
.mobileSubList li a:hover { color: var(--red); }

/* ===== HERO SLIDER ===== */
.mainBanner {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.mainBanner .carousel-item img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  display: block;
}
.bannerCaption {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.bannerCaption .brand-label {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px;
}
.bannerCaption h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #fff;
  margin-bottom: 18px;
}
.btn-discover {
  display: inline-block;
  background: #007843;
  color: #fff;
  padding: 10px 26px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 2px;
}
.btn-discover:hover { background: #005a32; color: #fff; }

.mainBanner .carousel-indicators { bottom: 15px; margin: 0; }
.mainBanner .carousel-indicators li {
  width: 14px; height: 14px; border-radius: 50%;
  background: rgb(197,186,180); border: none; margin: 0 4px;
}
.mainBanner .carousel-indicators .active { background: rgb(235,232,227); }

.carousel-control-prev, .carousel-control-next {
  width: 48px;
  opacity: 1;
}
.carousel-arrow {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: 200;
  text-shadow: 0 0 8px rgba(0,0,0,0.4);
}

/* ===== HOME SECTIONS ===== */
.mar-50 { margin-bottom: 50px; }

/* Rolex Smart Clock static mockup */
.rlxClockWrap {
  display: flex;
  height: 540px;
  width: 100%;
  overflow: hidden;
}
.rlxClockLeft {
  background: #fff;
  width: 370px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 32px;
  border-right: 1px solid #e8e8e8;
}
.rlxAnalogSvg {
  width: 165px;
  height: 165px;
  margin-bottom: 24px;
}
.rlxTimeRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #222;
}
.rlxCountryRow {
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #e8e8e8;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #888;
}
.rlxOpenNow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 18px;
  padding: 11px 16px;
  border: 1px solid #2e7d32;
  border-radius: 4px;
  color: #2e7d32;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.rlxOpenNow:hover { text-decoration: none; color: #2e7d32; }
.rlxJewelerBadge {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.rlxJewelerLogo { width: 42px; height: auto; margin-bottom: 4px; }
.rlxJewelerText {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2e7d32;
  font-family: 'Open Sans', sans-serif;
}
.rlxClockRight { flex: 1; overflow: hidden; }
.rlxClockRight img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.welcomeWrapper {
  padding: 0;
  margin-top: 50px;
  text-align: center;
}
.welcomeWrapper h1 {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}
.welcomeWrapper p {
  font-size: 16px;
  color: var(--text);
  margin: 0 0 16px;
  line-height: 24px;
}
.welcomeWrapper p a { color: var(--red); }

/* SHOP BY CATEGORY */
.homeTitleSection { margin: 0 0 20px; }
.homeTitle {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.homeCateBlock { display: flex; gap: 15px; justify-content: center; }
.homeCateBlock .categoriesCol { width: 294px; flex: 0 0 294px; }
.homeitem { display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.homeitem img { width: 100%; height: 100%; object-fit: cover; }
.categoriesCol h4 {
  font-size: 16px;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.categoriesCol h4 a { color: inherit; }

/* ===== CHECKERBOARD BRAND SECTIONS ===== */
.homeChkerBoard { padding: 0 0 0; }
.homeChkerBoard .row { align-items: stretch; }
.homeChkerBoard .imgCol img { width: 100%; height: 100%; object-fit: cover; display: block; }
.homeChkerBoard .textCol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  background: #fff;
}
.homeChkerBoard .textCol .inner { max-width: 440px; }
.homeChkerBoard .textCol h2 {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}
.homeChkerBoard .textCol p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 26px;
}
.btn-outline-dark {
  display: inline-block;
  border: 1px solid #212121;
  color: #212121;
  padding: 10px 28px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.25s;
}
.btn-outline-dark:hover { background: #212121; color: #fff; }

/* Tudor banner */
.tudorBanner { position: relative; }
.tudorBanner img.tudor-bg { width: 100%; max-height: 440px; object-fit: cover; display: block; }
.tudor-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.2);
}
.tudor-overlay img { height: 70px; width: auto; margin-bottom: 24px; }
.btn-tudor {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 32px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn-tudor:hover { background: #fff; color: #212121; }

/* Double banners */
.doubleBanner .dbl-item { position: relative; overflow: hidden; }
.doubleBanner .dbl-item img { width: 100%; display: block; transition: transform 0.4s; }
.doubleBanner .dbl-item:hover img { transform: scale(1.03); }
.dbl-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.25);
  padding: 20px;
  text-align: center;
}
.dbl-caption h2 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.dbl-caption p {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 16px;
}
.btn-dbl {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 22px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.btn-dbl:hover { background: #fff; color: #212121; }

/* ===== SUBSCRIBE ===== */
.section-subscribe { background: rgb(239,238,239); padding: 30px 0; }
.subscribeBox { max-width: 1020px; margin: auto; }
.subscribeBox h4 { text-align: center; font-size: 24px; font-weight: 600; color: #000; }
.subscribeBox .form-control {
  box-shadow: none; outline: 0; height: 50px;
  border-radius: 0; border: 1px solid #e6e6e6;
}
.subscribeBox .input-group { position: relative; }
.subscribeBox .btn {
  position: absolute; right: 0; border-radius: 0; height: 100%;
  background: inherit; text-decoration: underline; font-weight: 600;
  color: #000; z-index: 11; border: none; padding: 0 16px;
}
.subscribeBox .btn:hover { color: var(--red); }

/* ===== FOOTER ===== */
footer { }
.FooterTop {
  display: flex;
  flex-wrap: wrap;
}
.footerLeftBox {
  background: var(--red);
  color: #fff;
  width: 40%;
  padding: 40px 0;
  overflow: hidden;
}
.footerLeftBox .footerContainer { float: right; }
.footerLeftBox .footerContainer .row { width: 480px; }
.footerLeftBox h4 {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.footerLeftBox .SecondFtp p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 16px;
}
.footerLeftBox .SecondFtp a { color: #fff; }
.footerLeftBox .SecondFtp a:hover { color: rgba(255,255,255,0.8); }
footer .ftpSocial { padding-top: 4px; }
.socialIcons { display: flex; }
.socialIcons li + li { margin-left: 10px; }
footer .ftpSocial li a {
  display: block;
  width: 32px; height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 19px;
  text-align: center;
  line-height: 32px;
}
footer .ftpSocial li a:hover { background: #fff; color: #000; }
.popbtn { margin-top: 24px; }
.popbtn a {
  font-size: 16px;
  text-decoration: underline;
  color: #fff;
}
.popbtn a:hover { text-decoration: none; color: #fff; }

.footerRightBox {
  background: #000;
  color: #fff;
  width: 60%;
  padding: 40px 0;
}
.footerRightBox .footerContainer { float: left; padding: 0 50px; width: 100%; box-sizing: border-box; }
.footerRightBox h4 {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.ftpNav li { line-height: 27px; }
.ftpNav li a {
  font-size: 14px;
  color: #fff;
}
.ftpNav li a:hover { color: #ccc; }

.copy { background: #f2f2f2; padding: 10px; }
.footerLinks { justify-content: center; margin: 3px 0 5px; font-size: 16px; line-height: 24px; }
.footerLinks li { color: #000; }
.footerLinks li::after { content: "|"; padding: 0 5px; }
.footerLinks li:last-child::after { display: none; }
.footerLinks a { color: #000; }
.footerLinks a:hover { text-decoration: none; color: #555; }
.copys { color: #000; font-size: 14px; line-height: 25px; text-align: center; margin: 0; }

/* ===== CATEGORY PAGES ===== */
.pageHead {
  text-align: center;
  padding: 10px 20px 36px;
}
.breadcrumb-nav {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 8px;
  text-align: center;
}
.breadcrumb-nav a { color: var(--text); }
.pageHead h1 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--red);
}
.pageHead p {
  font-size: 16px;
  color: var(--text);
  max-width: 700px;
  margin: 16px auto 0;
  line-height: 1.9;
}

.catGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 16px 50px;
  justify-content: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.catCard {
  flex: 0 0 calc(33.33% - 12px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.catCard a { display: block; }
.catCard img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; transition: transform 0.3s; }
.catCard:hover img { transform: scale(1.04); }
.catCard .cat-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 10px;
}

/* Watch brands grid */
.brandGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 16px 50px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.brandCard {
  flex: 0 0 calc(33.33% - 12px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.brandCard a { display: block; }
.brandCard img { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; transition: transform 0.3s; }
.brandCard:hover img { transform: scale(1.04); }
.brandCard .cat-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 10px;
}

/* Designers grid */
.designerGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0 16px 50px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.designerCard {
  flex: 0 0 calc(33.33% - 12px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.designerCard a { display: block; }
.designerCard img { width: 100%; aspect-ratio: 1/1; object-fit: contain; display: block; transition: transform 0.3s; }
.designerCard:hover img { transform: scale(1.03); }
.designerCard .cat-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 10px;
}

/* ===== CONTACT PAGE ===== */
.contactBanner { position: relative; }
.contactBanner img { width: 100%; max-height: 320px; object-fit: cover; }
.contactBanner .contactBannerText {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  color: #fff;
}
.contactBannerText .breadcrumb-nav { color: rgba(255,255,255,0.8); text-align: left; margin-bottom: 6px; }
.contactBannerText h2 { font-size: 20px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #fff; }

.contactContent { padding: 50px 40px; }
.contactContent h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}
.contactContent p { font-size: 13px; color: var(--text-muted); line-height: 1.9; margin-bottom: 14px; }
.contactInfo { margin-top: 30px; }
.contactInfo h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--text);
}
.contactInfo p { margin-bottom: 4px; }
.contactInfo a { color: var(--text); }
.contactInfo a:hover { color: var(--red); }

.visitForm { padding: 40px; background: #fafafa; border-top: 1px solid var(--border); }
.visitForm h2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}
.visitForm p { font-size: 12px; color: var(--text-muted); margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.form-control {
  width: 100%;
  padding: 10px 14px;
  font-size: 13px;
  border: 1px solid #ddd;
  outline: none;
  color: var(--text);
  font-family: inherit;
  background: #fff;
}
.form-control:focus { border-color: var(--red); }
.form-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 5px;
}
.form-label span { color: var(--red); }
.form-select {
  width: 100%;
  padding: 10px 14px;
  font-size: 13px;
  border: 1px solid #ddd;
  outline: none;
  color: var(--text);
  font-family: inherit;
  background: #fff;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M0 0l6 8 6-8z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.btn-submit {
  background: var(--red);
  color: #fff;
  border: none;
  padding: 13px 36px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
}
.btn-submit:hover { background: #a81b2b; }
.checkbox-group { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.checkbox-group input { margin-top: 3px; flex-shrink: 0; accent-color: var(--red); }

/* ===== HOME SECTION COMPONENTS (matching original structure) ===== */
.imgBlock { overflow: hidden; }
.imgBlock img { width: 100%; display: block; transition: transform 0.3s; }
.imgBlock:hover img { transform: scale(1.02); }
.wants { margin: -32% 0 0 -21%; }
.homeChkerBoard.cartierImg .imgBlock { padding-bottom: 16px; }
.homeChkerBoard.cartierImg img { box-shadow: rgb(213,213,213) 0 0 10px; }

.centerBoxes {
  text-align: center;
  padding: 20px 20px 0;
}
.centerBoxes p { max-width: 600px; margin: 10px auto; }
.centerBoxes .homeBtn { color: #000; text-decoration: underline; margin: 0; display: inline-block; }
.catTitle {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}
.catTitle20 {
  font-family: 'Montserrat', 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text);
}
.smalDes {
  font-size: 16px;
  color: var(--text);
  line-height: 24px;
  max-width: 640px;
  margin: 0 auto 22px;
}
.homeBtn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: color 0.2s;
}
.homeBtn:hover { color: var(--red); }
.mar-40 { margin-top: 40px; }
.mar-50 { margin-top: 50px; }

.categoriesBox { }
.categoriesCol { }
.categoriesCol h6 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.categoriesCol.categoriesColBottom {
  width: 80%;
  text-align: center;
}
.homeBtnSecond {
  color: #000;
  padding: 6px 20px;
  display: inline-block;
  margin: 10px 0;
  font-weight: 500;
  background: #fff;
}
.homeBtnSecond:hover { background: #000; color: #fff; }
.categoriesCol.categoriesColBottom .homeBtnSecond { border: 1px solid #000; }
.categoriesCol.categoriesColBottom .homeBtnSecond:hover { border: 1px solid #fff; }

/* ===== PRODUCT CATALOG ===== */

/* Breadcrumb */
.section-breadcrumb { padding: 0; }
.breadcrumb { margin: 18px 0 12px; padding: 0; justify-content: center; background: transparent; list-style: none; display: flex; flex-wrap: wrap; }
.breadcrumb > li { display: inline-block; font-size: 13px; color: var(--text); }
.breadcrumb > li + li::before { padding: 0 6px; color: #ccc; content: "/"; }
.breadcrumb li a { color: var(--text); text-decoration: none; }
.breadcrumb li a:hover { color: var(--red); }
.breadcrumb li.active { color: var(--red); }

/* Banner */
.pageBanner { overflow: hidden; border-radius: 6px; }
.pageBanner img { width: 100%; display: block; max-height: 420px; object-fit: cover; }

/* Page heading (brand name h1) */
.section-pageHeading { }
.section-pageHeading .title {
  margin: 0;
  padding: 18px 0 10px;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--red);
  text-align: center;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}

/* Description text under h1 */
.catDescText {
  text-align: center;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 0 20px;
}

/* Brand hero section (A. Jaffe, Benchmark, Christian Bauer) */
.section-brandHero { padding: 36px 0 28px; border-bottom: 1px solid var(--border); margin-bottom: 0; }
.brandHeroTitle {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.brandHeroTitle span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
}
.brandHeroDesc p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 12px;
}
.brandHeroLogo {
  max-width: 340px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-brandHero { padding: 24px 0 20px; }
  .brandHeroTitle { font-size: 22px; }
  .brandHeroLogo { max-width: 220px; margin-top: 24px; }
}

/* Filter bar */
.section-productFilter { overflow: visible; padding: 0 0 10px; }
.productFilter { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.productFilter > li { padding: 0; width: auto; margin: 2px 0; font-size: 13px; }
.productFilter > li:first-child { font-weight: 600; letter-spacing: 0.5px; color: var(--text); white-space: nowrap; padding-right: 4px; }
.btn-filter {
  font-size: 12px;
  padding: 6px 24px 6px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: var(--text);
  border-radius: 0;
  white-space: nowrap;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.3px;
  position: relative;
}
.btn-filter:hover, .btn-filter:focus { border-color: var(--red); color: var(--red); box-shadow: none; background: #fff; outline: none; }
.btn-filter.show, .btn-filter[aria-expanded="true"] { border-color: var(--red); color: var(--red); background: #fff; }
.btn-filter::after { margin-left: 6px; vertical-align: 2px; border-top-color: #888; }
.productFilter .dropdown-menu { border-radius: 0; border-color: #ddd; font-size: 12px; min-width: 160px; padding: 4px 0; margin-top: 1px; }
.productFilter .dropdown-item { padding: 6px 14px; color: var(--text); font-size: 12px; }
.productFilter .dropdown-item:hover { background: #f5f5f5; color: var(--red); }

/* Product listing grid */
.section-productListing {}

/* Product card */
.classForDevUse { position: relative; }

.productImage { width: 100%; margin: 0 auto 6px; }
.productImage .thumb { display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.productImage .thumb img { width: 100%; height: 100%; object-fit: cover; background: #f8f8f8; display: block; transition: transform 0.45s ease; cursor: zoom-in; }
.productImage .thumb:hover img { transform: scale(1.18); }
/* AP watch shots are tall portraits on white — show the whole watch, scaled to fill the tile */
.productImage .thumb img[src*="ap-watch-"] { object-fit: contain; background: #fff; transform: scale(1.16); }
.productImage .thumb:hover img[src*="ap-watch-"] { transform: scale(1.24); }
/* Swatch Royal Pop packshots are transparent PNGs — show the whole piece on white */
.productImage .thumb img[src*="static.swatch.com"] { object-fit: contain; background: #fff; transform: scale(1.04); }
.productImage .thumb:hover img[src*="static.swatch.com"] { transform: scale(1.12); }

.viewDetail { font-size: 12px; text-align: center; padding: 6px 0 4px; }
.viewDetail a { color: #888; text-decoration: none; font-size: 12px; }
.viewDetail a:hover { color: var(--red); text-decoration: underline; }

.productbrand { text-align: center; margin-top: 6px; }
.productbrand h5 { font-size: 14px; font-weight: 700; margin: 0 0 2px; color: var(--text); font-family: 'Open Sans', sans-serif; letter-spacing: 0.3px; }
.productbrand h5:empty { display: none; }
.productbrand h6 { font-size: 13px; font-weight: 600; margin: 0 0 1px; color: var(--text); }

.productTitle {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 4px;
  color: var(--text);
}
.productTitle a { color: var(--text); text-decoration: none; }
.productTitle a:hover { color: var(--red); }

.productPrice { text-align: center; font-size: 14px; padding: 2px 0 0; justify-content: center; color: var(--text); }
.productPrice span { font-size: 14px; color: var(--text); font-weight: 400; }

.otherActions { padding: 4px 0 2px; }
.otherActions .btn { font-size: 15px; color: #bbb; padding: 2px 5px; border: none; background: none; }
.otherActions .btn:hover { color: var(--red); background: none; }

/* Show more */
#showMore { width: 100%; margin: 20px 0 10px; text-align: center; }
#showMore .btn.btn-default { font-size: 13px; padding: 8px 24px; border: 1px solid #555; color: #555; border-radius: 0; background: #fff; }
#showMore .btn.btn-default:hover { background: #555; color: #fff; }

/* Brand logo card on watch-brands page */
.brandCard { flex: 0 0 calc(33.33% - 12px); }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .mainNavWrap { display: none; }
  .btnNavToggle { display: block; }
  .homeChkerBoard .textCol { padding: 30px 24px; }
  .homeChkerBoard .textCol h2 { font-size: 20px; }
  .footerLeftBox { flex: 0 0 100%; }
  .footerRightBox { flex: 0 0 100%; }
  .catCard { flex: 0 0 calc(50% - 8px); }
  .brandCard { flex: 0 0 calc(50% - 8px); }
  .designerCard { flex: 0 0 calc(50% - 8px); }
  .form-grid { grid-template-columns: 1fr; }
  .contactContent, .visitForm { padding: 30px 20px; }
}
@media (max-width: 600px) {
  .headerSocial ul { padding: 8px 10px; }
  .headerSocial ul li a span.hide-sm { display: none; }
  .bannerCaption h2 { font-size: 22px; }
  .welcomeWrapper h1 { font-size: 15px; }
  .catCard { flex: 0 0 calc(50% - 8px); }
  .brandCard { flex: 0 0 calc(50% - 8px); }
  .designerCard { flex: 0 0 calc(50% - 8px); }
  .copy { flex-direction: column; align-items: center; text-align: center; }
  .homeChkerBoard .row .imgCol { order: -1; }
}

/* ===================== Shared app UI (app.js) ===================== */
/* Header count badge */
.headerSocial .tjb-badge{position:absolute;top:-7px;right:-9px;background:var(--red);color:#fff;font-size:9px;line-height:1;min-width:15px;height:15px;padding:0 3px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-family:'Open Sans',sans-serif;font-weight:600;}
.headerSocial ul li{position:relative;}

/* Active state for heart/bookmark toggles */
.otherActions a.tjb-active,.pd-actions a.tjb-active{color:var(--red);}
.otherActions a.tjb-active i,.pd-actions a.tjb-active i{color:var(--red);}

/* Toast */
.tjb-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);background:#1a1a1a;color:#fff;padding:13px 26px;font-size:13px;letter-spacing:.5px;border-radius:3px;box-shadow:0 6px 24px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;z-index:4000;}
.tjb-toast.show{opacity:1;transform:translateX(-50%) translateY(0);}

/* Compare floating bar */
.tjb-compare-bar{position:fixed;left:0;right:0;bottom:0;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;gap:22px;padding:13px 18px;z-index:3500;font-size:13px;letter-spacing:.5px;box-shadow:0 -4px 18px rgba(0,0,0,.18);flex-wrap:wrap;}
.tjb-compare-bar .tjb-cb-label b{color:var(--red);margin-left:4px;}
.tjb-compare-bar .tjb-cb-view{background:var(--red);color:#fff;padding:9px 22px;text-decoration:none;text-transform:uppercase;font-size:11px;letter-spacing:1.5px;}
.tjb-compare-bar .tjb-cb-view:hover{background:#a51b2b;}
.tjb-compare-bar .tjb-cb-clear{background:transparent;border:1px solid #555;color:#ccc;padding:9px 18px;cursor:pointer;text-transform:uppercase;font-size:11px;letter-spacing:1.5px;}
.tjb-compare-bar .tjb-cb-clear:hover{border-color:#888;color:#fff;}

/* Search overlay + autocomplete */
.tjb-search-overlay{position:fixed;inset:0;background:rgba(20,20,20,.55);opacity:0;pointer-events:none;transition:opacity .2s;z-index:5000;}
.tjb-search-overlay.open{opacity:1;pointer-events:auto;}
.tjb-search-box{max-width:760px;margin:0 auto;background:#fff;padding:0;transform:translateY(-16px);transition:transform .2s;box-shadow:0 14px 50px rgba(0,0,0,.3);}
.tjb-search-overlay.open .tjb-search-box{transform:translateY(0);}
.tjb-search-form{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid #eee;}
.tjb-search-form i{color:#999;font-size:17px;}
.tjb-search-form input{flex:1;border:none;outline:none;font-size:17px;font-family:inherit;background:transparent;color:#1a1a1a;}
.tjb-search-close{background:none;border:none;font-size:28px;line-height:1;color:#aaa;cursor:pointer;padding:0 4px;}
.tjb-search-close:hover{color:var(--red);}
.tjb-suggest{max-height:60vh;overflow-y:auto;}
.tjb-suggest.show{border-top:0;}
.tjb-sug{display:flex;align-items:center;gap:14px;padding:11px 22px;text-decoration:none;color:#222;border-bottom:1px solid #f4f4f4;}
.tjb-sug:hover,.tjb-sug.active{background:#faf6f2;text-decoration:none;color:#222;}
.tjb-sug img{width:46px;height:46px;object-fit:contain;background:#f6f6f6;flex-shrink:0;}
.tjb-sug-txt{flex:1;min-width:0;}
.tjb-sug-t{display:block;font-size:14px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tjb-sug-b{display:block;font-size:11px;color:#999;text-transform:uppercase;letter-spacing:.5px;}
.tjb-sug-p{font-size:13px;font-weight:600;color:var(--red);white-space:nowrap;}
.tjb-sug-all{display:block;padding:13px 22px;text-align:center;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:var(--red);text-decoration:none;background:#fafafa;}
.tjb-sug-all:hover{background:#f1f1f1;color:#a51b2b;text-decoration:none;}
.tjb-sug-empty{padding:20px 22px;color:#888;font-size:14px;text-align:center;}

/* Generic product grid (search / wishlist / compare results) */
.tjb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 20px;}
.tjb-pcard{position:relative;display:flex;flex-direction:column;text-align:center;}
.tjb-pcard .tjb-pimg{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f8f8f8;display:block;}
.tjb-pcard .tjb-pbrand{font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:#999;margin:12px 0 2px;}
.tjb-pcard .tjb-ptitle{font-size:14px;color:#1a1a1a;line-height:1.35;text-decoration:none;}
.tjb-pcard a.tjb-ptitle:hover{color:var(--red);}
.tjb-pcard .tjb-pprice{font-size:14px;font-weight:600;color:var(--red);margin-top:6px;}
.tjb-pcard .tjb-premove{position:absolute;top:8px;right:8px;background:#fff;border:1px solid #e2e2e2;color:#888;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;z-index:2;}
.tjb-pcard .tjb-premove:hover{color:var(--red);border-color:var(--red);}
@media (max-width:991px){.tjb-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:575px){.tjb-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px;}}

/* Modal (Send a Hint) */
.tjb-modal{position:fixed;inset:0;background:rgba(20,20,20,.55);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s;z-index:5200;padding:20px;}
.tjb-modal.open{opacity:1;pointer-events:auto;}
.tjb-modal-box{background:#fff;max-width:440px;width:100%;padding:32px 30px;position:relative;box-shadow:0 14px 50px rgba(0,0,0,.3);transform:translateY(-14px);transition:transform .2s;}
.tjb-modal.open .tjb-modal-box{transform:translateY(0);}
.tjb-modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:26px;color:#aaa;cursor:pointer;line-height:1;}
.tjb-modal-close:hover{color:var(--red);}
.tjb-modal-title{font-family:'Playfair Display',serif;font-size:1.5rem;color:#1a1a1a;margin-bottom:4px;}
.tjb-modal-sub{font-size:13px;color:#777;margin-bottom:18px;}
.tjb-modal-form label{display:block;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#666;margin:0 0 12px;}
.tjb-modal-form input,.tjb-modal-form textarea{width:100%;margin-top:5px;padding:10px 12px;border:1px solid var(--border);font-size:14px;font-family:inherit;}
.tjb-modal-form input:focus,.tjb-modal-form textarea:focus{outline:none;border-color:var(--red);}
.tjb-modal-btn{background:var(--red);color:#fff;border:none;width:100%;padding:13px;font-size:12px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;margin-top:6px;}
.tjb-modal-btn:hover{background:#a51b2b;}
.tjb-modal-ok{display:none;background:#eaf7ee;border:1px solid #b6e0c2;color:#1c6b34;padding:16px 18px;font-size:14px;text-align:center;}

/* ===================== MOBILE RESPONSIVE OVERRIDES ===================== */
html, body { overflow-x: hidden; }

@media (max-width: 991px) {
  /* Home — Shop by Category: wrap and split 50/50 */
  .homeCateBlock { flex-wrap: wrap; gap: 12px; padding: 0 12px; }
  .homeCateBlock .categoriesCol { width: calc(50% - 6px); flex: 0 0 calc(50% - 6px); }

  /* Home — Rolex smart clock: stack vertically, override inline width:280px */
  .rlxSmartClock { flex-direction: column !important; min-height: 0 !important; }
  .rlx-clock-panel {
    width: 100% !important;
    min-width: 0 !important;
    border-right: none !important;
    border-bottom: 1px solid #e8e8e8;
    padding: 28px 24px !important;
  }
  .rlxSmartClock > div:last-child { min-height: 260px; }

  /* Home — "From our family" / "Anything you need": kill negative margins */
  .imgBlock.wants { margin: 0; }
  .categoriesCol.categoriesColBottom { width: 100%; }
  .categoriesCol h6, .categoriesCol h2.catTitle { text-align: center; }

  /* Footer — break float layout, full width inner containers */
  .footerLeftBox { padding: 30px 0; }
  .footerLeftBox .footerContainer { float: none; padding: 0 24px; }
  .footerLeftBox .footerContainer .row { width: auto; margin: 0; }
  .footerRightBox { padding: 30px 0; }
  .footerRightBox .footerContainer { float: none; padding: 0 24px; }

  /* Section title scale */
  .welcomeWrapper h1, .homeTitle, .catTitle { font-size: 20px; }
  .welcomeWrapper p, .smalDes { font-size: 15px; line-height: 22px; }
  .catTitle20 { font-size: 18px; }

  /* Reduce huge top/bottom margins on home */
  .mar-50 { margin-bottom: 36px; }
  .welcomeWrapper { margin-top: 30px; }

  /* Subscribe block */
  .subscribeBox h4 { font-size: 18px; margin-bottom: 14px; padding: 0 8px; }
  .subscribeBox .form-control { height: 46px; font-size: 14px; }

  /* Logo */
  .logoWrap { padding: 10px 16px; }
  .logoWrap img { height: 40px; }

  /* Subscribe row spacing */
  .section-subscribe { padding: 24px 0; }

  /* Footer left links/text size */
  .footerLeftBox .SecondFtp p, .popbtn a { font-size: 15px; }
  .ftpNav li a { font-size: 14px; }
  .footerLeftBox h4, .footerRightBox h4 { font-size: 15px; }
}

@media (max-width: 600px) {
  /* Cart table — compact cells */
  table.table { font-size: 12px; table-layout: fixed; width: 100%; }
  table.table th, table.table td { padding: 8px 4px; word-wrap: break-word; }
  table.table img { max-width: 48px; height: auto; }
  table.table input[type="number"] { width: 44px; padding: 4px; font-size: 12px; }

  /* Stack home categories fully */
  .homeCateBlock { flex-direction: column; align-items: center; padding: 0 16px; }
  .homeCateBlock .categoriesCol { width: 100%; flex: 0 0 100%; max-width: 360px; }

  /* Smaller home titles */
  .welcomeWrapper h1, .homeTitle, .catTitle { font-size: 18px; }
  .smalDes, .welcomeWrapper p { font-size: 14px; line-height: 21px; }
  .catTitle20 { font-size: 16px; }

  /* Tighter section margins */
  .mar-50 { margin-bottom: 28px; }
  .mar-40 { margin-top: 24px; }

  /* Page heading on catalog pages */
  .pageHead h1, .section-pageHeading .title { font-size: 20px; line-height: 28px; }
  .pageHead p, .catDescText { font-size: 14px; line-height: 1.65; }

  /* Contact page title/banner */
  .contactBanner img { max-height: 220px; }
  .contactBannerText h2 { font-size: 16px; letter-spacing: 2px; }
  .contactContent, .visitForm { padding: 24px 16px; }

  /* Footer typography compress */
  .footerLeftBox h4, .footerRightBox h4 { font-size: 14px; }
  .footerLinks { font-size: 13px; }
  .copys { font-size: 12px; }
}
