/** Shopify CDN: Minification failed

Line 235:0 All "@import" rules must come first

**/
/* ============================================
   ChristianPuzzle.com — MoMA Aesthetic Overrides
   ============================================ */

:root {
  --font-cp: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* --- Sharp corners everywhere --- */
.button,
.button-secondary,
.add-to-cart-button,
.variant-option__button-label,
.cart-drawer,
.popover,
.badge,
input,
select,
textarea {
  border-radius: 0 !important;
}

/* --- Header: wordmark styling --- */
.header__logo-text,
.header__logo a {
  font-family: var(--font-cp);
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}

.header-component {
  font-family: var(--font-cp);
}

/* Header nav links */
.header__menu-link,
.header-menu__link,
.mega-menu__link {
  font-family: var(--font-cp);
  font-size: 13px;
  letter-spacing: 0.02em;
}

/* Header actions (search, account, bag) */
.header__actions-text,
.header__icon-label {
  font-family: var(--font-cp);
  font-size: 13px;
}

/* --- Variant picker --- */
.variant-option--buttons .variant-option__button-label {
  font-family: var(--font-cp);
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 12px 20px;
  border-radius: 0;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.variant-option--buttons input:checked + .variant-option__button-label__pill,
.variant-option--buttons input:checked ~ .variant-option__button-label__text {
  font-weight: 600;
}

/* --- Add to cart button --- */
.add-to-cart-button.button {
  font-family: var(--font-cp);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0;
}

/* --- Cart drawer --- */
.cart-drawer__content {
  font-family: var(--font-cp);
}

/* --- Product page --- */
.product-information {
  font-family: var(--font-cp);
}

.product-recommendations h3 {
  font-family: var(--font-cp);
  letter-spacing: 0.02em;
}

/* --- Remove any remaining rounded corners --- */
.email-signup input,
.email-signup button,
.announcement-bar,
.cart-bubble {
  border-radius: 0 !important;
}

/* --- Global body font override --- */
body {
  font-family: var(--font-cp);
}

/* --- Product card images: force cover to eliminate gray letterboxing --- */
.product-media-container img,
.card-gallery img,
.cp-fc__card-image img {
  object-fit: cover !important;
  object-position: center !important;
}

/* Remove gray background on card media containers */
.card-gallery,
.product-media-container {
  background-color: transparent !important;
}

/* --- Product card spacing: tight MoMA look --- */

/* CP featured collection: image to title gap */
.cp-fc__card-image {
  margin-bottom: 12px !important;
}

.cp-fc__card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.cp-fc__card-info {
  gap: 3px !important;
}

.cp-fc__card-title {
  margin: 0 !important;
}

/* Horizon product cards (collection pages, recommendations, search) */
product-card {
  --product-card-gap: 8px !important;
}

/* Horizon block-based product card children spacing */
.product-card-gallery + *,
[data-key="product-card-gallery"] + * {
  margin-top: 0 !important;
}

/* Padding blocks on Horizon product card items */
.product-card .spacing-style {
  --padding-block-start: 4px !important;
  --padding-block-end: 0px !important;
}

/* Horizon product card content gap */
.product-card__content,
.product-card-content {
  gap: 4px !important;
}

/* Reset any default h3 margins inside cards */
.cp-fc h3,
product-card h3 {
  margin: 0 !important;
}

@media (max-width: 749px) {
  product-card {
    --product-card-gap: 6px !important;
  }

  .cp-fc__card-image {
    margin-bottom: 8px !important;
  }
}

/* === Featured Collection on homepage: 1 colonne, landscape 3:2 === */
.cp-fc__grid {
  grid-template-columns: 1fr !important;
  gap: 48px !important;
  max-width: 1200px;
  margin: 0 auto;
}
.cp-fc__card-image {
  aspect-ratio: 3 / 2 !important;
}
.cp-fc__img {
  object-fit: cover !important;
}

/* === Collection pages: product cards landscape 3:2 === */
.resource-card__media,
.resource-card__media img {
  aspect-ratio: 3 / 2 !important;
  object-fit: cover !important;
}

/* CTA "See all the puzzles" button */
.cp-fc__cta-wrap {
  text-align: center;
  margin-top: 64px;
  padding-bottom: 32px;
}
.cp-fc__see-all-btn {
  display: inline-block;
  padding: 18px 48px;
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.cp-fc__see-all-btn:hover {
  background: #CC5500;
}


/* ===========================================================
   DESIGN REFRESH — Premium museum aesthetic (Cowork push, 2026-06-07)
   =========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap');

:root {
  --cp-black: #0A0A0A;
  --cp-black-hover: #2A2A2A;
  --cp-cream: #FAF8F3;
  --cp-bordeaux: #6B0F1A;
  --cp-bordeaux-hover: #8B1726;
  --cp-font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
}

/* 1. Headers en serif Fraunces */
h1, h2, h3, h4,
.h1, .h2, .h3,
.cp-fc__title,
.product-title,
.cp-hero__h1,
.cp-section__title,
.collection-title,
[class*="__title"] {
  font-family: var(--cp-font-serif) !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
}

/* 2. KILL THE ORANGE — tous les CTA passent en noir */
.button,
.button--primary,
button.button,
.add-to-cart-button,
button[type="submit"][name="add"],
.cp-fc__see-all-btn,
.shopify-payment-button__button--unbranded,
input[type="submit"].button,
a.button {
  background: var(--cp-black) !important;
  background-color: var(--cp-black) !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: 2px !important;
  font-weight: 500 !important;
  transition: background 0.2s ease !important;
}
.button:hover,
.button--primary:hover,
.add-to-cart-button:hover,
button[type="submit"][name="add"]:hover,
.cp-fc__see-all-btn:hover {
  background: var(--cp-black-hover) !important;
}

/* 3. Background cream off-white */
body { background-color: var(--cp-cream) !important; }

/* 4. Bordeaux accent pour labels editoriaux */
.cp-fc__label,
.cp-section__label,
.collection-eyebrow,
[class*="eyebrow"] {
  color: var(--cp-bordeaux) !important;
  font-family: var(--cp-font-serif) !important;
  font-style: italic;
  font-weight: 400 !important;
}
a.view-all,
.cp-fc__view-all {
  color: var(--cp-bordeaux) !important;
  text-underline-offset: 4px;
}
a.view-all:hover,
.cp-fc__view-all:hover {
  color: var(--cp-bordeaux-hover) !important;
}

/* 5. Free shipping announcement bar */
.cp-free-shipping-bar {
  background: var(--cp-black);
  color: #FFFFFF;
  text-align: center;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* Additional orange overrides (variant pickers + cart bubble) */
.variant-option__button-label__pill,
.cart-bubble__background,
.cart-bubble {
  background: var(--cp-black) !important;
  background-color: var(--cp-black) !important;
  border-color: var(--cp-black) !important;
}


/* Footer + trust indicators orange overrides */
.cp-ti__label,
.cp-nl__dot,
.cp-footer__dot,
.cp-fc__label,
.cp-currently-on-view,
[class*="cp-ti__"],
[class*="__dot"] {
  color: var(--cp-bordeaux) !important;
  border-color: var(--cp-bordeaux) !important;
}


/* Footer MADE IN US flag — bigger flag emoji */
.cp-footer__text {
  font-size: 14px !important;
  letter-spacing: 3px !important;
}
.cp-footer {
  padding: 36px 24px !important;
}
