/** Shopify CDN: Minification failed

Line 2498:0 Unexpected "}"

**/
/* =============================================================================
   SPOARTIST — CLEAN CSS
   Duplicates removed, conflicts resolved, invalid nesting fixed
============================================================================= */

/* =============================================================================
   CSS VARIABLES
============================================================================= */

:root {
  --sa-bg-main:      #090909;
  --sa-bg-secondary: #111111;
  --sa-bg-elevated:  #1D1D1D;
  --sa-border:       rgba(255,255,255,0.08);
  --sa-text-primary: #F2F2F2;
  --sa-text-secondary: #A3A3A3;
  --sa-text-muted:   #707070;
}

/* =============================================================================
   DARK HOMEPAGE SYSTEM
============================================================================= */

body.template-index,
body.template-index #MainContent,
body.template-index main,
body.template-index .main-content,
body.template-index .wrapper-body,
body.template-index .page-container,
body.template-index .body-content-wrapper {
  background-color: #0E0E0E !important;
}

body.template-index .shopify-section,
body.template-index .section,
body.template-index [class*="section-"] {
  background-color: transparent !important;
}

/* Fixed: was invalid nested rule — moved a:not() to top level */
body.template-index h1,
body.template-index h2,
body.template-index h3,
body.template-index h4,
body.template-index h5,
body.template-index h6,
body.template-index p,
body.template-index span,
body.template-index li,
body.template-index a:not(.sa-btn-primary-custom) {
  color: #ededed !important;
}

/* =============================================================================
   GLOBAL BACKGROUND CONSISTENCY
============================================================================= */

body,
.template-product,
.template-product #MainContent,
.sa-drop-section,
.sa-info-section {
  background: var(--sa-bg-main) !important;
}

.template-collection #MainContent {
  padding-top: 0 !important;
  background: linear-gradient(
    to bottom,
    var(--sa-bg-secondary) 0%,
    var(--sa-bg-main) 100%
  ) !important;
}

/* =============================================================================
   DROPDOWN MENU
============================================================================= */

.header {
  --bg_mega_menu: #0F0F0F !important;
}

.header__submenu {
  background: #0F0F0F !important;
  border: none !important;
  box-shadow: 0 12px 35px rgba(0,0,0,0.6) !important;
}

.header__submenu a {
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header__submenu a:hover {
  background: rgba(255,255,255,0.05) !important;
}

/* =============================================================================
   GLOBAL TRANSPARENT HEADER
============================================================================= */

.header-navigation,
.header-wrapper,
.header {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 100;
}

.header-navigation.is-sticky,
.header-navigation.header-sticky {
  background: rgba(5,5,5,0.72) !important;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
}

.header-navigation a,
.header-navigation .icon,
.header-navigation svg,
.header-navigation button,
.header-navigation .hamburger-menu {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}

.header-navigation a {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase;
  color: rgba(255,255,255,.86) !important;
  transition: opacity .2s ease;
}

.header-navigation a:hover {
  opacity: .68;
}

.header__icon svg {
  opacity: 0.9;
}

.header__icon svg path {
  fill: #F2F2F2 !important;
}

.header__icon:hover svg {
  opacity: 1;
}

/* =============================================================================
   COLLECTION PAGE HEADER
============================================================================= */

.template-collection .header-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 50;
}

.template-collection .header-navigation a,
.template-collection .header-navigation svg {
  color: #fff !important;
}

.header-navigation .container--full {
  position: relative;
}

.header-navigation .header__heading,
.header-navigation .site-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* =============================================================================
   COLLECTION HERO (image-based)
============================================================================= */

.collection-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.collection-banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(15,15,15,0.8), #0F0F0F);
  z-index: 2;
}

.collection-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.25),
    rgba(0,0,0,0.05),
    rgba(0,0,0,0.25)
  );
  z-index: 2;
}

.spoartist-collection-hero {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);
  text-align: center;
  color: #fff;
  width: 90%;
  max-width: 900px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spoartist-hero-title {
  font-size: clamp(54px, 9vw, 92px);
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.92) !important;
}

.spoartist-hero-description {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: rgba(255,255,255,0.85);
  max-width: 480px;
  margin-top: 4px;
}

/* =============================================================================
   COLLECTION HERO (text-only / sa-collection-hero)
============================================================================= */

.sa-collection-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #050505;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.sa-collection-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.04) 0%, transparent 70%);
  opacity: 0.45;
}

.sa-collection-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.72) 100%);
  z-index: 1;
}

.sa-collection-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  padding: 120px 70px 42px;
}

.sa-collection-title {
  margin: 0;
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.9;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #f5f5f5;
}

.sa-collection-subtitle {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

/* =============================================================================
   COLLECTION PAGE — MISC
============================================================================= */

.template-collection h1 {
  position: relative;
}

.template-collection h1::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,0.4);
  margin-top: 8px;
}

.template-collection .collection {
  margin-top: -20px !important;
  padding-top: 0 !important;
}

.collection {
  padding-top: 10px;
}

/* =============================================================================
   PRODUCT GRID SPACING
============================================================================= */

.template-collection .grid__item {
  padding: 10px;
}

/* =============================================================================
   PRODUCT CARD SYSTEM — COLLECTION
============================================================================= */

.template-collection .product-item {
  background: var(--sa-bg-elevated) !important;
  border-radius: 16px !important;
  border: 1px solid var(--sa-border) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35) !important;
}

.template-collection .product-item:hover {
  transform: translateY(-5px) scale(1.01) !important;
  border-color: rgba(255,255,255,0.18) !important;
  box-shadow: 0 18px 35px rgba(0,0,0,0.5) !important;
}

.template-collection .product-item img {
  transition: all 0.4s ease !important;
  filter: brightness(1.05) contrast(1.08) !important;
}

.template-collection .product-item:hover img {
  transform: scale(1.05) !important;
}

.template-collection .card-information,
.template-collection .card-information__wrapper,
.template-collection .card__content {
  padding-top: 12px;
  background: transparent !important;
}

.template-collection .product-item a {
  letter-spacing: 0.6px !important;
  color: var(--sa-text-primary) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.template-collection .price {
  color: var(--sa-text-secondary) !important;
  font-size: 13px !important;
  margin-top: 6px;
}

.template-collection .card-action,
.template-collection .wishlist,
.template-collection .quickview {
  display: none !important;
}

/* =============================================================================
   SOLD OUT — PREMIUM VERSION
============================================================================= */

.template-collection li.product {
  position: relative;
}

.template-collection li.product.sold-out img {
  filter: brightness(0.45) !important;
}

.template-collection li.product:has(.sold-out-badge) img {
  filter: brightness(0.38) contrast(1.08);
  transform: none !important;
}

.template-collection li.product:has(.sold-out-badge):hover img {
  transform: none !important;
}

.template-collection li.product:has(.sold-out-badge)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.65));
  backdrop-filter: blur(2px);
  z-index: 3;
  border-radius: 16px;
}

.template-collection li.product:has(.sold-out-badge)::after {
  content: "NO RESTOCK";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #EAEAEA;
  z-index: 4;
  text-transform: uppercase;
  opacity: 0.85;
}

/* Hide badges */
.template-collection .badge,
.template-product .badge,
.card_badge,
.product-badge,
.label,
.template-collection .sold-out-badge {
  display: none !important;
}

/* =============================================================================
   SMART HEADER OFFSET — NON-HERO PAGES
============================================================================= */

.template-product #MainContent {
  padding-top: 92px !important;
}

.template-page #MainContent,
.template-blog #MainContent,
.template-article #MainContent,
.template-search #MainContent {
  padding-top: 70px !important;
}

@media (min-width: 1024px) {
  .template-product #MainContent {
    padding-top: 92px !important;
  }

  .template-page #MainContent,
  .template-blog #MainContent,
  .template-article #MainContent,
  .template-search #MainContent {
    padding-top: 90px !important;
  }
}

