﻿/* ATZ Shop site overrides */
.atz-flash { margin-bottom: 0; }

/* Product-driven hero â€” split layout (readable text + product image) */
.atz-product-slider {
  background: #141414;
}
.atz-product-slider .carousel-item {
  background: #141414;
}
.atz-product-slider .atz-hero-slide {
  min-height: 520px;
  padding: 60px 0;
  background-image: none !important;
}
.atz-hero-row {
  min-height: 400px;
}
.atz-hero-copy {
  color: #fff;
  max-width: 540px;
  position: relative;
  z-index: 2;
}
.atz-hero-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #ffd7b0 !important;
}
.atz-hero-title {
  color: #fff !important;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 14px;
}
.atz-hero-desc {
  color: #d1d5db !important;
  text-shadow: none !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
}
.atz-hero-price {
  font-weight: 600;
  color: #fff !important;
  margin: 0 0 22px !important;
  font-size: 18px !important;
}
.atz-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.atz-hero-actions .btn {
  margin: 0;
}
.atz-product-slider .btn-outline-light {
  border: 1px solid rgba(255,255,255,.55);
  color: #fff;
  background: transparent;
}
.atz-product-slider .btn-outline-light:hover {
  background: #fff;
  color: #333;
}
.atz-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 24px;
  min-height: 360px;
}
.atz-hero-visual img {
  max-width: 100%;
  max-height: 340px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.atz-product-slider .carousel-indicators {
  bottom: 12px;
}
.atz-product-slider .carousel-indicators li {
  background-color: rgba(255,255,255,.45);
}
.atz-product-slider .carousel-indicators .active {
  background-color: #fff;
}
@media (max-width: 991px) {
  .atz-product-slider .atz-hero-slide {
    min-height: auto;
    padding: 40px 0 56px;
  }
  .atz-hero-visual {
    min-height: 260px;
    margin-top: 24px;
  }
  .atz-hero-visual img {
    max-height: 240px;
  }
}

/* Category banners use real product photos */
.atz-cat-banner {
  display: block;
  background: #f7f7f7;
  overflow: hidden;
}
.atz-cat-banner img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 16px;
  transition: transform .35s ease;
}
.atz-cat-banner:hover img { transform: scale(1.04); }

/* Promo banners */
.atz-promo-box { position: relative; overflow: hidden; background: #f4f4f4; }
.atz-promo-link { display: block; position: relative; }
.atz-promo-link > img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  padding: 24px;
  background: linear-gradient(180deg, #fafafa 0%, #eee 100%);
}
.atz-promo-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 18px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  color: #fff;
  text-align: left;
}
.atz-promo-caption span {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: 4px;
}
.atz-promo-caption strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.atz-promo-caption em {
  font-style: normal;
  font-weight: 600;
  color: #ffd7b0;
}

