@font-face {
    font-family: 'IrishUncialfabeta-Bold';
    src: url('fonts/IrishUncialfabeta-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
    font-family: 'IrishUncialfabeta-Bold', 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}
header {
    background: transparent; /* make header transparent */
    box-shadow: none; /* remove default shadow so hero shows through */
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 0.3rem 0; /* reduced padding */
    min-height: 48px; /* smaller header */
}
/* Flex navbar keeps the typing logo left and links centered */
nav {
    --nav-title-space: clamp(150px, 38vw, 220px);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    padding: 0 1rem;
    position: relative;
    flex-wrap: nowrap;
}

.logo {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1DB954;
    min-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
    flex-shrink: 0; /* keep typing title from squishing */
    min-width: var(--nav-title-space);
    width: var(--nav-title-space); /* fixes nav link position while animation changes width */
}
/* Spacer keeps nav links centered without pushing on the logo */
nav::after {
    content: "";
    flex: 0 0 var(--nav-title-space);
}
#typed-logo {
    color: #1DB954;
}
.nav-links {
    position: relative;
    display: flex;
    list-style: none;
    gap: 2rem;
    font-size: 1.3rem;
    align-items: center;
    justify-content: center;
    flex: 1;
    flex-shrink: 0; /* keep nav links visible on smaller widths */
    min-width: fit-content;
}
.nav-links a {
    text-decoration: none;
    color: #1DB954;
    font-weight: 500;
    transition: color 0.3s ease;
}
.nav-links a:hover {
    color: #1DB954;
}
/* .hero {
    height: 100vh;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 80px;
    background-image: url('images/IMG_6885.jpeg');
    background-size: cover;
    background-position: center;
}
*/
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-top: 0; /* let hero sit under the transparent header */
    background: #000;
}
.hero-slider {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease-in-out;
  align-items: center;
}

.hero-slider-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  object-fit: cover;
}

.products {
    padding: 5rem 0;
    background: #2b2b2b;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}
.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #1DB954;
}
.product-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.shopify-buy-placeholder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.shopify-buy-placeholder .shopify-buy__product,
.shopify-buy-placeholder .shopify-buy__product-wrapper,
.shopify-buy-placeholder .shopify-buy__product-inner {
    width: 100%;
}

.shopify-buy-placeholder,
.shopify-buy-placeholder * {
    font-family: 'Arial', sans-serif !important;
}

.shopify-buy-placeholder .shopify-buy__option-selectors {
    margin: 0;
}

.shopify-buy-placeholder .shopify-buy__option-selectors label,
.shopify-buy-placeholder .shopify-buy__option-selectors select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    appearance: none !important;
    pointer-events: none !important;
}

.shopify-buy-placeholder .shopify-buy__option-value,
.shopify-buy-placeholder .shopify-buy__option-name {
    display: none !important;
}

.shopify-buy-placeholder .shopify-buy__btn-wrapper {
    width: auto !important;
    display: inline-flex !important;
}

