:root {
  --bg: #f7f7f5;
  --text: #161616;
  --muted: #666;
  --primary: #111;
  --accent: #a38f6c;
  --white: #ffffff;
  --soft: #fbfaf8;
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 2px solid #e8e8e8;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
  color: var(--text);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  font-family: inherit;
  margin-bottom: 0.5rem;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
select:hover,
textarea:hover {
  border-color: #d4af77;
  box-shadow: inset 0 2px 8px rgba(163, 143, 108, 0.06);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: linear-gradient(to bottom, #fff, #fafaf8);
  box-shadow:
    inset 0 2px 8px rgba(163, 143, 108, 0.08),
    0 0 0 3px rgba(163, 143, 108, 0.1);
}
.container {
  width: min(1200px, 95%);
  margin: 0 auto;
}
.site-header {
  background: var(--white);
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 999;
}
.top-bar {
  padding: 0.7rem 0;
}
.top-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  text-decoration: none;
  color: inherit;
}
.brand-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--primary);
  letter-spacing: 0.05rem;
  line-height: 1.15;
}
.site-logo {
  height: 44px;
  width: auto;
  max-width: min(220px, 52vw);
  object-fit: contain;
  object-position: left center;
  display: block;
}
@media (min-width: 961px) {
  .site-logo {
    height: 48px;
    max-width: 240px;
  }
}
.brand-tagline--under-logo {
  margin-top: 0.1rem;
}
.main-nav a {
  margin: 0 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
}
.actions a {
  margin-left: 1rem;
  font-size: 0.95rem;
  position: relative;
}
.badge {
  background: var(--accent);
  color: var(--white);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.75rem;
  position: absolute;
  top: -6px;
  right: -12px;
}
.secondary-nav {
  background: var(--soft);
  font-size: 0.9rem;
  padding: 0.35rem 0;
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cat-list a {
  color: var(--muted);
}
.hero-section {
  background: url("https://images.unsplash.com/photo-1503341455253-b2e723bb3dbb?auto=format&fit=crop&w=1600&q=80")
    center/cover no-repeat;
  height: min(68vh, 560px);
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.hero-content {
  position: relative;
  max-width: 620px;
  z-index: 1;
}
.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin: 0 0 1rem;
  line-height: 1.1;
}
.hero-content p {
  margin: 0.4rem 0 1.4rem;
  color: rgba(255, 255, 255, 0.92);
}
.btn {
  background: var(--accent);
  border: 0;
  border-radius: 99px;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.25s ease;
}
.btn:hover {
  transform: translateY(-2px);
  background: #97754f;
}
.btn-secondary {
  background: #fff;
  color: var(--primary);
  border: 1px solid #ddd;
}
.btn-small {
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
}
.section {
  padding: 3rem 0;
}
.bg-soft {
  background: var(--soft);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}
.product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
}
.product-card img:not(.product-card-media),
.product-card video:not(.product-card-media) {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}
.product-card h3 {
  margin: 0.75rem 1rem 0.4rem;
  color: #111;
  font-size: 1.05rem;
}
.product-card .price {
  margin: 0 1rem 1rem;
  color: #888;
  font-weight: 700;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.gallery {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.gallery-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid transparent;
}
.gallery-thumb:hover {
  border-color: var(--accent);
}
.main-image {
  height: 420px;
  overflow: hidden;
  border-radius: 14px;
}
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.main-image:hover img {
  transform: scale(1.05);
}
.product-info h1 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin: 0.2rem 0;
}
.product-info .price {
  font-size: 1.8rem;
  margin: 0.5rem 0;
  color: var(--primary);
}
.product-actions {
  display: grid;
  gap: 0.65rem;
}
.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.field label {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 2px solid #e8e8e8;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
  color: var(--text);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  font-family: inherit;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #ccc;
  font-weight: 300;
}
.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: #d4af77;
  box-shadow: inset 0 2px 8px rgba(163, 143, 108, 0.06);
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: linear-gradient(to bottom, #fff, #fafaf8);
  box-shadow:
    inset 0 2px 8px rgba(163, 143, 108, 0.08),
    0 0 0 3px rgba(163, 143, 108, 0.1);
}
.breadcrumbs {
  font-size: 0.84rem;
  color: var(--muted);
}
.alert {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.alert.success {
  background: #dcf3df;
  color: #1b5e20;
}
.alert.danger {
  background: #f8d7da;
  color: #842029;
}
.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.cart-table th,
.cart-table td {
  padding: 0.75rem 0.5rem;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.cart-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}
.cart-info {
  display: inline-block;
  margin-left: 0.7rem;
  vertical-align: middle;
}
.cart-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.checkout-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
}
.checkout-form input,
.checkout-form textarea {
  width: 100%;
  margin: 0.5rem 0;
  border: 2px solid #e8e8e8;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
  color: var(--text);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  font-family: inherit;
}
.checkout-form input:hover,
.checkout-form textarea:hover {
  border-color: #d4af77;
  box-shadow: inset 0 2px 8px rgba(163, 143, 108, 0.06);
}
.checkout-form input:focus,
.checkout-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow:
    inset 0 2px 8px rgba(163, 143, 108, 0.08),
    0 0 0 3px rgba(163, 143, 108, 0.1);
}
.order-table,
.admin-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.order-table th,
.admin-table th,
.order-table td,
.admin-table td {
  border: 1px solid #e5e5e5;
  padding: 0.6rem;
}
.account-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 1.2rem;
}
.account-card {
  background: #fff;
  padding: 1.2rem;
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.account-card-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  color: #fff;
  padding: 0.9rem 1.5rem;
}
.admin-main {
  padding: 1.5rem;
}
.stat-card {
  background: #fff;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  box-shadow: var(--shadow);
  margin-bottom: 1rem;
}
.admin-links a {
  margin-right: 0.5rem;
}
.admin-table td a {
  font-size: 0.8rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.auth-card,
.admin-card {
  max-width: 420px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 14px;
  padding: 2rem;
  box-shadow: var(--shadow);
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}
.media-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.media-item.main {
  border-color: var(--accent);
}
.media-item img,
.media-item video {
  width: 100%;
  height: auto;
  display: block;
}
.media-meta {
  padding: 0.35rem 0.45rem;
  background: #f8f8f8;
  font-size: 0.83rem;
  color: #555;
  text-align: center;
}
.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.auth-form input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
  color: var(--text);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}
