/* 
    Theme Name: Vieux Store ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Luxury Watches & Accessories
    Author: Designslegend
    Author URI: http://designslegend.com/
    Version: 2.11
*/

.vs-loader {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(10, 10, 10);
  transition:
    opacity 0.6s,
    visibility 0.6s;
}

.vs-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vs-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.vs-loader__svg {
  width: 120px;
  height: 120px;
  color: rgba(255, 255, 255, 0.2);
}

.vs-loader__watch {
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 4px 12px);
}

.vs-loader__hand--sec {
  transform-origin: 60px 60px;
  animation: 2s linear 0s infinite normal none running vs-loader-sec;
}

.vs-loader__cap {
  animation: 1.5s ease-in-out 0s infinite normal none running vs-loader-pulse;
}

@keyframes vs-loader-sec {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes vs-loader-pulse {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.85;
  }
}

.vs-loader__text {
  font-family: "Ibarra Real Nova", serif;
  font-size: 18px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0px;
}

.vs-loader__text span {
  color: rgb(213, 166, 66);
}

.vs-loader__bar {
  width: 160px;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.vs-loader__bar-fill {
  display: block;
  height: 100%;
  width: 40%;
  background: linear-gradient(90deg, rgb(213, 166, 66), rgb(240, 208, 120));
  border-radius: 2px;
  animation: 1.4s ease-in-out 0s infinite normal none running vs-loader-bar;
}

@keyframes vs-loader-bar {
  0% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(250%);
  }

  100% {
    transform: translateX(-100%);
  }
}

body {
  font-family: Manrope, sans-serif;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
}

.vs-header {
  position: fixed;
  inset-inline: 0px;
  top: 0px;
  z-index: 100;
  padding: 18px 30px;
  background: rgba(0, 0, 0, 0.65);
}

.vs-header__inner {
  max-width: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vs-logo img {
  width: 230px;
}

.vs-header__icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.vs-header__icon sup {
  position: absolute;
  top: 0;
  right: 0;
}

.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.vs-header__icon--menu {
  flex-direction: column;
  gap: 5px;
}

.vs-header__icon--menu span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: rgb(255, 255, 255);
}

.vs-header__cart-bag {
  width: 14px;
  height: 18px;
  border-radius: 3px;
  border: 1.5px solid rgb(255, 255, 255);
  position: relative;
}

.vs-header__cart-bag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  width: 8px;
  height: 5px;
  border-radius: 10px 10px 0px 0px;
  border-top: 1.5px solid rgb(255, 255, 255);
  border-right: 1.5px solid rgb(255, 255, 255);
  border-left: 1.5px solid rgb(255, 255, 255);
  border-image: initial;
  border-bottom: none;
}

.vs-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 0px;
}

.vs-hero__social {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 10;
}

.vs-hero__social a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgb(213, 166, 66);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(213, 166, 66);
  background: rgba(0, 0, 0, 0.6);
}

.vs-hero__pagination {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 10;
}

.vs-hero__pagination-item {
  background: none;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 30px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0px;
  font-family: "Ibarra Real Nova", serif;
}

.vs-hero__pagination-item.is-active {
  color: rgb(213, 166, 66);
}

.vs-hero__content {
  max-width: 100%;
  margin: 0px auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-slider {
  width: 100%;
  height: 100%;
}

.vs-hero__slide {
  position: relative;
  height: 100%;
}

.vs-hero__overlay {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.vs-hero__text {
  text-align: center;
  margin-bottom: 40px;
  position: absolute;
  top: 11%;
  z-index: 2;
  width: 80%;
}

.vs-hero__eyebrow {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgb(224, 224, 224);
  margin-bottom: 14px;
}

.vs-hero__title {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 63px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.5;
}

.vs-hero__title span {
  font-style: italic;
  letter-spacing: 0.12em;
}

.vs-hero__watch {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0px;
}

.vs-hero__slide .vs-hero__watch {
  background-image: url("assets/images/banner-1.jpg");
}

.vs-hero__slide--alt1 .vs-hero__watch {
  background-image: url("assets/images/banner-2.jpg");
}

.vs-hero__slide--alt2 .vs-hero__watch {
  background-image: url("assets/images/banner-3.jpg");
}

.vs-hero__bottom {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vs-hero__description {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(225, 225, 225);
  width: 60%;
}

.vs-hero__cta {
  border: none;
  border-radius: 999px;
  padding: 14px 40px;
  background: rgb(213, 166, 66);
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 900px) {
  .vs-header {
    padding-inline: 18px;
  }

  .vs-hero__social {
    left: 12px;
  }

  .vs-hero__pagination {
    right: 18px;
  }

  .vs-hero__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .vs-hero__title {
    font-size: 30px !important;
  }

  .vs-hero__bottom {
    bottom: 36px;
  }
}

.vs-sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0.4s,
    opacity 0.4s;
  overflow: auto;
  display: block !important;
}

.vs-sidebar.is-open {
  visibility: visible;
  opacity: 1;
}

.vs-sidebar__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.85;
}

.vs-sidebar__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  background:
    radial-gradient(
        circle at 20% 30%,
        rgba(255, 255, 255, 0.03) 0%,
        transparent 50%
      )
      0% 0% / 100% 100%,
    radial-gradient(
        circle at 80% 70%,
        rgba(255, 255, 255, 0.03) 0%,
        transparent 50%
      )
      rgb(0, 0, 0);
  overflow: auto;
}

