/* Watches of Switzerland theme overlay for Epsilon */

@font-face {
  font-family: "Humanist521";
  src: url("../images/wos/humanist-521-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Humanist521";
  src: url("../images/wos/humanist-521-bold-bt-webfont.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Vanitas";
  src: url("../images/wos/vanitas-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --wos-gold: #dbb86f;
  --wos-gold-dark: #cdae7c;
  --wos-navy: #231f20;
  --wos-grey-light: #f6f6f6;
  --wos-grey-mid: #ececec;
  --wos-header-height: 72px;
}

body.wos-theme {
  font-family: "Humanist521", Arial, sans-serif;
  color: var(--wos-navy);
  background: #fff;
}

.wos-theme header {
  background: #fff;
  border-bottom: 1px solid var(--wos-grey-mid);
  box-shadow: none;
}

.wos-theme header .container.cmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--wos-header-height);
  padding: 8px 20px;
}

.wos-theme header .logo img,
.wos-theme header .logo svg {
  max-width: 220px;
  max-height: 46px;
  width: auto;
  height: auto;
}

.wos-theme .wos-nav {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  justify-content: center;
}

.wos-theme .wos-nav > li {
  position: relative;
  list-style: none;
}

.wos-theme .wos-nav > li > a {
  display: block;
  padding: 24px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wos-navy);
  text-decoration: none;
  white-space: nowrap;
}

.wos-theme .wos-nav > li > a:hover,
.wos-theme .wos-nav > li:hover > a {
  background: var(--wos-grey-mid);
}

.wos-theme .wos-nav .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--wos-grey-mid);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  z-index: 1000;
  padding: 8px 0;
}

.wos-theme .wos-nav > li:hover .dropdown {
  display: block;
}

.wos-theme .wos-nav .dropdown a {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  color: var(--wos-navy);
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.wos-theme .wos-nav .dropdown a:hover {
  background: var(--wos-grey-light);
}

.wos-theme header .links .publish,
.wos-theme header .links .location {
  display: none !important;
}

.wos-theme header .links .account {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wos-theme .wos-upper-bar {
  background: var(--wos-grey-light);
  text-align: center;
  padding: 8px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid var(--wos-grey-mid);
}

.wos-theme .wos-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.wos-theme .wos-hero img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 520px;
  object-fit: cover;
}

.wos-theme .wos-section {
  padding: 48px 0;
}

.wos-theme .wos-section h2 {
  font-family: "Vanitas", serif;
  font-size: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wos-gold-dark);
  text-align: center;
  margin-bottom: 32px;
  font-weight: 700;
}

.wos-theme .wos-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wos-theme .wos-tile {
  text-align: center;
  text-decoration: none;
  color: var(--wos-navy);
}

.wos-theme .wos-tile img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 12px;
}

.wos-theme .wos-tile span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.wos-theme .wos-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.wos-theme .wos-product-card {
  text-decoration: none;
  color: var(--wos-navy);
  display: block;
}

.wos-theme .wos-product-card .img-wrap {
  background: var(--wos-grey-light);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.wos-theme .wos-product-card img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.wos-theme .wos-product-card .brand {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #666;
  margin-bottom: 4px;
}

.wos-theme .wos-product-card .title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.wos-theme .wos-product-card .price {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wos-theme .wos-breadcrumb {
  padding: 16px 20px;
  font-size: 12px;
  max-width: 1400px;
  margin: 0 auto;
}

.wos-theme .wos-breadcrumb a {
  color: var(--wos-navy);
  text-decoration: none;
}

.wos-theme .wos-breadcrumb a:hover {
  text-decoration: underline;
}

.wos-theme .wos-category-header {
  text-align: center;
  padding: 24px 20px 32px;
}

.wos-theme .wos-category-header h1 {
  font-family: "Vanitas", serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  font-weight: 700;
}

.wos-theme .wos-category-header .count {
  font-size: 13px;
  color: #666;
}

.wos-theme .wos-item-detail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.wos-theme .wos-item-detail .gallery img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  background: var(--wos-grey-light);
}

.wos-theme .wos-item-detail .brand {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
  margin-bottom: 8px;
}

.wos-theme .wos-item-detail h1 {
  font-family: "Vanitas", serif;
  font-size: 26px;
  margin: 0 0 16px;
  font-weight: 700;
}

.wos-theme .wos-item-detail .price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}

.wos-theme .wos-item-detail .description {
  font-size: 15px;
  line-height: 1.7;
}

.wos-theme footer.wos-footer {
  background: var(--wos-grey-light);
  color: var(--wos-navy);
  padding: 48px 0 24px;
  margin-top: 48px;
}

.wos-theme .wos-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wos-theme .wos-footer-grid h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  font-weight: 700;
}

.wos-theme .wos-footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wos-theme .wos-footer-grid li {
  margin-bottom: 8px;
}

.wos-theme .wos-footer-grid a {
  color: var(--wos-navy);
  text-decoration: none;
  font-size: 13px;
}

.wos-theme .wos-footer-grid a:hover {
  text-decoration: underline;
}

.wos-theme .wos-footer-bottom {
  text-align: center;
  padding: 24px 20px 0;
  margin-top: 32px;
  border-top: 1px solid var(--wos-grey-mid);
  font-size: 12px;
  color: #666;
}

.wos-theme .products.grid .product,
.wos-theme .products.grid .item {
  border: none;
  box-shadow: none;
  background: transparent;
}

.wos-theme .products.grid .product .img-wrap,
.wos-theme .products.grid .item .img-wrap {
  background: var(--wos-grey-light);
  aspect-ratio: 1;
}

.wos-theme .products.grid .product .price,
.wos-theme .products.grid .item .price {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.wos-theme .wos-default-footer,
.wos-theme .promo.wos-hidden {
  display: none !important;
}

.wos-theme .home-search {
  display: none;
}

.wos-theme form.wos-login {
  max-width: 480px;
  margin: 48px auto;
  padding: 40px;
  background: var(--wos-grey-light);
}

.wos-theme form.wos-login h1 {
  font-family: "Vanitas", serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 32px;
}

.wos-theme form.wos-login .btn,
.wos-theme .btn.wos-btn {
  background: var(--wos-gold);
  color: var(--wos-navy);
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 14px 32px;
  cursor: pointer;
  width: 100%;
}

.wos-theme form.wos-login .btn:hover,
.wos-theme .btn.wos-btn:hover {
  opacity: 0.85;
}

@media (max-width: 991px) {
  .wos-theme .wos-nav {
    display: none;
  }

  .wos-theme .wos-item-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .wos-theme header .logo img,
  .wos-theme header .logo svg {
    max-width: 140px;
  }
}
