@charset "UTF-8";
:root {
  --bg: #050505;
  --panel: #111111;
  --panel-soft: #181818;
  --border: rgba(255, 255, 255, 0.08);
  --text: #f7f7f7;
  --muted: #8a8a8a;
  --accent: #2b7bff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", "Segoe UI", sans-serif;
  min-height: 100vh;
  line-height: 1.45;
  overflow-x: hidden;
}

main {
  min-height: 100vh;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
  color: inherit;
}

.landing-shell {
  min-height: 100vh;
  padding: 1rem clamp(1rem, 3vw, 2rem) 2rem;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .landing-shell {
    padding: 0 0 5rem;
    overflow-x: hidden;
  }
}

.floating-top {
  position: fixed;
  left: 2rem;
  right: 2rem;
  top: 1rem;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 1920px;
  margin: 0 auto;
}
.floating-top::after {
  content: "";
  height: 8rem;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .floating-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.75rem;
    border-radius: 0;
    gap: 1rem;
    background: var(--panel);
    backdrop-filter: blur(12px);
    z-index: 50;
  }
}

.brand-mark {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .brand-mark {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    border-radius: 10px;
  }
}

.search-shell {
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  border: 1px solid var(--border);
  backdrop-filter: blur(12px);
}
.search-shell input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.95rem;
  min-width: 0;
}
.search-shell button {
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}
.search-shell button:hover {
  opacity: 0.85;
}
.search-shell button svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 991px) {
  .search-shell {
    flex: 1;
    max-width: 100%;
    min-width: 0;
  }
}

.mobile-nav,
.mobile-category-toggle,
.mobile-category-overlay {
  display: none;
}

.session-actions {
  display: flex;
  gap: 0.75rem;
  margin-left: auto;
  align-items: center;
  backdrop-filter: blur(12px);
  border-radius: 999px;
}
@media (max-width: 991px) {
  .session-actions {
    display: none;
  }
}

.action-buttons-container {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.25rem;
  backdrop-filter: blur(12px);
}

.icon-button {
  position: relative;
  border: none;
  border-radius: 999px;
  padding: 0.6rem;
  background: transparent;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0;
  height: 40px;
  width: 40px;
  justify-content: center;
  overflow: hidden;
  color: var(--text);
  text-decoration: none;
}
.icon-button span {
  opacity: 0;
  width: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.icon-button.active {
  width: auto;
  padding: 0.6rem 1.25rem;
  gap: 0.6rem;
}
.icon-button.active span {
  opacity: 1;
  width: auto;
}
.icon-button:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}
.icon-button svg {
  flex-shrink: 0;
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: white;
  color: var(--bg);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.profile-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #1a5acc);
  border: 2px solid rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.marketplace-shell {
  flex: 1;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 2rem;
  min-height: 0;
  margin: 5rem 0 0 0;
}
@media (max-width: 991px) {
  .marketplace-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0 1rem;
    margin: 6rem 0 0 0;
  }
}

.category-panel {
  background: var(--panel);
  height: fit-content;
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  position: relative;
}
.category-panel details {
  border: none;
  background: transparent;
  padding: 0;
}
.category-panel summary {
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
  padding: 0;
  list-style: none;
  user-select: none;
  transition: color 0.2s ease;
}
.category-panel summary:hover {
  color: var(--accent);
}
.category-panel summary::-webkit-details-marker {
  display: none;
}
.category-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: slideDown 0.3s ease-out;
  overflow: hidden;
}
.category-panel li {
  color: var(--muted);
  font-size: 0.9rem;
  transition: all 0.2s ease;
}
.category-panel li.single {
  padding: 0.5rem 0;
  cursor: pointer;
}
.category-panel li.single:hover {
  color: var(--text);
}
.category-panel li.parent {
  padding: 0;
}
.category-panel li.parent > details {
  padding: 0;
}
.category-panel li.parent > details > summary {
  padding: 0.5rem 0;
  cursor: pointer;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.9rem;
  margin-bottom: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-panel li.parent > details > summary::after {
  content: "▼";
  font-size: 0.65rem;
  transition: transform 0.3s ease;
  opacity: 0.6;
}
.category-panel li.parent > details > summary:hover {
  color: var(--text);
}
.category-panel li.parent > details > summary:hover::after {
  opacity: 1;
}
.category-panel li.parent > details[open] > summary {
  color: var(--text);
  margin-bottom: 0.25rem;
}
.category-panel li.parent > details[open] > summary::after {
  transform: rotate(-180deg);
  opacity: 1;
}
@media (max-width: 991px) {
  .category-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    z-index: 101;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 1rem;
  }
  .category-panel.active {
    transform: translateX(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.category-close-btn {
  display: none;
}
@media (max-width: 991px) {
  .category-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    margin-bottom: 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .category-close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .category-close-btn svg {
    color: var(--text);
  }
}

.subcategory {
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  animation: slideDown 0.3s ease-out;
}
.subcategory li {
  padding: 0.4rem 0;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--muted);
  transition: all 0.2s ease;
}
.subcategory li:hover {
  color: var(--text);
}

.product-feed {
  padding: 0;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 991px) {
  .product-feed {
    order: 1;
    gap: 1.5rem;
  }
}

.featured-products-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.featured-products-title,
.all-products-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text);
  margin: 0;
  opacity: 0.7;
}

