/** Shopify CDN: Minification failed

Line 3717:0 Unexpected "}"

**/
/* ========================================
   CRTZ THEME - Corteiz Inspired
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600&family=Courier+Prime:wght@400;700&family=Poppins:wght@300;400;500;600&display=swap');

/* ========================================
   PAGE TRANSITIONS - Clean fade, no color
   ======================================== */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.page-transition--out {
  opacity: 1;
}

body {
  opacity: 1;
  transition: opacity 0.15s ease;
}

body.page-loading {
  opacity: 0.3;
}

/* Page visibility - always show, no fade in required */
html:not(.page-loaded) body {
  opacity: 1;
}

html.page-loaded body {
  opacity: 1;
}

/* Helvetica Neue for luxury feel */
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue'), local('HelveticaNeue');
  font-weight: 300 700;
  font-display: swap;
}

/* ========================================
   MILITARY ACCENT - Camo Pattern Backgrounds
   ======================================== */

/* Subtle Camo Pattern */
.military-camo-bg {
  background-color: #f5f3ef;
  background-image:
    radial-gradient(ellipse at 20% 30%, rgba(139, 125, 107, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 70%, rgba(107, 95, 80, 0.12) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 50%, rgba(90, 85, 75, 0.1) 0%, transparent 40%),
    radial-gradient(ellipse at 30% 80%, rgba(120, 110, 95, 0.13) 0%, transparent 35%),
    radial-gradient(ellipse at 70% 20%, rgba(100, 95, 85, 0.11) 0%, transparent 40%);
}

/* Military Colors */
.military-khaki { color: #c4b9a8; }
.military-olive { color: #7a6f5b; }
.military-tan { color: #d4c4b0; }
.military-sand { color: #e8dfd1; }

.bg-military-khaki { background-color: #c4b9a8; }
.bg-military-olive { background-color: #7a6f5b; }
.bg-military-tan { background-color: #d4c4b0; }
.bg-military-sand { background-color: #e8dfd1; }

/* Tactical Button Style */
.btn-military {
  display: inline-block;
  padding: 14px 35px;
  background: #7a6f5b;
  color: #ffffff;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #7a6f5b;
  transition: all 0.3s ease;
}

.btn-military:hover {
  background: transparent;
  color: #7a6f5b;
}

/* Military Section Header */
.military-section-title {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7a6f5b;
  position: relative;
  display: inline-block;
}

.military-section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #7a6f5b;
}

/* Tactical Tags/Badges */
.tactical-badge {
  display: inline-block;
  padding: 6px 12px;
  background: #2a2a2a;
  color: #c4b9a8;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ========================================
   LUXURY HOMEPAGE - Full Width with Transparent Header
   ======================================== */

.luxury-homepage {
  background: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Luxury homepage header styles removed - now handled by luxury-header.liquid section */

/* Hero Banner - Dore & Rose Style */
.luxury-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 600px;
  max-height: 900px;
  overflow: hidden;
}

.luxury-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.luxury-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.luxury-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 50%, transparent 100%);
}

.luxury-hero__content {
  position: absolute;
  bottom: 100px;
  left: 60px;
  max-width: 600px;
  z-index: 2;
  color: #ffffff;
  text-align: left;
}

.luxury-hero__rating {
  margin-bottom: 20px;
}

.luxury-hero__stars {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}

.luxury-hero__reviews {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
}

.luxury-hero__headline {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

.luxury-hero__description {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 30px 0;
  max-width: 500px;
}

.luxury-hero__btn {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: #000000;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: all 0.3s ease;
}

.luxury-hero__btn:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 768px) {
  .luxury-hero {
    height: 70vh;
    min-height: 500px;
  }

  .luxury-hero__content {
    bottom: 60px;
    left: 20px;
    right: 20px;
    max-width: none;
  }

  .luxury-hero__headline {
    font-size: 32px;
  }

  .luxury-hero__description {
    font-size: 14px;
  }
}

/* Full width sections */
.luxury-homepage main {
  width: 100%;
  max-width: 100%;
  padding: 0;
  min-height: 100vh;
}

/* Homepage product cards - white theme */
.luxury-homepage .crtz-product-card__title {
  color: #000000;
}

.luxury-homepage .crtz-product-card__price {
  color: #666666;
}

/* Ensure grid works on homepage */
.luxury-homepage .luxury-featured .crtz-grid {
  width: 100%;
}

.luxury-homepage .luxury-collections,
.luxury-homepage .luxury-featured {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
}

/* Homepage product grid styling */
.luxury-homepage .crtz-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .luxury-homepage .crtz-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .luxury-homepage .luxury-collections,
  .luxury-homepage .luxury-featured {
    padding: 60px 20px;
  }

  .luxury-homepage .crtz-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* ========================================
   CSS VARIABLES - Set in theme.liquid from Theme Settings
   ======================================== */

/* Variables are set in layout/theme.liquid from Theme Settings */
/* Do not hardcode here - use Theme Customizer > Colors */

:root {
  /* Luxury Light Theme (Homepage) */
  --luxury-bg: #ffffff;
  --luxury-bg-secondary: #f5f5f5;
  --luxury-text: #000000;
  --luxury-text-muted: #666666;
  --luxury-border: #e5e5e5;
  --luxury-accent: #ff0000;
  --luxury-font: 'Poppins', sans-serif;
}

/* Hide mobile footer on desktop by default - STRONG RULES */
.crtz-mobile-footer,
.mobile-footer-section,
footer.crtz-mobile-footer,
section.mobile-footer-section,
[data-section-type="mobile-footer"] {
  display: none !important;
}

/* ========================================
   BASE STYLES
   ======================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

body {
  background: var(--crtz-bg);
  color: var(--crtz-text);
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ========================================
   LAYOUT WRAPPER - CENTERED CRTZ STYLE
   ======================================== */
.crtz-page-wrapper {
  min-height: 100vh;
  background: var(--crtz-bg);
  display: flex;
  justify-content: center;
  justify-items: center;
  padding: 0 40px;
}

.crtz-container {
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
}

/* ========================================
   SIDEBAR - THEME CUSTOMIZABLE (Product Page)
   ======================================== */
.crtz-sidebar {
  width: var(--sidebar-width);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 40px 35px;
}

/* Logo Section */
.crtz-sidebar__logo {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.crtz-sidebar__logo img {
  width: 180px;
  height: auto;
}

.crtz-sidebar__logo-text {
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

/* Category Navigation */
.crtz-sidebar__nav {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 40px;
}

.crtz-sidebar__nav::-webkit-scrollbar {
  width: 3px;
}

.crtz-sidebar__nav::-webkit-scrollbar-thumb {
  background: var(--crtz-border);
}

.crtz-sidebar__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.crtz-sidebar__menu-item {
  margin-bottom: 10px;
}

.crtz-sidebar__menu-link {
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  display: block;
  padding: 3px 0;
}

.crtz-sidebar__menu-link:hover {
  opacity: 0.7;
}

.crtz-sidebar__menu-link--active {
  color: #000000;
  font-weight: 600;
}

.crtz-sidebar__menu-link--highlight {
  color: var(--crtz-red);
}

/* Sidebar Footer */
.crtz-sidebar__footer {
  margin-top: auto;
  padding-top: 20px;
}

.crtz-sidebar__social {
  margin-bottom: 15px;
}

.crtz-sidebar__social-link {
  color: #000000;
  display: inline-flex;
  transition: opacity 0.2s ease;
}

.crtz-sidebar__social-link:hover {
  opacity: 0.7;
}

.crtz-sidebar__social-link svg {
  width: 22px;
  height: 22px;
  stroke: #000000;
  fill: none;
  stroke-width: 1.5;
}

.crtz-sidebar__footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.crtz-sidebar__footer-item {
  margin-bottom: 8px;
}

.crtz-sidebar__footer-link {
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #666666;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.crtz-sidebar__footer-link:hover {
  opacity: 0.7;
}

/* ========================================
   MAIN CONTENT AREA
   ======================================== */
.crtz-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

/* Red Stripe */
.crtz-red-stripe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--crtz-red);
  z-index: 101;
}

/* ========================================
   HEADER
   ======================================== */
.crtz-header {
  flex-shrink: 0;
  background: var(--crtz-bg);
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  position: sticky;
  top: 4px;
  z-index: 50;
}

.crtz-header__search {
  display: flex;
  align-items: center;
  gap: 10px;
}

.crtz-header__search-icon {
  color: var(--crtz-text);
}

.crtz-header__search-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--crtz-text);
  fill: none;
  stroke-width: 1.5;
}

.crtz-header__search-text {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  text-transform: uppercase;
  border-bottom: 1px solid var(--crtz-text);
  padding-bottom: 2px;
}

.crtz-header__cart {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--crtz-text);
}

.crtz-header__cart svg {
  width: 20px;
  height: 20px;
  stroke: var(--crtz-text);
  fill: none;
  stroke-width: 1.5;
}

.crtz-header__cart-text {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  text-transform: uppercase;
}

.crtz-header__cart-count {
  display: inline;
}

.crtz-header__checkout {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}

.crtz-header__checkout:hover {
  opacity: 0.7;
}

/* ========================================
   SCROLLABLE CONTENT
   ======================================== */
.crtz-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 40px 40px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.crtz-content::-webkit-scrollbar {
  display: none;
}

/* ========================================
   PRODUCT GRID
   ======================================== */
.crtz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

/* ========================================
   PRODUCT CARD
   ======================================== */
.crtz-product-card {
  position: relative;
  text-align: center;
}

/* Dual image hover effect - Container holds space */
.crtz-product-card__image-wrapper {
  position: relative;
  width: calc(100% - 40px);
  aspect-ratio: 3/4;
  background: transparent;
  margin: 0 auto 10px auto;
  overflow: hidden;
  display: block;
}

/* Fallback for browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 3/4) {
  .crtz-product-card__image-wrapper {
    padding-bottom: 133.33%;
    height: 0;
  }
}

.crtz-product-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  visibility: visible;
}

/* Primary image - visible by default, hides on hover */
.crtz-product-card__image--primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
  object-fit: contain;
}

/* Secondary image - hidden by default, on top */
.crtz-product-card__image--secondary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
  object-fit: contain;
}

/* On hover: fade primary out, secondary in */
.crtz-product-card:hover .crtz-product-card__image--primary {
  opacity: 0;
}

.crtz-product-card:hover .crtz-product-card__image--secondary {
  opacity: 1;
}

/* ========================================
   PRODUCT CARD REVEAL ANIMATIONS
   ======================================== */

/* Initial state - hidden before scroll */
.crtz-product-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Visible state - after scroll reveal */
.crtz-product-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay for grid items - creates wave effect */
@media (min-width: 769px) {
  .crtz-product-card:nth-child(1) { transition-delay: 0s; }
  .crtz-product-card:nth-child(2) { transition-delay: 0.1s; }
  .crtz-product-card:nth-child(3) { transition-delay: 0.2s; }
  .crtz-product-card:nth-child(4) { transition-delay: 0.3s; }
  .crtz-product-card:nth-child(5) { transition-delay: 0.4s; }
  .crtz-product-card:nth-child(6) { transition-delay: 0.5s; }
  .crtz-product-card:nth-child(7) { transition-delay: 0.6s; }
  .crtz-product-card:nth-child(8) { transition-delay: 0.7s; }
  .crtz-product-card:nth-child(9) { transition-delay: 0.8s; }
}

/* Mobile - simpler stagger */
@media (max-width: 768px) {
  .crtz-product-card:nth-child(odd) { transition-delay: 0s; }
  .crtz-product-card:nth-child(even) { transition-delay: 0.1s; }
}

/* Sold Out Badge */
.crtz-product-card__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--crtz-text);
  text-transform: uppercase;
  z-index: 10;
}

