/** Shopify CDN: Minification failed

Line 1199:1 Unexpected "{"

**/
/* =============================================================
   Winter Mother — Global Theme CSS
   Loaded via snippets/stylesheets.liquid on every page.
   ============================================================= */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Kadwa:wght@400;700&display=swap');
/* ── Brand tokens ─────────────────────────────────────────── */
:root {
  --wm-bg: #101010;
  --wm-white: #ffffff;
  --wm-accent: #f97316;
  --wm-text: #c6c6c6;
  --wm-meta: #9c9c9c;
  --wm-footer: #99a1af;
  --wm-border: rgba(255, 255, 255, 0.1);
  --wm-nav-bg: rgba(0, 0, 0, 0.61);
  --wm-radius-card: 0.75rem;
  --wm-radius-nav: 1.125rem;
  --wm-font-body: 'Inter', sans-serif;
  --wm-font-secondary: 'Google Sans', sans-serif;
}
*{
  box-sizing: border-box ;
}
/* ── Base ─────────────────────────────────────────────────── */
body {
  background-color: var(--wm-bg) !important;
  color: var(--wm-text) !important;
  font-family: var(--wm-font-body) !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: var(--wm-font-body) !important;
}
p {
  line-height: 1.813rem;
  margin-bottom: 0;
}

/* ── Layout helpers ───────────────────────────────────────── */

.wm-container {
    max-width: 1440px;
  margin: 0 auto;
  padding-inline: 60px;
  box-sizing: border-box;

}

.section-padding {
  padding-block: 3.563rem;
}

.section-title {
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  font-weight: 700;
  text-align: center !important;
  margin-bottom: 3.313rem;
  color: var(--wm-white);
}

/* ── Hero ─────────────────────────────────────────────────── */
.page--home .hero-wrapper{
  width: 100%;
  aspect-ratio: 1440 / 883; /* ≈ 1.631 */
}
.page--home .hero-wrapper .hero{
  height:100% !important;
  position: relative;
}
.page--home  .hero__content-wrapper {
    justify-content: center;
    width:100%;
    max-width:901px;
    align-items:flex-start !important;
}
.page--home  .hero__content-wrapper .text-block{
  max-width:210ch;
}
.page--home  .hero__content-wrapper .text-block {
  align-items:flex-start !important;
  font-size:22px;
  line-height:34px;
}

.page--home  .hero__content-wrapper h1 {
    font-family: "Kadwa", serif !important;
    font-weight:700 !important;
    font-size:74px;
    line-height:86px;
}
.page--home  .hero__content-wrapper a.button {
   width:191px;
   height:57px;
   display:flex;
   align-items:center;
   justify-content:center;
   font-weight:600;
   font-size:18px;
   line-height:1;
   border-radius:0;
}
.wm-hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ── Nav pill: Horizon transparent header override (desktop ≥990px) ── */
.header__column--right .search-action{
  display:none;
}

.hero__media-wrapper {
  position: relative;
  width: 100%;
  min-height: 36.0625rem;
  overflow: hidden;
}

/* .hero-wrapper:after::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #101010 0%, rgba(16, 16, 16, 0) 40%);
  pointer-events: none;
  z-index: 1;
} */

.hero__media {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__underlay {
    --color-submenu: rgb(0 0 0 / 1.0);
    display: none !important;
}



/* Gradient 1: #101010, opaque at 0%, fades out by 91% */


.header-logo__image{
  width:100% !important;
  height:auto;
}
.header__column--left {
  flex: 0 0 auto;   /* don't grow, don't shrink, base width 153px */
  max-width: 153px;
}

.header__column--right {
  flex: 0 0 auto;    /* grow to fill remaining space */
}


.header[transparent]:not([data-sticky-state='active']) .header__column--right:has(.menu-list__link[aria-haspopup="true"][aria-expanded="true"]) {
    border-radius: var(--wm-radius-nav) var(--wm-radius-nav) 0 0 !important;
}
.mega-menu {
    border-radius: 0 !important;
    
}


/* ── Media card (release / artist) ───────────────────────── */
.wm-swiper {
  margin-inline: auto;
  width: 100%;
}

.wm-media-card {
  width: 100%;
  max-width: 100%;
  aspect-ratio:374/604;
}

.wm-media-card__image {
  overflow: hidden;
  max-width:374px;
  height: auto;
  border-radius: 0;
  margin-bottom: 1.5rem;
}

.wm-media-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 374 / 433;
}

