@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&family=Monsieur+La+Doulaise&display=swap');
.wqs-wishlist-btn{
display: none;
}
.post-type-archive-watch .main {
    padding: 0px;
}
.watch-price {
    font-size: 16px;
    margin: 10px 0;
    color: #e9c070;
}
.archive-title {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}
.archive-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 45px;
    height: 2px;
    background: linear-gradient(
        90deg,
        #8d6b2f 0%,
        #d4b26a 50%,
        #8d6b2f 100%
    );
}
.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.home .container{
    max-width: 100%;
    padding: 0;
}
.home .main{
    padding: 0;
}
.home .seo-content-premium {
    max-width: 100%;
	padding:0;
}
.home .seo-content-premium h1
 {
	 border:none;
	 margin:0;
}
.w-100,.w-100 img{
	width:100%;
}
.grid.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.archive-watch-container{
  padding: 62px;
}
@media (max-width: 1200px) {
    .home .seo-content-premium .wp-block-column{
        padding:20px!important;
    }
    .grid.cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .archive-watch-container{
  padding: 48px;
}
}

@media (max-width: 900px) {
     .home .seo-content-premium .wp-block-column{
        padding:20px!important;
    }
    .grid.cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .archive-watch-container {
        padding: 40px;
    }
}

@media (max-width: 640px) {
     .home .seo-content-premium .wp-block-column{
        padding:20px!important;
    }
    .grid.cards-grid {
        grid-template-columns: 1fr;
    }

    .archive-watch-container {
        padding: 24px;
    }
}


.card1{
    border:1px solid #0c0f14;
    position: relative;
    font-family: Inter, sans-serif; 
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
.card1 .card-link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 14px;
}
.card1 .card-thumb {
    overflow: hidden;
}
.card1 .card-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.card1 a:hover{
    text-decoration: none;
}
.card-separator {
    height: 1px;
    margin: 12px 0 8px;
    background: rgba(255,255,255,0.1);
}
.card-price {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    line-height: 1;
    padding: 0px 15px 5px 15px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    font-family: inter, sans-serif !important;
    min-height: 30px;
}
.card-price--empty {
    visibility: hidden;
}
.wqs-product-card {
    background: #1a1a2e;
    border-radius: 12px;
	    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.filters select{
    padding: 18px 24px;
        width: 100%;
    height: 54px;
    padding: 0 50px 0 16px; /* extra right padding for arrow */
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    background: #151b2e;

    color: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;

    /* Remove default browser arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Custom arrow */
  
 background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><path d='M2 4 L6 8 L10 4' stroke='white' stroke-width='2' fill='none' stroke-linecap='round'/></svg>"),
        linear-gradient(90deg,rgba(21, 27, 46, 1) 0%, rgba(11, 14, 21, 1) 100%);

    background-repeat: no-repeat, no-repeat;
    background-position: right 15px center, center;
    background-size: 12px, 100% 100%;
    margin-top: 10px;

}
/* Focus state */
.filters select:focus {
    border-color: #3b82f6;
}

/* Dropdown items */
.filters select option {
    background: #0b1220; /* dark background */
    color: #fff;         /* white text */
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
    align-items: flex-end;
    justify-content: space-between;
}

.filters-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.filters-group .filter {
    display: flex;
    flex-direction: column;
    width: auto;
}

.filters-group .filter label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sort-filter {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
}

.sort-filter label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .filters {
        flex-direction: column;
    }

    .filters-group {
        flex-direction: column;
        min-width: 100%;
    }

    .filters-group .filter {
        min-width: 100%;
    }

    .sort-filter {
        min-width: 100%;
    }

    .filters select {
        font-size: 14px;
        height: 48px;
        padding: 0 40px 0 14px;
    }
}