.shopify-buy-placeholder .shopify-buy__btn {
    width: auto !important;
    border: none;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shopify-buy-placeholder .shopify-buy__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.shopify-buy-placeholder .shopify-buy__btn:focus-visible {
    outline: 2px solid #4dff59;
    outline-offset: 2px;
}

.shopify-buy__toggle {
    display: none !important;
}

.product-card {
    max-width: 340px;
    width: 100%;
}
.product-card {
    background: white;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    position: relative;
    cursor: pointer;
}

.product-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.product-card:hover {
    transform: translateY(-2px);
}
.product-card:hover .cart-corner {
    opacity: 1;
}
.cart-corner {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.8);
    padding: 8px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.cart-icon-small {
    width: 20px;
    height: 20px;
    stroke: white;
    stroke-width: 2;
}

.product-image {
  width: 100%;
  height: 250px; /* adjust height as needed */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* fills width, crops height */
}

.product-info {
    padding: 1.5rem;
}
.product-title {
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    font-family: Arial, sans-serif;
}
.product-price {
    font-size: 1.2rem;
    color: #e74c3c;
    font-family: Arial, sans-serif;
}
.about {
    padding: 5rem 0;
    background: white;
}
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.about-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}
.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 1rem;
}
.about-image {
    height: 300px;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.product-detail {
    margin-top: 0; /* remove top gap so content sits under transparent header */
    padding: 3rem 0 4rem;
    background: #2b2b2b;
    min-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-detail-layout {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.product-detail .container {
    max-width: 1100px;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0 1.5rem;
}

.product-detail-gallery {
    display: grid;
    gap: 1.25rem;
    position: sticky;
    top: 110px;
}

.product-detail-main-image {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 36px rgba(0,0,0,0.08);
    aspect-ratio: 4 / 5;
    max-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.product-detail-thumbnails {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.product-detail-thumbnails img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    background: #fff;
}

.product-detail-thumbnails img:hover,
.product-detail-thumbnails img.active {
    border-color: #2c3e50;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.product-detail-info {
    background: #2b2b2b;
    border-radius: 20px;
    padding: 2rem 2.25rem;
    box-shadow: 0 18px 36px rgba(0,0,0,0.12);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.product-detail-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1.25rem;
}

.product-detail-title {
    font-size: 2.3rem;
    margin: 0;
    color: #f3f4f6;
}

.product-detail-price {
    font-size: clamp(1.75rem, 2vw, 2.2rem);
    font-weight: 700;
    color: #68ff6f;
    font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    line-height: 1;
}

.product-detail-description {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #e5e7eb;
    margin: 0.25rem 0 0;
    max-width: 42ch;
}

.product-detail-purchase {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem;
    border-radius: 16px;
    background: #232323;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.product-detail-subheading {
    font-size: 1.05rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #f3f4f6;
    margin: 0;
}

.product-detail-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.product-detail-actions .btn {
    flex: 1 1 0;
    min-width: 160px;
}

.product-detail-accordion {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 0 1.25rem;
    background: rgba(32, 32, 32, 0.85);
}

.product-detail-accordion + .product-detail-accordion {
    margin-top: 0.75rem;
}

.product-detail-accordion summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #f3f4f6;
    cursor: pointer;
    padding: 1rem 0;
    list-style: none;
}

.product-detail-accordion summary::-webkit-details-marker {
    display: none;
}

.product-detail-accordion summary::after {
    content: "+";
    font-family: 'Arial', sans-serif !important;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1;
    margin-left: 0.5rem;
    color: #9ca3af;
    transition: color 0.2s ease;
}

.product-detail-accordion[open] summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-detail-accordion[open] summary::after {
    content: "-";
    font-family: 'Arial', sans-serif !important;
    color: #68ff6f;
}

.product-detail-accordion ul {
    list-style: disc;
    margin: 0.75rem 0 1rem 1.1rem;
    color: #d1d5db;
    line-height: 1.6;
}

.btn {
    padding: 0.75rem 2.5rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.btn-primary {
    background: #000;
    color: #fff;
    border-color: #000;
}

.btn-primary:hover {
    background: #2c3e50;
    border-color: #2c3e50;
}

.btn-outline {
    background: transparent;
    color: #2c3e50;
    border-color: #2c3e50;
}

.btn-outline:hover {
    background: #2c3e50;
    color: #fff;
}

.product-detail-actions .btn-primary {
    background: #68ff6f;
    border-color: #68ff6f;
    color: #111;
}

.product-detail-actions .btn-primary:hover {
    background: #4be94f;
    border-color: #4be94f;
}

.product-detail-actions .btn-outline {
    border-color: #68ff6f;
    color: #68ff6f;
}

.product-detail-actions .btn-outline:hover {
    background: rgba(104, 255, 111, 0.15);
    color: #68ff6f;
}

.product-detail-accordion ul li + li {
    margin-top: 0.35rem;
}

@media (max-width: 1024px) {
    .product-detail {
        min-height: auto;
        padding: 4.5rem 0 3.5rem;
        display: block;
    }

    .product-detail-layout {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .product-detail-gallery {
        position: static;
        max-width: 520px;
        margin: 0 auto;
    }

    .product-detail-info {
        padding: 1.9rem;
    }

    .product-detail-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .product-detail-purchase {
        padding: 1.25rem;
    }

    .product-detail-actions {
        justify-content: flex-start;
    }
}
footer {
    background: #2b2b2b;
    color: white;
    padding: 3rem 0 1rem;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: stretch;
}
.footer-section h3 {
    margin-bottom: 1rem;
    color: #ecf0f1;
}
.footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    line-height: 2;
    transition: color 0.3s ease;
}
.footer-section a:hover {
    color: #e74c3c;
}
.footer-contact a {
    color: #1DB954;
}
.footer-contact a:hover {
    color: #68ff6f;
}
.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 1rem;
    text-align: center;
    color: #bdc3c7;
}

.matrix-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.75;
}

.product-detail .matrix-overlay {
    opacity: 0.6;
}

.matrix-overlay canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.products > .container {
    position: relative;
    z-index: 1;
}

/* Mouse trail particles */
.mouse-trail-particle {
    position: fixed;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    pointer-events: none;
    border-radius: 0;
    background: var(--pixel-color, rgba(58, 190, 90, 0.94));
    opacity: 0.92;
    border: none;
    box-shadow: var(--pixel-shadow, none);
    mix-blend-mode: normal;
    filter: none;
    image-rendering: pixelated;
    --spray-x: 0px;
    --spray-y: 0px;
    --spray-drip: 0px;
    --spray-duration: 0.4s;
    transform: translate(-50%, -50%);
    will-change: transform, opacity;
    animation: pixelSpray var(--spray-duration) steps(5, end) forwards;
    z-index: 2000;
}

@keyframes pixelSpray {
    0% {
        transform: translate(-50%, -50%) translate(0, 0);
        opacity: 0.98;
    }
    50% {
        transform: translate(-50%, -50%) translate(calc(var(--spray-x) * 0.45), calc(var(--spray-y) * 0.3));
        opacity: 0.85;
    }
    80% {
        transform: translate(-50%, -50%) translate(calc(var(--spray-x) * 0.7), calc(var(--spray-y) * 0.6 + var(--spray-drip) * 0.5));
        opacity: 0.55;
    }
    100% {
        transform: translate(-50%, -50%) translate(calc(var(--spray-x)), calc(var(--spray-y) + var(--spray-drip)));
        opacity: 0;
    }
}

.paint-main {
    min-height: 100vh;
    padding: 6rem 1.5rem 4rem;
    background: repeating-linear-gradient(135deg, #1c1c1c 0 28px, #202020 28px 56px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.paint-window {
    width: min(1020px, 100%);
    background: #d8e2fa;
    border: 4px solid #ffffff;
    box-shadow:
        0 0 0 2px #3a4c8f,
        14px 18px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    position: relative;
}

.paint-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0.85rem;
    background: linear-gradient(90deg, #0a1b8f, #385ad6);
    color: #f6f6f6;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.paint-title {
    text-transform: uppercase;
}

.paint-title-controls {
    display: flex;
    gap: 0.4rem;
}

.paint-title-btn {
    background: #c4d0ff;
    color: #0d1a66;
    border: 2px solid #f4f6ff;
    box-shadow:
        inset -2px -2px 0 #8095dc,
        inset 2px 2px 0 #ffffff;
    font-size: 0.85rem;
    width: 1.9rem;
    height: 1.9rem;
    display: grid;
    place-items: center;
    cursor: default;
}

.paint-menu-bar {
    display: flex;
    gap: 1.5rem;
    padding: 0.55rem 1rem;
    background: #edf2ff;
    color: #0d1a66;
    border-bottom: 2px solid #aab5da;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

.paint-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 0.75rem 1rem;
    background: #cdd8f8;
    border-bottom: 2px solid #94a6d8;
    flex-wrap: wrap;
}

.paint-tools {
    display: flex;
    gap: 0.75rem;
}

.paint-tool {
    background: #dde6ff;
    border: 2px solid #ffffff;
    box-shadow:
        inset -2px -2px 0 #6b7dc2,
        inset 2px 2px 0 #ffffff;
    padding: 0.5rem 0.95rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    color: #0f1f74;
    transition: transform 0.15s ease;
}

.paint-tool:hover {
    transform: translateY(-1px);
}

.paint-tool.is-active {
    background: #b3c4ff;
    box-shadow:
        inset 2px 2px 0 #6b7dc2,
        inset -2px -2px 0 #ffffff;
}

.paint-tool-danger {
    color: #6f071c;
}

.paint-brush {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: #0f1f74;
}

.paint-brush input[type="range"] {
    accent-color: #1f39a8;
}

.paint-actions {
    margin-left: auto;
}

.paint-save-btn {
    background: #50ff5d;
    border: 2px solid #ffffff;
    box-shadow:
        inset -2px -2px 0 #2a7c32,
        inset 2px 2px 0 #ffffff;
    padding: 0.55rem 1.25rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    color: #043f0a;
}

.paint-color-bar {
    padding: 0.6rem 1rem;
    background: #eef3ff;
    border-bottom: 2px solid #a3b2dc;
}

.paint-palette {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0.35rem;
    max-width: 640px;
}

.paint-color {
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff;
    box-shadow:
        inset 0 0 0 2px rgba(0, 0, 0, 0.35),
        0 0 0 1px #08124b;
    background: var(--paint-color, #000000);
    cursor: pointer;
}

.paint-color.is-selected {
    outline: 3px solid #fffd82;
    outline-offset: 2px;
}

.paint-canvas-wrapper {
    position: relative;
    background: #9ea9c9;
    padding: 1.75rem;
    display: flex;
    justify-content: center;
}

.paint-canvas-wrapper::before {
    content: "";
    position: absolute;
    inset: 0.75rem;
    border: 2px solid #54609a;
    pointer-events: none;
}

.paint-canvas-wrapper::after {
    content: "";
    position: absolute;
    inset: 0.35rem;
    border: 2px solid #ffffff;
    pointer-events: none;
}

.paint-canvas-grid {
    position: absolute;
    inset: 1.75rem;
    background-image:
        linear-gradient(90deg, rgba(16, 32, 96, 0.15) 1px, transparent 1px),
        linear-gradient(rgba(16, 32, 96, 0.15) 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
}

#paint-canvas {
    display: block;
    width: 100%;
    max-width: 960px;
    height: auto;
    background: transparent;
    border: 2px solid #0a174f;
    box-shadow:
        inset 0 0 0 4px #ffffff,
        inset 0 0 0 8px #b8c2de;
    cursor: crosshair;
}
@media (max-width: 768px) {
      /* Mobile navbar keeps title left and links centered on same row */
      nav {
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          gap: 0.6rem;
          padding: 0 0.75rem;
      }
      nav::after {
          flex: 0 0 clamp(120px, 45vw, 180px);
          display: block;
      }

      .nav-links {
          position: relative;
          transform: none;
          width: auto;
          flex: 1;
          display: flex;
          gap: 1rem;
          font-size: 1rem;
          justify-content: center;
          padding-top: 0;
          flex-wrap: nowrap;
      }

      .logo {
          justify-content: flex-start;
          width: clamp(120px, 45vw, 180px);
          margin-right: 0;
      }

      .hero h1 {
          font-size: 2.5rem;
      }
      .about-content {
          grid-template-columns: 1fr;
      }
      .product-grid {
          margin-top: 48px; /* match new header height */
      }
      .product-detail {
          margin-top: 0; /* keep product-detail flush under header on small screens */
          padding: 3rem 0 3.5rem;
          min-height: auto;
          display: block;
      }
      .product-detail-layout {
          gap: 1.5rem;
      }
      .product-detail-gallery {
          position: static;
          gap: 1rem;
      }
      .product-detail-main-image {
          max-height: none;
      }
      .product-detail-info {
          padding: 1.55rem;
          gap: 1.1rem;
      }
      .product-detail-header {
          flex-direction: column;
          align-items: flex-start;
          gap: 0.35rem;
      }
      .product-detail-purchase {
          padding: 1.15rem;
      }
      .product-detail-actions {
          flex-direction: column;
          align-items: stretch;
      }
      .product-detail-actions .btn {
          width: 100%;
      }
      .product-detail-thumbnails img {
          width: 82px;
          height: 82px;
      }
      .product-detail-accordion {
          padding: 0 1rem;
      }
      header {
          padding: 0.35rem 0;
          min-height: 56px;
      }
      /* Mobile hero slideshow shows full image with gentle letterboxing */
      .hero {
          margin-top: 0; /* keep hero flush under header on small screens */
          height: auto;
          min-height: 0;
      }
      .hero-slider {
          height: auto;
          aspect-ratio: 3 / 2;
          max-height: 75vh;
          min-height: 320px;
      }
      .hero-slider img {
          object-fit: contain;
          object-position: center bottom; /* keep top letterbox, remove bottom gap */
      }
    .paint-main {
        padding: 5rem 0.75rem 3rem;
    }
    .paint-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
    .paint-actions {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: flex-end;
    }
    .paint-palette {
        grid-template-columns: repeat(6, 1fr);
        justify-items: center;
    }
    .paint-canvas-wrapper {
        padding: 1rem;
    }
    .paint-canvas-wrapper::before,
    .paint-canvas-wrapper::after,
    .paint-canvas-grid {
        inset: 0.5rem;
    }
    #paint-canvas {
        max-width: 100%;
    }
    .footer-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .product-detail {
        padding: 2.5rem 0 2.75rem;
    }

    .product-detail .container {
        padding: 0 1rem;
    }

    .product-detail-layout {
        gap: 1.25rem;
    }

    .product-detail-gallery {
        gap: 0.85rem;
    }

    .product-detail-main-image {
        border-radius: 14px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    }

    .product-detail-thumbnails {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0.5rem;
        margin: 0 -0.5rem;
        padding: 0 0.5rem 0.35rem;
    }

    .product-detail-thumbnails::-webkit-scrollbar {
        height: 4px;
    }

    .product-detail-thumbnails::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.25);
        border-radius: 999px;
    }

    .product-detail-thumbnails img {
        flex: 0 0 72px;
        width: 72px;
        height: 72px;
    }

    .product-detail-info {
        padding: 1.35rem 1.1rem;
        gap: 1rem;
    }

    .product-detail-header {
        gap: 0.25rem;
    }

    .product-detail-title {
        font-size: 1.8rem;
    }

    .product-detail-price {
        font-size: 1.5rem;
    }

    .product-detail-description {
        font-size: 0.97rem;
    }

    .product-detail-actions {
        gap: 0.6rem;
    }

    .product-detail-actions .btn,
    .product-detail .shopify-buy__btn {
        width: 100%;
    }

    .product-detail .matrix-overlay {
        opacity: 0.45;
        filter: blur(0.5px);
    }
}