/* =============================================================================
   PRODUCT PAGE — LAYOUT & GLOBAL TYPOGRAPHY
============================================================================= */

.template-product,
.template-product * {
  font-family: "Instrument Sans", sans-serif !important;
}

.template-product {
  background: #0E0E0E !important;
  color: var(--sa-text-primary);
}

.template-product .productView {
  align-items: flex-start !important;
  gap: 44px !important;
}

.template-product .productView-image {
  border-radius: 20px !important;
  overflow: hidden !important;
}

.productView,
.productView-container,
.productView-details,
.productView-description,
.productView-tabs {
  background: transparent !important;
}

.template-product .productView-product {
  display: flex !important;
  flex-direction: column;
  gap: 8px !important;
  padding-top: 0 !important;
  max-width: 500px !important;
}

.template-product .productView-moreItem {
  padding: 0 !important;
}

/* =============================================================================
   PRODUCT PAGE — TYPOGRAPHY HIERARCHY
============================================================================= */

.template-product .productView-title {
  margin-bottom: 2px !important;
}

/* Final resolved value — later block wins */
.template-product .productView-title span {
  font-size: clamp(48px, 4.5vw, 64px) !important;
  line-height: .95 !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  text-transform: uppercase;
  color: var(--sa-text-primary) !important;
}

.sa-drop-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  color: var(--sa-text-muted) !important;
  margin-bottom: 18px !important;
}

.sa-statement-line {
  font-size: 17px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  letter-spacing: .2px !important;
  color: var(--sa-text-secondary) !important;
  margin-top: 4px !important;
  margin-bottom: 10px !important;
  max-width: 520px;
}

.template-product .product-subtitle {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase;
  color: var(--sa-text-secondary) !important;
  margin-bottom: 8px !important;
}

.template-product .productView-price {
  font-size: 30px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: var(--sa-text-primary) !important;
  margin-top: 4px !important;
  margin-bottom: 2px !important;
}

.template-product .productView-desc .product-subtitle {
  font-weight: 500 !important;
}

/* =============================================================================
   PRODUCT PAGE — DESCRIPTION / HIGHLIGHTS
============================================================================= */

.template-product .spoartist-description .product-highlights {
  margin: 8px 0 16px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.template-product .spoartist-description .product-highlights li {
  font-size: 15px !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
  letter-spacing: .2px !important;
  color: var(--sa-text-secondary) !important;
  margin-bottom: 4px !important;
  position: relative;
  padding-left: 16px;
  opacity: 1 !important;
}

.template-product .spoartist-description .product-highlights li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
  opacity: 0.5;
}

/* =============================================================================
   PRODUCT PAGE — SIZE SYSTEM
============================================================================= */

.template-product .form__label {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  color: var(--sa-text-muted) !important;
  margin-bottom: 6px !important;
}

.template-product .product-form__label .text {
  background: var(--sa-bg-secondary) !important;
  border: 1px solid var(--sa-border) !important;
  color: var(--sa-text-secondary) !important;
  min-width: 58px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  transition: .2s ease;
}

.template-product .product-form__label:hover .text {
  border-color: #777 !important;
  color: var(--sa-text-primary) !important;
}

.template-product .product-form__radio:checked + .product-form__label .text {
  border-color: var(--sa-text-primary) !important;
  color: #fff !important;
}

/* =============================================================================
   PRODUCT PAGE — CTA / ADD TO CART
============================================================================= */

.template-product .product-form__submit {
  width: 100% !important;
  min-height: 68px !important;
  background: var(--sa-text-primary) !important;
  color: #000 !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  margin-top: 2px !important;
  padding: 18px 20px !important;
  transition: .2s ease;
}

.template-product .product-form__submit:hover {
  opacity: .92;
  transform: translateY(-1px);
}

/* =============================================================================
   PRODUCT PAGE — MISC
============================================================================= */

.productView-wishlist {
  display: none !important;
}

.productView-groupTop {
  display: block !important;
}

.productView-groupTop .productView-action {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.productView-groupTop .product-form__buttons {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.spoartist-restock-wrapper {
  width: 100%;
  display: block;
  margin: 12px 0 16px 0;
}

.spoartist-restock {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.25);
}

/* =============================================================================
   PILLARS
============================================================================= */

.sa-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px !important;
  gap: 20px !important;
}

.template-product .sa-pillars {
  max-width: 420px;
}

.sa-pillar {
  text-align: left;
}

.sa-icon {
  margin-bottom: 6px;
  opacity: .85;
  color: #D0D0D0;
}

.sa-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #EAEAEA !important;
  fill: none !important;
  stroke-width: 1.7;
}

.sa-title {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase;
  color: var(--sa-text-primary) !important;
  margin-bottom: 4px;
}

.sa-text {
  font-size: 13px !important;
  line-height: 1.7 !important;
  letter-spacing: .2px !important;
  color: var(--sa-text-secondary) !important;
}

/* =============================================================================
   STORY BANNERS
============================================================================= */

.sa-story-banner {
position:relative;

width:100%;
min-height:340px;

display:flex;
align-items:center;

padding:42px 22px;

overflow:hidden;

background-size:cover;
background-position:center;
background-repeat:no-repeat;

border-top:1px solid rgba(255,255,255,.05);
border-bottom:1px solid rgba(255,255,255,.05);
}

.sa-story-overlay {
position:absolute;
inset:0;

background:linear-gradient(
to right,
rgba(0,0,0,.82) 0%,
rgba(0,0,0,.62) 38%,
rgba(0,0,0,.25) 72%,
rgba(0,0,0,.08) 100%
);

z-index:1;
}

.sa-story-text {
position:relative;
z-index:2;

display:flex;
flex-direction:column;
gap:16px;

max-width:92%;

font-size:18px;
font-weight:700;
line-height:1.55;

letter-spacing:.03em;

text-transform:uppercase;

color:#F1F1F1;
}

.sa-story-text p{
margin:0;
}

.sa-story-text span {

display:block;

width:34px;
height:1px;

background:rgba(255,255,255,.18);
}

.sa-identity-banner {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px 6%;
  height: 240px !important;
  margin-top: -40px;
  padding-top: 60px;
}

.sa-identity-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #0E0E0E, transparent);
  z-index: 2;
}

.sa-identity-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

.sa-identity-text {
  position: relative;
  z-index: 2;
  max-width: 420px;
  color: #EAEAEA;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.5;
  opacity: 0.9;
  right: 60px;
  left: auto;
  text-align: right;
}

.sa-identity-text span {
  display: block;
  width: 40px;
  height: 1px;
  background: #555;
  margin: 20px 0;
  margin-left: auto;
}

/* Final resolved typography for both banners */
.sa-story-text,
.sa-identity-text {
  font-size: 20px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: #F1F1F1 !important;
}

.sa-identity-image {
  width: 50%;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  filter: contrast(1.1) brightness(0.85);
}

/* =============================================================================
   PRODUCT INFO SECTION
============================================================================= */

