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

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #2d2d2d;
  background: #fff;
}

a { text-decoration: none; color: inherit; }

/* ===== Top utility bar ===== */
.top-bar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}
.top-bar-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  padding: 8px 24px;
}
.app-link {
  background: #d2ff00;
  font-weight: 700;
  padding: 4px 8px;
  color: #000;
}
.faq-link { color: #2d2d2d; }
.flag { font-size: 16px; }

/* ===== Header ===== */
.header {
  background: #2d2d2d;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 16px 24px;
}
/* ===== JANNAT logo (minimal wordmark) ===== */
.logo {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 6px;
  text-indent: 6px; /* balances the letter-spacing visually */
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.main-nav .divider {
  width: 1px;
  height: 22px;
  background: #555;
}
.search-box {
  flex: 1;
  display: flex;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 10px;
}
.search-box input {
  flex: 1;
  border: none;
  padding: 11px 16px;
  font-size: 14px;
  outline: none;
}
.search-box button {
  border: none;
  background: #fff;
  padding: 0 16px;
  cursor: pointer;
  font-size: 16px;
}
.header-icons {
  display: flex;
  gap: 18px;
  font-size: 20px;
}

/* ===== Black promo strip ===== */
.promo-strip {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
}
.promo-btn {
  border: 1px solid #fff;
  padding: 9px 34px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.promo-text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  display: flex;
  height: 760px;
}
.hero-half { flex: 1; overflow: hidden; }
.hero-women { background: linear-gradient(135deg, #f5b400, #e89c00); }
.hero-men { background: linear-gradient(135deg, #acd3e8, #7fb6d6); }
.hero-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-overlay {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.hero-logo {
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  font-weight: 800;
  letter-spacing: 10px;
  line-height: 1;
  text-indent: 10px;
  background: linear-gradient(145deg, #fff6da 0%, #f3d97a 40%, #d4af37 70%, #b8860b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 18px rgba(0,0,0,0.35));
}
.hero-tagline {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px 14px rgba(0,0,0,0.5);
}
.hero-buttons {
  position: absolute;
  z-index: 2;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 24px;
}
.hero-btn {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 40px;
}

/* ===== Four info tiles ===== */
.info-tiles {
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.info-tile {
  background: #000;
  color: #fff;
  height: 230px;
  padding: 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  overflow: hidden;
}
.info-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.info-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.65), rgba(0,0,0,0.45));
  z-index: 1;
}
.info-tile p {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

/* ===== The biggest brands ===== */
.brands-section {
  width: 100%;
  margin: 60px 0;
  padding: 0;
}
.brands-section .centered-title,
.brands-section .center-btn-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: block;
}
.brand-grid {
  width: 100%;
}
.centered-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 30px;
}
.brand-img {
  position: relative;
  height: 420px;
  background: linear-gradient(160deg, #d8d8d8, #b5b5b5);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-img span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  text-shadow: 0 1px 10px rgba(0,0,0,0.5);
}
.center-btn-wrap {
  text-align: center;
  margin-bottom: 50px;
}
.outline-btn {
  display: inline-block;
  border: 1px solid #000;
  padding: 16px 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* ===== Link list sections ===== */
.links-section {
  max-width: 1400px;
  margin: 0 auto 50px;
  padding: 0 24px;
}
.links-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}
.links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 30px;
}
.links-grid a {
  font-size: 16px;
  color: #2d2d2d;
}
.links-grid a:hover { text-decoration: underline; }

/* ===== Social + payment icons ===== */
.icons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 30px 24px;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}
.social-icons { display: flex; gap: 10px; }
.circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.circle.fb { background: #1877f2; }
.circle.ig { background: #c13584; }
.circle.sc { background: #fffc00; }
.icons-divider { color: #ccc; }
.payment-icons { display: flex; gap: 10px; flex-wrap: wrap; }
.pay {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #333;
}

/* ===== Footer ===== */
.footer {
  background: #2d2d2d;
  color: #fff;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 40px 24px;
}
.footer-app {
  background: #4a4a4a;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.app-logo {
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 14px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-name { font-weight: 700; }
.app-stars { font-size: 13px; color: #ffd23f; }
.download-btn {
  background: #000;
  text-align: center;
  padding: 12px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer-col h4 {
  font-size: 14px;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: #ddd;
  margin-bottom: 12px;
}
.footer-col a:hover { color: #fff; }
.shopping-from { font-size: 13px; margin-bottom: 16px; }
.intl-label { font-size: 13px; margin-bottom: 10px; }
.flags { font-size: 16px; line-height: 1.8; }

.footer-bottom {
  border-top: 1px solid #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 18px 24px;
  font-size: 12px;
  color: #bbb;
}
.footer-legal a:hover { color: #fff; }

/* ===== Responsive ===== */
@media (max-width: 1000px) {
  .info-tiles, .brand-grid, .links-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-logo { font-size: 90px; }
  .hero-tagline { font-size: 28px; }
  .hero { height: 520px; }
}
@media (max-width: 600px) {
  .main-nav, .search-box { display: none; }
  .info-tiles, .brand-grid, .links-grid, .footer-inner { grid-template-columns: 1fr; }
  .promo-text { font-size: 12px; }
  .promo-btn { padding: 7px 16px; }
}

/* ===================================================== */
/* ===== Brand listing page (PLP) ====================== */
/* ===================================================== */
.brand-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 24px 60px;
}

.breadcrumb {
  font-size: 13px;
  color: #555;
  margin-bottom: 24px;
}
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; color: #999; }
.breadcrumb .current { color: #999; }

.brand-heading {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}
.brand-desc {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 1.6;
  max-width: 1300px;
  margin-bottom: 30px;
}
.brand-desc .chev { color: #888; cursor: pointer; }

/* Toolbar */
.brand-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.toolbar-left { display: flex; gap: 14px; }
.tool-btn {
  border: 1px solid #2d2d2d;
  background: #fff;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.tool-btn:hover { background: #f3f3f3; }
.styles-count { font-size: 13px; color: #777; }

/* Product grid */
.plp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px 24px;
}
.plp-card { display: block; cursor: pointer; margin-bottom: 26px; }
.plp-img {
  position: relative;
  background: #f4f4f4;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  margin-bottom: 10px;
}
.plp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.plp-card:hover .plp-img img { transform: scale(1.04); }
.discount {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #e3001b;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 7px;
  z-index: 2;
}
.wish {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  z-index: 2;
}
.wish:hover { background: #f3f3f3; }

.plp-name {
  font-size: 13px;
  color: #2d2d2d;
  line-height: 1.4;
  margin-bottom: 6px;
}
.plp-card:hover .plp-name { text-decoration: underline; }
.plp-price { font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.plp-price .old { color: #888; text-decoration: line-through; font-weight: 400; margin-right: 4px; }
.plp-price .sale { color: #e3001b; }

.plp-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tag {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 7px;
  border: 1px solid #ccc;
  color: #444;
}
.tag.dark { background: #2d2d2d; color: #fff; border-color: #2d2d2d; }

.load-more-wrap { text-align: center; margin-top: 30px; }
.load-more {
  border: 1px solid #2d2d2d;
  background: #fff;
  padding: 15px 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}
.load-more:hover { background: #2d2d2d; color: #fff; }

@media (max-width: 1000px) {
  .plp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .plp-grid { grid-template-columns: repeat(2, 1fr); gap: 4px 12px; }
  .brand-toolbar { flex-direction: column; gap: 12px; align-items: flex-start; }
}

/* ===================================================== */
/* ===== Product Detail Page (PDP) ==================== */
/* ===================================================== */
.pdp-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 24px 60px;
}
.pdp-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  margin-bottom: 60px;
}
.pdp-gallery { display: flex; gap: 12px; }
.thumb-strip { display: flex; flex-direction: column; gap: 8px; width: 72px; flex-shrink: 0; }
.thumb { width: 72px; height: 88px; border: 2px solid transparent; cursor: pointer; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border-color: #2d2d2d; }
.thumb:hover { border-color: #999; }
.main-img-wrap { position: relative; flex: 1; background: #f4f4f4; }
.main-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.85); border: none; font-size: 30px; width: 40px; height: 40px; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; }
.img-arrow.left { left: 10px; }
.img-arrow.right { right: 10px; }
.img-arrow:hover { background: #fff; }
.selling-fast-badge { position: absolute; bottom: 16px; right: 16px; background: #2d2d2d; color: #fff; font-size: 11px; font-weight: 700; padding: 6px 12px; letter-spacing: 1px; }
.pdp-info { padding-top: 4px; }
.pdp-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.pdp-title { font-size: 18px; font-weight: 600; line-height: 1.4; }
.share-btn { border: none; background: none; font-size: 20px; cursor: pointer; flex-shrink: 0; margin-top: 2px; }
.pdp-price-block { margin-bottom: 10px; }
.pdp-now { display: block; font-size: 20px; font-weight: 700; color: #e3001b; }
.pdp-was { font-size: 13px; color: #777; text-decoration: line-through; }
.pdp-pct { color: #e3001b; text-decoration: none; font-weight: 700; }
.pdp-paypal { font-size: 13px; color: #444; margin-bottom: 12px; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.paypal-logo { background: #003087; color: #fff; font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 3px; }
.pdp-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 16px; font-size: 14px; }
.stars { color: #f5a623; font-size: 16px; }
.stars.big { font-size: 22px; }
.stars.sm { font-size: 14px; }
.rating-num { font-weight: 700; }
.rating-count { color: #777; }
.pdp-promo-box { background: #e8f4fd; border-left: 3px solid #2196f3; padding: 12px 14px; font-size: 13px; margin-bottom: 20px; line-height: 1.5; }
.pdp-colour-label { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 10px; }
.colour-name { font-weight: 400; }
.pdp-swatches { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 20px; }
.swatch { width: 52px; height: 52px; border: 2px solid transparent; cursor: pointer; overflow: hidden; position: relative; }
.swatch img { width: 100%; height: 100%; object-fit: cover; }
.swatch.active { border-color: #2d2d2d; }
.swatch.out::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.55); }
.pdp-size-label { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 10px; display: flex; justify-content: space-between; }
.size-guide { font-weight: 400; text-decoration: underline; cursor: pointer; }
.pdp-sizes { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.size-btn { border: 1px solid #ccc; background: #fff; padding: 10px 14px; font-size: 13px; cursor: pointer; min-width: 56px; text-align: center; }
.size-btn:hover:not(.out) { border-color: #2d2d2d; }
.size-btn.active { border: 2px solid #2d2d2d; font-weight: 700; }
.size-btn.out { color: #ccc; cursor: not-allowed; }
.add-to-bag { width: 100%; background: #2d2d2d; color: #fff; border: none; padding: 16px; font-size: 14px; font-weight: 700; letter-spacing: 1px; cursor: pointer; margin-bottom: 10px; }
.add-to-bag:hover { background: #000; }
.save-btn { width: 100%; background: #fff; border: 1px solid #2d2d2d; padding: 14px; font-size: 14px; cursor: pointer; margin-bottom: 20px; }
.save-btn:hover { background: #f5f5f5; }
.pdp-accordion { border-top: 1px solid #eee; }
.acc-item { border-bottom: 1px solid #eee; }
.acc-head { width: 100%; background: none; border: none; padding: 14px 0; display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; cursor: pointer; text-align: left; }
.acc-body { display: none; padding: 0 0 14px; font-size: 13px; line-height: 1.7; color: #444; }
.acc-body ul { padding-left: 18px; }
.acc-item.open .acc-body { display: block; }
.pdp-section { margin-bottom: 50px; }
.pdp-section-title { font-size: 18px; font-weight: 800; letter-spacing: 1px; margin-bottom: 20px; }
.ymal-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.ymal-price { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.ymal-price.red { color: #e3001b; }
.ymal-pct { font-size: 12px; }
.ymal-was { font-size: 12px; color: #888; text-decoration: line-through; margin-bottom: 4px; }
.reviews-section { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; border-top: 1px solid #eee; padding-top: 40px; }
.rev-summary { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.rev-avg { font-size: 22px; font-weight: 700; }
.rev-total { font-size: 14px; color: #777; }
.rev-recommend { font-size: 14px; margin-bottom: 6px; }
.rev-link { font-size: 13px; text-decoration: underline; color: #444; }
.rev-bars-title { font-size: 13px; font-weight: 700; letter-spacing: 0.5px; margin: 20px 0 14px; }
.rev-bar-row { margin-bottom: 18px; }
.bar-label { font-size: 12px; font-weight: 700; letter-spacing: 0.5px; display: flex; align-items: center; gap: 6px; margin-bottom: 8px; }
.bar-track { background: #eee; height: 6px; border-radius: 3px; margin-bottom: 6px; }
.bar-fill { background: #2d2d2d; height: 6px; border-radius: 3px; }
.bar-ends { display: flex; justify-content: space-between; font-size: 11px; color: #888; }
.most-recent-title { font-size: 13px; font-weight: 800; letter-spacing: 0.5px; margin-bottom: 16px; }
.review-card { border-bottom: 1px solid #eee; padding: 18px 0; }
.rev-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.rev-date { font-size: 12px; color: #888; }
.rev-source { font-size: 12px; color: #888; margin-bottom: 8px; }
.rev-headline { font-size: 13px; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 6px; }
.rev-body { font-size: 13px; color: #444; line-height: 1.6; margin-bottom: 10px; }
.rev-footer { display: flex; justify-content: space-between; font-size: 12px; color: #888; }
.rev-footer a { text-decoration: underline; color: #444; }
.view-all-reviews { width: 100%; border: 1px solid #2d2d2d; background: #fff; padding: 15px; font-size: 13px; font-weight: 700; letter-spacing: 1px; cursor: pointer; margin-top: 16px; margin-bottom: 10px; }
.view-all-reviews:hover { background: #f5f5f5; }
.rev-disclaimer { font-size: 11px; color: #888; line-height: 1.5; }
.recently-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.clear-all { border: 1px solid #ccc; background: #fff; padding: 8px 16px; font-size: 12px; font-weight: 700; cursor: pointer; letter-spacing: 0.5px; }
.recently-strip { display: flex; align-items: center; gap: 12px; }
.strip-arrow { border: 1px solid #ccc; background: #fff; font-size: 24px; width: 40px; height: 40px; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.recently-items { display: flex; gap: 16px; overflow: hidden; flex: 1; }
.plp-card.sm .plp-img { height: 180px; }
@media (max-width: 1100px) { .pdp-layout { grid-template-columns: 1fr 360px; } .ymal-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .pdp-layout { grid-template-columns: 1fr; } .reviews-section { grid-template-columns: 1fr; } .ymal-grid { grid-template-columns: repeat(2, 1fr); } }
