﻿/* Auto-extracted CSS for Views/product */

.product-s-0658b459 { padding:40px 0; }

.product-s-3880ad64 { justify-content:center;margin-bottom:12px; }

.product-s-5b7a3036 { font-size:clamp(1.75rem,3vw,2.5rem); }

.product-s-d461c96d { position:relative; }

.product-s-e84706a0 { font-size:.75rem;color:var(--slate-400);margin-top:6px;text-align:center; }

.product-s-be265379 { display:flex;flex-direction:column;gap:8px; }

.product-s-b2a89f5f { cursor:pointer;display:flex;align-items:center;gap:8px; }

.product-s-d3b80ea4 { accent-color:var(--primary); }

.product-s-1b657edc { display:flex;gap:2px; }

.product-s-d59d0174 { width:14px;height:14px;fill:#f59e0b; }

.product-s-90d2d0eb { font-size:.8125rem;color:var(--slate-500); }

.product-s-cf884604 { width:14px;height:14px;fill:${i<4?'#f59e0b':'#e2e8f0'}; }

.product-s-a1c8eab9 { width:16px;height:16px; }

.product-detail-page {
  padding: 32px 0 48px;
  background: #f8fafc;
}

.product-detail-breadcrumb {
  margin-bottom: 20px;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  gap: 48px;
  align-items: start;
}

.product-detail-gallery {
  min-width: 0;
}

.product-detail-image {
  width: 100%;
  aspect-ratio: 1.24 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--slate-100);
  border: 1px solid var(--slate-200);
}

.product-detail-image img,
.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.product-thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  background: var(--white);
  cursor: pointer;
}

.product-thumb.active {
  border-color: var(--primary);
}

.product-detail-info {
  display: grid;
  gap: 18px;
  padding-top: 4px;
}

.product-detail-category {
  color: var(--primary);
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
}

.product-detail-info h1 {
  margin: 0;
  color: var(--slate-900);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.18;
}

.product-detail-price {
  color: #dc2626;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
}

.product-detail-meta,
.product-detail-content {
  color: var(--slate-700);
  line-height: 1.7;
}

.product-detail-meta p,
.product-detail-content p {
  margin: 0 0 10px;
}

.product-purchase-box {
  display: grid;
  gap: 18px;
  margin-top: 6px;
}

.quantity-field {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 500;
  color: var(--slate-700);
}

.quantity-field input {
  width: 72px;
  height: 38px;
  border: 1px solid var(--slate-200);
  border-radius: 6px;
  text-align: center;
  font: inherit;
  background: var(--white);
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-detail-actions .btn {
  min-height: 44px;
  border-radius: 8px;
  gap: 8px;
}

.product-detail-actions svg {
  width: 18px;
  height: 18px;
}

.product-add-cart {
  background: var(--white);
}

.product-detail-policies {
  display: grid;
  gap: 10px;
  color: var(--slate-800);
  font-weight: 500;
}

.product-detail-policies span::before {
  content: "✓";
  color: var(--primary);
  font-weight: 800;
  margin-right: 8px;
}

.product-detail-tabs-section,
.related-products-section {
  padding: 32px 0 48px;
  background: #f8fafc;
}

.product-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid var(--slate-200);
}

.product-tab {
  padding: 0 0 14px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--slate-700);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.product-tab.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.product-tab-panel {
  display: none;
  padding: 28px 0 0;
  color: var(--slate-700);
  line-height: 1.75;
}

.product-tab-panel.active {
  display: block;
}

.product-tab-panel h2 {
  margin: 0 0 14px;
  color: var(--slate-900);
  font-size: 1.5rem;
}

.product-card {
  position: relative;
}

.product-card-quick-add {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
}

.product-card-link {
  color: inherit;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .product-detail-layout { grid-template-columns: 1fr; gap: 28px; }
  .product-s-1b657edc { flex-wrap: wrap; }
  .product-s-be265379 { flex-wrap: wrap; }
  .product-s-b2a89f5f { flex-wrap: wrap; }
}

/* Responsive: product pages */
@media (min-width: 1200px) {
  .products-page-layout { align-items: start; }
}
@media (max-width: 1024px) {
  .products-page-layout { grid-template-columns: 240px minmax(0, 1fr); gap: 20px; }
  .products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .products-page-layout { grid-template-columns: 1fr !important; }
  .filter-sidebar { position: static !important; }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products-toolbar { flex-direction: column; align-items: stretch; gap: 12px; }
}
@media (max-width: 480px) {
  .product-detail-actions .btn { width: 100%; justify-content: center; }
  .product-tabs { gap: 18px; overflow-x: auto; }
  .product-thumb { width: 64px; height: 64px; }
  .products-grid { gap: 12px; }
  .product-card .product-card-img { height: 140px; }
  .page-hero-title { font-size: 1.5rem !important; }
}