.sa-info-section {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 60px;
  padding: 28px 50px !important;
  background: linear-gradient(to bottom, #0b0a09, #090909);
  border-top: 1px solid var(--sa-border);
  border-bottom: 1px solid var(--sa-border);
}

.sa-info-left {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sa-info-text {
  font-size: 15px !important;
  max-width: 320px;
  line-height: 1.8 !important;
  letter-spacing: 1.8px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: var(--sa-text-primary) !important;
  margin-bottom: 24px;
}

.sa-info-line {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin-bottom: 24px;
}

.sa-info-sub {
  font-size: 14px !important;
  margin-top: 42px;
  line-height: 2 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
  color: var(--sa-text-secondary) !important;
}

.sa-info-right {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sa-accordion {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
}

.sa-accordion:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.sa-accordion summary {
  list-style: none;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  color: var(--sa-text-primary) !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.sa-accordion summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 300;
  color: #8f8f8f;
  transition: 0.2s ease;
}

.sa-accordion[open] summary::after {
  transform: rotate(45deg);
}

.sa-accordion-content {
  padding-top: 18px;
  font-size: 14px !important;
  line-height: 1.9 !important;
  letter-spacing: 0.3px;
  color: var(--sa-text-secondary) !important;
  max-width: 520px;
}

/* =============================================================================
   FROM THE DROP SECTION
============================================================================= */

.sa-drop-section {
  background: var(--sa-bg-main) !important;
  padding: 40px 36px !important;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.sa-drop-heading {
  font-size: 48px !important;
  line-height: .95;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 50px !important;
  color: var(--sa-text-primary) !important;
}

.sa-drop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 32px;
  margin-top: 50px;
}

.sa-drop-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--sa-bg-secondary) !important;
  border: 1px solid var(--sa-border) !important;
  border-radius: 24px;
  text-decoration: none;
  transition: all .35s ease;
  box-shadow: 0 8px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.03);
}

.sa-drop-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.16) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.05);
}

.sa-drop-image-wrap {
  position: relative;
  overflow: hidden;
  background: #161616;
}

.sa-drop-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.18), transparent 35%);
  pointer-events: none;
}

.sa-drop-image {
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.sa-drop-card:hover .sa-drop-image {
  transform: scale(1.03);
}

.sa-drop-info {
  padding: 22px 22px 24px;
  background: var(--sa-bg-secondary) !important;
}

.sa-drop-sub {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--sa-text-muted) !important;
  margin-bottom: 12px;
}

.sa-drop-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--sa-text-primary) !important;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sa-drop-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--sa-text-secondary) !important;
}

/* =============================================================================
   HOMEPAGE PRODUCT TABS
============================================================================= */

.template-index .product-item {
  background: var(--sa-bg-elevated) !important;
  border: 1px solid var(--sa-border) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  transition: .3s ease;
  margin: 12px 28px 12px 0 !important;
}

.template-index .product-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.14) !important;
}

.template-index .product-item .card-information,
.template-index .product-item .card__content,
.template-index .product-item .card-information__wrapper {
  background: transparent !important;
  padding-top: 12px !important;
}

.template-index .product-item a {
  color: var(--sa-text-primary) !important;
}

.template-index .product-item .price {
  color: var(--sa-text-secondary) !important;
}

.template-index .product-item .badge,
.template-index .card-action,
.template-index .quick-add {
  display: none !important;
}

.halo-block-header .title .text {
  line-height: 1.15 !important;
  display: block;
  padding-top: 6px;
}

/* =============================================================================
   HOME HERO BUTTON
============================================================================= */

.template-index .slide-content .slide-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 56px !important;
  padding: 0 34px !important;
  line-height: 1 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase;
}

/* =============================================================================
   HOME HERO (sa-home-hero)
============================================================================= */

.sa-home-hero {
  position: relative;
  height: 92vh;
  min-height: 900px;
  overflow: hidden;
  background: #050505;
}

.sa-home-hero picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sa-home-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.sa-home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.58) 35%, rgba(0,0,0,.18) 100%);
  z-index: 2;
}

.sa-home-hero::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
  z-index: 2;
}

.sa-home-hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 140px;
  padding-left: 10vw;
  padding-top: 80px;
  max-width: 620px;
}

.sa-home-hero-content h1 {
  font-size: clamp(68px, 7vw, 118px);
  line-height: 0.92;
  letter-spacing: -3px;
  font-weight: 700;
  color: rgba(255,255,255,0.92);
  margin-bottom: 22px;
}

.sa-home-hero-content p {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 500;
  color: rgba(255,255,255,0.78);
  margin-top: 24px;
  margin-bottom: 28px;
  max-width: 420px;
}

.sa-home-hero-buttons {
  margin-top: 18px;
}

/* =============================================================================
   BUTTONS
============================================================================= */

.sa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 34px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: all .25s ease;
  text-decoration: none;
}

.sa-btn-primary {
  background: #E7E1D8 !important;
  color: #4A4A4A !important;
  border: 1px solid #E7E1D8 !important;
}

.sa-btn-primary:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.sa-btn-secondary {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.45);
}

.sa-btn-secondary:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.06);
}

.sa-btn-primary-custom {
  padding: 0 34px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 190px;
  height: 54px;
  background: #E7E1D8 !important;
  color: #4A4A4A !important;
  font-size: 13px;
  letter-spacing: 1.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 1px solid #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: all .25s ease;
}

.sa-btn-primary-custom:hover {
  background: transparent !important;
  color: #ffffff !important;
}

/* =============================================================================
   HOME MANIFESTO
============================================================================= */

.sa-home-manifesto {
  padding: 72px 24px;
  background: #050505;
  text-align: center;
}

.sa-home-manifesto-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sa-home-manifesto-text {
  max-width: 680px;
  margin: 0 auto;
}

.sa-home-manifesto-text strong {
  display: block;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.45;
  letter-spacing: -1px;
  font-weight: 700;
  color: #F2F2F2;
}

.sa-home-manifesto-text span {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 0.3px;
  color: rgba(255,255,255,0.58);
}

/* =============================================================================
   LIVE DROP SECTION
============================================================================= */

.sa-live-drop {
  padding: 32px 20px 82px;
  background: #050505;
}

.sa-live-drop-header {
  text-align: center;
  margin-bottom: 42px;
}

.sa-live-drop-label {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #8A8A8A;
  margin-bottom: 6px;
  font-weight: 600;
}

.sa-live-drop-title {
  font-size: 44px;
  line-height: 0.92;
  letter-spacing: -2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F2F2F2;
  margin: 0;
}

.sa-live-drop-subtext {
  margin-top: 10px;
  font-size: 15px;
  color: rgba(255,255,255,0.58);
  letter-spacing: 0.5px;
}

.sa-live-drop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.sa-product-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.sa-product-image-wrap {
  position: relative;
  overflow: hidden;
  background: #0A0A0A;
  aspect-ratio: 0.78;
  border-radius: 2px;
}

.sa-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease, filter .4s ease;
  filter: brightness(0.96);
}

.sa-product-card:hover .sa-product-image {
  transform: scale(1.04);
  filter: brightness(1);
}

.sa-product-info {
  padding-top: 14px;
}

.sa-product-info h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #EDEDED;
  margin: 0;
  text-transform: uppercase;
}

.sa-product-info p {
  margin-top: 6px;
  font-size: 13px;
  color: #777777;
  letter-spacing: 0.3px;
}

.sa-live-drop-cta {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.sa-live-drop-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 34px;
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F2F2F2;
  text-decoration: none;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.sa-live-drop-cta a:hover {
  background: #F2F2F2;
  color: #050505;
  border-color: #F2F2F2;
  transform: translateY(-2px);
}

/* =============================================================================
   HOME CULTURE
============================================================================= */

.sa-home-culture {
  position: relative;
  width: 100%;
  height: 82vh;
  min-height: 760px;
  overflow: hidden;
  background: #050505;
}

.sa-home-culture-image-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sa-home-culture-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sa-home-culture-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 34%, rgba(0,0,0,.24) 62%, rgba(0,0,0,.10) 100%);
  z-index: 1;
}

.sa-home-culture::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #050505 100%);
  z-index: 1;
}

.sa-home-culture-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  max-width: 620px;

  padding-left: 10vw;
  padding-right: 40px;

  z-index: 3;
}

.sa-home-culture-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 18px;
}

.sa-home-culture h2 {
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.92;
  letter-spacing: -3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F2F2F2;
  margin: 0;
  max-width: 700px;
}

.sa-home-culture p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  margin-top: 22px;
  margin-bottom: 0;
}

/* =============================================================================
   ABOUT HERO
============================================================================= */

.sa-about-hero {
  position: relative;
  width: 100%;
  height: 92vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #090909;
}