.crtz-product-card__info {
  padding: 0 10px;
  text-align: center;
}

.crtz-product-card__title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--crtz-text);
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.crtz-product-card__title a {
  color: inherit;
}

.crtz-product-card__price {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--crtz-text);
}

.crtz-product-card__price--compare {
  color: #666;
  text-decoration: line-through;
  margin-left: 8px;
}

/* ========================================
   PRODUCT PAGE
   ======================================== */
.crtz-product-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.crtz-product-page__media {
  position: relative;
}

.crtz-product-page__image-main {
  aspect-ratio: 4/5;
  background: var(--crtz-bg);
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 70vh;
}

.crtz-product-page__image-main img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Zoom Button */
.crtz-product-page__zoom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--crtz-text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
}

.crtz-product-page__zoom:hover {
  background: rgba(255, 215, 0, 0.2);
}

.crtz-product-page__zoom svg {
  width: 18px;
  height: 18px;
  stroke: var(--crtz-text);
}

/* Image Navigation Arrows - Just the arrow, no circle */
.crtz-product-page__nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s ease;
  z-index: 10;
  color: var(--crtz-text);
  padding: 0;
}

.crtz-product-page__nav-arrow:hover {
  opacity: 0.7;
}

.crtz-product-page__nav-arrow svg {
  width: 24px;
  height: 24px;
  stroke: var(--crtz-text);
  stroke-width: 2;
}

.crtz-product-page__nav-arrow--prev {
  left: 10px;
}

.crtz-product-page__nav-arrow--next {
  right: 10px;
}

@media (max-width: 768px) {
  .crtz-product-page__nav-arrow svg {
    width: 20px;
    height: 20px;
  }

  .crtz-product-page__nav-arrow--prev {
    left: 5px;
  }

  .crtz-product-page__nav-arrow--next {
    right: 5px;
  }
}

/* Thumbnails */
.crtz-product-page__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.crtz-product-page__thumb {
  width: 70px;
  height: 90px;
  border: 1px solid var(--crtz-border);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
  background: var(--crtz-bg);
  padding: 0;
}

.crtz-product-page__thumb:hover,
.crtz-product-page__thumb--active {
  border-color: var(--crtz-text);
  border-width: 2px;
}

.crtz-product-page__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Product Info */
.crtz-product-page__info {
  padding-top: 20px;
}

.crtz-product-page__title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--crtz-text);
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.crtz-product-page__price {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--crtz-text);
  margin-bottom: 25px;
}

/* Size Selector */
.crtz-product-page__option-label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--crtz-text);
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

/* Color Swatches - CRTZ Style with Product Images */
.crtz-color-swatches {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.crtz-color-swatch {
  width: 50px;
  height: 60px;
  border: 1px solid var(--crtz-border);
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
  padding: 0;
  position: relative;
  display: block;
  text-decoration: none;
}

.crtz-color-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crtz-color-swatch:hover,
.crtz-color-swatch--selected {
  border-color: var(--crtz-text);
}

.crtz-color-swatch--unavailable {
  opacity: 0.4;
  cursor: not-allowed;
}

.crtz-size-highlight {
  animation: highlight-pulse 1s ease;
}

@keyframes highlight-pulse {
  0%, 100% { border-color: var(--crtz-border); }
  50% { border-color: var(--crtz-red); }
}

.crtz-sizes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.crtz-size {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  min-width: 55px;
  height: 45px;
  border: 1px solid var(--crtz-text);
  background: #1a1a1a;
  color: var(--crtz-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-transform: uppercase;
  padding: 0 15px;
}

.crtz-size:hover,
.crtz-size--selected {
  background: var(--crtz-text);
  color: var(--crtz-bg);
}

.crtz-size--unavailable {
  opacity: 0.3;
  cursor: not-allowed;
  position: relative;
}

.crtz-size--unavailable::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 1px;
  background: var(--crtz-text);
  transform: rotate(-45deg);
}

/* Select Size Button - Shows when size not selected */
.crtz-select-size-btn {
  width: auto;
  min-width: 200px;
  height: 45px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--crtz-red);
  background: transparent;
  color: var(--crtz-red);
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 10px 0 20px 0;
  padding: 0 30px;
}

