@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,200;1,300;1,400;1,500;1,700&display=swap');
@import './assets/fontawesome/css/all.min.css';
@import './assets/fontawesome/css/v4-shims.min.css';
@import './assets/liquorstore-flaticon.css';
@import './liquorstore-layout.css';
@import './liquorstore-bridge.css';
@import './liquorstore-components.css';
@import './assets/ftco-animate.css';

/**
 * Liquor Store — Colorlib ftco template (scoped, no global Bootstrap import).
 */

:root {
  --primary-main: var(--primary-500);
  --primary-hover: var(--primary-600);
  --primary-light: var(--primary-200);
  --primary-dark: var(--primary-700);
  --primary-gradient: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-400) 55%, var(--secondary-300) 100%);
  --hero-gradient: linear-gradient(165deg, var(--primary-700) 0%, var(--primary-500) 45%, var(--primary-400) 100%);
  --hero-gradient-alt: linear-gradient(120deg, var(--neutral-900) 0%, var(--primary-800) 40%, var(--primary-600) 100%);
  --secondary-main: var(--secondary-500);
  --secondary-hover: var(--secondary-600);
  --secondary-light: var(--secondary-200);
  --secondary-dark: var(--secondary-700);
  --feature-icon-bg: var(--primary-50);
  --feature-icon-border: var(--primary-100);
  --background-primary: #FFFFFF;
  --background-secondary: var(--primary-50);
  --background-card: #FFFFFF;
  --background-overlay: rgba(0, 0, 0, 0.45);
  --text-primary: var(--neutral-900);
  --text-secondary: var(--neutral-600);
  --text-muted: var(--neutral-400);
  --text-inverse: #FFFFFF;
  --text-link: var(--primary-600);
  --text-link-hover: var(--primary-700);
  --border-light: var(--neutral-200);
  --border-medium: var(--neutral-300);
  --border-dark: var(--neutral-400);
  --border-focus: var(--primary-500);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-base: 0 2px 6px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 6px 16px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 14px 28px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 22px 44px rgba(0, 0, 0, 0.09), 0 10px 18px rgba(0, 0, 0, 0.05);
  --button-primary-background: var(--primary-500);
  --button-primary-background-hover: var(--primary-600);
  --button-primary-text: #FFFFFF;
  --button-primary-border: var(--primary-500);
  --button-secondary-background: var(--secondary-100);
  --button-secondary-background-hover: var(--secondary-200);
  --button-secondary-text: var(--neutral-900);
  --button-secondary-border: var(--secondary-200);
  --button-outline-background: transparent;
  --button-outline-background-hover: var(--primary-500);
  --button-outline-text: var(--primary-600);
  --button-outline-text-hover: #FFFFFF;
  --button-outline-border: var(--primary-400);
  --button-ghost-background: transparent;
  --button-ghost-background-hover: var(--primary-50);
  --button-ghost-text: var(--neutral-700);
  --button-ghost-text-hover: var(--primary-600);
  --button-ghost-border: transparent;
  --badge-primary-bg: var(--primary-100);
  --badge-primary-text: var(--primary-800);
  --badge-primary-border: var(--primary-200);
  --form-input-background: #FFFFFF;
  --form-input-background-focus: #FFFFFF;
  --form-input-text: var(--neutral-900);
  --form-input-placeholder: var(--neutral-400);
  --form-input-border: var(--neutral-300);
  --form-input-border-focus: var(--primary-500);
  --form-label-text: var(--neutral-700);
  --card-background: #FFFFFF;
  --card-border: var(--neutral-200);
  --card-shadow: var(--shadow-sm);
  --card-shadow-hover: var(--shadow-md);
  --navigation-background: #FFFFFF;
  --navigation-text: var(--neutral-600);
  --navigation-text-hover: var(--primary-600);
  --navigation-border: var(--neutral-200);
  --navigation-active: var(--primary-600);
  --footer-background: var(--neutral-900);
  --footer-text: #FFFFFF;
  --footer-text-secondary: var(--neutral-400);
  --footer-border: var(--neutral-800);
  --newsletter-gradient: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-600) 40%, var(--neutral-800) 100%);
  --newsletter-text: #FFFFFF;
  --newsletter-input-border: rgba(255, 255, 255, 0.35);
  --newsletter-cta-bg: #FFFFFF;
  --newsletter-cta-text: var(--primary-700);
  --product-price-regular: var(--primary-600);
  --product-badge-new: var(--primary-600);
  --product-badge-sale: var(--primary-800);
  --product-badge-out-of-stock: var(--neutral-400);
  --loading-spinner: var(--primary-500);
  --loading-overlay: rgba(255, 255, 255, 0.92);
  --error-main: var(--neutral-900);
  --error-foreground: #FFFFFF;
  --warning-main: var(--secondary-600);
  --warning-foreground: #000000;
  --success-main: var(--secondary-700);
  --success-foreground: #FFFFFF;
  --info-main: var(--primary-500);
  --info-foreground: #FFFFFF;
}