.sa-about-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sa-about-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 38%, rgba(0,0,0,.18) 72%, rgba(0,0,0,.10) 100%);
  z-index: 1;
}

.sa-about-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding-left: 10vw;
}

.sa-about-content h1 {
  font-size: clamp(52px, 6.4vw, 92px);
  line-height: .92;
  font-weight: 800;
  letter-spacing: -3px;
  color: #F2F2F2;
  margin-bottom: 36px;
  text-transform: uppercase;
  max-width: 760px;
}

.sa-about-content p {
  font-size: 24px;
  line-height: 1.55;
  max-width: 620px;
  color: #B8B8B8;
  font-weight: 400;
  margin-top: 0;
}

/* =============================================================================
   MANIFESTO
============================================================================= */

.sa-manifesto {
  background: #050505;
  padding: 120px 8%;
}

.sa-manifesto-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px minmax(0, 780px);
  gap: 60px;
  align-items: start;
}

.sa-manifesto-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #9A9A9A;
  padding-top: 14px;
  line-height: 1.4;
}

.sa-manifesto-text {
  color: #EDEDED;
  max-width: 900px;
}

.sa-manifesto-intro {
  font-size: 58px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -2px;
  margin: 0 0 54px;
  max-width: 720px;
}

.sa-manifesto-text p {
  font-size: 34px;
  line-height: 1.34;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0 0 34px;
  max-width: 620px;
}

.sa-manifesto-small {
  font-size: 26px !important;
  line-height: 1.5 !important;
  color: #B8B8B8;
}

.sa-manifesto-ending {
  padding-top: 20px;
  font-size: 28px !important;
  line-height: 1.5 !important;
  color: #D8D8D8;
}

.sa-manifesto-ending span {
  color: #FFFFFF;
  font-weight: 700;
}

/* =============================================================================
   DIVIDER
============================================================================= */

.sa-divider {
  position: relative;
  width: 100%;
  height: 46vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: #090909;
}

.sa-divider-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}

.sa-divider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.10), rgba(0,0,0,.42));
  z-index: 1;
}

.sa-divider-content {
  position: relative;
  z-index: 2;
  padding: 0 8% 90px;
}

.sa-divider-line {
  width: 42px;
  height: 1px;
  background: rgba(255,255,255,.35);
  margin-bottom: 24px;
}

.sa-divider-content p {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F2F2F2;
  font-weight: 600;
}

/* =============================================================================
   ENDING TAGLINE
============================================================================= */

.sa-ending-tagline {
  background: #050505;
  padding: 70px 6% 44px;
}

.sa-ending-tagline-inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
}

.sa-ending-tagline h2 {
  font-size: clamp(74px, 8vw, 140px);
  line-height: .78;
  font-weight: 800;
  letter-spacing: -6px;
  text-transform: uppercase;
  color: #F2F2F2;
  margin: 0;
}

/* =============================================================================
   ENDING IMAGE
============================================================================= */

.sa-ending-image {
  position: relative;
  height: 46vh;
  overflow: hidden;
  background: #050505;
  margin-top: -18px;
}

.sa-ending-image-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sa-ending-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5,5,5,1) 0%, rgba(5,5,5,.82) 18%, rgba(5,5,5,.45) 42%, rgba(5,5,5,.78) 100%);
}

.sa-ending-image-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.sa-ending-image-content p {
  font-size: 22px;
  line-height: 2;
  color: #D0D0D0;
}

.sa-ending-image-content span {
  color: #FFFFFF;
  font-weight: 600;
}

/* =============================================================================
   FOOTER
============================================================================= */

.footer .social-icons {
  opacity: 0.6;
}

.footer .social-icons:hover {
  opacity: 1;
}

.footer .footer-block__heading {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.6;
}

.footer .footer-block__details-content a {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.sa-footer {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 26px 4%;
}

.sa-footer-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 48px;
}

.sa-footer-logo {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #FFFFFF;
}

.sa-footer-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  justify-content: center;
}

.sa-footer-nav a,
.sa-footer-social a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: .2s ease;
}

.sa-footer-nav a:hover,
.sa-footer-social a:hover {
  color: #FFFFFF;
}

.sa-footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* =============================================================================
   RESPONSIVE — @media (max-width: 1100px)
============================================================================= */

@media (max-width: 1100px) {
  .sa-drop-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .sa-drop-heading {
    font-size: 40px !important;
  }
}

/* =============================================================================
   RESPONSIVE — @media (max-width: 768px)
============================================================================= */

@media (max-width: 768px) {

  /* GLOBAL */
  .template-index section {
    overflow: hidden;
  }

  .template-index .shopify-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }

  /* HEADER */
.header-navigation,
.header-mobile,
.header-mobile-wrapper {

  height: 54px !important;
  min-height: 54px !important;

  padding: 0 14px !important;

  background: rgba(5,5,5,.88) !important;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(255,255,255,.04);
}

.header-navigation .header__heading,
.header-navigation .site-logo {

  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%) !important;

  margin: 0 !important;
}

.header__heading img,
.site-logo img,
.header__heading-logo img {

  max-width: 124px !important;

  opacity: .92 !important;
}