.auth-form input::placeholder {
  color: #ccc;
}
.auth-form input:hover {
  border-color: #d4af77;
  box-shadow: inset 0 2px 8px rgba(163, 143, 108, 0.06);
}
.auth-form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow:
    inset 0 2px 8px rgba(163, 143, 108, 0.08),
    0 0 0 3px rgba(163, 143, 108, 0.1);
}
.footer-socials a {
  margin-right: 0.6rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin: 0.4rem 0;
  padding: 0.85rem 1rem;
  border: 2px solid #e8e8e8;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff;
  color: var(--text);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  font-family: inherit;
}
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #d4af77;
  box-shadow: inset 0 2px 8px rgba(163, 143, 108, 0.06);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow:
    inset 0 2px 8px rgba(163, 143, 108, 0.08),
    0 0 0 3px rgba(163, 143, 108, 0.1);
}
.tracking-form {
  display: flex;
  gap: 0.75rem;
  margin: 1rem 0;
  align-items: center;
}
.tracking-form input {
  flex: 1;
  border: 2px solid #e8e8e8;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  color: var(--text);
}
.tracking-form input:hover {
  border-color: #d4af77;
  box-shadow: inset 0 2px 8px rgba(163, 143, 108, 0.06);
}
.tracking-form input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow:
    inset 0 2px 8px rgba(163, 143, 108, 0.08),
    0 0 0 3px rgba(163, 143, 108, 0.1);
}
.tracking-form button {
  padding: 0.75rem 1.5rem;
}
.load-more-container {
  margin-top: 2rem;
  text-align: center;
}
.load-more-container button:disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}
.fa-spinner {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer-col {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.footer-bottom {
  border-top: 1px solid #eee;
  margin-top: 1rem;
  padding-top: 0.75rem;
  text-align: center;
  color: #888;
}
@media (max-width: 960px) {
  .top-bar .container,
  .secondary-nav .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-detail {
    grid-template-columns: 1fr;
  }
  .checkout-grid,
  .account-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .cat-list {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .account-card {
    padding: 1rem;
  }
  .account-card h2,
  .account-card h3 {
    margin-bottom: 0.75rem;
  }
  .account-card-scroll {
    overflow-x: auto;
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
  }
  .order-table {
    min-width: 680px;
  }
  .order-table th,
  .order-table td {
    white-space: nowrap;
    padding: 0.55rem;
  }
}
.hide {
  display: none;
}
.file-upload-area {
  margin: 1rem 0;
}
.file-upload-zone {
  border: 2px dashed #ccc;
  border-radius: 12px;
  padding: 2.5rem;
  text-align: center;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f0 100%);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
}
.file-upload-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(163, 143, 108, 0.05) 0%,
    transparent 100%
  );
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.file-upload-zone:hover {
  border-color: var(--accent);
  background: linear-gradient(135deg, #fff 0%, #fafaf8 100%);
  box-shadow: 0 8px 24px rgba(163, 143, 108, 0.12);
}
.file-upload-zone:hover::before {
  opacity: 1;
}
.upload-icon {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.upload-link {
  color: var(--accent);
  cursor: pointer;
  text-decoration: underline;
}
.file-upload-zone.dragover {
  border-color: var(--accent);
  background: linear-gradient(
    135deg,
    rgba(163, 143, 108, 0.08) 0%,
    rgba(163, 143, 108, 0.04) 100%
  );
  box-shadow: 0 12px 32px rgba(163, 143, 108, 0.15);
  border-width: 2px;
}
.action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  font-size: 1.1rem;
}
.action-link:hover {
  background: var(--soft);
  color: var(--accent);
  transform: scale(1.15);
}
.action-link i {
  transition: transform 0.3s ease;
}
.action-link:hover i {
  transform: scale(1.1);
}
.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
  vertical-align: middle;
  line-height: 1;
}
.social-icon:hover {
  transform: translateY(-1px);
}
.social-icon i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.social-instagram {
  background: #e4405f;
}
.social-instagram:hover {
  background: #d72f4e;
}
.social-facebook {
  background: #1877f2;
}
.social-facebook:hover {
  background: #165ec7;
}
.social-twitter {
  background: #1da1f2;
}
.social-twitter:hover {
  background: #1690d8;
}
.social-linkedin {
  background: #0a66c2;
}
.social-linkedin:hover {
  background: #074f9d;
}
.social-youtube {
  background: #ff0000;
}
.social-youtube:hover {
  background: #cc0000;
}
.social-tiktok {
  background: #010101;
}
.social-tiktok:hover {
  background: #2a2a2a;
}
.site-footer {
  background: #f0f0f0;
  padding: 3rem 0;
  border-top: 1px solid #ddd;
}
.site-footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-col {
  flex: 1;
  min-width: 200px;
}
.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: var(--primary);
  font-weight: 700;
}
.footer-col p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.footer-col a {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color: var(--accent);
}
.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.85rem;
}
.btn i {
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}
.btn:hover i {
  transform: scale(1.1);
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: var(--muted);
  margin-bottom: 1rem;
}
.breadcrumbs a {
  color: var(--accent);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.review-card {
  background: var(--soft);
  padding: 1.2rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border-left: 4px solid var(--accent);
}
.review-card strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--primary);
}
.review-card span {
  color: var(--accent);
  margin-right: 0.5rem;
}
.hero-content .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.hero-content .btn i {
  margin: 0;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23a38f6c%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cpolyline points=%226 9 12 15 18 9%22%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.2em;
  padding-right: 2.5rem;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.filters-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.filters-form input,
.filters-form select {
  margin-bottom: 0;
}
.filters-form button {
  height: 3.75rem;
  width: 100%;
}
.cart-form input,
.cart-form select {
  margin-bottom: 0.5rem;
}
.admin-form input,
.admin-form select,
.admin-form textarea {
  margin-bottom: 0.75rem;
}
.admin-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}
#payment-form input,
#payment-form select {
  margin-bottom: 0.75rem;
}
.newsletter-form {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.newsletter-form input {
  flex: 1;
  min-width: 250px;
  margin-bottom: 0;
}
.newsletter-form button {
  white-space: nowrap;
}

/* --- Premium storefront (2026 refresh) --- */
:root {
  --surface: #ffffff;
  --line: #e8e6e1;
  --danger: #b42318;
  --success: #1b5e20;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  background: var(--primary);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  z-index: 2000;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 1rem;
}

.top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.brand-tagline {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Stock hints (listings + PDP + cart) */
.product-card-stock {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
}
.stock-hint {
  color: #3d5a38;
  font-weight: 600;
}
.stock-hint--low {
  color: #92400e;
}
.stock-hint--oos {
  color: var(--danger, #b42318);
  font-weight: 700;
}
.stock-hint--muted {
  color: var(--muted);
  font-weight: 500;
}
.product-stock-line {
  margin: 0.75rem 0;
  font-size: 0.95rem;
}
.qv-stock {
  margin: 0.35rem 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #3d5a38;
}
.qv-stock--low {
  color: #92400e;
}
.qv-stock--oos {
  color: #b42318;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  cursor: pointer;
}
.nav-toggle-bar {
  display: block;
  height: 2px;
  width: 20px;
  background: var(--primary);
  margin: 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.main-nav > a {
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.main-nav > a:hover {
  background: var(--soft);
  color: var(--accent);
}

.nav-dropdown {
  position: relative;
}
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  cursor: pointer;
  color: var(--text);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.nav-dropdown-toggle:hover {
  background: var(--soft);
  color: var(--accent);
}
.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 0.4rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 1200;
}
.nav-dropdown.is-open .nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(4px);
}
.nav-dropdown-panel a {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}
.nav-dropdown-panel a:hover {
  background: var(--soft);
  color: var(--accent);
}

.secondary-nav-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.secondary-nav-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-weight: 600;
}
.cat-list a {
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  font-size: 0.85rem;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.cat-list a:hover {
  background: #fff;
  color: var(--accent);
}

.hero--premium {
  position: relative;
  min-height: min(72vh, 620px);
  display: flex;
  align-items: flex-end;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  color: #fff;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.78), rgba(17, 17, 17, 0.35)),
    url("https://images.unsplash.com/photo-1558769132-cb1aea458c5e?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.85);
}
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}
.hero-sub {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  max-width: 520px;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.btn-hero-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}
.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.section-head {
  margin-bottom: 1.75rem;
}
.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.35rem;
}
.section-title--light {
  color: #fff;
}
.section-sub {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.section--tight {
  padding-top: 2rem;
}

.brands-strip {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
  border-block: 1px solid var(--line);
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}
.brand-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(163, 143, 108, 0.55);
}
.brand-card-name {
  font-weight: 700;
  font-size: 1.1rem;
}
.brand-card-tag {
  font-size: 0.88rem;
  color: var(--muted);
}
.brand-card-cta {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  font-weight: 600;
}

.promo-band {
  background: linear-gradient(120deg, #1a1a1a, #2d2a26);
  color: #fff;
}
.promo-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.promo-text {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 520px;
}
.btn-on-dark {
  background: #fff;
  color: #111;
}
.btn-on-dark:hover {
  background: #f2ebe2;
  color: #111;
}

.page-hero {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, var(--bg));
}
.page-hero--compact {
  padding-bottom: 0.5rem;
}
.page-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  margin: 0.5rem 0 0.35rem;
}
.page-lead {
  margin: 0;
  color: var(--muted);
  max-width: 640px;
}

.toolbar-form,
.filters-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.toolbar-grid,
.filters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  align-items: end;
}
.toolbar-label,
.filter-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 0.35rem;
}
.toolbar-field select,
.filter-field input,
.filter-field select {
  margin-bottom: 0;
}
.toolbar-actions {
  display: flex;
  align-items: flex-end;
}
.filters-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}
.results-meta {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  background: #fff;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}
.chip:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.chip.is-active {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.product-grid--premium {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.35rem;
}

.product-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
}
.product-card-media-wrap {
  position: relative;
  overflow: hidden;
  background: #f3f1ec;
  aspect-ratio: 4 / 5;
}
.product-card-link {
  display: block;
  height: 100%;
}
.product-card-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.product-card:hover .product-card-media {
  transform: scale(1.04);
}
.product-card-badges {
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  max-width: 70%;
}
.product-card-badges .badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-new {
  background: #111;
  color: #fff;
}
.badge-sale {
  background: #7a1f12;
  color: #fff;
}
.badge-oos {
  background: rgba(255, 255, 255, 0.95);
  color: var(--danger);
  border: 1px solid rgba(0, 0, 0, 0.06);
  left: -30px;
  border-radius: 17px;
  width: 112px;
}

.product-card-actions {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  display: flex;
  gap: 0.45rem;
  z-index: 3;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.product-card:hover .product-card-actions,
.product-card:focus-within .product-card-actions {
  opacity: 1;
  transform: translateY(0);
}
.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.btn-icon:hover:not(:disabled) {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
}
.btn-icon:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-card-body {
  padding: 1rem 1.1rem 1.15rem;
}
.product-card-brand {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  font-weight: 600;
}
.product-card-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  line-height: 1.35;
}
.product-card-title a {
  color: var(--primary);
}
.product-card-title a:hover {
  color: var(--accent);
}
.product-card-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem;
  font-weight: 700;
}
.price-current {
  font-size: 1rem;
  color: var(--primary);
}
.price-compare {
  font-size: 0.88rem;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 600;
}

