/* پوستهٔ بلانتون — کاتالوگ سبز، بدون سبد */
body.shop-site {
  font-family: Tahoma, "Segoe UI", system-ui, sans-serif;
  margin: 0;
  color: #1a1a1a;
  background: #fff;
}
.bt-header {
  background: #00a984;
  color: #fff;
}
.bt-header__in {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
}
.bt-logo img {
  height: 42px;
  width: auto;
  display: block;
}
.bt-header nav {
  display: flex;
  gap: 18px;
}
.bt-header nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.bt-footer {
  background: #0f172a;
  color: #e2e8f0;
  padding: 28px 0;
  margin-top: 48px;
}
.lx-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
.lx-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}
.lx-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.lx-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.lx-card h3 {
  margin: 10px 12px 12px;
  font-size: 15px;
  font-weight: 600;
}
.lx-ph {
  aspect-ratio: 1;
  background: #f1f5f9;
}
.bt-pdp {
  padding: 28px 0 64px;
}
.bt-pdp__top {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}
.bt-pdp__gallery {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
}
.bt-pdp__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bt-pdp__thumbs button {
  border: 1px solid #e5e7eb;
  padding: 0;
  background: #fff;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.bt-pdp__thumbs img,
.bt-pdp__hero img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.bt-pdp__hero img {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}
.bt-pdp__copy h1 {
  margin: 0 0 8px;
  font-size: 28px;
}
.bt-pdp__cats {
  color: #64748b;
  margin: 0 0 16px;
}
.bt-pdp__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.bt-pdp__swatch {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  min-height: 36px;
  padding: 0 12px 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  cursor: default;
}
.bt-pdp__swatch::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: inherit;
}
.bt-pdp__note {
  color: #64748b;
}
.bt-pdp__feats {
  padding-inline-start: 18px;
}
.bt-pdp__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.bt-pdp__tag {
  background: #ecfdf5;
  color: #047857;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 13px;
}
.bt-pdp__attrs {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}
.bt-pdp__attrs th,
.bt-pdp__attrs td {
  border-bottom: 1px solid #e5e7eb;
  padding: 8px 4px;
  text-align: start;
}
.bt-pdp__body {
  margin-top: 24px;
  line-height: 1.8;
}
@media (max-width: 860px) {
  .bt-pdp__top,
  .bt-pdp__gallery {
    grid-template-columns: 1fr;
  }
  .bt-pdp__thumbs {
    flex-direction: row;
    overflow: auto;
  }
  .bt-pdp__thumbs button {
    width: 64px;
    flex: 0 0 auto;
  }
}