@media (max-width: 640px) {
    .filters {
        gap: 12px;
        margin-bottom: 24px;
        flex-direction: column;
    }

    .filters-group {
        flex-direction: column;
        min-width: 100%;
    }

    .filters-group .filter {
        min-width: 100%;
    }

    .sort-filter {
        min-width: 100%;
    }

    .filters select {
        font-size: 16px;
        height: 44px;
        padding: 0 40px 0 12px;
        background-size: 10px, 100% 100%;
        background-position: right 12px center, center;
    }
}
.wqs-product-card:hover {
    transform: translateY(-5px);

}

/* Wishlist Button */
.wqs-wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #d4af37;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.wqs-wishlist-btn:hover {
    background: rgba(212, 175, 55, 0.3);
    color: #fff;
    transform: scale(1.1);
}

.wqs-wishlist-btn svg {
    width: 20px;
    height: 20px;
}
h4.card-category {
    padding: 20px 15px 5px 15px !important;
    margin: 0 !important;
    font-size: 1.25rem !important;
    font-family: inter, sans-serif !important;
}

h4.card-title{
    background: #0d0d0d !important;
    color: #ffffff !important;
    font-size: 1.25rem !important;
    padding: 0px 15px 5px 15px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
        font-family: inter, sans-serif !important;
}
.meta {
    font-size: 1.1rem;
    color: #666;
    margin: 0 12px 0px;
}

@media (max-width: 900px) {
 h4.card-category {
        font-size: 1.2rem !important;
        padding: 14px 10px 3px 10px !important;
    }

    h4.card-title {
        font-size: 1.3rem !important;
        padding: 0px 10px 3px 10px !important;
    }

    .meta {
        font-size: 1rem;
        margin: 0 8px 0px;
    }

    .card-price {
        font-size: 1rem !important;
        padding: 0px 10px 4px 10px !important;
        min-height: 28px;
    }
}

@media (max-width: 640px) {
    h4.card-category {
        font-size: 1.2rem !important;
        padding: 14px 10px 3px 10px !important;
    }

    h4.card-title {
        font-size: 1.3rem !important;
        padding: 0px 10px 3px 10px !important;
    }

    .meta {
        font-size: 1rem;
        margin: 0 8px 0px;
    }

    .card-price {
        font-size: 1rem !important;
        padding: 0px 10px 4px 10px !important;
        min-height: 28px;
    }
    .archive-watch-container {
    padding: 30px;
}
}

.layout .main .container.page-content{
	font-family: 'Segoe UI', Roboto, Helvetica, sans-serif;
    background-color: #0a0a0a;
    padding: 40px;
    border: 1px solid #1a1a1a;
	max-width:100%;
}
.layout .main{
	border:none;
}
.single-watch .watch-top {
    align-items: start;
}
.single-watch .watch-top .watch-hero img{
	min-width:70px;
}
.watch-hero-img {
  cursor: pointer;
}
.watch-thumbs .thumb img{
		max-width:70px;
}
.dst-btn {
  display: inline-block;
}

.mob-btn {
  display: none;
}

/* Mobile view */
@media (max-width: 767px) {
  .dst-btn {
    display: none;
  }

  .mob-btn {
    display: inline-block;
  }
}
.single-watch .watch-top {
    display: grid;
    grid-template-columns: minmax(420px, 520px) 1fr;
    gap: 24px;
    align-items: start;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .single-watch .watch-top {
        grid-template-columns: 1fr;
    }
}
/* left side */
.single-watch .watch-top .watch-hero {
    width: 100%;
    min-width: 0;
}

/* image */
.single-watch .watch-top .watch-hero img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    object-fit: cover;
}

/* gallery */
.single-watch .watch-top .watch-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.single-watch .watch-top .watch-gallery img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

/* right side */
.single-watch .watch-top .watch-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
}

