/* ============================================================
   Ga Ga Shop — stili i WooCommerce brenda temës gaga-theme
   Paleta: krem #FFF7EC · accent #C4472F
   I gjithë stili është i kufizuar te .gaga-shop / .gaga-shop-page,
   që të mos prekë pjesën tjetër të gaga.al.
   ============================================================ */

:root {
  --shop-krem: #FFF7EC;
  --shop-boje: #33302B;
  --shop-hiri: #8A8377;
  --shop-hiri-light: #C9C2B6;
  --shop-accent: #C4472F;
  --shop-accent-dark: #9E3722;
  --shop-accent-tint: #FFE3DC;
  --shop-teal: #0E7C74;
  --shop-teal-tint: #D9F1EE;
  --shop-verdhe: #E0A400;
  --shop-verdhe-tint: #FFF0C7;
  --shop-vjollce: #5B4BC4;
  --shop-karte: #FFFFFF;
  --shop-vije: #E8E2D6;
  --shop-hije: 0 2px 10px rgba(51, 48, 43, 0.07);
  --shop-rreze: 20px;
  --shop-font: 'Nunito', 'Trebuchet MS', sans-serif;
  --shop-font-titull: 'Baloo 2', 'Trebuchet MS', sans-serif;
}

/* ---------- baza ---------- */
body.gaga-shop-page {
  background: var(--shop-krem);
}

.gaga-shop {
  font-family: var(--shop-font);
  color: var(--shop-boje);
  font-size: 16px;
  line-height: 1.5;
  /* header-i i temës është position:fixed (logo 2.5rem + 2rem padding) */
  padding-top: 4.75rem;
}

.gaga-shop h1,
.gaga-shop h2,
.gaga-shop h3 {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.gaga-shop a {
  color: var(--shop-accent);
  text-decoration: none;
}
.gaga-shop a:hover {
  color: var(--shop-accent-dark);
}

.gaga-shop svg { max-width: 100%; }
.gaga-shop img { max-width: 100%; height: auto; }

.gaga-shop-permbajtja { padding-bottom: 56px; }

/* ---------- shiriti i njoftimit ---------- */
.gaga-shop .njoftim {
  background: var(--shop-boje);
  color: var(--shop-krem);
  text-align: center;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
}
.gaga-shop .njoftim .woocommerce-Price-amount { color: var(--shop-krem); }

/* ---------- navigimi i shopit ---------- */
.gaga-shop .koka {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}
.gaga-shop .shop-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--shop-boje);
}
.gaga-shop .shop-logo:hover { color: var(--shop-boje); }
.gaga-shop .logo-rreth {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--shop-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gaga-shop .logo-tekst { display: flex; flex-direction: column; }
.gaga-shop .logo-emri {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
.gaga-shop .logo-nen {
  font-size: 11px;
  font-weight: 700;
  color: var(--shop-hiri);
  letter-spacing: 0.06em;
}

.gaga-shop .navigimi {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 800;
  font-size: 15px;
}
.gaga-shop .navigimi a { color: var(--shop-hiri); }
.gaga-shop .navigimi a:hover { color: var(--shop-boje); }
.gaga-shop .navigimi a.aktiv {
  color: var(--shop-boje);
  border-bottom: 3px solid var(--shop-accent);
  padding-bottom: 4px;
}

.gaga-shop .shporta-ikona {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--shop-karte);
  box-shadow: 0 2px 8px rgba(51, 48, 43, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gaga-shop .shporta-numri {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--shop-accent);
  color: var(--shop-krem);
  font-size: 11px;
  font-weight: 800;
  align-items: center;
  justify-content: center;
}

/* ---------- butonat (edhe ata të WooCommerce) ---------- */
.gaga-shop-page .gaga-shop .btn,
.gaga-shop-page .gaga-shop a.button,
.gaga-shop-page .gaga-shop button.button,
.gaga-shop-page .gaga-shop input.button,
.gaga-shop-page .gaga-shop button[type="submit"]:not(.sasia-btn):not(.shto-btn),
.gaga-shop-page .gaga-shop #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--shop-font-titull);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  padding: 13px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-transform: none;
  background: var(--shop-accent);
  color: var(--shop-krem);
  box-shadow: 0 6px 16px rgba(196, 71, 47, 0.28);
  transition: transform 0.12s ease, background 0.12s ease;
}
.gaga-shop-page .gaga-shop .btn:hover,
.gaga-shop-page .gaga-shop a.button:hover,
.gaga-shop-page .gaga-shop button.button:hover,
.gaga-shop-page .gaga-shop input.button:hover,
.gaga-shop-page .gaga-shop #place_order:hover {
  background: var(--shop-accent-dark);
  color: var(--shop-krem);
  transform: none;
}
.gaga-shop-page .gaga-shop .btn:active,
.gaga-shop-page .gaga-shop a.button:active,
.gaga-shop-page .gaga-shop button.button:active { transform: scale(0.97); }