.wm-media-card__date {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--wm-meta);
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: var(--wm-font-secondary) !important;
}
.wm-media-card__date img{
  width:19px;
  height:19px;
  object-fit:contain;
}
.wm-media-card__title {
  font-size: 1.25rem;
  line-height: 2.188rem;
  font-weight: 600;
  margin-top: 0.813rem;
  margin-bottom: 0.69rem;
  color: var(--wm-white);
}

.wm-media-card__text {
  font-size: 1rem;
  line-height: 1.813rem;
  margin-bottom: 1.5rem;
}

.wm-media-card__link {
  color: var(--wm-accent);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-decoration: none;
}

.wm-media-card__link:hover {
  text-decoration: underline;
}

/* ── Footer ───────────────────────────────────────────────── */
.wm-footer {
  border-top: 0.0625rem solid var(--wm-border);
  padding-block: 4rem;
  background-color: #000;
  color: var(--wm-white);
}

.wm-footer__logo {
  max-width: 116px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 2.063rem;
}

.wm-footer__bio {
  color: var(--wm-footer);
  max-width: 43ch;
  font-size: 0.875rem;
}

.wm-footer__socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 23px;
}

.wm-footer__socials a {
  display: flex;
  align-items: center;
  color: var(--wm-footer);
  text-decoration: none;
  transition: opacity 0.2s;
}

.wm-footer__socials a:hover {
  opacity: 0.8;
}

.wm-footer__col-title {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: var(--wm-white);
}

.wm-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wm-footer__links a {
  color: var(--wm-footer);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: color 0.2s;
}

.wm-footer__links a:hover {
  color: var(--wm-white);
}

.wm-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1fr 1.5fr;
  gap: 2rem;
}

.wm-footer__newsletter-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 0;
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.wm-footer__newsletter-input::placeholder {
  color: #6a7282;
}

.wm-footer__newsletter-input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.25);
}

.wm-footer__newsletter-btn {
  width: 100%;
  height: 2.25rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
  background: #fff;
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: 0;
  transition: opacity 0.2s;
   font-family:var(--wm-font-body) !important ;
}

.wm-footer__newsletter-btn:hover {
  opacity: 0.9;
}

.wm-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 3.75rem;
  padding-top: 1.25rem;
  font-size: 0.875rem;
  color: #6a7282;
  flex-wrap: wrap;
  gap: 1rem;
}

.wm-footer__bottom-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.wm-footer__bottom-links a {
  color: #6a7282;
  text-decoration: none;
  transition: color 0.2s;
}

.wm-footer__bottom-links a:hover {
  color: var(--wm-white);
}

/*----------- Newsletter ----------*/
.wm-newsletter-message {
    margin-top: 12px;
    font-size: 14px;
}

.wm-newsletter-message.success {
    color: #28a745;
}

.wm-newsletter-message.error {
    color: #dc3545;
}

/* ── About page ───────────────────────────────────────────── */

section.wm-about h2.section-title {
    margin-bottom: 73px;
}
.wm-about__image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px;
  align-items: start;
}

.wm-about__text-col p {
  font-size: 1rem;
  line-height: 1.813rem;
  padding-left: 0;
}

.wm-about__full-text {
  max-width: 100%;
  margin: 0 auto;
  text-align:center;
}

.wm-about__full-text p {
  font-size: 1rem;
  line-height: 1.813rem;
  margin-bottom: 2rem;
}

.wm-about__full-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── Contact page ─────────────────────────────────────────── */
.wm-contact-hero {
  position: relative;
  width: 100%;
  min-height: 36.0625rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.wm-contact-hero__content {
  position: relative;
  z-index: 2;
  padding: 3rem 60px 4rem;
  max-width: 1568px;
  margin-inline: auto;
  width: 100%;
}

.wm-contact-hero__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--wm-white);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.wm-contact-hero__subtitle {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--wm-text);
  max-width: 600px;
  margin-bottom: 2.5rem;
}