/* MOBILE */
@media (max-width: 768px) {
    .tracking-form{
        flex-direction: column;
        gap: 12px;
    }
    .single-watch .layout .main  {
        padding-bottom: 00px;
    }
    .filters .filter {
    min-width: 180px;
    width: 100%;
}
    .single-watch .watch-top {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .single-watch .watch-top .watch-hero {
        width: 100%;
    }

    .single-watch .watch-top .watch-gallery {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .single-watch .watch-top .watch-gallery img {
        height: 70px;
    }

    .single-watch .watch-top .watch-right {
        width: 100%;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .single-watch .watch-top .watch-gallery {
        grid-template-columns: repeat(3, 1fr);
    }

    .single-watch .watch-top .watch-gallery img {
        height: 65px;
    }
}

.lb-content {
    display: flex;
    justify-content: center;
    position: relative;
}
.lb-image {
    height: 56vh;
}

.lb-indeximage {
    text-align: center;
    font-size: 0.9em;
}

.single-watch .container{
	margin:0px;
}

/* TYLKO na stronie o ID=3, tylko w obszarze głównym */
.page-id-3 .main .layout > aside.sidebar {
  display: none !important;
}

/* Po ukryciu sidebara rozciągnij treść na całą szerokość */
.page-id-3 .main .layout {
  grid-template-columns: 1fr !important;
}

@media (max-width: 900px) {
    .lb-content {
        grid-template-columns: 1fr;
        grid-template-areas:
        "gallery"
        "info";
        gap: 12px;
    }
}
.single-watch .watch-hero img{
	width:auto;
}

/* --- LUXURY OVERRIDE V2 --- */
.page-id-14 .entry-content div, 
.page-id-16 .entry-content div, 
.page-id-18 .entry-content div, 
.page-id-20 .entry-content div,
.wp-block-group, .wp-block-column, .wp-block-columns {
    background-color: transparent !important;
    background: transparent !important;
    border: none;
}

.lb-content img, .watch-hero img {
    border: 1px solid #1a1a1a !important;
    border-radius: 8px !important; 
    background: #ffffff; 
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.8);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
 .watch-hero .thumb img {
    border: 1px solid #1a1a1a !important;
    border-radius: 8px !important; 
    background: #ffffff; 
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.8);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.lb-content img:hover, .watch-hero img:hover {
    border-color: #c5a059 !important;
    transform: scale(1.04) translateY(-5px);
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.3) !important;
    z-index: 10;
}
.watch-hero .thumb img:hover {
    border-color: #c5a059 !important;
    transform: scale(1.04) translateY(-5px);
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.3) !important;
    z-index: 10;
}
 .watch-hero .thumb img {
    border: 1px solid #1a1a1a !important;
    border-radius: 8px !important; 
    background: #ffffff; 
    padding: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.8);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Poprawka dla strony KONTAKT (ID 18) */
.page-id-18 .entry-content {
    text-align: left !important;
    max-width: 100% !important;
}

.page-id-18 h1, .page-id-18 h2, .page-id-18 p {
    text-align: left !important;
    margin-left: 0 !important;
}

.page-id-18 .wp-block-buttons {
    justify-content: flex-start !important;
}

/* Scrollbar i Menu boczne */
::-webkit-scrollbar { width: 8px !important; }
::-webkit-scrollbar-track { background: #000 !important; }
::-webkit-scrollbar-thumb { background: #c5a059 !important; border-radius: 4px; }

aside.sidebar ul li a {
    color: #d1d1d1 !important;
    border-left: 2px solid transparent;
    transition: 0.3s;
    text-decoration: none;
    display: block;
    padding: 8px 10px;
}

aside.sidebar ul li a:hover {
    color: #c5a059 !important;
    border-left: 2px solid #c5a059;
    background: rgba(197, 160, 89, 0.05);
}

.lb-image, .single-watch .watch-hero img, .lb-content img {
   border: 1px solid #c5a059 !important;
    padding: 0px;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transition: all 0.4s ease;
}
.single-watch .watch-hero .thumb img {
    border: none!important;
    padding: 0!important;
    background: none!important;
    box-shadow: none!important;
    transition: all 0.4s ease;
    height: 100%;
}
.lb-image:hover, .single-watch .watch-hero img:hover {
    border-color: #c5a059;
    box-shadow: 0 0 20px rgba(197, 160, 89, 0.2);
    transform: scale(1.02);
}

.lb-indeximage {
    color: #c5a059 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 1em !important;
    margin-top: 20px !important;
    display: block;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-weight: 500;
}

.single-watch .main .layout .container {
    background: #0d0d0d;
    border: 1px solid #1a1a1a;
    padding: 20px;
}

.lb-content a {
    color: #c5a059;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.lb-content a:hover {
    border-bottom: 1px solid #c5a059;
}

@media (max-width: 900px) {
    .lb-image {
        height: auto;
        max-width: 100%;
    }
}   

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: auto;   /* your requirement */
  display: block;
}

/* dark overlay for readability */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 5%;
  
  color: white;
  background: rgba(0, 0, 0, 0.35);
}
.home .overlay p{

    line-height: 1;
}
.overlay h1 {
  font-size: 48px;
  letter-spacing: 2px;
}

.overlay h1 span {
  color: #d4af37; /* gold */
  display: block;
 
}

.tagline {
  font-style: italic;
  margin-top: 10px;
  font-size: 20px;
}

.desc {
  margin-top: 15px;
  max-width: 500px;
  font-size: 16px;
  opacity: 0.9;
}

.signature {
  margin-top: 20px;
  color: #d4af37; 
  font-family: 'Mea Culpa', cursive;
  font-style: italic;
  font-size: 32px;
}
.sidebar{
    padding: 0;
}
.sidebar .brand {
    margin-bottom: 0;
}
.sidebar details {
    border: none;
    border-bottom: 1px solid #1c1c1c;
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brand-item {
  border-bottom: 1px solid #1c1c1c;
}

/* main row */
.brand-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  cursor: pointer;
}

.brand-header a {
    color: #d6d6d6;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    gap: 6px;
}
img.side-brand-icon {
    height: 24px;
    max-width: 30px;
}
.brand-header:hover {
  background: #141414;
}

/* arrow */
.arrow {
  color: #d4af37;
  font-size: 18px;
  transition: 0.2s;
}

/* sub menu */
.model-list {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 20px;
  display: none;
}

.model-list li a {
  display: block;
  padding: 6px 0;
  color: #9a9a9a;
  text-decoration: none;
  font-size: 13px;
}

.model-list li a:hover {
  color: #fff;
}

/* hover dropdown effect */
.brand-item:hover .model-list {
  display: block;
}

.brand-item:hover .arrow {
  transform: rotate(90deg);
}

.widget-title, .sidebar h3 {
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c5a059 !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid rgba(197, 160, 89, 0.3);
    padding-bottom: 24px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sidebar h3::before,
.sidebar h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #c5a059;
}

.wqs-luxury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    background: #000000;
    border: 1px solid #1f1f1f;
}
.wqs-card-wrapper {
    display: flex;
    flex-direction: row;
    gap: 2px;
    border: 2px solid #d4af3780;
    border-radius: 6px;
    overflow: hidden;
}
.wqs-image-card {
    flex: 0 0 40%;
}