.gaga-shop-page .gaga-shop .btn-dyte,
.gaga-shop-page .gaga-shop button.button.perditeso-shporten {
  background: var(--shop-boje);
  color: var(--shop-krem);
  box-shadow: none;
}
.gaga-shop-page .gaga-shop .btn-dyte:hover { background: #000; color: var(--shop-krem); }

.gaga-shop-page .gaga-shop .btn-bardhe {
  background: var(--shop-karte);
  color: var(--shop-boje);
  box-shadow: var(--shop-hije);
}
.gaga-shop-page .gaga-shop .btn-bardhe:hover { background: var(--shop-karte); color: var(--shop-boje); }

.gaga-shop-page .gaga-shop .btn-vije {
  background: transparent;
  color: var(--shop-boje);
  border: 2px solid var(--shop-boje);
  box-shadow: none;
}
.gaga-shop-page .gaga-shop .btn-vije:hover { background: var(--shop-boje); color: var(--shop-krem); }

.gaga-shop-page .gaga-shop .btn-plote,
.gaga-shop-page .gaga-shop .checkout-button,
.gaga-shop-page .gaga-shop #place_order { width: 100%; }

.gaga-shop .btn.disabled,
.gaga-shop .button.disabled,
.gaga-shop .button:disabled { opacity: 0.5; cursor: not-allowed; }

/* ---------- badges ---------- */
.gaga-shop .badge,
.gaga-shop span.onsale {
  display: inline-flex;
  align-items: center;
  font-family: var(--shop-font);
  font-size: 12px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--shop-accent);
  color: var(--shop-krem);
  line-height: 1.4;
  min-height: 0;
  min-width: 0;
  position: static;
}
.gaga-shop .badge-accent { background: var(--shop-accent); color: var(--shop-krem); }
.gaga-shop .badge-teal { background: var(--shop-teal); color: var(--shop-krem); }
.gaga-shop .badge-verdhe { background: #FFE9A8; color: #7A5A00; }
.gaga-shop .badge-vjollce { background: var(--shop-vjollce); color: var(--shop-krem); }

/* ---------- kokat e faqeve ---------- */
.gaga-shop .shop-arkiva-koka { padding: 32px 0 0; }
.gaga-shop .shop-faqja-titulli { font-size: 36px; margin-bottom: 8px; }
.gaga-shop .shop-faqja-numri { color: var(--shop-hiri); margin: 0 0 24px; }
.gaga-shop .shop-breadcrumb {
  padding: 24px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.gaga-shop .shop-breadcrumb a { color: var(--shop-hiri); }
.gaga-shop .shop-breadcrumb span { color: var(--shop-hiri-light); }
.gaga-shop .shop-breadcrumb .aktual { color: var(--shop-boje); }

/* ---------- filtrat ---------- */
.gaga-shop .filtrat {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.gaga-shop .filter-chip {
  font-family: var(--shop-font);
  font-weight: 800;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--shop-karte);
  color: var(--shop-hiri);
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: var(--shop-hije);
}
.gaga-shop .filter-chip:hover { color: var(--shop-boje); }
.gaga-shop .filter-chip.aktiv { background: var(--shop-boje); color: var(--shop-krem); }

/* ---------- ballina: hero ---------- */
.gaga-shop .shop-hero {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 40px 0 56px;
  position: static;
  overflow: visible;
}
.gaga-shop .hero-teksti {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 640px;
}
.gaga-shop .hero-titulli { font-size: 52px; }
.gaga-shop .hero-pershkrimi {
  font-size: 18px;
  color: var(--shop-hiri);
  max-width: 520px;
  margin: 0;
}
.gaga-shop .hero-veprimet {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.gaga-shop .hero-lidhja { font-weight: 800; color: var(--shop-boje); }
.gaga-shop .hero-lidhja:hover { color: var(--shop-accent); }
.gaga-shop .hero-foto {
  width: 460px;
  height: 350px;
  flex-shrink: 0;
  border-radius: 32px;
  background: #BFE8E2;
  position: relative;
  overflow: hidden;
}

/* ---------- ballina: seksionet ---------- */
.gaga-shop .seksioni { padding: 0 0 56px; }
.gaga-shop .seksioni-koka {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.gaga-shop .seksioni-titulli { font-size: 26px; font-weight: 700; }
.gaga-shop .seksioni-lidhja { font-weight: 800; color: var(--shop-boje); }
.gaga-shop .seksioni-lidhja:hover { color: var(--shop-accent); }

/* ---------- ballina: kategoritë ---------- */
.gaga-shop .kategorite {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.gaga-shop .kategori-karte {
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shop-hije);
  color: var(--shop-boje);
  transition: transform 0.15s ease;
}
.gaga-shop .kategori-karte:hover { transform: translateY(-3px); color: var(--shop-boje); }
.gaga-shop .kategori-ikona {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gaga-shop .kategori-emri { font-weight: 800; font-size: 17px; }
.gaga-shop .kategori-pershkrimi { font-size: 14px; color: var(--shop-hiri); }

/* ---------- ballina: banneri ---------- */
.gaga-shop .banner {
  background: var(--shop-accent);
  border-radius: 28px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.gaga-shop .banner-teksti {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 620px;
}
.gaga-shop .banner-mbi {
  color: #FFE0D8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.gaga-shop .banner-titulli { font-size: 30px; color: var(--shop-krem); }
.gaga-shop .banner-cmimet { display: flex; align-items: baseline; gap: 12px; }
.gaga-shop .banner-cmimi,
.gaga-shop .banner-cmimi .woocommerce-Price-amount {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  font-size: 26px;
  color: var(--shop-krem);
}
.gaga-shop .banner-vjeter,
.gaga-shop .banner-vjeter .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 700;
  color: #FFD3C7;
  text-decoration: line-through;
}

/* ---------- ballina: rreshti i besimit ---------- */
.gaga-shop .besimi {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.gaga-shop .besimi-item { display: flex; align-items: center; gap: 14px; }
.gaga-shop .besimi-ikona {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--shop-karte);
  box-shadow: 0 2px 8px rgba(51, 48, 43, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gaga-shop .besimi-titulli { font-weight: 800; font-size: 15px; }
.gaga-shop .besimi-pershkrimi { font-size: 13px; color: var(--shop-hiri); }

/* ---------- rrjeta e produkteve ---------- */
.gaga-shop-page .gaga-shop ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gaga-shop-page .gaga-shop ul.products::before,
.gaga-shop-page .gaga-shop ul.products::after { content: none; }

.gaga-shop-page .gaga-shop ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shop-hije);
  color: var(--shop-boje);
  transition: transform 0.15s ease;
}
.gaga-shop-page .gaga-shop ul.products li.product:hover { transform: translateY(-3px); }

.gaga-shop .produkt-foto {
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gaga-shop .produkt-foto .badge { position: absolute; top: 14px; left: 14px; z-index: 2; }
.gaga-shop .produkt-foto img { width: 100%; height: 100%; object-fit: cover; }

.gaga-shop .produkt-info {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.gaga-shop .produkt-lidhja { color: inherit; }
.gaga-shop .produkt-lidhja:hover { color: var(--shop-accent); }
.gaga-shop .produkt-emri { font-weight: 800; font-size: 16px; line-height: 1.35; }
.gaga-shop .produkt-pershkrimi { font-size: 13px; color: var(--shop-hiri); }
.gaga-shop .produkt-fundi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 6px;
}
.gaga-shop .produkt-cmimi,
.gaga-shop .produkt-cmimi .woocommerce-Price-amount {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  font-size: 20px;
  color: var(--shop-boje);
}
.gaga-shop .produkt-cmimi del { opacity: 0.5; font-size: 15px; margin-right: 6px; }
.gaga-shop .produkt-cmimi ins { text-decoration: none; }

/* butoni i rrumbullakët "+" */
.gaga-shop-page .gaga-shop a.shto-btn {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 50%;
  background: var(--shop-boje);
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  font-size: 0;
  flex-shrink: 0;
  transition: background 0.12s ease, transform 0.12s ease;
}
.gaga-shop-page .gaga-shop a.shto-btn:hover { background: var(--shop-accent); transform: none; }
.gaga-shop-page .gaga-shop a.shto-btn:active { transform: scale(0.9); }
.gaga-shop-page .gaga-shop a.shto-btn.loading { opacity: 0.6; }
.gaga-shop-page .gaga-shop a.shto-btn.added::after { display: none; }
/* linku "Shiko shportën" që WooCommerce e shton pas AJAX-it */
.gaga-shop-page .gaga-shop a.added_to_cart {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 800;
  color: var(--shop-teal);
}

/* ---------- faqja e produktit ---------- */
.gaga-shop-page .gaga-shop div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 24px 0 56px;
  align-items: start;
}
.gaga-shop-page .gaga-shop div.product::before,
.gaga-shop-page .gaga-shop div.product::after { content: none; }

.gaga-shop .produkti-foto-madhe {
  border-radius: 32px;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 24px;
}
.gaga-shop .produkti-foto-madhe .badge { position: absolute; top: 20px; left: 20px; z-index: 2; }
.gaga-shop .produkti-foto-madhe .ilustrimi-madh { transform: scale(1.8); }
.gaga-shop-page .gaga-shop .produkti-foto-madhe .woocommerce-product-gallery {
  width: 100%;
  float: none;
  margin: 0;
}
.gaga-shop .produkti-foto-madhe .woocommerce-product-gallery__wrapper { margin: 0; }
.gaga-shop .produkti-foto-madhe img { border-radius: 20px; }

.gaga-shop-page .gaga-shop div.product .summary {
  float: none;
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.gaga-shop-page .gaga-shop div.product .product_title { font-size: 36px; }
.gaga-shop-page .gaga-shop div.product p.price,
.gaga-shop-page .gaga-shop div.product span.price {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  font-size: 32px;
  color: var(--shop-boje);
  margin: 0;
}
.gaga-shop-page .gaga-shop div.product p.price del { opacity: 0.5; font-size: 22px; }
.gaga-shop-page .gaga-shop div.product p.price ins { text-decoration: none; }
.gaga-shop .woocommerce-product-details__short-description {
  color: #6B6357;
  line-height: 1.7;
}
.gaga-shop .woocommerce-product-details__short-description p { margin: 0 0 10px; }

.gaga-shop-page .gaga-shop div.product form.cart {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
}
.gaga-shop-page .gaga-shop div.product form.cart .quantity { float: none; margin: 0; }
.gaga-shop .product_meta { font-size: 13px; color: var(--shop-hiri); }
.gaga-shop .product_meta a { color: var(--shop-hiri); }

.gaga-shop .produkti-veti {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  box-shadow: var(--shop-hije);
}
.gaga-shop .veti-rresht {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.gaga-shop .veti-rresht svg { flex-shrink: 0; }

/* tabs + produktet e ngjashme zënë tërë gjerësinë nën rrjetën 2-kolonëshe */
.gaga-shop-page .gaga-shop div.product .woocommerce-tabs,
.gaga-shop-page .gaga-shop div.product .related,
.gaga-shop-page .gaga-shop div.product .upsells {
  grid-column: 1 / -1;
}
.gaga-shop .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.gaga-shop .woocommerce-tabs ul.tabs::before,
.gaga-shop .woocommerce-tabs ul.tabs::after { content: none; }
.gaga-shop .woocommerce-tabs ul.tabs li {
  background: var(--shop-karte);
  border: none;
  border-radius: 999px;
  box-shadow: var(--shop-hije);
  padding: 0;
  margin: 0;
}
.gaga-shop .woocommerce-tabs ul.tabs li::before,
.gaga-shop .woocommerce-tabs ul.tabs li::after { content: none; display: none; }
.gaga-shop .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 14px;
  color: var(--shop-hiri);
}
.gaga-shop .woocommerce-tabs ul.tabs li.active { background: var(--shop-boje); }
.gaga-shop .woocommerce-tabs ul.tabs li.active a { color: var(--shop-krem); }
.gaga-shop .woocommerce-tabs .panel {
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  box-shadow: var(--shop-hije);
  padding: 28px;
  line-height: 1.7;
}
.gaga-shop .related > h2,
.gaga-shop .upsells > h2 { font-size: 26px; margin: 40px 0 20px; }

/* ---------- shporta ---------- */
.gaga-shop .shporta-faqja {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 32px;
  padding: 8px 0 56px;
  align-items: start;
}
.gaga-shop .shporta-lista {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gaga-shop .shporta-rresht {
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  padding: 16px 20px;
  box-shadow: var(--shop-hije);
  display: grid;
  grid-template-columns: 84px 1fr auto auto auto;
  gap: 16px;
  align-items: center;
}
.gaga-shop .shporta-foto-vogel {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gaga-shop .shporta-foto-vogel svg { transform: scale(0.5); }
.gaga-shop .shporta-foto-vogel img { width: 100%; height: 100%; object-fit: cover; }
.gaga-shop .shporta-detajet { display: flex; flex-direction: column; gap: 4px; }
.gaga-shop .shporta-emri { color: var(--shop-boje); font-weight: 800; }
.gaga-shop .shporta-emri:hover { color: var(--shop-accent); }
.gaga-shop .shporta-cope { font-size: 13px; color: var(--shop-hiri); }
.gaga-shop .shporta-cope .woocommerce-Price-amount { color: var(--shop-hiri); }
.gaga-shop .shporta-shuma {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  font-size: 18px;
  white-space: nowrap;
}
.gaga-shop-page .gaga-shop a.hiq-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--shop-hiri);
  font-size: 22px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 50%;
  width: auto;
  height: auto;
  box-shadow: none;
}
.gaga-shop-page .gaga-shop a.hiq-btn:hover { color: var(--shop-accent); background: none; }

.gaga-shop .shporta-veprimet {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 8px;
}
.gaga-shop .kuponi { display: flex; gap: 10px; flex: 1; min-width: 260px; }
.gaga-shop .kuponi input.input-text {
  flex: 1;
  font-family: var(--shop-font);
  font-size: 15px;
  padding: 13px 16px;
  border-radius: 14px;
  border: 2px solid var(--shop-vije);
  background: var(--shop-karte);
  color: var(--shop-boje);
}
.gaga-shop .kuponi input.input-text:focus { outline: none; border-color: var(--shop-accent); }
/* butoni "Përditëso shportën" fshihet vetëm nëse JS-i punon */
.gaga-shop.js-sasia .perditeso-shporten { display: none; }

.gaga-shop .shporta-anesore { position: sticky; top: 24px; }

/* ---------- përmbledhja (shporta + checkout) ---------- */
.gaga-shop .permbledhja,
.gaga-shop .cart_totals,
.gaga-shop #order_review {
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  padding: 28px;
  box-shadow: var(--shop-hije);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gaga-shop .permbledhja-titulli { font-size: 20px; }
.gaga-shop .permbledhja h2 { font-size: 20px; }

.gaga-shop .cart_totals table,
.gaga-shop #order_review table.shop_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0;
}
.gaga-shop .cart_totals table tr,
.gaga-shop #order_review table.shop_table tbody tr,
.gaga-shop #order_review table.shop_table tfoot tr {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0;
  border: none;
}
.gaga-shop .cart_totals table th,
.gaga-shop .cart_totals table td,
.gaga-shop #order_review table.shop_table th,
.gaga-shop #order_review table.shop_table td {
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  background: none;
}
.gaga-shop .cart_totals table td { text-align: right; }
.gaga-shop .cart_totals table tr.order-total,
.gaga-shop #order_review table.shop_table tfoot tr:last-child {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  font-size: 22px;
  border-top: 2px solid var(--shop-krem);
  padding-top: 14px;
  margin-top: 6px;
}
.gaga-shop .cart_totals table tr.order-total th,
.gaga-shop .cart_totals table tr.order-total td,
.gaga-shop #order_review table.shop_table tfoot tr:last-child th,
.gaga-shop #order_review table.shop_table tfoot tr:last-child td {
  font-family: var(--shop-font-titull);
  font-weight: 800;
  font-size: 22px;
}
.gaga-shop .cart_totals ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}
.gaga-shop .cart_totals ul#shipping_method li { margin: 0; font-size: 14px; }
.gaga-shop .cart_totals .woocommerce-shipping-destination { font-size: 13px; color: var(--shop-hiri); }
.gaga-shop .cart_totals .shipping-calculator-button { font-size: 13px; font-weight: 800; }
.gaga-shop .wc-proceed-to-checkout { padding: 0; margin: 0; }
.gaga-shop .vazhdo-blerjet {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  color: var(--shop-hiri);
}
.gaga-shop .vazhdo-blerjet:hover { color: var(--shop-boje); }

.gaga-shop .dergesa-banner {
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
}
.gaga-shop .dergesa-banner-verdhe { background: var(--shop-verdhe-tint); color: #7A5A00; }
.gaga-shop .dergesa-banner-teal { background: var(--shop-teal-tint); color: var(--shop-teal); }
.gaga-shop .dergesa-banner .woocommerce-Price-amount { color: inherit; font-weight: 800; }

/* ---------- sasia (− 1 +) ---------- */
.gaga-shop .quantity.sasia {
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--shop-boje);
  border-radius: 999px;
  width: fit-content;
  overflow: hidden;
  background: var(--shop-karte);
}
.gaga-shop .quantity.sasia .sasia-btn {
  width: 40px;
  height: 42px;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  color: var(--shop-boje);
  padding: 0;
  line-height: 1;
}
.gaga-shop .quantity.sasia .sasia-btn:hover { background: var(--shop-accent-tint); }
.gaga-shop .quantity.sasia input.qty {
  width: 46px;
  border: none;
  background: transparent;
  text-align: center;
  font-family: var(--shop-font);
  font-weight: 800;
  font-size: 16px;
  color: var(--shop-boje);
  padding: 0;
  -moz-appearance: textfield;
  appearance: textfield;
}
.gaga-shop .quantity.sasia input.qty::-webkit-outer-spin-button,
.gaga-shop .quantity.sasia input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gaga-shop .quantity.sasia input.qty:focus { outline: none; }

/* ---------- checkout ---------- */
.gaga-shop .woocommerce-checkout h3,
.gaga-shop #order_review_heading { font-size: 20px; margin: 0 0 16px; }

.gaga-shop form.checkout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  align-items: start;
  padding: 8px 0 56px;
}
.gaga-shop form.checkout #customer_details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  grid-column: 1;
  grid-row: 1 / span 2;
}
.gaga-shop form.checkout #order_review { grid-column: 2; grid-row: 2; }
.gaga-shop form.checkout #customer_details .col-1,
.gaga-shop form.checkout #customer_details .col-2 {
  float: none;
  width: auto;
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  padding: 28px;
  box-shadow: var(--shop-hije);
}
.gaga-shop form.checkout #customer_details .col2-set { width: auto; }
.gaga-shop form.checkout #order_review_heading { grid-column: 2; grid-row: 1; align-self: end; }
.gaga-shop .woocommerce-additional-fields {
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  padding: 28px;
  box-shadow: var(--shop-hije);
}