.wm-submission-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 700px;
}

.wm-submission-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}

.wm-submission-card__icon img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.wm-submission-card__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--wm-white);
  margin-bottom: 0.25rem;
}

.wm-submission-card__desc {
  font-size: 0.75rem;
  color: var(--wm-meta);
  line-height: 1.4;
}

.wm-submission-form {
  padding-block: 3.563rem;
}

.wm-form-container {
  max-width: 860px;
  margin-inline: auto;
  padding-inline: 60px;
}

.wm-field-wrap {
  margin-bottom: 1.25rem;
}

.wm-field {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 0;
  color: var(--wm-white);
  font-size: 1rem;
  font-family: var(--wm-font-body);
  border-radius: 0;
  transition: border-color 0.2s;
}

.wm-field::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.wm-field:focus {
  outline: none;
  border-bottom-color: var(--wm-accent);
}

.wm-textarea {
  min-height: 120px;
  resize: vertical;
}

.wm-submit-btn {
  background: var(--wm-accent);
  color: var(--wm-white);
  border: none;
  padding: 0.875rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0.25rem;
  transition: opacity 0.2s;
}

.wm-submit-btn:hover {
  opacity: 0.9;
}

.wm-contact-bar {
  background: rgba(255, 255, 255, 0.03);
  border-block: 1px solid var(--wm-border);
  padding-block: 1.5rem;
}

.wm-contact-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1568px;
  margin-inline: auto;
  padding-inline: 60px;
}

.wm-contact-bar__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--wm-text);
  font-size: 0.9375rem;
}

.wm-contact-bar__item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.wm-contact-bar__divider {
  width: 1px;
  height: 1.5rem;
  background: var(--wm-border);
}

/* ── Releases page ────────────────────────────────────────── */
.wm-featured-releases .wm-container,
.wm-featured-artists .wm-container {
  max-width: 100% !important;
  padding-inline: 0;
}
.wm-releases-swiper {
  overflow: visible;
  padding-inline: calc(50% - 40px); /* adjust 620px = half of your desired visible content width */
}
.wm-releases-card__image {
  overflow: hidden;
  border-radius: var(--wm-radius-card);
  margin-bottom: 1rem;
  aspect-ratio: 374 / 433;
  background: #1e1e1e;
}

.wm-releases-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-releases-card__body {
  padding: 0;
}

.wm-releases-card__pricing {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-block: 0.5rem;
}

.wm-price-sale {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--wm-white);
}

.wm-price-original {
  font-size: 0.9rem;
  color: var(--wm-meta);
  text-decoration: line-through;
}

