/** Shopify CDN: Minification failed

Line 561:8 Expected identifier but found whitespace
Line 561:9 Unexpected "#444444"

**/
/* =====================================================
   ONE SHOT STUDIOS — custom.css
   Clean consolidated version
   Last updated: June 2026
===================================================== */


/* ─── TOKENS ─────────────────────────────────────── */
/* --os-dark:   #1a1714  warm dark (borders, text, bg) */
/* --os-blue:   #143ae1  primary blue                  */
/* --os-yellow: #ffd000  accent yellow                 */
/* --os-paper:  #f5f0e0  warm off-white                */


/* ─── GLOBAL ─────────────────────────────────────── */

html {
  background: #143ae1;
}

body, main, #MainContent {
  background: #f5f0e0;
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ─── ANNOUNCEMENT BAR ───────────────────────────── */

.announcement-bar,
#shopify-section-announcement-bar {
  background: #1a1714 !important;
  border-bottom: 1px solid #1a1714;
}
.announcement-bar__message,
.announcement-bar p,
.announcement-bar a {
  color: #ffd000 !important;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}


/* ─── HEADER & NAV ───────────────────────────────── */

.header {
  background: #143ae1 !important;
  border-bottom: 1px solid #1a1714 !important;
  overflow: hidden !important;
  margin-top: 0 !important;
}
.header__heading-link {
  background: transparent !important;
  border: none !important;
  padding: 0 12px !important;
  height: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
}
.header__menu-item,
.header__menu-item a {
  color: rgba(255,255,255,0.55) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header__menu-item:hover,
.header__menu-item a:hover {
  background: rgba(255,255,255,0.1);
  color: #ffffff !important;
  text-decoration: none;
}
.header__icon svg path,
.header__icon svg line,
.header__icon svg circle {
  stroke: rgba(255,255,255,0.55);
}
.header__icon:hover svg path,
.header__icon:hover svg line,
.header__icon:hover svg circle {
  stroke: #ffffff;
}


/* ─── MOBILE MENU ────────────────────────────────── */

.menu-drawer {
  background: #1a1714;
}
.menu-drawer__menu-item,
.menu-drawer a {
  color: rgba(255,255,255,0.6) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.menu-drawer__menu-item:hover,
.menu-drawer a:hover {
  color: #ffd000 !important;
}


/* ─── HERO / IMAGE WITH TEXT ─────────────────────── */

.image-with-text {
  background: #f5f0e0;
  border-top: 1px solid #1a1714;
  border-bottom: 1px solid #1a1714;
}
.image-with-text .page-width {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.shopify-section:has(.image-with-text) {
  padding: 0 !important;
  margin: 0 !important;
}
.image-with-text__content {
  background: #f5f0e0;
}
.image-with-text__media {
  border-right: 1px solid #1a1714;
}
.image-with-text__heading {
  font-weight: 900 !important;
  font-size: clamp(28px, 3.5vw, 48px) !important;
  text-transform: uppercase !important;
  letter-spacing: -1px !important;
  line-height: 1.0 !important;
  color: #1a1714 !important;
}
.image-with-text__text,
.image-with-text__text p {
  color: #555555;
  font-size: 13px;
  line-height: 1.7;
}
.image-with-text .button {
  background: #143ae1 !important;
  color: #ffffff !important;
  border: 1px solid #1a1714 !important;
  border-radius: 0 !important;
}
.image-with-text .button:hover {
  background: #ffd000 !important;
  color: #1a1714 !important;
}


/* ─── RICH TEXT DIVIDER ──────────────────────────── */

.shopify-section:has(.rich-text),
.rich-text,
.rich-text__wrapper,
.rich-text .page-width {
  background: #ffd000 !important;
}
.rich-text__heading,
.rich-text h1,
.rich-text h2,
.rich-text h3 {
  color: #1a1714 !important;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}


/* ─── PRODUCT GRID ───────────────────────────────── */

.slider-component-full-width,
.slider-mobile-gutter {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}
.featured-collection .slider-mobile-gutter,
.featured-collection .slider-component-full-width {
  padding: 0 !important;
  margin: 0 !important;
}
ul.product-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  width: 100% !important;
  gap: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* ─── PRODUCT CARDS ──────────────────────────────── */

.card,
.card-wrapper {
  border: 1px solid #1a1714 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #ffffff;
  width: 100% !important;
  min-width: 0 !important;
  transition: background 0.15s;
}
.card:hover,
.card-wrapper:hover {
  background: #f5f0e0;
}
.card__media {
  border-bottom: 1px solid #1a1714;
  border-radius: 0 !important;
  background: #e8e3d0;
  aspect-ratio: auto !important;
  height: auto !important;
}
.card__media img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  background: #e8e3d0;
}
.card__heading,
.card__heading a {
  color: #1a1714 !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: -0.3px !important;
}
.card__heading a:hover {
  text-decoration: none;
}
.price__regular,
.price-item--regular,
.price-item {
  color: #143ae1 !important;
  font-weight: 900 !important;
}
.badge,
.badge--sale,
.badge--on-sale {
  background: #143ae1 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  font-size: 9px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}


/* ─── BUTTONS ────────────────────────────────────── */

.button,
button[type="submit"],
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.shopify-payment-button__button--branded {
  background: #143ae1 !important;
  color: #ffffff !important;
  border: 1px solid #1a1714 !important;
  border-radius: 0 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  transition: background 0.12s, color 0.12s !important;
}
.button:hover,
button[type="submit"]:hover,
.shopify-payment-button__button:hover {
  background: #ffd000 !important;
  color: #1a1714 !important;
}


/* ─── INPUTS ─────────────────────────────────────── */

input,
select,
textarea {
  border-radius: 0 !important;
  border: 1px solid #dddddd !important;
  background: #f5f0e0 !important;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #143ae1 !important;
  outline: none !important;
  box-shadow: none !important;
}


/* ─── PRODUCT PAGE ───────────────────────────────── */

.product,
.product-section,
.shopify-section:has(.product) {
  background: #f5f0e0 !important;
}
.product__title {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: -0.5px !important;
  color: #1a1714 !important;
}
.price--large .price-item,
.price--large .price-item--regular {
  color: #143ae1 !important;
  font-weight: 900 !important;
  font-size: 32px !important;
}
.product__description,
.product__description p {
  font-size: 13px;
  line-height: 1.75;
  color: #555555;
}
.product-form__submit {
  background: #143ae1 !important;
  color: #ffffff !important;
  border: 1px solid #1a1714 !important;
  border-radius: 0 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.product-form__submit:hover {
  background: #ffd000 !important;
  color: #1a1714 !important;
}
.product-form__submit[disabled] {
  background: #888888 !important;
  border-color: #888888 !important;
  opacity: 1 !important;
}

/* Product media */
.product__media-wrapper {
  border: 1px solid #1a1714 !important;
  border-radius: 0 !important;
  min-height: unset !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product__media-wrapper .media,
.product__media-wrapper img {
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  width: 100% !important;
}
.product__media-gallery,
.product__media-list {
  height: auto !important;
  min-height: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}
.product__media-item {
  padding: 0 !important;
  margin: 0 !important;
}
.product__media-item .media {
  border-radius: 0 !important;
}
.product__media-item--variant {
  display: none !important;
}

/* Hide clutter */
.product__vendor,
.product__vendor * { display: none !important; }
.payment-terms,
.payment-terms * { display: none !important; }
.shopify-payment-button,
.shopify-payment-button * { display: none !important; }
.product-form__payment-options { display: none !important; }
.share-button,
.product__share-buttons { display: none !important; }
.complementary-products,
.product-recommendations { display: none !important; }


/* ─── PREVIEW STAGE ──────────────────────────────── */

.os-preview-stage {
  background: #1a1714;
  padding: 48px 32px;
  border-top: 1px solid #1a1714;
}
.os-preview-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 48px;
}
.os-preview-line {
  flex: 1;
  height: 1px;
  background: #3a3028;
}
.os-preview-label {
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #4a4038;
}
.os-preview-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.os-preview-frame {
  box-shadow: 0 12px 48px rgba(0,0,0,0.6), 0 2px 8px rgba(0,0,0,0.3);
  max-width: 600px;
  width: 100%;
}
.os-preview-frame img {
  width: 100%;
  height: auto;
  display: block;
}


/* ─── CART ───────────────────────────────────────── */

.cart-drawer {
  background: #f5f0e0;
}
.cart-drawer__heading,
.cart__title {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #1a1714 !important;
}
.cart-item__name,
.cart-item__name a {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #1a1714 !important;
}
.cart-item__price,
.cart-item__final-price {
  color: #143ae1 !important;
  font-weight: 900 !important;
}
.quantity {
  border: 1px solid #1a1714 !important;
  border-radius: 0 !important;
}
.quantity__button:hover {
  background: #143ae1;
  color: #ffffff;
}
.quantity__input {
  border-left: 1px solid #1a1714 !important;
  border-right: 1px solid #1a1714 !important;
  border-radius: 0 !important;
  background: #f5f0e0 !important;
}
.totals__total-value,
.cart__subtotal {
  color: #143ae1 !important;
  font-weight: 900 !important;
}
.cart__checkout-button,
.cart-drawer__checkout {
  background: #143ae1 !important;
  color: #ffffff !important;
  border: 1px solid #1a1714 !important;
  border-radius: 0 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.cart__checkout-button:hover,
.cart-drawer__checkout:hover {
  background: #ffd000 !important;
  color: #1a1714 !important;
}


/* ─── COLLECTION PAGE ────────────────────────────── */

.collection .page-width {
  max-width: 100% !important;
  padding: 0 !important;
}
.collection-hero__title,
.collection__title {
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-size: 32px !important;
  padding: 24px !important;
  color: #1a1714 !important;
}


/* ─── FOOTER ─────────────────────────────────────── */

.footer {
  background: #1a1714 !important;
  border-top: 1px solid #ffd000 !important;
}
.footer__heading {
  color: #ffd000 !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.footer a,
.footer__list a {
  color: #444444 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.footer a:hover {
  color: #ffd000 !important;
  text-decoration: none !important;
}
.footer__copyright,
.footer__copyright p {
  color: #444444 !important;
}


/* ─── UTILITY ────────────────────────────────────── */

:focus-visible {
  outline: 2px solid #143ae1 !important;
  outline-offset: 2px !important;
}
shop-follow-button,
.shopify-features__follow-on-shop {
  display: none !important;
}
/* FOOTER REFINEMENTS */
.footer {
  border-top: 2px solid #ffd000 !important;
}
.footer__icon svg path,
.footer__icon svg circle,
.footer__icon svg rect {
  fill: #444444 !important;
}
.footer__icon:hover svg path,
.footer__icon:hover svg circle {
  fill: #ffd000 !important;
}
.footer__copyright-content,
.footer__copyright-content p 
  color: #444444 !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  
/* SPEC BLOCK */
.os-spec-block { font-family: monospace; margin-bottom: 48px; }
.os-spec-4col { display: grid !important; grid-template-columns: 1fr 1fr 1fr 1fr !important; border: 1px solid #143ae1; margin-bottom: 24px; }
.os-s-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: #143ae1; padding: 9px 12px; border-bottom: 1px solid #143ae1; border-right: 1px solid #143ae1; opacity: 0.6; }
.os-s-val { font-size: 10px; letter-spacing: 1px; color: #f5f0e0; padding: 9px 12px; border-bottom: 1px solid #143ae1; border-right: 1px solid #143ae1; opacity: 0.8; }
.os-s-val.os-nr, .os-s-label.os-nr { border-right: none; }
.os-s-val.os-nb, .os-s-label.os-nb { border-bottom: none; }
.os-contrib-tier { margin-bottom: 12px; }
.os-contrib-tier-header { background: #143ae1; border: 1px solid #143ae1; border-bottom: none; padding: 8px 12px; }
.os-contrib-tier-name { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: #ffd000; }
.os-contrib-table { width: 100%; border-collapse: collapse; border: 1px solid #143ae1; }
.os-contrib-table tr { border-bottom: 1px solid #143ae1; }
.os-contrib-table tr:last-child { border-bottom: none; }
.os-contrib-table tr.os-row-alt { background: rgba(20, 58, 225, 0.08); }
.os-contrib-table td { padding: 8px 12px; font-size: 10px; letter-spacing: 1px; font-family: monospace; vertical-align: top; }
.os-contrib-table td.os-role { color: #143ae1; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; width: 180px; border-right: 1px solid #143ae1; opacity: 0.7; }
.os-contrib-table td.os-name { color: #f5f0e0; opacity: 0.8; }
.os-contrib-table td.os-multi { color: #f5f0e0; font-size: 9px; line-height: 1.6; opacity: 0.6; }
.os-spec-block {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}