.theme-liquorstore {
  font-family: 'Spectral', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Pink-specific utility tweaks (default utilities stay imported). */
.theme-hover-bg-subtle:hover {
  background-color: var(--primary-50);
}

.theme-nav-cart-badge {
  background-color: var(--primary-500);
  color: #FFFFFF;
}

.theme-btn-hero-outline {
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.theme-btn-hero-outline:hover {
  color: var(--primary-700);
}

.theme-product-card {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-product-card:hover {
  border-color: var(--primary-200);
}

.theme-footer-social-border:hover {
  color: var(--primary-600);
}

.theme-title-underline {
  background-color: var(--primary-500);
}

.theme-newsletter-cta:hover {
  background-color: var(--primary-50);
  border-color: var(--primary-50);
  color: var(--primary-700);
}

.theme-newsletter-input:focus {
  border-color: rgba(255, 255, 255, 0.65);
}

/* ========== Minishop-style classes (scoped to theme root) ========== */
.theme-liquorstore .pm-topbar {
  background: var(--neutral-900);
  color: var(--neutral-300);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0;
  text-align: center;
}

.theme-liquorstore .pm-topbar a {
  color: #FFFFFF;
  text-decoration: none;
}

.theme-liquorstore .pm-topbar a:hover {
  color: var(--primary-300);
}

.theme-liquorstore .pm-navbar {
  background: #FFFFFF;
  border-bottom: 1px solid var(--neutral-200);
  box-shadow: var(--shadow-sm);
}

.theme-liquorstore .pm-navbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  color: var(--neutral-900);
  text-decoration: none;
}

.theme-liquorstore .pm-navbar__brand:hover {
  color: var(--primary-600);
}

.theme-liquorstore .pm-navbar__link {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--neutral-600);
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  transition: color 0.2s ease;
}

.theme-liquorstore .pm-navbar__link:hover,
.theme-liquorstore .pm-navbar__link.router-link-active {
  color: var(--primary-600);
}

.theme-liquorstore .pm-navbar__cart {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--neutral-700);
  text-decoration: none;
  position: relative;
}

.theme-liquorstore .pm-navbar__cart:hover {
  color: var(--primary-600);
}

.theme-liquorstore .pm-navbar__cart-badge {
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.3rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
  border-radius: 9999px;
  background: var(--primary-500);
  color: #FFFFFF;
}

.theme-liquorstore .pm-hero {
  position: relative;
  overflow: hidden;
  background: var(--hero-gradient);
  color: var(--text-inverse);
}

.theme-liquorstore .pm-hero-slide {
  min-height: clamp(22rem, 65vh, 40rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

.theme-liquorstore .pm-services {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  padding: 2rem 0;
}

.theme-liquorstore .pm-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.theme-liquorstore .pm-section--light {
  background-color: var(--background-secondary);
}

.theme-liquorstore .pm-heading {
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.theme-liquorstore .pm-heading--inverse {
  color: var(--text-inverse);
}

.theme-liquorstore .pm-product {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--card-background);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-shadow);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.theme-liquorstore .pm-product:hover {
  border-color: var(--primary-200);
  box-shadow: var(--card-shadow-hover);
}

.theme-liquorstore .pm-product__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--neutral-100);
}

.theme-liquorstore .pm-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease, transform 0.35s ease;
}

.theme-liquorstore .pm-product:hover .pm-product__image img {
  opacity: 0.92;
  transform: scale(1.03);
}

.theme-liquorstore .pm-product__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.35rem 1.35rem;
}

.theme-liquorstore .pm-product__price {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--product-price-regular);
  margin-bottom: 1rem;
}

.theme-liquorstore .pm-product__actions {
  margin-top: auto;
}

.theme-liquorstore .pm-page-hero {
  background: var(--hero-gradient-alt);
  color: var(--text-inverse);
  padding: 3.5rem 1rem;
  text-align: center;
}

.theme-liquorstore .pm-page-hero--soft {
  background: linear-gradient(180deg, var(--primary-50) 0%, #FFFFFF 100%);
  color: var(--text-primary);
}

.theme-liquorstore .pm-page-hero--with-media {
  position: relative;
  overflow: hidden;
  background: transparent;
  isolation: isolate;
}

.theme-liquorstore .pm-page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.theme-liquorstore .pm-page-hero__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.theme-liquorstore .pm-page-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.38) 100%);
  z-index: 1;
}

.theme-liquorstore .pm-page-hero--with-media .pm-container {
  position: relative;
  z-index: 2;
}

.theme-liquorstore .pm-breadcrumbs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.5rem;
  padding: 0.5rem 0.9rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
}

.theme-liquorstore .pm-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}

.theme-liquorstore .pm-breadcrumbs a:hover {
  border-bottom-color: currentColor;
}

.theme-liquorstore .pm-breadcrumbs-sep {
  opacity: 0.45;
  user-select: none;
}

.theme-liquorstore .pm-breadcrumbs > span:last-child {
  font-weight: 600;
  opacity: 0.8;
}

.theme-liquorstore .pm-page-hero--soft .pm-heading--inverse {
  color: var(--text-primary);
}