.header__icon {
  transform: scale(.88);
}

  /* THEME HERO (Shopify slideshow) */
  .template-index .slideshow,
  .template-index .slide-banner,
  .template-index .slide-image {
    height: 78vh !important;
  }

  .template-index .slide-content {
    padding: 0 24px !important;
    align-items: flex-end !important;
    padding-bottom: 72px !important;
  }

  .template-index .slide-heading {
    font-size: 42px !important;
    line-height: .92 !important;
    letter-spacing: -2px !important;
    max-width: 320px !important;
    margin-bottom: 18px !important;
  }

  .template-index .slide-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    max-width: 290px !important;
    opacity: .82;
    margin-bottom: 24px !important;
  }

  .template-index .slide-content .slide-button {
    width: auto !important;
    min-width: 180px;
    max-width: 220px;
    height: 52px !important;
    margin: 0 auto 12px !important;
    padding: 0 24px !important;
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    border-radius: 0 !important;
  }

  .template-index .slide-content .slide-button + .slide-button {
    margin-top: 10px !important;
  }

  /* HIDE REDUNDANT SECTIONS */
  .home-about-us,
  .home-custom-text,
  .home-rich-text {
    display: none !important;
  }

  /* HOMEPAGE PRODUCT GRID */
  .template-index .product-item {
    margin: 0 !important;
    border-radius: 14px !important;
    width: 100% !important;
  }

  .template-index .product-item .card-information {
    padding: 14px 14px 18px !important;
  }

  .template-index .product-item a {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .template-index .product-item .price {
    font-size: 13px !important;
    margin-top: 4px !important;
  }

  .template-index .productGrid {
    gap: 14px !important;
  }

  /* SECTION HEADINGS */
  .halo-block-header {
    margin-bottom: 22px !important;
    padding: 0 20px !important;
  }

  .halo-block-header .title {
    font-size: 34px !important;
    line-height: .95 !important;
    letter-spacing: -2px !important;
  }

  /* COLLECTION HERO */
  .spoartist-collection-hero {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 20px;
  }

  .spoartist-hero-title {
    letter-spacing: 2px;
  }

  .spoartist-hero-description {
    font-size: 16px;
  }

.sa-collection-hero {

  min-height: 118px;

  border-bottom: none;
}

.sa-collection-hero-inner {

  padding: 58px 18px 8px;
}

  .sa-collection-title {
    font-size: 38px;
    line-height: .92;
    letter-spacing: -1px;
  }

  .sa-collection-subtitle {
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.5;
  }

  /* COLLECTION GRID */
  .template-collection .grid__item {
    padding: 4px;
  }

  .template-collection .collection {
    margin-top: -8px !important;
  }

  .template-collection .productGrid {
    gap: 10px !important;
  }

  .template-collection .product-item {
    border-radius: 14px !important;
  }

  .template-collection .product-item a {
  font-size: 12px !important;
  line-height: 1.3 !important;

  letter-spacing: .02em !important;
    display: block;
  }

  .template-collection .price {
      font-size: 14px !important;
      font-weight: 600 !important;

  margin-top: 2px !important;
  }

  .template-collection .card-information {
    padding: 8px 10px 10px !important;
  }

  /* PRODUCT PAGE */
  .template-product #MainContent {
    padding-top: 24px !important;
  }

  .template-product .productView {
    gap: 40px !important;
  }

  .template-product .productView-title span {
    font-size: 44px !important;
  }

  /* INFO / DROP SECTIONS */
  .sa-info-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 24px !important;
  }

  .sa-drop-section {
    padding: 40px 20px !important;
  }

  .sa-drop-heading {
    font-size: 36px !important;
    margin-bottom: 0 !important;
  }

  .sa-drop-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sa-drop-info {
    padding: 18px;
  }

  .sa-drop-title {
    font-size: 18px;
  }

  /* HOME HERO */
  .sa-home-hero {
    height: 88vh;
    min-height: 760px;
  }

  .sa-home-hero-overlay {
    background: rgba(0,0,0,0.42);
  }

    justify-content: center;
    padding-top: 140px;
    padding-bottom: 72px;
    max-width: 100%;
  }

  .sa-home-hero-content h1 {
    font-size: 62px;
    line-height: .88;
    letter-spacing: -2.5px;
    margin-bottom: 18px;
    max-width: 320px;
  }

  .sa-home-hero-content p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 230px;
    color: rgba(255,255,255,0.82);
  }

  .sa-home-hero-buttons {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .sa-btn {
    width: 100%;
    height: 56px;
    font-size: 13px;
  }

  /* HOME MANIFESTO */
  .sa-home-manifesto {
    padding: 56px 24px;
  }

  .sa-home-manifesto-text {
    max-width: 320px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.9;
  }

  /* LIVE DROP */
  .sa-live-drop {
    padding: 12px 20px 72px;
  }

  .sa-live-drop-header {
    margin-bottom: 24px;
  }

  .sa-live-drop-title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .sa-live-drop-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .sa-product-image-wrap {
    aspect-ratio: 0.72;
  }

  .sa-product-info {
    padding-top: 10px;
  }

  .sa-product-info h3 {
    font-size: 12px;
    line-height: 1.4;
  }

  .sa-product-info p {
    font-size: 12px;
    margin-top: 4px;
  }

  .sa-live-drop-cta {
    margin-top: 38px;
  }

  .sa-live-drop-cta a {
    width: 100%;
    max-width: 240px;
    height: 52px;
    font-size: 11px;
  }

  .sa-home-culture {
  height: 72vh;
  min-height: 620px;
}

.sa-home-culture-image {
  object-position: 68% center;
}

.sa-home-culture-content {
  position: absolute;
  left: 10vw;
  top: 50%;
  transform: translateY(-50%);

  max-width: 620px;

  padding: 0;

  z-index: 3;
}

  .sa-home-culture-label {
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 14px;
  }

  .sa-home-culture h2 {
    font-size: 52px;
    line-height: .9;
    letter-spacing: -2px;
    max-width: 300px;
  }

  .sa-home-culture p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 18px;
    max-width: 240px;
  }

  /* ABOUT */
  .sa-about-hero {
    height: 78vh;
  }

@media (max-width: 768px) {
  .sa-about-content {
      padding-left: 24px;
      padding-right: 24px;
      max-width: 100%;
  }
}
  .sa-about-content h1 {
    font-size: 52px;
    letter-spacing: -2px;
  }

  .sa-about-content p {
    font-size: 18px;
  }

  /* MANIFESTO */
  .sa-manifesto {
    padding: 80px 24px;
  }

  .sa-manifesto-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sa-manifesto-intro {
    font-size: 42px;
    line-height: 1.02;
    margin-bottom: 36px;
  }

  .sa-manifesto-text p {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .sa-manifesto-small {
    font-size: 20px !important;
  }

  .sa-manifesto-ending {
    font-size: 22px !important;
  }

  /* DIVIDER */
  .sa-divider {
    height: 52vh;
  }

  .sa-divider-content {
    padding: 0 24px 48px;
  }

  .sa-divider-content p {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  /* ENDING TAGLINE */
  .sa-ending-tagline {
    padding: 90px 24px 60px;
  }

  .sa-ending-tagline h2 {
    font-size: 62px;
    letter-spacing: -3px;
  }

  /* ENDING IMAGE */
  .sa-ending-image {
    height: 38vh;
  }

  .sa-ending-image-content p {
    font-size: 16px;
    line-height: 1.9;
  }

  /* FOOTER */
  .footer {
     padding-top: 14px !important;
    margin-top: 0 !important;

  border-top: 1px solid rgba(255,255,255,.04);
  }

  .footer-block__heading {
    margin-bottom: 12px !important;
  }

  .footer .list-menu__item {
    padding: 6px 0 !important;
  }

  .sa-footer {
    padding: 32px 24px;
  }

.sa-footer-inner {

  flex-direction: row;

  padding: 14px 0 !important;
  align-items: center;
  justify-content: space-between;

  gap: 16px;

  flex-wrap: nowrap;
}

.sa-footer-logo {
  font-size: 22px;
}

.sa-footer-nav {
  gap: 14px;
}

.sa-footer-nav a,
.sa-footer-social a {

  font-size: 10px;

  letter-spacing: .18em;
}

  .sa-footer-nav {
    gap: 18px;
  }
}

@media(max-width:1024px){

.header-mobile--wrapper{
min-height:54px !important;
}

.header-mobile--item{
display:flex;
align-items:center;
}

.header-mobile--item.header-mobile--item-logo{
display:flex;
align-items:center;
justify-content:center;
height:54px !important;
}

.header-mobile--icon{
display:flex;
align-items:center;
height:54px;
}

.header__heading-link{
display:flex;
align-items:center;
height:54px;
}

}

@media(max-width:1024px){

.footer,
.footer .container,
.footer-block{
margin-bottom:0 !important;
padding-bottom:0 !important;
}

}

@media(max-width:1024px){

.template-collection .collection{
margin-bottom:8px !important;
}

}

@media(max-width:1024px){

.sa-collection-hero-inner{
padding-bottom:18px !important;
}

.productGrid{
margin-top:8px !important;
}

}

@media (min-width: 769px) and (max-width: 1024px) {

.header-navigation,
.header-mobile,
.header-mobile-wrapper {

  height: 60px !important;
  min-height: 60px !important;

  padding: 0 20px !important;

  background: rgba(5,5,5,.58) !important;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border-bottom: 1px solid rgba(255,255,255,.04);
}

.header-navigation .header__heading,
.header-navigation .site-logo {

  position: absolute;
  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%) !important;

  margin: 0 !important;
}

.header__heading img,
.site-logo img,
.header__heading-logo img {

  max-width: 136px !important;

  opacity: .92 !important;
}

.header__icon{
transform:scale(.92);
}

.header-mobile--wrapper{
min-height:60px !important;
}

.header-mobile--item{
display:flex;
align-items:center;
}

.header-mobile--item.header-mobile--item-logo{
display:flex;
align-items:center;
justify-content:center;
height:60px !important;
}

.header-mobile--icon{
display:flex;
align-items:center;
height:60px;
}

.header__heading-link{
display:flex;
align-items:center;
height:60px;
}

}

@media(max-width:1024px){

.productView-stickyCart.style-1{

background:rgba(8,8,8,.92) !important;

backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);

border-top:1px solid rgba(255,255,255,.06);

padding:10px 14px !important;
}

.productView-stickyCart.style-1 .sticky-actions .button{

background:#F1F1F1 !important;
color:#0A0A0A !important;

border:none !important;

height:48px !important;

border-radius:6px !important;

font-size:13px !important;
font-weight:700 !important;

letter-spacing:.16em !important;
text-transform:uppercase;

}