.empty-state {
  grid-column: 1 / -1;
  color: var(--muted);
}

.site-footer--premium {
  background: #1b1b1b;
  color: rgba(255, 255, 255, 0.88);
  border-top: 0;
}
.site-footer--premium .footer-col h4 {
  color: #fff;
}
.site-footer--premium .footer-col p,
.site-footer--premium .footer-col a {
  color: rgba(255, 255, 255, 0.72);
}
.site-footer--premium .footer-col a:hover {
  color: #f0e6d8;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.footer-contact a {
  color: #f0e6d8;
}
.footer-newsletter-lead {
  margin-top: 0;
}
.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal.is-visible {
  display: flex;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  animation: modalIn 0.28s ease;
}
@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: var(--muted);
}
.modal-body {
  padding-top: 0.5rem;
}
body.modal-open {
  overflow: hidden;
}

.qv-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.25rem;
}
.qv-media img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  max-height: 420px;
}
.qv-title {
  font-family: "Playfair Display", serif;
  margin: 0.35rem 0;
}
.qv-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}
.qv-badges .badge {
  position: static;
}
.qv-brand {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: var(--muted);
  margin: 0;
}
.qv-prices {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.qv-compare {
  text-decoration: line-through;
  color: var(--muted);
  font-size: 0.95rem;
}
.qv-excerpt {
  color: var(--muted);
  line-height: 1.55;
}
.qv-actions {
  margin-top: 1rem;
}
.qv-error {
  color: var(--danger);
}

.qv-skeleton .skeleton-block {
  background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
  background-size: 200% 100%;
  animation: shimmer 1.2s infinite;
  border-radius: 12px;
}
.skeleton-image {
  height: 260px;
  margin-bottom: 0.75rem;
}
.skeleton-line {
  height: 14px;
  margin-bottom: 0.5rem;
}
.skeleton-line.short {
  width: 55%;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 960px) {
  .nav-toggle {
    display: inline-flex;
  }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(300px, 88vw);
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 1.25rem 1.5rem;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1100;
  }
  .main-nav.is-open {
    transform: translateX(0);
  }
  .main-nav > a {
    width: 100%;
  }
  .nav-dropdown {
    width: 100%;
  }
  .nav-dropdown-panel {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    border: 0;
    padding: 0.25rem 0 0.75rem;
    display: none;
  }
  .nav-dropdown.is-open .nav-dropdown-panel {
    display: block;
  }
  .qv-grid {
    grid-template-columns: 1fr;
  }
  .product-card-actions {
    opacity: 1;
    transform: none;
  }
}