.wm-cart-btn {
  background: var(--wm-accent);
  color: var(--wm-white);
  border: none;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.wm-cart-btn:hover {
  opacity: 0.9;
}
.header__column--right header-actions {
    margin-inline-start: 0 !important;
    align-items: center !important;
    gap:22px;
}

    .page--inner .hero:not(.contact-hero) {
    height: 374px !important;
    background: transparent;
    min-height: unset;
}
 .page--inner .contact-hero{
  height:fit-content;
    min-height:549px !important;
 }

.hero__media-grid .overlay {
    display: none !important;
}

/* Force the submenu container to maintain its correct positioning context */
/* .menu-list__submenu{
  clip-path:none !important;
  min-height:500px !important;
} */

 .menu-list__submenu-inner{
 height:auto !important;
 overflow-y:scroll;
}

.mega-menu__grid {
  grid-column: 1 / -1;
  gap:0 !important;
}
.menu-list__link[aria-haspopup=true] {
    display: inline-flex!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
    align-items: center!important;
    justify-content: flex-start!important;
    white-space: nowrap!important;
    gap: 8px!important;
}
.menu-list__link[aria-haspopup=true] .menu-list__link-title {
    margin: 0!important;
    flex: 0 0 auto!important;
}
.mega-menu {
   width: 100% !important;
    height: auto;
     background-color: rgba(0,0,0,0.85) !important;
    border:1px solid #333;
    border-radius: 20px;
    padding: 15px 25px;
    box-sizing: border-box;
    transition:none !important;
}

/* Grid layout - 6 per row */
.mega-menu__column {
    grid-column: span 6 !important;
    display: grid !important;
    /* grid-template-columns: subgrid !important; */
}

/* Remove default li bullet/margin if still present */
.mega-menu__column {
    list-style: none !important;
    margin: 0 !important;
}

/* Each artist link */
.mega-menu__link {
    display: inline-block !important;
    border-radius: 10px !important;
    color: #D4D4D4;
    text-decoration: none !important;
    white-space: normal !important;
   padding:9px 14px !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
    
}

/* Hover state - orange pill */
.mega-menu__link:hover {
    background-color: #f26522 !important;
    color: #ffffff !important;
    
}

/* Active / current page state - the orange pill */
/* .mega-menu__link.mega-menu__link--active,
.mega-menu__column > div:has(.mega-menu__link[aria-current="page"]) .mega-menu__link {
    background-color: #f26522;
    color: #ffffff;
    font-weight: 700;
} */

.menu-list__link[aria-haspopup="true"]::after {
    content: "" !important;
    position: static !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid currentColor !important;
    flex-shrink: 0 !important;
    transform: none !important;
    transition: transform 0.2s ease !important;
}

.menu-list__link[aria-haspopup="true"][aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
} 
.header-actions__cart-icon .cart-bubble {
    position: absolute;
    width: auto !important;
    top: 0 !important;
    right: 0 !important;
    overflow: visible !important;
}
.media-card-title {
  font-size: 1.25rem; /* 20px */
  line-height: 2.188rem;
  font-weight: 600;
  margin-top: 0.813rem; /* 13px */
  margin-bottom: 0.69rem; /* 11px */
  color: var(--wm-white);
}
.header-logo__image-container {
    max-width:100% !important;
    height: auto !important;
    min-width:unset !important;
}
.header-logo__image-container img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 116/103;
    object-fit:contain;
}

.header-menu .menu-list {
  height: auto;
  display: flex !important;
  align-items: center;
}

header-actions{
  flex-direction:row-reverse !important;
}
.wm-swiper{
  max-width:100% !important
}
li.mega-menu__column.mega-menu__column--span-1 {
    grid-column: span 1 !important;
    display: grid !important;
    margin: 0 !important;
    justify-content: start;
    text-align:left;
}


/* Ensure the cart icon container matches the desired icon size */
.header-actions__cart-icon {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible; /* Prevent cropping of the absolute positioned bubble */
}



/* Improve cart bubble visibility and prevent cropping */
.cart-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px; /* Ensure a minimum clickable/visible area */
  min-height: 16px;
  font-size: 10px; /* Adjust font for smaller footprint */
  position: absolute;
  top: -4px;      /* Shift bubble outside the 24x24 box to avoid overlapping icon */
  right: 10px;
  padding: 2px;
  border-radius: 50%;
  z-index: 1;
}
.position-relative{
  position:relative;
}
.swiper-button-prev, 
.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background: #fff !important;
    color: #000 !important;
    border-radius: 50% !important;
}
.swiper-button-prev:after,.swiper-button-next:after {
    font-size:20px !important;
    font-weight:bold;
}
.swiper-button-prev:hover:after,.swiper-button-next:hover:after{
  transform:scale(1.1);
  transition:0.3s ease;
}
.swiper-btns {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: red;
    position: absolute;
    right: 12px;
    top: 16px;
}
/* dont remove -testing code*/
/*
.page--home .hero {
    position: relative;
    height: 577px;
    background: url(https://cdn.shopify.com/s/files/1/0951/7334/5569/files/banner_image_one.jpg?v=1784893090);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
   
}
.page--inner .hero {
    position: relative;
    height: 374px;
    background: url(https://cdn.shopify.com/s/files/1/0951/7334/5569/files/short_banner_one.jpg?v=1784893587);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
 
}
@media(max-width:767px){
  .page--home .hero {
      height: auto;
    background: url(https://cdn.shopify.com/s/files/1/0951/7334/5569/files/home-mobile-banner.jpg?v=1784894149);
  }
  .page--inner .hero {
    height: auto;
    background: url(https://cdn.shopify.com/s/files/1/0951/7334/5569/files/inner_mobile_banner.png?v=1784894150);

}
}
*/
/*end of testing code*/

.hero__media-grid {
  position: relative; /* establish stacking context if not already set */
}

