/** Shopify CDN: Minification failed

Line 277:19 Unexpected "*"

**/
/* S6X / Sex Studios — Minimalist Theme Overrides
   Inspired by Supreme × Yeezy aesthetic */

/* ============================================
   TYPOGRAPHY — Clean, sharp, no frills
   ============================================ */
body,
.button,
input,
textarea,
select {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

/* ============================================
   GLOBAL — Stripped back, raw
   ============================================ */
* {
  border-radius: 0 !important;
}

body {
  background: #fff;
  color: #000;
}

/* Remove all shadows */
.card,
.button,
input,
.header,
.cart-drawer {
  box-shadow: none !important;
}

/* ============================================
   HEADER — Supreme-style minimal
   ============================================ */
.header {
  padding: 12px 0;
  border-bottom: 1px solid #000;
}

.header__heading-logo-wrapper img,
.header__heading-logo-image {
  max-height: 40px;
  width: auto;
}

.header__heading-link {
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Nav links — tight, uppercase, small */
.header__menu-item,
.list-menu__item {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.header__menu-item:hover,
.list-menu__item:hover {
  opacity: 0.6;
}

/* ============================================
   HERO / IMAGE BANNER
   ============================================ */
.banner {
  min-height: 70vh;
}

.banner__content {
  max-width: 600px;
}

.banner__heading {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

/* ============================================
   PRODUCT GRID — Clean, tight, Supreme-style
   ============================================ */
.card-wrapper {
  position: relative;
  overflow: hidden;
}

.card__heading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card__information {
  padding: 8px 0;
}

.price {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

/* Hover zoom on product images */
.card-wrapper:hover .card__media img {
  transform: scale(1.03);
  transition: transform 0.4s ease;
}

.card__media img {
  transition: transform 0.4s ease;
}

/* ============================================
   PRODUCT PAGE — Large imagery, minimal info
   ============================================ */
.product__title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.product__text {
  font-size: 13px;
  line-height: 1.6;
}

/* Buy button — bold, full width, black */
.product-form__submit {
  background: #000 !important;
  color: #fff !important;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 16px 32px;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
}

.product-form__submit:hover {
  opacity: 0.8;
  background: #000 !important;
}

/* Variant picker — clean pills */
.variant-input__label {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 8px 16px;
}

/* ============================================
   BUTTONS — Flat, black, sharp
   ============================================ */
.button,
.shopify-payment-button__button {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  transition: all 0.2s;
}

.button:hover,
.shopify-payment-button__button:hover {
  background: #fff;
  color: #000;
}

.button--secondary {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.button--secondary:hover {
  background: #000;
  color: #fff;
}

/* ============================================
   FOOTER — Minimal, Yeezy-clean
   ============================================ */
.footer {
  border-top: 1px solid #000;
  padding: 40px 0 20px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer__content-bottom {
  font-size: 10px;
  color: #666;
}

/* ============================================
   CART — Clean
   ============================================ */
.cart-item__name {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* ============================================
   ANNOUNCEMENT BAR
   ============================================ */
.announcement-bar {
  background: #000;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 0;
}

/* ============================================
   MISC — Remove Dawn defaults that feel generic
   ============================================ */

/* Kill scroll animations for the raw feel */
.scroll-trigger.animate--slide-in,
.scroll-trigger.animate--fade-in {
  opacity: 1 !important;
  transform: none !important;
}

/* Links — no underline, just opacity hover */
a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/* Section spacing — tighter */
.section-template--*-padding {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Collection title */
.collection-hero__title {
  font-size: clamp(1.5rem, 4vw, 3rem);
  text-transform: uppercase;
  font-weight: 900;
}

/* Search */
.predictive-search {
  border: 1px solid #000;
}

/* Hide geolocation app language/currency selector */
.disclosure-has-popup,
localization-form,
.header__localize,
[data-disclosure],
.localization-selector,
.localization-form {
  display: none !important;
}

/* Mobile menu */
.menu-drawer {
  background: #fff;
}

.menu-drawer__menu-item {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