.theme-liquorstore .pm-footer {
  background: var(--footer-background);
  color: var(--footer-text);
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.theme-liquorstore .pm-footer a {
  color: var(--footer-text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.theme-liquorstore .pm-footer a:hover {
  color: var(--footer-text);
}

.theme-liquorstore .pm-footer__heading {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.theme-liquorstore .pm-btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 9999px;
  border: 2px solid var(--primary-500);
  background: var(--primary-500);
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-liquorstore .pm-btn-custom:hover:not(:disabled) {
  background: var(--primary-600);
  border-color: var(--primary-600);
}

.theme-liquorstore .pm-btn-custom--outline {
  background: transparent;
  color: var(--primary-600);
}

.theme-liquorstore .pm-btn-custom--outline:hover:not(:disabled) {
  background: var(--primary-500);
  color: #FFFFFF;
  border-color: var(--primary-500);
}

.theme-liquorstore .pm-testimony {
  background: var(--card-background);
  border: 1px solid var(--card-border);
  border-left: 4px solid var(--primary-500);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}

.theme-liquorstore .pm-testimony__quote {
  font-style: italic;
  color: var(--text-secondary);
  line-height: 1.65;
}

.theme-liquorstore .pm-testimony__author {
  margin-top: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.theme-liquorstore .pm-testimony__role {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.theme-liquorstore .pm-newsletter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-800) 0%, var(--primary-600) 52%, var(--primary-500) 100%);
  color: var(--newsletter-text);
  padding: 4.5rem 0;
}

.theme-liquorstore .pm-newsletter::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 42%);
  pointer-events: none;
}

.theme-liquorstore .pm-newsletter__inner {
  position: relative;
  display: grid;
  gap: 2rem;
  align-items: center;
  max-width: 56rem;
  margin: 0 auto;
}

.theme-liquorstore .pm-newsletter__content {
  text-align: left;
}

.theme-liquorstore .pm-newsletter__content h2,
.theme-liquorstore .pm-newsletter__content p {
  color: #FFFFFF;
}

.theme-liquorstore .pm-newsletter__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.theme-liquorstore .pm-newsletter__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.theme-liquorstore .pm-newsletter__field {
  flex: 1 1 14rem;
  min-width: 0;
  padding: 0.85rem 1.15rem;
  border: 1px solid var(--newsletter-input-border);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text-primary);
}

.theme-liquorstore .pm-newsletter__field::placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.theme-liquorstore .pm-newsletter__field:focus {
  outline: none;
  border-color: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.theme-liquorstore .pm-newsletter__submit {
  flex: 0 0 auto;
  padding: 0.85rem 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  background: #FFFFFF;
  color: var(--primary-700);
  border: 2px solid #FFFFFF;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-liquorstore .pm-newsletter__submit:hover:not(:disabled) {
  background: var(--primary-100);
  color: var(--primary-800);
}

@media (min-width: 768px) {
  .theme-liquorstore .pm-newsletter__inner {
    grid-template-columns: 1fr 1.1fr;
  }
}

.theme-liquorstore .pm-category-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.theme-liquorstore .pm-category-card:hover {
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.07);
}

.theme-liquorstore .pm-category-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  aspect-ratio: 1;
  box-shadow: inset 0 0 101px 21px rgba(0, 0, 0, 0.09);
}

.theme-liquorstore .pm-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 1s ease;
}

.theme-liquorstore .pm-category-card:hover .pm-category-card__media img {
  transform: scale(1.08);
}

.theme-liquorstore .pm-category-card__overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(-50%);
  background: var(--primary-500);
  width: 72%;
  max-width: 14rem;
  height: 72%;
  max-height: 14rem;
  margin: 0 auto;
  border-radius: 50%;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 1;
}

.theme-liquorstore .pm-category-card:hover .pm-category-card__overlay {
  opacity: 0.92;
}

.theme-liquorstore .pm-category-card__cta {
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.theme-liquorstore .pm-category-card__body {
  padding: 1.25rem 1rem 1.5rem;
  text-align: center;
}

.theme-liquorstore .pm-category-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.3;
}

.theme-liquorstore .pm-category-card:hover .pm-category-card__title {
  color: var(--primary-700);
}

.theme-liquorstore .pm-category-card__desc {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--text-secondary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ---------- App shell: topbar + navbar + mobile + footer (overrides above) ---------- */

.theme-liquorstore .pm-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.theme-liquorstore .pm-topbar {
  background: #000000 !important;
  color: #ffffff;
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  text-align: initial !important;
  font-size: inherit;
  letter-spacing: inherit;
}

.theme-liquorstore .pm-topbar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem 1rem;
  justify-content: space-between;
}

.theme-liquorstore .pm-topbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1rem;
  flex: 1 1 auto;
}

.theme-liquorstore .pm-topbar-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.theme-liquorstore .pm-topbar-promo {
  flex: 0 1 auto;
  text-align: right;
}

.theme-liquorstore .pm-topper {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
}

.theme-liquorstore .pm-topbar-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.theme-liquorstore .pm-topbar-svg {
  width: 14px;
  height: 14px;
}

.theme-liquorstore .pm-topbar-text,
.theme-liquorstore .pm-topbar-promo-text {
  color: #ffffff;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .theme-liquorstore .pm-topbar-promo {
    text-align: left;
    width: 100%;
  }

  .theme-liquorstore .pm-topper {
    margin-bottom: 8px;
  }
}

.theme-liquorstore .pm-navbar {
  position: sticky;
  top: 0;
  z-index: 1060;
  padding: 0;
  border-bottom: 1px solid var(--neutral-200);
  background-color: var(--neutral-900) !important;
  box-shadow: none !important;
}

.theme-liquorstore .pm-navbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 3.125rem;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 0.75rem;
}

.theme-liquorstore .pm-navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-weight: 400;
}

.theme-liquorstore .pm-brand-logo {
  height: 1.75rem;
  width: auto;
  display: block;
}

.theme-liquorstore .pm-brand-name {
  color: #ffffff;
  font-size: 1rem;
}

