  /* Lazy loading styles */
  .lazy {
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .lazy.loaded {
    opacity: 1;
  }
.mobile-container {
  display: none !important;
}

#body {
  background-color: #f5f5f5;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.is-hidden {
  display: none !important;
}

  /* Skeleton loader styles */
  .skeleton {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
  }

  @keyframes skeleton-loading {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }

  /* Desktop main image skeleton - IDENTICAL to actual image */
  .desktop-img-c .image-skeleton {
    width: 100%;
    height: 220px;
    max-height: 250px;
    border-radius: 8px;
  }

  @media (min-width: 480px) {
    .desktop-img-c .image-skeleton {
      height: 270px;
      max-height: 300px;
    }
  }

  @media (min-width: 768px) {
    .desktop-img-c .image-skeleton {
      height: 320px;
      max-height: 350px;
      border-radius: 10px;
    }
  }

  @media (min-width: 1024px) {
    .desktop-img-c .image-skeleton {
      height: 400px;
      max-height: 450px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-img-c .image-skeleton {
      height: 450px;
      max-height: 500px;
    }
  }

  @media (min-width: 1440px) {
    .desktop-img-c .image-skeleton {
      height: 500px;
      max-height: 600px;
      border-radius: 10px;
    }
  }

#desktopProductContainer {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 8px;
  background-color: #fff;
  margin-top: 0;
}

@media (min-width: 375px) {
  #desktopProductContainer {
    padding: 0 10px;
  }
}

@media (min-width: 480px) {
  #desktopProductContainer {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  #desktopProductContainer {
    width: 95%;
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  #desktopProductContainer {
    background-color: transparent;
  }
}

.product-main-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  margin-top: 70px;
  padding-top: 15px;
}

@media (max-width: 499px) {
  .product-main-content {
    margin-top: 0px;
  }
}

@media (min-width: 375px) {
  .product-main-content {
    gap: 15px;
    margin-top: 0px;
    padding-top: 20px;
  }
}

@media (min-width: 480px) {
  .product-main-content {
    margin-top: 90px;
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .product-main-content {
    margin-top: 100px;
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .product-main-content {
    margin-top: 100px;
    padding-top: 30px;
  }
}

@media (min-width: 1024px) {
  .product-main-content {
    margin-top: 110px;
  }
}

@media (min-width: 1200px) {
  .product-main-content {
    margin-top: 120px;
  }
}

.product-main-content #desktopGallery {
  width: 100%;
}

.product-main-content #desktopProductInfo {
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .product-main-content {
    flex-direction: row;
    gap: 20px;
  }

  .product-main-content #desktopGallery {
    width: calc(50% - 10px);
  }

  .product-main-content #desktopProductInfo {
    width: calc(50% - 10px);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .product-main-content {
    gap: 30px;
  }

  .product-main-content #desktopGallery {
    width: calc(50% - 15px);
  }

  .product-main-content #desktopProductInfo {
    width: calc(50% - 15px);
  }
}