.featured-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .featured-products-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.5rem;
  }
}

.all-products-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.5rem;
  }
}

.product-card {
  background: var(--panel);
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  transition: transform 0.2s ease, border 0.2s ease;
  cursor: pointer;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
}
.product-card .thumb {
  border-radius: 20px 20px 0 0;
  background: linear-gradient(145deg, #1f1f1f, #0d0d0d);
  padding-top: 70%;
  margin: -0.75rem -0.75rem 0 -0.75rem;
}
.product-card .meta {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.product-card .price {
  font-weight: 600;
  margin: 0;
}
.product-card .name {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}
.product-card .brand {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .product-card {
    border-radius: 12px;
  }
  .product-card .thumb {
    border-radius: 12px 12px 0 0;
  }
}

.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.product-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.product-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}

.product-modal-content {
  position: relative;
  background: var(--panel);
  border-radius: 24px;
  border: 1px solid var(--border);
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1001;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.product-modal.active .product-modal-content {
  transform: scale(1);
}

.product-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
  z-index: 1002;
}
.product-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
}
.product-modal-close svg {
  color: var(--text);
}

.product-modal-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
}

.product-modal-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.product-image-carousel {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.product-image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-image-slide.active {
  opacity: 1;
}
.product-image-slide .thumb {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: linear-gradient(145deg, #1f1f1f, #0d0d0d);
  background-size: cover;
  background-position: center;
}

.image-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  backdrop-filter: blur(8px);
}
.image-nav-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.image-nav-btn svg {
  color: white;
  width: 20px;
  height: 20px;
}
.image-nav-btn.image-nav-prev {
  left: 1rem;
}
.image-nav-btn.image-nav-next {
  right: 1rem;
}

.image-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.image-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
}
.image-indicator.active {
  background: white;
  width: 24px;
  border-radius: 4px;
}
.image-indicator:hover {
  background: rgba(255, 255, 255, 0.7);
}

.product-modal-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-modal-name {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}

.product-modal-price {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: var(--text);
}
.product-modal-price span {
  font-size: 1rem;
  color: var(--muted);
  margin-right: 0.5rem;
}

.product-modal-description {
  color: var(--muted);
  line-height: 1.6;
}

.product-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: auto;
}

.btn-view-details,
.btn-add-to-cart,
.btn-buy-now {
  flex: 1;
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid var(--border);
  font-size: 1rem;
}

.btn-view-details,
.btn-add-to-cart {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-view-details:hover,
.btn-add-to-cart:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn-buy-now {
  background: #fff;
  color: #000;
  border-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-buy-now:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .product-modal-body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
  }
  .product-modal-name {
    font-size: 1.5rem;
  }
  .product-modal-actions {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .mobile-category-toggle {
    display: flex;
    position: fixed;
    bottom: 90px;
    right: 1rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(43, 123, 255, 0.4);
    transition: transform 0.2s ease;
  }
  .mobile-category-toggle:hover {
    transform: scale(1.05);
  }
  .mobile-category-toggle svg {
    color: #000;
  }
}

@media (max-width: 991px) {
  .mobile-category-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 100;
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .mobile-category-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 991px) {
  .mobile-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--panel);
    border-top: 1px solid var(--border);
    padding: 0.5rem 0;
    z-index: 102;
    backdrop-filter: blur(12px);
  }
}