.hero__media-grid::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.35) 35%,
    rgba(0, 0, 0, 0) 65%
  );
  pointer-events: none; /* let clicks pass through to whatever's beneath */
  z-index: 1;
}

.hero__content-wrapper {
  position: relative;
  z-index: 2; /* ensure text sits above the shadow overlay */
}
.header__column .header-actions__action,
.header__column header-menu,
.header__column .header__icon--menu {
  opacity: 1 !important;
}

.header__column--right header-actions{
  height:100% !important;
}
.account-button {
    min-width: 0 !important;
    width:24px !important;
}
.cart-items__details a {
    text-decoration: none;
    color: #fff !important;
}

.cart-items__unit-price-wrapper span:nth-child(2){
  color:#f97316;
}
.quantity-selector-wrapper{
  background-color:#fff !important;
  border-radius:12px;
}
.cart-discount__input{
  background-color:#fff !important;
}
.compare-at-price {
    color: #8f8f8f !important;
    opacity: 1;
}
.menu-list__link.artist-highlight,
.menu-list__link.artist-highlight .menu-list__link-title {
  color: #fff !important;
  transition: color 0.3s ease;
}
/*cartcss*/
.cart-totals__total-value {
    font-weight: bold;
    color:#fff !important;
}
button.header-actions__action {
    overflow: visible !important;
}
.header-actions__cart-icon .cart-bubble {
    right: -6px !important;
    top: -5px !important;
}
.media-card-date {
  font-size: 12px !important;
   margin-bottom: 14px !important;
}
.mega-menu__grid {
    grid-template-columns: 1fr !important;
}
.mega-menu__list {
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    grid-column: 1 !important;
}
.mega-menu__column{
  grid-column:span 1 !important;
  margin-right:0 !important;
}
.mega-menu__column ul{
  display:grid;
  grid-template-columns:repeat(2,1fr) !important;

}
.header__navigation-bar-row{
  display:none !important;
}
.page--home  .hero__content-wrapper p {
    font-size: 22px !important;
    line-height: 34px;
    font-family: "Google Sans", sans-serif !important;
}
.text-block--AcjFZcHI5eGdDMVJlZ__text_tqQTNE{
  margin:0 auto !important;
}
.text-block--AcjFZcHI5eGdDMVJlZ__text_tqQTNE p {
    font-size: 35px!important;
    line-height: 35px!important;
    font-weight: 700!important;
    color: #fff!important;
    font-family: Inter,sans-serif!important;
  
}
.wm-footer__socials a img {
    width: 20px;
    height: auto;
}

.menu-list__list-item:not([slot=overflow]) {
    flex-direction: column;
    height: 68px !important;
}
/* ── Responsive ───────────────────────────────────────────── */