.vs-sidebar__content::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.03) 2px,
    rgba(255, 255, 255, 0.03) 4px
  );
  opacity: 0.3;
  pointer-events: none;
}

.vs-sidebar__close {
  position: absolute;
  top: 24px;
  left: 36px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.2s;
}

.vs-sidebar__close:hover {
  transform: scale(1.1);
}

.vs-sidebar__main-nav {
  display: flex;
  gap: 110px;
  padding: 70px 0px 0px 120px;
  z-index: 10;
}

.vs-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vs-sidebar__link {
  font-family: "Ibarra Real Nova", serif;
  font-size: 42px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.3s;
  position: relative;
}

.vs-sidebar__link:hover {
  color: rgb(213, 166, 66);
}

.vs-sidebar__link--active {
  color: rgb(213, 166, 66);
}

.vs-sidebar__sub-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 8px;
}

.vs-sidebar__sub-link {
  font-family: "Ibarra Real Nova", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.3s;
}

.vs-sidebar__sub-link:hover {
  color: rgb(213, 166, 66);
}

.vs-sidebar__watch {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 60px;
  z-index: 10;
}

.vs-sidebar__watch-image {
  max-width: 400px;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(1.05);
}

.vs-sidebar__content {
  transform: translateX(-100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.vs-sidebar.is-open .vs-sidebar__content {
  transform: translateX(0px);
}

body.sidebar-open {
  overflow: hidden;
}

.watch-style .sec-title {
  text-align: center;
  margin-bottom: 60px;
}

.watch-style video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-products {
  background: rgb(0, 0, 0);
  padding: 50px 0px 60px;
}

.sec-products .sec-title,
.sec-products__title {
  text-align: center;
  margin-bottom: 48px;
}

.sec-products__title h3 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.sec-products__title h1 {
  color: rgb(255, 255, 255);
}

.sec-products__title h1 span {
  font-style: italic;
  text-transform: none;
}

.sec-products__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.sec-products__filters ul {
  display: flex;
  gap: 20px;
}

.sec-products__filter-btn {
  padding: 15px 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.25s,
    border-color 0.25s,
    color 0.25s;
}

.sec-products__filter-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}

.sec-products__filters ul li.active .sec-products__filter-btn {
  background: linear-gradient(135deg, rgb(213, 166, 66), rgb(196, 148, 42));
  border-color: rgb(213, 166, 66);
  color: rgb(255, 255, 255);
}

.sec-products__grid {
  margin-top: 0px;
}

.product-card-vs {
  background: rgb(21, 21, 21);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.product-card-vs:hover {
  border-color: rgba(213, 166, 66, 0.25);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 40px;
}

.product-card-vs__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.product-card-vs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-vs__name {
  font-size: 22px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0px 0px 8px;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-card-vs__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.product-card-vs__stars {
  color: rgb(213, 166, 66);
  font-size: 16px;
  letter-spacing: 2px;
}

.product-card-vs__count {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.product-card-vs__price {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0px 0px 14px;
}

.product-card-vs__price span {
  color: #fff !important;
}

.product-card-vs__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin: 0px 0px 20px;
}

.product-card-vs__colors {
  margin-bottom: 20px;
  width: 100%;
}

.product-card-vs__color-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.product-card-vs__color-options {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.product-card-vs__color-opt {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  cursor: pointer;
  transition:
    border-color 0.25s,
    background 0.25s,
    color 0.25s;
}

.product-card-vs__color-opt:hover {
  border-color: rgba(213, 166, 66, 0.5);
  color: rgb(255, 255, 255);
}

.product-card-vs__color-opt.is-active {
  border-color: rgb(213, 166, 66);
  background: rgba(213, 166, 66, 0.12);
  color: rgb(255, 255, 255);
}

.product-card-vs__color-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}

.product-card-vs__color-swatch--green {
  background: linear-gradient(135deg, rgb(5, 150, 105), rgb(16, 185, 129));
}

.product-card-vs__color-swatch--blue {
  background: linear-gradient(135deg, rgb(14, 165, 233), rgb(56, 189, 248));
}

.product-card-vs__btn {
  width: 100%;
  max-width: 240px;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(135deg, rgb(213, 166, 66), rgb(196, 148, 42));
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.product-card-vs__btn:hover {
  transform: translateY(-2px);
  box-shadow: rgba(213, 166, 66, 0.35) 0px 8px 24px;
}

.sec-video {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.sec-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: rgb(213, 166, 66);
  border: none;
  border-radius: 100%;
}

.sec-video .video-btn i {
  color: rgb(0, 0, 0);
  font-size: 60px;
}

.text-slider {
  padding: 20px 0px 10px;
  background-color: rgb(25, 25, 25);
}

.text-slider .text h1 {
  font-size: 37px;
  margin: 0px;
  line-height: 50px;
  color: rgb(154, 154, 154);
  font-weight: 800;
  text-transform: capitalize;
}

.text-slider .text {
  text-align: center;
  display: flex;
  justify-content: center;
}

.about-sec {
  background-color: #fff;
  color: #000;
}

.about-sec .container-fluid {
  padding: 0px 30px;
}

.about-sec .about-content {
  background-color: rgb(237 237 237);
  padding: 30px;
}

.about-sec .about-content .row {
  margin-top: 30px;
}

.about-sec .about-content .product-card-vs {
  background: rgb(47, 47, 47);
}

.about-sec .about-content .product-card-vs h2 {
  font-size: 18px;
}

.about-sec .image {
  width: 100%;
  height: 100%;
}

.about-sec .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About page: section below fixed header */
.about-sec--first {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .about-sec--first {
    padding-top: 110px !important;
  }
}

@media (max-width: 500px) {
  .about-sec--first {
    padding-top: 110px !important;
  }
}

/* Shop page: section below fixed header */
.sec-products--first {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .sec-products--first {
    padding-top: 110px !important;
  }
}

@media (max-width: 500px) {
  .sec-products--first {
    padding-top: 110px !important;
  }
}

/* Blog page */
.blog-sec--first {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .blog-sec--first {
    padding-top: 110px !important;
  }
}

@media (max-width: 500px) {
  .blog-sec--first {
    padding-top: 110px !important;
  }
}

.blog-sec .sec-title {
  text-align: center;
}

.blog-sec .container-fluid {
  padding: 0 30px;
}

.blog-cards {
  margin-top: 20px;
}

.blog-card {
  background: rgb(21, 21, 21);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.blog-card:hover {
  border-color: rgba(213, 166, 66, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.blog-card__img-wrap {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__title {
  font-size: 20px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: 0 0 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.blog-card__desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.55;
  margin: 0 0 20px;
  flex: 1;
}

.blog-card__btn {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(135deg, rgb(213, 166, 66), rgb(196, 148, 42));
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.25s,
    transform 0.2s;
  align-self: center;
}

.blog-card__btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  color: rgb(0, 0, 0);
}

.about-sec--first .row {
  align-items: stretch;
}

.about-sec .image--large {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-sec .image--large img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}

.latest-product {
  position: relative;
  padding: 0px;
  height: 100vh;
}

.latest-product .icon {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.latest-product .icon .side-img1 {
  position: absolute;
  top: 0%;
  left: 70px;
  width: 350px;
}

.latest-product .icon .side-img2 {
  position: absolute;
  bottom: 0%;
  right: 70px;
  width: 350px;
}

.latest-product .bg-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.latest-product .bg-image .bg-image-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: auto;
  object-fit: cover;
}

.latest-product .bg-text .sec-title {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.latest-product .bg-text .bottom-area {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.latest-product .bg-text .bottom-area p {
  margin-top: 20px;
}

.watch-slider-wrapper {
  background: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 0px;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: -40px;
}

.watch-slider {
  width: 100%;
  text-align: center;
}

.watch-slider h3 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 0px;
}

.custom-prev,
.custom-next {
  background: transparent;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 24px;
  cursor: pointer;
}

.sec-collection {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.sec-collection .container-fluid {
  padding: 0px 40px;
}

.sec-collection .row {
  align-items: end;
}

.sec-collection .sec-title {
  text-align: center;
  margin-bottom: 60px;
}

.sec-collection .image {
  position: relative;
}

.sec-collection .image img {
  width: 100%;
}

.sec-collection .image .side-img {
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 220px;
  border: 1px solid rgb(47, 47, 47);
}

.sec-collection .collection-content {
  height: 100%;
  width: 85%;
  padding-left: 30px;
}

.sec-collection .collection-content h3 {
  font-size: 18px;
  color: rgb(0, 0, 0);
}

.sec-collection .collection-content h1 {
  font-size: 70px;
}

.sec-testimonials .container-fluid {
  padding: 0px 30px;
}

.sec-testimonials .sec-title {
  text-align: center;
  margin-bottom: 70px;
}

.sec-testimonials .sec-title h1 {
  font-size: 80px;
}

.sec-testimonials .testimonials-item {
  display: flex;
}

.sec-testimonials .testimonials-item .image {
  flex: 0 0 40%;
}

.sec-testimonials .testimonials-item .image img {
  width: 100%;
}

.sec-testimonials .testimonials-item .content {
  flex: 0 0 60%;
  padding: 30px;
  background: rgb(18, 18, 18);
}

.sec-testimonials .testimonials-item .content h3 {
  font-size: 40px;
  margin: 0px;
}

.sec-testimonials .testimonials-item .content .text {
  margin-top: 30px;
}

.sec-testimonials .slick-dots li button {
  color: rgb(255, 255, 255);
}

.sec-testimonials .slick-dots li button::before {
  color: rgb(255, 255, 255);
}

.sec-testimonials .slick-dots li {
  margin: 0px;
}

.sec-testimonials .slick-dots {
  bottom: -40px;
}

.brand-sec {
  padding-top: 0px;
}

.big-watch {
  padding: 0px;
  position: relative;
}

.big-watch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-watch .text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.big-watch .text h1 {
  font-size: 140px;
  width: 100%;
}

.big-watch .text h1 span {
  color: rgb(213, 166, 66);
}

.newsletter-section {
  background: rgb(197, 161, 74);
  padding: 25px 0px;
}

.newsletter-left h4 {
  margin: 0px;
  font-size: 32px;
  font-family: serif;
}

.newsletter-right form {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.newsletter-right input {
  border: none;
  background: transparent;
  width: 70%;
  outline: none;
  padding-bottom: 10px;
  color: rgb(0, 0, 0);
}

.newsletter-right input::placeholder {
  color: rgb(0, 0, 0);
}

.newsletter-right button {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 2px;
}

.main-footer {
  background: rgb(0, 0, 0);
  color: rgb(197, 161, 74);
  padding: 60px 0px 20px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  width: 320px;
}

.footer-links h5 {
  font-size: 23px;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0px;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 13px;
}

.footer-bottom {
  margin-top: 40px;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.footer-bottom a {
  color: rgb(153, 153, 153);
  text-decoration: none;
}

@media only screen and (max-width: 1450px) {
  .vs-hero__title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 500px) {
  body {
    overflow-x: hidden;
  }

  .vs-sidebar__main-nav {
    padding: 70px 20px 20px 70px;
    gap: 30px;
  }

  .vs-sidebar__nav {
    gap: 10px;
  }

  .vs-sidebar__link {
    font-size: 18px;
  }

  .vs-sidebar__watch {
    display: none;
  }

  .sec-title h1 {
    font-size: 24px !important;
  }

  .sec-title h3 {
    font-size: 14px;
  }

  .watch-style .sec-title {
    margin-bottom: 20px;
  }

  section {
    padding: 30px 0 !important;
  }

  .sec-products__filters ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-bottom: 20px;
  }

  .sec-products__filters ul li {
    flex: 0 0 58%;
    text-align: center;
  }

  .sec-products__filters ul li a {
    width: 100%;
    display: block;
  }

  .sec-video {
    padding: 0 !important;
  }

  .about-sec .about-content .row {
    gap: 20px;
  }

  .latest-product {
    padding: 0 !important;
  }

  .latest-product .bg-image .bg-image-icon {
    top: 34%;
  }

  .latest-product .bg-text .sec-title {
    width: 90%;
    top: 120px;
  }

  .latest-product .bg-text .bottom-area {
    width: 90%;
  }

  .sec-collection .sec-title {
    margin-bottom: 0;
  }

  .sec-collection .row {
    gap: 40px;
  }

  .sec-collection .collection-content h1 {
    font-size: 40px;
  }

  .sec-collection .collection-content {
    width: 100%;
  }

  .watch-slider-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: -60px;
    gap: 0px;
    width: 100%;
    display: none;
  }

  .sec-collection .collection-content h3 {
    font-size: 14px;
  }

  .watch-slider .slick-list {
    width: 100%;
  }

  .sec-testimonials .testimonials-item {
    flex-direction: column;
  }

  .big-watch .text h1 {
    font-size: 40px !important;
  }

  .footer-bottom {
    text-align: center;
  }

  .about-sec .container-fluid {
    padding: 0 10px;
  }

  .footer-bottom .col-lg-6.text-end {
    text-align: center !important;
  }

  .vs-hero__slide .vs-hero__watch {
    background-image: url("assets/images/mobile-banner-1.png ") !important;
  }

  .vs-hero__slide--alt1 .vs-hero__watch {
    background-image: url("assets/images/mobile-banner-2.png") !important;
  }

  .vs-hero__slide--alt2 .vs-hero__watch {
    background-image: url("assets/images/mobile-banner-3.png") !important;
  }

  .vs-hero__description {
    width: 80%;
  }
}

@media only screen and (max-width: 400px) {
  .vs-logo img {
    width: 180px;
  }

  .sec-products__filters ul li {
    flex: 0 0 68%;
  }

  .sec-collection .image .side-img {
    width: 130px;
  }
}

/* ===== Contact Page & Form (Vieux Store ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Black theme) ===== */
.contact-sec {
  background-color: #0d0d0d;
  color: rgba(255, 255, 255, 0.9);
}

.contact-sec .sec-title {
  text-align: center;
  margin-bottom: 50px;
}

.contact-sec .sec-title h3 {
  color: rgb(213, 166, 66);
}

.contact-sec .sec-title h1 {
  color: #fff;
}

.contact-form-wrap {
  background-color: rgb(21, 21, 21);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px;
  max-width: 100%;
}

.vs-contact-form .vs-form-group {
  margin-bottom: 24px;
}

.vs-contact-form label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vs-contact-form .required {
  color: #e57373;
}

.contact-sec .vs-form-control {
  width: 100%;
  padding: 14px 18px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: #fff;
  background: rgb(18, 18, 18);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.contact-sec .vs-form-control:focus {
  outline: none;
  border-color: rgb(213, 166, 66);
  box-shadow: 0 0 0 2px rgba(213, 166, 66, 0.25);
}

.contact-sec .vs-form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-sec .vs-form-control--textarea {
  min-height: 120px;
  resize: vertical;
}

.vs-form-actions {
  margin-top: 28px;
  text-align: center;
}

.vs-btn {
  display: inline-block;
  padding: 14px 36px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.15s;
}

.contact-sec .vs-btn--gold {
  background: linear-gradient(135deg, rgb(213, 166, 66), rgb(240, 208, 120));
  color: #0d0d0d;
  border: 1px solid rgba(213, 166, 66, 0.5);
}

.contact-sec .vs-btn--gold:hover {
  background: linear-gradient(135deg, rgb(196, 148, 42), rgb(224, 192, 104));
  color: #0d0d0d;
  transform: translateY(-1px);
}

@media only screen and (max-width: 768px) {
  .contact-form-wrap {
    padding: 24px 20px;
  }

  .contact-sec .sec-title {
    margin-bottom: 30px;
  }
}

/* WOOCOMMERCE */
#prod-container {
  display: flex;
  padding: 50px 1%;
  gap: 30px;
}

@media only screen and (max-width: 500px) {
  #prod-container {
    padding-top: 0px;
    gap: 30px;
    flex-direction: column;
  }

  .wc-block-components-title.wc-block-components-title {
    font-size: 20px !important;
  }
}

.related.products,
#sidebar,
.tabs.wc-tabs,
.woocommerce-Tabs-panel h2:nth-child(1),
.woocommerce-breadcrumb {
  display: none;
}

#prod-container .woocommerce-product-gallery,
#prod-container .summary {
  flex: 0 0 50%;
}

#prod-container .woocommerce-product-gallery__image a {
  width: 100%;
}

#prod-container .woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#prod-container .entry-summary {
  margin: auto;
}

#prod-container h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

#prod-container .price {
  color: #3a3a3a !important;
  font-weight: 600;
  font-size: 20px;
  display: block;
}

#prod-container .cart {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  align-items: center;
}

#prod-container .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  margin-top: 0px;
  flex-wrap: wrap;
}

#yith-wapo-container {
  flex: 0 0 100%;
  margin-bottom: 20px;
}

#prod-container .single_add_to_cart_button {
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  margin-left: 6px;
  background-color: #d5a642;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 10px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  border: 1px solid #e8e8e8;
}