.wqs-content-card {
    flex: 0 0 55%;
    display: flex;

}
.wqs-content-card,
.wqs-wrapper-card {
    box-sizing: border-box;
}
.wqs-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
     object-position: top left;
}
.wqs-wrapper-card { 
    padding: 40px 10px;
       color: #d5d5d5;
    display: flex;
    flex-direction: column;
}

.icon-container {
    border: 1px solid #c5a059;
    border-radius: 10px;
    padding: 10px;
    height: 50px;
}

.wqs-content-card h2 {
    color: #b8944e;
    font-size: 26px;
    overflow-wrap: anywhere;
        hyphens: auto;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 35px;
    letter-spacing: 1px;
}

.wqs-content-card p {
    font-size: 13px;
    line-height: 1.9;
    margin: 0 0 25px;
    color: #bdbdbd;
}

.wqs-content-card strong {
    color: #b8944e;
}

@media (max-width: 1600px) {
    .wqs-content-card h2 {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .home .overlay h1, 
    .home .overlay p, 
    .home .overlay .signature {
      margin: 5px 0;

    }

    .wqs-luxury-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wqs-card {
        min-height: auto;
    }

    .wqs-image-card {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .home .overlay h1, .home .overlay p, .home .overlay .signature {
      margin:0;
    }
    .wqs-luxury-grid {
        grid-template-columns: 1fr;
    }

    .wqs-content-card {
        padding: 30px 10px;
    }
.wqs-wrapper-card{
    padding: 0px 0px;
}
    .wqs-content-card h2 {
        font-size: 16px;
    }
.wqs-content-card p {
        font-size: 14px;
        line-height: 1.6;
    }
    .wqs-image-card {
        height: 450px;
    }

    
/* dark overlay for readability */
.overlay {
    position: absolute;
    top: 136px;
    left: 30px;
    width: 100%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 5%;
    color: white;
    background: rgba(0, 0, 0, 0.35);
}

.overlay h1 {
  font-size: 24px;
  letter-spacing: 2px;
}

.overlay h1 span {
  color: #d4af37; /* gold */
  display: block;
 
}

.tagline {
  font-style: italic;
  font-size: 16px;
}

.desc {
  margin-top: 5px;
  max-width: 500px;
  font-size: 16px;
  opacity: 0.9;
}

.signature {
  margin-top: 0px;
  color: #d4af37; 
  font-family: 'Mea Culpa', cursive;
  font-style: italic;
  font-size: 36px;
}

}

    .wqs-feature-box{
        width:220px;
        border:1px solid #6d5522;
        background:#050505;
        color:#fff;
        margin:0 auto;
        border-radius:8px;
        margin-top:30px;
        margin-bottom:30px;
    }
.wqs-feature-ad img{
    width:100%;
    height:100%;
    object-fit:cover;

}
    .wqs-feature-item{
        text-align:center;
        padding:42px 15px;
        border-bottom:1px solid rgba(109,85,34,0.35);
    }

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

    .wqs-feature-icon{
        width:58px;
        height:58px;
        margin:0 auto 20px;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .wqs-feature-icon svg{
        width:42px;
        height:42px;
        stroke:#b8872d;
        fill:none;
        stroke-width:1.8;
        stroke-linecap:round;
        stroke-linejoin:round;
    }

    .wqs-feature-title{
        color:#b8872d;
        font-size:14px;
        font-weight:700;
        letter-spacing:2px;
        text-transform:uppercase;
        margin-bottom:18px;
    }

    .wqs-feature-text{
        color:#e8e8e8;
        font-size:12px;
        line-height:1.7;
        font-weight:400;
    }

    @media(max-width:480px){
        .wqs-feature-box{
            width:95%;
        }

        .wqs-feature-title{
            font-size:20px;
        }

        .wqs-feature-text{
            font-size:17px;
        }
    }
    .layout {
    display: grid;
    grid-template-columns: 242px 1fr;
    gap: 8px;
}

@media (max-width: 786px) {
    .layout {
        grid-template-columns: 1fr;
    }
    .wqs-reverse-block{
        flex-direction: column-reverse;
    }
}


 .watch-specs-container { max-width: 1000px; margin: 0 auto; }
.watch-specs-header h2 { font-size: 1.2rem; font-weight: 500; margin-bottom: 20px; }
.watch-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 50px; }
.spec-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px; }
.spec-icon { width: 25px; min-width: 25px; }
.spec-content { display: flex; flex-direction: column; }
.spec-label { font-weight: 600; margin-bottom: 5px; font-size: 0.95rem; color: #c49b5c; }
.spec-value { line-height: 1.5; }
    .watch-specs-header h2 {
        color: #c49b5c; /* Gold-like color */
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }
    .watch-specs-header{
        border-bottom: 1px solid rgba(196, 155, 92, 0.3);
        margin-bottom: 30px;
    }
@media (max-width: 768px) {
    .watch-specs-grid { grid-template-columns: 1fr; }
}
.watch-specs-container {
    max-width: 100%;
    margin: 0;
}
.compact-luxury-row {
    display: flex !important;
    flex-direction: row;
    gap: 30px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.single-watch .watch-top .watch-right {
    border-left: 1px solid rgba(197, 160, 89, 0.2) !important;
    padding-left: 30px !important;
}
.compact-luxury-row .compact-box {
    display: flex !important;
    align-items: flex-start;
    flex: 1;
    background: none;
    flex-direction: column;
    border: 1px solid rgba(197, 160, 89, 0.2) !important;
    border-left: 0;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
}
.compact-box .box-tag {
    border: none;
    font-size: 12px !important;
    margin-bottom: 10px;
}

.watch-hero .compact-luxury-row {
    display: flex !important;
    flex-direction: row;
    gap: 30px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

body .watch-content .product-premium-box {
    background: none !important;
    padding: 0px !important;
    border-left: none !important;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
    box-shadow:none !important;
    box-sizing: border-box !important;
    width: 100% !important;
    display: block !important;
} 

  /* Icon Styling */
    .spec-icon {
        color: #c49b5c;
        font-size: 1.2rem;
        width: 25px;
        text-align: center;
        margin-top: 2px; /* Align slightly with top of text */
    }

    .spec-icon {
    color: #c49b5c;
    font-size: 1.2rem;
    width: 35px;
    text-align: center;
    margin-top: 2px;
    height: 35px;
    border: solid 1px;
    padding: 6px;
    border-radius: 6px;
}
.watch-thumbs .thumbs-row {
    display: flex;
    gap: 16px;
    overflow: auto;
    padding-bottom: 24px;
}

.gallery {
    display: none;
}

.single-watch .watch-title {
    margin: 0 0 6px;
    font-size: clamp(1.4rem,2vw,3rem);
    max-width: 700px;
    /* font-size: 3em; */
}
.single-watch .watch-meta {
    color: #c7c7c7;
    font-size: 1rem;
}

h3.watch-brand {
color: #c5a059 !important;
}

body .watch-content .product-premium-box h2{
    font-size: 1.5rem !important;
}
    /* Top text row */
    .specs-bar {
        font-size: 14px;
        color: #b0b0b0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .specs-bar .bullet {
        color: #b0b0b0;
        font-weight: bold;
        font-size: 14px;
        line-height: 1;
    }

    /* Gold Divider Line */
.divider-line {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    position: relative;
    height: 1px;
    margin: 20px 0;
}

    .divider-line::before, 
    .divider-line::after {
        content: '';
        height: 1px;
        background-color: #b48b4b; /* Gold color */
        flex-grow: 1; /* Makes lines fill the remaining space */
    }

    .divider-line .diamond {
        width: 10px;
        height: 10px;
        border: 1px solid #b48b4b;
        transform: rotate(45deg);
        margin: 0 10px; /* Space between lines and diamond */
        background-color: transparent;
    }

    
    .related-watch-list{
    display:flex;
    flex-direction:row;
    gap:25px;
}

.related-watch-card{
    border:1px solid rgba(183,144,77,.4);
    border-radius:14px;
    overflow:hidden;
    max-width:50%;
    
}

.related-watch-card{
    min-height:320px;
}

.related-watch-link{
    display:flex;
    height:100%;
    align-items:stretch;
}

.related-watch-image{
    width:40%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.related-watch-image img{
    height:100%;
    width:auto;
    max-width:100%;
    object-fit:cover;
}

.related-watch-content{
    width:60%;
    padding:50px;
    border-left:1px solid rgba(183,144,77,.15);
}

.related-watch-title{
    font-size:22px;
    line-height:1.3;
    color:#fff;
    margin:0 0 15px;
    font-weight:500;
    text-transform:uppercase;
}

.related-watch-ref{
    font-size:18px;
    color:#d8d8d8;
    margin-bottom:40px;
    letter-spacing:1px;
}

.related-watch-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#b7904d;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.related-watch-btn svg{
    color:#b7904d;
}

.related-watch-card:hover{
    border-color:#b7904d;
}

.related-watch-card:hover .related-watch-btn{
    color:#d5ab63;
}
@media(max-width:1200px) {
    .single-watch .watch-top .watch-right{
        border-left:none!important;
        padding-left:0!important;
    } 
}
@media(max-width:768px){

    .related-watch-link{
        flex-direction:column;
    }

    .related-watch-image,
    .related-watch-content{
        width:100%;
    }

    .related-watch-content{
        padding:25px;
        border-left:none;
        border-top:1px solid rgba(183,144,77,.15);
    }

    .related-watch-title{
        font-size:22px;
    }

    .related-watch-ref{
        font-size:14px;
        margin-bottom:20px;
    }
}

@media(max-width:480px){
 .related-watch-list{
        flex-direction:column;
    }
.related-watch-card{
    max-width:100%;
}
}

.related-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    padding:20px 0;

}

.related-title h2{
    margin:0;
    color:#f5f1e8;
    font-family: "Times New Roman", serif;
    font-size:24px;
    font-weight:400;
    letter-spacing:3px;
    text-transform:uppercase;
    white-space:nowrap;
}

.related-title-line{
    flex:1;
    max-width:350px;
    height:1px;
    background:#8b6a2b;
}

@media (max-width:768px){
    .related-title{
        gap:15px;
    }

    .related-title h2{
        font-size:24px;
        letter-spacing:1.5px;
    }

    .related-title-line{
        max-width:none;
    }
}

@media (max-width:480px){
    .related-title h2{
        font-size:18px;
    }
}
.cta-bar .btn-primary{
background: #c7a963;
background: linear-gradient(90deg, rgba(199, 169, 99, 1) 0%, rgba(133, 111, 53, 1) 100%);
color: #fff;
border-radius: 6px;
padding: 12px 24px;
 display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cta-bar .btn-primary::before {
    content: "\f0e0"; /* Email icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
}

.cta-bar.dst-btn {
    display: flex;
    gap: 24px;
}


   .wqs-topbar {
            width: 100%;
            background: linear-gradient(to bottom, #111, #050505);
            border-bottom: 1px solid rgba(255,255,255,0.08);
            padding: 18px 20px;
        }

        .wqs-topbar-wrapper {
            max-width: 1400px;
            margin: auto;
            display: flex;
            justify-content: space-between;
            gap: 25px;
            flex-wrap: wrap;
        }

        .wqs-topbar-item {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            flex: 1 1 240px;
            min-width: 220px;
        }

        .wqs-topbar-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            border: 1px solid rgba(212, 167, 98, 0.4);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #c99b57;
            font-size: 20px;
        }

        .wqs-topbar-content h3 {
            color: #c99b57;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 6px;
            letter-spacing: 0.5px;
        }

        .wqs-topbar-content p {
            color: #c7c7c7;
            font-size: 13px;
            line-height: 1.5;
        }

        /* Tablet */
        @media (max-width: 992px) {
            .wqs-topbar-wrapper {
                gap: 20px;
            }

            .wqs-topbar-item {
                flex: 1 1 calc(50% - 20px);
            }
        }

        /* Mobile */
        @media (max-width: 576px) {
            .wqs-topbar {
                padding: 20px 15px;
            }

            .wqs-topbar-wrapper {
                flex-direction: column;
                gap: 18px;
            }

            .wqs-topbar-item {
                width: 100%;
            }

            .wqs-topbar-content h3 {
                font-size: 13px;
            }

            .wqs-topbar-content p {
                font-size: 12px;
            }
        }

        .wqs-single-watch-ad{
            padding-left: 242px;
            background-image: url('../images/sideim1.png');
            padding-right: 20px;
            background-position: left center;
            background-repeat: no-repeat;
            background-size: contain;
        }
        @media (max-width: 1200px) {
            .wqs-single-watch-ad {
                padding-left: 20px;
                background-image: none;
            }
        }