.crtz-select-size-btn:hover {
  background: var(--crtz-red);
  color: var(--crtz-white);
}

/* Add to Cart Button - CRTZ Red Outline Style */
.crtz-add-to-cart {
  width: auto;
  min-width: 200px;
  height: 45px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--crtz-red);
  background: transparent;
  color: var(--crtz-red);
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 10px 0 15px 0;
  padding: 0 30px;
}

.crtz-add-to-cart:hover:not(:disabled) {
  background: var(--crtz-red);
  color: var(--crtz-white);
}

.crtz-add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: var(--crtz-border);
  color: var(--crtz-border);
}

/* Product Links - Size Guide, Shipping */
.crtz-product-page__links {
  margin-bottom: 0;
}

.crtz-product-page__link {
  display: block;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--crtz-text);
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

.crtz-product-page__link::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--crtz-text);
}

.crtz-product-page__link:hover {
  color: var(--crtz-red);
}

/* Sold Out Text */
.crtz-sold-out {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--crtz-sold-out);
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Product Description */
.crtz-product-page__description {
  margin-top: 20px;
  margin-bottom: 15px;
}

.crtz-product-page__description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.crtz-product-page__description li {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

.crtz-product-page__description li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--crtz-text);
}

.crtz-product-page__model-info {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--crtz-sold-out);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ========================================
   SIZE GUIDE MODAL
   ======================================== */
.crtz-size-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.crtz-size-guide-modal--open {
  opacity: 1;
  visibility: visible;
}

.crtz-size-guide-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.crtz-size-guide-modal__content {
  position: relative;
  background: var(--crtz-bg);
  border: 1px solid var(--crtz-border);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
}

.crtz-size-guide-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  color: var(--crtz-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crtz-size-guide-modal__close:hover {
  color: var(--crtz-red);
}

.crtz-size-guide-modal__title {
  font-family: 'Courier Prime', monospace;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--crtz-text);
  margin: 0 0 25px 0;
  text-align: center;
}

.crtz-size-guide-modal__image {
  margin-bottom: 20px;
}

.crtz-size-guide-modal__image img {
  width: 100%;
  height: auto;
  display: block;
}

.crtz-size-guide-modal__text {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  line-height: 1.6;
  color: var(--crtz-text);
}

/* ========================================
   NEWSLETTER MODAL
   ======================================== */
.crtz-newsletter-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.crtz-newsletter-modal--open {
  opacity: 1;
  visibility: visible;
}