#prod-container .product_meta {
  margin-top: 20px;
}

#prod-container [class~="quantity"] {
  margin-right: 0;
  margin-left: 0px;
}

#prod-container .qty {
  width: 120px !important;
  height: 100% !important;
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0;
  text-align: center !important;
  margin-right: 8px;
  border: 1px solid #00000017;
  border-radius: 12px;
}

.wc-block-components-notice-banner {
  line-height: 2;
  padding: 6px 16px !important;
}

.woocommerce-cart-form__cart-item img {
  width: 65px;
  height: 65px;
}

.woocommerce-cart-form {
  padding: 60px 0 0 0;
}

.woocommerce-cart-form .product-name a {
  color: #000;
  font-weight: 600;
}

.cart-collaterals {
  margin-bottom: 60px;
}

.woocommerce-cart-form input {
  height: 42px;
}

.coupon {
  display: flex;
}

.coupon input {
  width: 150px !important;
  margin-right: 12px;
}

.coupon input[type="email"],
.coupon input[type="text"] {
  padding: 25px 12px 25px !important;
}

@media only screen and (min-width: 1500px) {
  .woo .container {
    max-width: 1400px;
  }
}

.wc-block-components-product-name {
  font-family: "Belleza", sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  color: #000 !important;
}

.wc-block-components-product-details:nth-child(1)
  .wc-block-components-product-details__quantity {
  display: none;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 6px 0 16px 16px !important;
  vertical-align: middle !important;
}