.productView-stickyCart.style-1 .wishlist{

background:transparent !important;

border:1px solid rgba(255,255,255,.14) !important;

width:48px !important;
height:48px !important;

border-radius:6px !important;
}

.productView-stickyCart.style-1 svg{
transform:scale(.9);
}

}

@media(max-width:768px){

.empty-add-cart-button-wrapper{

background:rgba(8,8,8,.94) !important;

backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);

border-top:1px solid rgba(255,255,255,.06);

padding:10px 14px !important;
}

.empty-add-cart-button-wrapper .button{

background:#F1F1F1 !important;
color:#0A0A0A !important;

border:none !important;

height:48px !important;

border-radius:6px !important;

font-size:13px !important;
font-weight:700 !important;

letter-spacing:.16em !important;
text-transform:uppercase;

}

.empty-add-cart-button-wrapper .wishlist{

background:transparent !important;

border:1px solid rgba(255,255,255,.14) !important;

width:48px !important;
height:48px !important;

border-radius:6px !important;
}

}

/* CART DRAWER */
.halo-cart-sidebar {
    background: #f3f3f1 !important;
    box-shadow: -8px 0 30px rgba(0,0,0,.08);
}

/* CART TITLE */
.halo-sidebar-header .title {
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* CART COUNT */
.wrapper-cartCount {
    margin-top: 4px;
    opacity: .65;
    font-size: 12px;
}

/* PRIMARY BUTTON */
.halo-cart-sidebar .button--primary,
.halo-cart-sidebar .checkout-button,
.halo-cart-sidebar .button-checkout {
    background: #111 !important;
    color: #f1f1f1 !important;
    border: 1px solid #2a2a2a !important;
    height: 54px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* SECONDARY BUTTON */
.halo-cart-sidebar .button-view-cart {
    background: transparent !important;
    border: 1px solid #1a1a1a !important;
    color: #111 !important;
}

/* CART DRAWER */
.halo-cart-sidebar {
    background: #f3f3f1 !important;
    box-shadow: -8px 0 30px rgba(0,0,0,.08);
}

/* HEADER */
.halo-sidebar-header {
    padding: 22px 24px 20px !important;
    border-bottom: 1px solid #e2e2df;
}

/* TITLE */
.halo-sidebar-header .title {
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* PRIMARY CTA */
.button.button-1.button-checkout {
    background: #111 !important;
    color: #f1f1f1 !important;
    border: 1px solid #2a2a2a !important;
    height: 54px !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* SECONDARY CTA */
.button.button-2.button-view-cart {
    background: transparent !important;
    border: 1px solid #1a1a1a !important;
    color: #111 !important;
}

/* FOOTER MESSAGE */
.sa-cart-message {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 18px;
    letter-spacing: .3px;
}

.previewCartItem {
    padding: 24px 24px 10px !important;
}

.previewCartInfo {
    padding: 0 24px 24px !important;
}

.sa-cart-message {
    color: #666;
    font-size: 11px;
    margin-top: 18px;
    letter-spacing: .2px;
}

/* =========================
   SPOARTIST CART PAGE
========================= */

/* MAIN CART SURFACE */
.template-cart main,
.template-cart .page-content,
.template-cart .main-cart,
.template-cart .cart-container,
.template-cart .halo-page-content,
.template-cart .halo-cart-content {
    background: #efefec !important;
    color: #111 !important;
}

/* OVERALL SPACING */
.template-cart .main-cart,
.template-cart .cart-container {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
}

/* PAGE TITLE */
.template-cart .page-header,
.template-cart .page-title,
.template-cart h1 {
    color: #111 !important;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 14px !important;
}

/* CART WRAPPER */
.template-cart .cart-content-wrapper {
    gap: 40px;
}

/* PRODUCT TABLE HEADER */
.template-cart .cart-header {
    background: transparent !important;
    border-bottom: 1px solid #d9d9d6 !important;
    padding-bottom: 18px !important;
}

.template-cart .cart-header-item {
    color: #666 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px !important;
    font-weight: 600;
}

/* PRODUCT ROW */
.template-cart .cart-item {
    border-bottom: 1px solid #e2e2df !important;
    padding: 30px 0 !important;
    background: transparent !important;
}

/* PRODUCT IMAGE */
.template-cart .cart-item-image {
    border-radius: 2px;
    overflow: hidden;
}

/* PRODUCT TITLE */
.template-cart .cart-item-name,
.template-cart .cart-item-name a {
    color: #111 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.2;
    text-decoration: none !important;
}

/* VARIANT TEXT */
.template-cart .cart-item-variant,
.template-cart .cart-item-vendor {
    color: #666 !important;
    font-size: 13px !important;
    letter-spacing: .3px;
}

/* PRICE */
.template-cart .price,
.template-cart .cart-item-value,
.template-cart .cart-total-value {
    color: #111 !important;
    font-weight: 600;
}

/* REMOVE BUTTON */
.template-cart .cart-remove {
    opacity: .6;
    transition: opacity .2s ease;
}

.template-cart .cart-remove:hover {
    opacity: 1;
}

/* ORDER SUMMARY PANEL */
.template-cart .cart-content-item.cart-total {
    background: #f1f1ef !important;
    border: 1px solid #dfdfdc !important;
    padding: 32px !important;
    border-radius: 2px;
    height: fit-content;
    position: sticky;
    top: 120px;
}

/* SUMMARY TITLE */
.template-cart .cart--totals-title {
    color: #111 !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px !important;
    font-weight: 700;
    margin-bottom: 24px !important;
}

/* TOTAL ROWS */
.template-cart .cart-total {
    border-color: #ddddda !important;
    padding: 14px 0 !important;
}

.template-cart .cart-total-label .text {
    color: #666 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

/* GRAND TOTAL */
.template-cart .cart-total-grandtotal .text {
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* SUBTOTAL LABEL */
.template-cart .cart-total-label {

    color: #7a7a76 !important;

    font-size: 11px !important;
    letter-spacing: 1.5px !important;
}

/* SUBTOTAL VALUE */
.template-cart .cart-total-value {

    font-size: 16px !important;

    font-weight: 500 !important;

    opacity: .72;
}

/* GRAND TOTAL ROW */
.template-cart .cart-total-grandtotal .cart-total-value {

    font-size: 22px !important;

    font-weight: 700 !important;

    opacity: 1 !important;
}

/* PRIMARY CTA */
.template-cart .button.button-1.button-checkout,
.template-cart #cart-checkout {
    background: #111 !important;
    color: #f3f3f1 !important;
    border: 1px solid #111 !important;
    height: 58px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px !important;
    font-weight: 600;
    transition: all .25s ease;
}

.template-cart .button.button-1.button-checkout:hover,
.template-cart #cart-checkout:hover {
    background: #222 !important;
    border-color: #222 !important;
}

/* SECONDARY BUTTON */
.template-cart .button.button-2.button-continue {
    background: transparent !important;
    border: 1px solid #111 !important;
    color: #111 !important;
    height: 54px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px !important;
    font-weight: 600;
}

/* BUTTON SPACING */
.template-cart .cart-actions .action-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

/* FOOTER MESSAGE */
.template-cart .sa-cart-message {
    text-align: center;
    color: #666;
    font-size: 11px;
    letter-spacing: .3px;
    margin-top: 22px;
    line-height: 1.6;
}

/* REMOVE BLACK BACKGROUNDS */
.template-cart .cart,
.template-cart .cart-list,
.template-cart .cart-content-item {
    background: transparent !important;
}

/* MOBILE */
@media (max-width: 768px) {

    .template-cart .cart-container {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .template-cart h1 {
        font-size: 24px !important;
        letter-spacing: 4px;
    }

    .template-cart .cart-content-item.cart-total {
        padding: 24px !important;
        position: relative;
        top: auto;
    }

    .template-cart .cart-item {
        padding: 20px 0 !important;
    }

    .template-cart .cart-item-name,
    .template-cart .cart-item-name a {
        font-size: 18px !important;
    }
}

/* =========================
   CART PAGE BALANCE FIX
========================= */

/* PAGE BACKGROUND */
.template-cart main,
.template-cart .page-content,
.template-cart .main-cart {
    background: #efefec !important;
}

/* DARK HEADER */
.template-cart .header-wrapper,
.template-cart .site-header,
.template-cart .halo-header {
    background: #0f0f0f !important;
}

/* PRODUCT AREA */
.template-cart .cart-content-item {
    background: #f5f5f2 !important;
    border: 1px solid #ddddda !important;
}

/* ORDER SUMMARY PANEL */
.template-cart .cart-content-item.cart-total {
    background: #f7f7f4 !important;
    border: 1px solid #d7d7d3 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.03);
}

/* PRODUCT TITLE */
.template-cart .cart-item-name,
.template-cart .cart-item-name a {
    color: #111 !important;
    font-weight: 700 !important;
}

/* MUTED LABELS */
.template-cart .cart-header-item,
.template-cart .cart-total-label .text {
    color: #6d6d69 !important;
}

/* BUTTONS */
.template-cart #cart-checkout {
    background: #111 !important;
    border: 1px solid #111 !important;
}

.template-cart .button.button-2.button-continue {
    background: transparent !important;
    border: 1px solid #1a1a1a !important;
    color: #111 !important;
}

/* GIVE PAGE BREATHING ROOM */
.template-cart .container {
    max-width: 1440px !important;
}

/* PRODUCT TABLE SPACING */
.template-cart .cart-item {
    padding: 28px 18px !important;
}

/* SUMMARY SPACING */
.template-cart .cart-content-item.cart-total {
    padding: 38px !important;
}

/* FOOTER MESSAGE */
.template-cart .sa-cart-message {
    margin-top: 26px;
    color: #777;
}

.template-cart .cart-content-item {
    max-width: 1000px;
}


/* =========================
   CART HEADER FIX
========================= */

.template-cart .header-navigation,
.template-cart .header-navigation-wrapper,
.template-cart .header-wrapper,
.template-cart .header-hamburger,
.template-cart .header-hamburger--style2 {

    background: #0b0b0b !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    border-bottom: 1px solid rgba(255,255,255,.06);

    position: relative !important;
}

/* REMOVE TRANSPARENT HEADER RULES */
.template-cart .header-navigation:not(.header-hamburger--transparent),
.template-cart .scrolled-past-header .header-hamburger--transparent {
    background: #0b0b0b !important;
}

/* FORCE WHITE ICONS */
.template-cart .header-navigation * {
    color: #fff !important;
    fill: #fff !important;
    stroke: #fff !important;
}

@media (min-width: 769px) {

.template-cart .cart-header,
.template-cart .cart-item {

    display: grid !important;

    grid-template-columns:
        1.9fr
        120px
        180px
        110px
        30px !important;

    align-items: center !important;

    column-gap: 18px !important;
}

/* MOVE QTY AREA SLIGHTLY RIGHT */
.template-cart .cart-item-qty {

    justify-self: center !important;
}

/* TOTAL COLUMN */
.template-cart .cart-item-total {

    justify-self: start !important;
}

/* REMOVE ICON */
.template-cart .cart-item-remove {

    justify-self: center !important;

    opacity: .5;
}

}
/* =========================
   TABLET CART FIX
========================= */

@media (max-width: 1024px) {

.template-cart .cart-content-wrapper {

    display: flex !important;
    flex-direction: column !important;

    gap: 28px !important;
}

.template-cart .cart-content-item,
.template-cart .cart-content-item.cart-total {

    width: 100% !important;
    max-width: 100% !important;
}

.template-cart .cart-content-item.cart-total {

    position: relative !important;
    top: auto !important;
}

}


/* =========================
   MOBILE / TABLET CART FIX
========================= */

@media (max-width: 768px) {

/* TITLE */
.template-cart h1,
.template-cart .page-title {

    font-size: 16px !important;

    letter-spacing: 2px !important;

    line-height: 1.1 !important;

    white-space: nowrap !important;
}

/* STACK PRODUCT ROW */
.template-cart .cart-item {

    display: flex !important;
    align-items: flex-start !important;

    gap: 18px !important;

    padding: 22px 18px !important;
}

/* HIDE DESKTOP HEADER */
.template-cart .cart-header {

    display: none !important;
}

/* PRODUCT IMAGE */
.template-cart .cart-item-image,
.template-cart .cart-item-image img {

    width: 92px !important;
    min-width: 92px !important;

    height: auto !important;
}

/* PRODUCT INFO */
.template-cart .cart-item-details {

    flex: 1;
    display: flex;
    flex-direction: column;

    gap: 10px;
}

/* TITLE */
.template-cart .cart-item-name,
.template-cart .cart-item-name a {

    font-size: 18px !important;
    line-height: 1.2 !important;

    max-width: none !important;

    white-space: normal !important;

    word-break: keep-all !important;

    overflow-wrap: normal !important;
}

/* PRICE */
.template-cart .cart-item-price,
.template-cart .price {

    font-size: 16px !important;
    font-weight: 700 !important;
}

/* QUANTITY AREA */
.template-cart .cart-item-qty {

    margin-top: 4px;
}

/* REMOVE BUTTON */
.template-cart .cart-remove {

    position: absolute;
    right: 18px;
    top: 18px;
}

/* FINAL DETAILS */
.template-cart .cart-content-item.cart-total {

    padding: 28px 22px !important;
}

/* BUTTONS */
.template-cart #cart-checkout,
.template-cart .button.button-2.button-continue {

    width: 100% !important;
}

/* STACK BUTTONS */
.template-cart .cart-actions .action-group {

    display: flex !important;
    flex-direction: column !important;

    gap: 14px !important;
}

}

/* MOBILE BOTTOM SPACE FIX */
@media (max-width: 768px) {

.template-cart .main-cart,
.template-cart .cart-container,
.template-cart .page-content {

    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}

/* REMOVE EXTRA GAP BEFORE FOOTER */
.template-cart .cart-content-wrapper {

    margin-bottom: 0 !important;
}

/* FOOTER */
.template-cart footer {

    margin-top: 0 !important;
}
} 


/* FIX PRODUCT TITLE WIDTH */

.template-cart .cart-item-name,
.template-cart .cart-item-name a,
.template-cart .cart-item-name .text {

    max-width: none !important;
    width: auto !important;

    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

/* PRODUCT INFO COLUMN */
.template-cart .cart-item-block-right {

    min-width: 260px !important;
    width: 100% !important;
    padding-top: 24px !important;
}

/* FIX CART ITEM ALIGNMENT */

.template-cart .cart-item-block {

    display: flex !important;
    align-items: center !important;
}

/* PRODUCT INFO BLOCK */
.template-cart .cart-item-block.cart-item-info {

    align-items: center !important;
}

/* IMAGE/TEXT WRAPPER */
.template-cart .cart-item-wrapper {

    align-items: center !important;
}

/* HIDE DUPLICATE MOBILE PRICE ON DESKTOP */
@media (min-width: 769px) {

.template-cart .cart-item-price.small-screen-visible {
    display: none !important;
}

}

/* CENTER PRODUCT CONTENT VERTICALLY */
.template-cart .cart-item-block-right {
    padding-top: 18px !important;
}

/* =========================
   FINAL CLEAN QUANTITY BOX
========================= */

.template-cart cart-update-quantity {

    width: 124px !important;
    height: 46px !important;

    border: 1px solid #d7d7d3 !important;
    background: #f9f9f7 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    padding: 0 10px !important;

    position: relative !important;
}

/* PLUS / MINUS */
.template-cart cart-update-quantity .btn-quantity {

    width: 28px !important;
    height: 100% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 20px !important;
    line-height: 1 !important;

    color: #222 !important;

    text-decoration: none !important;

    flex-shrink: 0;
}

/* INPUT */
.template-cart cart-update-quantity input {

    width: 36px !important;

    border: none !important;
    background: transparent !important;

    text-align: center !important;

    font-size: 16px !important;
    font-weight: 600 !important;

    padding: 0 !important;
    margin: 0 !important;

    box-shadow: none !important;

    appearance: none !important;
    -webkit-appearance: none !important;
}

/* REMOVE NUMBER ARROWS */
.template-cart cart-update-quantity input::-webkit-outer-spin-button,
.template-cart cart-update-quantity input::-webkit-inner-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

.template-cart .cart-header {

    align-items: center !important;
}

.template-cart .cart-header {

    border-bottom: 1px solid #d9d6d1 !important;

    padding-bottom: 6px !important;

    min-height: auto !important;
}

.sa-footer a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.sa-footer a:hover {
  opacity: 0.65;
}

.sa-footer-logo-img {
  max-height: 42px;
  width: auto;
  display: block;
}

.sa-home-hero-image {
    object-position: 62% center;
}

@media (max-width: 768px) {

  .halo-sidebar-navigation,
  .navigation-mobile,
  .mobile-menu,
  .site-nav-mobile {

    background: #050505 !important;
  }

}
@media (max-width: 768px) {

  .halo-sidebar-header,
  .menu-drawer__header,
  .navigation-mobile-header,
  .mobile-menu-header {

    background: #050505 !important;
    border-color: rgba(255,255,255,.08) !important;
  }

  .halo-sidebar-header *,
  .menu-drawer__header *,
  .navigation-mobile-header * {

    color: rgba(255,255,255,.88) !important;
  }

}

@media (max-width: 768px) {

  .navigation-mobile .menu-lv-item > a,
  .menu-drawer__menu-item {

    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: -.02em !important;

    text-transform: none !important;

    padding: 18px 0 !important;
  }

}

@media (max-width: 768px) {

  .cart-drawer,
  .cart-sidebar,
  .halo-cart-sidebar {

    background: #050505 !important;
    color: rgba(255,255,255,.92) !important;
  }

  .cart-drawer .button,
  .halo-cart-sidebar .button {

    background: #f2ede6 !important;
    color: #050505 !important;
    border: none !important;

    font-weight: 700 !important;
    letter-spacing: .12em !important;
  }

  .cart-drawer .button:hover,
  .halo-cart-sidebar .button:hover {

    opacity: .92;
  }

}

@media (max-width: 768px) {

  .halo-sidebar,
  .halo-sidebar-wrapper,
  .halo-sidebar-content,
  .navigation-mobile-content {

    background: #050505 !important;
  }

}@media (max-width: 768px) {

  .navigation-mobile .menu-lv-item > a {

    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;

    padding: 22px 0 !important;
  }

  .navigation-mobile {

    padding-top: 40px !important;
  }

}

@media (max-width: 1024px) {

  #navigation-mobile,
  #navigation-mobile .halo-sidebar-wrapper,
  #navigation-mobile .site-nav-mobile,
  #navigation-mobile .menu-heading-mobile {

    background: #050505 !important;
  }

  #navigation-mobile a,
  #navigation-mobile .title,
  #navigation-mobile button {

    color: rgba(255,255,255,.92) !important;
  }

}

.navigation_all_mobile,
.nav-all-mobile {
    display: none !important;
}


@media (max-width: 1024px) {

  .productView-nav .slick-counter {
    background: rgba(5,5,5,.78) !important;
    color: rgba(255,255,255,.92) !important;

    border: 1px solid rgba(255,255,255,.08) !important;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: none !important;
  }

  .productView-nav .slick-counter span {
    color: rgba(255,255,255,.92) !important;
  }

  .productView-iconZoom {
    background: rgba(5,5,5,.78) !important;

    border: 1px solid rgba(255,255,255,.08) !important;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: none !important;
  }

  .productView-iconZoom svg,
  .productView-iconZoom .icon {
    fill: rgba(255,255,255,.92) !important;
    color: rgba(255,255,255,.92) !important;
  }

}

.sa-info-manifesto {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 400 !important;
  letter-spacing: 0.06em;

  color: rgba(255,255,255,0.48) !important;

  max-width: 320px;

  text-transform: uppercase;

  font-family: inherit;
}

@media (max-width: 1024px) {

  sticky-add-to-cart,
  .sticky-add-to-cart,
  .product-sticky-form,
  .sticky-atc {

    background: #050505 !important;

    border-top: 1px solid rgba(255,255,255,.06) !important;

    box-shadow: none !important;
  }

  /* Product info */

  sticky-add-to-cart .product-title,
  sticky-add-to-cart .title {

    color: rgba(255,255,255,.82) !important;

    font-size: 14px !important;
    font-weight: 500 !important;
  }

  sticky-add-to-cart .price {

    color: rgba(255,255,255,.48) !important;
  }

  /* Size selector */

  sticky-add-to-cart select,
  sticky-add-to-cart .form-select {

    background: #111 !important;

    color: rgba(255,255,255,.92) !important;

    border: 1px solid rgba(255,255,255,.08) !important;

    min-height: 52px !important;

    box-shadow: none !important;
  }

  /* Button */

  sticky-add-to-cart .button,
  sticky-add-to-cart .product-form__submit {

    background: #f2ede6 !important;
    color: #050505 !important;

    min-height: 52px !important;

    border: none !important;

    font-weight: 700 !important;
    letter-spacing: .12em !important;

    box-shadow: none !important;
  }

}

@media (max-width: 1024px) {

  .productView-stickyCart.style-1 .sticky-actions .button,
  .productView-stickyCart.style-1 .sticky-actions .product-form__submit {

    max-height: unset !important;
    height: 56px !important;
    min-height: 56px !important;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .productView-stickyCart.style-1 .select,
  .productView-stickyCart.style-1 select {

    height: 56px !important;
    min-height: 56px !important;
  }

}

@media (max-width: 1024px) {

  .productView-stickyCart .sticky-left,
  .productView-stickyCart .sticky-info {

    opacity: 1 !important;
  }

  .productView-stickyCart .sticky-title,
  .productView-stickyCart .sticky-title a {

    color: rgba(255,255,255,.74) !important;

    font-size: 15px !important;
    font-weight: 500 !important;

    line-height: 1.2 !important;

    opacity: 1 !important;
  }

  .productView-stickyCart .sticky-price,
  .productView-stickyCart .price {

    color: rgba(255,255,255,.54) !important;

    font-size: 14px !important;

    opacity: 1 !important;
  }

}

/* MOBILE = 1 COLUMN */
@media (max-width: 767px) {

  #main-collection-product-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #main-collection-product-grid > li {
    width: 100% !important;
  }
}


/* TABLET PORTRAIT = 2 COLUMNS */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

  #main-collection-product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


/* TABLET LANDSCAPE = 3 COLUMNS */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  #main-collection-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 767px) {

  .productGrid .product,
  .productGrid.column-2 .product,
  .productGrid.column-3 .product,
  .productGrid.column-4 .product,
  .productGrid.column-5 .product {
      margin-top: 0 !important;
  }

}

@media (max-width: 1024px) {

  .template-collection .wrapper-body {
      padding-bottom: 12px !important;
  }

}

.template-collection .product-item img {
  filter: brightness(1.05) contrast(1.08) !important;
}

@media (max-width: 768px) {

  .sa-collection-hero {
    min-height: 220px;
  }

  .sa-collection-hero-inner {
    padding: 90px 24px 24px;
  }

}

@media (max-width: 768px) {

  .sa-home-culture-content {
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;

    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 56px;

    justify-content: flex-end;

    max-width: 320px;
  }

}