@media (min-width: 1200px) {
  .product-main-content {
    gap: 40px;
  }

  .product-main-content #desktopGallery {
    width: calc(50% - 20px);
  }

  .product-main-content #desktopProductInfo {
    width: calc(50% - 20px);
    margin-left: 0;
  }
}  /* Desktop Gallery Section */
  #desktopGallery {
    background-color: transparent;
    border-radius: 0;
    padding: 8px;
    box-shadow: none;
  }

  @media (min-width: 375px) {
    #desktopGallery {
      padding: 10px;
    }
  }

  @media (min-width: 480px) {
    #desktopGallery {
      padding: 15px;
    }
  }

  @media (min-width: 768px) {
    #desktopGallery {
      padding: 20px;
    }
  }

  @media (min-width: 1024px) {
    #desktopGallery {
      padding: 30px;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }
  }

  @media (min-width: 1200px) {
    #desktopGallery {
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    }
  }

  @media (min-width: 1440px) {
    #desktopGallery {
      padding: 50px;
    }
  }

  .desktop-slider-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }

  .desktop-slider-container .desktop-arrow-l,
  .desktop-slider-container .desktop-arrow-r {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }

  @media (min-width: 768px) {
    .desktop-slider-container .desktop-arrow-l,
    .desktop-slider-container .desktop-arrow-r {
      width: 45px;
      height: 45px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-slider-container .desktop-arrow-l,
    .desktop-slider-container .desktop-arrow-r {
      width: 50px;
      height: 50px;
    }
  }

  .desktop-slider-container .desktop-arrow-l {
    left: -12px;
  }

  @media (min-width: 768px) {
    .desktop-slider-container .desktop-arrow-l {
      left: -18px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-slider-container .desktop-arrow-l {
      left: -25px;
    }
  }

  .desktop-slider-container .desktop-arrow-r {
    right: -12px;
  }

  @media (min-width: 768px) {
    .desktop-slider-container .desktop-arrow-r {
      right: -18px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-slider-container .desktop-arrow-r {
      right: -25px;
    }
  }

  .desktop-slider-container .desktop-arrow-l:hover,
  .desktop-slider-container .desktop-arrow-r:hover {
    background-color: #865ba6;
    transform: translateY(-50%) scale(1.1);
  }

  .desktop-slider-container .desktop-arrow-l:hover svg path,
  .desktop-slider-container .desktop-arrow-r:hover svg path {
    stroke: white;
  }

  .desktop-img-c {
    width: 100%;
    max-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 12px;
    position: relative;
  }

  @media (min-width: 480px) {
    .desktop-img-c {
      max-height: 300px;
      padding: 15px;
      margin-bottom: 15px;
    }
  }

  @media (min-width: 768px) {
    .desktop-img-c {
      max-height: 350px;
      padding: 20px;
      margin-bottom: 18px;
      border-radius: 10px;
    }
  }

  @media (min-width: 1024px) {
    .desktop-img-c {
      max-height: 450px;
      padding: 25px;
      margin-bottom: 22px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-img-c {
      max-height: 500px;
      padding: 30px;
      margin-bottom: 25px;
      border-radius: 15px;
    }
  }

  @media (min-width: 1440px) {
    .desktop-img-c {
      max-height: 600px;
      padding: 40px;
      margin-bottom: 30px;
    }
  }

  .desktop-img-c img {
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    border-radius: 8px;
  }

  @media (min-width: 480px) {
    .desktop-img-c img {
      max-height: 270px;
    }
  }

  @media (min-width: 768px) {
    .desktop-img-c img {
      max-height: 320px;
      border-radius: 10px;
    }
  }

  @media (min-width: 1024px) {
    .desktop-img-c img {
      max-height: 400px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-img-c img {
      max-height: 450px;
    }
  }

  @media (min-width: 1440px) {
    .desktop-img-c img {
      max-height: 500px;
    }
  }

  /* License images container - positioned in bottom right corner */
  .license-images-container {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    flex-direction: row;
    gap: 3px;
    flex-wrap: wrap;
    max-width: 70px;
    justify-content: flex-end;
    z-index: 10;
  }

  @media (min-width: 480px) {
    .license-images-container {
      bottom: 10px;
      right: 10px;
      gap: 4px;
      max-width: 90px;
    }
  }

  @media (min-width: 768px) {
    .license-images-container {
      bottom: 15px;
      right: 15px;
      gap: 5px;
      max-width: 120px;
    }
  }

  @media (min-width: 1200px) {
    .license-images-container {
      bottom: 20px;
      right: 20px;
      max-width: 150px;
    }
  }

  .license-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 4px;
    padding: 2px;
  }

  @media (min-width: 480px) {
    .license-image {
      width: 80px;
      height: 80px;
      border-radius: 5px;
      padding: 3px;
    }
  }

  @media (min-width: 768px) {
    .license-image {
      width: 100px;
      height: 100px;
    }
  }

  @media (min-width: 1024px) {
    .license-image {
      width: 120px;
      height: 120px;
      border-radius: 6px;
    }
  }

  @media (min-width: 1440px) {
    .license-image {
      width: 180px;
      height: 180px;
    }
  }

  /* Thumbnails Slider */
  .thumbnails-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
    max-width: 100%;
    padding: 0 5px;
  }

  @media (min-width: 480px) {
    .thumbnails-slider-container {
      margin-top: 15px;
      gap: 8px;
    }
  }

  @media (min-width: 768px) {
    .thumbnails-slider-container {
      margin-top: 18px;
      gap: 10px;
    }
  }

  @media (min-width: 1200px) {
    .thumbnails-slider-container {
      margin-top: 20px;
    }
  }

  .thumb-nav-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
    color: #333;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  @media (min-width: 768px) {
    .thumb-nav-btn {
      width: 32px;
      height: 32px;
    }
  }

  .thumb-nav-btn:hover {
    background: #865ba6;
    border-color: #865ba6;
    color: #fff;
    transform: scale(1.1);
  }

  .thumb-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: #f5f5f5;
    color: #ccc;
    border-color: #eee;
    transform: none;
  }

  .thumb-nav-btn svg {
    width: 16px;
    height: 16px;
  }

  @media (min-width: 768px) {
    .thumb-nav-btn svg {
      width: 18px;
      height: 18px;
    }
  }

  .desktop-desc-image {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 5px 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hide scrollbar Firefox */
    -ms-overflow-style: none; /* Hide scrollbar IE/Edge */
    scroll-behavior: smooth;
    flex: 1;
    width: 100%;
  }

  .desktop-desc-image::-webkit-scrollbar {
    display: none; /* Hide scrollbar Chrome/Safari/Opera */
  }

  @media (min-width: 480px) {
    .desktop-desc-image {
      gap: 10px;
    }
  }

  @media (min-width: 768px) {
    .desktop-desc-image {
      gap: 12px;
    }
  }

  @media (min-width: 1024px) {
    .desktop-desc-image {
      gap: 14px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-desc-image {
      gap: 16px;
    }
  }

  .desktop-desc-image .thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    flex-shrink: 0;
    background-color: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
  }

  @media (min-width: 480px) {
    .desktop-desc-image .thumbnail {
      width: 60px;
      height: 60px;
      border-radius: 8px;
    }
  }

  @media (min-width: 768px) {
    .desktop-desc-image .thumbnail {
      width: 70px;
      height: 70px;
    }
  }

  @media (min-width: 1024px) {
    .desktop-desc-image .thumbnail {
      width: 80px;
      height: 80px;
      border-radius: 10px;
    }
  }

  @media (min-width: 1200px) {
    .desktop-desc-image .thumbnail {
      width: 90px;
      height: 90px;
    }
  }

  @media (min-width: 1440px) {
    .desktop-desc-image .thumbnail {
      width: 100px;
      height: 100px;
    }
  }

  .desktop-desc-image .thumbnail.skeleton {
    cursor: default;
    pointer-events: none;
  }

  .desktop-desc-image .thumbnail:not(.skeleton):hover {
    border-color: #865ba6;
    transform: scale(1.05);
  }

  .desktop-desc-image .thumbnail.active {
    border-color: #865ba6;
  }

  .desktop-desc-image .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Product Info Section */
  #desktopProductInfo {
    background-color: transparent;
    border-radius: 0;
    padding: 8px;
    box-shadow: none;
  }

  @media (min-width: 375px) {
    #desktopProductInfo {
      padding: 10px;
    }
  }

  @media (min-width: 480px) {
    #desktopProductInfo {
      padding: 15px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo {
      padding: 20px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo {
      padding: 30px;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo {
      padding: 35px;
      border-radius: 20px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo {
      padding: 40px;
    }
  }

  #desktopProductInfo h1 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  @media (min-width: 480px) {
    #desktopProductInfo h1 {
      font-size: 1.4rem;
      margin-bottom: 12px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo h1 {
      font-size: 1.6rem;
      margin-bottom: 15px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo h1 {
      font-size: 1.9rem;
      margin-bottom: 18px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo h1 {
      font-size: 2.1rem;
      margin-bottom: 20px;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo h1 {
      font-size: 2.2rem;
    }
  }

  #desktopProductInfo .product-code {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .product-code {
      font-size: 0.9rem;
      margin-bottom: 15px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .product-code {
      font-size: 0.95rem;
      margin-bottom: 18px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .product-code {
      font-size: 0.95rem;
      margin-bottom: 22px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .product-code {
      font-size: 1rem;
      margin-bottom: 25px;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo .product-code {
      margin-bottom: 30px;
    }
  }

  #desktopProductInfo .price-container {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .price-container {
      gap: 10px;
      margin-bottom: 15px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .price-container {
      gap: 12px;
      margin-bottom: 18px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .price-container {
      gap: 15px;
      margin-bottom: 22px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .price-container {
      margin-bottom: 25px;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo .price-container {
      margin-bottom: 30px;
    }
  }

  #desktopProductInfo .price {
    color: #865ba6;
    font-size: 1.7rem;
    font-weight: 700;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .price {
      font-size: 1.9rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .price {
      font-size: 2rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .price {
      font-size: 2.2rem;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .price {
      font-size: 2.4rem;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo .price {
      font-size: 2.5rem;
    }
  }

  #desktopProductInfo .old-price {
    color: #999;
    font-size: 1.1rem;
    text-decoration: line-through;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .old-price {
      font-size: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .old-price {
      font-size: 1.3rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .old-price {
      font-size: 1.35rem;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .old-price {
      font-size: 1.45rem;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo .old-price {
      font-size: 1.5rem;
    }
  }

  #desktopProductInfo .discount-badge {
    background-color: #f0e6f6;
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 12px;
    display: inline-block;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .discount-badge {
      padding: 10px 15px;
      border-radius: 10px;
      margin-bottom: 15px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .discount-badge {
      padding: 12px 18px;
      margin-bottom: 18px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .discount-badge {
      padding: 15px 20px;
      margin-bottom: 20px;
    }
  }

  #desktopProductInfo .discount-percent {
    background-color: #ff3131;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-weight: 600;
    margin-right: 8px;
    font-size: 0.85rem;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .discount-percent {
      padding: 4px 10px;
      font-size: 0.9rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .discount-percent {
      padding: 5px 12px;
      margin-right: 10px;
      font-size: 0.95rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .discount-percent {
      font-size: 1rem;
    }
  }

  #desktopProductInfo .discount-text {
    color: #865ba6;
    font-size: 0.85rem;
    font-weight: 500;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .discount-text {
      font-size: 0.9rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .discount-text {
      font-size: 0.9rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .discount-text {
      font-size: 0.95rem;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .discount-text {
      font-size: 1rem;
    }
  }

  /* Mini specifications table */
  #desktopProductInfo .mini-specs-table {
    margin-top: 12px;
    border-radius: 6px;
    overflow: hidden;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .mini-specs-table {
      margin-top: 15px;
      border-radius: 8px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .mini-specs-table {
      margin-top: 18px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .mini-specs-table {
      margin-top: 20px;
    }
  }

  #desktopProductInfo .mini-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 8px;
    border-bottom: 1px solid #f0f0f0;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .mini-spec-row {
      padding: 7px 10px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .mini-spec-row {
      padding: 8px 12px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .mini-spec-row {
      padding: 9px 15px;
    }
  }

  #desktopProductInfo .mini-spec-row:last-child {
    border-bottom: none;
  }

  #desktopProductInfo .mini-spec-row:nth-child(even) {
    background-color: #f8f8f8;
  }

  #desktopProductInfo .mini-spec-label {
    color: #666;
    font-size: 0.8rem;
    font-weight: 500;
    flex: 1;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .mini-spec-label {
      font-size: 0.85rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .mini-spec-label {
      font-size: 0.9rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .mini-spec-label {
      font-size: 0.95rem;
    }
  }

  #desktopProductInfo .mini-spec-value {
    color: #333;
    font-size: 0.8rem;
    font-weight: 400;
    flex: 1;
    text-align: right;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .mini-spec-value {
      font-size: 0.85rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .mini-spec-value {
      font-size: 0.9rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .mini-spec-value {
      font-size: 0.95rem;
    }
  }

  #desktopProductInfo .product-description {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }

  #desktopProductInfo .action-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .action-buttons {
      gap: 12px;
      margin-top: 18px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .action-buttons {
      gap: 15px;
      margin-top: 20px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .action-buttons {
      gap: 18px;
      margin-top: 25px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .action-buttons {
      gap: 20px;
      margin-top: 30px;
    }
  }

  #desktopProductInfo .btn-add-to-cart {
    flex: 1;
    min-width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: #865ba6;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  @media (min-width: 420px) {
    #desktopProductInfo .btn-add-to-cart {
      min-width: 180px;
      flex: 0 1 auto;
      height: 52px;
      font-size: 1.05rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .btn-add-to-cart {
      min-width: 200px;
      height: 54px;
      font-size: 1.1rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .btn-add-to-cart {
      min-width: 220px;
      height: 55px;
      font-size: 1.1rem;
      gap: 10px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .btn-add-to-cart {
      min-width: 240px;
      height: 58px;
      font-size: 1.15rem;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo .btn-add-to-cart {
      min-width: 250px;
      height: 60px;
      font-size: 1.2rem;
    }
  }

  #desktopProductInfo .btn-add-to-cart:hover {
    background-color: #6d4985;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(134, 91, 166, 0.3);
  }

  #desktopProductInfo .btn-add-to-wishlist {
    flex: 1;
    min-width: 100%;
    height: 50px;
    border-radius: 50px;
    background-color: transparent;
    border: 2px solid #865ba6;
    color: #865ba6;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  @media (min-width: 420px) {
    #desktopProductInfo .btn-add-to-wishlist {
      min-width: 160px;
      flex: 0 1 auto;
      height: 52px;
      font-size: 1.05rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .btn-add-to-wishlist {
      min-width: 170px;
      height: 54px;
      font-size: 1.1rem;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .btn-add-to-wishlist {
      min-width: 180px;
      height: 55px;
      font-size: 1.1rem;
      gap: 10px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .btn-add-to-wishlist {
      min-width: 190px;
      height: 58px;
      font-size: 1.15rem;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo .btn-add-to-wishlist {
      min-width: 200px;
      height: 60px;
      font-size: 1.2rem;
    }
  }

  #desktopProductInfo .btn-add-to-wishlist:hover {
    background-color: #865ba6;
    color: #fff;
    transform: translateY(-2px);
  }

  #desktopProductInfo .shipping-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px;
    background-color: #f8f4ff;
    border-radius: 10px;
    border: 2px solid #865ba6;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .shipping-info {
      gap: 10px;
      margin-top: 18px;
      padding: 12px;
      border-radius: 12px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .shipping-info {
      gap: 12px;
      margin-top: 20px;
      padding: 15px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .shipping-info {
      gap: 15px;
      margin-top: 22px;
      padding: 18px;
      border-radius: 15px;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductInfo .shipping-info {
      margin-top: 25px;
      padding: 20px;
    }
  }

  #desktopProductInfo .shipping-info svg {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .shipping-info svg {
      width: 40px;
      height: 40px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .shipping-info svg {
      width: 50px;
      height: 50px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .shipping-info svg {
      width: 60px;
      height: 60px;
    }
  }

  @media (min-width: 1440px) {
    #desktopProductInfo .shipping-info svg {
      width: 70px;
      height: 70px;
    }
  }

  #desktopProductInfo .shipping-info span {
    color: #865ba6;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.3;
  }

  @media (min-width: 480px) {
    #desktopProductInfo .shipping-info span {
      font-size: 0.95rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductInfo .shipping-info span {
      font-size: 1.05rem;
      line-height: 1.4;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductInfo .shipping-info span {
      font-size: 1.1rem;
    }
  }

  /* Product Specifications */
  #desktopProductSpecs {
    background-color: transparent;
    border-radius: 0;
    padding: 15px 10px;
    margin-top: 40px;
    box-shadow: none;
  }

  @media (min-width: 480px) {
    #desktopProductSpecs {
      padding: 20px 15px;
      margin-top: 50px;
    }
  }

  @media (min-width: 768px) {
    #desktopProductSpecs {
      padding: 25px 20px;
      margin-top: 60px;
    }
  }

  @media (min-width: 1024px) {
    #desktopProductSpecs {
      padding: 30px;
      margin-top: 80px;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    }
  }

  @media (min-width: 1200px) {
    #desktopProductSpecs {
      padding: 35px;
      margin-top: 100px;
      border-radius: 20px;
      box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    }
  }

  @media (min-width: 1440px) {
    #desktopProductSpecs {
      padding: 40px;
      margin-top: 120px;
    }
  }

  #desktopProductSpecs .specs-header {
    margin-bottom: 15px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }

  @media (min-width: 375px) {
    #desktopProductSpecs .specs-header {
      margin-bottom: 18px;
      gap: 8px;
    }
  }

  @media (min-width: 480px) {
    #desktopProductSpecs .specs-header {
      margin-bottom: 20px;
    }
  }

  #desktopProductSpecs .specs-toggle-btn {
    padding: 8px 14px;
    background-color: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 25px;
    color: #666;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  @media (min-width: 375px) {
    #desktopProductSpecs .specs-toggle-btn {
      padding: 9px 16px;
      font-size: 0.8rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductSpecs .specs-toggle-btn {
      padding: 11px 23px;
      font-size: 0.9rem;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductSpecs .specs-toggle-btn {
      padding: 12px 25px;
      font-size: 0.95rem;
    }
  }

  #desktopProductSpecs .specs-toggle-btn.active {
    background-color: #865ba6;
    border-color: #865ba6;
    color: #fff;
  }

  #desktopProductSpecs .specs-toggle-btn:hover {
    background-color: #865ba6;
    border-color: #865ba6;
    color: #fff;
    transform: translateY(-1px);
  }

  #desktopProductSpecs .specs-content,
  #desktopProductSpecs .description-content {
    display: none;
  }

  #desktopProductSpecs .specs-content.active,
  #desktopProductSpecs .description-content.active {
    display: block;
    animation: fadeInContent 0.4s ease;
  }

  @keyframes fadeInContent {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  #desktopProductSpecs .product-description-full {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    padding: 15px 0;
  }

  @media (min-width: 480px) {
    #desktopProductSpecs .product-description-full {
      font-size: 1rem;
    }
  }

  @media (min-width: 768px) {
    #desktopProductSpecs .product-description-full {
      font-size: 1.05rem;
      line-height: 1.7;
      padding: 18px 0;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductSpecs .product-description-full {
      font-size: 1.15rem;
      line-height: 2;
      padding: 20px 0;
    }
  }

  #desktopProductSpecs .product-description-full pre {
    margin: 0;
    text-align: justify;
    font-family: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
  }

  /* ===================== SLIČNI PROIZVODI - IDENTIČNO KAO INDEX.CSS ===================== */
  #similarProducts {
    margin-top: 30px;
    padding: 0 8px;
  }

  @media (min-width: 375px) {
    #similarProducts {
      margin-top: 35px;
      padding: 0 10px;
    }
  }

  @media (min-width: 480px) {
    #similarProducts {
      margin-top: 50px;
      padding: 0 15px;
    }
  }

  @media (min-width: 768px) {
    #similarProducts {
      margin-top: 60px;
      padding: 0 20px;
    }
  }

  @media (min-width: 1024px) {
    #similarProducts {
      margin-top: 70px;
      padding: 0;
    }
  }

  @media (min-width: 1200px) {
    #similarProducts {
      margin-top: 80px;
    }
  }

  #similarProducts .section-header {
    width: 100%;
    max-width: 1800px;
    margin: 25px auto -15px auto;
    opacity: 1;
    padding: 0 8px;
  }

  @media (min-width: 375px) {
    #similarProducts .section-header {
      margin: 30px auto -20px auto;
      padding: 0 10px;
    }
  }

  @media (min-width: 480px) {
    #similarProducts .section-header {
      margin: 35px auto -25px auto;
      padding: 0 15px;
    }
  }

  @media (min-width: 768px) {
    #similarProducts .section-header {
      margin: 40px auto -30px auto;
      width: 95%;
      padding: 0;
    }
  }

  @media (min-width: 1200px) {
    #similarProducts .section-header {
      margin: 50px auto -30px auto;
    }
  }

  #similarProducts .section-header h3 {
    margin: 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
    position: relative;
    display: inline-block;
  }

  @media (min-width: 375px) {
    #similarProducts .section-header h3 {
      font-size: 1.6rem;
    }
  }

  @media (min-width: 480px) {
    #similarProducts .section-header h3 {
      font-size: 1.8rem;
    }
  }

  @media (min-width: 768px) {
    #similarProducts .section-header h3 {
      font-size: 2.1rem;
    }
  }

  @media (min-width: 1024px) {
    #similarProducts .section-header h3 {
      font-size: 2.3rem;
    }
  }

  @media (min-width: 1200px) {
    #similarProducts .section-header h3 {
      font-size: 2.5rem;
    }
  }

  #similarProducts .section-header h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #865ba6 0%, transparent 100%);
  }

  @media (min-width: 768px) {
    #similarProducts .section-header h3::after {
      width: 100px;
    }
  }

  @media (min-width: 1200px) {
    #similarProducts .section-header h3::after {
      width: 120px;
    }
  }

  #similarProducts .similar-products-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 40px;
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  @media (min-width: 480px) {
    #similarProducts .similar-products-grid {
      gap: 18px;
      margin-top: 45px;
    }
  }

  @media (min-width: 768px) {
    #similarProducts .similar-products-grid {
      gap: 20px;
      margin-top: 50px;
    }
  }

  /* KARTICE - IDENTIČNO KAO U INDEX.CSS */
  #similarProducts .custom-card {
    position: relative;
    width: calc(20% - 16px);
    min-width: 280px;
    height: 394px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  #similarProducts .custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  }

  #similarProducts .custom-card:hover .image-c img {
    transform: scale(1.08);
  }

  #similarProducts .favorite-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  #similarProducts .favorite-icon:hover {
    transform: scale(1.15);
  }

  #similarProducts .favorite-icon svg {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  }

  #similarProducts .discount-badge {
    position: absolute;
    left: 0;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 10;
  }

  #similarProducts .discount-amount {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    width: fit-content;
  }

  #similarProducts .discount-percent {
    background: #e74c3c;
    color: #fff;
    padding: 4px 10px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
    white-space: nowrap;
    width: fit-content;
  }

  #similarProducts .cart-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #865ba6;
    border-radius: 10px 0 0 0;
    display: grid;
    place-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }

  #similarProducts .cart-container:hover {
    background-color: #7a5194;
    transform: scale(1.1);
  }

  #similarProducts .image-c {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-bottom: 20px;
  }

  #similarProducts .image-c img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  #similarProducts .title-c {
    margin-bottom: 15px;
  }

  #similarProducts .title-c h6 {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 5px;
    text-transform: capitalize;
  }

  #similarProducts .title-c h5 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    transition: color 0.3s ease;
    line-height: 1.3;
  }

  #similarProducts .custom-card:hover .title-c h5 {
    color: #865ba6;
  }

  #similarProducts .price-c {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  #similarProducts .price-c h6 {
    color: #865ba6;
    font-size: 1.3rem;
    font-weight: 600;
    transition: transform 0.3s ease;
  }

  #similarProducts .custom-card:hover .price-c h6 {
    transform: scale(1.05);
  }

  /* ===================== RESPONZIVNI STILOVI ZA SLIČNE PROIZVODE ===================== */
  
  /* Mobilni (ispod 500px) */
  @media only screen and (max-width: 499px) {
    #similarProducts .custom-card {
      width: 200px;
      min-width: 200px;
      max-width: 200px;
      height: auto;
      min-height: 280px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 0;
      flex-shrink: 0;
    }

    #similarProducts .similar-products-grid {
      gap: 11px;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      scrollbar-color: #865ba6 #f0f0f0;
    }

    #similarProducts .similar-products-grid::-webkit-scrollbar {
      height: 6px;
    }

    #similarProducts .similar-products-grid::-webkit-scrollbar-track {
      background: #f0f0f0;
      border-radius: 10px;
    }

    #similarProducts .similar-products-grid::-webkit-scrollbar-thumb {
      background: #865ba6;
      border-radius: 10px;
    }

    #similarProducts .similar-products-grid::-webkit-scrollbar-thumb:hover {
      background: #6d4985;
    }

    #similarProducts .section-header h3 {
      font-size: 1.4rem;
      text-align: center;
    }

    #similarProducts .section-header h3::after {
      width: 80px;
    }

    #similarProducts .image-c {
      height: 130px;
      min-height: 130px;
      max-height: 130px;
      margin: 8px;
      padding: 5px;
    }

    #similarProducts .image-c img {
      max-height: 115px;
    }

    #similarProducts .title-c {
      padding: 0 8px;
      margin-top: 2px;
      min-height: 52px;
      max-height: 52px;
    }

    #similarProducts .title-c h6 {
      font-size: 0.7rem;
      font-weight: 300;
    }

    #similarProducts .title-c h5 {
      font-size: 0.9rem;
      line-height: 1.2;
    }

    #similarProducts .price-c {
      bottom: 10px;
      left: 8px;
    }

    #similarProducts .price-c h6 {
      font-size: 1.05rem;
    }

    #similarProducts .favorite-icon {
      right: 10px;
      top: 10px;
      width: 42px;
      height: 42px;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(10px);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

    #similarProducts .favorite-icon svg {
      width: 26px;
      height: 26px;
    }

    #similarProducts .cart-container {
      width: 40px;
      height: 44px;
      border-radius: 4px 0 0 4px;
    }

    #similarProducts .discount-badge {
      top: 15px;
    }

    #similarProducts .discount-amount {
      font-size: 0.7rem;
      padding: 4px 8px;
    }

    #similarProducts .discount-percent {
      font-size: 0.75rem;
      padding: 3px 8px;
    }
  }

  /* Mali tablet (500px - 767px) */
  @media only screen and (min-width: 500px) and (max-width: 599px) {
    #similarProducts .section-header h3 {
      font-size: 1.7rem;
    }

    #similarProducts .custom-card {
      width: calc(50% - 6px);
      min-width: calc(50% - 6px);
      max-width: calc(50% - 6px);
      min-height: 310px;
      border-radius: 13px;
      padding: 10px;
    }

    #similarProducts .similar-products-grid {
      gap: 12px;
    }

    #similarProducts .image-c {
      height: 155px;
      min-height: 155px;
    }

    #similarProducts .image-c div {
      height: 140px;
    }

    #similarProducts .title-c h5 {
      font-size: 0.88rem;
    }

    #similarProducts .price-c h6 {
      font-size: 1.02rem;
    }
  }

  /* Srednji tablet (600px - 767px) */
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    #similarProducts .section-header h3 {
      font-size: 1.9rem;
    }

    #similarProducts .custom-card {
      width: calc(50% - 7px);
      min-width: calc(50% - 7px);
      max-width: calc(50% - 7px);
      min-height: 330px;
      border-radius: 14px;
      padding: 12px;
    }

    #similarProducts .similar-products-grid {
      gap: 14px;
    }

    #similarProducts .image-c {
      height: 165px;
      min-height: 165px;
    }

    #similarProducts .image-c div {
      height: 150px;
    }

    #similarProducts .title-c h5 {
      font-size: 0.95rem;
    }

    #similarProducts .price-c h6 {
      font-size: 1.08rem;
    }
  }

  /* Tablet (768px - 1024px) */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #similarProducts .section-header h3 {
      font-size: 2.2rem;
    }

    #similarProducts .custom-card {
      width: calc(50% - 8px);
      min-width: calc(50% - 8px);
      max-width: calc(50% - 8px);
      min-height: 400px;
      border-radius: 16px;
      padding: 15px;
    }

    #similarProducts .similar-products-grid {
      gap: 16px;
    }

    #similarProducts .image-c {
      height: 210px;
      min-height: 210px;
    }

    #similarProducts .title-c h6 {
      font-size: 0.75rem;
    }

    #similarProducts .title-c h5 {
      font-size: 1rem;
    }

    #similarProducts .price-c h6 {
      font-size: 1.15rem;
    }
  }

  /* iPad Pro i veliki tableti (1024px - 1199px) */
  @media only screen and (min-width: 1024px) and (max-width: 1199px) {
    #similarProducts .custom-card {
      width: calc(33.333% - 11px);
      min-width: calc(33.333% - 11px);
      max-width: calc(33.333% - 11px);
      min-height: 410px;
    }

    #similarProducts .image-c {
      height: 215px;
      min-height: 215px;
    }
  }

  /* Uski laptopovi (1200px - 1279px) */
  @media only screen and (min-width: 1200px) and (max-width: 1279px) {
    #similarProducts .custom-card {
      width: calc(33.333% - 12px);
      min-width: calc(33.333% - 12px);
      max-width: calc(33.333% - 12px);
      min-height: 425px;
    }

    #similarProducts .image-c {
      height: 220px;
      min-height: 220px;
    }
  }

  /* Srednji desktop (1280px - 1440px) */
  @media only screen and (min-width: 1280px) and (max-width: 1440px) {
    #similarProducts .custom-card {
      width: calc(33.333% - 12px);
      min-width: calc(33.333% - 12px);
      max-width: calc(33.333% - 12px);
      min-height: 435px;
    }

    #similarProducts .image-c {
      height: 225px;
      min-height: 225px;
    }
  }

  /* Veliki desktop (1441px - 1699px) */
  @media only screen and (min-width: 1441px) and (max-width: 1699px) {
    #similarProducts .custom-card {
      width: calc(33.333% - 12px);
      min-width: calc(33.333% - 12px);
      max-width: calc(33.333% - 12px);
      min-height: 460px;
    }

    #similarProducts .image-c {
      height: 245px;
      min-height: 245px;
    }
  }

  /* Extra veliki ekrani (1700px+) - default 5 u redu */
  @media only screen and (min-width: 1700px) {
    #similarProducts .custom-card {
      width: calc(20% - 16px);
      min-width: 280px;
    }
  }

  /* ===================== PRODUCT SPECS STILOVI ===================== */

  #desktopProductSpecs .product-full-description {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    padding: 15px 0;
  }

  @media (min-width: 768px) {
    #desktopProductSpecs .product-full-description {
      font-size: 1.05rem;
      line-height: 1.7;
      padding: 18px 0;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductSpecs .product-full-description {
      font-size: 1.1rem;
      line-height: 1.8;
      padding: 20px 0;
    }
  }

  #desktopProductSpecs .specs-table {
    width: 100%;
  }

  #desktopProductSpecs .specs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
  }

  @media (min-width: 768px) {
    #desktopProductSpecs .specs-row {
      padding: 13px 0;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductSpecs .specs-row {
      padding: 15px 0;
    }
  }

  #desktopProductSpecs .specs-row:last-child {
    border-bottom: none;
  }

  #desktopProductSpecs .specs-label {
    color: #666;
    font-size: 0.85rem;
    font-weight: 500;
  }

  @media (min-width: 768px) {
    #desktopProductSpecs .specs-label {
      font-size: 0.95rem;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductSpecs .specs-label {
      font-size: 1rem;
    }
  }

  #desktopProductSpecs .specs-value {
    color: #000;
    font-size: 0.85rem;
  }

  @media (min-width: 768px) {
    #desktopProductSpecs .specs-value {
      font-size: 0.95rem;
    }
  }

  @media (min-width: 1200px) {
    #desktopProductSpecs .specs-value {
      font-size: 1rem;
    }
  }

  /* ===================== MODAL ZA KORPU ===================== */
  .cart-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .cart-modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .cart-modal-content {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    display: flex;
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    animation: slideUp 0.4s ease;
    position: relative;
  }

  @keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Mobilni prikaz - vertikalni */
  @media (max-width: 767px) {
    .cart-modal-content {
      flex-direction: column;
      max-width: 95%;
      max-height: 90vh;
      overflow-y: auto;
    }
  }

  /* Desktop prikaz - horizontalni */
  @media (min-width: 768px) {
    .cart-modal-content {
      flex-direction: row;
      min-height: 450px;
    }
  }

  /* Leva strana - slika i cena */
  .cart-modal-left {
    background: linear-gradient(135deg, #f5f0ff 0%, #e8dff5 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  @media (max-width: 767px) {
    .cart-modal-left {
      width: 100%;
      padding: 25px;
    }
  }

  @media (min-width: 768px) {
    .cart-modal-left {
      width: 40%;
      min-width: 300px;
    }
  }

  .cart-modal-left img {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
    border-radius: 10px;
  }

  @media (max-width: 767px) {
    .cart-modal-left img {
      max-height: 180px;
    }
  }

  .modal-product-price {
    font-size: 2rem;
    font-weight: 700;
    color: #865ba6;
    text-align: center;
  }

  @media (max-width: 767px) {
    .modal-product-price {
      font-size: 1.6rem;
    }
  }

  /* Desna strana - informacije */
  .cart-modal-right {
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    flex: 1;
  }

  @media (max-width: 767px) {
    .cart-modal-right {
      padding: 30px 25px;
    }
  }

  .cart-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    font-weight: 300;
    color: #999;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 1;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .cart-modal-close:hover {
    color: #865ba6;
    background-color: #f5f0ff;
    transform: rotate(90deg);
  }

  .modal-product-category {
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .modal-product-title {
    font-size: 1.6rem;
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  @media (max-width: 767px) {
    .modal-product-title {
      font-size: 1.3rem;
      padding-right: 30px;
    }
  }

  .modal-success-message {
    color: #27ae60;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  @media (max-width: 767px) {
    .modal-success-message {
      font-size: 1rem;
    }
  }

  .modal-divider {
    height: 1px;
    background: linear-gradient(90deg, #e0e0e0 0%, transparent 100%);
    margin: 15px 0;
  }

  .modal-cart-total {
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  @media (max-width: 767px) {
    .modal-cart-total {
      font-size: 1.1rem;
      padding: 10px 0;
    }
  }

  .modal-cart-total-label {
    color: #666;
    font-weight: 500;
  }

  .modal-cart-total-value {
    color: #865ba6;
    font-size: 1.5rem;
    font-weight: 700;
  }

  @media (max-width: 767px) {
    .modal-cart-total-value {
      font-size: 1.3rem;
    }
  }

  /* Dugmad */
  .modal-buttons {
    display: flex;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
  }

  @media (max-width: 767px) {
    .modal-buttons {
      flex-direction: column;
      gap: 10px;
    }
  }

  .modal-btn {
    flex: 1;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
  }

  @media (max-width: 767px) {
    .modal-btn {
      width: 100%;
    }
  }

  .modal-btn-continue {
    background-color: transparent;
    border: 2px solid #865ba6;
    color: #865ba6;
  }

  .modal-btn-continue:hover {
    background-color: #f5f0ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(134, 91, 166, 0.2);
  }

  .modal-btn-checkout {
    background: linear-gradient(135deg, #865ba6 0%, #6d4985 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(134, 91, 166, 0.3);
  }

  .modal-btn-checkout:hover {
    background: linear-gradient(135deg, #6d4985 0%, #5a3a6e 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(134, 91, 166, 0.4);
  }

  /* Responsive adjustments */
  @media (max-width: 480px) {
    .cart-modal-content {
      border-radius: 15px;
    }

    .cart-modal-left {
      padding: 20px;
    }

    .cart-modal-right {
      padding: 25px 20px;
    }

    .modal-product-title {
      font-size: 1.2rem;
    }

    .modal-btn {
      padding: 12px 18px;
      font-size: 0.95rem;
    }
  }