@media(min-width:1441px){
  .media-card-image,
   .header__row,
  .wm-container,
  .wm-media-card__image,
  .hero__container{
    max-width:100% !important;
  }
}
@media screen and (min-width: 768px) {
  .hero__container {
  position: relative;
  height:100% !important;
  display:block !important;
  max-width:1440px;
  padding-inline:60px;
}
  .header-menu__inner {
    display: flex;
    align-items: center;
  }
   .header__row{
    width:100%;
    max-width: 1440px;
  margin: 0 auto !important;
  padding: 26px 60px 0;
  display:flex !important;
}
.header__row .header__columns{
  width:100%;
  display:flex !important;
  justify-content:space-between !important;
  padding-block:0 !important;
}
.header__columns .header-logo {
    width: 116px !important;
    height: 103px !important;
    display: block !important;
}

.header__column--right {
    background: var(--wm-nav-bg);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    border-radius: var(--wm-radius-nav);
    padding: 0 2.125rem;
    gap: 0;
    width:fit-content !important;
    min-width: 752px;
   height: 4.25rem !important;
  }
 
.header__column--right .menu-list__link {
    color: #cbcbcb;
    font-size: 1.125rem;
    font-weight: 500;
  }

   .header__column--right .menu-list__link:hover {
    color: #ffffff;
    transition-delay:none !important;
  }
  .header__column--right{
    justify-content:space-between !important;
  }
  
.menu-list__link-title {
    padding-inline: 0 !important;  
}
.header__column--right .overflow-menu::part(list) {
  display:flex;
  gap: 53px;
}
.overflow-menu ul{
  height:auto;
}

.account-button,
.header-actions__action {
    margin: 0 !important;
    padding: 0 !important;
    gap:0 !important;
  } 
  .mega-menu__column:not(:last-of-type) {
  border-right: 1px solid #6d6d6dff;
  padding-right: 10px;
  margin-right: 10px;
}
 .mega-menu__link--parent{
  color:#F97316 !important;
  font-size:16px !important;
  line-height:18px;
  font-weight:bold !important;
  margin-bottom:29px;
 }
.mega-menu__link:not(.mega-menu__link--parent){
  color:#D4D4D4 !important;
  font-size:14px !important;
  line-height:18px !important;
  font-weight:600 !important;
  margin-bottom:15px;
 }

}
@media (max-width: 992px) {
  .wm-container {
    padding-inline: 21px;
  }
  .section-title {
    font-size: 1.563rem;
    line-height:1.24;
    margin-bottom: 1.688rem;
  }

  .wm-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .wm-about__text-col p {
    padding-left: 0;
  }

  .wm-submission-cards {
    grid-template-columns: 1fr;
  }

  .wm-contact-hero__content {
    padding-inline: 30px;
  }

  .wm-form-container {
    padding-inline: 30px;
  }

   .wm-about__image-text {
    gap: 20px 0!important;
    grid-template-columns: 1fr;
}
.contact-hero__content{
  padding:0px !important;
}
.submission-card {
    padding: 10px !important;
    min-height: 115px !important;
    gap: 7px !important;
}
.wm-about__full-text,
.wm-about__full-image,
 {
    margin-top: 20px !important;
}

}
@media(min-width:768px) and (max-width:1024px){
  .wm-about__full-text{
     margin-top:20px !important; 
  }
  .section-padding,
  .wm-footer {
    padding-block: 2rem !important;
}
   .header__row,
   .hero__container {
      max-width:100%;
      padding-left: 30px !important;
      padding-right: 30px !important;
     }
     .wm-about__image-text{
      gap:40px !important;
     }
     .header__column--left {
    flex: 0 0 auto;
    max-width: 100px;
    }
    .header__columns .header-logo{
      width:100px !important;
      height:auto !important;
    }
     .header-logo__image-container{
      width:auto !important;
      min-width:1px !important;
     }
     .menu-list__link-title {
    font-size: 1.8vw;
}
.media-card-title {
    font-size: 2.3vw !important;
    line-height: 1.5 !important;
}
span.price-sale {
    font-size: 2.5vw !important;
    line-height: 1 !important;
}
.media-card-action .cart-btn--icon {
    width: 35px !important;
    height: 35px !important;
}
.wm-media-card__title {
    font-size: 2.5vw;
    line-height: 1;
}
.wm-media-card__link{
  font-size:1.9vw;
}
.header__column--right {
    justify-content: space-between !important;
    min-width:1px !important;
    flex: 0 0 auto;
  max-width:100% !important;
}
.header__column--right .overflow-menu::part(list) {
    justify-content: space-between !important;
    gap: 30px !important;
}
.mega-menu {
    width: 100% !important;
    height: 100%;
   padding: 10px 5px;
}
  .mega-menu__link:not(.mega-menu__link--parent) {
    margin-bottom: 10px;
}
.mega-menu__link--parent{
  margin-bottom:5px !important;
}
.mega-menu__column:not(:last-of-type){
  padding-right:0;
}
.page--home .hero__content-wrapper h1 {
    font-size: 40px;
    line-height: 1.3;
    max-width: 23ch;
}
.page--home  .hero__content-wrapper p {
    font-size: 19px !important;
    line-height: 1.5;
}
.section-title {
    font-size: 1.763rem;
    line-height: 1.24;
  }
  .px-21{
    padding:0 !important;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 32px 21px;
  }

  .wm-swiper {
    overflow: hidden;
    padding-inline: 15px;
  }

  .wm-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 40px 21px !important;
    transform: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .wm-swiper .swiper-slide {
    width: auto !important;
    height: auto !important;
    margin-right: 0 !important;
  }

  .wm-footer__grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 3.375rem;
  }

  .wm-footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wm-footer__bottom-links {
    gap: 1rem;
    justify-content: center;
  }

  .wm-about__image-text {
    grid-template-columns: 1fr;
  }

  .wm-contact-bar__inner {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding-inline: 21px;
  }

  .wm-contact-bar__divider {
    display: none;
  }

  .wm-form-container {
    padding-inline: 21px;
  }

  .wm-contact-hero__content {
    padding-inline: 21px;
    padding-bottom: 2rem;
  }

  .wm-submission-cards {
    max-width: 100%;
  }
  #header-component[data-menu-style=menu] :is(.header-menu,.dropdown-localization) {
    display: flex;
    align-items: center;
}
header-component#header-component {
    background-color: rgba(0, 0, 0, 0.61) !important;
    height: 68px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.375rem;
     max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius:10px;
}
#header-component[data-menu-style=drawer] .header__columns {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;  
}
.wm-media-card__title{
  font-size:1.125rem;
  line-height:2.188rem;
  line-height:1.425rem;

}
.wm-media-card__text{
  font-size:0.875rem;
  line-height: 1.5rem;
  height: 18ch;
  margin-bottom: 0 !important;
}
.wm-footer__brand {
    grid-column: 1/-1;
}
.wm-media-card__link{
  font-size:1.063rem;
  line-height:1;
}
.wm-footer__grid div:last-of-type {
    grid-column: 1/-1;
}
.wm-footer__newsletter-btn{
  font-family:var(--wm-font-body) ;
}
.wm-footer__grid > *:nth-child(1) {
  order: 1; /* Latest Releases moves to right */
}
.wm-footer__grid > *:nth-child(2) {
  order: 2; /* Latest Releases moves to right */
}