.crtz-newsletter-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.crtz-newsletter-modal__content {
  position: relative;
  z-index: 2;
  background: var(--crtz-bg);
  border: 1px solid var(--crtz-text);
  padding: 40px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.crtz-newsletter-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  color: var(--crtz-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.crtz-newsletter-modal__close:hover {
  color: var(--crtz-red);
}

.crtz-newsletter-modal__title {
  font-family: 'Courier Prime', monospace;
  font-size: 20px;
  letter-spacing: 3px;
  color: var(--crtz-text);
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.crtz-newsletter-modal__text {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  color: var(--crtz-text);
  margin-bottom: 25px;
  opacity: 0.8;
}

.crtz-newsletter-form__field {
  margin-bottom: 15px;
}

.crtz-newsletter-form__input {
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid var(--crtz-text);
  color: var(--crtz-text);
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 15px;
  text-align: center;
}

.crtz-newsletter-form__input::placeholder {
  color: var(--crtz-text);
  opacity: 0.5;
}

.crtz-newsletter-form__input:focus {
  outline: none;
  border-color: var(--crtz-red);
}

.crtz-newsletter-form__submit {
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid var(--crtz-red);
  color: var(--crtz-red);
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
}

.crtz-newsletter-form__submit:hover {
  background: var(--crtz-red);
  color: var(--crtz-white);
}

/* ========================================
   CART DRAWER - CRTZ Style
   ======================================== */
.crtz-cart-drawer-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}

.crtz-cart-drawer-wrapper > * {
  pointer-events: auto;
}

.crtz-cart-drawer {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  z-index: 9999;
  transform: translateX(calc(100% + 40px));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.crtz-cart-drawer--open {
  transform: translateX(0);
}

.crtz-cart-drawer__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  will-change: opacity;
}

.crtz-cart-drawer__overlay--visible {
  opacity: 1;
  visibility: visible;
}

.crtz-cart-drawer__header {
  padding: 25px 30px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

.crtz-cart-drawer__title {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.crtz-cart-drawer__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.crtz-cart-drawer__count {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #666666;
}

.crtz-cart-drawer__close {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crtz-cart-drawer__close svg {
  width: 24px;
  height: 24px;
  stroke: #000000;
}

.crtz-cart-drawer__items {
  flex: 1;
  overflow-y: auto;
  padding: 20px 30px;
}

.crtz-cart-drawer__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  padding: 60px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  margin: 20px;
}

.crtz-cart-drawer__empty p {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.crtz-cart-drawer__item {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  align-items: flex-start;
}

.crtz-cart-drawer__item:last-child {
  border-bottom: none;
}

.crtz-cart-drawer__item-image {
  width: 90px;
  height: 120px;
  object-fit: cover;
  background: #f5f5f5;
  flex-shrink: 0;
}

.crtz-cart-drawer__item-details {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

.crtz-cart-drawer__item-info {
  flex: 1;
}

.crtz-cart-drawer__item-title {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.crtz-cart-drawer__item-variant {
  font-family: 'Courier Prime', monospace;
  font-size: 11px;
  letter-spacing: 1px;
  color: #666666;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

.crtz-cart-drawer__item-price {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000000;
  white-space: nowrap;
}

.crtz-cart-drawer__quantity {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 5px;
}

.crtz-cart-drawer__qty-btn {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
}

.crtz-cart-drawer__qty-btn:hover {
  opacity: 0.7;
}

.crtz-cart-drawer__qty-value {
  width: 40px;
  height: 32px;
  background: #f5f5f5;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  color: #000000;
  margin: 0 -1px;
}

.crtz-cart-drawer__footer {
  padding: 25px 30px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}

.crtz-cart-drawer__subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.crtz-cart-drawer__subtotal-label,
.crtz-cart-drawer__subtotal-value {
  font-family: 'Courier Prime', monospace;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
}

.crtz-cart-drawer__terms {
  margin-bottom: 20px;
}

.crtz-cart-drawer__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.crtz-cart-drawer__checkbox input {
  display: none;
}

.crtz-cart-drawer__checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.crtz-cart-drawer__checkbox input:checked + .crtz-cart-drawer__checkmark::after {
  content: '✓';
  color: #000000;
  font-size: 12px;
}

.crtz-cart-drawer__terms-text {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.5px;
}

.crtz-cart-drawer__buttons {
  display: flex;
  gap: 12px;
}

.crtz-cart-drawer__btn {
  flex: 1;
  height: 45px;
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
}

.crtz-cart-drawer__btn--primary {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.crtz-cart-drawer__btn--primary:hover {
  opacity: 0.9;
}

.crtz-cart-drawer__btn--secondary {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.crtz-cart-drawer__btn--secondary:hover {
  background: #000000;
  color: #ffffff;
}

/* ========================================
   NEWSLETTER POPUP
   ======================================== */
.crtz-newsletter {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.crtz-newsletter--open {
  opacity: 1;
  visibility: visible;
}

.crtz-newsletter__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
}

.crtz-newsletter__content {
  position: relative;
  background: var(--crtz-bg);
  border: 1px solid var(--crtz-border);
  max-width: 500px;
  width: 100%;
  padding: 40px;
  text-align: center;
}

.crtz-newsletter__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: var(--crtz-text);
  cursor: pointer;
  font-size: 24px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crtz-newsletter__title {
  font-family: 'Courier Prime', monospace;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--crtz-text);
  margin: 0 0 30px 0;
}

.crtz-newsletter__form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
}

.crtz-newsletter__input {
  flex: 1;
  padding: 15px;
  background: var(--crtz-input-bg);
  border: none;
  color: var(--crtz-text);
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
}

.crtz-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.crtz-newsletter__submit {
  padding: 15px 30px;
  background: var(--crtz-button-bg);
  border: none;
  color: var(--crtz-text);
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.crtz-newsletter__submit:hover {
  opacity: 0.9;
}

/* ========================================
   ARCHIVE / LOOKBOOK PAGE
   ======================================== */
.crtz-archive__title {
  font-family: 'Courier Prime', monospace;
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--crtz-text);
  text-align: center;
  margin-bottom: 40px;
}

.crtz-lookbook {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.crtz-lookbook__item {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
}

.crtz-lookbook__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.crtz-lookbook__item:hover img {
  transform: scale(1.02);
}

.crtz-lookbook__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  text-transform: uppercase;
  text-align: center;
}

/* ========================================
   MOBILE STYLES
   ======================================== */
@media (max-width: 1024px) {
  :root {
    --sidebar-width: 0;
  }

  html, body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .crtz-sidebar {
    display: none;
  }

  .crtz-main {
    margin-left: 0;
    height: auto;
    overflow: visible;
  }

  .crtz-red-stripe {
    left: 0;
  }

  /* Page wrapper for mobile - full width with padding */
  .crtz-page-wrapper {
    padding: 0;
    min-height: auto;
  }

  .crtz-container {
    flex-direction: column;
    max-width: 100%;
    min-height: auto;
  }

  /* Mobile Header - CRTZ Style (Logo + Hamburger Centered) */
  .crtz-mobile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 20px;
    background: var(--crtz-bg);
    border-bottom: none;
    position: relative;
    z-index: 100;
  }

  /* Top Row - Search (left) + Cart (right) */
  .crtz-mobile-header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  /* Text Links (SEARCH, CART) - CRTZ Style */
  .crtz-mobile-header__text-link {
    font-family: 'Courier Prime', monospace;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
  }

  /* Old Icon Style (for backwards compatibility) */
  .crtz-mobile-header__icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .crtz-mobile-header__icon svg {
    width: 24px;
    height: 24px;
    stroke: #000000;
    fill: none;
  }

  /* Logo Centered */
  .crtz-mobile-header__logo {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  .crtz-mobile-header__logo img {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .crtz-mobile-header__logo-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: var(--crtz-white);
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid var(--crtz-white);
    border-radius: 50%;
    padding: 12px 24px;
    display: inline-block;
  }

  /* Hamburger Menu Button - Centered Below Logo */
  .crtz-mobile-header__menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .crtz-mobile-header__menu svg {
    display: block;
  }

  /* Mobile Menu - CRTZ Full Screen Overlay */
  .crtz-mobile-menu {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 300;
    padding: 60px 30px 30px;
    transform: translateY(-100%);
    transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .crtz-mobile-menu--open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .crtz-mobile-menu__close {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .crtz-mobile-menu__close svg {
    width: 32px;
    height: 32px;
    stroke: #000000;
    stroke-width: 2;
    fill: none;
  }

  /* Mobile menu - black background, gold text */
  .crtz-mobile-menu {
    background: #000000 !important;
  }

  .crtz-mobile-menu__close {
    color: #FFD700;
  }

  .crtz-mobile-menu__close svg {
    stroke: #FFD700;
  }

  .crtz-mobile-menu__link {
    color: #FFD700 !important;
  }

  .crtz-mobile-menu__footer-link {
    color: #FFD700 !important;
  }

  /* Logo in mobile menu */
  .crtz-mobile-menu__logo {
    margin-bottom: 40px;
  }

  .crtz-mobile-menu__logo img {
    width: 140px;
    height: auto;
    display: block;
  }

  .crtz-mobile-menu__logo-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--crtz-white);
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid var(--crtz-white);
    border-radius: 50%;
    padding: 8px 16px;
    display: inline-block;
  }

  .crtz-mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .crtz-mobile-menu__item {
    margin-bottom: 12px;
  }

  .crtz-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    z-index: 5;
    position: relative;
  }

  .crtz-mobile-menu__link {
    font-family: 'Courier Prime', monospace;
    font-size: 14px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: opacity 0.2s ease;
    text-decoration: none;
    pointer-events: auto;
    z-index: 5;
  }

  .crtz-mobile-menu__link:hover {
    opacity: 0.7;
  }

  .crtz-mobile-menu__link--highlight {
    color: var(--crtz-red, #ff0000);
  }

  /* Dropdown Menu Styles */
  .crtz-mobile-menu__dropdown {
    width: 100%;
  }

  .crtz-mobile-menu__link--dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .crtz-mobile-menu__arrow {
    transition: transform 0.3s ease;
  }

  .crtz-mobile-menu__dropdown--open .crtz-mobile-menu__arrow {
    transform: rotate(180deg);
  }

  .crtz-mobile-menu__submenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .crtz-mobile-menu__dropdown--open .crtz-mobile-menu__submenu {
    max-height: 300px;
  }

  .crtz-mobile-menu__sublink {
    font-family: 'Courier Prime', monospace;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #666666;
    text-transform: uppercase;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .crtz-mobile-menu__sublink:hover {
    opacity: 0.7;
  }

  /* Mobile Menu Footer */
  .crtz-mobile-menu__footer {
    margin-top: auto;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .crtz-mobile-menu__footer-link {
    font-family: 'Helvetica Neue', -apple-system, sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: var(--crtz-text-secondary, #666666);
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
  }

  .crtz-mobile-menu__social-link {
    color: var(--crtz-text, #000000);
    margin-top: 10px;
  }

  .crtz-mobile-menu__social-link svg {
    stroke: currentColor;
  }

  .crtz-mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
  }

  .crtz-mobile-menu__list--main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }

  .crtz-mobile-menu__list--footer {
    margin-top: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .crtz-mobile-menu__footer-link {
    font-family: 'Courier Prime', monospace;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    padding: 6px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }

  .crtz-mobile-menu__social {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .crtz-mobile-menu__social svg {
    width: 24px;
    height: 24px;
    stroke: #000000;
    fill: none;
    stroke-width: 1.5;
  }

  /* Mobile Footer - At bottom of page */
  .crtz-mobile-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 10px;
    background: var(--crtz-bg);
    border-top: 1px solid var(--crtz-border);
    margin-top: auto;
  }

  .crtz-mobile-footer__social {
    margin-bottom: 15px;
  }

  .crtz-mobile-footer__social svg {
    width: 24px;
    height: 24px;
    stroke: #000000;
    fill: none;
    stroke-width: 1.5;
  }

  .crtz-mobile-footer__links {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
  }

  .crtz-mobile-footer__links li {
    margin-bottom: 6px;
  }

  .crtz-mobile-footer__links a,
  .crtz-mobile-footer__links button {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #666666;
    text-transform: uppercase;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
  }

  /* Mobile Footer Copyright */
  .crtz-mobile-footer__copyright {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 9px;
    letter-spacing: 1px;
    color: #999999;
    text-align: center;
    padding: 10px 0;
    margin-top: 5px;
  }

  /* Show mobile footer on mobile/tablet */
  @media (max-width: 1024px) {
    .crtz-mobile-footer {
      display: flex !important;
    }
    .mobile-footer-section {
      display: block !important;
    }
  }

  /* Hamburger to X Animation */
  .hamburger-line {
    transition: all 0.3s ease;
    transform-origin: center;
  }

  body.menu-open .hamburger-line--top {
    transform: translateY(8px) rotate(45deg);
  }

  body.menu-open .hamburger-line--middle {
    opacity: 0;
  }

  body.menu-open .hamburger-line--bottom {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Grid Adjustments */
  .crtz-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 10px;
  }

  /* Product card fix for mobile */
  .crtz-product-card {
    width: 100%;
    min-width: 0;
  }

  .crtz-product-card__image-wrapper {
    aspect-ratio: 3/4;
    width: calc(100% - 20px);
    margin: 0 auto 10px auto;
  }

  .crtz-product-card__title {
    font-size: 11px;
    word-wrap: break-word;
  }

  .crtz-product-card__price {
    font-size: 11px;
  }

  .crtz-lookbook {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Main content scrollable on mobile */
  .crtz-main {
    height: auto;
    min-height: 100vh;
    overflow-y: visible;
  }

  .crtz-content {
    padding: 0 15px 20px;
    flex: 1;
  }

  /* Product Page Mobile */
  .crtz-product-page {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .crtz-product-page__info {
    padding-top: 0;
    text-align: center;
  }

  .crtz-product-page__title {
    font-size: 18px;
  }

  .crtz-color-swatches {
    justify-content: center;
  }

  .crtz-sizes {
    justify-content: center;
  }

  .crtz-product-page__description {
    text-align: center;
  }

  .crtz-product-page__description li {
    text-align: center;
    padding-left: 0;
  }

  .crtz-product-page__description li::before {
    display: none;
  }

  .crtz-product-page__links {
    text-align: center;
  }

  .crtz-product-page__link {
    display: inline-block;
    margin: 0 10px;
    padding-left: 10px;
  }

  .crtz-product-page__link::before {
    left: -5px;
  }

  /* Mobile buttons centered */
  .crtz-add-to-cart,
  .crtz-select-size-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .crtz-size-guide-modal__content {
    padding: 30px 20px;
  }
}

/* Hide desktop header on mobile */
@media (max-width: 1024px) {
  .crtz-header {
    display: none;
  }
}

/* Hide mobile elements on desktop */
@media (min-width: 1025px) {
  .crtz-mobile-header,
  .crtz-mobile-menu,
  .mobile-header,
  .mobile-nav-section-wrapper,
  .mobile-nav-section,
  header.crtz-mobile-header,
  .crtz-mobile-footer,
  .mobile-footer-section,
  footer.crtz-mobile-footer {
    display: none !important;
  }
}

/* Product Page - Ensure white background */
.template-product .crtz-main {
  background: #ffffff;
}

.template-product .crtz-content {
  background: #ffffff;
}

/* Fix product page text colors */
.template-product .crtz-product-page__title,
.template-product .crtz-collection__title,
.template-product h1, .template-product h2 {
  color: #000000;
}

.template-product .crtz-product-page__price {
  color: #000000;
}

.template-product .crtz-product-page__option-label {
  color: #000000;
}

/* Size buttons - black border, white bg */
.template-product .crtz-size {
  border: 1px solid #000000;
  background: #ffffff;
  color: #000000;
}

.template-product .crtz-size:hover,
.template-product .crtz-size--selected {
  background: #000000;
  color: #ffffff;
}

/* Add to Cart button */
.template-product .crtz-add-to-cart {
  border: 1px solid #000000;
  color: #000000;
}

.template-product .crtz-add-to-cart:hover {
  background: #000000;
  color: #ffffff;
}

/* Links */
.template-product .crtz-product-page__link {
  color: #000000;
}

.template-product .crtz-product-page__link:hover {
  color: #666666;
}

/* Header top bar fix */
.template-product .crtz-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.template-product .crtz-header__search-text,
.template-product .crtz-header__cart-text,
.template-product .crtz-header__checkout {
  color: #000000;
}

/* Collection page banner section */
.collection-banner {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
}

.collection-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.collection-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
}

.collection-banner__content {
  position: absolute;
  bottom: 80px;
  left: 60px;
  max-width: 600px;
  color: #ffffff;
  z-index: 2;
}

.collection-banner__title {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.collection-banner__description {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px 0;
  color: #ffffff;
  max-width: 500px;
}

.collection-banner__btn {
  display: inline-block;
  padding: 14px 35px;
  background: #ffffff;
  color: #000000;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.collection-banner__btn:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 768px) {
  .collection-banner {
    height: 50vh;
    min-height: 400px;
  }

  .collection-banner__content {
    bottom: 40px;
    left: 20px;
    right: 20px;
    max-width: none;
  }

  .collection-banner__title {
    font-size: 32px;
  }

  .collection-banner__description {
    font-size: 14px;
  }
}

/* ========================================
   PAGE TEMPLATE (Shipping Policy, etc.)
   ======================================== */
.crtz-page {
  min-height: calc(100vh - 200px);
  padding: 60px 40px;
}

.crtz-page__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.crtz-page__title {
  font-family: 'Courier Prime', monospace;
  font-size: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--crtz-text);
  margin: 0 0 40px 0;
}

.crtz-page__content {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: var(--crtz-text);
}

.crtz-page__content p {
  margin-bottom: 20px;
}

.crtz-page__content a {
  color: var(--crtz-text);
  text-decoration: underline;
}

.crtz-page__content a:hover {
  color: var(--crtz-red);
}

.crtz-page__content ul,
.crtz-page__content ol {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.crtz-page__content li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.crtz-page__content li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--crtz-text);
}

.crtz-page__content h2,
.crtz-page__content h3 {
  font-family: 'Courier Prime', monospace;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--crtz-text);
  margin: 30px 0 15px 0;
}

/* Mobile Page Styles */
@media (max-width: 768px) {
  .crtz-page {
    padding: 40px 20px;
  }

  .crtz-page__title {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .crtz-page__content {
    font-size: 12px;
  }
}

/* ========================================
   LUXURY HOMEPAGE STYLES
   ======================================== */

.luxury-page {
  background: var(--luxury-bg);
  color: var(--luxury-text);
  font-family: var(--luxury-font);
}

/* Luxury Hero Section */
.luxury-hero {
  position: relative;
  height: 85vh;
  min-height: 600px;
  background: var(--luxury-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.luxury-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.luxury-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.luxury-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}

.luxury-hero__title {
  font-family: var(--luxury-font);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--luxury-text);
  margin: 0 0 20px 0;
}

.luxury-hero__subtitle {
  font-family: var(--luxury-font);
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: var(--luxury-text);
  margin: 0 0 30px 0;
}

.luxury-hero__btn {
  display: inline-block;
  padding: 16px 40px;
  background: var(--luxury-text);
  color: var(--luxury-bg);
  font-family: var(--luxury-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--luxury-text);
  transition: all 0.3s ease;
}

.luxury-hero__btn:hover {
  background: transparent;
  color: var(--luxury-text);
}

/* Luxury Collections Grid */
.luxury-collections {
  padding: 80px 40px;
  background: var(--luxury-bg);
}

.luxury-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--luxury-border);
}

.luxury-section-title {
  font-family: var(--luxury-font);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--luxury-text);
  margin: 0;
}

.luxury-section-link {
  font-family: var(--luxury-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--luxury-text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.luxury-section-link:hover {
  color: var(--luxury-text);
}

.luxury-collections__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.luxury-collection-card {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  cursor: pointer;
}

.luxury-collection-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.luxury-collection-card:hover .luxury-collection-card__image {
  transform: scale(1.05);
}

.luxury-collection-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
}

.luxury-collection-card__title {
  font-family: var(--luxury-font);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

/* Featured Products - Light Gray Section */
.luxury-featured {
  padding: 80px 40px;
  background: var(--luxury-bg-secondary);
}

.luxury-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.luxury-product-card {
  background: var(--luxury-bg);
  transition: transform 0.3s ease;
}

.luxury-product-card:hover {
  transform: translateY(-5px);
}

.luxury-product-card__image {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f0f0f0;
}

.luxury-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.luxury-product-card:hover .luxury-product-card__image img {
  transform: scale(1.05);
}

.luxury-product-card__info {
  padding: 20px;
  text-align: center;
}

.luxury-product-card__title {
  font-family: var(--luxury-font);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--luxury-text);
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.luxury-product-card__price {
  font-family: var(--luxury-font);
  font-size: 14px;
  font-weight: 500;
  color: var(--luxury-text-muted);
}

/* Lookbook Teaser - Dark Section */
.luxury-lookbook {
  position: relative;
  height: 70vh;
  min-height: 500px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.luxury-lookbook__image {
  position: absolute;
  inset: 0;
  opacity: 0.7;
}

.luxury-lookbook__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxury-lookbook__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.luxury-lookbook__title {
  font-family: var(--luxury-font);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin: 0 0 20px 0;
}

.luxury-lookbook__subtitle {
  font-family: var(--luxury-font);
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 30px 0;
}

.luxury-lookbook__btn {
  display: inline-block;
  padding: 14px 35px;
  background: transparent;
  color: #ffffff;
  font-family: var(--luxury-font);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.3s ease;
}

.luxury-lookbook__btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .luxury-collections__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .luxury-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .luxury-hero__subtitle {
    font-size: 36px;
    letter-spacing: 4px;
  }
}

@media (max-width: 768px) {
  .luxury-hero {
    height: 70vh;
    min-height: 500px;
  }

  .luxury-hero__content {
    padding: 30px 20px;
    margin: 0 20px;
  }

  .luxury-hero__subtitle {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .luxury-collections,
  .luxury-featured {
    padding: 60px 20px;
  }

  .luxury-collections__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .luxury-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .luxury-lookbook__subtitle {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .luxury-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .luxury-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .luxury-product-card__info {
    padding: 15px 10px;
  }

  .luxury-product-card__title {
    font-size: 11px;
  }

  .luxury-product-card__price {
    font-size: 12px;
  }
}

/* ========================================
   LUXURY HEADER - Top Navigation
   ======================================== */

.luxury-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.luxury-header__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.luxury-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.luxury-header__logo-img {
  max-width: 200px;
  height: auto;
}

.luxury-header__logo-text {
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #000000;
  text-transform: uppercase;
}

/* Navigation */
.luxury-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}

.luxury-header__nav--left {
  justify-content: flex-start;
}

.luxury-header__nav--right {
  justify-content: flex-end;
}

.luxury-header__link {
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.luxury-header__link:hover,
.luxury-header__link--active {
  opacity: 0.6;
}

.luxury-header__cart {
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  gap: 5px;
  transition: opacity 0.3s ease;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.luxury-header__cart:hover {
  opacity: 0.6;
}

/* Mobile Toggle Button */
.luxury-header__mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 3;
}

.luxury-header__mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #000000;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* Mobile Menu */
.luxury-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.luxury-mobile-menu--open {
  opacity: 1;
  visibility: visible;
}

.luxury-mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.luxury-mobile-menu__panel {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  padding: 60px 40px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.luxury-mobile-menu--open .luxury-mobile-menu__panel {
  transform: translateX(0);
}

.luxury-mobile-menu__close {
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #000000;
}

.luxury-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}

.luxury-mobile-menu__link {
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.luxury-mobile-menu__link:hover {
  opacity: 0.6;
}

.luxury-mobile-menu__cart {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 30px 0 0;
  border-top: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-bottom: none;
  font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  background: none;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .luxury-header__container {
    padding: 15px 20px;
  }

  .luxury-header__logo {
    position: relative;
    left: 0;
    transform: none;
  }

  .luxury-header__logo-img {
    max-width: 150px;
  }

  .luxury-header__nav {
    display: none;
  }

  .luxury-header__mobile-toggle {
    display: block;
  }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none !important;
}

/* ========================================
   MOBILE HEADER - Product Pages
   ======================================== */
.mobile-header {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px 15px;
    background: var(--crtz-bg, #ffffff);
    border-bottom: none;
    position: relative;
    z-index: 100;
  }

  .mobile-header__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
  }

  .mobile-header__text-link {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
  }

  .mobile-header__logo {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .mobile-header__logo img {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .mobile-header__logo-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid currentColor;
    border-radius: 50%;
    padding: 8px 16px;
    display: inline-block;
  }

  .mobile-header__menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-header__menu svg {
    display: block;
  }

  .hamburger-line {
    transition: all 0.3s ease;
    transform-origin: center;
  }

  body.menu-open .mobile-header__hamburger .hamburger-line--top {
    transform: translateY(8px) rotate(45deg);
  }

  body.menu-open .mobile-header__hamburger .hamburger-line--middle {
    opacity: 0;
  }

  body.menu-open .mobile-header__hamburger .hamburger-line--bottom {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Mobile Navigation Section - CRTZ Style */
  .mobile-nav-section-wrapper {
    display: block;
  }

  .mobile-nav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .mobile-nav.mobile-nav--open {
    max-height: 500px;
  }

  .mobile-nav__nav {
    padding: 15px 20px 20px;
  }

  .mobile-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .mobile-nav__item {
    margin-bottom: 6px;
  }

  .mobile-nav__link {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    transition: opacity 0.2s ease;
  }

  .mobile-nav__link:hover {
    opacity: 0.7;
  }
}

  .mobile-header__logo {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  .mobile-header__logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .mobile-header__logo-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #000000;
    border-radius: 50%;
    padding: 10px 20px;
    display: inline-block;
  }

  .mobile-header__menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-header__menu svg {
    display: block;
  }

  .hamburger-line {
    transition: all 0.3s ease;
    transform-origin: center;
  }

  body.menu-open .mobile-header__hamburger .hamburger-line--top {
    transform: translateY(8px) rotate(45deg);
  }

  body.menu-open .mobile-header__hamburger .hamburger-line--middle {
    opacity: 0;
  }

  body.menu-open .mobile-header__hamburger .hamburger-line--bottom {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Mobile Navigation Section - CRTZ Style */
  .mobile-nav-section-wrapper {
    display: none;
  }

  @media (max-width: 1024px) {
    .mobile-nav-section-wrapper {
      display: block;
    }

    .mobile-nav {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
    }

    .mobile-nav.mobile-nav--open {
      max-height: 500px;
    }

    .mobile-nav__close {
      display: block;
      margin: 0 auto;
      padding: 15px;
      background: none;
      border: none;
      cursor: pointer;
    }

    .mobile-nav__close svg {
      width: 24px;
      height: 24px;
    }

    .mobile-nav__nav {
      padding: 10px 20px 25px;
    }

    .mobile-nav__list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center;
    }

    .mobile-nav__item {
      margin-bottom: 8px;
    }

    .mobile-nav__link {
      font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      padding: 6px 0;
      transition: opacity 0.2s ease;
    }

    .mobile-nav__link:hover {
      opacity: 0.7;
    }
  }
}

/* ========================================
   CART PAGE - CRTZ Style
   ======================================== */
.crtz-cart-page {
  padding: 40px;
  max-width: 1200px;
}

.crtz-cart-page__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--crtz-border);
}

.crtz-cart-page__title {
  font-family: 'Courier Prime', monospace;
  font-size: 18px;
  letter-spacing: 2px;
  color: var(--crtz-text);
  text-transform: uppercase;
  margin: 0;
}

.crtz-cart-page__count {
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--crtz-text);
}

.crtz-cart-page__items {
  margin-bottom: 40px;
}

.crtz-cart-page__item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--crtz-border);
}

.crtz-cart-page__item-image {
  aspect-ratio: 3/4;
  background: #000;
  overflow: hidden;
}

.crtz-cart-page__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crtz-cart-page__item-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.crtz-cart-page__item-info {
  flex: 1;
}

.crtz-cart-page__item-title {
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--crtz-red);
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.crtz-cart-page__item-variant {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  margin: 0 0 20px 0;
}

.crtz-cart-page__item-price {
  font-family: 'Courier Prime', monospace;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  white-space: nowrap;
}

.crtz-cart-page__quantity {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 15px;
}

.crtz-cart-page__qty-btn {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid var(--crtz-text);
  color: var(--crtz-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  font-family: 'Courier Prime', monospace;
  font-size: 16px;
  padding: 0;
}

.crtz-cart-page__qty-btn:hover {
  opacity: 0.7;
}

.crtz-cart-page__qty-value {
  width: 44px;
  height: 36px;
  background: var(--crtz-input-bg);
  border: 1px solid var(--crtz-text);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  color: var(--crtz-text);
  margin: 0 -1px;
}

.crtz-cart-page__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
}

.crtz-cart-page__note-label {
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  letter-spacing: 1px;
  color: var(--crtz-text);
  display: block;
  margin-bottom: 12px;
}

.crtz-cart-page__note-input {
  width: 100%;
  min-height: 120px;
  padding: 15px;
  background: var(--crtz-input-bg);
  border: 1px solid var(--crtz-text);
  color: var(--crtz-text);
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  resize: vertical;
}

.crtz-cart-page__note-input::placeholder {
  color: rgba(255, 215, 0, 0.5);
}

.crtz-cart-page__summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.crtz-cart-page__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.crtz-cart-page__subtotal-label,
.crtz-cart-page__subtotal-value {
  font-family: 'Courier Prime', monospace;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--crtz-text);
}

.crtz-cart-page__terms {
  margin-bottom: 25px;
}

.crtz-cart-page__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.crtz-cart-page__checkbox input {
  display: none;
}

.crtz-cart-page__checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid var(--crtz-text);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.crtz-cart-page__checkbox input:checked + .crtz-cart-page__checkmark::after {
  content: '✓';
  color: var(--crtz-text);
  font-size: 12px;
}

.crtz-cart-page__terms-text {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  color: var(--crtz-red);
  letter-spacing: 0.5px;
}

.crtz-cart-page__buttons {
  display: flex;
  gap: 15px;
}

.crtz-cart-page__btn {
  flex: 1;
  height: 50px;
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
}

.crtz-cart-page__btn--primary {
  background: var(--crtz-button-bg);
  color: var(--crtz-text);
  border: 1px solid var(--crtz-button-bg);
}

.crtz-cart-page__btn--primary:hover {
  opacity: 0.9;
}

.crtz-cart-page__btn--secondary {
  background: transparent;
  color: var(--crtz-red);
  border: 1px solid var(--crtz-red);
}

.crtz-cart-page__btn--secondary:hover {
  background: var(--crtz-red);
  color: var(--crtz-bg);
}

.crtz-cart-page__empty {
  text-align: center;
  padding: 100px 20px;
}

.crtz-cart-page__empty p {
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  color: var(--crtz-text);
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* Mobile Cart Page */
@media (max-width: 768px) {
  .crtz-cart-page {
    padding: 20px;
  }

  .crtz-cart-page__header {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .crtz-cart-page__title {
    font-size: 16px;
  }

  .crtz-cart-page__count {
    font-size: 13px;
  }

  .crtz-cart-page__item {
    grid-template-columns: 100px 1fr;
    gap: 15px;
    padding: 20px 0;
  }

  .crtz-cart-page__item-details {
    flex-direction: column;
    gap: 10px;
  }

  .crtz-cart-page__item-title {
    font-size: 12px;
  }

  .crtz-cart-page__item-variant {
    font-size: 11px;
  }

  .crtz-cart-page__item-price {
    font-size: 14px;
    align-self: flex-end;
  }

  .crtz-cart-page__footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .crtz-cart-page__buttons {
    flex-direction: column;
  }

  .crtz-cart-page__btn {
    width: 100%;
  }
}

/* Mobile Cart Drawer - With margins like CRTZ */
@media (max-width: 480px) {
  .crtz-cart-drawer {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: none;
    width: calc(100% - 20px);
    border-radius: 8px;
    transform: translateX(calc(100% + 30px));
  }

  .crtz-cart-drawer--open {
    transform: translateX(0);
  }

  .crtz-cart-drawer__header {
    padding: 15px 20px;
  }

  .crtz-cart-drawer__items {
    padding: 15px 20px;
  }

  .crtz-cart-drawer__item {
    gap: 12px;
  }

  .crtz-cart-drawer__item-image {
    width: 80px;
    height: 100px;
  }

  .crtz-cart-drawer__item-title {
    font-size: 11px;
  }

  .crtz-cart-drawer__item-price {
    font-size: 12px;
  }

  .crtz-cart-drawer__footer {
    padding: 15px 20px;
  }

  .crtz-cart-drawer__buttons {
    flex-direction: row;
    gap: 10px;
  }

  .crtz-cart-drawer__btn {
    width: auto;
    flex: 1;
    height: 40px;
    font-size: 11px;
    padding: 0 10px;
  }
}

/* ========================================
   SEARCH PAGE - CRTZ STYLE
   ======================================== */

.crtz-search {
  padding: 40px;
  max-width: 100%;
}

.crtz-search__header {
  text-align: center;
  margin-bottom: 40px;
}

.crtz-search__title {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 32px;
  color: #000000;
  margin: 0 0 30px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.crtz-search__form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid var(--crtz-border);
}

.crtz-search__input {
  flex: 1;
  background: #ffffff;
  border: none;
  padding: 15px 20px;
  color: #000000;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 14px;
  outline: none;
}

.crtz-search__input::placeholder {
  color: #999999;
}

.crtz-search__button {
  background: var(--crtz-red);
  border: none;
  padding: 0 25px;
  cursor: pointer;
  color: var(--crtz-text);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.crtz-search__button:hover {
  background: #cc0000;
}

.crtz-search__count {
  text-align: center;
  color: #666666;
  font-size: 12px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.crtz-search__empty {
  text-align: center;
  padding: 60px 20px;
}

.crtz-search__empty p {
  color: #666666;
  font-size: 14px;
  margin-bottom: 30px;
}

.crtz-search__back {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s;
}

.crtz-search__back:hover {
  background: #000000;
  color: #ffffff;
}

/* Search Mobile */
@media (max-width: 768px) {
  .crtz-search {
    padding: 20px;
  }

  .crtz-search__title {
    font-size: 24px;
  }

  .crtz-search__form {
    max-width: 100%;
  }

  .crtz-search__input {
    padding: 12px 15px;
    font-size: 13px;
  }

  .crtz-search__button {
    padding: 0 20px;
  }
}

/* ========================================
   404 PAGE - CRTZ STYLE
   ======================================== */

.crtz-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 40px;
}

.crtz-404__content {
  text-align: center;
}

.crtz-404__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120px;
  color: var(--crtz-text);
  margin: 0;
  line-height: 1;
  letter-spacing: 10px;
}

.crtz-404__subtitle {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: var(--crtz-text);
  margin: 20px 0;
  letter-spacing: 3px;
}

.crtz-404__text {
  color: rgba(255, 215, 0, 0.7);
  font-size: 14px;
  margin-bottom: 40px;
}

.crtz-404__button {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid var(--crtz-red);
  color: var(--crtz-red);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.2s;
}

.crtz-404__button:hover {
  background: var(--crtz-red);
  color: var(--crtz-white);
}

/* 404 Mobile */
@media (max-width: 768px) {
  .crtz-404__title {
    font-size: 80px;
  }

  .crtz-404__subtitle {
    font-size: 18px;
  }
}

/* ========================================
   PASSWORD PAGE - MINIMAL WHITE THEME
   ======================================== */

/* Wrapper for password page */
.crtz-password-wrapper {
  min-height: 100vh;
  background: #ffffff;
}

.crtz-password-minimal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: #ffffff;
  color: #000000;
}

.crtz-password-minimal__logo {
  margin-bottom: 60px;
}

.crtz-password-minimal__logo img {
  max-width: 180px;
}

.crtz-password-minimal__logo h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: #000000;
  letter-spacing: 10px;
  margin: 0;
}

.crtz-password-minimal__content {
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.crtz-password-minimal__title {
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 32px;
  color: #000000;
  margin: 0 0 20px;
  letter-spacing: 4px;
  font-weight: 400;
  text-transform: uppercase;
}

.crtz-password-minimal__text {
  color: #666666;
  font-size: 14px;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

/* Form */
.crtz-password-minimal__form {
  width: 100%;
}

.crtz-password-minimal__input-group {
  display: flex;
  border: 1px solid #000000;
  background: #ffffff;
}

.crtz-password-minimal__input {
  flex: 1;
  background: #ffffff;
  border: none;
  padding: 18px 25px;
  color: #000000;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
}

.crtz-password-minimal__input::placeholder {
  color: #999999;
}

.crtz-password-minimal__button {
  background: #000000;
  border: none;
  padding: 0 35px;
  color: #ffffff;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}

.crtz-password-minimal__button:hover {
  background: #333333;
}

/* Success */
.crtz-password-minimal__success {
  color: #000000;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 25px;
  font-weight: 500;
}

/* Admin - Top Right */
.crtz-password-minimal__admin {
  position: fixed;
  top: 30px;
  right: 30px;
  text-align: right;
}

.crtz-password-minimal__admin a {
  color: #999999;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: underline;
  transition: color 0.3s;
}

.crtz-password-minimal__admin a:hover {
  color: #000000;
}

.crtz-password-minimal__admin-form {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.crtz-password-minimal__admin-input {
  background: #ffffff;
  border: 1px solid #000000;
  padding: 12px 15px;
  color: #000000;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 12px;
  width: 150px;
}

.crtz-password-minimal__admin-input:focus {
  border-color: #666666;
  outline: none;
}

.crtz-password-minimal__admin-button {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  padding: 12px 20px;
  font-family: 'Helvetica Neue', -apple-system, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.crtz-password-minimal__admin-button:hover {
  background: #ffffff;
  color: #000000;
}

/* Mobile */
@media (max-width: 768px) {
  .crtz-password-minimal {
    padding: 30px 20px;
  }

  .crtz-password-minimal__logo {
    margin-bottom: 40px;
  }

  .crtz-password-minimal__logo img {
    max-width: 140px;
  }

  .crtz-password-minimal__logo h1 {
    font-size: 36px;
  }

  .crtz-password-minimal__title {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .crtz-password-minimal__text {
    font-size: 13px;
  }

  /* Stack button below input on mobile */
  .crtz-password-minimal__input-group {
    flex-direction: column;
    gap: 12px;
  }

  .crtz-password-minimal__input {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
  }

  .crtz-password-minimal__button {
    padding: 15px 25px;
    width: 100%;
  }

  .crtz-password-minimal__admin {
    top: 20px;
    right: 20px;
  }

  .crtz-password-minimal__admin-form {
    flex-direction: column;
    align-items: center;
  }

  .crtz-password-minimal__admin-input {
    width: 100%;
    max-width: 200px;
  }

  .crtz-password-minimal__admin-button {
    width: 100%;
    max-width: 200px;
  }
}

/* Very small screens */
@media (max-width: 380px) {
  .crtz-password-minimal__title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .crtz-password-minimal__button {
    padding: 14px 20px;
    font-size: 11px;
  }
}

/* ========================================
   CRTZ BLOG STYLES
   ======================================== */

.crtz-blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.crtz-blog__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFD700;
}

.crtz-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .crtz-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .crtz-blog__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.crtz-blog__article {
  display: flex;
  flex-direction: column;
}

.crtz-blog__image-link {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  aspect-ratio: 3/2;
}

.crtz-blog__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.crtz-blog__image-link:hover .crtz-blog__image {
  transform: scale(1.05);
}

.crtz-blog__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.crtz-blog__article-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0;
}

.crtz-blog__article-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.crtz-blog__article-title a:hover {
  color: #FFD700;
}

.crtz-blog__meta {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
  text-transform: uppercase;
}

.crtz-blog__meta time::after {
  content: ' - ';
}

.crtz-blog__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #aaa;
}

.crtz-blog__read-more {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #FFD700;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.crtz-blog__read-more:hover {
  opacity: 0.7;
}

.crtz-blog__pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.crtz-blog__pagination a,
.crtz-blog__pagination span {
  color: #888;
  text-decoration: none;
  padding: 8px 12px;
  transition: color 0.3s ease;
}

.crtz-blog__pagination a:hover {
  color: #FFD700;
}

.crtz-blog__pagination .current {
  color: #FFD700;
  border-bottom: 1px solid #FFD700;
}

.crtz-blog__empty {
  text-align: center;
  padding: 80px 20px;
  color: #888;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
}

/* ========================================
   CRTZ ARTICLE STYLES
   ======================================== */

.crtz-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.crtz-article__header {
  text-align: center;
  margin-bottom: 40px;
}

.crtz-article__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 3px;
  color: #FFD700;
  margin-bottom: 15px;
  line-height: 1.2;
}

.crtz-article__meta {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  text-transform: uppercase;
}

.crtz-article__meta time::after {
  content: ' - ';
}

.crtz-article__image {
  margin-bottom: 40px;
}

.crtz-article__image-img {
  width: 100%;
  height: auto;
  display: block;
}

.crtz-article__content {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #e0e0e0;
}

.crtz-article__content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
  color: #fff;
  margin: 40px 0 20px;
}

.crtz-article__content h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 30px 0 15px;
}

.crtz-article__content p {
  margin-bottom: 20px;
}

.crtz-article__content a {
  color: #FFD700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 215, 0, 0.5);
  transition: text-decoration-color 0.3s ease;
}

.crtz-article__content a:hover {
  text-decoration-color: #FFD700;
}

.crtz-article__content ul,
.crtz-article__content ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.crtz-article__content li {
  margin-bottom: 8px;
}

.crtz-article__content blockquote {
  border-left: 3px solid #FFD700;
  padding-left: 20px;
  margin: 30px 0;
  color: #ccc;
  font-style: italic;
}

.crtz-article__content img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.crtz-article__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #333;
}

.crtz-article__nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.crtz-article__nav-link:hover {
  color: #FFD700;
}

.crtz-article__nav-link--next {
  margin-left: auto;
}

@media (max-width: 768px) {
  .crtz-article {
    padding: 40px 15px;
  }

  .crtz-article__title {
    font-size: 26px;
  }

  .crtz-article__content {
    font-size: 14px;
  }
}
