Skip to content

Instantly share code, notes, and snippets.

View CatsWithCoffee's full-sized avatar

CatsWithCoffee

  • Joined May 12, 2026
View GitHub Profile
{%- comment -%}
Pack2Play — FAQ page.
Visual spec: /Users/lb/Downloads/p2p-faq-page-option-1.html
Self-contained: all CSS in {% stylesheet %}, all JS in {% javascript %}.
Classes prefixed p2p-faq-* so nothing leaks into the rest of the theme.
Commit 1: hero skeleton — kicker pill, headline with "FAQ" accent, sub.
Commit 2: yellow search bar + paper-bg category pill row (All, Shipping,
Products, Returns, Account, Other). Anchors target #cat-* IDs that
Commit 3+4 will provide; categories are also static so the same JSON
@CatsWithCoffee
CatsWithCoffee / p2p-faq.liquid
Created May 29, 2026 10:13
p2p faq c4 fresh push
{%- comment -%}
Pack2Play — FAQ page.
Visual spec: /Users/lb/Downloads/p2p-faq-page-option-1.html
Self-contained: all CSS in {% stylesheet %}, all JS in {% javascript %}.
Classes prefixed p2p-faq-* so nothing leaks into the rest of the theme.
Commit 1: hero skeleton — kicker pill, headline with "FAQ" accent, sub.
Commit 2: yellow search bar + paper-bg category pill row (All, Shipping,
Products, Returns, Account, Other). Anchors target #cat-* IDs that
Commit 3+4 will provide; categories are also static so the same JSON
@CatsWithCoffee
CatsWithCoffee / p2p-faq.liquid
Created May 29, 2026 10:12
p2p faq c4 catchup
{%- comment -%}
Pack2Play — FAQ page.
Visual spec: /Users/lb/Downloads/p2p-faq-page-option-1.html
Self-contained: all CSS in {% stylesheet %}, all JS in {% javascript %}.
Classes prefixed p2p-faq-* so nothing leaks into the rest of the theme.
Commit 1: hero skeleton — kicker pill, headline with "FAQ" accent, sub.
Commit 2: yellow search bar + paper-bg category pill row (All, Shipping,
Products, Returns, Account, Other). Anchors target #cat-* IDs that
Commit 3+4 will provide; categories are also static so the same JSON
@CatsWithCoffee
CatsWithCoffee / p2p-faq.liquid
Created May 29, 2026 06:58
p2p faq commit 1 hero
{%- comment -%}
Pack2Play — FAQ page.
Visual spec: /Users/lb/Downloads/p2p-faq-page-option-1.html
Self-contained: all CSS in {% stylesheet %}, all JS in {% javascript %}.
Classes prefixed p2p-faq-* so nothing leaks into the rest of the theme.
Commit 1: hero skeleton — kicker pill, headline with "FAQ" accent, sub.
{%- endcomment -%}
<div class="p2p-faq" data-section-id="{{ section.id }}">
@CatsWithCoffee
CatsWithCoffee / p2p-collection-page.liquid
Created May 28, 2026 23:42
p2p collection drop meta strip
{%- comment -%}
Pack2Play — Collection page (manga-style, compact bold-poster hero).
Region filter is opt-in per collection via collection metafield
custom.show_region_filter (boolean).
{%- endcomment -%}
{{ 'component-card.css' | asset_url | stylesheet_tag }}
{{ 'component-card-product-p2p.css' | asset_url | stylesheet_tag }}
{{ 'component-price.css' | asset_url | stylesheet_tag }}
{{ 'template-collection.css' | asset_url | stylesheet_tag }}
@CatsWithCoffee
CatsWithCoffee / settings_data.json
Created May 28, 2026 23:39
p2p settings empty subtitle
/*
* ------------------------------------------------------------
* IMPORTANT: The contents of this file are auto-generated.
*
* This file may be updated by the Shopify admin theme editor
* or related systems. Please exercise caution as any changes
* made to this file may be overwritten.
* ------------------------------------------------------------
*/
{
@CatsWithCoffee
CatsWithCoffee / p2p-header.liquid
Created May 28, 2026 23:35
p2p header mobile hamburger drawer
{% comment %}
Pack2Play — sticky purple nav header.
Mockup source: /Users/lb/Downloads/p2p-anime-animated.html .nav
Self-contained. Inline stylesheet. Menu items read from a Shopify
link list (default 'main-menu') so the merchant manages them via
Online Store → Navigation.
Logo source priority:
1. section.settings.logo_image (per-section override)
2. settings.logo (theme-level, Online Store → Themes → Customize → Logo)
@CatsWithCoffee
CatsWithCoffee / p2p-anime.css
Created May 28, 2026 23:31
p2p pdp sec-title underline cap mobile
/* ============================================================
Pack2Play — Anime/Shonen theme foundation
============================================================ */
:root {
--p-purple: #6b2fb8;
--p-purple-deep: #3d1773;
--p-purple-bright: #8b3fe8;
--p-yellow: #ffe600;
--p-yellow-deep: #ffb800;
@CatsWithCoffee
CatsWithCoffee / p2p-anime.css
Created May 28, 2026 23:29
p2p anime force 2col related grid mobile v2
/* ============================================================
Pack2Play — Anime/Shonen theme foundation
============================================================ */
:root {
--p-purple: #6b2fb8;
--p-purple-deep: #3d1773;
--p-purple-bright: #8b3fe8;
--p-yellow: #ffe600;
--p-yellow-deep: #ffb800;
@CatsWithCoffee
CatsWithCoffee / p2p-anime.css
Created May 28, 2026 23:26
p2p anime related grid 2col mobile
/* ============================================================
Pack2Play — Anime/Shonen theme foundation
============================================================ */
:root {
--p-purple: #6b2fb8;
--p-purple-deep: #3d1773;
--p-purple-bright: #8b3fe8;
--p-yellow: #ffe600;
--p-yellow-deep: #ffb800;