@media (max-width: 991px) {
  .mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem;
    color: var(--muted);
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.2s ease;
  }
  .mobile-nav-item:hover, .mobile-nav-item.active {
    color: var(--text);
  }
  .mobile-nav-item svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 991px) {
  .mobile-nav-icon-wrapper {
    position: relative;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .mobile-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: white;
    color: var(--bg);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .profile-avatar-small {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #1a5acc);
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
}

.product-details-shell {
  min-height: 100vh;
  padding: 7rem 2rem 2rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .product-details-shell {
    padding: 5.5rem 1rem 9rem;
  }
}

.product-details-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.product-details-main {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 3rem;
  background: var(--panel);
  border-radius: 24px;
  border: 1px solid var(--border);
  padding: 2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-details-main {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem;
    border-radius: 16px;
  }
}

.product-details-image-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  overflow: hidden;
}

.product-details-carousel {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .product-details-carousel {
    padding-top: 85%;
    border-radius: 16px;
  }
}

.product-details-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-details-slide.active {
  opacity: 1;
}

.product-details-thumb {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(145deg, #1f1f1f, #0d0d0d);
  background-size: cover;
  background-position: center;
}

.product-details-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  backdrop-filter: blur(8px);
}
@media (max-width: 991px) {
  .product-details-nav-btn {
    width: 36px;
    height: 36px;
  }
  .product-details-nav-btn svg {
    width: 16px;
    height: 16px;
  }
}
.product-details-nav-btn:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.product-details-nav-btn svg {
  color: white;
  width: 20px;
  height: 20px;
}
.product-details-nav-btn.product-details-nav-prev {
  left: 1rem;
}
@media (max-width: 991px) {
  .product-details-nav-btn.product-details-nav-prev {
    left: 0.5rem;
  }
}
.product-details-nav-btn.product-details-nav-next {
  right: 1rem;
}
@media (max-width: 991px) {
  .product-details-nav-btn.product-details-nav-next {
    right: 0.5rem;
  }
}

.product-details-indicators {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 10;
}

.product-details-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-details-indicator.active {
  background: white;
  width: 24px;
  border-radius: 4px;
}
.product-details-indicator:hover {
  background: rgba(255, 255, 255, 0.7);
}

.product-thumbnails {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .product-thumbnails {
    padding: 0 0.5rem;
    gap: 0.5rem;
  }
}
.product-thumbnails::-webkit-scrollbar {
  height: 4px;
}
.product-thumbnails::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
}
.product-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
.product-thumbnails::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.product-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .product-thumbnail {
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
}
.product-thumbnail:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.product-thumbnail.active {
  border-color: var(--accent);
}

.product-thumbnail-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.product-details-info-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 0;
  overflow: hidden;
}

.product-details-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  overflow: hidden;
}

.product-details-name {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 991px) {
  .product-details-name {
    font-size: 1.5rem;
  }
}

.product-details-brand {
  font-size: 1rem;
  color: var(--muted);
  margin: 0;
  opacity: 0.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-details-price-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.product-details-price {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}
.product-details-price span {
  font-size: 1.25rem;
  color: var(--muted);
  margin-right: 0.5rem;
}
@media (max-width: 991px) {
  .product-details-price {
    font-size: 1.75rem;
  }
}

.product-details-stock {
  padding: 0.5rem 1rem;
  background: rgba(46, 213, 115, 0.2);
  color: #2ed573;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
}

.product-details-description {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
.product-details-description h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: var(--text);
}
.product-details-description p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.product-details-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-details-description ul li {
  color: var(--muted);
  padding-left: 1.5rem;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.product-details-description ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

.product-details-actions {
  display: flex;
  gap: 1rem;
  margin-top: auto;
  max-width: 600px;
}
@media (max-width: 991px) {
  .product-details-actions {
    position: fixed;
    bottom: 6rem;
    left: 1rem;
    right: 1rem;
    max-width: none;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 101;
    margin-top: 0;
    gap: 0.75rem;
  }
}

.btn-add-to-cart-details,
.btn-buy-now-details {
  flex: 1;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid var(--border);
  font-size: 1rem;
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .btn-add-to-cart-details,
  .btn-buy-now-details {
    padding: 1rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
  }
}

.btn-add-to-cart-details {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}
.btn-add-to-cart-details:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .btn-add-to-cart-details {
    background: rgba(255, 255, 255, 0.08);
  }
  .btn-add-to-cart-details:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}

.btn-buy-now-details {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.btn-buy-now-details:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.similar-products-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.similar-products-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}
@media (max-width: 991px) {
  .similar-products-title {
    font-size: 1.25rem;
  }
}

.similar-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .similar-products-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.5rem;
  }
}