.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  margin-top: 10px;
  margin-left: 4px;
  background-color: #d5a642;
  /* box-shadow: 0px 3px 22px 3px #a1c3b4; */
  font-size: 16px;
  padding: 14px 38px;
  position: relative;
  border-radius: 8px;
  text-transform: capitalize;
  border: none;
  font-weight: 600;
  text-decoration: none;
}

.is-large.wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart-items__header-image {
  text-align: left !important;
  font-size: 16px !important;
  color: #000 !important;
}

.description-div {
  border-top: 1px solid #dbdbdb;
  padding: 50px 0;
}

.woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #000;
  margin: 0;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector {
  margin-bottom: 4px !important;
}

.woo {
  padding-top: 50px;
}

.product_meta {
  display: none;
}

.quantity {
  position: relative;
}

.quantity button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #000;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

button.plus {
  position: absolute;
  right: 15px;
  top: 14px;
}

button.minus {
  position: absolute;
  left: 8px;
  top: 14px;
}

.woocommerce-product-gallery ol.flex-control-nav {
  display: flex;
  width: 97%;
  overflow-x: auto;
  max-width: 620px;
  margin-top: 20px;
  gap: 6px;
  list-style: none;
}

.woocommerce-product-gallery ol.flex-control-nav li {
  flex: 0 0 20%;
  margin-bottom: 6px;
}