/* --- Wishlist page (premium grid) --- */
.page-wishlist .section--wishlist {
  padding-top: 1.5rem;
}

.wishlist-hero {
  padding: 2rem 0 1rem;
  background: linear-gradient(165deg, #faf9f7 0%, #f0ebe3 45%, #faf9f7 100%);
  border-bottom: 1px solid var(--line, #e8e6e1);
}
.wishlist-hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  margin: 0.5rem 0 0.35rem;
  color: var(--primary);
}
.wishlist-hero-lead {
  margin: 0;
  max-width: 520px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
}

.wishlist-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.wishlist-count {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.wishlist-card {
  background: #fff;
  border: 1px solid var(--line, #e8e6e1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(15, 17, 23, 0.06);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.wishlist-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(15, 17, 23, 0.1);
}
.wishlist-card.is-removing {
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  pointer-events: none;
}

.wishlist-card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #f3f1ec;
  overflow: hidden;
}
.wishlist-card-img-link {
  display: block;
  height: 100%;
}
.wishlist-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.wishlist-card:hover .wishlist-card-media img {
  transform: scale(1.04);
}

.wishlist-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wishlist-card-badge--sale {
  background: #7a1f12;
  color: #fff;
}

.wishlist-card-remove {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.wishlist-card-remove:hover {
  background: #111;
  color: #fff;
  transform: scale(1.06);
}

.wishlist-card-body {
  padding: 1.1rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.35rem;
}
.wishlist-card-brand {
  margin: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--muted);
}
.wishlist-card-title {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}
.wishlist-card-title a {
  color: var(--primary);
  text-decoration: none;
}
.wishlist-card-title a:hover {
  color: var(--accent);
}

.wishlist-card-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.wishlist-card-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
}
.wishlist-card-compare {
  font-size: 0.92rem;
  color: var(--muted);
  text-decoration: line-through;
  font-weight: 600;
}

.wishlist-card-stock {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #3d5a38;
}
.wishlist-card-stock.is-low {
  color: #92400e;
}
.wishlist-card-stock.is-oos {
  color: #b42318;
}
.stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d5a38;
  flex-shrink: 0;
}
.stock-dot--low {
  background: #d97706;
}
.stock-dot--ok {
  background: #3d5a38;
}
.wishlist-card-stock.is-oos .stock-dot {
  background: #b42318;
}

