@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* karla-regular - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-regular.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-500 - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-500.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-600 - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-600.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* karla-italic - latin-ext_latin */
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/static/fonts/karla-v14-latin-ext_latin-italic.woff2") format("woff2"), url("/static/fonts/karla-v14-latin-ext_latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-600 - latin-ext_latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/static/fonts/public-sans-v4-latin-ext_latin-600.woff2") format("woff2"), url("/static/fonts/public-sans-v4-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* public-sans-800 - latin-ext_latin */
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/static/fonts/public-sans-v4-latin-ext_latin-800.woff2") format("woff2"), url("/static/fonts/public-sans-v4-latin-ext_latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Tiempos Text";
  font-style: normal;
  src: url("/static/fonts/TiemposTextWeb-Regular.eot") format("eot"), url("/static/fonts/TiemposTextWeb-Regular.woff") format("woff"), url("/static/fonts/TiemposTextWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Tiempos Text";
  font-style: italic;
  src: url("/static/fonts/TiemposTextWeb-RegularItalic.eot") format("eot"), url("/static/fonts/TiemposTextWeb-RegularItalic.woff") format("woff"), url("/static/fonts/TiemposTextWeb-RegularItalic.woff2") format("woff2");
}
body {
  font-family: Karla, sans-serif;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: 400;
}

button, input, select, textarea {
  font-family: Karla, sans-serif;
}

a {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}

button {
  color: inherit;
}

h1, h2, h3, h4 {
  font-family: "Public Sans", sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  font-weight: 800;
  font-size: 28px;
}

:root {
  --loading-size: 120px;
  --loading-scale: 0.5;
  --loading-border: 0.11;
}

.loading {
  border-radius: 50%;
  width: var(--loading-size);
  height: var(--loading-size);
}

