/* =========================
      GLOBAL RESET
========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f3f4f6;
    color: #111827;
    overflow-x: hidden;
}

h1, h2, h3, p, li {
    margin-bottom: 8px;
}

ul {
    list-style: disc;
    margin-left: 20px;
}

/* =========================
           HEADER
========================= */
.site-header {
    position: sticky;
    top: 0;
    background: #000;
    color: #fff;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.back-button {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    transition: all 0.2s ease;
}

.back-button:hover {
    background: #fff;
    color: #000;
}
.black-bar {
    background: black;
    color: white;
    width: 100%;
    padding: 20px;
    text-align: center;     /* E mban shiritin në qendër */
    position: sticky;       /* Ky e bën të rrijë në vend */
    top: 0;                 /* Vendoset lart ose ku të duash */
    z-index: 10;            /* Që të mos ngjitet me sfondin */
}

.black-bar span {
    display: inline-block;
}
/* =========================
      PRODUCTS SECTION
========================= */
.products-section {
    max-width: 700px;
    margin: 40px auto;
    padding: 0 16px;
}

/* =========================
        PRODUCT CARD
========================= */
.product {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 18px;
    padding: 16px 16px;
    box-shadow: 0 0 12px rgba(0,0,0,0.08);
}

.product h2 {
    font-size: 20px;
    margin-bottom: 16px;
}

.price {
    font-size: 16px;
    font-weight: 600;
}

/* =========================
           INFO BOX
========================= */
.product-info {
    background: #f9fafb;
    padding: 16px;
    border-radius: 12px;
}

/* =========================
          BUTTONS
========================= */
.product-buttons {
    margin: 16px 0;
}

.buy-button {
    display: inline-block;
    margin-right: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    transition: 0.2s;
}

.buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(59,130,246,0.4);
}

/* =========================
      IMAGE LAYOUT (ALL)
========================= */
.product-images {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 16px;
}

/* Foto kryesore */
.product-main-image {
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
    object-fit: contain;
    cursor: pointer;
    transition: 0.3s;
}



/* Zoom image */
.product-main-image.zoomed {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    background: white;
}

/* Gallery thumbnails */
.product-gallery {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.product-gallery img.thumb {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
}


.product-gallery img.thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

/* =========================
     CATEGORY COLORS
========================= */

/* Luxury – default */
.product.luxury h2 {
    color: #1f2937;
}

/* Vintage */
.product.vintage h2 {
    color: #8B5E3C;
}

/* Parts */
.product.part h2 {
    color: #333;
}

.luxury-vintage-parts-photos img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;   /* që të mos dalin jashtë ekranit */
    gap: 15px;
}
.luxury-vintage-parts-photos img {
    width: auto;      /* ose vendos gjerësinë që do */
    height: 200px;    /* shembull */
}

.luxury, 
.vintage, 
.parts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;   /* që fotot të mos dalin jashtë ekranit */
    gap: 15px;         /* hapësirë midis fotove */
}


.container img {
    display: inline-block;
    margin-right: 10px;
}
.container img {
    display: inline-block;
    margin-right: 10px;
}

.container {
    display: flex;
    flex-direction: row; /* i vendos horizontalisht */
    gap: 10px; /* opsionale, hapësirë mes fotove */
}

.product-main-image:hover:not(.zoomed) {
    transform: scale(1.03);
}

/* =========================
          RESPONSIVE
========================= */
@media (max-width: 900px) {

    .product-images {
        flex-direction: column;
        align-items: center;
    }

    .product-main-image {
        max-width: 90%;
    }

    .product-gallery {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        margin-top: 10px;
    }

    .product-gallery img.thumb {
        width: 28%;
        height: auto;
    }
}
/* FIX I FOTOVE – BËJI HORIZONTAL NË TË GJITHA: LUXURY / VINTAGE / PARTS */
.product-images {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 15px;
}

.product-images img {
    height: 200px;
    width: auto;
}
/* KUTIA KU VENDOS FOTON NË SFOND */
.foto-bg {
  width: 400px;
  height: 300px;
  background-image: url('foto/rolex-sfondi.png');
  background-size: cover;
  background-repeat: no-repeat;
}

/* OPSIONET E LËVIZJES SË SFONDIT */
background-attachment: fixed;
background-image: url("sfond-rolex.png");
background-repeat: no-repeat;
background-size: 100px auto;    /* zvogëloje si të duash */
background-position: 150% 150%;   /* lëvizja djathtas me përqindje */

body {
    background-image: url("rolex.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    z-index: 10;
    border-radius: 6px;
}

.dropdown-content a {
    color: #333;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f2f2f2;
}

/* Show menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Logo Text Style */
.site-title {
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.site-header {
    background: #000;
    padding: 11px 20px;
    text-align: left;
}

.site-title {
    font-size: 28px;
    font-weight: 200;   /* më e hollë */
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.site-title {
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* Kuti përshkrimi me scroll për Ora Swiss */
.description-scroll {
  max-height: 160px;    /* sa shumë tekst të duket pa scroll */
  overflow-y: auto;     /* aktivizon scroll vertikal */
  padding-right: 10px;
}

/* Scroll bar i hollë dhe i pastër (opsionale) */
.description-scroll::-webkit-scrollbar {
  width: 6px;
}

.description-scroll::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}