.news-box .news-img img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: #f7f7f7;
  padding: 12px;
}
.atz-product-meta h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
}
.atz-product-meta p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}
.atz-page-title {
  padding: 40px 0 20px;
  text-align: center;
}
.atz-page-title h1 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.atz-page-title p { margin: 0; color: #777; }
.atz-shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
  padding-bottom: 60px;
}
.atz-shop-sidebar .search-form {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.atz-shop-sidebar .search-form input {
  flex: 1;
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
}
.atz-shop-sidebar h5 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 16px;
}
.atz-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.atz-cat-list li { margin-bottom: 8px; }
.atz-cat-list a {
  color: #333;
  text-decoration: none;
}
.atz-cat-list a.is-active,
.atz-cat-list a:hover { color: #e97730; }
.atz-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.atz-product-grid .product-box { width: 100%; }
.atz-result-count { margin-bottom: 16px; color: #777; }
.product-detail-section { padding: 40px 0 60px; }
.product-detail-section .product-main-img {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  background: #f7f7f7;
}
.product-detail-section .thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.product-detail-section .thumb {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 4px;
  width: 72px;
  height: 72px;
  cursor: pointer;
}
.product-detail-section .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-section .feature-list {
  padding-left: 18px;
  margin: 16px 0;
}
.product-detail-section .add-form {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.product-detail-section .qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
}
.product-detail-section .qty-wrap button {
  width: 36px;
  height: 40px;
  border: 0;
  background: #f5f5f5;
}
.product-detail-section .qty-wrap input {
  width: 56px;
  height: 40px;
  border: 0;
  text-align: center;
}
.atz-cart-table { margin-bottom: 24px; }
.atz-cart-row {
  display: grid;
  grid-template-columns: 90px 1fr 140px 100px 80px;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.atz-cart-row img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #f7f7f7;
}
.atz-checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  margin: 30px 0 60px;
}
.atz-checkout-panel {
  background: #fff;
  border: 1px solid #eee;
  padding: 24px;
}
.atz-checkout-panel label {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  font-weight: 500;
}
.atz-checkout-panel input,
.atz-checkout-panel textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
}
.atz-bank-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.atz-bank-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.atz-bank-list li span { color: #777; }
.atz-prose { padding-bottom: 60px; max-width: 860px; }
.atz-prose h2 { margin-top: 28px; font-size: 22px; }
.atz-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
}
.atz-contact-form label {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
  font-weight: 500;
}
.atz-contact-form input,
.atz-contact-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
}
.common-cart-img img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  background: #fafafa;
}
.header_list span { color: #fff; }
@media (max-width: 991px) {
  .atz-shop-layout,
  .atz-checkout-layout,
  .atz-contact-layout { grid-template-columns: 1fr; }
  .atz-product-grid { grid-template-columns: repeat(2, 1fr); }
  .atz-cart-row { grid-template-columns: 70px 1fr; }
}
@media (max-width: 575px) {
  .atz-product-grid { grid-template-columns: 1fr; }
}

/* ---- Janoshik Lab Results (atz-lab ticker) ---- */
.atz-lab {
  --atz-lab-accent: #e97730;
  --atz-lab-red: #eb3e32;
  padding: 1.75rem 1.25rem 2.25rem;
  background: linear-gradient(90deg, #fff7f0 0%, #f7f7f7 50%, #fff 100%);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.atz-lab__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 1.25rem;
}
.atz-lab__eyebrow {
  margin: 0 0 0.2rem;
  color: var(--atz-lab-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.atz-lab__title {
  margin: 0 0 0.35rem;
  color: #222;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
}
.atz-lab__sub {
  margin: 0;
  color: #777;
  font-size: 0.9rem;
  max-width: 36rem;
}
.atz-lab__ticker {
  display: grid;
  gap: 0.65rem;
}
.atz-lab__item {
  display: grid;
  grid-template-columns: auto 48px 1fr auto;
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 0.7rem 1rem;
  background: #fff;
  border: 1px solid #ececec;
  border-left: 4px solid var(--atz-lab-accent);
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.atz-lab__item:hover {
  border-color: var(--atz-lab-red);
  border-left-color: var(--atz-lab-red);
  box-shadow: 0 6px 18px rgba(233, 119, 48, 0.12);
  color: inherit;
  text-decoration: none;
}
.atz-lab__purity {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2f9e44;
  white-space: nowrap;
}
.atz-lab__thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff5eb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.atz-lab__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.atz-lab__name {
  display: block;
  font-size: 0.92rem;
  font-weight: 600;
  color: #333;
  line-height: 1.25;
}
.atz-lab__lab {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
}
.atz-lab__cta {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--atz-lab-accent);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .atz-lab__item {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "purity purity"
      "thumb meta"
      "cta cta";
  }
  .atz-lab__purity { grid-area: purity; }
  .atz-lab__thumb { grid-area: thumb; }
  .atz-lab__meta { grid-area: meta; }
  .atz-lab__cta { grid-area: cta; justify-self: start; }
}