.gaga-shop .form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0 0 16px;
  width: 100%;
  float: none;
}
.gaga-shop .form-row label {
  font-weight: 800;
  font-size: 14px;
  color: var(--shop-boje);
}
.gaga-shop .form-row .required { color: var(--shop-accent); text-decoration: none; }
.gaga-shop .form-row input.input-text,
.gaga-shop .form-row textarea,
.gaga-shop .form-row select,
.gaga-shop .select2-container .select2-selection--single {
  font-family: var(--shop-font);
  font-size: 15px;
  padding: 13px 16px;
  height: auto;
  border-radius: 14px;
  border: 2px solid var(--shop-vije);
  background: var(--shop-karte);
  color: var(--shop-boje);
  width: 100%;
}
.gaga-shop .form-row input.input-text:focus,
.gaga-shop .form-row textarea:focus,
.gaga-shop .form-row select:focus { outline: none; border-color: var(--shop-accent); }
.gaga-shop .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.4;
  padding: 0;
  color: var(--shop-boje);
}
.gaga-shop .select2-container--default .select2-selection--single .select2-selection__arrow { top: 12px; right: 10px; }
.gaga-shop .form-row-first,
.gaga-shop .form-row-last { width: 100%; }

.gaga-shop #payment {
  background: none;
  border-radius: 0;
  padding: 0;
}
.gaga-shop #payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0 0 16px;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gaga-shop #payment ul.payment_methods li {
  padding: 14px 16px;
  border: 2px solid var(--shop-vije);
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  background: none;
  margin: 0;
}
.gaga-shop #payment ul.payment_methods li:has(input:checked) {
  border-color: var(--shop-accent);
  background: var(--shop-accent-tint);
}
.gaga-shop #payment ul.payment_methods li input { accent-color: var(--shop-accent); }
.gaga-shop #payment ul.payment_methods li label { display: inline; font-weight: 700; }
.gaga-shop #payment div.payment_box {
  background: var(--shop-krem);
  color: #6B6357;
  font-size: 13px;
  border-radius: 12px;
  margin: 10px 0 0;
  padding: 12px 14px;
}
.gaga-shop #payment div.payment_box::before { display: none; }
.gaga-shop #payment .place-order { padding: 0; margin: 0; }
.gaga-shop .woocommerce-terms-and-conditions-wrapper {
  font-size: 12px;
  color: var(--shop-hiri);
  margin-bottom: 14px;
}