.loading {
  position: relative;
  text-indent: -9999em;
  margin: 0 auto;
  --loading-border-c: calc(var(--loading-border) * var(--loading-size));
  border-top: var(--loading-border-c) solid transparent;
  border-right: var(--loading-border-c) solid black;
  border-bottom: var(--loading-border-c) solid transparent;
  border-left: var(--loading-border-c) solid black;
  scale: var(--loading-scale);
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cookies {
  background: black;
  color: white;
  border-bottom: 1px solid white;
  max-width: none;
  font-size: 14px;
  padding: 8px 0;
}
.cookies__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 4px 12px;
  display: flex;
  justify-content: stretch;
  align-items: center;
  font-weight: 300;
  gap: 8px;
}
.cookies__inner--advanced:not(.cookies__inner--visible) {
  display: none;
}
.cookies__text {
  flex: 1 1 auto;
  align-self: flex-start;
}
.cookies__text span, .cookies__text a {
  white-space: nowrap;
}
.cookies a {
  color: white;
}
.cookies__buttons {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.cookies__accept {
  background: white;
  color: black;
  margin: 0;
  flex: 0 0 auto;
  padding: 0.4em;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}
.cookies__accept--less {
  font-size: 14px;
}
.cookies__more {
  background: black;
  color: white;
  margin: 0;
  padding: 4px;
  border: 0;
  flex: 0 0 auto;
  cursor: pointer;
}
.cookies__more svg {
  width: 16px;
  height: 16px;
}
.cookies__spacer {
  flex: 1 2 auto;
}
@media (max-width: 896px) {
  .cookies__inner {
    flex-direction: column;
  }
  .cookies__inner span {
    white-space: normal;
  }
  .cookies__inner--advanced {
    align-items: flex-start;
  }
  .cookies__inner:not(.cookies__inner--advanced) {
    align-items: flex-end;
  }
}

.form h1 {
  color: #333;
}
.form label {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.form label span {
  margin: 0 8px;
}
.form input, .form button {
  font-size: 18px;
  padding: 8px 10px;
  border: 1px solid #000;
  border-radius: 4px;
}
.form input {
  width: 100%;
  margin: 0 8px 8px;
}
.form input::placeholder {
  color: #bbb;
}
.form button {
  margin: 16px 8px;
  background: #fff;
}
.form textarea {
  font-size: 16px;
  padding: 8px 10px;
  margin: 0 8px 8px;
  border: 1px solid #000;
  border-radius: 4px;
}
.form__error {
  text-align: center;
  font-weight: bold;
  margin: 8px;
}
.form__error {
  color: black;
}
.form__success {
  color: #57ee81;
}

.header-container {
  position: relative;
}
@media (max-width: 500px) {
  .header-container {
    height: 45px;
  }
}

.header {
  display: flex;
  align-items: flex-end;
  padding: 32px;
  max-width: 1300px;
  margin: 0 auto;
}
.header__logo {
  font-size: 28px;
  margin: 0;
  flex: 0 0 auto;
  line-height: 1;
  font-weight: 800;
}
.header__logo a {
  text-decoration: none;
}
.header__logo a sup {
  font-size: 1.2rem;
}
.header__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__actions {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.header__button {
  margin: 0 0 0 4px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-decoration: none;
  align-items: center;
  font-weight: 600;
  width: 56px;
  font-family: Karla, sans-serif;
  position: relative;
  color: black;
  transition: color 0.5s;
}
.header__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #ed2900, #ff00ee);
  opacity: 0;
  transition: opacity 0.5s;
}
.header__button > * {
  position: relative;
}
.header__button svg {
  width: 24px;
  height: 24px;
}
.header__button--ping {
  color: white;
}
.header__button--ping::before {
  opacity: 1;
}
.header__button--player {
  cursor: pointer;
}
.header__search {
  border: 2px solid black;
  display: flex;
  position: relative;
  justify-content: stretch;
  align-items: stretch;
  width: 40vw;
  max-width: 400px;
  height: 40px;
  margin: 8px 0;
}
.header__search input {
  border: 0;
  background: transparent;
  width: 100%;
  flex: 1 1 auto;
  padding: 0 8px;
  font-size: 20px;
}
.header__search button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 40px;
  color: #0c0c0c;
}
.header__search svg {
  width: 24px;
  height: 24px;
}
.header__search-pop-up {
  border: 2px solid black;
  background: white;
  z-index: 30;
  position: absolute;
  margin-top: 36px;
  left: 0;
  right: 0;
}
.header__search-pop-up-filter {
  display: flex;
  justify-content: space-evenly;
  height: 4rem;
  align-items: center;
}
.header__search-pop-up-filter-active {
  font-weight: 800;
  text-decoration: none;
}
.header__search-pop-up-item {
  border-top: 2px solid black;
  display: flex;
  height: 4rem;
}
.header__search-pop-up-item-image {
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__search-pop-up-item-image img {
  width: 4rem;
  height: 3.9rem;
}
.header__search-pop-up-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5rem;
}
.header__search-pop-up-item-info a {
  text-decoration: none;
  line-height: 1;
}
.header__search-pop-up-item-info a span {
  font-size: smaller;
}
.header__search-pop-up-item-info span {
  font-size: smaller;
  line-height: 1;
  font-weight: 200;
}
.header__search-pop-up-item:hover {
  background: #eeeeee;
}
.header__search-pop-up-item:hover a {
  text-decoration: underline;
}
.header__menu {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header__menu li {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-family: "Public Sans", sans-serif;
  letter-spacing: -0.03em;
  font-weight: 800;
  line-height: 25px;
}
.header__menu li:not(:last-child)::after {
  content: "/";
  margin: 0 2px;
  font-weight: 900;
}
.header__menu a {
  text-decoration: none;
}
.header__menu a:hover {
  text-decoration: underline;
}
.header__mega-menu-container {
  position: relative;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 20;
}
.header__mega-menu {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background: white;
  border-bottom: 1px solid black;
  display: none;
  justify-content: center;
  font-family: "Public Sans", sans-serif;
}
.header__mega-menu--visible {
  display: flex;
}
.header__mega-menu li {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.header__mega-menu a {
  text-decoration: none;
}
.header__mega-menu a:hover {
  text-decoration: underline;
}
.header__mega-menu-item {
  width: 170px;
}
.header__mega-menu-list {
  list-style: none;
  padding: 0;
}
.header__mega-menu-header {
  display: block;
  font-weight: 900;
  font-size: x-large;
  height: 1.5em;
}
.header__image-placeholder {
  display: block;
  background-position: center;
  background-size: cover;
  height: 80px;
  width: 150px;
}
.header__mobile {
  display: none;
}
.header__mobile-search {
  display: none;
}
.header__mobile-menu {
  display: none;
}
@media (max-width: 896px) {
  .header {
    padding: 16px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .header {
    padding: 0;
    position: fixed;
    width: 100%;
    height: 45px;
    background-color: white;
    z-index: 10;
  }
  .header__logo, .header__content {
    display: none;
  }
  .header__mobile {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
  }
  .header__mobile--visible {
    display: flex;
  }
  .header__mobile-logo {
    font-family: "Public Sans", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    margin-left: -100px;
  }
  .header__mobile a {
    line-height: 45px;
    text-decoration: none;
  }
  .header__mobile svg {
    width: 24px;
    height: 24px;
  }
  .header__mobile-hamburger {
    margin-left: 1rem;
    flex: 1 1 auto;
    text-align: left;
  }
  .header__mobile-search-btn {
    margin-right: 0.5rem;
  }
  .header__mobile-cart {
    padding: 0 0.5rem;
    position: relative;
  }
  .header__mobile-cart svg {
    position: relative;
    top: -2px;
  }
  .header__mobile-cart a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    color: black;
    transition: color 0.5s;
  }
  .header__mobile-cart-count {
    margin-right: 4px;
    font-weight: bold;
  }
  .header__mobile-cart::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #ed2900, #ff00ee);
    opacity: 0;
    transition: opacity 0.5s;
  }
  .header__mobile-cart--ping a {
    color: white;
  }
  .header__mobile-cart--ping::before {
    opacity: 1;
  }
  .header__search {
    display: flex;
    border: none;
    width: 100%;
    margin: 4px;
    padding: 0 8px 0 0;
    height: 37px;
    font-size: 14px;
  }
  .header__search--visble {
    display: flex;
  }
  .header__mobile-search {
    display: none;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 45px;
    background-color: white;
    z-index: 10;
    border-bottom: 1px solid #000;
  }
  .header__mobile-search--visible {
    display: flex;
  }
  .header__mobile-menu {
    display: none;
    position: fixed;
    top: 45px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%;
    z-index: 30;
    width: 100%;
    background: white;
    border-bottom: 1px solid black;
    padding: 0 0 10px 1rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 45px;
  }
  .header__mobile-menu--visible {
    display: block;
  }
  .header__mobile-menu-top-line {
    display: flex;
  }
  .header__mobile-menu-top-line svg {
    width: 24px;
    height: 24px;
  }
  .header__mobile-menu-top-line-close {
    flex: 1 1 auto;
  }
  .header__mobile-menu-top-line a {
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    padding-right: 16px;
  }
  .header__mobile-menu-top-line a span {
    padding-left: 8px;
  }
  .header__mobile-menu-profile {
    display: flex;
    font-size: 18px;
    font-weight: 500;
  }
  .header__mobile-menu-profile-email {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
  }
  .header__mobile-menu-profile-orders {
    flex: 1 1 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
  }
  .header__mobile-menu-profile-user-link, .header__mobile-menu-profile-logout {
    padding-right: 1rem;
    flex: 0 1 auto;
    text-align: end;
    white-space: nowrap;
  }
  .header__mobile-menu-profile-login {
    flex: 1 1 auto;
    text-align: end;
    padding-right: 1rem;
  }
  .header__mobile-menu-profile-signup {
    padding-right: 1rem;
  }
  .header__mobile-menu-admin {
    font-size: 18px;
    font-weight: 500;
    padding-right: 1rem;
    line-height: 1;
  }
  .header__mobile-menu-item a {
    text-decoration: none;
  }
}

.product {
  font-size: 13px;
}
.product__cover {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
}
.product__cover-play {
  position: absolute;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: 0.3s opacity, 0.3s background-color;
  pointer-events: none;
  cursor: pointer;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 50px;
  max-width: 40%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__cover-play:hover:not([disabled]) {
  background-color: black;
}
.product__cover-play svg {
  width: 12px;
  height: 12px;
  transition: 0.3s fill;
  fill: white;
  margin: 0;
}
.product__cover-play[disabled] svg {
  opacity: 0.5;
}
.product__cover-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.product__cover--active .product__cover-play, .product__cover--active .product__cover-link, .product__cover:hover .product__cover-play, .product__cover:hover .product__cover-link, .product__cover:focus-within .product__cover-play, .product__cover:focus-within .product__cover-link {
  opacity: 1;
  pointer-events: auto;
}
.product__cover--active .product__cover-play {
  background-color: #ff3700;
  border-color: #ff3700;
}
.product__cover--active .product__cover-play svg {
  fill: white;
}
.product__cover--active .product__cover-play:hover {
  background-color: #ff3700;
}
.product__artists {
  font-weight: 600;
  margin: 2px 0;
}
.product__title {
  display: block;
  margin: 2px 0;
}
.product__blurb {
  margin: 8px 0;
  font-size: 12px;
  font-family: "Tiempos Text", serif;
}
.product__formats {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 0 12px;
  margin: 4px 0;
}
.product__format-icons {
  display: flex;
  gap: 8px;
}
.product__format-icon {
  position: relative;
}
.product__format-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}
.product__format-icon:not(:first-child)::before {
  content: "+";
  font-size: 10px;
  position: absolute;
  left: -7px;
  top: 1px;
}
.product__old-price {
  font-size: 90%;
  text-decoration: line-through;
}
.product__add-to-cart {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Karla, sans-serif;
  line-height: 1;
  margin: 0;
  border: 0;
  padding: 4px 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  gap: 4px;
}
.product__add-to-cart--out-of-stock {
  cursor: default;
}
.product__add-to-cart--out-of-stock .product__format-icons {
  opacity: 0.5;
}
.product__add-to-cart--out-of-stock .product__price {
  font-size: 90%;
  opacity: 0.5;
}
.product__add-to-cart-info {
  line-height: 0.9;
}
.product__add-to-cart-wait {
  opacity: 0.5;
}
.product__add-to-cart:not(.product__add-to-cart--added) .toast {
  pointer-events: none;
}
.product__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__free {
  display: inline-block;
  background: black;
  color: white;
  padding: 3px 4px;
  font-size: 9px;
  margin: 0.7rem 0.5rem 0.7rem 0;
  text-decoration: none !important;
}
.product a {
  text-decoration: none;
}
.product a:hover {
  text-decoration: underline;
}

.add-to-cart {
  --row: 25px;
  display: inline-grid;
  grid-template: [row1-start] "amount increase add-to-cart " var(--row) [row1-end] [row2-start] "amount decrease add-to-cart" var(--row) [row2-end]/50px var(--row) auto;
  border: 2px solid black;
  border-radius: 0;
  width: 300px;
}
.add-to-cart input {
  grid-area: amount;
  border: none;
  border-radius: 0;
  border-right: 1px solid black;
  background: rgba(255, 255, 255, 0);
  text-align: end;
  padding: 8px;
  font-size: 20px;
  font-weight: 200;
}
.add-to-cart__increase {
  grid-area: increase;
  border-bottom: 1px solid black;
}
.add-to-cart__decrease {
  grid-area: decrease;
}
.add-to-cart__change {
  font-size: 25px;
  font-weight: 100;
  place-self: center center;
  line-height: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.add-to-cart button {
  position: relative;
  grid-area: add-to-cart;
  background: black;
  color: white;
  border: none;
  cursor: pointer;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 200;
  transition: background 0.3s;
}
.add-to-cart button::before {
  position: absolute;
  content: "";
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: 0;
  background-image: linear-gradient(to right, #ed2900, #ff00ee);
  opacity: 0;
  transition: opacity 0.2s;
}
.add-to-cart button:hover::before {
  opacity: 1;
}
.add-to-cart button span {
  position: relative;
}
.add-to-cart--compact {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
}
.add-to-cart--compact button {
  flex: 1 1 100%;
  font-size: 16px;
}
@media (max-width: 500px) {
  .add-to-cart {
    --row: 20px;
  }
  .add-to-cart__change, .add-to-cart button {
    font-size: 16px;
  }
}

.add-to-wishlist {
  border: 0;
  background: transparent;
  padding: 4px;
  cursor: pointer;
}
.add-to-wishlist svg {
  width: 40px;
  height: 40px;
}
.add-to-wishlist--added svg {
  fill: #ff3700;
}

.footer {
  font-family: Karla, sans-serif;
  padding-top: 7rem;
}
.footer__forms {
  display: grid;
  margin: 3rem auto 3rem auto;
}
@media (min-width: 801px) {
  .footer__forms {
    grid: [s1] "member contact" auto [e1 s2] "subscribe contact" [e2]/1fr 1fr;
    width: 50rem;
  }
  .footer__contact {
    border-left: 1px solid black;
    max-width: 30rem;
  }
  .footer__member {
    max-width: 20rem;
  }
  .footer__subscribe {
    max-width: 20rem;
  }
}
@media (max-width: 800px) {
  .footer__forms {
    grid: [s1] "member" auto [e1 s2] "subscribe" auto [e2 s3] "contact" auto [e3]/auto;
  }
  .footer__contact {
    border-left: none;
    border-top: 1px solid black;
    max-width: 20rem;
  }
  .footer__member {
    max-width: 20rem;
  }
  .footer__subscribe {
    max-width: 20rem;
  }
}
.footer__member {
  grid-area: member;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px 2rem 32px;
  margin: 0 auto;
  border-bottom: 1px solid black;
}
.footer__member p {
  width: 20rem;
}
.footer__contact {
  grid-area: contact;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px;
  margin: 0 auto;
}
.footer__contact p {
  width: 20rem;
}
.footer__contact input {
  width: 20rem;
}
.footer__contact textarea {
  width: 20em;
  height: 13em;
}
.footer__subscribe {
  grid-area: subscribe;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px 16px;
  margin: 0 auto;
  align-self: end;
}
.footer__subscribe p {
  width: 20rem;
}
.footer__subscribe a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 3px;
  margin: 0 0.5em;
}
.footer__subscribe {
  /*		svg {
  			stroke: black;
  			stroke-width: 24px;
  			fill: none;
  			width: 32px;
  			height: 32px;
  		}*/
}
.footer__subscribe img {
  width: 38px;
}
.footer__subscribe input {
  width: 20rem;
}
.footer__sitemap {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 2rem;
  justify-content: space-evenly;
}
.footer__sitemap a {
  display: block;
  text-decoration: none;
}
.footer__copyright {
  padding: 32px;
  max-width: 1300px;
  margin: 0 auto;
  font-size: smaller;
  color: gray;
  text-align: center;
}

.player {
  flex: 1 1 auto;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  --background: rgba(0, 0, 0, 0.3);
  --foreground: white;
  color: var(--foreground);
  transition: background 0.5s, color 0.3s;
}
.player--dark {
  --background: rgba(0, 0, 0, 0.3);
  --foreground: white;
}
.player--light {
  --background: rgba(255, 255, 255, 0.3);
  --foreground: black;
}
.player__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 1;
}
.player__background--new {
  opacity: 0;
}
.player__content {
  flex: 1 1 auto;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 8px;
  width: 100%;
}
.player__block, .player-controls, .player__graph, .player__playlist, .player__product {
  background: var(--background);
}
.player__product {
  display: flex;
  padding: 8px;
  gap: 8px;
}
.player__product a {
  text-decoration: none;
}
.player__product a:hover {
  text-decoration: underline;
}
.player__cover {
  width: 30%;
  flex: 0 0 auto;
}
.player__cover img {
  max-width: 100%;
}
.player__info {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.player__info a {
  color: inherit;
}
.player__playlist {
  flex: 1 1 auto;
  overflow-y: auto;
}
.player__playlist-inner {
  line-height: 1.2;
  font-size: 14px;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.player__entry-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 4px 8px;
  width: 100%;
}
.player__entry-container--current {
  outline: 1px solid var(--foreground);
}
.player__entry-info {
  min-width: 0;
  cursor: pointer;
}
.player__entry-info-row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player__entry-duration {
  grid-column: 3;
  font-size: 12px;
  width: 2.8em;
}
.player__graph canvas {
  display: block;
  height: 50px;
  width: 100%;
}

.player-controls {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}
.player-controls__seek {
  flex: 1 1 auto;
  height: 10px;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  position: relative;
}
.player-controls__seek-inner {
  height: 14px;
  width: 24px;
  background: white;
  border: 1px solid #ccc;
  position: relative;
  top: -2px;
}
.player-controls__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.player-controls__button {
  background: transparent;
  border: 1px solid var(--foreground);
  transition: border-color 0.3s;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
}
.player-controls__button svg {
  width: 12px;
  height: 12px;
  fill: var(--foreground);
  transition: fill 0.3s;
}
.player-controls__button--main {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.player-controls__button--main svg {
  width: 16px;
  height: 16px;
}
.player-controls__button--main::before {
  content: "";
  position: absolute;
  --offset: -4px;
  --border: 8px;
  top: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  left: var(--offset);
  border-radius: 50%;
  border: var(--border) dashed var(--foreground);
  animation: 2s linear infinite player-loading;
  opacity: 0;
  transition: opacity 0.3s, border-color 0.3s;
}
.player-controls__button--loading::before {
  opacity: 0.5;
}
.player-controls__time {
  font-size: 12px;
  align-self: start;
  width: 50px;
}
.player-controls__time--left {
  margin-right: auto;
}
.player-controls__time--right {
  margin-left: auto;
  text-align: end;
}

@keyframes player-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.excerpt-player {
  font-family: Karla, sans-serif;
}
.excerpt-player__play-button {
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.excerpt-player__play-button svg {
  width: 8px;
  height: 8px;
}
.excerpt-player__playlist {
  margin: 8px 0;
  padding: 0;
  display: grid;
  row-gap: 5px;
  grid-template-columns: 56px repeat(var(--rest-column-count), 1fr);
  align-items: center;
  max-width: 100vw;
}
.excerpt-player__playlist--load-mask {
  opacity: 0;
}
.excerpt-player__playlist-block {
  display: flex;
  height: 40px;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgb(192, 192, 192) 50%, rgba(0, 0, 0, 0) calc(50% + 1px));
}
.excerpt-player__playlist-block--top {
  justify-content: flex-start;
}
.excerpt-player__playlist-block--rest {
  justify-content: flex-end;
}
.excerpt-player__playlist-block--tail:is(.excerpt-player__playlist-block--top) {
  background: transparent;
}
.excerpt-player__playlist-entry {
  overflow: hidden;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  color: #212121;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
  font-size: 13px;
}
.excerpt-player__playlist-entry:hover {
  color: #000;
  background: #ccc;
}
.excerpt-player__playlist-entry--listened {
  color: #ccc;
}
.excerpt-player__playlist-entry--listened:hover {
  color: #fff;
  background: #ccc;
}
.excerpt-player__playlist-entry--current {
  color: #fff;
  background: #000;
}
.excerpt-player__playlist-entry--current:hover {
  color: #fff;
  background: #000;
}
@media (max-width: 500px) {
  .excerpt-player__playlist {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .excerpt-player__playlist-block {
    flex: 0 0 40px;
  }
  .excerpt-player__playlist-block--top {
    justify-content: flex-end;
  }
}

.player-bottom {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  --background: black;
  --foreground: white;
  color: var(--foreground);
  background-color: var(--background);
  transition: background 0.5s, color 0.3s;
}
.player-bottom--dark {
  --background: black;
  --foreground: white;
}
.player-bottom--light {
  --background: white;
  --foreground: black;
}
.player-bottom__content {
  display: grid;
  grid-template-rows: 66px 34px;
  grid-template-columns: 100px 200px 40px 1fr 40px 200px 60px;
  grid-template-areas: "cover info . graph . controls navigation" "cover info current seek duration controls navigation";
  justify-items: center;
  align-items: center;
  width: 100vw;
}
.player-bottom .product__cover {
  grid-area: cover;
}
.player-bottom .product__cover img {
  width: 67px;
  height: 67px;
  object-fit: contain;
}
.player-bottom .product__info {
  grid-area: info;
  justify-self: stretch;
  padding: 0 6px;
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.player-bottom .product__info a {
  color: inherit;
  text-decoration: none;
}
.player-bottom .product__info a:hover {
  text-decoration: underline;
}
.player-bottom .product__artists, .player-bottom .product__title {
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.player-bottom .product__formats {
  margin: 0;
  padding: 0;
}
.player-bottom__middle-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.player-bottom__graph {
  grid-area: graph;
  width: 100%;
  height: 56px;
  margin-top: 10px;
}
.player-bottom__graph-inner {
  height: 100%;
  width: 100%;
}
.player-bottom__graph canvas {
  display: block;
  height: 100%;
  width: 100%;
}
.player-bottom-controls__seek {
  grid-area: seek;
  width: 100%;
  height: 16px;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
}
.player-bottom-controls__seek::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #ccc;
}
.player-bottom-controls__seek-progress {
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  background: black;
  border-bottom: 3px solid black;
}
.player-bottom-controls__seek-inner {
  position: absolute;
  top: 1px;
  height: 14px;
  width: 14px;
  background-color: white;
  border: 2px solid black;
  border-radius: 50%;
  transform: translateX(-8px);
  left: -8px;
}
.player-bottom-controls__buttons {
  grid-area: controls;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.player-bottom-controls__actions {
  grid-area: actions;
  justify-self: start;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
  padding: 0 12px;
}
.player-bottom-controls__navigation {
  grid-area: navigation;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  padding: 0 12px;
}
.player-bottom-controls__button {
  background: transparent;
  border: 2px solid var(--foreground);
  transition: border-color 0.3s;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
}
.player-bottom-controls__button svg {
  width: 12px;
  height: 12px;
  fill: var(--foreground);
  transition: fill 0.3s;
}
.player-bottom-controls__button--main {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.player-bottom-controls__button--main svg {
  width: 16px;
  height: 16px;
}
.player-bottom-controls__button--main::before {
  content: "";
  position: absolute;
  --offset: -4px;
  --border: 8px;
  top: var(--offset);
  right: var(--offset);
  bottom: var(--offset);
  left: var(--offset);
  border-radius: 50%;
  border: var(--border) dashed var(--foreground);
  animation: 2s linear infinite player-loading;
  opacity: 0;
  transition: opacity 0.3s, border-color 0.3s;
}
.player-bottom-controls__button--loading::before {
  opacity: 0.5;
}
.player-bottom-controls__time {
  font-size: 12px;
  justify-self: center;
}
.player-bottom-controls__time--left {
  grid-area: current;
  justify-self: start;
}
.player-bottom-controls__time--right {
  grid-area: duration;
  justify-self: end;
}

@keyframes player-bottom-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1299px) {
  .player-bottom__content {
    grid-template-rows: 66px 34px;
    grid-template-columns: 100px 140px 40px auto 40px 150px 50px;
    grid-template-areas: "cover info graph graph graph controls navigation" "cover info current seek duration controls navigation";
  }
}
@media (max-width: 896px) {
  .player-bottom__content {
    grid-template-rows: 10px 20px min-content;
    grid-template-columns: 100px 40px auto 100px 100px;
    grid-template-areas: "seek seek seek seek seek" "current graph graph graph duration" "cover info info controls navigation";
  }
  .player-bottom__info {
    display: none;
  }
  .player-bottom-controls__seek {
    width: 100vw;
    top: -7px;
    overflow: hidden;
  }
  .player-bottom__graph {
    width: 100%;
    height: 20px;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .player-bottom__content {
    margin-bottom: 4px;
    grid-template-rows: 10px 20px min-content min-content;
    grid-template-columns: 50px 1fr min-content 1fr 50px;
    grid-template-areas: "seek seek seek seek seek" "current graph graph graph duration" "cover info info info info" "cover idk controls qqq navigation";
  }
  .player-bottom .product__cover {
    align-self: start;
    padding: 4px;
  }
  .player-bottom .product__cover img {
    width: 44px;
    height: 44px;
  }
  .player-bottom .product__info {
    white-space: nowrap;
    display: flex;
    gap: 0;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 0;
  }
  .player-bottom .product__info a {
    text-decoration: none;
  }
  .player-bottom .product__artists, .player-bottom .product__title {
    margin: 0;
    line-height: 1.1;
  }
  .player-bottom .product__add-to-cart {
    padding: 1px 0;
  }
  .player-bottom__content {
    justify-content: space-between;
  }
  .player-bottom-controls {
    gap: 0;
    padding: 0;
  }
  .player-bottom-controls__time {
    padding: 0 4px;
    align-self: end;
    line-height: 1;
  }
  .player-bottom-controls__button {
    width: 26px;
    height: 26px;
    padding: 0;
  }
  .player-bottom-controls__button svg {
    width: 10px;
    height: 10px;
  }
  .player-bottom-controls__button--main {
    width: 30px;
    height: 30px;
  }
  .player-bottom-controls__button--main svg {
    width: 14px;
    height: 14px;
  }
}
.product-zoom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  overflow: hidden;
}
.product-zoom__close, .product-zoom__next, .product-zoom__prev {
  position: fixed;
  cursor: pointer;
  z-index: 10;
}
.product-zoom__close svg, .product-zoom__next svg, .product-zoom__prev svg {
  width: 32px;
  height: 32px;
  opacity: 0.7;
}
.product-zoom__close {
  top: 16px;
  right: 16px;
}
.product-zoom__prev {
  top: 50%;
  left: 16px;
}
.product-zoom__next {
  top: 50%;
  right: 16px;
}
.product-zoom__slider {
  display: flex;
  width: 100%;
  height: calc(100% - 100px);
  margin-top: 50px;
  transition: transform 0.3s;
}
.product-zoom__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-zoom__slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-zoom__thumbs {
  height: 50px;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.product-zoom__thumb {
  height: 50px;
  opacity: 0.7;
  cursor: pointer;
}
.product-zoom__thumb--active {
  opacity: 1;
}
.product-zoom__thumb img {
  height: 50px;
}

.product-slider {
  margin: 32px 0;
  position: relative;
  overflow: hidden;
}
.product-slider h2 {
  text-align: center;
}
.product-slider__content {
  display: flex;
  overflow: auto;
  scrollbar-width: none;
  cursor: pointer;
  padding: 0 8px;
}
.product-slider__content--short {
  justify-content: center;
}
.product-slider__content::-webkit-scrollbar {
  display: none;
}
.product-slider__product--filler {
  width: 1px !important;
  flex: 0 0 1px !important;
}
.product-slider--small .product-slider__product {
  flex: 0 0 calc(12.5vw - 24px);
  max-width: 138px;
  margin-bottom: 32px;
}
.product-slider--small .product-slider__product .product__cover img {
  height: calc(12.5vw - 24px);
  max-height: 138px;
}
.product-slider--small .product-slider__product--filler {
  margin-bottom: 0;
}
.product-slider--small .product-slider__product {
  margin: 0 8px;
}
@media (min-width: 801px) and (max-width: 1100px) {
  .product-slider--small .product-slider__product {
    flex: 0 0 calc(16.6666666667vw - 27px);
    max-width: 190px;
    margin-bottom: 32px;
  }
  .product-slider--small .product-slider__product .product__cover img {
    height: calc(16.6666666667vw - 27px);
    max-height: 190px;
  }
  .product-slider--small .product-slider__product--filler {
    margin-bottom: 0;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .product-slider--small .product-slider__product {
    flex: 0 0 calc(25vw - 32px);
    max-width: 293px;
    margin-bottom: 32px;
  }
  .product-slider--small .product-slider__product .product__cover img {
    height: calc(25vw - 32px);
    max-height: 293px;
  }
  .product-slider--small .product-slider__product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .product-slider--small .product-slider__product {
    flex: 0 0 calc(33.3333333333vw - 19px);
    max-width: 414px;
    margin-bottom: 16px;
  }
  .product-slider--small .product-slider__product .product__cover img {
    height: calc(33.3333333333vw - 19px);
    max-height: 414px;
  }
  .product-slider--small .product-slider__product--filler {
    margin-bottom: 0;
  }
}
.product-slider--large .product-slider__product {
  flex: 0 0 270px;
  max-width: 270px;
  overflow: hidden;
  margin: 0 25px;
}
.product-slider--large .product-slider__product .product__cover img {
  height: 270px;
}
@media (min-width: 501px) and (max-width: 800px) {
  .product-slider--large .product-slider__product {
    flex: 0 0 calc(25vw - 32px);
    max-width: 293px;
    margin-bottom: 32px;
  }
  .product-slider--large .product-slider__product .product__cover img {
    height: calc(25vw - 32px);
    max-height: 293px;
  }
  .product-slider--large .product-slider__product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .product-slider--large .product-slider__product {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .product-slider--large .product-slider__product .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .product-slider--large .product-slider__product--filler {
    margin-bottom: 0;
  }
}
.product-slider__arrow {
  position: absolute;
  top: calc(50% - 32px);
  height: 64px;
  width: 64px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
.product-slider__arrow--left {
  left: 16px;
}
.product-slider__arrow--right {
  right: 16px;
}
.product-slider__arrow svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 1000px) {
  .product-slider__arrow--visible {
    opacity: 1;
    pointer-events: all;
  }
}

.content-item {
  margin: 0 auto;
  position: relative;
}
.content-item__rows > * > * {
  max-width: 1300px;
  margin: 0 auto;
}
.content-item__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.content-item__columns > * {
  min-width: 250px;
  align-items: center;
  justify-content: center;
}
.content-item__grid {
  display: grid;
}
.content-item__grid .content-item {
  min-width: 200px;
  text-align: center;
}
.content-item__html, .content-item__image, .content-item__product {
  padding: 0 16px;
}
.content-item__image {
  display: flex;
}
.content-item__image.image-center {
  justify-content: center;
}
.content-item__image.image-left {
  justify-content: left;
}
.content-item__image.image-right {
  justify-content: right;
}
.content-item__image-full-width > img {
  width: 100%;
}
.content-item__productset > .listing {
  padding: 32px 16px;
}
.content-item__banner.image-center {
  justify-content: center;
}
.content-item__banner.image-left {
  justify-content: left;
}
.content-item__banner.image-right {
  justify-content: right;
}
.content-item__banner {
  display: flex;
}
.content-item__banner-overlay {
  position: relative;
  overflow-wrap: break-word;
  text-align: center;
}
.content-item__banner-text {
  position: absolute;
  font-size: 32px;
  font-weight: 800;
  font-family: "Public Sans", sans-serif;
  line-height: 48px;
  color: #f8f8f8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  text-shadow: 0 0 2px lightgrey;
}
.content-item__button, .content-item__button-small, .content-item__button-small-black, .content-item__button-regular, .content-item__button-regular-black, .content-item__button-large, .content-item__button-large-black {
  display: inline-block;
  cursor: pointer;
  border: 1px solid black;
  font-family: "Karla", sans-serif;
  text-decoration: none;
}
.content-item__button-large, .content-item__button-large-black {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: white;
  color: black;
}
.content-item__button-regular, .content-item__button-regular-black {
  padding: 0.4em 1.5em;
  font-size: 100%;
  background-color: white;
  color: black;
}
.content-item__button-small, .content-item__button-small-black {
  padding: 0.25em 1em;
  font-size: 75%;
  background-color: white;
  color: black;
}
.content-item__button-large-black {
  background-color: black;
  color: white;
}
.content-item__button-regular-black {
  background-color: black;
  color: white;
}
.content-item__button-small-black {
  background-color: black;
  color: white;
}
.content-item__footer {
  font-family: Karla, sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 32px;
}
.content-item__footer-instagram {
  border: 2px solid black;
  border-radius: 999px;
  padding: 3px;
  width: 32px;
}
.content-item__product {
  margin: 10px auto;
}
.content-item__product .product-image-slider {
  margin: 0 auto;
}
.content-item__product .product {
  display: flex;
}
.content-item__product .product img {
  width: 180px;
}
.content-item__product .product a {
  text-decoration: none;
}
.content-item__product .product__cover {
  overflow: visible;
  margin-right: 2rem;
  margin-bottom: 0;
  flex: 1 1 30%;
  max-width: 180px;
}
.content-item__product .product__info {
  flex: 1 1 70%;
}
.content-item__product .product__artists {
  margin: 0 0 0.5rem 0;
  font-size: 24px;
  line-height: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 800;
}
.content-item__product .product__title {
  font-size: 16px;
  font-weight: 600;
}
.content-item__product .product__labels {
  background: url("/static/icons/star.svg") no-repeat left center;
  background-size: 10px;
  padding-left: 12px;
  font-size: 14px;
}
.content-item__product .product__add-to-cart, .content-item__product .product__read-more {
  border-color: #ccc;
  color: #999;
  padding: 8px;
}
.content-item__product .product__large-player {
  display: grid;
  grid-template-columns: 2fr 4fr 1fr;
  border: 2px solid;
}
@media screen and (max-width: 720px) {
  .content-item__product .product__large-player {
    grid-template-columns: 1fr;
    border: 0;
  }
}
@media screen and (max-width: 500px) {
  .content-item__product .product__large-player {
    padding: 16px;
  }
}
.content-item__product .product__large-player-cover {
  margin: 10px;
  max-width: 250px;
}
@media screen and (max-width: 720px) {
  .content-item__product .product__large-player-cover {
    margin: 0;
  }
}
.content-item__product .product__large-player-view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
  padding-right: 50px;
}
@media screen and (max-width: 800px) {
  .content-item__product .product__large-player-view {
    padding-right: 0;
  }
}
.content-item__product .product__large-player-view .excerpt-player__playlist {
  font-size: 12px;
}
.content-item__product .product__large-player-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 2px solid;
  align-items: stretch;
}
@media screen and (max-width: 720px) {
  .content-item__product .product__large-player-buttons {
    flex-direction: row-reverse;
    border: 0;
  }
}
.content-item__product .product__large-player-buttons button {
  cursor: pointer;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .content-item__product .product__large-player-buttons button {
    border: 2px solid;
    width: 100%;
  }
}
@media screen and (min-width: 721px) {
  .content-item__product .product__large-player-buttons button {
    height: 100%;
  }
}
.content-item__product .product__large-player-buttons .add-to-cart--compact {
  margin: 0;
  background-color: #000;
  border: 0;
  color: #FFF;
  height: 100%;
}
@media screen and (max-width: 720px) {
  .content-item__product .product__large-player-buttons .add-to-cart--compact {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 500px) {
  .content-item__product .product {
    padding: 8px;
  }
  .content-item__product .product img {
    width: 100px;
  }
  .content-item__product .product__cover {
    margin-right: 1rem;
  }
  .content-item__product .product__artists {
    margin-bottom: 0.1rem;
    font-size: 13px;
  }
  .content-item__product .product__title {
    font-size: 17px;
    line-height: 23px;
  }
  .content-item__product .product__blurb {
    display: none;
  }
}
.content-item img {
  max-width: 100%;
}
@media (max-width: 500px) {
  .content-item__product {
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .content-item .content-item {
    padding: 0 max((100% - 1300px + 32px) / 2, 0);
  }
}

.vacation-notice {
  margin: 16px auto 4px;
  max-width: 1268px;
  background: rgba(255, 215, 0, 0.3);
  border-left: 4px solid rgba(255, 215, 0, 0.8);
  padding: 8px 16px;
}

.popup-screen {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
  position: relative;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  padding: 24px;
  margin: auto;
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 500px) {
  .popup {
    max-width: calc(100vw - 50px);
  }
}
.popup h2 {
  margin: 0;
}
.popup--roster {
  width: 700px;
}
.popup--share {
  width: 500px;
}
.popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.popup__close svg {
  display: block;
  width: 24px;
  height: 24px;
}
.popup__faq {
  padding: 16px;
}
.popup__faq .faq-item h3 {
  font-size: 18px;
}
.popup__faq .faq-item {
  font-size: 16px;
}
.popup__faq-link {
  margin: 8px 0;
  font-size: 18px;
}
.popup .rating {
  width: 80vw;
}

.alert {
  padding: 20px 20px 0;
  display: grid;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 250px;
  max-width: 600px;
}
.alert__body {
  text-align: left;
  width: 100%;
}
.alert__checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.alert__icon {
  width: 20px;
  float: left;
  top: 10px;
  left: 10px;
}
.alert__icon--error {
  color: #ee5672;
}
.alert__icon--warning {
  color: #ffa500;
}
.alert__icon--info {
  color: #1189cb;
}
.alert__actions {
  display: flex;
  width: 100%;
  justify-content: center;
}
.alert__actions button {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 16px;
  background: white;
  margin: 0 5px 0 0;
  text-align: center;
  padding: 6px 12px;
}
.alert__actions button:last-child {
  margin: 0 0 0 5px;
}
@media (max-width: 340px) {
  .alert__actions button {
    padding: 5px 10px;
  }
}

.toast {
  position: absolute;
  z-index: 100;
  bottom: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  left: -10px;
  min-width: calc(100% + 20px);
  background: white;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #999;
  font-weight: 400;
  text-align: left;
  border-radius: 4px;
  box-shadow: 0 1px 3px 3px rgba(0, 0, 0, 0.1);
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: center;
  cursor: default;
  opacity: 1;
  transition: 0.5s opacity;
}
.toast svg {
  width: 10px;
  height: 10px;
  margin: 0 0 2px 0;
}
.toast a {
  text-decoration: underline;
}
.toast--hidden {
  opacity: 0;
  pointer-events: none;
}

.icon--play {
  transform: translateX(4%);
}

.error {
  padding: 10vmin;
}
.error__message {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  font-size: 20px;
}
.error__message h1 {
  font-weight: normal;
}
.error__logo {
  font-size: 5.8vmin;
  color: inherit;
  text-decoration: none;
}

.site__main {
  position: relative;
  max-width: 100%;
  flex: 1 1 auto;
  background: white;
  transition: max-width 0.3s;
}
.site__top-line {
  max-width: none;
  background: black;
  color: white;
  font-family: Karla, sans-serif;
  font-size: 14px;
}
.site__top-line-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: flex-end;
}
.site__top-line-notice {
  margin-right: auto;
  line-height: 1.25em;
  padding: 4px 0;
  flex: 50% 1 1;
}
.site__top-line-menu {
  display: flex;
  justify-content: flex-end;
  flex: auto 0 0;
}
.site__top-line-supplier {
  color: #aaffaa !important;
}
.site__top-line a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  padding: 0 8px;
  font-weight: 600;
}
.site__top-line a:not(:first-child)::before {
  content: "";
  display: block;
  height: 10px;
  border-left: 2px solid white;
  position: relative;
  left: -8px;
}
.site__break--visible {
  border-bottom: 1px solid black;
}
.site__break--hidden {
  display: none;
}
.site__sale-banner {
  position: relative;
  padding: 8px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 8px;
}
.site__sale-banner svg {
  width: 16px;
  height: 16px;
  margin: 0;
}
.site__sale-banner-body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.site__sale-banner-text {
  text-align: center;
  font-weight: bold;
}
.site__sale-banner-text a {
  color: inherit;
}
.site__sale-banner-close {
  padding: 4px;
  margin: 0;
  background: none;
  border: 0;
  justify-self: flex-end;
  cursor: pointer;
}
.site__mobile-notice {
  display: none;
}
.site__player {
  position: fixed;
  z-index: 25;
  bottom: 0;
  transform: translateY(120%);
  width: 100%;
  border-top: 3px solid black;
  transition: transform 0.3s;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.site--with-player .site__player {
  transform: translateY(0);
}
@media (max-width: 500px) {
  .site__top-line {
    display: none;
  }
  .site__break {
    border: none;
    height: 45px;
  }
  .site__mobile-notice {
    display: block;
    padding: 16px;
    font-size: 14px;
  }
  .site__sale-banner {
    gap: 16px;
  }
  .site__sale-banner-body svg {
    width: 24px;
    height: 24px;
  }
  .site__sale-banner-text {
    text-align: left;
    font-size: 14px;
  }
}

.auth {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .auth {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .auth {
    padding: 16px;
  }
}
.auth {
  max-width: 900px;
}
.auth__options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.auth__alt {
  display: flex;
  justify-content: space-between;
}
.auth__forms {
  display: flex;
  justify-content: center;
}
.auth__form {
  width: 300px;
  margin: 0 16px;
}
.auth__form .auth__form-button {
  border-color: black;
  background: white;
  display: flex;
  gap: 8px;
  align-items: center;
  --loading-size: 12px;
  --loading-scale: 1;
  --loading-border: 0.2;
}
.auth__text {
  margin: 20px;
}
.auth__social {
  margin: 0 16px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 16px;
}
.auth__social-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.auth__social-button img {
  height: 46px;
}
.auth__social-button span {
  margin-left: 8px;
  font-size: 20px;
  padding: 8px 10px 8px 0;
}
@media (max-width: 1000px) {
  .auth__forms {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .auth__options {
    justify-content: stretch;
  }
  .auth__social {
    margin: 0;
    flex-direction: column;
  }
  .auth__social-button {
    width: auto;
  }
}
@media (max-width: 350px) {
  .auth__form {
    width: 250px;
  }
}

.landing {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .landing {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .landing {
    padding: 16px;
  }
}
.landing__update-info {
  font-size: 24px;
}
.landing__headers {
  text-align: center;
  text-decoration: none;
  margin-top: 3em;
}
.landing__see-all {
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 2em 0 6em 0;
}
.landing__top-banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing__top-banners-banner {
  flex: 0 0 calc(33.3333333333vw - 38px);
  max-width: 396px;
  margin-bottom: 32px;
}
.landing__top-banners-banner .product__cover img {
  width: 100%;
}
.landing__top-banners-banner--filler {
  margin-bottom: 0;
}
.landing__top-banners-banner {
  margin: 16px 0;
}
@media (min-width: 501px) and (max-width: 650px) {
  .landing__top-banners-banner {
    flex: 0 0 calc(100vw - 80px);
    max-width: 1220px;
    margin-bottom: 32px;
  }
  .landing__top-banners-banner .product__cover img {
    width: 100%;
  }
  .landing__top-banners-banner--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .landing__top-banners-banner {
    flex: 0 0 calc(100vw - 40px);
    max-width: 1260px;
    margin-bottom: 16px;
  }
  .landing__top-banners-banner .product__cover img {
    width: 100%;
  }
  .landing__top-banners-banner--filler {
    margin-bottom: 0;
  }
}
.landing__top-banners-title {
  font-weight: bold;
  font-size: 18px;
}
.landing__arrivals-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing__arrivals-grid-cell {
  flex: 0 0 calc(16.6666666667vw - 27px);
  max-width: 190px;
  margin-bottom: 32px;
}
.landing__arrivals-grid-cell .product__cover img {
  height: calc(16.6666666667vw - 27px);
  max-height: 190px;
}
.landing__arrivals-grid-cell--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .landing__arrivals-grid-cell {
    flex: 0 0 calc(25vw - 32px);
    max-width: 293px;
    margin-bottom: 32px;
  }
  .landing__arrivals-grid-cell .product__cover img {
    height: calc(25vw - 32px);
    max-height: 293px;
  }
  .landing__arrivals-grid-cell--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .landing__arrivals-grid-cell {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .landing__arrivals-grid-cell .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .landing__arrivals-grid-cell--filler {
    margin-bottom: 0;
  }
}
.landing__showcase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing__showcase-big {
  flex: 0 0 calc(50vw - 48px);
  max-width: 602px;
  margin-bottom: 32px;
}
.landing__showcase-big .product__cover img {
  width: 100%;
}
.landing__showcase-big--filler {
  margin-bottom: 0;
}
.landing__showcase-big--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing__showcase-big.product .product__blurb {
  white-space: pre-wrap;
}
.landing__showcase-big .landing__showcase-small {
  flex: 0 0 calc(25vw - 32px);
  max-width: 293px;
  margin-bottom: 32px;
}
.landing__showcase-big .landing__showcase-small .product__cover img {
  height: calc(25vw - 32px);
  max-height: 293px;
}
.landing__showcase-big .landing__showcase-small--filler {
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .landing__showcase-big {
    flex: 0 0 calc(100vw - 40px);
    max-width: 1260px;
    margin-bottom: 16px;
  }
  .landing__showcase-big .product__cover img {
    width: 100%;
  }
  .landing__showcase-big--filler {
    margin-bottom: 0;
  }
  .landing__showcase-big {
    margin-bottom: 16px;
  }
  .landing__showcase-big .landing__showcase-small {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .landing__showcase-big .landing__showcase-small .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .landing__showcase-big .landing__showcase-small--filler {
    margin-bottom: 0;
  }
}
.landing__products-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing__products-row-item {
  flex: 0 0 calc(10vw - 23px);
  max-width: 107px;
  margin-bottom: 32px;
}
.landing__products-row-item .product__cover img {
  height: calc(10vw - 23px);
  max-height: 107px;
}
.landing__products-row-item--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .landing__products-row-item {
    flex: 0 0 calc(20vw - 29px);
    max-width: 231px;
    margin-bottom: 32px;
  }
  .landing__products-row-item .product__cover img {
    height: calc(20vw - 29px);
    max-height: 231px;
  }
  .landing__products-row-item--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .landing__products-row-item {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .landing__products-row-item .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .landing__products-row-item--filler {
    margin-bottom: 0;
  }
}
.landing__products-alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.landing__products-alt-item {
  flex: 0 0 calc(33.3333333333vw - 38px);
  max-width: 396px;
  margin-bottom: 32px;
  overflow: hidden;
}
.landing__products-alt-item .product__cover {
  flex: 0 0 calc(11.1vw - 38px);
  max-width: 106px;
}
.landing__products-alt-item .product__cover img {
  width: 100%;
}
.landing__products-alt-item {
  display: flex;
}
.landing__products-alt-item .product__cover {
  margin-bottom: auto;
  margin-right: 8px;
}
.landing__products-alt-item .product_artists {
  margin-top: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .landing__products-alt-item {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
    overflow: hidden;
  }
  .landing__products-alt-item .product__cover {
    flex: 0 0 calc(16.65vw - 48px);
    max-width: 168px;
  }
  .landing__products-alt-item .product__cover img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .landing__products-alt-item {
    flex: 0 0 calc(100vw - 40px);
    max-width: 1260px;
    margin-bottom: 16px;
    overflow: hidden;
  }
  .landing__products-alt-item .product__cover {
    flex: 0 0 calc(33.3vw - 40px);
    max-width: 392px;
  }
  .landing__products-alt-item .product__cover img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .landing__update-info {
    font-size: 18px;
  }
  .landing__update-info span {
    display: block;
  }
}

.product-banner {
  font-size: 36px;
  position: relative;
  text-align: center;
}
.product-banner img {
  width: 100%;
}
.product-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.listing {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .listing {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .listing {
    padding: 16px;
  }
}
.listing__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.listing__title-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.listing__title-dropdown {
  display: inline-block;
  position: relative;
}
.listing__title-dropdown span {
  position: relative;
  display: inline-block;
  text-decoration: underline dotted;
  background: white;
  pointer-events: none;
  z-index: 2;
}
.listing__title-dropdown select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  background: transparent;
  appearance: none;
  z-index: 1;
}
.listing__player-button {
  border: 0;
  background: none;
  font-family: Karla, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  margin: 0;
  cursor: pointer;
  display: flex;
  gap: 6px;
  align-items: center;
  text-transform: lowercase;
}
.listing__player-button-icon {
  width: 22px;
  height: 22px;
  border: 2px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listing__player-button-icon svg {
  width: 12px;
  height: 12px;
  margin: 0;
}
.listing__player-button-text {
  line-height: 1;
  margin-top: -3px;
}
.listing__all-styles {
  margin: 0;
  padding: 0;
}
.listing__all-styles li {
  list-style: none;
  margin: 4px;
  padding: 0;
  line-height: 1;
}
.listing__all-styles li[data-letter]:not(:first-child) {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
.listing__all-styles a {
  text-decoration: none;
  text-transform: capitalize;
}
.listing__all-styles a:hover {
  text-decoration: underline;
}
.listing__page {
  padding: 8px;
  flex: 0 0 auto;
  text-align: center;
}
.listing__page--current {
  text-decoration: none;
}
.listing__columns {
  display: flex;
}
.listing__columns > *:first-child {
  flex: 1 1 auto;
}
.listing__side {
  width: 250px;
  flex: 0 0 250px;
  margin-left: 16px;
}
.listing__wishlist-buy-all {
  border: 0;
  background: black;
  color: white;
  font-size: 20px;
  padding: 8px 16px;
}

.new-arrivals-restock h3 {
  margin: 0 0 40px 0;
  text-align: right;
}
.new-arrivals-restock__product {
  display: flex;
  margin: 8px 0;
}
.new-arrivals-restock__product .product__cover {
  width: 80px;
  flex: 0 0 80px;
  margin-right: 8px;
}
.new-arrivals-restock__product .product__format {
  display: none;
}
.new-arrivals-restock__product img {
  width: 80px;
  height: auto;
}
@media (max-width: 1005px) {
  .new-arrivals-restock {
    display: none;
  }
}

.listing-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing-grid-product {
  flex: 0 0 calc(16.6666666667vw - 27px);
  max-width: 190px;
  margin-bottom: 32px;
}
.listing-grid-product .product__cover img {
  height: calc(16.6666666667vw - 27px);
  max-height: 190px;
}
.listing-grid-product--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .listing-grid-product {
    flex: 0 0 calc(25vw - 32px);
    max-width: 293px;
    margin-bottom: 32px;
  }
  .listing-grid-product .product__cover img {
    height: calc(25vw - 32px);
    max-height: 293px;
  }
  .listing-grid-product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .listing-grid-product {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .listing-grid-product .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .listing-grid-product--filler {
    margin-bottom: 0;
  }
}
.listing-grid-artist, .listing-grid-label {
  flex: 0 0 calc(25vw - 32px);
  max-width: 293px;
  margin-bottom: 32px;
}
.listing-grid-artist .product__cover img, .listing-grid-label .product__cover img {
  height: calc(25vw - 32px);
  max-height: 293px;
}
.listing-grid-artist--filler, .listing-grid-label--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .listing-grid-artist, .listing-grid-label {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
  }
  .listing-grid-artist .product__cover img, .listing-grid-label .product__cover img {
    height: calc(50vw - 48px);
    max-height: 602px;
  }
  .listing-grid-artist--filler, .listing-grid-label--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .listing-grid-artist, .listing-grid-label {
    flex: 0 0 calc(100vw - 40px);
    max-width: 1260px;
    margin-bottom: 16px;
  }
  .listing-grid-artist .product__cover img, .listing-grid-label .product__cover img {
    height: calc(100vw - 40px);
    max-height: 1260px;
  }
  .listing-grid-artist--filler, .listing-grid-label--filler {
    margin-bottom: 0;
  }
}

.listing-big-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing-big-grid-product, .listing-big-grid-product-4 {
  flex: 0 0 calc(25vw - 32px);
  max-width: 293px;
  margin-bottom: 32px;
}
.listing-big-grid-product .product__cover img, .listing-big-grid-product-4 .product__cover img {
  height: calc(25vw - 32px);
  max-height: 293px;
}
.listing-big-grid-product--filler, .listing-big-grid-product-4--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .listing-big-grid-product, .listing-big-grid-product-4 {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
  }
  .listing-big-grid-product .product__cover img, .listing-big-grid-product-4 .product__cover img {
    height: calc(50vw - 48px);
    max-height: 602px;
  }
  .listing-big-grid-product--filler, .listing-big-grid-product-4--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .listing-big-grid-product, .listing-big-grid-product-4 {
    flex: 0 0 calc(100vw - 40px);
    max-width: 1260px;
    margin-bottom: 16px;
  }
  .listing-big-grid-product .product__cover img, .listing-big-grid-product-4 .product__cover img {
    height: calc(100vw - 40px);
    max-height: 1260px;
  }
  .listing-big-grid-product--filler, .listing-big-grid-product-4--filler {
    margin-bottom: 0;
  }
}
.listing-big-grid-product-3 {
  flex: 0 0 calc(33.3333333333vw - 38px);
  max-width: 396px;
  margin-bottom: 32px;
}
.listing-big-grid-product-3 .product__cover img {
  height: calc(33.3333333333vw - 38px);
  max-height: 396px;
}
.listing-big-grid-product-3--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .listing-big-grid-product-3 {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
  }
  .listing-big-grid-product-3 .product__cover img {
    height: calc(50vw - 48px);
    max-height: 602px;
  }
  .listing-big-grid-product-3--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .listing-big-grid-product-3 {
    flex: 0 0 calc(100vw - 40px);
    max-width: 1260px;
    margin-bottom: 16px;
  }
  .listing-big-grid-product-3 .product__cover img {
    height: calc(100vw - 40px);
    max-height: 1260px;
  }
  .listing-big-grid-product-3--filler {
    margin-bottom: 0;
  }
}

.listing-list {
  display: flex;
  flex-direction: column;
}
.listing-list .product {
  display: flex;
  margin-bottom: 2rem;
}
.listing-list .product img {
  width: 230px;
}
.listing-list .product__cover {
  overflow: visible;
  margin-right: 2rem;
  margin-bottom: 0;
}
.listing-list .product__artists {
  margin: 0 0 0.5rem 0;
  font-size: 24px;
  line-height: 30px;
  font-family: "Public Sans", sans-serif;
  font-weight: 800;
}
.listing-list .product__title {
  font-size: 16px;
  font-weight: 600;
}
.listing-list .product__labels {
  background: url("/static/icons/star.svg") no-repeat left center;
  background-size: 10px;
  padding-left: 12px;
}
@media (max-width: 500px) {
  .listing-list .product {
    margin-bottom: 1rem;
  }
  .listing-list .product img {
    width: 100px;
  }
  .listing-list .product__cover {
    margin-right: 1rem;
  }
  .listing-list .product__artists {
    margin-bottom: 0.1rem;
    font-size: 13px;
  }
  .listing-list .product__title {
    font-size: 17px;
    line-height: 23px;
  }
  .listing-list .product__blurb {
    display: none;
  }
}

.listing-params {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  font-family: Karla, sans-serif;
}
.listing-params__top-line {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
  margin: 3rem 0 0.5rem 0;
  font-weight: 200;
  align-items: center;
  gap: 0.5rem;
}
.listing-params a {
  text-decoration: none;
}
.listing-params__sort, .listing-params__filter {
  position: relative;
}
.listing-params__sort a, .listing-params__filter a {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.listing-params__sort svg, .listing-params__filter svg {
  width: 0.5rem;
  margin-left: 0.3rem;
}
.listing-params__sort-dropdown, .listing-params__filter-dropdown {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 1rem;
  margin-top: 0.4rem;
  width: 9rem;
  left: -1rem;
  display: none;
  z-index: 10;
}
.listing-params__sort-dropdown--visible, .listing-params__filter-dropdown--visible {
  display: block;
}
.listing-params__sort-dropdown-item, .listing-params__filter-dropdown-item {
  display: block;
}
.listing-params__sort-dropdown-item--selected, .listing-params__filter-dropdown-item--selected {
  font-weight: 600;
}
@media (max-width: 500px) {
  .listing-params__sort, .listing-params__filter {
    flex: 0 0 50%;
    border-right: 0;
    order: -1;
  }
}
.listing-params__display {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.listing-params__display a {
  display: block;
  padding: 2px;
}
.listing-params__display svg {
  width: 16px;
  height: 16px;
  margin: 0;
}
.listing-params__display-option--disabled {
  color: gray;
}
@media (max-width: 500px) {
  .listing-params__display {
    padding-left: 0;
  }
  .listing-params__display *:first-child svg {
    margin-left: 0;
  }
}
.listing-params__length {
  padding: 0.3rem 0.7rem;
  position: relative;
  border-right: 1px solid black;
}
.listing-params__length svg {
  width: 0.85rem;
  margin-left: 0.5rem;
}
.listing-params__length-dropdown {
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 1rem;
  margin-top: 0.4rem;
  width: 9rem;
  left: -0.3rem;
  display: none;
}
.listing-params__length-dropdown--visible {
  display: block;
}
.listing-params__length-dropdown-item--selected {
  font-weight: 600;
}
.listing-params__available {
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
}
.listing-params__available svg {
  width: 0.85rem;
  margin-right: 0.5rem;
}
.listing-params__filters {
  padding: 0.3rem 0.7rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.listing-params__filters svg {
  width: 1.1rem;
  margin-right: 0.5rem;
}
.listing-params__spacer {
  flex: 1 2 auto;
}
.listing-params__previous-page {
  padding: 0.3rem 0.7rem;
  display: flex;
  align-items: center;
  height: 25px;
}
.listing-params__previous-page svg {
  width: 0.85rem;
}
.listing-params__pages {
  padding: 0.3rem 0.7rem;
}
.listing-params__next-page {
  padding: 0.3rem 0 0.3rem 0.7rem;
  display: flex;
  align-items: center;
  height: 25px;
}
.listing-params__next-page svg {
  width: 0.85rem;
}
.listing-params__mobile-only {
  display: none;
}
@media (max-width: 500px) {
  .listing-params__desktop-only {
    display: none;
  }
  .listing-params__mobile-only {
    display: inline;
  }
}
.listing-params__tags {
  display: none;
  align-items: baseline;
  overflow-x: auto;
  border-top: 1px solid lightgrey;
}
.listing-params__tags--visible {
  display: flex;
}
.listing-params__tags--active {
  background: black !important;
  color: white;
}
.listing-params__tags a {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2em;
  padding: 0.2em 0.7em;
  margin: 0.4em;
  border: 1px solid lightgrey;
  text-decoration: none;
  flex: 0 0 auto;
}
.listing-params__tags-styles {
  border-bottom: 1px solid lightgray;
}
.listing-params__tags::-webkit-scrollbar {
  display: none;
}

.listing-pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product-page__content {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .product-page__content {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .product-page__content {
    padding: 16px;
  }
}
.product-page__content {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin-bottom: 64px;
}
@media (max-width: 500px) {
  .product-page__content {
    padding: 0;
  }
}
.product-page__side {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
}
.product-page__main {
  padding-left: 32px;
  flex: 0 1 50%;
}
.product-page__admin {
  float: right;
}
.product-page__info h1 {
  margin-top: 0;
}
.product-page__info h2 {
  font-weight: normal;
}
.product-page__featured-artists {
  font-family: Karla, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.product-page__featured-artists a {
  margin-left: 4px;
}
.product-page__details {
  font-family: Karla, sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
}
.product-page__details p {
  margin: 4px 0;
}
.product-page__details span {
  margin-right: 8px;
}
.product-page__details-format {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 16px;
}
.product-page__details-format--current {
  border: solid black 2px;
}
.product-page__details-format--other {
  border: solid lightgray 2px;
}
.product-page__details-format-name {
  font-weight: bold;
}
.product-page__details .product-page__details-stock {
  margin-top: 16px;
}
.product-page__details-free-digital {
  display: flex;
  margin: 16px 0;
  gap: 8px;
  align-items: center;
}
.product-page__details-free-digital svg {
  width: 20px;
  height: 20px;
  display: block;
}
.product-page__abstract {
  margin: 16px 0;
  font-size: 20px;
}
.product-page__description {
  font-family: "Tiempos Text", serif;
  font-size: 18px;
  padding: 16px 0;
}
.product-page__description img {
  max-width: 100%;
}
.product-page__price {
  padding: 8px 0;
  font-size: 24px;
  line-height: 1em;
  margin: 8px 0;
}
.product-page__main-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}
.product-page__old-price {
  font-size: 20px;
  color: #999;
  text-decoration: line-through;
}
.product-page__price-note {
  font-size: 12px;
}
.product-page__free {
  margin-left: auto;
  font-size: 14px;
}
.product-page__details-fold {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.product-page__details-fold-title {
  padding: 0.7em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Public Sans", sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.product-page__details-fold-title svg {
  width: 14px;
  height: 14px;
}
.product-page__details-fold-close-icon {
  display: none;
}
.product-page__details-fold-content {
  display: none;
  padding: 0.5em 0;
}
.product-page__details-fold--open .product-page__details-fold-open-icon {
  display: none;
}
.product-page__details-fold--open .product-page__details-fold-close-icon {
  display: block;
}
.product-page__details-fold--open .product-page__details-fold-content {
  display: block;
}
.product-page__details-fold-item {
  font-family: Karla, sans-serif;
  font-size: 85%;
  line-height: 2.2;
}
.product-page__details-fold-item-notes {
  line-height: initial;
}
.product-page__actions {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.product-page__actions .add-to-cart {
  margin-right: 8px;
}
.product-page__included-in {
  font-family: Karla, sans-serif;
  font-size: 85%;
}
.product-page__included-in-item {
  display: flex;
  margin: 10px 0;
}
.product-page__included-in-image {
  height: 80px;
  width: 120px;
  flex: 0 0 auto;
  background-size: cover;
  background-position: top center;
  border: 2px solid white;
  outline: 2px solid #ff3700;
  margin: 2px 16px 2px 2px;
}
.product-page__included-in-details h3 {
  color: #ff3700;
  margin: 0;
  font-family: Karla, sans-serif;
}
.product-page__included-in-details a {
  color: #ff3700;
  text-decoration: none;
}
.product-page__included-in-details p {
  margin: 0;
  color: #666;
}
@media (max-width: 500px) {
  .product-page__included-in {
    padding: 0 16px;
  }
}
.product-page__file-under {
  margin: 40px 0;
  font-family: Karla, sans-serif;
  font-size: 85%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1.4em;
}
.product-page__file-under b {
  margin-right: 0.5em;
}
.product-page__file-under-item {
  display: inline-block;
  border-radius: 2em;
  padding: 0.2em 0.7em;
  margin: 0.1em 0.4em 0.1em 0;
  border: 1px solid lightgrey;
  text-decoration: none;
}
@media (max-width: 500px) {
  .product-page__file-under {
    padding: 0 16px;
  }
}
.product-page__playlist-ribbon-mobile {
  display: none;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
  background: white;
  margin: 5px 0;
  border: 2px solid black;
  border-right: 0;
  border-left: 0;
  line-height: 1em;
  text-decoration: none;
}
.product-page__playlist-ribbon-mobile svg {
  width: 8px;
  height: 8px;
  margin: 10px 30px;
  transform: scale(6);
  fill: #ff3700;
}
@media (max-width: 500px) {
  .product-page__playlist-ribbon-mobile {
    display: flex;
  }
}
.product-page__playlist-ribbon-desktop {
  display: block;
  position: relative;
  top: -50px;
  background: white;
  float: right;
  text-align: center;
  margin-left: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  border: 1px solid black;
  border-bottom: 0;
  width: 101px;
  padding-bottom: 50px;
  overflow: hidden;
  text-decoration: none;
}
.product-page__playlist-ribbon-desktop svg {
  width: 40px;
  height: 40px;
  margin: 10px 10px 0 10px;
  fill: #ff3700;
}
.product-page__playlist-ribbon-desktop div {
  margin: 5px 10px 10px 10px;
}
.product-page__playlist-ribbon-desktop::after {
  position: absolute;
  left: 0;
  bottom: -70px;
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  transform-origin: center;
  transform: rotate(45deg);
  border: 1px solid black;
}
@media (max-width: 500px) {
  .product-page__playlist-ribbon-desktop {
    display: none;
  }
}
.product-page__reviews {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .product-page__reviews {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .product-page__reviews {
    padding: 16px;
  }
}
.product-page__reviews {
  margin-top: 80px;
  margin-bottom: 80px;
}
.product-page__reviews-container {
  overflow: hidden;
}
.product-page__reviews-slider {
  display: flex;
  width: 100%;
  transform: translateX(0);
  transition: transform 0.3s;
}
.product-page__reviews-review {
  width: 100%;
  flex: 0 0 100%;
  text-align: center;
  padding: 24px;
  font-size: 120%;
}
.product-page__reviews-stars {
  display: flex;
  height: 24px;
  width: 140px;
  margin: 20px auto;
}
.product-page__reviews-star {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 2px;
}
.product-page__reviews-star svg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.product-page__reviews-star svg:first-child {
  fill: #eee;
}
.product-page__reviews-star--half svg:last-child {
  clip: rect(0, 12px, 24px, 0);
}
.product-page__reviews-star--empty svg:last-child {
  display: none;
}
.product-page__reviews-text {
  font-style: italic;
}
.product-page__reviews-source, .product-page__reviews-toggle {
  white-space: nowrap;
}
.product-page__reviews-toggle {
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.product-page__reviews-source {
  text-align: right;
}
.product-page__reviews-bullets {
  display: flex;
  justify-content: center;
}
.product-page__reviews-bullet {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 2px solid black;
  cursor: pointer;
  margin: 4px;
}
.product-page__reviews-bullet--active {
  background: #ff3700;
}
.product-page__reviews-full {
  overflow: hidden;
  height: 0;
  transition: height 0.5s;
  text-align: justify;
  hyphens: auto;
}
.product-page__products {
  border-top: 1px solid #000;
  padding-top: 64px;
}
.product-page__mobile-menu {
  display: none;
}
.product-page__details-fold .product-page__file-under {
  display: none;
}
@media (max-width: 896px) {
  .product-page__content {
    flex-direction: column;
  }
  .product-page__side, .product-page__main {
    flex: 1 1 auto;
    width: 100%;
  }
  .product-page__side, .product-page__main {
    padding: 0 16px;
    overflow: hidden;
  }
  .product-page__side .product-page__file-under {
    display: none;
  }
  .product-page__details-fold .product-page__file-under {
    display: block;
  }
  .product-page__description {
    clear: both;
    font-size: 16px;
  }
  .product-page__included-in {
    flex: 1 0 100%;
  }
  .product-page__player {
    flex: 1;
  }
  .product-page__file-under {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .product-page {
    padding: 0;
  }
  .product-page__mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: white;
    display: flex;
    z-index: 15;
  }
  .product-page__mobile-menu > * {
    flex: 1 0 33%;
    border-top: 1px solid black;
    display: flex;
  }
  .product-page__mobile-menu-wishlist {
    justify-content: stretch;
    align-items: stretch;
  }
  .product-page__mobile-menu-wishlist .add-to-wishlist {
    font-size: 16px;
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
  }
  .product-page__mobile-menu-wishlist .add-to-wishlist svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .product-page__mobile-menu-play {
    font-size: 18px;
    border-left: 1px solid black;
    border-bottom: none;
    justify-content: center;
    align-items: center;
  }
  .product-page__mobile-menu-play svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .product-page__mobile-menu-play--disabled {
    color: #999;
  }
  .product-page__mobile-menu-play--active {
    color: #ff3700;
    border-top: 0;
  }
  .product-page__mobile-menu-cart {
    justify-content: stretch;
    align-items: stretch;
  }
  .product-page__mobile-menu-oos {
    border-left: 1px solid black;
    justify-content: center;
    align-items: center;
  }
  .product-page h1, .product-page h2 {
    margin: 8px 0;
  }
  .product-page__description {
    padding: 0;
    font-size: 15px;
  }
}

.product-image-slider {
  position: relative;
  z-index: 1;
}
.product-image-slider, .product-image-slider__container, .product-image-slider__image {
  width: 100%;
  height: auto;
  max-height: 70vh;
  aspect-ratio: 1;
}
.product-image-slider__container {
  overflow: hidden;
  position: relative;
}
.product-image-slider__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  transform: translateX(0);
  transition: transform 0.3s;
  z-index: 2;
}
.product-image-slider__inner--dragging {
  transition: none;
}
.product-image-slider__image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 0 auto;
}
.product-image-slider__dots {
  position: absolute;
  left: -25px;
  height: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
}
.product-image-slider__dot {
  background: rgba(255, 255, 255, 0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.product-image-slider__dot--active {
  background: rgba(0, 0, 0, 0.6);
  border: none;
}
.product-image-slider__next, .product-image-slider__prev {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 50%;
  cursor: pointer;
}
.product-image-slider__next {
  right: 0;
}
.product-image-slider__prev {
  left: 0;
}
.product-image-slider__zoom {
  cursor: pointer;
}
.product-image-slider__zoom svg {
  width: 16px;
  height: 16px;
  position: relative;
  left: 2px;
}
@media (max-width: 500px) {
  .product-image-slider__dots {
    left: -10px;
  }
}

.artist-page__small-header {
  text-align: center;
}
.artist-page__small-header h1 {
  font-size: 26px;
}
@media (max-width: 500px) {
  .artist-page__small-header {
    font-size: 20px;
  }
}
.artist-page__header {
  margin: 10px 0;
}
.artist-page__header-inner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 32px;
  display: flex;
  justify-content: stretch;
}
@media (max-width: 500px) {
  .artist-page__header-inner {
    padding: 0 16px;
  }
}
.artist-page__header--dark {
  color: white;
}
.artist-page__info {
  flex: 1 1 auto;
  padding: 16px 0;
}
.artist-page__description {
  margin: 16px 0;
  font-family: "Tiempos Text", serif;
}
.artist-page__image {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.artist-page__image img {
  max-width: 300px;
  max-height: 300px;
  pointer-events: none;
  position: relative;
}
.artist-page__image--transparent img {
  margin-top: -50px;
}
.artist-page__image--opaque img {
  margin: -50px 0 10px 0;
}
@media (max-width: 700px) {
  .artist-page__header-inner {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
  .artist-page__description {
    display: none;
  }
  .artist-page__image {
    justify-content: center;
  }
  .artist-page__image img {
    max-height: none;
    margin: 0;
  }
  .artist-page__image--transparent img {
    max-width: 90%;
  }
  .artist-page__image--opaque img {
    max-width: 100%;
  }
}
.artist-page__content {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .artist-page__content {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .artist-page__content {
    padding: 16px;
  }
}
.artist-page__mobile-description {
  display: none;
}
@media (max-width: 700px) {
  .artist-page__mobile-description {
    display: block;
    margin: 16px 0;
  }
}
.artist-page__relations {
  margin: 16px 0;
}
.artist-page__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.artist-page__product {
  flex: 0 0 calc(25vw - 32px);
  max-width: 293px;
  margin-bottom: 32px;
}
.artist-page__product .product__cover img {
  height: calc(25vw - 32px);
  max-height: 293px;
}
.artist-page__product--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .artist-page__product {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
  }
  .artist-page__product .product__cover img {
    height: calc(50vw - 48px);
    max-height: 602px;
  }
  .artist-page__product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .artist-page__product {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .artist-page__product .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .artist-page__product--filler {
    margin-bottom: 0;
  }
}

.label-page__small-header {
  text-align: center;
}
.label-page__small-header h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
@media (max-width: 500px) {
  .label-page__small-header {
    font-size: 20px;
  }
}
.label-page__small-header-star {
  font-size: 1.2rem;
  margin-right: 1.2rem;
  margin-bottom: 0.2rem;
}
.label-page__header {
  margin: 10px 0;
  background: #ccc;
}
.label-page__header-inner {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
  display: flex;
  justify-content: stretch;
}
@media (max-width: 500px) {
  .label-page__header-inner {
    padding: 16px;
  }
}
.label-page__info {
  max-width: 700px;
  background: white;
  padding: 16px;
}
.label-page__info h1 {
  margin: 0;
}
.label-page__info p {
  margin: 0.5em 0;
}
.label-page__content {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .label-page__content {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .label-page__content {
    padding: 16px;
  }
}
.label-page__artists {
  margin: 16px 0;
}
.label-page__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.label-page__product {
  flex: 0 0 calc(25vw - 32px);
  max-width: 293px;
  margin-bottom: 32px;
}
.label-page__product .product__cover img {
  height: calc(25vw - 32px);
  max-height: 293px;
}
.label-page__product--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .label-page__product {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
  }
  .label-page__product .product__cover img {
    height: calc(50vw - 48px);
    max-height: 602px;
  }
  .label-page__product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .label-page__product {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .label-page__product .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .label-page__product--filler {
    margin-bottom: 0;
  }
}

.cart {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .cart {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .cart {
    padding: 16px;
  }
}
.cart__main {
  display: flex;
}
.cart__main button, .cart__main input {
  border: 1px solid black;
  background: white;
  margin-right: 2px;
  padding: 4px 8px;
}
.cart__positions {
  flex: 2 2 auto;
  margin-right: 2em;
}
.cart__until-free {
  padding-top: 12px;
}
.cart__until-free-main {
  border-bottom: 2px solid limegreen;
  white-space: nowrap;
}
.cart__sidebar {
  flex: 0 0 23rem;
}
.cart__membership-cta {
  margin-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #999;
}
.cart__membership-cta-content {
  padding: 1em 1em 0;
  font-weight: bold;
  border: 2px solid limegreen;
  line-height: 1.2;
}
.cart__membership-cta-content h2 {
  margin: 0;
}
.cart__membership-cta-cols {
  display: flex;
  font-size: 13px;
  padding-top: 1.5em;
}
.cart__membership-cta-cols-col {
  display: flex;
  flex-direction: row;
}
.cart__membership-cta-cols-icon {
  width: 16px;
  height: 16px;
  margin: 2px 6px 0 0;
}
.cart__membership-cta-more {
  font-size: small;
  text-decoration: underline;
}
.cart__membership-cta-detail {
  padding-top: 1em;
  font-size: small;
}
.cart__membership-cta-claimer {
  font-size: 13px;
  font-weight: 300;
  margin: 8px 0;
  text-align: center;
}
.cart__membership-cta-claimer strong {
  font-weight: 700;
}
.cart__membership-cta-action {
  margin: 24px 0 8px 0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.cart__membership-cta-action button {
  display: block;
  text-decoration: none;
  padding: 5px 8px;
  color: white;
  background: black;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.cart__total {
  padding-bottom: 24px;
  border-bottom: 1px solid #999;
  margin-top: 24px;
}
.cart__total-component {
  margin: 4px 0;
  overflow: hidden;
}
.cart__total-component strong {
  float: right;
}
.cart__auth .auth {
  padding: 0;
}
.cart__auth .auth__text {
  margin: 20px 0;
}
.cart__auth .auth__social {
  flex-flow: row !important;
}
.cart__auth .auth__social-button span {
  display: none;
}
.cart__auth .auth__forms {
  flex-flow: column;
}
.cart__item {
  position: relative;
  display: flex;
  justify-content: stretch;
  flex-wrap: nowrap;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.cart__item-image {
  width: 120px;
  margin: 10px 10px 10px 0;
  flex: 0 0 120px;
  text-align: center;
}
.cart__item-image img {
  max-width: 120px;
}
.cart__item-image svg {
  height: 80px;
  width: 80px;
}
.cart__item-details {
  display: flex;
  justify-content: stretch;
  flex: 1 1 auto;
  padding: 5px 0;
}
.cart__item-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
}
.cart__item-note {
  font-size: 13px;
  font-style: italic;
}
.cart__item-controls {
  flex: 0 0 auto;
  width: max-content;
}
.cart__item-numbers {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.cart__item-numbers--discount {
  color: #070;
  font-size: 90%;
}
.cart__item-numbers--final {
  justify-content: flex-end;
}
.cart__item-price {
  flex: 0 0 auto;
  line-height: 1.05em;
  margin: 2px 0;
  text-align: right;
  margin-right: 0.4em;
}
.cart__item-quantity {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border: 1px solid grey;
}
.cart__item-quantity input {
  width: 30px;
  text-align: center;
  border: none;
  font-size: initial;
}
.cart__item-quantity button {
  font-size: initial;
  border: none;
}
.cart__item-remove {
  cursor: pointer;
  padding: 8px;
  margin: -6px 0 -8px 0;
}
.cart__item-remove svg {
  width: 10px;
  height: 10px;
  margin: 0;
}
.cart__item-error {
  color: maroon;
  font-weight: bold;
  margin: 8px 0;
}
.cart__item:last-child {
  border-bottom: none;
}
.cart__note {
  font-size: smaller;
  color: rgb(66, 66, 66);
  padding-top: 1em;
}
.cart__store-aside {
  border: 1px solid black;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 4px 8px;
}
.cart__store-aside-items {
  margin: 0.5em 0 2em;
}
.cart__coupon {
  margin: 1em 0 0;
}
.cart__coupon-fields {
  margin-bottom: 1em;
  display: flex;
}
.cart__coupon-fields input {
  width: max-content;
  flex: 2 2 auto;
}
.cart__coupon-fields button {
  flex: auto;
  font-size: inherit;
  line-height: inherit;
}
.cart__actions {
  padding: 24px 0;
  display: flex;
  justify-content: flex-end;
}
.cart__actions a {
  display: block;
  text-decoration: none;
  padding: 5px 8px;
  color: white;
  background: black;
  width: 100%;
  text-align: center;
}
@media (max-width: 896px) {
  .cart__main {
    flex-direction: column;
  }
  .cart__positions {
    margin-right: 0;
  }
  .cart__item {
    margin-bottom: 1em;
  }
  .cart__item-details {
    flex-direction: column;
  }
  .cart__item-controls {
    margin-left: auto;
  }
  .cart__item-info strong {
    display: block;
    padding-right: 12px;
  }
  .cart__sidebar {
    border-top: 1px solid #999;
  }
}
@media (max-width: 350px) {
  .cart__item-image {
    width: 80px;
    flex: 0 0 80px;
  }
  .cart__item-image img {
    max-width: 80px;
  }
}

.checkout {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .checkout {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .checkout {
    padding: 16px;
  }
}
.checkout {
  display: flex;
  flex-direction: row;
}
.checkout__wrapper {
  flex: 1 1 75%;
  padding-right: 32px;
  max-width: calc(100% - 250px);
}
.checkout__address-form {
  width: 100%;
  margin-bottom: 2em;
}
.checkout__address-form-wrapper {
  display: grid;
  grid-template-columns: [left] 50% [center] 50% [right];
  grid-template-rows: repeat(5, auto [row-start]);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
.checkout__address-form-field {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  padding: 0.4em;
  position: relative;
}
.checkout__address-form-field-note {
  display: flex;
  justify-content: flex-end;
  margin-left: 8px;
  flex: 0 1 auto !important;
  visibility: hidden;
}
.checkout__address-form-field-note svg {
  width: 15px;
  margin: 0 6px 6px 0;
  color: #ffaa00;
}
.checkout__address-form-field-note-text {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  line-height: 1em;
  justify-content: flex-start;
}
.checkout__address-form-field-note span {
  white-space: pre-wrap;
}
.checkout__address-form-field label {
  display: flex;
  font-size: smaller;
  color: #333;
  justify-content: space-between;
}
.checkout__address-form-field label > * {
  flex: 0 0 auto;
}
.checkout__address-form-field input, .checkout__address-form-field textarea, .checkout__address-form-field select {
  border: none;
  font-size: larger;
  outline: none;
  background: transparent;
}
.checkout__address-form-field:focus-within .checkout__address-form-field-note {
  visibility: visible;
}
.checkout__address-form-field--error input, .checkout__address-form-field--error textarea, .checkout__address-form-field--error select {
  border-bottom: 2px solid #ff2600;
}
.checkout__address-form-field--error label {
  color: #ff2600;
}
.checkout__address-form-field--address, .checkout__address-form-field--phone {
  grid-column: 1/3;
}
.checkout__address-form--shipping .checkout__address-form-field--company_name {
  grid-column: 1/3;
}
.checkout__address-form-buttons {
  grid-column: 2/3;
  padding-bottom: 4em;
}
.checkout__address-form-buttons button {
  background: black;
  color: white;
  padding: 0.6em 1.5em;
  margin: 0.3em 0;
  float: right;
  font-size: inherit;
}
.checkout__address-form-result {
  padding: 0.4em;
}
.checkout__address-form-result--pending {
  color: gray;
}
.checkout__address-form-result--success {
  color: seagreen;
}
.checkout__address-form-result--error {
  color: #ff2600;
}
.checkout__addresses {
  border: 1px solid #000;
  padding: 0.5em;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.checkout__addresses-item {
  display: flex;
  justify-content: stretch;
  align-items: center;
  border-bottom: 1px solid #000;
  margin: 0.5em;
  padding-bottom: 0.5em;
}
.checkout__addresses-item input {
  margin-right: 8px;
  cursor: pointer;
}
.checkout__addresses-item label {
  flex: 1 1 auto;
  cursor: pointer;
}
.checkout__addresses-item-delete svg {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  cursor: pointer;
}
.checkout__addresses-item-delete svg:hover {
  opacity: 1;
  fill: maroon;
}
.checkout__addresses-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout__billing-same {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin: 0.5em;
  padding-bottom: 0.5em;
}
.checkout__billing-same input {
  margin-right: 8px;
  cursor: pointer;
}
.checkout__billing-same label {
  flex: 1 1 auto;
  cursor: pointer;
}
.checkout__options {
  border: 1px solid #000;
  padding: 0.5em;
}
.checkout__options-item {
  margin: 0.5em;
  padding-bottom: 0.5em;
}
.checkout__options-item label span {
  float: right;
  font-size: 110%;
}
.checkout__options-item span {
  display: block;
  font-size: 80%;
}
.checkout__options-item-disabled {
  color: gray;
}
.checkout__options-until-free {
  margin: 0.5em;
}
.checkout__options-until-free-main {
  border-bottom: 2px solid limegreen;
  white-space: nowrap;
}
.checkout__no-shipping-yet {
  border: 1px solid #000;
  padding: 0.5em;
  font-weight: bold;
}
.checkout__store-aside-info {
  border: 1px solid #000;
  padding: 0.5em;
}
.checkout-store-aside-confirm {
  display: flex;
  align-items: center;
}
.checkout-store-aside-confirm input {
  margin-right: 8px;
}
.checkout__payment {
  border: 1px solid #000;
  padding: 0.5em;
}
.checkout__payment-item {
  border-bottom: 1px solid #000;
  margin: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.checkout__payment-item input {
  margin-right: 0.5em;
}
.checkout__payment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout__payment-paypal {
  height: 30px;
}
.checkout__payment-new-card-title {
  display: flex;
  align-items: center;
}
.checkout__payment-new-card-title img {
  height: 40px;
}
@media (max-width: 500px) {
  .checkout__payment-new-card-title img {
    height: 20px;
  }
}
.checkout__payment-new-card-form {
  display: none;
}
.checkout__payment-new-card-form--visible {
  display: block;
}
.checkout__payment-new-card-number {
  margin: 8px 0;
}
.checkout__payment-new-card-error {
  color: #ff2600;
}
.checkout__payment-new-card-save {
  display: flex;
  align-items: center;
}
.checkout__payment-new-card-save input {
  margin-right: 8px;
}
.checkout__payment-saved-card {
  display: flex;
  align-items: center;
}
.checkout__payment-saved-card img {
  height: 40px;
  margin-right: 8px;
}
.checkout__comment {
  border: 1px solid #000;
  padding: 0.5em;
  width: 100%;
  min-height: 100px;
}
.checkout__summary {
  margin: 20px 0;
  font-size: 26px;
  text-align: center;
}
.checkout__submit {
  width: 100%;
  text-align: center;
  display: none;
}
.checkout__submit button {
  padding: 0.5em 2em;
  background: black;
  color: white;
  font-size: 130%;
  cursor: pointer;
}
.checkout__submit--visible {
  display: block;
}
.checkout__submit--inactive {
  opacity: 0.5;
  pointer-events: none;
}
.checkout__paypal {
  width: 400px;
  margin: 0 auto;
  display: none;
}
.checkout__paypal--visible {
  display: block;
}
.checkout__paypal--inactive {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 500px) {
  .checkout__paypal {
    width: 250px;
  }
}
.checkout__sidecart {
  flex: 1 1 25%;
  min-width: 250px;
}
.checkout__sidecart-edit {
  display: block;
  text-align: right;
  margin-bottom: 2em;
}
.checkout__sidecart-item {
  display: block;
  text-align: right;
  padding-bottom: 2em;
  text-decoration: none;
  overflow: hidden;
}
.checkout__sidecart-item-image {
  width: 70px;
  height: 70px;
  margin: 0 1em 0 0;
  float: left;
}
.checkout__sidecart-item-image img {
  width: 70px;
}
.checkout__sidecart-item-details {
  font-size: 80%;
}
.checkout__sidecart-item-details strong {
  text-decoration: none !important;
}
.checkout__sidecart-item-price {
  font-size: 80%;
  text-decoration: none !important;
}
.checkout__sidecart-until-free {
  margin: 16px 0;
  font-size: 92%;
}
.checkout__sidecart-until-free-main {
  border-bottom: 2px solid limegreen;
  white-space: nowrap;
}
.checkout__sidecart-info {
  overflow: hidden;
}
.checkout__sidecart-info strong {
  float: right;
}
.checkout__sidecart-total strong {
  float: right;
}
.checkout__sidecart-total {
  font-size: 120%;
}
.checkout__error {
  margin: 16px 0;
  text-align: center;
  color: #ff2600;
}
@media (max-width: 896px) {
  .checkout {
    flex-direction: column;
  }
  .checkout__wrapper {
    padding: 0;
    font-size: 90%;
    max-width: 100%;
  }
  .checkout__address-form-field {
    grid-column: 1/3;
  }
}

.shipping-editor__part {
  margin: 16px 0;
}
.shipping-editor__row {
  display: flex;
  margin: 8px 0;
}
.shipping-editor__row-label {
  width: 150px;
  margin-right: 10px;
}
.shipping-editor__row-required {
  color: red;
}
.shipping-editor__row input, .shipping-editor__row select {
  width: 200px;
  padding: 4px;
}
.shipping-editor__actions button[type=button] {
  opacity: 0.6;
}

.order-confirm {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .order-confirm {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .order-confirm {
    padding: 16px;
  }
}
.order-confirm__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.order-confirm__options-column {
  flex: 1 1 400px;
}
.order-confirm__options-column p {
  margin: 4px 0;
}
.order-confirm__cart {
  margin: 24px 0;
}
.order-confirm__cart-item {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
}
.order-confirm__cart-item-image {
  width: 120px;
  margin: 10px 10px 10px 0;
  flex: 0 0 120px;
}
.order-confirm__cart-item-image img {
  max-width: 120px;
}
.order-confirm__cart-item-details {
  display: flex;
  justify-content: stretch;
  flex: 1 1 auto;
  flex-wrap: wrap;
}
.order-confirm__cart-item-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}
.order-confirm__cart-item-controls {
  flex: 0 1 360px;
  display: flex;
  align-items: center;
}
.order-confirm__cart-item-price {
  margin: 10px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
}
.order-confirm__cart-item-quantity {
  margin: 10px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
}
.order-confirm__cart-item-quantity input {
  width: 30px;
}
.order-confirm__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-confirm__comment {
  flex: 0 1 400px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.order-confirm__comment h3 {
  margin: 0;
}
.order-confirm__comment textarea {
  height: 100px;
  resize: both;
}
.order-confirm__summary {
  text-align: right;
}
.order-confirm__actions {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.order-confirm__actions a, .order-confirm__actions button {
  display: block;
  border: 1px solid black;
  background: transparent;
  text-decoration: none;
  padding: 4px 8px;
  font: inherit;
}
.order-confirm__actions .order-confirm__confirm {
  font-weight: bold;
}
.order-confirm__paypal {
  max-width: 300px;
  margin: 32px auto;
}
@media (max-width: 500px) {
  .order-confirm__cart-item-info, .order-confirm__cart-item-price, .order-confirm__cart-item-quantity {
    margin: 0 0 0 8px;
  }
}

.order {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .order {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .order {
    padding: 16px;
  }
}
.order {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.order__heading, .order__items, .order__bottom {
  grid-column: 1/span 2;
}
.order table {
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0 -10px;
}
.order td {
  padding: 0;
}
.order__history-message {
  white-space: pre-wrap;
}
.order__history-send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order__history-send textarea {
  width: 300px;
  height: 100px;
  resize: both;
}
.order__history-send button {
  margin: 8px;
}
.order__address--billing {
  grid-column: 1;
}
.order__address--shipping {
  grid-column: 2;
}
.order__address p {
  margin: 4px 0;
}
.order__address-bank {
  margin-top: 16px;
}
.order__items {
  margin: 10px 0;
}
.order__items-row {
  display: flex;
  justify-content: stretch;
}
.order__items-row-image {
  width: 120px;
  margin: 10px 10px 10px 0;
  flex: 0 0 120px;
}
.order__items-row-image img {
  max-width: 120px;
}
.order__items-row-details {
  display: flex;
  justify-content: stretch;
  flex: 1 1 auto;
}
.order__items-row-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  margin: 10px;
}
.order__items-row-gift-voucher {
  display: flex;
  gap: 0 8px;
  align-items: center;
  padding: 8px;
}
.order__items-row-gift-voucher button {
  background: transparent;
  border: 0;
  padding: 4px;
  cursor: pointer;
  position: relative;
}
.order__items-row-gift-voucher svg {
  width: 16px;
  height: 16px;
  margin: 0;
}
.order__items-row-gift-code {
  letter-spacing: 0.02em;
  min-width: 90px;
  display: inline-block;
}
.order__items-row-status {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.order__items-row-controls {
  flex: 0 0 360px;
  display: flex;
  align-items: center;
}
.order__items-row-price {
  margin: 10px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
}
.order__items-row-quantity {
  margin: 10px;
  flex: 0 0 80px;
  display: flex;
  align-items: center;
}
.order__items-row-quantity input {
  width: 30px;
}
@media (max-width: 800px) {
  .order__items-row-details {
    flex-direction: column;
  }
  .order__items-row-controls, .order__items-row-status {
    flex: 0 0 auto;
  }
}
@media (max-width: 800px) {
  .order__items-row {
    flex-direction: column;
  }
}
.order__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order__comment {
  flex: 0 1 400px;
}
.order__comment h3 {
  margin: 0;
}
.order__comment-text {
  white-space: pre-wrap;
}
.order__summary {
  text-align: right;
}
@media (max-width: 500px) {
  .order {
    grid-template-columns: 1fr;
  }
  .order > * {
    grid-column: 1 !important;
  }
}

.profile-editor {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .profile-editor {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .profile-editor {
    padding: 16px;
  }
}
.profile-editor__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-editor__columns {
  display: flex;
  flex-wrap: wrap;
}
.profile-editor__column {
  flex: 1 0 300px;
  margin: 8px;
}
.profile-editor__block {
  margin-bottom: 16px;
}
.profile-editor__row {
  display: flex;
  margin: 8px 0;
}
.profile-editor__row-label {
  width: 150px;
}
.profile-editor__row-label--required::after {
  content: " *";
  color: red;
}
.profile-editor__row input, .profile-editor__row select {
  width: 200px;
  padding: 4px;
}
.profile-editor__save {
  border: 1px solid black;
  font-size: 18px;
  color: black;
  background: transparent;
  padding: 8px 16px;
}
.profile-editor__save--disabled {
  color: gray;
  border-color: gray;
}

.profile-navigation {
  display: flex;
  margin: 2em auto;
  max-width: 1300px;
  gap: 2em;
  font-size: 20px;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  padding: 0 32px;
}
.profile-navigation__link {
  padding: 0.4em 0.8em;
  margin: 0 -0.8em;
  display: block;
}
.profile-navigation__link--current {
  background: black;
  color: white;
  text-decoration: none;
}

@media (max-width: 896px) {
  .profile-navigation {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .profile-navigation {
    padding: 0 16px;
    flex-flow: column;
    font-size: 16px;
  }
}
.order-history {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .order-history {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .order-history {
    padding: 16px;
  }
}
.order-history__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-history__orders td {
  padding: 8px;
}
.order-history__orders tbody tr:nth-child(2n+1) {
  background: #f8f8f8;
}

.digital-purchases {
  margin: 0 auto;
  max-width: 1300px;
  padding: 16px;
}

.wishlist {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .wishlist {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .wishlist {
    padding: 16px;
  }
}
.wishlist__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wishlist__product {
  position: relative;
  flex: 0 0 calc(25vw - 32px);
  max-width: 293px;
  margin-bottom: 32px;
}
.wishlist__product .product__cover img {
  height: calc(25vw - 32px);
  max-height: 293px;
}
.wishlist__product--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .wishlist__product {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
  }
  .wishlist__product .product__cover img {
    height: calc(50vw - 48px);
    max-height: 602px;
  }
  .wishlist__product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .wishlist__product {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .wishlist__product .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .wishlist__product--filler {
    margin-bottom: 0;
  }
}
.wishlist__product .add-to-wishlist {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.wishlist__product .add-to-wishlist svg {
  width: 20px;
  height: 20px;
}
.wishlist__product .product__info {
  padding-right: 34px;
}

.membership {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .membership {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .membership {
    padding: 16px;
  }
}
.membership {
  padding: 16px;
}
.membership h2 {
  margin-bottom: 8px;
}
.membership__header {
  padding: 0 16px;
}
.membership__buy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.membership__buy-option {
  padding: 12px;
  border: 1px solid #000;
  margin: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.membership__buy-price {
  font-size: 24px;
}
.membership__buy-duration {
  font-size: 18px;
}
.membership__buy-month {
  font-size: 12px;
}
.membership__buy-button {
  border: 0;
  background: black;
  color: white;
  font-size: 20px;
  padding: 8px 12px;
  cursor: pointer;
}

.gift-vouchers {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .gift-vouchers {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .gift-vouchers {
    padding: 16px;
  }
}
.gift-vouchers {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
}
.gift-vouchers__info {
  flex: 1 1 50%;
  min-width: 280px;
}
.gift-vouchers__value {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: flex-start;
  flex: 1 1 50%;
  min-width: 280px;
}
.gift-vouchers__value-input, .gift-vouchers__value-options {
  display: flex;
  align-items: center;
}
.gift-vouchers__value span, .gift-vouchers__value input, .gift-vouchers__value button {
  font-size: 24px;
}
.gift-vouchers__value-input {
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 0.1em 0.5em;
  gap: 0.3em;
}
.gift-vouchers__value-input input {
  width: 2.5em;
  text-align: right;
  border: 0;
  padding: 0.2em 0;
  background: transparent;
}
.gift-vouchers__value-options {
  gap: 0.5em;
}
.gift-vouchers__value-option {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.3em 0.5em;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .gift-vouchers__value {
    font-size: 16px;
  }
}
.gift-vouchers__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 16px 0;
}
.gift-vouchers__field input, .gift-vouchers__field textarea {
  padding: 0.3em 0.5em;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 16px;
}
.gift-vouchers__buy {
  font-size: 28px;
  padding: 8px 10px;
  border: 1px solid #000;
  border-radius: 4px;
  margin: 20px 0;
  background: #fff;
  cursor: pointer;
}

.gift-page {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .gift-page {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .gift-page {
    padding: 16px;
  }
}
.gift-page {
  padding: 16px;
}
.gift-page h1 {
  margin: 0;
}
.gift-page__inner {
  border: 2px solid black;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
}
.gift-page__value {
  display: flex;
  gap: 8px;
  align-items: center;
}
.gift-page__value strong {
  font-size: 26px;
}
.gift-page__remaining {
  display: flex;
  gap: 8px;
  align-items: center;
}
.gift-page__use {
  display: flex;
  gap: 8px;
  align-items: center;
}
.gift-page__use button {
  display: block;
  text-decoration: none;
  padding: 5px 8px;
  color: black;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid black;
  cursor: pointer;
}
.gift-page__message {
  font-style: italic;
  border-top: 1px solid black;
}
.gift-page__message-text {
  white-space: pre-wrap;
  margin: 16px 0;
}
.gift-page__message-from {
  text-align: right;
}
.gift-page__terms {
  margin: 0;
  font-size: 14px;
  padding: 8px 16px 0;
  border-top: 1px solid black;
}
.gift-page__terms svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.content-page {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .content-page {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .content-page {
    padding: 16px;
  }
}

.content-page__basic {
  margin: 0 auto;
  max-width: 1300px;
  padding: 32px;
}
@media (max-width: 896px) {
  .content-page__basic {
    padding: 32px;
    padding-left: max( 32px , env(safe-area-inset-left,  32px ));
    padding-right: max( 32px , env(safe-area-inset-right,  32px ));
  }
}
@media (max-width: 500px) {
  .content-page__basic {
    padding: 16px;
  }
}

.content-page__with-header {
  position: relative;
  max-width: 100%;
}
.content-page__with-header__head-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
.content-page__with-header__head-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
}
.content-page__with-header__head-image img {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 500px;
}
.content-page__with-header__body {
  position: relative;
  z-index: 3;
  max-width: 1300px;
  margin: 0 auto;
  background: white;
  padding: 16px;
  font-family: "Tiempos Text", serif;
  border-top: 2px solid black;
  font-size: 18px;
}

.editorial {
  margin: 0;
}
.editorial__head {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.editorial__head-image {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.editorial__head-image img {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 500px;
  pointer-events: none;
}
.editorial__head-content {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 64px 32px;
}
.editorial__head-content a {
  color: white;
  text-decoration: none;
}
.editorial__head-content h1 {
  font-family: "Public Sans", sans-serif;
  text-rendering: optimizeLegibility;
}
.editorial__head-content h1 a {
  padding: 4px;
}
.editorial__head--shadow .editorial__head-content {
  text-shadow: 0 0 2px black;
}
.editorial__head--h-left .editorial__head-content {
  text-align: left;
}
.editorial__head--h-center .editorial__head-content {
  text-align: center;
}
.editorial__head--h-right .editorial__head-content {
  text-align: right;
}
.editorial__head--v-top .editorial__head-content {
  justify-content: flex-start;
}
.editorial__head--v-center .editorial__head-content {
  justify-content: center;
}
.editorial__head--v-bottom .editorial__head-content {
  justify-content: flex-end;
}
.editorial__head-by {
  font-family: "Karla", sans-serif;
  font-size: 14px;
}
.editorial__head-by a {
  padding: 4px;
}
.editorial__head-by a:first-child {
  margin-right: 16px;
}
@media (max-width: 500px) {
  .editorial__head-image img {
    max-height: 300px;
  }
  .editorial__head-content {
    min-height: 300px;
  }
  .editorial__head-content h1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
  .editorial__head-by {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .editorial__head-by a:first-child {
    margin: 0;
  }
}

.article {
  margin: 0 auto;
  position: relative;
}
.article__head-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}
.article__head-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
}
.article__head-image img {
  display: block;
  margin: 0;
  max-width: 100%;
  max-height: 500px;
}
.article__body {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  background: white;
  padding: 16px;
  font-family: "Tiempos Text", serif;
  border-top: 2px solid black;
  font-size: 18px;
}
.article__header {
  margin: 0 auto 32px;
  max-width: 1300px;
  padding: 0 16px;
}
.article__header h1 {
  margin: 0;
  font-family: "Public Sans", sans-serif;
  font-size: 38px;
}
.article__abstract {
  font-size: 24px;
  font-family: Karla, sans-serif;
  margin: 16px 0;
}
.article__published {
  text-align: right;
  margin: 8px 0;
  font-family: "Public Sans", sans-serif;
}
.article__extra {
  max-width: 1300px;
  margin: 0 auto;
  background: white;
  padding: 16px;
  border-top: 1px solid #ccc;
}
.article__extra h2 {
  text-align: center;
  font-weight: normal;
}
.article__extra-products--mentioned {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}
.article__extra-products--mentioned-product {
  flex: 0 0 calc(25vw - 32px);
  max-width: 293px;
  margin-bottom: 32px;
}
.article__extra-products--mentioned-product .product__cover img {
  height: calc(25vw - 32px);
  max-height: 293px;
}
.article__extra-products--mentioned-product--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .article__extra-products--mentioned-product {
    flex: 0 0 calc(50vw - 48px);
    max-width: 602px;
    margin-bottom: 32px;
  }
  .article__extra-products--mentioned-product .product__cover img {
    height: calc(50vw - 48px);
    max-height: 602px;
  }
  .article__extra-products--mentioned-product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .article__extra-products--mentioned-product {
    flex: 0 0 calc(100vw - 40px);
    max-width: 1260px;
    margin-bottom: 16px;
  }
  .article__extra-products--mentioned-product .product__cover img {
    height: calc(100vw - 40px);
    max-height: 1260px;
  }
  .article__extra-products--mentioned-product--filler {
    margin-bottom: 0;
  }
}
.article__extra-products--featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article__extra-products--featured-product {
  flex: 0 0 calc(16.6666666667vw - 27px);
  max-width: 190px;
  margin-bottom: 32px;
}
.article__extra-products--featured-product .product__cover img {
  height: calc(16.6666666667vw - 27px);
  max-height: 190px;
}
.article__extra-products--featured-product--filler {
  margin-bottom: 0;
}
@media (min-width: 501px) and (max-width: 800px) {
  .article__extra-products--featured-product {
    flex: 0 0 calc(25vw - 32px);
    max-width: 293px;
    margin-bottom: 32px;
  }
  .article__extra-products--featured-product .product__cover img {
    height: calc(25vw - 32px);
    max-height: 293px;
  }
  .article__extra-products--featured-product--filler {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .article__extra-products--featured-product {
    flex: 0 0 calc(50vw - 24px);
    max-width: 626px;
    margin-bottom: 16px;
  }
  .article__extra-products--featured-product .product__cover img {
    height: calc(50vw - 24px);
    max-height: 626px;
  }
  .article__extra-products--featured-product--filler {
    margin-bottom: 0;
  }
}
.article img {
  max-width: 100%;
}
@media (max-width: 500px) {
  .article__product {
    padding: 0;
  }
  .article__head-image {
    height: auto;
  }
  .article__header h1 {
    font-size: 24px;
  }
  .article__abstract {
    font-size: 18px;
  }
  .article__body {
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .article__header {
    padding: 0 max((100% - 1300px + 32px) / 2, 0);
  }
}

/*# sourceMappingURL=client.css.map */