.theme-liquorstore .pm-navbar-brand:hover .pm-brand-name,
.theme-liquorstore .pm-navbar-brand:focus .pm-brand-name {
  color: #ffffff;
}

.theme-liquorstore .pm-nav-desktop {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: auto;
  align-items: stretch;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .theme-liquorstore .pm-nav-desktop {
    display: flex;
  }

  .theme-liquorstore .pm-navbar-actions {
    display: none;
  }

  .theme-liquorstore .pm-navbar {
    background-color: #ffffff !important;
    border-bottom-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06) !important;
  }

  .theme-liquorstore .pm-navbar-inner {
    min-height: 4rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .theme-liquorstore .pm-brand-name {
    color: var(--neutral-900);
  }

  .theme-liquorstore .pm-navbar-brand:hover .pm-brand-name,
  .theme-liquorstore .pm-navbar-brand:focus .pm-brand-name {
    color: var(--neutral-900);
  }
}

.theme-liquorstore .pm-nav-link {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  padding: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .theme-liquorstore .pm-nav-link {
    color: var(--neutral-900);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .theme-liquorstore .pm-nav-link:hover {
    color: var(--neutral-900);
  }

  .theme-liquorstore .pm-nav-desktop > .pm-nav-item > .router-link-active.pm-nav-link {
    color: var(--neutral-900);
  }
}

@media (max-width: 991px) {
  .theme-liquorstore .pm-nav-desktop {
    display: none !important;
  }
}

.theme-liquorstore .pm-nav-item.pm-nav-item--cart {
  align-self: center;
}

.theme-liquorstore .pm-nav-cart {
  position: relative;
  gap: 0.35rem;
  align-items: center;
}

.theme-liquorstore .pm-nav-desktop .pm-nav-cart {
  color: var(--neutral-900) !important;
  background-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.theme-liquorstore .pm-nav-desktop .pm-nav-cart.pm-nav-cart--has-items {
  background-color: var(--primary-500);
}

.theme-liquorstore .pm-nav-desktop .pm-nav-cart.pm-nav-cart--has-items,
.theme-liquorstore .pm-nav-desktop .pm-nav-cart.pm-nav-cart--has-items .pm-cart-svg {
  color: var(--neutral-900) !important;
}

.theme-liquorstore .pm-nav-cart-icon {
  display: inline-flex;
}

.theme-liquorstore .pm-cart-svg {
  width: 18px;
  height: 18px;
}

.theme-liquorstore .pm-nav-cart-bracket {
  font-size: 12px;
  font-weight: 600;
}

.theme-liquorstore .pm-navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.theme-liquorstore .pm-nav-cart--mobile-icon {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  text-decoration: none;
}

.theme-liquorstore .pm-nav-cart-badge {
  position: absolute;
  top: -2px;
  right: -4px;
  min-width: 1rem;
  height: 1rem;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1rem;
  text-align: center;
  border-radius: 9999px;
  background: var(--primary-500);
  color: var(--neutral-900);
}

.theme-liquorstore .pm-navbar-toggler {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.theme-liquorstore .pm-navbar-toggler:focus {
  outline: none;
}

@media (min-width: 992px) {
  .theme-liquorstore .pm-navbar-toggler {
    display: none;
  }
}

.theme-liquorstore .pm-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.45);
}

.theme-liquorstore .pm-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1050;
  padding: 5.5rem 1.75rem 1.5rem;
  background: var(--neutral-900);
  overflow-y: auto;
}

.theme-liquorstore .pm-mobile-nav-link {
  display: block;
  padding: 0.9rem 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.theme-liquorstore .pm-mobile-nav-link:hover,
.theme-liquorstore .pm-mobile-nav-link.router-link-active {
  color: #ffffff;
}

.theme-liquorstore .pm-mobile-nav-link--cart {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.theme-liquorstore .pm-mobile-cart-count {
  margin-left: auto;
  opacity: 0.85;
}

.theme-liquorstore .pm-footer {
  padding: 5rem 0 4rem !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  background: #000000 !important;
}

.theme-liquorstore .pm-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
}

@media (min-width: 768px) {
  .theme-liquorstore .pm-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .theme-liquorstore .pm-footer-grid {
    grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
    gap: 2rem 2rem;
    align-items: start;
  }
}

.theme-liquorstore .pm-footer-heading {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  margin: 0 0 1.25rem !important;
  color: #ffffff !important;
}

.theme-liquorstore .pm-footer-lead {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8) !important;
}

.theme-liquorstore .pm-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-liquorstore .pm-footer-list li + li {
  margin-top: 0.25rem;
}

