@font-face {
  font-family: "Tudor";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/tudor-title.woff2") format("woff2");
}
.tudor-2025 {
  font-family: "Helvetica Neue", "Arial Nova", sans-serif;
  color: #212121;
}

.tudor-2025 * {
  box-sizing: border-box;
}

.tudor-2025 img {
  display: block;
}

.tudor-2025 .tudor-product__title {
  transition: color 0.3s ease;
}

.tudor-2025 .tudor-product__title:hover {
  color: #be0100;
}

.tudor-banner {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}

.tudor-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.tudor-banner .mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .tudor-banner {
    height: 35vh;
  }
  .tudor-banner .desktop {
    display: none;
  }
  .tudor-banner .mobile {
    display: block;
  }
}
.tudor-2025 .tudor-title {
  font-family: "Tudor", sans-serif !important;
  font-size: clamp(1.75rem, 1.5rem + 0.625vw, 2.25rem) !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 70px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tudor-2025 .tudor-title {
    margin-top: 35px;
  }
}
.tudor-subtitle {
  font-family: "Tudor", sans-serif !important;
  font-size: clamp(0.875rem, 0.75rem + 0.3125vw, 1.125rem) !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tudor-subtitle {
    margin-top: 3px;
  }
}
.tudor-red {
  color: #be0100 !important;
}

.tudor-body {
  font-size: clamp(0.875rem, 0.75rem + 0.3125vw, 1.125rem) !important;
  font-weight: 400;
  line-height: 1.6;
  /* letter-spacing: 0.8px; */
  margin-top: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tudor-body {
    margin-top: 20px;
  }
}
.tudor-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  /* letter-spacing: 0.8px; */
  margin-top: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tudor-caption {
    font-size: 12px;
  }
}
.tudor-label {
  font-family: "Tudor", sans-serif !important;
  font-size: 14px !important;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-top: 17px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tudor-label {
    font-size: 12px;
    margin-top: 20px;
  }
}
.tudor-watches__header {
  text-align: center;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.tudor-watches__body {
  display: flex;
  max-width: 1540px;
  margin: 70px auto 0;
  padding: 0 0.625rem;
}

@media screen and (max-width: 767px) {
  .tudor-watches__body {
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 0.9375rem;
  }
}
.tudor-product {
  flex: 1 1 0px;
  text-align: center;
  padding: 0 0.625rem;
}

@media screen and (max-width: 767px) {
  .tudor-product {
    flex: none;
    width: 50%;
    padding: 0 0.3125rem;
    margin-bottom: 20px;
  }
}
.tudor-product__title {
  margin: 0;
  padding: 0 20px;
}

.tudor-product__price {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .tudor-product__price {
    font-size: 14px;
  }
}
.tudor-product__image {
  background-color: #f7f7f7;
  padding-top: 110%;
  position: relative;
}
.tudor-product__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 250px;
}

.tudor-product__image img {
  mix-blend-mode: multiply;
}

.tudor-watches__footer {
  margin-top: 70px;
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tudor-watches__footer {
    margin: 35px 0 50px;
  }
}
.tudor-2025 .tudor-btn {
  display: inline-flex;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  gap: 0.625rem;
  border-radius: 3.125rem;
  padding: 0.625rem 1.5rem;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  /* letter-spacing: .6px; */
  font-size: clamp(0.625rem, 0.5625rem + 0.1563vw, 0.75rem);
  line-height: 1.25;
  color: white;
  background-color: #be0100;
  border: 1px solid #be0100;
  border-radius: 50px;
  padding: 15px 30px;
  transition: color 0.3s ease, background-color 0.3s ease;
  text-decoration: none;
}

.tudor-2025 .tudor-btn.inverse {
  color: #be0100 !important;
  background-color: white !important;
}

.tudor-2025 .tudor-btn:hover {
  color: #be0100 !important;
  background-color: white !important;
}

.tudor-2025 .tudor-btn.inverse:hover {
  color: white !important;
  background-color: #be0100 !important;
}

.tudor-2025 .tudor-btn.inverse:hover svg g {
  fill: white;
}

.tudor-2025 .tudor-btn svg {
  width: 18px;
  height: auto;
}

.tudor-2025 .tudor-btn svg g {
  transition: fill 0.3s ease;
}

.tudor-star {
  flex: 1 1 0px;
  text-align: center;
  padding: 0 0.625rem;
}

@media screen and (max-width: 767px) {
  .tudor-stars {
    padding: 0;
  }
  .tudor-stars.slick-slider .slick-list {
    padding-left: 0.625rem !important;
  }
  .tudor-star {
    padding-left: 0.625rem;
    padding-right: 0;
  }
}
.tudor-star__title {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .tudor-star__title {
    margin-top: 20px;
  }
}
.tudor-star__intro {
  margin-top: 15px;
}

.tudor-stars .slick-arrow {
  top: 30%;
  width: 20px;
  height: 20px;
  border-right: 4px solid #be0100;
  border-bottom: 4px solid #be0100;
  transform: rotate(-45deg);
  font-size: 0;
  border-top: none;
  border-left: none;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.tudor-stars .slick-arrow.slick-prev {
  transform: rotate(135deg);
}

.tudor-stars .slick-arrow::before {
  content: "";
}

.tudor-stars .slick-arrow.slick-disabled {
  visibility: hidden;
}

.tudor-about__body {
  max-width: 1160px;
}

@media (max-width: 1650px) {
  .tudor-watches__body-wrapper {
    padding: 0 50px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .tudor-about__body {
    padding: 0;
  }
  .tudor-about__body.slick-slider .slick-list {
    padding-left: 0.625rem !important;
  }
  .tudor-watches__body-wrapper {
    padding: 0;
    overflow-x: hidden;
  }
}

/*# sourceMappingURL=tudor-2025.css.map */