.wm-footer__grid > *:nth-child(3) {
  order: 1; /* Quick Links moves to left */
}
.wm-footer__grid > *:nth-child(4) {
  order: 4; /* Latest Releases moves to right */
}
.wm-footer__bottom span {
  order: 2; /* copyright goes below */
}

.wm-footer__bottom-links {
  order: 1; /* links go on top */
}
.hero__media-grid::after {
  
   background: linear-gradient(
      to top,
      #101010 0%,
      #000000 2%,
      rgba(0, 0, 0, 0) 85%
    );

}
.wm-media-card__date{
  font-size:0.75rem;
  line-height:0.75rem;
}
.wm-media-card__date img {
    width: 0.875rem;
    height: 0.875rem;
  }
  .wm-releases-swiper {
    padding-inline: 40px; /* smaller peek amount on mobile */
  }
  .wm-about__full-text,
  .wm-about__full-image{
    margin-top:32px !important;
  }
  .wm-about__image-text{
    gap:32px;
  }
  .wm-footer {
    padding-block: 52px;
}
section.wm-about h2.section-title {
    margin-bottom: 28px !important;
}
.header__column.header__column--right {
    display: flex !important;
    gap:22px;
}
.page--home .hero{
  min-height:670px !important;
}

.menu-drawer__menu-item-text {
    font-size: 1.2rem;
}
}