.woocommerce-product-gallery ol.flex-control-nav li img {
  width: 100%;
  border: 1px solid #936b34;
  object-fit: cover;
  border-radius: 6px;
  height: auto;
}

.woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
  border: 3px solid #946b35;
}

.variations_form.cart {
  display: block !important;
}

.woo a {
  color: #000;
}

.woo-variation-items-wrapper .variable-items-wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

table.variations {
  width: 100%;
}

table.variations .nice-select {
  display: none !important;
}

table.variations tbody tr {
  display: flex;
  flex-direction: column;
}

table.variations tbody tr .label label {
  font-weight: bold;
}

table.variations tbody tr ul {
  padding: 0;
  margin-top: 0px;
}

.variable-items-wrapper li {
  display: inline-block;
  width: 30%;
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 11px 4px 15px;
  border-radius: 30px;
  text-align: center;
  background-color: #eceef1;
  font-weight: 500;
}

.variable-items-wrapper li.selected {
  background: #d5a642;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

.reset_variations {
  color: #000;
}

.variable-items-wrapper li .variable-item-span {
  width: 100%;
  font-size: 12px;
}

th.label {
  width: 100%;
  display: block;
}

.value.woo-variation-items-wrapper,
table.variations .label {
  display: block;
  padding-left: 0;
}

table.variations .label {
  vertical-align: baseline;
  margin-bottom: 10px;
}

th.label {
  width: 100%;
  display: block;
}

.product-content .box-title a {
  font-size: 20px;
  color: #000;
  height: 60px;
}

.product_meta {
  display: none;
}

#prod-container p {
  margin: 0 0 2px 0;
  padding-top: 7px;
  color: #000;
}