.wishlist-card-actions .btn.is-loading {
  pointer-events: none;
  opacity: 0.92;
  position: relative;
}
.wishlist-card-actions .btn.is-loading > i {
  opacity: 0.35;
}
.wishlist-card-actions .btn.is-loading::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-top-color: currentColor;
  border-radius: 50%;
  margin-left: 0.35rem;
  animation: wishlist-spin 0.65s linear infinite;
}
@keyframes wishlist-spin {
  to {
    transform: rotate(360deg);
  }
}

.wishlist-card-actions {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.wishlist-card-actions .btn {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 12px;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.wishlist-card-actions .btn:not(:disabled):hover {
  transform: translateY(-1px);
}
.wishlist-card-actions .btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.wishlist-btn-remove {
  border: 1px solid var(--line, #e8e6e1);
}

.wishlist-empty {
  text-align: center;
  padding: clamp(2.5rem, 8vw, 4rem) 1.5rem;
  background: linear-gradient(180deg, #fff 0%, #faf9f7 100%);
  border: 1px solid var(--line, #e8e6e1);
  border-radius: 20px;
  max-width: 520px;
  margin: 2rem auto;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}
.wishlist-empty-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5f0e8, #ebe4d8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  color: var(--accent);
}
.wishlist-empty-title {
  font-family: "Playfair Display", serif;
  font-size: 1.65rem;
  margin: 0 0 0.5rem;
  color: var(--primary);
}
.wishlist-empty-text {
  margin: 0 0 1.5rem;
  color: var(--muted);
  line-height: 1.6;
  font-size: 1rem;
}
.wishlist-empty-cta {
  min-height: 48px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.wishlist-toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  z-index: 2000;
  padding: 0.85rem 1.35rem;
  border-radius: 12px;
  background: #1a1d26;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 500;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  max-width: min(420px, 92vw);
  text-align: center;
}
.wishlist-toast.is-visible {
  transform: translateX(-50%) translateY(0);
}
.wishlist-toast--error {
  background: #7f1d1d;
}
.wishlist-toast--static {
  position: static;
  transform: none;
  margin-bottom: 1rem;
  max-width: none;
  text-align: left;
}

@media (max-width: 640px) {
  .wishlist-grid {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
  .wishlist-card-actions {
    flex-direction: column;
  }
}