/* ---------- njoftimet e WooCommerce ---------- */
.gaga-shop .woocommerce-message,
.gaga-shop .woocommerce-info,
.gaga-shop .woocommerce-error {
  background: var(--shop-karte);
  border-top: none;
  border-left: 5px solid var(--shop-teal);
  border-radius: 14px;
  box-shadow: var(--shop-hije);
  padding: 16px 20px;
  margin: 20px 0;
  font-weight: 600;
  font-size: 15px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.gaga-shop .woocommerce-message::before,
.gaga-shop .woocommerce-info::before,
.gaga-shop .woocommerce-error::before { display: none; }
.gaga-shop .woocommerce-error { border-left-color: var(--shop-accent); flex-direction: column; align-items: flex-start; }
.gaga-shop .woocommerce-info { border-left-color: var(--shop-verdhe); }
.gaga-shop .woocommerce-message .button,
.gaga-shop .woocommerce-info .button { margin-left: auto; }

/* ---------- zbrazët / konfirmimi ---------- */
.gaga-shop .zbrazet {
  text-align: center;
  padding: 80px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.gaga-shop .zbrazet p { color: var(--shop-hiri); margin: 0; }

.gaga-shop .konfirmimi {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 24px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.gaga-shop .konfirmimi-titulli { font-size: 38px; }
.gaga-shop .konfirmimi-teksti {
  font-size: 17px;
  color: #6B6357;
  margin: 0;
  line-height: 1.7;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  display: block;
}
.gaga-shop .konfirmimi-teksti::before { display: none; }
.gaga-shop .konfirmimi-totali {
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  padding: 20px 28px;
  box-shadow: var(--shop-hije);
  font-weight: 800;
  font-size: 18px;
}
.gaga-shop .konfirmimi-butonat { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.gaga-shop .woocommerce-order-details,
.gaga-shop .woocommerce-customer-details {
  width: 100%;
  text-align: left;
  background: var(--shop-karte);
  border-radius: var(--shop-rreze);
  padding: 28px;
  box-shadow: var(--shop-hije);
  margin-top: 16px;
}
.gaga-shop .woocommerce-order-details table.shop_table { width: 100%; border-collapse: collapse; }
.gaga-shop .woocommerce-order-details table.shop_table th,
.gaga-shop .woocommerce-order-details table.shop_table td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid var(--shop-krem);
  font-size: 15px;
}

/* ---------- llogaria ---------- */
.gaga-shop .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gaga-shop .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--shop-karte);
  box-shadow: var(--shop-hije);
  font-weight: 800;
  font-size: 14px;
  color: var(--shop-hiri);
}
.gaga-shop .woocommerce-MyAccount-navigation ul li.is-active a { background: var(--shop-boje); color: var(--shop-krem); }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .gaga-shop-page .gaga-shop ul.products,
  .gaga-shop .kategorite { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gaga-shop .shop-hero { flex-direction: column; align-items: flex-start; }
  .gaga-shop .hero-foto { width: 100%; }
  .gaga-shop .banner { flex-direction: column; align-items: flex-start; }
  .gaga-shop-page .gaga-shop div.product,
  .gaga-shop .shporta-faqja,
  .gaga-shop form.checkout { grid-template-columns: 1fr; }
  .gaga-shop form.checkout #customer_details,
  .gaga-shop form.checkout #order_review_heading,
  .gaga-shop form.checkout #order_review { grid-column: auto; grid-row: auto; }
  .gaga-shop .shporta-anesore { position: static; }
  .gaga-shop .produkti-foto-madhe { min-height: 340px; }
}

@media (max-width: 640px) {
  .gaga-shop-page .gaga-shop ul.products,
  .gaga-shop .kategorite,
  .gaga-shop .besimi { grid-template-columns: 1fr; }
  .gaga-shop .navigimi { display: none; }
  .gaga-shop .hero-titulli { font-size: 34px; }
  .gaga-shop .banner { padding: 28px 24px; }
  .gaga-shop .banner-titulli { font-size: 24px; }
  .gaga-shop .shop-faqja-titulli { font-size: 28px; }
  .gaga-shop-page .gaga-shop div.product .product_title { font-size: 28px; }
  .gaga-shop .konfirmimi-titulli { font-size: 30px; }
  .gaga-shop .shporta-rresht {
    grid-template-columns: 64px 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 12px;
  }
  .gaga-shop .shporta-foto-vogel { width: 64px; height: 64px; }
  .gaga-shop .produkti-foto-madhe .ilustrimi-madh { transform: scale(1.3); }
}