td,
th {
  padding: 2px 12px;
}

.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-quantity-selector__input {
  height: 34px;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__wrap
  > *,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-quantity-selector {
  margin-bottom: 3px;
}

.prodprice p {
  display: inline;
  margin-right: 4px;
}

.wc-block-components-product-details.wc-block-components-product-details li {
  display: inline-block;
  margin-right: 10px;
  background-color: #8a59c6;
  color: #fff;
  padding: 0 14px;
  margin-bottom: 7px;
  border-radius: 5px;
  font-size: 11px;
}

.wc-block-components-checkout-step__description {
  font-size: initial !important;
  color: #000;
}

.wc-block-components-title.wc-block-components-title {
  line-height: normal;
  font-size: 39px !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  height: fit-content !important;
  padding: 1.1rem 2rem !important;
  font-size: 1rem !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  left: 1.9625em !important;
  top: 2.062em !important;
  font-size: 12px !important;
}

.wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-components-text-input.is-active label {
  transform: translateY(-20px) scale(0.75) !important;
  font-size: 13px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  padding: 1.2rem 2rem !important;
  font-size: 1rem !important;
  height: fit-content !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  height: fit-content !important;
}

.wc-block-components-address-form__address_2-toggle {
  font-size: 20px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  font-size: 20px !important;
}

.wc-block-components-checkbox label {
  align-items: center !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator span {
  font-size: 18px;
}

.is-large.wc-block-cart .wc-block-cart-items th span {
  font-size: 18px;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin-top: 0;
  padding-top: 0;
  font-size: 17px;
}

.wc-block-components-totals-item span {
  font-size: 17px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-wrapper {
  cursor: initial !important;
}

#search-suggestions {
  display: none;
}

.search-suggestions-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 1000;
  overflow: hidden;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
  transition: all 0.2s ease-in-out;
  font-family: "Inter", sans-serif;
}

.suggestion-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease-in-out;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  gap: 12px;
}

