:root{--black:#111;--yellow:#ffd400;--red:#f02d2d;--blue:#0698ee;--white:#fff;--cream:#f7f5ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--black);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.announcement-bar{background:var(--yellow);border-bottom:3px solid var(--black);padding:9px 20px;text-align:center;font-size:12px;font-weight:900;letter-spacing:1.5px;text-transform:uppercase}.site-header{position:absolute;top:39px;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:22px 4vw;color:#fff}.brand{display:block}.brand-name{font:900 22px/.9 Georgia,serif;letter-spacing:-1px;display:block}.brand-tagline{display:block;font-size:8px;letter-spacing:2.5px;margin-top:7px;font-weight:700}.brand-logo{width:180px;height:auto}.desktop-nav{display:flex;gap:30px;font-size:13px;font-weight:800;text-transform:uppercase}.header-actions{display:flex;gap:17px;font-size:21px;align-items:center}.cart-count{font-size:10px;background:var(--yellow);color:#111;border-radius:20px;padding:2px 5px;vertical-align:top}.hero{min-height:680px;position:relative;overflow:hidden;display:flex;align-items:center;background:linear-gradient(90deg,#111 0 51%,#ef2929 51% 100%)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:43%;background:linear-gradient(90deg,var(--blue) 0 51%,var(--yellow) 51%);z-index:0}.hero-copy{position:relative;z-index:3;width:min(670px,90%);margin-left:7vw;padding-top:65px;color:#fff}.eyebrow{display:inline-block;background:var(--yellow);color:#111;padding:8px 13px;font-size:12px;font-weight:900;letter-spacing:2px;transform:rotate(-2deg);margin-bottom:18px}.hero h1{font:900 clamp(62px,8vw,118px)/.78 Georgia,serif;letter-spacing:-7px;margin:0;text-transform:uppercase}.hero h1 span{color:var(--yellow)}.hero p{max-width:470px;font-size:18px;line-height:1.5;font-weight:600;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border:2px solid var(--black);border-radius:100px;background:#111;color:#fff;font-weight:900;text-transform:uppercase;letter-spacing:.7px;transition:.2s}.btn:hover{transform:translateY(-3px);box-shadow:5px 5px 0 var(--yellow)}.btn-light{background:#fff;color:#111;border-color:#fff}.hero-art{position:absolute;right:5vw;bottom:0;z-index:2;width:min(42vw,580px);height:590px}.shirt{position:absolute;right:6%;bottom:0;width:72%;height:82%;background:#111;clip-path:polygon(20% 0,36% 8%,64% 8%,80% 0,100% 18%,82% 34%,76% 25%,76% 100%,24% 100%,24% 25%,18% 34%,0 18%);transform:rotate(-4deg);filter:drop-shadow(15px 18px 0 rgba(0,0,0,.2))}.shirt span{position:absolute;inset:28% 8% auto;color:#fff;text-align:center;font:900 clamp(20px,3vw,42px)/.85 Georgia,serif}.burst{position:absolute;right:2%;top:12%;width:125px;height:125px;background:var(--yellow);border:6px solid #111;clip-path:polygon(50% 0,60% 25%,82% 8%,76% 34%,100% 38%,78% 52%,98% 68%,73% 67%,80% 94%,58% 76%,45% 100%,40% 74%,14% 88%,24% 62%,0 55%,27% 45%,7% 24%,35% 29%);display:grid;place-items:center;font-size:22px;font-weight:1000;transform:rotate(10deg)}.ticker{overflow:hidden;background:#111;color:#fff;border-bottom:4px solid #111;white-space:nowrap}.ticker-track{display:inline-block;padding:14px 0;font:900 24px Georgia,serif;animation:marquee 22s linear infinite}.ticker b{color:var(--yellow);margin:0 18px}@keyframes marquee{to{transform:translate(-50%)}}.section{padding:90px 5vw}.section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:35px}.kicker{font-size:12px;font-weight:900;letter-spacing:3px;text-transform:uppercase}.section h2{font:900 clamp(42px,6vw,78px)/.9 Georgia,serif;letter-spacing:-4px;margin:8px 0 0}.thoughts{background:var(--yellow);border-bottom:4px solid #111}.thought-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.thought-card{min-height:230px;padding:25px;border:3px solid #111;background:#fff;position:relative;overflow:hidden;transition:.2s}.thought-card-2{background:var(--blue);color:#fff}.thought-card-3{background:#111;color:#fff}.thought-card-4{background:var(--red);color:#fff}.thought-card:hover{transform:rotate(-2deg) translateY(-6px)}.emoji{font-size:42px}.thought-card h3{font:900 34px Georgia,serif;margin:25px 0 8px}.thought-card p{font-weight:700;margin:0}.arrow{position:absolute;right:18px;bottom:15px;font-size:28px}.products{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{position:relative}.product-image{aspect-ratio:1/1.05;border:3px solid #111;display:grid;place-items:center;position:relative;overflow:hidden;background:#f2f2f2}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;z-index:2;top:12px;left:12px;background:#fff;border:2px solid #111;padding:6px 9px;font-size:10px;font-weight:1000}.product-placeholder{width:60%;height:65%;display:grid;place-items:center;background:#111;color:#fff;text-align:center;font:900 25px/.85 Georgia,serif;clip-path:polygon(20% 0,36% 8%,64% 8%,80% 0,100% 18%,82% 34%,76% 25%,76% 100%,24% 100%,24% 25%,18% 34%,0 18%)}.product-info{padding:13px 2px}.product-info h3{margin:0 0 7px;font-size:16px}.price{font-weight:900}.wear{float:right;font-size:11px;text-transform:uppercase;font-weight:1000;text-decoration:underline}.empty-products{border:3px dashed #111;padding:40px;text-align:center;font-weight:700}.statement{background:#111;color:#fff;text-align:center;padding-top:120px;padding-bottom:120px}.statement h2{font-size:clamp(55px,9vw,130px);letter-spacing:-7px}.statement h2 span{color:var(--yellow)}.statement p{max-width:600px;margin:30px auto 0;font-size:18px;line-height:1.5;font-weight:600}.filters{background:var(--blue);border-top:4px solid #111;border-bottom:4px solid #111}.filter-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.pill{padding:14px 22px;background:#fff;border:3px solid #111;border-radius:100px;font-weight:1000;transition:.2s}.pill:hover,.pill.active{background:#111;color:#fff;transform:rotate(-2deg)}.story{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center;background:#f4f0e6}.story-box{background:var(--red);border:4px solid #111;min-height:420px;padding:50px;display:flex;align-items:center;justify-content:center}.story-box div{text-align:center;font:900 clamp(50px,6vw,90px)/.78 Georgia,serif}.story-copy p{font-size:18px;line-height:1.7;font-weight:600}.story-copy .btn{margin-top:10px}.newsletter{background:var(--yellow);border-top:4px solid #111;text-align:center}.newsletter-form{max-width:620px;margin:30px auto 0;display:flex;border:3px solid #111;background:#fff}.newsletter-form input{flex:1;border:0;padding:18px;font-size:15px;outline:0;min-width:0}.newsletter-form button{border:0;border-left:3px solid #111;background:#111;color:#fff;padding:0 22px;font-weight:1000;cursor:pointer}.form-success{font-weight:900}.footer{background:#111;color:#fff;padding:55px 5vw 25px}.footer-top{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer-brand{font:900 34px Georgia,serif}.footer-links{display:flex;gap:70px}.footer-links h4{margin:0 0 15px;font-size:11px;letter-spacing:2px;color:var(--yellow)}.footer-links a{display:block;margin:8px 0;font-size:13px}.copyright{border-top:1px solid #444;margin-top:45px;padding-top:18px;font-size:11px;color:#aaa;display:flex;justify-content:space-between}@media(max-width:900px){.desktop-nav{display:none}.hero{min-height:720px}.hero-copy{margin-left:5vw;padding-top:110px}.hero-art{opacity:.42;width:75vw;right:-12vw}.thought-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr}}@media(max-width:600px){.site-header{top:39px;padding:18px 5vw}.header-actions{gap:10px}.hero{min-height:680px}.hero h1{font-size:58px;letter-spacing:-4px}.hero p{font-size:15px}.hero-art{width:95vw;right:-25vw}.section{padding:65px 5vw}.section-head{display:block}.section-head>.kicker{margin-top:20px}.thought-grid,.product-grid{grid-template-columns:1fr 1fr;gap:10px}.thought-card{min-height:190px;padding:18px}.thought-card h3{font-size:25px}.product-info h3{font-size:14px}.story-box{min-height:300px;padding:30px}.newsletter-form{display:block;border:0;background:transparent}.newsletter-form input,.newsletter-form button{width:100%;height:54px;border:3px solid #111}.newsletter-form button{margin-top:8px}.footer-links{gap:30px;flex-wrap:wrap}.copyright{display:block}.copyright span{display:block;margin-top:7px}}.mobile-menu-toggle{display:none;background:transparent;border:0;color:inherit;font-size:22px;cursor:pointer}.mobile-menu{display:none}.content-page{background:#f4f0e6;min-height:65vh}.content-page-inner{max-width:900px;margin:0 auto}.content-page h1,.collection-hero h1,.search-page h1,.cart-page h1,.product-buy h1{font:900 clamp(48px,7vw,92px)/.9 Georgia,serif;letter-spacing:-5px;margin:10px 0 30px}.page-intro{font-size:20px;line-height:1.5;font-weight:700;max-width:720px}.rte{font-size:17px;line-height:1.75}.rte h2{font:900 34px/1 Georgia,serif;letter-spacing:-1px;margin:48px 0 18px}.rte h3{font-size:18px;margin:28px 0 8px;text-transform:uppercase;letter-spacing:1px}.rte table{width:100%;border-collapse:collapse;margin:25px 0}.rte th,.rte td{border:2px solid #111;padding:12px;text-align:left}.collection-hero{background:var(--yellow);border-bottom:4px solid #111}.collection-description{max-width:700px}.collection-products{background:#fff}.pagination{grid-column:1/-1;display:flex;justify-content:center;gap:25px;padding:30px;font-weight:900}.product-page{background:#fff}.product-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;max-width:1200px;margin:auto}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery img{width:100%;border:3px solid #111}.product-buy{position:sticky;top:30px;height:max-content}.product-price{font-size:25px;font-weight:900;margin-bottom:25px}.product-buy form{display:grid;gap:10px;margin-top:25px}.product-buy select,.product-buy input[type=number]{width:100%;padding:15px;border:2px solid #111;background:#fff}.product-add{width:100%;margin-top:10px}.product-note{font-size:12px;font-weight:700;margin-top:20px}.product-placeholder.large{width:100%;min-height:500px}.search-form{max-width:750px;display:flex;border:3px solid #111;background:#fff;margin:30px 0}.search-form input{flex:1;border:0;padding:18px;font-size:16px;min-width:0}.search-form .btn{border-radius:0}.search-result-count{font-weight:800}.cart-items{display:grid;gap:18px;max-width:900px}.cart-item{display:grid;grid-template-columns:150px 1fr;gap:20px;border-bottom:2px solid #111;padding:20px 0}.cart-item img{width:150px;border:2px solid #111}.cart-item h3{margin-top:0}.cart-item input{width:70px;padding:8px;margin-left:5px}.cart-summary{margin-top:30px;padding:30px;border:3px solid #111;background:var(--yellow)}.cart-summary .btn{margin-right:8px}.btn-primary{background:var(--red)}@media(max-width:900px){.mobile-menu-toggle{display:block}.desktop-nav{display:none}.mobile-menu{position:absolute;display:flex;flex-direction:column;top:100%;left:0;right:0;background:#111;color:#fff;border-top:2px solid #444;padding:10px 5vw}.mobile-menu[hidden]{display:none}.mobile-menu a{padding:14px 0;border-bottom:1px solid #333;font-weight:900;text-transform:uppercase}.product-layout{grid-template-columns:1fr}.product-buy{position:static}.product-gallery{grid-template-columns:1fr 1fr}}@media(max-width:600px){.product-gallery{grid-template-columns:1fr}.cart-item{grid-template-columns:100px 1fr}.cart-item img{width:100px}.cart-summary .btn{margin:5px 0;width:100%}.content-page h1,.collection-hero h1,.search-page h1,.cart-page h1,.product-buy h1{letter-spacing:-3px}.search-form{display:block;border:0;background:transparent}.search-form input,.search-form .btn{width:100%;height:54px;border:3px solid #111}.search-form .btn{margin-top:8px}}.product-image-wrap{position:relative}.quick-add-form{margin-top:8px}.quick-add{border:2px solid #111;background:#111;color:#fff;padding:8px 12px;font-size:10px;font-weight:1000;cursor:pointer;letter-spacing:.5px}.quick-add:hover{background:var(--yellow);color:#111}.sold-out{float:right;font-size:10px;font-weight:1000;text-transform:uppercase}.header-search{position:absolute;right:4vw;top:85px;width:min(430px,90vw);background:#fff;border:3px solid #111;padding:8px;box-shadow:8px 8px #111}.header-search form{display:flex}.header-search input{flex:1;border:0;padding:13px;font-size:14px;outline:0}.header-search button{border:0;background:#111;color:#fff;padding:0 14px;font-weight:1000}.search-toggle{border:0;background:transparent;color:inherit;font-size:21px;cursor:pointer}.not-found{text-align:center;min-height:65vh}.not-found h1{font:900 clamp(80px,12vw,160px)/.8 Georgia,serif;letter-spacing:-8px;margin:15px 0}.not-found h2{font:900 32px Georgia,serif}.not-found .btn{margin:8px}.collection-list-page .thought-card{background:#fff;color:#111}.collection-list-page .thought-card img{width:100%;aspect-ratio:1/1;object-fit:cover;margin:-25px -25px 20px;width:calc(100% + 50px)}.product-buy .shopify-payment-button{margin-top:8px}.product-buy .shopify-payment-button__button{min-height:50px;border-radius:100px}@media(max-width:900px){.header-search{right:5vw;top:75px}.site-header{color:#fff}.quick-add{padding:7px 8px}}.template-index .site-header{position:absolute;top:39px;background:transparent;color:#fff}body:not(.template-index) .site-header{position:relative;top:auto;left:auto;right:auto;width:100%;background:#111;color:#fff;border-bottom:3px solid #111;padding-top:20px;padding-bottom:20px}body:not(.template-index) .site-header .brand-name,body:not(.template-index) .site-header .brand-tagline,body:not(.template-index) .site-header .desktop-nav a,body:not(.template-index) .site-header .header-actions a,body:not(.template-index) .site-header .search-toggle{color:#fff}body:not(.template-index) .site-header .brand-logo{max-height:54px;object-fit:contain}body:not(.template-index) .site-header .mobile-menu{top:100%;z-index:50}@media(max-width:900px){body:not(.template-index) .site-header{padding:16px 5vw}body:not(.template-index) .mobile-menu-toggle{color:#fff}}.page-navigation{display:flex;flex-wrap:wrap;gap:10px;margin-top:40px;padding-top:25px;border-top:2px solid #111}.page-navigation a{display:inline-block;padding:11px 16px;border:2px solid #111;font-size:11px;font-weight:1000;text-transform:uppercase;background:#fff}.page-navigation a:hover{background:#111;color:#fff}.not-found-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.footer-links a{transition:.15s}.footer-links a:hover{color:var(--yellow);transform:translate(2px)}.product-page{background:#fff;min-height:70vh}.product-layout,.product-gallery{align-items:start}.product-media{width:100%;border:3px solid #111;background:#f4f0e6;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-media img{display:block;width:100%;height:auto;max-height:820px;object-fit:contain}.product-media video,.product-media iframe{display:block;width:100%;max-width:100%;aspect-ratio:4/5}.product-description{margin-bottom:20px}.product-option{display:grid;gap:6px}.product-option label{font-size:11px;font-weight:1000;text-transform:uppercase;letter-spacing:1px}.product-buy form{display:grid;gap:12px;margin-top:25px}.product-buy select,.product-buy input[type=number]{width:100%;padding:15px;border:2px solid #111;background:#fff;font:inherit}.product-buy select:focus,.product-buy input[type=number]:focus{outline:3px solid var(--yellow);outline-offset:1px}.product-add{width:100%;margin-top:4px;min-height:52px}.product-add:disabled{opacity:.45;cursor:not-allowed}.product-buy .shopify-payment-button{margin-top:0}.product-buy .shopify-payment-button__button{min-height:52px;border-radius:100px}.product-note{font-size:12px;font-weight:700;margin-top:20px;padding-top:15px;border-top:2px solid #111}.product-placeholder.large{width:100%;min-height:620px}@media(max-width:900px){.product-layout{grid-template-columns:1fr}.product-buy{position:static}.product-gallery{grid-template-columns:1fr 1fr}.product-media img{max-height:none}}@media(max-width:600px){.product-gallery{grid-template-columns:1fr}.product-media{border-width:2px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