.theme-liquorstore .pm-footer-link {
  display: inline-block;
  padding: 0.15rem 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.theme-liquorstore .pm-footer-link:hover {
  color: #ffffff !important;
}

.theme-liquorstore .pm-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-liquorstore .pm-footer-social-link {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-500);
  color: #ffffff;
  text-decoration: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.theme-liquorstore .pm-footer-social-link:hover {
  opacity: 0.92;
  transform: scale(1.04);
  color: #ffffff !important;
}

.theme-liquorstore .pm-footer-social-icon {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.theme-liquorstore .pm-footer-social-status {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.theme-liquorstore .pm-footer-copyright {
  margin-top: 4rem !important;
  text-align: center;
}

.theme-liquorstore .pm-footer-copyright p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

/* ========== Shared theme utilities (cart, checkout, legal) ========== */
.theme-bg-page { background-color: var(--background-primary); }
.theme-hover-bg-subtle:hover { background-color: var(--primary-50); }
.theme-bg-card { background-color: var(--card-background); border: 1px solid var(--card-border); }
.theme-bg-hero { background: var(--hero-gradient); color: var(--text-inverse); }
.theme-bg-section-alt { background-color: var(--background-secondary); }
.theme-bg-footer { background-color: var(--footer-background); color: var(--footer-text); }
.theme-bg-newsletter { background: var(--newsletter-gradient); color: var(--newsletter-text); }
.theme-text-heading { color: var(--text-primary); }
.theme-text-body { color: var(--text-secondary); }
.theme-text-muted { color: var(--text-muted); }
.theme-link { color: var(--text-link); }
.theme-link:hover { color: var(--text-link-hover); }
.theme-border-t { border-top: 1px solid var(--border-light); }
.theme-border-b { border-bottom: 1px solid var(--border-light); }
.theme-btn-primary { background-color: var(--button-primary-background); color: var(--button-primary-text); border: 1px solid var(--button-primary-border); transition: all 0.2s ease; }
.theme-btn-primary:hover:not(:disabled) { background-color: var(--button-primary-background-hover); border-color: var(--button-primary-background-hover); }
.theme-btn-secondary { background-color: var(--button-secondary-background); color: var(--button-secondary-text); border: 1px solid var(--button-secondary-border); }
.theme-btn-outline { background-color: var(--button-outline-background); color: var(--button-outline-text); border: 1px solid var(--button-outline-border); }
.theme-btn-outline:hover:not(:disabled) { background-color: var(--button-outline-background-hover); color: var(--button-outline-text-hover); border-color: var(--button-outline-background-hover); }
.theme-btn-ghost { background-color: var(--button-ghost-background); color: var(--button-ghost-text); border: 1px solid var(--button-ghost-border); }
.theme-btn-ghost:hover:not(:disabled) { background-color: var(--button-ghost-background-hover); color: var(--button-ghost-text-hover); }
.theme-badge { background-color: var(--badge-primary-bg); color: var(--badge-primary-text); border: 1px solid var(--badge-primary-border); }
.theme-product-card { background-color: var(--card-background); border: 1px solid var(--card-border); box-shadow: var(--card-shadow); transition: all 0.2s ease; }
.theme-product-card:hover { border-color: var(--primary-200); box-shadow: var(--card-shadow-hover); }
.theme-product-price { color: var(--product-price-regular); font-weight: 700; }
.theme-add-to-cart { background-color: var(--button-primary-background); color: var(--button-primary-text); border: 1px solid var(--button-primary-border); }
.theme-add-to-cart:hover:not(:disabled) { background-color: var(--button-primary-background-hover); }
.theme-add-to-cart:disabled { background-color: var(--neutral-200); color: var(--neutral-500); cursor: not-allowed; }
.theme-input { background-color: var(--form-input-background); color: var(--form-input-text); border: 1px solid var(--form-input-border); }
.theme-input:focus { outline: none; border-color: var(--form-input-border-focus); }
.theme-input::placeholder { color: var(--form-input-placeholder); }
.theme-footer-link { color: var(--footer-text-secondary); }
.theme-footer-link:hover { color: var(--footer-text); }
.theme-newsletter-cta { background-color: var(--newsletter-cta-bg); color: var(--newsletter-cta-text); border: 1px solid var(--newsletter-cta-bg); }
.theme-newsletter-input { background: transparent; border: 1px solid var(--newsletter-input-border); color: var(--newsletter-text); }
.theme-newsletter-input:focus { outline: none; border-color: rgba(255, 255, 255, 0.55); }

.theme-liquorstore .shop-toolbar { gap: 1rem; }
.theme-liquorstore .shop-result-count { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(0, 0, 0, 0.55); }
.theme-liquorstore .shop-state { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4rem 1rem; text-align: center; }
.theme-liquorstore .shop-state__icon { width: 4rem; height: 4rem; margin-bottom: 1rem; opacity: 0.45; }
.theme-liquorstore .shop-state__title { font-size: 1.5rem; margin-bottom: 0.75rem; }
.theme-liquorstore .shop-state__text { color: rgba(0, 0, 0, 0.65); }
.theme-liquorstore .sidebar-clear { background: transparent; border: none; padding: 0; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; cursor: pointer; color: rgba(0, 0, 0, 0.55); }
.theme-liquorstore .shop-filters { margin-bottom: 2rem; }
.theme-liquorstore .shop-filters__card {
  background: #FFFFFF;
  border: 1px solid var(--neutral-200);
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.18);
  padding: 1.5rem;
}
.theme-liquorstore .shop-filters__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--neutral-200);
}
.theme-liquorstore .shop-filters__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-primary);
}
.theme-liquorstore .shop-filters__clear {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: var(--primary-600);
  transition: color 0.2s ease;
}
.theme-liquorstore .shop-filters__clear:hover {
  color: var(--primary-700);
}
.theme-liquorstore .shop-filters__section + .shop-filters__section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--neutral-200);
}
.theme-liquorstore .shop-filters__section--active {
  background: var(--primary-50);
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
  padding: 1.25rem 1.5rem 1.5rem;
  border-top-color: var(--primary-100);
}
.theme-liquorstore .shop-filters__label {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}
.theme-liquorstore .shop-filters__input {
  width: 100%;
  border: 1px solid var(--neutral-300);
  background: #FFFFFF;
  padding: 0.75rem 0.9rem;
  font-size: 0.875rem;
  color: var(--text-primary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.theme-liquorstore .shop-filters__input:focus {
  outline: none;
  border-color: var(--primary-400);
  box-shadow: 0 0 0 3px rgba(235, 77, 155, 0.12);
}
.theme-liquorstore .shop-filters__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.theme-liquorstore .shop-filters__checks,
.theme-liquorstore .shop-filters__tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme-liquorstore .shop-filters__check {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.25rem;
  cursor: pointer;
  border-bottom: 1px dotted var(--neutral-200);
  transition: background-color 0.2s ease;
}
.theme-liquorstore .shop-filters__checks li:last-child .shop-filters__check {
  border-bottom: none;
}
.theme-liquorstore .shop-filters__check:hover {
  background: var(--primary-50);
}
.theme-liquorstore .shop-filters__checkbox {
  width: 1rem;
  height: 1rem;
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--primary-500);
}
.theme-liquorstore .shop-filters__check-text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-primary);
}
.theme-liquorstore .shop-filters__tags {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.theme-liquorstore .shop-filters__tag {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  background: #FFFFFF;
  border: 1px solid var(--primary-200);
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--primary-800);
}
.theme-liquorstore .shop-filters__tag-remove {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  color: var(--primary-600);
}
.theme-liquorstore .shop-filters__tag-remove:hover {
  color: var(--primary-800);
}
@media (min-width: 992px) {
  .theme-liquorstore .shop-filters__card {
    position: sticky;
    top: 6.5rem;
  }
}
.theme-liquorstore .form-control.minishop-input,
.theme-liquorstore .minishop-input { width: 100%; border: 1px solid rgba(0, 0, 0, 0.12); background: #fff; padding: 0.65rem 0.85rem; border-radius: 0; font-size: 14px; color: #000; }
.theme-liquorstore .minishop-textarea { min-height: 9rem; resize: vertical; }
.theme-liquorstore .btn.btn-primary { background: var(--primary-500); color: #fff; border: none; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; font-weight: 700; }
.theme-liquorstore .btn.btn-primary:hover:not(:disabled) { background: var(--primary-600); color: #fff; }
.theme-liquorstore .newsletter-form { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; max-width: 36rem; margin: 0 auto; }
.theme-liquorstore .newsletter-input { flex: 1 1 14rem; min-width: 0; background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.theme-liquorstore .newsletter-input::placeholder { color: rgba(255, 255, 255, 0.75); }
.theme-liquorstore .newsletter-submit { flex: 0 0 auto; }
.theme-liquorstore .ftco-cart .table { min-width: 100%; width: 100%; text-align: center; border-collapse: collapse; }
.theme-liquorstore .ftco-cart .thead-primary { background: var(--primary-300); }
.theme-liquorstore .ftco-cart .thead-primary th { padding: 1.25rem 0.65rem; color: #fff; border: 1px solid transparent; font-weight: 600; text-transform: uppercase; font-size: 12px; letter-spacing: 0.08em; }
.theme-liquorstore .ftco-cart tbody td { padding: 2rem 0.65rem; border-bottom: 1px solid rgba(0, 0, 0, 0.05); vertical-align: middle; }
.theme-liquorstore .ftco-cart .cart-product-cell { display: flex; align-items: center; gap: 1rem; text-align: left; }
.theme-liquorstore .ftco-cart .cart-product-cell .image-prod { flex: 0 0 100px; width: 100px; height: 100px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.theme-liquorstore .ftco-cart .cart-line-total { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; }
.theme-liquorstore .ftco-cart .cart-line-total .product-remove { display: inline-flex; align-items: center; justify-content: center; background: var(--primary-300); color: #000; padding: 0.25rem 0.65rem; text-decoration: none; }
.theme-liquorstore .ftco-cart .product-name h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 0.35rem; }
.theme-liquorstore .ftco-cart .cart-product-desc { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(0, 0, 0, 0.45); }
.theme-liquorstore .ftco-cart .cart-line-total .product-remove { border: none; cursor: pointer; }
.theme-liquorstore .ftco-cart .cart-update-btn .fa-refresh { margin-right: 0.5rem; }
.theme-liquorstore .ftco-cart .quantity .input-group { display: inline-flex; align-items: stretch; justify-content: center; margin: 0 auto; max-width: 12rem; border: 1px solid rgba(0, 0, 0, 0.08); background: #fff; }
.theme-liquorstore .ftco-cart .quantity .input-group-btn { display: flex; margin: 0; }
.theme-liquorstore .ftco-cart .quantity-left-minus,
.theme-liquorstore .ftco-cart .quantity-right-plus { display: inline-flex; align-items: center; justify-content: center; min-width: 2.75rem; height: 48px; padding: 0; border: none; border-radius: 0; background: var(--primary-100); color: var(--primary-700); }
.theme-liquorstore .ftco-cart .quantity-left-minus i,
.theme-liquorstore .ftco-cart .quantity-right-plus i { color: currentColor; font-size: 1.1rem; }
.theme-liquorstore .ftco-cart .quantity-left-minus:hover:not(:disabled),
.theme-liquorstore .ftco-cart .quantity-right-plus:hover:not(:disabled) { background: var(--primary-500); color: #fff; }
.theme-liquorstore .ftco-cart .quantity-left-minus:disabled { opacity: 0.45; cursor: not-allowed; }
.theme-liquorstore .ftco-cart .quantity.form-control { width: 3.5rem; max-width: 3.5rem; height: 48px; margin: 0; padding: 0; border: none; border-left: 1px solid rgba(0, 0, 0, 0.08); border-right: 1px solid rgba(0, 0, 0, 0.08); border-radius: 0; background: #fff; color: #000; text-align: center; }
.theme-liquorstore .ftco-cart .cart-actions { margin-top: 3.5rem; align-items: center; }
.theme-liquorstore .ftco-cart .cart-actions__continue { text-align: right; }
.theme-liquorstore .ftco-cart .cart-actions .btn { min-width: 12rem; }
.theme-liquorstore .ftco-cart .cart-update-btn .ion-ios-refresh { margin-right: 0.5rem; }
.theme-liquorstore .ftco-cart .cart-footer { margin-top: 4rem; }
.theme-liquorstore .ftco-cart .cart-discount h3 { font-size: 18px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.theme-liquorstore .ftco-cart .cart-coupon-form--inline { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: stretch; }
.theme-liquorstore .ftco-cart .cart-coupon-form--inline .form-control { flex: 1 1 12rem; min-width: 0; margin-bottom: 0; }
.theme-liquorstore .ftco-cart .cart-coupon-form--inline .btn { flex: 0 0 auto; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; font-weight: 700; }
.theme-liquorstore .ftco-cart .btn-block { display: block; width: 100%; }
.theme-liquorstore .ftco-cart .image-prod .img { width: 100px; height: 150px; margin: 0 auto; background-size: cover; background-position: center; }
.theme-liquorstore .ftco-cart .product-remove a { display: inline-flex; align-items: center; justify-content: center; background: var(--primary-300); color: #000; padding: 0.25rem 0.65rem; text-decoration: none; }
.theme-liquorstore .ftco-cart .cart-empty-state {
  max-width: 36rem;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: var(--primary-50);
  border: 1px solid var(--primary-100);
  box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.12);
}
.theme-liquorstore .ftco-cart .cart-empty-state__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--primary-100);
  box-shadow: 0 12px 30px -18px rgba(236, 72, 153, 0.35);
}
.theme-liquorstore .ftco-cart .cart-empty-state .shop-state__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0;
  opacity: 0.8;
}
.theme-liquorstore .ftco-cart .cart-empty-state .shop-state__title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-primary);
}
.theme-liquorstore .ftco-cart .cart-empty-state .shop-state__text {
  max-width: 22rem;
  margin: 0 auto 1.75rem;
  line-height: 1.6;
}
.theme-liquorstore .ftco-cart .cart-empty-state .btn {
  min-width: 14rem;
}
.theme-liquorstore .cart-total { border: 1px solid rgba(0, 0, 0, 0.05); padding: 1.25rem; }
.theme-liquorstore .cart-total h3 { font-size: 18px; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1.25rem; }
.theme-liquorstore .cart-total p.d-flex { justify-content: space-between; gap: 1rem; margin-bottom: 0.9rem; }
.theme-liquorstore .cart-total hr { margin: 1.25rem 0; }
.theme-liquorstore .cart-total p.total-price { margin-bottom: 0; }
.theme-liquorstore .cart-total p.total-price span:last-child { font-weight: 700; }
.theme-liquorstore .cart-coupon-form { margin-bottom: 1rem; }
.theme-liquorstore .cart-coupon-message.is-success { color: #166534; }
.theme-liquorstore .cart-coupon-message.is-error { color: #b91c1c; }
.theme-liquorstore .cart-error { margin-top: 1.5rem; padding: 1rem; border: 1px solid #fecaca; background: #fef2f2; }
.theme-liquorstore .loading-spinner { width: 40px; height: 40px; border: 2px solid rgba(0, 0, 0, 0.08); border-top-color: var(--primary-500); border-radius: 50%; animation: pm-spin 1s linear infinite; }
@keyframes pm-spin { to { transform: rotate(360deg); } }
.theme-liquorstore .billing-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.theme-liquorstore .billing-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 1.25rem;
}
.theme-liquorstore .billing-form label {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.theme-liquorstore .billing-form .form-control {
  display: block;
  width: 100%;
  min-height: 58px;
  height: auto;
  padding: 0.85rem 1rem;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #111111 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 0;
  box-shadow: none !important;
  box-sizing: border-box;
}
.theme-liquorstore .billing-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.theme-liquorstore .billing-form .form-control:focus,
.theme-liquorstore .billing-form .form-control:active {
  border-color: var(--primary-500) !important;
  outline: none;
}
.theme-liquorstore .billing-form textarea.form-control {
  min-height: 9rem;
  height: auto !important;
  padding-top: 0.85rem;
  resize: vertical;
}
.theme-liquorstore .billing-form .row > [class*='col-'] {
  margin-bottom: 0.25rem;
}
.theme-liquorstore .billing-form .contact-form__consent {
  margin-bottom: 0.5rem;
}
.theme-liquorstore .billing-form .contact-form__consent .checkbox {
  margin-bottom: 0;
}
.theme-liquorstore .billing-form .contact-form__consent-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
.theme-liquorstore .billing-form .contact-form__consent-label a {
  color: #000;
}
.theme-liquorstore .billing-form .contact-form__actions {
  margin-top: 0.5rem;
}
.theme-liquorstore .checkout-section .billing-form .checkout-input-error {
  border-color: #dc2626 !important;
}
.theme-liquorstore .checkout-section .form-error {
  margin-top: 0.35rem;
  margin-bottom: 0;
  color: #b91c1c;
  font-size: 12px;
}
.theme-liquorstore .checkout-section .checkout-same-as-billing {
  margin-bottom: 1.5rem;
}
.theme-liquorstore .checkout-section .checkout-same-as-billing .checkbox label,
.theme-liquorstore .checkout-section .radio label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0;
  font-weight: 400;
}
.theme-liquorstore .checkout-section .radio,
.theme-liquorstore .checkout-section .checkbox {
  margin-bottom: 0.5rem;
}
.theme-liquorstore .checkout-section input[type="radio"],
.theme-liquorstore .checkout-section input[type="checkbox"] {
  margin-right: 0.5rem;
}
.theme-liquorstore .checkout-section .cart-detail {
  width: 100%;
  display: block;
}
.theme-liquorstore .checkout-section .cart-detail.cart-total {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: var(--neutral-50, #f8f9fa);
}
.theme-liquorstore .checkout-section .cart-detail.bg-light {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
}
.theme-liquorstore .checkout-section .cart-detail .btn-primary {
  display: block;
  width: 100%;
}
.theme-liquorstore .checkout-section .cart-total p.d-flex {
  justify-content: space-between;
  gap: 1rem;
}
.theme-liquorstore .checkout-section .cart-total p.total-price span:last-child {
  color: #000000;
  font-weight: 700;
}
.theme-liquorstore .checkout-section .checkout-option-meta {
  margin-left: 1.5rem;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
  line-height: 1.5;
}
.theme-liquorstore .checkout-section .checkout-order-item {
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.theme-liquorstore .checkout-section .checkout-order-item:last-of-type {
  border-bottom: none;
}
.theme-liquorstore .checkout-section .checkout-order-item__name {
  color: rgba(0, 0, 0, 0.75);
  padding-right: 0.75rem;
}
.theme-liquorstore .checkout-section .checkout-order-item__price {
  font-weight: 600;
}
.theme-liquorstore .checkout-section .checkout-coupon {
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.2);
  padding: 0.75rem;
}
.theme-liquorstore .checkout-section .shop-state--compact {
  min-height: 140px;
  padding: 1rem;
}
.theme-liquorstore .checkout-section .cart-error {
  margin-top: 0.5rem;
}
.theme-liquorstore .thankyou-section .thankyou-intro {
  margin-bottom: 2rem;
}
.theme-liquorstore .thankyou-section .thankyou-message {
  max-width: 36rem;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}
.theme-liquorstore .thankyou-section .cart-detail {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.theme-liquorstore .thankyou-section .thankyou-detail-row {
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
}
.theme-liquorstore .thankyou-section .thankyou-detail-row:last-child {
  margin-bottom: 0;
}
.theme-liquorstore .thankyou-section .thankyou-detail-row span:last-child {
  color: #000;
  font-weight: 600;
  text-align: right;
}
.theme-liquorstore .thankyou-section .thankyou-detail-value--total {
  color: var(--primary-600);
}
.theme-liquorstore .thankyou-section .thankyou-detail-value--status {
  text-transform: capitalize;
}
.theme-liquorstore .thankyou-section .thankyou-error {
  text-align: center;
}
.theme-liquorstore .thankyou-section .thankyou-error__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
}
.theme-liquorstore .thankyou-section .thankyou-error__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.theme-liquorstore .thankyou-section .thankyou-actions {
  margin-top: 2rem;
  text-align: right;
}
.theme-liquorstore .thankyou-section .thankyou-help {
  margin-top: 1.5rem;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.theme-liquorstore .thankyou-section .thankyou-help a {
  color: #000;
  text-decoration: underline;
}
.theme-liquorstore .product-details h3 { font-size: 30px; font-weight: 400; margin-bottom: 1rem; }
.theme-liquorstore .product-details .price span { font-size: 30px; color: #000; }
.theme-liquorstore .product-details .product-description,
.theme-liquorstore .product-details .product-subtitle { color: rgba(0, 0, 0, 0.65); }
.theme-liquorstore .product-details .variant-option-btn { border: 1px solid rgba(0, 0, 0, 0.12); background: #fff; padding: 0.45rem 0.85rem; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; cursor: pointer; }
.theme-liquorstore .product-details .variant-option-btn.active { background: #000; color: #fff; border-color: #000; }
.theme-liquorstore .product-details .quantity-controls { display: inline-flex; align-items: center; border: 1px solid rgba(0, 0, 0, 0.12); }
.theme-liquorstore .product-details .quantity-btn,
.theme-liquorstore .product-details .quantity-input { height: 40px; border: none; background: transparent; text-align: center; }
.theme-liquorstore .product-details .quantity-input { width: 4rem; }
.theme-liquorstore .product-details .category-tag {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.theme-liquorstore .product-media .main-image { display: block; }
.theme-liquorstore .product-media .thumbnails { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 1rem; }
.theme-liquorstore .product-media .thumbnail { width: 4.5rem; height: 4.5rem; border: 1px solid rgba(0, 0, 0, 0.12); padding: 0; overflow: hidden; background: #fff; cursor: pointer; }
.theme-liquorstore .product-media .thumbnail.active { border-color: #000; }
.theme-liquorstore .legal-content { background: #fff; padding: 2rem; border: 1px solid rgba(0, 0, 0, 0.06); }