@media(max-width:767px){
 .hero__container{
  padding-block:0 !important;
 }
.header__icon--menu {
  width:39px;
  height:24px;
}
.header__icon{
  margin-right:-10px !important;

}
.header__column.header__column--right{
  gap:15px !important;
}
.media-card-image,
.wm-media-card__image{
    width:100% !important;
    height:217px !important;
    overflow:hidden !important;
  margin-bottom:21px !important;
}
.media-card-image img,
.wm-media-card__image img{
   max-width:100% !important;
    height:100% !important;
    aspect-ratio: 188 / 217 !important;
    object-fit:cover !important; 
}
.media-card-pricing,
.media-card-title{
  margin-block:8px !important;
}

.media-card-pricing,
.price__sale{
  display:flex;
  align-items:center;
  gap:11px !important;
}
.button.cart-btn{
  margin-top:18px !important;
  width:129px !important;
}
.header__column--right header-actions{
  gap:8px !important;
}
.page--inner .hero {
    height: auto !important;
    min-height: 374px !important;
}
.px-21{
  padding-inline:0 !important;
}
.product-information {
    padding-top: 0 !important;
}
.card-gallery {
    width: auto !important;
    height: 217px !important;
}
.product-information--media-left .group-block{
  padding-bottom:0 !important;
}
.section-resource-list{
  padding-top:0 !important;
}
 .section-resource-list .product-media-container{
   width:100% !important;
height:217px !important;
}
.product-information__media {
    padding: 0 22px !important;
}
.product-information__media .product-media{
  max-height:400px !important;
}
.product-media__image {
    border-radius: 0px;
}
.product-information .group-block-content h1{
  color:#fff !important;
  font-weight:700 !important;
  font-size: 27px !important;
}
.product-information .group-block-content {
    gap: 7px !important;
   
}
.product-card__content .text-block:not(.price){
  color:#fff !important;
}
.price__sale .price-item__group:first-of-type {
    color: #f97316;
    font-size: 22px !important;
}
.compare-at-price {
    color: #8f8f8f;
    font-size: .938rem;
    line-height: 1.125rem;
    text-decoration: line-through;
}
.product-card__content p[role='heading']{
  font-size:17px !important;
  font-weight:700 !important; 
}
.quick-add__button.add-to-cart-button {
    border: 1px solid #000;
}
.variant-option__button-label__pill {
          border-color: #f97316 !important;
    background: #f97316 !important;
    }
    
  .product-form-buttons{
    gap:10px 6px !important;
  }
  .slideshow-controls__thumbnails {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)) !important;
    width:100% !important;
    gap: 10px !important;
    padding-inline:0 !important;
}
.media-gallery__mobile-controls[thumbnails] .slideshow-controls__thumbnail {
    width: 100% !important;
    height: 67px !important;
    border-radius: 0px;
}
.slideshow-controls__thumbnails .slideshow-control img {
    border-radius: 0 !important;
}
.slideshow-controls__thumbnail[aria-selected="true"]{
  border:1px solid #f97316 !important;
  outline:none !important;
}
button.button.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 20;
  color: white;
}

.menu-drawer svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: currentcolor;
  stroke: currentcolor;
  min-width: 20px;
}
.menu-drawer__menu.has-submenu {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.product-information .price__sale{
  margin-top:0;
}
span.price-sale{
  font-size:20px !important;
}
.wm-footer__logo{
  max-width:99px;
}
.header-logo {
    max-width: 76px;
}
.page--home  .hero__content-wrapper h1 {
    font-size: 40px;
    line-height: 1.3;
}
.page--home  .hero__content-wrapper p {
    font-size: 22px;
    line-height: 1.5;
    max-width:452px !important;
    width:100%;
    color:#DBDBDB;
    font-family: "Google Sans", sans-serif !important;
}
.page--home  .hero__content-wrapper {
    display: flex !important;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    align-items: flex-start !important;
    gap: 15px;
    padding-block: 0 47px;
    padding-inline: 7px;
}
.page--home .hero__content-wrapper a.button{
   width:100%;
   max-width:161px;
   height:auto;
}
.wm-footer__logo{
  margin-bottom:24px;
}
.header__row{
  padding:0 10px;
}
.page--home  .hero__content-wrapper p 
{
    font-size: 22px !important;
    line-height: 34px;
}
.menu-drawer__menu-item--parent .menu-drawer__menu-item-text {
    font-size: 1rem;
}

/* Grandchildren (artist names) get a smaller size */
.menu-drawer__menu--grandchildlist .menu-drawer__menu-item--child .menu-drawer__menu-item-text {
    font-size: 0.95rem;
}
}
@media(max-width:375px){
  .wm-media-card__text{
    min-height:20ch !important;
    height:auto;
  }
  .wm-media-card__link {
    font-size: 13px;
    line-height: 1;
}
span.price-sale {
    font-size: 1.185rem !important;
    line-height: 1.2;
}
.section-title {
    font-size: 1.263rem !important;
}
.product-information .group-block-content h1{
  font-size:23px !important;
}
.page--home  .hero__content-wrapper h1 {
    font-size: 34px;
    line-height: 1.3;
}
.page--home  .hero__content-wrapper p {
    font-size: 17px;
    line-height: 1.5;
}
}