.suggestion-thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  background-color: #f8f8f8;
}

.suggestion-info {
  flex: 1;
  overflow: hidden;
}

.suggestion-title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.suggestion-item:hover {
  background-color: #f9f9f9;
}

.suggestion-item a:hover .suggestion-title {
  color: #0073aa;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 2em !important;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  background: #000;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  width: fit-content;
}

.edit-post-visual-editor
  .editor-block-list__block
  .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  color: #000 !important;
  height: 43px;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  height: 300px !important;
  max-width: 300px !important;
  width: 300px !important;
}

.woocommerce-message a {
  color: #000;
}

.woocommerce-message a:hover {
  color: #000;
}

.woocommerce-message {
  margin-bottom: 0;
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.wp-block-woocommerce-empty-cart-block .wp-block-heading {
  display: none;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
  display: none;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  display: block;
}

.wc-block-components-order-summary
  .wc-block-components-order-summary-item__description
  .wc-block-components-product-metadata,
.wc-block-components-order-summary
  .wc-block-components-order-summary-item__description
  p {
  color: #000;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-formatted-money-amount {
  color: #000;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  color: #000;
}

.salad-shop {
  background-color: #fff;
}

.woo {
  background-color: #fff;
  color: #000;
  padding-top: 140px;
}

@media only screen and (max-width: 1440px) {
	.big-watch .text h1 {
		font-size: 100px;
	}
}

@media only screen and (max-width: 1370px) {
	.latest-product .bg-image .bg-image-icon {
		width: 520px;
	}
	.latest-product .bg-text .sec-title {
        top: 110px;
    }
    .latest-product .bg-image .bg-image-icon {
        top: 22%;
    }
}

.footer-logo p {
	color: #fff;
	margin-top: 20px;
}

.social-media {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	gap: 10px;
}


/* Watch Blog Details Section */

.watch-blog-details-sec{
    padding: 120px 0;
    background: #f8f6f2;
    overflow: hidden;
}

.watch-blog-details{
    background: #ffffff;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

.watch-blog-details__image{
    overflow: hidden;
    border-radius: 24px;
    margin-bottom: 35px;
}

.watch-blog-details__image img{
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.watch-blog-details__meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
    margin-bottom: 25px;
}

.watch-blog-details__meta span{
    font-size: 14px;
    font-weight: 500;
    color: #7c7c7c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.watch-blog-details__meta span i{
    color: #c8a46d;
    margin-right: 8px;
}

.watch-blog-details__title{
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    color: #111111;
    margin-bottom: 35px;
}

.watch-blog-details__content{
    color: #555555;
    font-size: 17px;
    line-height: 1.9;
}

.watch-blog-details__content p{
    margin-bottom: 28px;
}

.watch-blog-details__content h2,
.watch-blog-details__content h3,
.watch-blog-details__content h4{
    color: #111111;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.watch-blog-details__content img{
    width: 100%;
    border-radius: 24px;
    margin: 35px 0;
}

.watch-blog-details__content ul{
    padding-left: 20px;
    margin-bottom: 30px;
}

.watch-blog-details__content ul li{
    margin-bottom: 12px;
    list-style: disc;
}

.watch-blog-sidebar{
    position: sticky;
    top: 120px;
}

.watch-sidebar-widget{
    background: #ffffff;
    border-radius: 30px;
    padding: 35px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

.watch-sidebar-widget__title{
    margin-bottom: 30px;
}

.watch-sidebar-widget__title h3{
    font-size: 30px;
    color: #111111;
    margin: 0;
    font-weight: 700;
}

.watch-recent-post{
    display: flex;
    gap: 18px;
    margin-bottom: 25px;
    align-items: center;
}

.watch-recent-post:last-child{
    margin-bottom: 0;
}

.watch-recent-post__img{
    flex: 0 0 100px;
}

.watch-recent-post__img img{
    width: 100px;
    height: 100px;
    border-radius: 18px;
    object-fit: cover;
}

.watch-recent-post__content span{
    display: inline-block;
    font-size: 13px;
    color: #9a9a9a;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.watch-recent-post__content h4{
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.watch-recent-post__content h4 a{
    color: #111111;
    text-decoration: none;
    transition: all 0.3s ease;
}

.watch-recent-post__content h4 a:hover{
    color: #c8a46d;
}

@media (max-width: 1399px){

    .watch-blog-details__title{
        font-size: 48px;
    }
}

@media (max-width: 991px){

    .watch-blog-details{
        padding: 30px;
    }

    .watch-blog-details__title{
        font-size: 40px;
    }

    .watch-blog-details__image img{
        height: 450px;
    }

    .watch-blog-sidebar{
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px){

    .watch-blog-details-sec{
        padding: 80px 0;
    }

    .watch-blog-details{
        padding: 20px;
        border-radius: 20px;
    }

    .watch-blog-details__title{
        font-size: 30px;
    }

    .watch-blog-details__image img{
        height: 300px;
    }

    .watch-sidebar-widget{
        padding: 25px;
        border-radius: 20px;
    }

    .watch-recent-post{
        gap: 15px;
    }

    .watch-recent-post__img{
        flex: 0 0 80px;
    }

    .watch-recent-post__img img{
        width: 80px;
        height: 80px;
    }
}

/* Breadcrumb Section Start */

.breadcrumb-section {
    position: relative;
    padding: 170px 0 110px;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
    z-index: 1;
}

.breadcrumb-wrapper {
    position: relative;
    z-index: 2;
}

.breadcrumb-content {
    text-align: center;
}

.breadcrumb-subtitle {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #dfc37e;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    backdrop-filter: blur(8px);
}

.breadcrumb-content h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 25px;
}

.breadcrumb-list {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    margin: 0;
    list-style: none;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.breadcrumb-list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-list li a {
    color: #ffffff;
    transition: all 0.3s ease;
}

.breadcrumb-list li a:hover {
    color: #38bdf8;
}

.breadcrumb-list li:not(:last-child)::after {
    content: "/";
    position: relative;
    left: 8px;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.shape-1 {
    width: 280px;
    height: 280px;
    top: -80px;
    left: -60px;
    background: #dfc37e;
}

.shape-2 {
    width: 320px;
    height: 320px;
    bottom: -120px;
    right: -100px;
    background: rgb(223 195 126);
}

/* Responsive */

@media (max-width: 991px) {
    .breadcrumb-section {
        padding: 140px 0 90px;
    }

    .breadcrumb-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-section {
        padding: 120px 0 80px;
    }

    .breadcrumb-content h1 {
        font-size: 38px;
    }

    .breadcrumb-list {
        padding: 12px 20px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .breadcrumb-list li {
        font-size: 14px;
    }
}

/* Breadcrumb Section End */

.wp-block-image img {
	width: 300px;
}