.cart-shell {
  min-height: 100vh;
  padding: 7rem 2rem 2rem;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cart-shell {
    padding: 5.5rem 1rem 2rem;
  }
}

.cart-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .cart-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

.cart-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}
@media (max-width: 991px) {
  .cart-title {
    font-size: 1.75rem;
  }
}

.cart-item-count {
  font-size: 1rem;
  color: var(--muted);
  margin: 0;
}

.cart-main {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 991px) {
  .cart-main {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.cart-items-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 1.5rem;
  background: var(--panel);
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 1.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .cart-item {
    grid-template-columns: 80px 1fr;
    gap: 1rem;
    padding: 1rem;
    border-radius: 16px;
  }
}
.cart-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.cart-item-image {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cart-item-image {
    width: 80px;
    height: 80px;
    border-radius: 10px;
  }
}

.cart-item-thumb {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #1f1f1f, #0d0d0d);
  background-size: cover;
  background-position: center;
}

.cart-item-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}
@media (max-width: 991px) {
  .cart-item-details {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.cart-item-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  color: var(--text);
}
@media (max-width: 991px) {
  .cart-item-name {
    font-size: 1rem;
  }
}

.cart-item-brand {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0;
}

.cart-item-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .cart-item-price {
    align-self: flex-start;
  }
}

.cart-price-label {
  font-size: 0.875rem;
  color: var(--muted);
}

.cart-price-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
}

.cart-item-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .cart-item-actions {
    grid-column: 1/-1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.cart-quantity-control {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 0.25rem;
  border: 1px solid var(--border);
}

.quantity-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: var(--text);
}
.quantity-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.quantity-btn:active {
  transform: scale(0.95);
}
.quantity-btn svg {
  width: 16px;
  height: 16px;
}

.quantity-input {
  width: 50px;
  text-align: center;
  background: transparent;
  border: none;
  color: var(--text);
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  pointer-events: none;
}

.cart-item-remove {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: #ff6b6b;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  font-weight: 500;
}
.cart-item-remove:hover {
  background: rgba(255, 107, 107, 0.1);
  border-color: #ff6b6b;
}
.cart-item-remove svg {
  width: 16px;
  height: 16px;
}

.cart-item-subtotal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
@media (max-width: 991px) {
  .cart-item-subtotal {
    display: none;
  }
}

.cart-subtotal-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
}

.cart-subtotal-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 0;
}
.cart-subtotal-price span:first-child {
  font-size: 0.875rem;
  color: var(--muted);
}
.cart-subtotal-price span:last-child {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
}

.cart-summary-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 6rem;
}
@media (max-width: 991px) {
  .cart-summary-section {
    position: static;
  }
}

.cart-summary {
  background: var(--panel);
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .cart-summary {
    padding: 1.5rem;
    border-radius: 16px;
  }
}

.cart-summary-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}

.cart-summary-breakdown {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary-label {
  font-size: 0.9375rem;
  color: var(--muted);
}

.summary-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
}

.summary-total .summary-label,
.summary-total .summary-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
}

.summary-divider {
  height: 1px;
  background: var(--border);
  margin: 0.5rem 0;
}

.btn-checkout {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-checkout:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.btn-continue-shopping {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 1px solid var(--border);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  text-decoration: none;
  display: block;
}
.btn-continue-shopping:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cart-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--panel);
  border-radius: 12px;
  border: 1px solid var(--border);
}
.cart-feature svg {
  color: var(--accent);
  flex-shrink: 0;
}
.cart-feature span {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.4;
}

.cart-empty {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  gap: 1.5rem;
}
.cart-empty svg {
  color: var(--muted);
  opacity: 0.5;
}
.cart-empty h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: var(--text);
}
.cart-empty p {
  font-size: 1rem;
  color: var(--muted);
  margin: 0;
}

.btn-empty-cart-shop {
  padding: 0.875rem 2rem;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-empty-cart-shop:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}/*# sourceMappingURL=global.css.map */