@charset "UTF-8";
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

.loading-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0px;
  border: 4px solid #fff;
  border-radius: 50%;
  animation: loading-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.loading-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce-7 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

*, ::after, ::before {
  box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types 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 display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 1.5rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-size: 1rem;
  font-weight: bold;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 1.2rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
}
@media only screen and (max-width: 40em) {
  .sticky.medium-up {
    position: relative;
  }
}

input.expanded {
  width: 100%;
}

input[type=checkbox].large {
  width: 32px;
  height: 32px;
}

input[type=radio] {
  cursor: pointer;
}

.v-align-text {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}

.contact-us-links {
  font-size: 1rem;
}

/* Fix for IE11 background scrolling */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}
.selectable-list a {
  background-color: #2196f3;
  color: white;
  display: block;
  padding: 10px;
  text-align: center;
}
.selectable-list a > p {
  margin: 0;
}
.selectable-list a.selected {
  background-color: #22bb5b;
}

/**
* Basic typography style for copy text
*/
body, a, input, select, textarea {
  font-family: "Rubik", sans-serif;
}

body {
  color: black;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", serif;
}

h1 {
  font-size: 3rem;
}
h1 small {
  font-size: 0.8rem;
  color: #757575;
}
@media screen and (min-width: 40em) {
  h1.medium-inline {
    display: inline;
  }
}

h4 i {
  margin-right: 20px;
}
h4.underline {
  border-bottom: 2px solid #dcdcdc;
}

textarea {
  padding: 0;
  box-shadow: none;
}

a {
  color: #c00;
}

em {
  font-style: normal;
}

p.large, span.large, ul.large {
  font-size: 1rem;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-warning {
  font-weight: bold;
  color: red;
}
.text-warning a {
  color: #1779ba;
}

.text-price-sale {
  font-weight: bold;
  color: red;
}

html, body, .msv {
  height: 100%;
}

.off-canvas-content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.page-body {
  flex-grow: 1;
  flex-shrink: 0;
}

.hero-image img {
  width: 100%;
  display: block;
}

#cookies-eu-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: black;
  color: white;
  width: 100%;
  font-size: 1rem;
  padding: 10px;
}
#cookies-eu-banner .button {
  margin: 0;
  padding: 5px;
}
#cookies-eu-banner .button.alert {
  border: 0;
}

footer {
  flex-shrink: 0;
}

.social-bar {
  font-size: 1rem;
  text-transform: uppercase;
}
.social-bar a {
  color: white;
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
}
.social-bar a strong {
  font-size: 0.75rem;
  margin-left: 10px;
}
.social-bar i {
  font-size: 2rem;
}
.social-bar .fb {
  background: #3C5A9A;
}
.social-bar .fb:hover {
  background: #2A3F6B;
}
.social-bar .tw {
  background: #1DA1F3;
}
.social-bar .tw:hover {
  background: #1470AA;
}
.social-bar .ig {
  background: #EF6429;
}
.social-bar .ig:hover {
  background: #A7461D;
}
.social-bar .nws {
  background: #D60000;
}
.social-bar .nws:hover {
  background: #950000;
}
.social-bar .yt {
  background: #FF0000;
}
.social-bar .yt:hover {
  background: #d60000;
}
.social-bar .tt {
  background: black;
}
.social-bar .tt:hover {
  background: black;
}
.social-bar .wb {
  background: #525252;
}
.social-bar .wb:hover {
  background: #383838;
}
.social-bar .wb i.fa-stack-1x {
  color: #525252;
  font-size: 1.4rem;
}
.social-bar .ts {
  background: #e3e3e3;
}
.social-bar .ts i {
  color: black;
}
.social-bar .ts:hover {
  background: rgba(227, 227, 227, 0.631372549);
}

/*@import
    'componentsv1/video-container',
    'componentsv1/calendar',
    'components/photo-gallery',
    'componentsv1/pagination',
    'components/basket',
    'components/toast',
    'components/calendar',
    'components/data-table',
    'components/vehicle',
    'components/_application';*/
body, a, input, select, textarea {
  font-weight: 100;
}

body {
  font-size: 1rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: minmax(0, 1fr);
}
@media print, screen and (max-width: 64em) {
  body {
    display: block;
  }
}

h1, h2, h3 {
  font-family: "Rubik", serif;
  font-weight: 700;
  font-style: normal;
}

/*h3 {
    font-size: 1.6rem;
    font-weight: 200;
    margin: 0 0 10px 0;

    em {
        font-weight: 800;
        display: block;

        &.inline {
            display: inline-block;
        }
    }
}*/
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 64em) {
  .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media print, screen and (max-width: 40em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.7em 1em;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Rubik", serif;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  background-color: black;
  color: white;
  border: 2px solid black;
}
.button:hover {
  background-color: #ffffff;
  color: #000000;
}
@media print, screen and (max-width: 64em) {
  .button {
    font-size: 1.1rem;
  }
}
@media print, screen and (max-width: 40em) {
  .button {
    font-size: 1rem;
  }
}
.button.secondary {
  background-color: white;
  color: black;
}
.button i + span {
  margin-left: 8px;
}
.button.expanded {
  display: flex;
  justify-content: center;
}

.button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: 2px solid rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.button.disabled:hover, .button.disabled:focus:hover, .button.disabled:hover:hover, .button[disabled]:hover, .button[disabled]:focus:hover, .button[disabled]:hover:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}

input, select {
  display: block;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  width: 100%;
  margin: 0;
  border: 1px solid black;
  text-align: left;
  font-size: 1em;
  padding: 10px 20px;
  background: white;
  color: black;
  line-height: 20px;
}
@media print, screen and (max-width: 40em) {
  input, select {
    margin-bottom: 0;
  }
}

.merch-shell {
  min-height: 100vh;
  background: #ffffff;
  color: black;
}

.promo-strip {
  background: #1a1a1a;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.promo-strip__content {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media print, screen and (max-width: 40em) {
  .promo-strip__content {
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}

.merch-header {
  position: sticky;
  top: 0;
  z-index: 1001;
  display: block;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 40px rgba(28, 24, 20, 0.08);
}
.merch-header.menu-open {
  z-index: 1004;
}
.merch-header a {
  color: #111111;
  text-decoration: none;
}
.merch-header .utility-row {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(17, 17, 17, 0.66);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media print, screen and (max-width: 64em) {
  .merch-header .utility-row {
    display: none;
  }
}
.merch-header .utility-links {
  display: flex;
  gap: 18px;
}
.merch-header .header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 28px;
  min-height: 88px;
}
@media print, screen and (min-width: 64.063em) and (max-width: 85em) {
  .merch-header .header-row {
    column-gap: 12px;
  }
}
@media print, screen and (max-width: 64em) {
  .merch-header .header-row {
    grid-template-columns: 1fr auto;
    row-gap: 16px;
    padding: 18px 0;
    min-height: auto;
  }
}
.merch-header .brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
}
.merch-header .menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(248, 244, 239, 0.9);
  border-radius: 999px;
  padding: 0;
  cursor: pointer;
}
.merch-header .menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #111111;
  transition: transform 0.24s ease-out, opacity 0.2s ease-out, width 0.24s ease-out;
  transform-origin: center;
}
.merch-header .menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.merch-header .menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.merch-header .menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
@media print, screen and (max-width: 64em) {
  .merch-header .menu-toggle {
    display: inline-block;
  }
}
.merch-header .menu-toggle--skeleton {
  pointer-events: none;
  background: linear-gradient(90deg, rgba(236, 230, 223, 0.8) 25%, rgba(248, 244, 239, 0.98) 50%, rgba(236, 230, 223, 0.8) 75%);
  background-size: 220% 100%;
  animation: merch-skeleton-shimmer 1.4s ease-in-out infinite;
}
.merch-header .menu-toggle--skeleton span {
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: rgba(17, 17, 17, 0.76);
  animation: none;
}
.merch-header .logo {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}
@media print, screen and (max-width: 64em) {
  .merch-header .logo {
    display: none;
  }
}
.merch-header .logo img {
  max-width: 150px;
  filter: brightness(0);
}
@media print, screen and (min-width: 64.063em) and (max-width: 85em) {
  .merch-header .logo img {
    max-width: 90px;
  }
}
.merch-header .primary-nav {
  justify-self: center;
  min-width: 0;
}
@media print, screen and (max-width: 64em) {
  .merch-header .primary-nav {
    display: none;
  }
}
.merch-header .primary-nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 64.063em) and (max-width: 85em) {
  .merch-header .primary-nav ul {
    gap: 2px;
  }
}
.merch-header .primary-nav .menu-item {
  position: relative;
}
.merch-header .primary-nav .menu-item.has-dropdown:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}
.merch-header .primary-nav .menu-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
@media print, screen and (min-width: 64.063em) and (max-width: 85em) {
  .merch-header .primary-nav .menu-link {
    padding: 10px 8px;
    font-size: 0.85rem;
  }
}
.merch-header .primary-nav .menu-link i {
  font-size: 0.8rem;
}
.merch-header .primary-nav .menu-link:hover, .merch-header .primary-nav .menu-link:focus-visible {
  background: #f5ede5;
  color: #8d1d1f;
}
.merch-header .primary-nav .menu-dropdown {
  position: absolute;
  z-index: 1006;
  top: calc(100% + 10px);
  left: 50%;
  width: clamp(420px, 42vw, 560px);
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  padding: 10px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
  pointer-events: none;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out;
}
.merch-header .primary-nav .menu-dropdown:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: white;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  transform: translateX(-50%) rotate(45deg);
}
.merch-header .primary-nav .menu-dropdown__featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
.merch-header .primary-nav .menu-dropdown__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.merch-header .primary-nav .menu-dropdown .menu-feature {
  position: relative;
  min-height: 148px;
  display: grid;
  align-content: end;
  overflow: hidden;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  background: linear-gradient(160deg, #2d2d2d 0%, #131313 100%);
  transition: opacity 0.18s ease-out;
}
.merch-header .primary-nav .menu-dropdown .menu-feature:hover, .merch-header .primary-nav .menu-dropdown .menu-feature:focus-visible {
  opacity: 0.9;
}
.merch-header .primary-nav .menu-dropdown .menu-feature__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}
.merch-header .primary-nav .menu-dropdown .menu-feature__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78));
}
.merch-header .primary-nav .menu-dropdown .menu-feature__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.merch-header .primary-nav .menu-dropdown .menu-feature strong {
  font-size: 1.12rem;
  line-height: 1.1;
}
.merch-header .primary-nav .menu-dropdown .menu-feature__cta {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.merch-header .primary-nav .menu-dropdown .menu-link-group {
  min-width: 0;
}
.merch-header .primary-nav .menu-dropdown .menu-link-group__title {
  display: block;
  margin-bottom: 4px;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111111;
}
.merch-header .primary-nav .menu-dropdown .menu-link-group ul {
  display: grid;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.merch-header .primary-nav .menu-dropdown a {
  display: block;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 0.88rem;
  line-height: 1.25;
  color: #111111;
  transition: background-color 0.18s ease-out, color 0.18s ease-out;
}
.merch-header .primary-nav .menu-dropdown a:hover, .merch-header .primary-nav .menu-dropdown a:focus-visible {
  background: transparent;
  color: #8d1d1f;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.merch-header .primary-nav .menu-item.has-dropdown:hover > .menu-link,
.merch-header .primary-nav .menu-item.has-dropdown:focus-within > .menu-link {
  background: #f5ede5;
  color: #8d1d1f;
}
.merch-header .primary-nav .menu-item:hover .menu-dropdown,
.merch-header .primary-nav .menu-item:focus-within .menu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.merch-header .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 64em) {
  .merch-header .header-actions {
    justify-self: end;
  }
}
.merch-header .search-link,
.merch-header .my-account-link,
.merch-header .basket-button {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  background: white;
  color: #111111;
  cursor: pointer;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
}
.merch-header .search-link:hover, .merch-header .search-link:focus-visible,
.merch-header .my-account-link:hover,
.merch-header .my-account-link:focus-visible,
.merch-header .basket-button:hover,
.merch-header .basket-button:focus-visible {
  background: #f5ede5;
  color: #8d1d1f;
  border-color: rgba(141, 29, 31, 0.22);
}
.merch-header .basket-button--skeleton {
  pointer-events: none;
  justify-content: space-between;
  min-width: 132px;
  background: linear-gradient(90deg, rgba(233, 41, 43, 0.82) 25%, rgba(247, 88, 90, 0.94) 50%, rgba(233, 41, 43, 0.82) 75%);
  background-size: 220% 100%;
  border-color: rgba(233, 41, 43, 0.94);
  animation: merch-skeleton-shimmer 1.4s ease-in-out infinite;
}
.merch-header .basket-button--skeleton i {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.98rem;
}
.merch-header .basket-button--skeleton .skeleton-pill,
.merch-header .basket-button--skeleton .skeleton-badge {
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.62) 25%, rgba(255, 255, 255, 0.96) 50%, rgba(255, 255, 255, 0.62) 75%);
  background-size: 220% 100%;
  animation: merch-skeleton-shimmer 1.2s ease-in-out infinite;
  flex-shrink: 0;
}
.merch-header .basket-button--skeleton .skeleton-pill {
  width: 56px;
  height: 10px;
  border-radius: 999px;
}
.merch-header .basket-button--skeleton .skeleton-badge {
  width: 18px;
  height: 18px;
  border-radius: 999px;
}
.merch-header .basket-button {
  background: #e9292b;
  border-color: #e9292b;
  font-weight: 700;
  color: white;
}
.merch-header .basket-button strong {
  min-width: 22px;
  text-align: center;
}
.merch-header .basket-button:hover, .merch-header .basket-button:focus-visible {
  background: #111111;
  color: white;
  border-color: #111111;
}
.merch-header .mobile-nav {
  display: none;
  padding: 0 0 18px;
}
.merch-header .mobile-nav.show {
  display: block;
  position: relative;
  z-index: 1003;
}
.merch-header .mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.merch-header .mobile-nav li + li {
  margin-top: 8px;
}
.merch-header .mobile-nav a {
  display: block;
  padding: 14px 0;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.merch-header .mobile-nav .mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 8px 0 0 14px;
}
.merch-header .mobile-nav .mobile-submenu li + li {
  margin-top: 0;
}
.merch-header .mobile-nav .mobile-submenu a {
  padding: 12px 0;
  font-size: 0.98rem;
  color: rgba(17, 17, 17, 0.72);
}
@media print, screen and (min-width: 64.063em) {
  .merch-header .mobile-nav {
    display: none !important;
  }
}

.merch-breadcrumbs {
  padding: 18px 0 0;
  background: #ffffff;
}
.merch-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.merch-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: rgba(17, 17, 17, 0.55);
  font-size: 0.84rem;
  line-height: 1.35;
}
.merch-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin: 0 9px;
  color: rgba(17, 17, 17, 0.28);
}
.merch-breadcrumbs a,
.merch-breadcrumbs span {
  display: inline-block;
  max-width: min(42vw, 320px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.merch-breadcrumbs a {
  color: rgba(17, 17, 17, 0.62);
  text-decoration: none;
  text-underline-offset: 4px;
  transition: color 0.16s ease-out;
}
.merch-breadcrumbs a:hover, .merch-breadcrumbs a:focus-visible {
  color: #111111;
  text-decoration: underline;
}
.merch-breadcrumbs .is-current {
  color: #111111;
  font-weight: 600;
}
.merch-breadcrumbs + .page-slot {
  padding-top: 18px;
}
@media print, screen and (max-width: 40em) {
  .merch-breadcrumbs {
    padding-top: 14px;
  }
  .merch-breadcrumbs ol {
    padding-bottom: 12px;
  }
  .merch-breadcrumbs li {
    font-size: 0.8rem;
  }
}

.hero-panel,
.quick-links,
.feature-showcase,
.team-strip,
.editorial-band,
.service-band,
.page-slot {
  padding: 32px 0 0;
}

.feature-showcase {
  margin-bottom: 80px;
}

@keyframes merch-skeleton-shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes merch-filter-spin {
  to {
    transform: rotate(360deg);
  }
}
.hero-panel {
  padding-top: 42px;
}
.hero-panel .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}
@media print, screen and (max-width: 64em) {
  .hero-panel .hero-grid {
    grid-template-columns: 1fr;
  }
}
.hero-panel .hero-copy,
.hero-panel .hero-visual {
  border-radius: 28px;
  overflow: hidden;
}
.hero-panel .hero-copy {
  background: radial-gradient(circle at top right, rgba(233, 41, 43, 0.14), transparent 32%), linear-gradient(145deg, #fffaf5 0%, #f4ece4 100%);
  color: #111111;
  padding: 40px;
  box-shadow: 0 24px 80px rgba(28, 24, 20, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media print, screen and (max-width: 64em) {
  .hero-panel .hero-copy {
    padding: 28px;
  }
}
@media print, screen and (max-width: 40em) {
  .hero-panel .hero-copy {
    padding: 20px;
  }
}
.hero-panel .hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
  line-height: 0.95;
  max-width: 10ch;
}
.hero-panel .hero-copy .intro {
  max-width: 48rem;
  font-size: 1.1rem;
  color: rgba(17, 17, 17, 0.74);
}
.hero-panel .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 36px;
}
@media print, screen and (max-width: 40em) {
  .hero-panel .hero-actions {
    margin: 16px 0 20px;
    gap: 10px;
  }
}
.hero-panel .hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media print, screen and (max-width: 40em) {
  .hero-panel .hero-meta {
    grid-template-columns: 1fr;
  }
}
.hero-panel .hero-meta > a {
  display: block;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out, border-color 0.25s ease-out;
}
.hero-panel .hero-meta > a:hover, .hero-panel .hero-meta > a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(28, 24, 20, 0.12);
  border-color: rgba(141, 29, 31, 0.18);
}
.hero-panel .hero-meta .label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5);
}
.hero-panel .hero-visual {
  display: grid;
  gap: 18px;
}
.hero-panel .hero-visual__stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media print, screen and (max-width: 40em) {
  .hero-panel .hero-visual__stack {
    grid-template-columns: 1fr;
  }
}
.hero-panel .hero-visual__stack .feature-card {
  min-height: 250px;
}
.hero-panel .feature-card {
  position: relative;
  min-height: 220px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(155deg, #ffffff 0%, #f2eeea 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.1);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.hero-panel .feature-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(233, 41, 43, 0.22), transparent 36%), linear-gradient(135deg, rgba(0, 0, 0, 0.03), transparent 60%);
}
.hero-panel .feature-card:hover, .hero-panel .feature-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.14);
}
.hero-panel .feature-card > * {
  position: relative;
  z-index: 1;
}
.hero-panel .feature-card h2,
.hero-panel .feature-card p {
  max-width: 18rem;
}
.hero-panel .feature-card .kicker {
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  letter-spacing: 0.1em;
}
.hero-panel .feature-card--primary {
  min-height: 420px;
}
.hero-panel .feature-card--accent {
  background: linear-gradient(145deg, #1c1c1c 0%, #2b2b2b 100%);
  color: white;
}
.hero-panel .feature-card--accent:before {
  background: radial-gradient(circle at top left, rgba(233, 41, 43, 0.35), transparent 42%);
}
.hero-panel .feature-card--light {
  min-height: 240px;
}
.hero-panel .feature-card--light .kicker {
  background: rgba(17, 17, 17, 0.08);
  color: #111111;
}
.hero-panel .image-card {
  display: grid;
  align-content: end;
}
.hero-panel .image-card__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.hero-panel .image-card__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.68));
}
.hero-panel .image-card__body {
  position: relative;
  z-index: 1;
  padding: 28px;
  color: white;
}
.hero-panel .image-card--hero .image-card__media {
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.3)), radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 18%), linear-gradient(135deg, #545454 0%, #181818 48%, #4d1010 100%);
}
.hero-panel .image-card--detail .image-card__media {
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.55)), radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.18), transparent 18%), linear-gradient(135deg, #565656 0%, #202020 100%);
}
.hero-panel .image-card--detail .image-card__media:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.8));
}
.hero-panel .image-card--detail .image-card__body {
  margin: 18px;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.32), rgba(19, 19, 19, 0.82));
  backdrop-filter: blur(8px);
}
.hero-panel .image-card--product .image-card__media {
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.18)), radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.3), transparent 20%), linear-gradient(135deg, #efe9df 0%, #bab3a9 100%);
}
.hero-panel .image-card--product .image-card__media:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.58));
}
.hero-panel .image-card--product .image-card__body {
  margin: 18px;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.92));
  color: black;
}

.section-heading {
  margin-bottom: 18px;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 0.95;
  max-width: 18ch;
}
.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.eyebrow,
.kicker,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #e9292b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-links-grid,
.showcase-grid,
.team-strip__grid,
.service-band__grid {
  display: grid;
  gap: 18px;
}

.quick-link-card,
.showcase-card,
.team-tile {
  text-decoration: none;
  color: black;
  border-radius: 24px;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.quick-link-card:hover, .quick-link-card:focus-visible,
.showcase-card:hover,
.showcase-card:focus-visible,
.team-tile:hover,
.team-tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.quick-link-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  background: linear-gradient(160deg, #f2efea 0%, #ffffff 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.quick-link-card__media {
  aspect-ratio: 4/5;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.2)), radial-gradient(circle at top right, rgba(233, 41, 43, 0.22), transparent 22%), linear-gradient(145deg, #d5d0c9 0%, #6e6a65 100%);
  background-size: cover;
  background-position: center;
}
.quick-link-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.quick-link-card strong {
  font-family: "Rubik", serif;
  font-size: 1.8rem;
  margin-bottom: 8px;
  display: block;
}
.quick-link-card span:last-child {
  color: #575757;
}

.quick-link-card__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e9292b;
  margin-bottom: 12px;
}

.showcase-grid {
  grid-template-columns: minmax(0, 1.32fr) minmax(420px, 0.92fr);
  align-items: stretch;
}
@media print, screen and (max-width: 64em) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }
}

.showcase-stack {
  display: grid;
  gap: 22px;
}
@media print, screen and (max-width: 64em) {
  .showcase-stack {
    gap: 18px;
  }
}

.lookbook-strip {
  margin-bottom: 80px;
}
.lookbook-strip .lookbook-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.8fr));
  gap: 18px;
}
@media print, screen and (max-width: 64em) {
  .lookbook-strip .lookbook-grid {
    grid-template-columns: 1fr;
  }
}
.lookbook-strip .lookbook-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 28px;
  background: #1a1a1a;
  color: white;
  display: grid;
  align-content: end;
  text-decoration: none;
}
.lookbook-strip .lookbook-card__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.lookbook-strip .lookbook-card__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.62) 100%);
}
.lookbook-strip .lookbook-card__body {
  position: relative;
  z-index: 1;
  padding: 26px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.82));
}
.lookbook-strip .lookbook-card__body .eyebrow {
  color: white;
}
.lookbook-strip .lookbook-card h2,
.lookbook-strip .lookbook-card h3 {
  margin: 0 0 10px;
  color: white;
}
.lookbook-strip .lookbook-card a {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.lookbook-strip .lookbook-card--wide {
  min-height: 420px;
}
.lookbook-strip .lookbook-card--wide .lookbook-card__media {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.45)), radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.24), transparent 16%), linear-gradient(135deg, #6d6b68 0%, #252525 52%, #7a1618 100%);
}
.lookbook-strip .lookbook-card--stack .lookbook-card__media {
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.5)), radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.18), transparent 18%), linear-gradient(135deg, #807a72 0%, #1b1b1b 100%);
}
.lookbook-strip .lookbook-card--stack-alt .lookbook-card__media {
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.28)), radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 18%), linear-gradient(135deg, #b9b1a6 0%, #5e5a54 100%);
}

.showcase-card {
  min-height: 360px;
  padding: 0;
  background: linear-gradient(145deg, #fffaf6 0%, #f3ece4 100%);
  color: #111111;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 55px rgba(28, 24, 20, 0.08);
  display: grid;
  grid-template-rows: auto 1fr;
}
.showcase-card__media {
  min-height: 230px;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.35)), radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.18), transparent 18%), linear-gradient(135deg, #80776d 0%, #2b2b2b 100%);
  background-size: cover;
  background-position: center;
}
.showcase-card__body {
  padding: 24px 26px 26px;
}
.showcase-card h3 {
  margin: 0 0 14px;
  font-size: 2rem;
}
.showcase-card p {
  color: rgba(17, 17, 17, 0.72);
  max-width: 24rem;
}
.showcase-card a {
  margin-top: 28px;
  display: inline-block;
  color: #8d1d1f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.showcase-card--lead {
  min-height: 100%;
}
.showcase-card--lead .showcase-card__media {
  min-height: 460px;
}
@media print, screen and (max-width: 64em) {
  .showcase-card--lead .showcase-card__media {
    min-height: 320px;
  }
}
.showcase-card--lead .showcase-card__body {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 100%;
  padding: 30px 32px 32px;
}
.showcase-card--stacked {
  min-height: 0;
  grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.22fr);
  grid-template-rows: 1fr;
}
@media print, screen and (max-width: 40em) {
  .showcase-card--stacked {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
}
.showcase-card--stacked .showcase-card__media {
  min-height: 100%;
}
@media print, screen and (max-width: 40em) {
  .showcase-card--stacked .showcase-card__media {
    min-height: 220px;
  }
}
.showcase-card--stacked .showcase-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 30px;
}
.showcase-card--stacked h3 {
  font-size: 1.5rem;
  line-height: 1.12;
  max-width: 18ch;
}
.showcase-card--stacked p {
  max-width: 28rem;
  font-size: 1rem;
}
.showcase-card--stacked a {
  margin-top: 18px;
}

.quick-link-card__media,
.showcase-card__media,
.team-tile__media,
.lookbook-card__media,
.image-card__media {
  position: relative;
}
.quick-link-card__media img,
.showcase-card__media img,
.team-tile__media img,
.lookbook-card__media img,
.image-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.quick-link-card__media:before,
.showcase-card__media:before,
.team-tile__media:before,
.lookbook-card__media:before,
.image-card__media:before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  pointer-events: none;
}

.team-strip__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
@media print, screen and (max-width: 64em) {
  .team-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 40em) {
  .team-strip__grid {
    grid-template-columns: 1fr;
  }
}

.team-tile {
  min-height: 260px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  background: linear-gradient(160deg, rgba(24, 24, 24, 0.94), rgba(58, 52, 48, 0.9)), linear-gradient(180deg, #111111, #2a2a2a);
  color: white;
  overflow: hidden;
}
.team-tile__media {
  min-height: 170px;
  background-image: linear-gradient(145deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.38)), radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.18), transparent 16%), linear-gradient(135deg, #8a847d 0%, #222222 100%);
  background-size: cover;
  background-position: center;
}
.team-tile__body {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.team-tile span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.team-tile strong {
  display: block;
  font-family: "Rubik", serif;
  font-size: 1.8rem;
  line-height: 1.05;
  min-height: 2.2em;
}

.page-slot {
  min-height: 120px;
}

.editorial-band {
  padding-bottom: 32px;
}
.editorial-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 24px;
  padding: 28px;
  background: white;
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}
@media print, screen and (max-width: 64em) {
  .editorial-band__grid {
    grid-template-columns: 1fr;
  }
}
.editorial-band__copy p {
  margin-top: 0;
  color: #4d4d4d;
}

.service-band {
  padding: 0 0 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 243, 237, 0.95) 100%);
}
.service-band__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 24px 28px;
  background: rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 18px 45px rgba(28, 24, 20, 0.06);
}
@media print, screen and (max-width: 64em) {
  .service-band__grid {
    grid-template-columns: 1fr;
  }
}
.service-band strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Rubik", serif;
  font-size: 1.3rem;
}
.service-band span {
  color: #555555;
}

.site-footer-shell {
  padding-bottom: 40px;
}
.site-footer-shell .grid-x {
  padding: 20px 0;
}
.site-footer-shell .grid-x .small-8 {
  grid-column-start: 1;
  grid-column-end: 9;
}
.site-footer-shell .grid-x .small-4 {
  grid-column-start: 9;
  grid-column-end: 13;
}

.quick-links {
  margin-bottom: 80px;
}
.quick-links .quick-links-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
@media print, screen and (max-width: 64em) {
  .quick-links .quick-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 40em) {
  .quick-links .quick-links-grid {
    grid-template-columns: 1fr;
  }
}

.screen-overlay {
  position: fixed;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1002;
  cursor: pointer;
}

.nav-overlay {
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.nav-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

header {
  position: sticky;
  top: -1px;
  background-color: black;
  width: 100%;
  z-index: 1001;
  padding-bottom: 3px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
header .logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
header .logo > a > img {
  max-width: 200px;
  filter: brightness(0) invert(1);
}
@media print, screen and (max-width: 40em) {
  header .logo > a > img {
    max-width: 150px;
  }
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav > ul {
  display: flex;
}
header nav > ul > li {
  list-style: none;
  margin: 0 15px;
}
header nav > ul > li a {
  color: white;
  font-size: 1rem;
  padding: 10px;
  display: block;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
header nav > ul > li a:hover {
  background-color: white;
  color: black;
}
header .icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
header .icons div {
  display: flex;
  align-items: center;
}
header .icons a {
  font-size: 2rem;
  color: white;
  padding: 20px;
  cursor: pointer;
}

.merch-shell .basket-side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(480px, 100vw);
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .merch-shell .basket-side-menu {
    width: min(480px, 92vw);
  }
}
@media print, screen and (max-width: 40em) {
  .merch-shell .basket-side-menu {
    width: 100vw;
  }
}
.merch-shell .basket-side-menu {
  padding: 0;
  height: 100vh;
  height: 100dvh;
  display: block;
  background-color: white;
  z-index: 1003;
  transform: translatex(100%);
  transition: transform 0.25s ease-out;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.merch-shell .basket-side-menu.show {
  transform: translatex(0);
  box-shadow: -16px 0 38px rgba(0, 0, 0, 0.18);
}
.merch-shell .basket-side-menu .close-button {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  background: white;
  color: #111111;
  cursor: pointer;
  font-size: 1.05rem;
  margin: 0;
}
.merch-shell .basket-side-menu .close-button:hover, .merch-shell .basket-side-menu .close-button:focus-visible {
  background: #111111;
  border-color: #111111;
  color: white;
}

.merch-shell .basket-side-menu .basket.pop-up {
  margin: 0;
  height: 100%;
  border-radius: 0;
  padding: 0;
  background: white;
}
.merch-shell .basket-side-menu .basket.pop-up .title {
  min-height: 74px;
  padding: 20px 64px 18px 24px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.1;
}
.merch-shell .basket-side-menu .basket.pop-up .title i {
  margin-right: 0;
  color: #e9292b;
  font-size: 1.6rem;
}
.merch-shell .basket-side-menu .basket.pop-up .body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 18px 16px;
  background: white;
  border-radius: 0;
  overflow: hidden;
}
.merch-shell .basket-side-menu .basket.pop-up .body > p {
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #f7f5f2;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.45;
}
.merch-shell .basket-side-menu .basket.pop-up .expiry-timer {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-left: 3px solid #e9292b;
  background: #f7f5f2;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 700;
}
.merch-shell .basket-side-menu .basket.pop-up .expiry-timer em {
  margin: 0 4px;
}
.merch-shell .basket-side-menu .basket.pop-up .body .items {
  min-height: 0;
}
.merch-shell .basket-side-menu .basket.pop-up .body .scrollable {
  left: 0px;
  right: 0px;
  padding-right: 4px;
}
.merch-shell .basket-side-menu .basket.pop-up .body .group-info {
  display: grid;
  gap: 12px;
}
.merch-shell .basket-side-menu .basket.pop-up .body .group-info + .group-info {
  margin-top: 18px;
}
.merch-shell .basket-side-menu .basket.pop-up .body .group-info .group-title {
  padding: 9px 12px;
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  color: #1a1a1a;
  font-size: 0.9rem;
  letter-spacing: 0;
}
.merch-shell .basket-side-menu .basket.pop-up .body .group-info .group-body {
  padding: 0;
}
.merch-shell .basket-side-menu .basket.pop-up .body .basket-item.has-image {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
@media print, screen and (max-width: 40em) {
  .merch-shell .basket-side-menu .basket.pop-up .body .basket-item.has-image {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }
}
.merch-shell .basket-side-menu .basket.pop-up .body .basket-item__media {
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.merch-shell .basket-side-menu .basket.pop-up .body .basket-item__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.merch-shell .basket-side-menu .basket.pop-up .body .basket-item__content {
  min-width: 0;
}
.merch-shell .basket-side-menu .basket.pop-up .body .item-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 0 0 10px;
  color: #111111;
  border-radius: 0;
}
.merch-shell .basket-side-menu .basket.pop-up .body .item-header .product-name {
  min-width: 0;
}
.merch-shell .basket-side-menu .basket.pop-up .body .item-header .product-name span {
  display: block;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
}
.merch-shell .basket-side-menu .basket.pop-up .body .item-header a {
  color: rgba(17, 17, 17, 0.55);
}
.merch-shell .basket-side-menu .basket.pop-up .body .item-header a:hover, .merch-shell .basket-side-menu .basket.pop-up .body .item-header a:focus-visible {
  color: #e9292b;
}
.merch-shell .basket-side-menu .basket.pop-up .body .product-details {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}
.merch-shell .basket-side-menu .basket.pop-up .body .product-details .line-info {
  display: grid;
  grid-template-columns: auto minmax(120px, 1fr);
  gap: 12px;
  align-items: center;
}
.merch-shell .basket-side-menu .basket.pop-up .body .product-details .line-info > .quantity {
  justify-content: start;
}
.merch-shell .basket-side-menu .basket.pop-up .body .product-details .line-info > .price-cell {
  justify-content: end;
}
.merch-shell .basket-side-menu .basket.pop-up .body .product-details .quantity-select {
  max-width: 104px;
  margin-right: 0;
  grid-template-columns: 32px 32px 32px;
  gap: 4px;
}
.merch-shell .basket-side-menu .basket.pop-up .body .product-details .quantity-select .button {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border-color: rgba(0, 0, 0, 0.16);
  background: white;
  color: #111111;
}
.merch-shell .basket-side-menu .basket.pop-up .body .product-details .quantity-select .button:hover, .merch-shell .basket-side-menu .basket.pop-up .body .product-details .quantity-select .button:focus-visible {
  border-color: #111111;
  background: #f7f5f2;
  color: #111111;
}
.merch-shell .basket-side-menu .basket.pop-up .body .price-cell {
  width: auto;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 5px;
  background: #f7f5f2;
  text-align: right;
}
.merch-shell .basket-side-menu .basket.pop-up .body .price-cell .price {
  color: #111111;
  font-size: 0.98rem;
}
.merch-shell .basket-side-menu .basket.pop-up .footer {
  margin: 0;
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: white;
}
.merch-shell .basket-side-menu .basket.pop-up .footer .button {
  min-height: 48px;
  margin: 0;
  border-radius: 5px;
  background: #e9292b;
  border-color: #e9292b;
  color: white;
  font-size: 0.95rem;
}
.merch-shell .basket-side-menu .basket.pop-up .footer .button:hover, .merch-shell .basket-side-menu .basket.pop-up .footer .button:focus-visible {
  background: #111111;
  border-color: #111111;
  color: white;
}

.basket-skeleton {
  display: grid;
  gap: 22px;
  padding-top: 18px;
}

.basket-skeleton__header,
.basket-skeleton__summary {
  display: grid;
  gap: 10px;
}

.basket-skeleton__items {
  display: grid;
  gap: 14px;
}

.basket-skeleton__item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  align-items: start;
}

.basket-skeleton__copy {
  display: grid;
  gap: 10px;
  padding-top: 6px;
}

.basket-skeleton__thumb,
.basket-skeleton__title,
.basket-skeleton__meta,
.basket-skeleton__line,
.basket-skeleton__button {
  display: block;
  background: linear-gradient(90deg, rgba(236, 230, 223, 0.8) 25%, rgba(248, 244, 239, 0.98) 50%, rgba(236, 230, 223, 0.8) 75%);
  background-size: 220% 100%;
  animation: merch-skeleton-shimmer 1.4s ease-in-out infinite;
}

.basket-skeleton__thumb {
  height: 98px;
  border-radius: 18px;
}

.basket-skeleton__title {
  width: 46%;
  height: 16px;
  border-radius: 999px;
}

.basket-skeleton__meta {
  width: 24%;
  height: 12px;
  border-radius: 999px;
}

.basket-skeleton__line {
  height: 11px;
  border-radius: 999px;
}
.basket-skeleton__line--wide {
  width: 88%;
}
.basket-skeleton__line--mid {
  width: 58%;
}
.basket-skeleton__line--short {
  width: 34%;
}

.basket-skeleton__actions {
  display: grid;
  gap: 12px;
}

.basket-skeleton__button {
  height: 48px;
  border-radius: 999px;
}
.basket-skeleton__button--ghost {
  opacity: 0.75;
}

.basket-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
  /*backdrop-filter: blur(25px);*/ /*Running Very slow*/
  opacity: 0;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  display: none;
}
.basket-overlay.show {
  display: block;
  opacity: 1;
}
.basket-overlay .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.basket-overlay .info h1, .basket-overlay .info h2 {
  color: white;
  font-weight: 700;
}

.basket {
  border-radius: 5px;
  overflow: hidden;
  font-size: 1rem;
  margin-bottom: 20px;
}
.basket .title {
  font-family: "Rubik", serif;
  font-size: 1.5rem;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: auto 1fr;
}
.basket .title.show-total {
  grid-template-columns: auto 1fr auto;
}
.basket .title i {
  margin-right: 5px;
  font-size: 2rem;
  color: #e9292b;
}
.basket .title .total {
  margin-left: 10px;
  font-size: 1.4rem;
}
.basket .title .text-container, .basket .title .total-container {
  display: flex;
  align-items: center;
}
.basket .expiry-timer {
  font-family: "Rubik", sans-serif;
  font-size: 1.1rem;
  margin: 10px 0 20px 0;
}
.basket .expiry-timer em {
  color: #e9292b;
  font-weight: 700;
}
.basket .body {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
}
.basket .body p {
  margin: 0;
}
.basket .body p.price {
  font-weight: 800;
  color: black;
}
.basket .body .group-info .group-title {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  color: #1a1a1a;
  font-family: "Rubik", serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px 4px 0 0;
}
.basket .body .group-info .group-title em {
  display: block;
  font-weight: 400;
}
@media print, screen and (max-width: 40em) {
  .basket .body .group-info .group-title {
    font-size: 1.1rem;
  }
}
.basket .body .group-info .group-body {
  padding: 10px;
}
.basket .body .item-header {
  color: #565656;
  border-radius: 5px 5px 0 0;
  padding-bottom: 10px;
  display: flex;
}
.basket .body .item-header > .shrink {
  flex: 0 1 auto;
}
.basket .body .item-header a {
  color: #434343;
  cursor: pointer;
}
.basket .body .item-header .product-name {
  flex: 1 0 auto;
}
.basket .body .item-header .product-name span {
  font-weight: 700;
}
.basket .body .item-header .event-name {
  display: block;
}
.basket .body .product-details {
  font-size: 0.9rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.basket .body .product-details.has-children {
  border-bottom: 0;
  margin-bottom: 0;
}
.basket .body .product-details.child-item {
  border-bottom: 0;
  margin-bottom: 0;
}
.basket .body .product-details.child-item.last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.basket .body .product-details:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.basket .body .product-details .text-info {
  color: #565656;
  padding-bottom: 6px;
}
.basket .body .product-details .line-info {
  display: grid;
  grid-template-columns: 30% 1fr;
}
.basket .body .product-details .line-info > .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket .body .product-details .line-info > .price-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket .body .product-details .line-info > .optional-extras {
  grid-column: span 2;
}
.basket .body .product-details strong {
  font-weight: 700;
}
.basket .body .product-details .quantity-select {
  margin-right: 10px;
  max-width: 100px;
}
.basket .body .product-details .quantity-select input {
  color: #313131;
}
.basket .body .product-details .quantity-select .button {
  background-color: white;
  border: 1px solid #bcbcbc;
  color: #313131;
}
.basket .body .product-details .valid-for {
  font-weight: 400;
}
.basket .body .product-details .valid-for em {
  font-weight: 700;
}
.basket .body .qty-label, .basket .body .price-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: white;
}
.basket .body .qty-label {
  padding-right: 5px;
  margin-left: 5px;
}
.basket .body .price {
  font-weight: 700;
  font-size: 1rem;
  color: #656565;
}
.basket .body .price-cell {
  background-color: white;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 8px 0;
}
.basket .body .price-cell .orig {
  text-decoration: line-through;
  margin-right: 5px;
}
.basket .body .btn-remove {
  color: white;
}
.basket .body .button.alert {
  background-color: rgba(105, 105, 105, 0);
  color: #525252;
  border: 1px solid white;
}
.basket .body .button.alert:hover {
  background-color: #525252;
  color: white;
}
.basket .body .optional-extras {
  margin-top: 20px;
  text-align: center;
}
.basket .body .optional-extras .button {
  margin: 0;
}
.basket .footer {
  margin-top: 15px;
}
.basket .order-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
  row-gap: 10px;
}
.basket .order-info a {
  display: block;
}
.basket .order-info label {
  display: block;
  margin-bottom: 6px;
  color: #595959;
  font-size: 0.9rem;
}
.basket.entry-list {
  padding-bottom: 40px;
  left: 0;
  width: 100%;
}
.basket.pop-up {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 10px;
}
.basket.pop-up .title {
  flex: 0 1 auto;
  padding: 10px 0;
}
@media print, screen and (max-width: 40em) {
  .basket.pop-up .title {
    font-size: 1.2rem;
  }
}
.basket.pop-up .body {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.basket.pop-up .body .items {
  flex: 1 0 auto;
  max-height: 100%;
  position: relative;
}
.basket.pop-up .body .scrollable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.basket.pop-up .body .scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}
.basket.pop-up .footer {
  margin-bottom: 15px;
}
.basket.pop-up .footer .button {
  margin: 0;
}
.basket.standalone .title {
  padding: 5px 0;
}

.quantity-select {
  display: grid;
  grid-template-columns: 30px auto 30px;
  width: 100%;
  max-width: 120px;
  padding: 0;
  margin: 0;
  border: 0;
  align-items: center;
  justify-items: center;
}
.quantity-select legend {
  display: none;
}
.quantity-select .button {
  width: 30px;
  height: 30px;
  top: 0px;
  margin: 0;
  border: 1px solid white;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 0.15s;
  opacity: 1;
  background-color: transparent;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-select .button > i {
  height: 13px;
  font-size: 0.7rem;
}
.quantity-select .button:active {
  box-shadow: inset 0 2px 12px -4px #c5d1d9;
}
.quantity-select .button:focus {
  outline: none;
}
.quantity-select .button:hover {
  opacity: 1;
}
.quantity-select .button.sub {
  left: 0px;
}
.quantity-select .button.add {
  right: 0px;
}
.quantity-select .button.disabled {
  cursor: not-allowed;
  background-color: transparent;
}

.footer {
  color: #ffffff;
  z-index: 2;
}
.footer .signup {
  padding: 40px 0;
  background-color: #e9e9e9;
  color: black;
}
.footer .signup .success-message, .footer .signup .fail-message {
  text-align: center;
  display: none;
}
.footer .signup .success-message.show, .footer .signup .fail-message.show {
  display: block;
}
.footer .signup .button {
  /*margin-bottom: 22px;*/
}
.footer .signup .update-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "input button turnstile";
  align-items: center;
  gap: 1em;
}
@media print, screen and (max-width: 64em) {
  .footer .signup .update-form {
    grid-template-columns: 1fr;
    grid-template-areas: "input " "button" "turnstile";
    justify-content: center;
  }
}
.footer .signup .update-form label {
  grid-area: input;
}
.footer .signup .update-form a.button.submit {
  grid-area: button;
}
.footer .signup .update-form .turnstile {
  grid-area: turnstile;
}
.footer .signup .update-form .button {
  font-weight: bold;
}
.footer .content.hide {
  display: none;
}
.footer .copyright {
  background-color: black;
}
.footer .footer-info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "text logo";
  padding: 16px 0;
}
.footer .footer-info .text {
  grid-area: text;
  text-transform: uppercase;
}
.footer .footer-info .logo {
  grid-area: logo;
  text-align: right;
}

section > h2 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  align-items: center;
  font-size: 1.5rem;
}
section .form-group {
  margin-bottom: 20px;
}
section .form-group > label {
  display: block;
  margin-bottom: 6px;
}
section .body {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 20px;
}
section .body > h3 {
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-content: center;
}
section .body > h3 i {
  margin-right: 10px;
}
section .body .button {
  margin-bottom: 0px;
}

.login-container {
  margin-bottom: 50px;
  padding-top: 30px;
}
.login-container .intro-title {
  text-align: center;
}
.login-container > .boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 40em) {
  .login-container > .boxes {
    grid-template-columns: 1fr;
  }
}
.login-container > .boxes section > h2 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  column-gap: 10px;
}
.login-container > .boxes section:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding-right: 40px;
}
.login-container > .boxes section:last-child {
  padding-left: 40px;
}
.login-container > .boxes section .button-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-container > .boxes section .button-container > div:last-child {
  display: flex;
  justify-content: end;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
  border-right: 0;
}
.input-group > input {
  margin: 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group .input-group-button > a.button {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid black;
}
.input-group .input-group-button, .input-group .input-group-button a, .input-group .input-group-button button, .input-group .input-group-button input, .input-group .input-group-button label, .input-group .input-group-field, .input-group .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.summary-container {
  display: grid;
  grid-template-columns: 58% 1fr;
  margin: 60px 0;
  column-gap: 30px;
}
@media print, screen and (max-width: 40em) {
  .summary-container {
    grid-template-columns: 1fr;
  }
}

.data-protection-opts, .label-container {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}

.label-container {
  margin-bottom: 20px;
}

.checkout-container {
  display: grid;
  grid-template-columns: 58% 1fr;
  margin: 30px 0 60px;
  column-gap: 30px;
}
@media print, screen and (max-width: 64em) {
  .checkout-container {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 64em) {
  .checkout-container .item-summary {
    order: 2;
  }
}
.checkout-container section {
  margin-bottom: 50px;
}
.checkout-container section > h2 {
  font-size: 1.5rem;
}
.checkout-container .input-group-button > .button.secondary {
  font-weight: 300;
  font-size: 1rem;
}
.checkout-container label {
  display: block;
  margin-bottom: 6px;
  color: #595959;
  font-size: 0.9rem;
}
.checkout-container section > h2 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  column-gap: 12px;
}

.checkout-basket-container {
  position: sticky;
  top: 60px;
}
.checkout-basket-container section > h2 {
  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  column-gap: 12px;
}
.checkout-basket-container .total-to-pay {
  display: grid;
  grid-template-columns: 1fr auto;
}
.checkout-basket-container .total-to-pay .type.total {
  margin-bottom: 0;
}
.checkout-basket-container .total-to-pay .amount {
  text-align: right;
  font-size: 1.1rem;
}
.checkout-basket-container .total-to-pay .amount.total {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

.delivery-methods .group-info .group-title {
  background-color: #1a1a1a;
  border-radius: 4px;
  padding: 10px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 5px;
}
.delivery-methods .group-info .group-title em {
  font-weight: 400;
  display: block;
}
.delivery-methods .group-info .group-body {
  padding: 10px;
}
.delivery-methods .item-header {
  color: #565656;
  border-radius: 5px 5px 0 0;
  padding-bottom: 6px;
}
.delivery-methods .item-header a {
  color: #434343;
}
.delivery-methods .item-header .product-name {
  font-weight: 700;
}
.delivery-methods .item-header .event-name {
  display: block;
}
.delivery-methods .valid-for {
  font-weight: 400;
}
.delivery-methods .valid-for em {
  font-weight: 700;
}
.delivery-methods .button.post-option {
  margin-bottom: 20px;
}
.delivery-methods .button.post-option span {
  font-size: 1rem;
  padding: 10px 0;
}
.delivery-methods .button.post-option i {
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
}
.delivery-methods .delivery-options {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  row-gap: 20px;
}
.delivery-methods .delivery-options .label label {
  cursor: pointer;
  font-size: 1rem;
  color: black;
}
.delivery-methods .delivery-options .label span {
  display: block;
}
.delivery-methods .delivery-options .label i {
  user-select: none;
}
.delivery-methods .delivery-options input[type=radio] {
  transform: scale(2);
}
.delivery-methods > .body > .grid-x {
  display: grid;
  grid-template-columns: 75% 1fr;
}
@media print, screen and (max-width: 64em) {
  .delivery-methods > .body > .grid-x {
    grid-template-columns: 1fr;
  }
}
.delivery-methods .button.secondary {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid black;
}

.payment-option {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px 10px;
  margin-bottom: 20px;
}
.payment-option .button {
  width: auto;
  display: inline-block;
}
.payment-option > a.title {
  display: grid;
  grid-template-columns: auto 1fr 40px;
  grid-column-gap: 10px;
  margin-bottom: 20px;
  color: black;
  margin-bottom: 0;
  max-width: 89vw;
  cursor: pointer;
}
.payment-option > a.title > .icon {
  display: flex;
  justify-content: end;
  align-items: center;
}
.payment-option > a.title > .icon img {
  max-width: 65px;
  margin: 0;
}
.payment-option > a.title > .icon i {
  font-size: 2rem;
}
.payment-option > a.title > .title {
  display: flex;
  align-items: center;
}
.payment-option > a.title > .title h3 {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}
.payment-option > a.title > .expanded {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-option > a.title > .expanded i {
  font-size: 2rem;
}
@media (max-width: 40em) {
  .payment-option > a.title.cc {
    grid-template-columns: auto 40px;
  }
  .payment-option > a.title.cc > .icon {
    grid-row: 2;
  }
}
.payment-option.active > .title {
  margin-bottom: 20px;
}
.payment-option.active > .title > .title h3 {
  font-weight: 600;
}

#credit-card-container .validation-message {
  margin-bottom: 1rem;
  color: red;
}
#credit-card-container input {
  margin-bottom: 1rem;
}
#credit-card-container .cell:has(.validation-message:not(:empty)) input {
  margin-bottom: 0;
}
#credit-card-container > form > .grid-x {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
#credit-card-container > form > .grid-x > .small-12 {
  grid-column: span 2;
}
@media print, screen and (min-width: 40em) {
  #credit-card-container > form > .grid-x > .medium-6 {
    grid-column: span 1;
  }
}
#credit-card-container > form > .grid-x > .cell.small-12 > .grid-x {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 20px;
}
@media print, screen and (max-width: 40em) {
  #credit-card-container > form > .grid-x > .cell.small-12 > .grid-x {
    grid-template-columns: 1fr;
  }
}
#credit-card-container > form > .grid-x form {
  margin-bottom: 20px;
}
#credit-card-container .button.secondary {
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid black;
}

.country-select {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 20px;
  justify-items: center;
  align-items: center;
}
.country-select span {
  font-size: 1.1rem;
}
.country-select {
  /*img {
      max-width: 60px;
  }*/
}
.country-select .button {
  margin-bottom: 0;
}

.address-lookup-results {
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  background-color: white;
}
.address-lookup-results p.info {
  display: none;
  background-color: #dedede;
  margin: 0;
  padding: 2px 10px;
}
.address-lookup-results p.search-info {
  display: none;
  margin: 0;
  padding: 8px;
  font-size: 1rem;
}
.address-lookup-results ul {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 300px;
  padding: 0 10px;
}
.address-lookup-results ul li {
  padding: 8px;
  border-bottom: 1px solid #dedede;
  margin: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.address-lookup-results ul li p {
  margin: 5px;
}
.address-lookup-results ul li p:first-child {
  font-weight: bold;
  font-size: 0.9rem;
}
.address-lookup-results ul li p:last-child {
  color: #616161;
}
.address-lookup-results ul li:hover {
  background-color: #424242;
}
.address-lookup-results ul li:hover p {
  color: white;
}
.address-lookup-results.searching {
  display: block;
}
.address-lookup-results.searching .search-info {
  display: block;
}
.address-lookup-results.has-results {
  display: block;
}
.address-lookup-results.has-results .info {
  display: block;
}

.search-container {
  position: relative;
}

.search-lookup-results {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #cacaca;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  background-color: white;
  display: none;
}
.search-lookup-results p.info {
  display: none;
  background-color: #dedede;
  margin: 0;
  padding: 2px 10px;
}
.search-lookup-results p.search-info {
  display: none;
  margin: 0;
  padding: 8px;
  font-size: 1rem;
}
.search-lookup-results ul {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 300px;
}
.search-lookup-results ul li {
  padding: 8px;
  border-bottom: 1px solid #dedede;
  margin: 0;
}
.search-lookup-results ul li p {
  margin-bottom: 0;
  color: #616161;
  font-size: 0.9rem;
}
.search-lookup-results ul li p.hint {
  font-size: 0.7rem;
}
.search-lookup-results ul li:hover {
  background-color: #424242;
}
.search-lookup-results ul li:hover p {
  color: white;
}
.search-lookup-results.searching {
  display: block;
}
.search-lookup-results.searching .search-info {
  display: block;
}
.search-lookup-results.has-results {
  display: block;
}
.search-lookup-results.has-results .info {
  display: block;
}

.manual-lookup input {
  margin-bottom: 1rem;
}

.popin-message {
  background: #181818;
  color: #FFF;
  position: fixed;
  top: -250px;
  left: 0;
  width: 100%;
  height: unset;
  min-height: 200px;
  transition: top 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
.popin-message.success {
  background-color: green;
}
.popin-message.danger {
  background-color: red;
}
.popin-message.info {
  background-color: #1E88E5;
}
.popin-message.warning {
  background-color: #F57C00;
}
.popin-message.show {
  top: 48px;
}
.popin-message p {
  font-size: 1.5rem;
}
.popin-message .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  color: white;
}

.grid-x {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.625rem;
}

.small-12 {
  grid-column: span 12;
}

@media print, screen and (min-width: 64em) {
  .large-5 {
    grid-column: span 5;
  }
  .large-7 {
    grid-column: span 7;
  }
}
.text-right {
  text-align: right;
}

.faq-list {
  margin-bottom: 60px;
}
.faq-list a {
  cursor: pointer;
}
.faq-list > .grid-x {
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 30px;
}
@media print, screen and (max-width: 64em) {
  .faq-list > .grid-x {
    grid-template-columns: 1fr;
  }
}
.faq-list > .grid-x > .small-12 {
  grid-column: initial;
}
.faq-list .menu-nav {
  position: sticky;
  top: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 40em) {
  .faq-list .menu-nav {
    display: none;
  }
}
.faq-list .menu-nav li {
  font-weight: bold;
  margin-bottom: 8px;
}
.faq-list .menu-nav li.active {
  text-decoration: underline;
}
.faq-list .mobile-menu-nav {
  position: sticky;
  top: 53px;
  z-index: 10;
  background-color: white;
  padding: 20px 0;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
}
.faq-list .mobile-menu-nav .bar {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #e9292b;
}
.faq-list .mobile-menu-nav .bar > ul {
  flex: 1 0 auto;
  list-style: none;
  margin: 0;
}
.faq-list .mobile-menu-nav .bar > ul li {
  font-family: "Rubik", serif;
  font-weight: 700;
  font-style: normal;
  display: none;
  font-weight: bold;
}
.faq-list .mobile-menu-nav .bar > ul li.active {
  display: block;
  text-decoration: underline;
}
.faq-list .mobile-menu-nav .bar > .icon {
  flex: 0 1 auto;
  font-size: 1.5rem;
  transform: rotate(0deg);
  transform-origin: center;
  transition: transform 0.25s ease-in-out;
}
.faq-list .mobile-menu-nav .menu {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid grey;
}
.faq-list .mobile-menu-nav .menu ul {
  list-style: none;
  margin: 0;
}
.faq-list .mobile-menu-nav .menu ul li {
  font-weight: bold;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 40em) {
  .faq-list .mobile-menu-nav {
    display: none;
  }
}
.faq-list .mobile-menu-nav.active .icon {
  transform: rotate(-180deg);
}
.faq-list .mobile-menu-nav.active .menu {
  display: block;
}
.faq-list .widget-header {
  margin-bottom: 30px;
}
.faq-list .widget-header > .grid-x {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  align-items: center;
}
.faq-list .widget-header > .grid-x .icon {
  font-size: 2rem;
}
.faq-list .widget-header > .grid-x .text h2 {
  margin: 0;
}
.faq-list .widget-header > .grid-x .logo {
  display: none;
}
.faq-list .content {
  /* Just for Add New Address */
}
.faq-list .content > .button.primary {
  margin-bottom: 30px;
}

.paging-buttons {
  margin-bottom: 30px;
}

.looked-up-address {
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  min-height: 100px;
  margin-bottom: 10px;
}
.looked-up-address .nick-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1rem;
}

.address-book-address {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.address-book-address > .content > .grid-x {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 30px;
  align-items: start;
}
@media print, screen and (max-width: 40em) {
  .address-book-address > .content > .grid-x {
    grid-template-columns: 1fr;
  }
}
.address-book-address > .content > .grid-x .grid-x {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
}
.address-book-address > .content > .grid-x .grid-x .cell {
  width: auto;
}
.address-book-address > .content > .grid-x .grid-x .button {
  font-size: 0.85rem;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
  color: black;
  border-color: black;
}
.address-book-address > .content > .grid-x .grid-x .button:hover {
  background-color: black;
  color: white;
}
.address-book-address > .content > .grid-x .grid-x .button.alert {
  color: #c0392b;
  border-color: #c0392b;
  background-color: transparent;
}
.address-book-address > .content > .grid-x .grid-x .button.alert:hover {
  background-color: #c0392b;
  color: white;
}

.marketing-flags-container {
  display: grid;
  gap: 20px 10px;
}
.marketing-flags-container.x3 {
  grid-template-columns: repeat(3, 1fr);
}
.marketing-flags-container.x2 {
  grid-template-columns: repeat(2, 1fr);
}
.marketing-flags-container {
  grid-template-rows: minmax(38px, auto);
}
.marketing-flags-container .marketing-flag {
  display: grid;
  height: 100%;
  cursor: pointer;
  grid-template-rows: 1fr auto auto;
}
.marketing-flags-container .marketing-flag .text {
  flex-grow: 1;
  background-color: black;
  color: white;
  padding: 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.marketing-flags-container .marketing-flag .checkbox-container {
  display: grid;
  justify-items: center;
}
.marketing-flags-container .marketing-flag .checkbox {
  height: 32px;
  width: 32px;
  margin: 0 10px 20px 10px;
}
.marketing-flags-container .marketing-flag .image-container {
  flex-shrink: 1;
  position: relative;
  cursor: pointer;
}
.marketing-flags-container .marketing-flag .image-container.selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 0, 0, 0.4);
  z-index: 1;
}
.marketing-flags-container .marketing-flag .image-container img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 40em) {
  .marketing-flags-container.x3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .marketing-flags-container.x2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.credit-totals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.credit-totals .credit-pot {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 14px 20px;
  min-width: 120px;
}
.credit-totals .credit-pot .pot-name {
  font-size: 0.8rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.credit-totals .credit-pot .pot-amount {
  font-size: 1.4rem;
  font-weight: 700;
}

.credit-history {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
}
.credit-history > .header, .credit-history > .row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
  column-gap: 20px;
}
.credit-history > .header span {
  display: block;
  margin-bottom: 6px;
  color: #595959;
  font-size: 0.9rem;
}
.credit-history > .header {
  border-bottom: 1px solid #595959;
}
.credit-history > .row {
  border-bottom: 1px solid #EEEEEE;
  padding: 10px 5px;
}
.credit-history > .row:nth-child(odd) {
  background-color: #FAFAFA;
}

.payment-success {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 20px;
}
@media (max-width: 768px) {
  .payment-success {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .payment-success .second {
    grid-column: 1;
    grid-row: 1;
  }
  .payment-success .first {
    grid-column: 2;
    grid-row: 1;
  }
  .payment-success .first > .basket {
    position: sticky;
    top: 65px;
  }
}

.feedback-questions {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-row-gap: 15px;
  margin-bottom: 30px;
}
.feedback-questions .select {
  display: flex;
  align-content: center;
}
.feedback-questions .select input[type=radio] {
  margin: 0;
  transform: scale(1.5);
  box-shadow: none;
  border: 0;
  margin-right: 10px;
}
.feedback-questions .label label {
  cursor: pointer;
  font-size: 1rem;
}
.feedback-questions .additional-info {
  grid-column: span 1/3;
}

.slides-at-start .slides-prev,
.slides-at-end .slides-next {
  opacity: 0;
  pointer-events: none;
}

.slides-prev,
.slides-next {
  width: 80px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  transition: opacity 0.25s;
}
.slides-prev::before,
.slides-next::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14);
  transition: box-shadow 0.25s, transform 0.2s;
}
.slides-prev::after,
.slides-next::after {
  content: "";
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  border-top: 2.5px solid #222;
  border-right: 2.5px solid #222;
}
.slides-prev:hover::before,
.slides-next:hover::before {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
@media print, screen and (max-width: 40em) {
  .slides-prev,
  .slides-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .slides-prev::before,
  .slides-next::before {
    display: none;
  }
  .slides-prev:hover,
  .slides-next:hover {
    background: white;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  }
}

.slides-prev {
  background: none;
  left: 0;
}
.slides-prev::after {
  transform: rotate(-135deg) translate(-1px, 2px);
}
@media print, screen and (max-width: 40em) {
  .slides-prev {
    left: 8px;
    background: none;
  }
}

.slides-next {
  background: none;
  right: 0;
}
.slides-next::after {
  transform: rotate(45deg) translate(-2px, 1px);
}
@media print, screen and (max-width: 40em) {
  .slides-next {
    right: 8px;
    background: none;
  }
}

.hero-banner {
  padding: 24px 0 80px !important;
  position: relative;
}
.hero-banner .slides-prev,
.hero-banner .slides-next {
  position: absolute;
  top: 20px;
  bottom: 32px;
  width: 80px;
  z-index: 2;
}
@media print, screen and (max-width: 40em) {
  .hero-banner .slides-prev,
  .hero-banner .slides-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 38px;
  }
}
.hero-banner .slides {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-inline: 80px;
  scrollbar-width: none;
  padding-top: 20px;
  cursor: grab;
  gap: 16px;
}
.hero-banner .slides::-webkit-scrollbar {
  display: none;
}
.hero-banner .slides.dragging {
  cursor: grabbing;
  user-select: none;
  scroll-behavior: auto;
}
.hero-banner .swiper-slide {
  scroll-snap-align: start;
  flex: 0 0 100%;
}
.hero-banner .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 0 4px;
}
.hero-banner .swiper-pagination a {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.hero-banner .swiper-pagination a:hover {
  background: rgba(0, 0, 0, 0.6);
}
@media print, screen and (max-width: 40em) {
  .hero-banner .slides-prev, .hero-banner .slides-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    background: white;
  }
}
.hero-banner .swiper-slide > a {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  min-height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  text-decoration: none;
  color: white;
  position: relative;
  transition: opacity 0.2s ease-out;
  position: relative;
  min-height: 390px;
}
.hero-banner .swiper-slide > a:hover {
  opacity: 0.95;
}
@media print, screen and (max-width: 64em) {
  .hero-banner .swiper-slide > a {
    grid-template-columns: 1fr;
    min-height: 300px;
  }
}
.hero-banner .swiper-slide > a picture {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100%;
  min-width: 100%;
}
.hero-banner .swiper-slide > a picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
}
@media print, screen and (max-width: 40em) {
  .hero-banner .swiper-slide > a picture img {
    min-width: 100%;
    max-width: initial;
  }
}
.hero-banner .swiper-slide > a > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
}
.hero-banner .swiper-slide > a > .content h2 {
  font-family: "Rubik", serif;
  font-weight: 900;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #c9a84c;
  margin: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25em;
  font-size: 3rem;
}
@media print, screen and (max-width: 64em) {
  .hero-banner .swiper-slide > a > .content h2 {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 40em) {
  .hero-banner .swiper-slide > a > .content h2 {
    font-size: 1.9rem;
    letter-spacing: 0.18em;
    margin: 0 0 14px;
  }
}
.hero-banner .swiper-slide > a > .content .sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  line-height: 1;
}
.hero-banner .swiper-slide > a > .content .cta {
  display: inline-block;
  padding: 12px 28px;
  background: white;
  color: #111111;
  font-family: "Rubik", serif;
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 6px;
  width: fit-content;
}
.hero-banner .swiper-slide.content-low > a > .content {
  justify-content: flex-end;
}
.hero-banner .swiper-slide.home-page > a {
  min-height: 590px;
}
.hero-banner__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 24px;
  overflow: hidden;
}
.hero-banner__media img {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.6));
  transform: scale(1.04) translateY(4px);
}
@media print, screen and (max-width: 64em) {
  .hero-banner__media img {
    max-height: 260px;
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media print, screen and (max-width: 64em) {
  .hero-banner__media {
    padding: 0 28px;
  }
}

.carousel {
  position: relative;
}
.carousel .slides-prev,
.carousel .slides-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
}
@media print, screen and (max-width: 40em) {
  .carousel .slides-prev,
  .carousel .slides-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 38px;
    background: white;
  }
}
.carousel .slides {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-inline: 80px;
  cursor: grab;
}
.carousel .slides::-webkit-scrollbar {
  height: 4px;
}
.carousel .slides::-webkit-scrollbar-track {
  background: transparent;
}
.carousel .slides::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.carousel .slides.dragging {
  cursor: grabbing;
  user-select: none;
  scroll-behavior: auto;
}
.carousel .swiper-slide {
  scroll-snap-align: start;
  flex-shrink: 0;
}

.carousel-heading > a, .carousel-heading > span {
  font-family: "Rubik", serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: black;
  text-decoration: none;
}
.carousel-heading {
  margin: 0 0 0;
  padding: 16px 0;
  border-top: 1px solid #111111;
}

.best-sellers {
  padding-bottom: 50px !important;
}
.best-sellers .slides {
  gap: 16px;
  padding: 20px 0 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}
.best-sellers .swiper-slide {
  flex: 0 0 220px;
}
@media print, screen and (max-width: 40em) {
  .best-sellers .swiper-slide {
    flex: 0 0 160px;
  }
}

.shop-by-circuit .product-card .product-card__media {
  padding: 0;
  margin-bottom: 0;
  border-radius: 10px;
  transition: transform 0.22s ease-out, -webkit-transform 0.22s ease-out;
}
.shop-by-circuit .product-card .product-card__body {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(360deg, black, transparent);
  border-radius: 10px;
  transition: transform 0.22s ease-out, -webkit-transform 0.22s ease-out;
}
.shop-by-circuit .product-card .product-card__body strong {
  color: white;
  font-size: 1rem;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.shop-by-circuit .product-card:hover {
  transform: none;
  transition: transform 0.22s ease-out, -webkit-transform 0.22s ease-out;
}
.shop-by-circuit .product-card:hover .product-card__body {
  transform: translateY(-3px);
  transition: transform 0.22s ease-out, -webkit-transform 0.22s ease-out;
}
.shop-by-circuit .product-card:hover .product-card__media {
  transform: translateY(-3px);
  transition: transform 0.22s ease-out, -webkit-transform 0.22s ease-out;
}

.product-card {
  display: block;
  text-decoration: none;
  color: #111111;
  transition: transform 0.22s ease-out;
}
.product-card:hover {
  transform: translateY(-3px);
}
.product-card:hover .product-card__media {
  background-color: #ebebeb;
}
.product-card__media {
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: background-color 0.22s ease-out;
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.product-card__body {
  padding: 0 4px;
}
.product-card__body strong {
  display: block;
  font-size: 0.76rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 6px;
  color: #111111;
}
.product-card__price {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
}

.promo-grid {
  padding: 20px 0 48px;
}
.promo-grid__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media print, screen and (max-width: 40em) {
  .promo-grid__inner {
    grid-template-columns: 1fr;
  }
}
.promo-grid.lower .promo-grid__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
@media print, screen and (max-width: 64em) {
  .promo-grid.lower .promo-grid__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 40em) {
  .promo-grid.lower .promo-grid__inner {
    grid-template-columns: 1fr;
  }
}
.promo-grid.lower .promo-grid__inner .promo-card:nth-child(1) {
  grid-area: 1/1/2/4;
}
@media print, screen and (max-width: 64em) {
  .promo-grid.lower .promo-grid__inner .promo-card:nth-child(1) {
    grid-area: initial;
  }
}
.promo-grid.lower .promo-grid__inner .promo-card:nth-child(2) {
  grid-area: 1/4/2/7;
}
@media print, screen and (max-width: 64em) {
  .promo-grid.lower .promo-grid__inner .promo-card:nth-child(2) {
    grid-area: initial;
  }
}
.promo-grid.lower .promo-grid__inner .promo-card:nth-child(3) {
  grid-area: 2/1/3/5;
}
@media print, screen and (max-width: 64em) {
  .promo-grid.lower .promo-grid__inner .promo-card:nth-child(3) {
    grid-area: initial;
  }
}
.promo-grid.lower .promo-grid__inner .promo-card:nth-child(4) {
  grid-area: 2/5/3/7;
}
@media print, screen and (max-width: 64em) {
  .promo-grid.lower .promo-grid__inner .promo-card:nth-child(4) {
    grid-area: initial;
  }
}

.promo-card {
  position: relative;
  min-height: 340px;
  border-radius: 16px;
}
@media print, screen and (max-width: 40em) {
  .promo-card {
    min-height: 200px;
  }
}
.promo-card {
  overflow: hidden;
  display: grid;
  align-content: end;
  text-decoration: none;
  color: white;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.promo-card:hover .promo-card__bg {
  transform: scale(1.04);
}
.promo-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease-out;
}
.promo-card__bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.72) 100%);
}
.promo-card__bg picture {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(0) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
}
@media (max-width: 40em) {
  .promo-card__bg picture {
    top: 0;
    transform: initial;
  }
}
.promo-card__bg picture img {
  min-width: 100%;
  min-height: 260px;
  max-height: 340px;
}
@media (max-width: 40em) {
  .promo-card__bg picture img {
    min-height: 200px;
    /*max-height: 200px;*/
    max-width: 560px;
    min-height: initial;
  }
}
.promo-card__body {
  position: relative;
  z-index: 1;
  padding: 28px 28px 32px;
}
@media (max-width: 40em) {
  .promo-card__body {
    padding: 28px 14px 16px;
  }
}
.promo-card__eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}
.promo-card__title {
  font-family: "Rubik", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 8px;
  color: white;
}
.promo-card__sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 22px;
  line-height: 1.4;
}
.promo-card__btn {
  display: inline-block;
  padding: 9px 22px;
  background: white;
  color: #111111;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
.promo-card--dark .promo-card__bg {
  background-color: #101820;
}
.promo-card--light .promo-card__bg:after {
  background: linear-gradient(180deg, rgba(180, 100, 120, 0.22) 0%, rgba(80, 30, 50, 0.75) 100%);
}
.promo-card--racing .promo-card__bg {
  background-color: #1a0a0a;
}
.promo-card--racing .promo-card__bg:after {
  background: linear-gradient(180deg, rgba(80, 0, 0, 0.18) 0%, rgba(30, 0, 0, 0.8) 100%);
}
.promo-card--warm .promo-card__bg {
  background-color: #b84d00;
}
.promo-card--warm .promo-card__bg:after {
  background: linear-gradient(180deg, rgba(200, 80, 0, 0.22) 0%, rgba(100, 30, 0, 0.78) 100%);
}

.promo-card--bg-center picture {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.recommended-products {
  padding: 48px 0 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.recommended-products .section-heading h2 {
  font-size: 1.4rem;
}
.recommended-products__swiper {
  margin-top: 28px;
  padding-bottom: 24px;
}
.recommended-products__swiper .swiper-slide {
  width: 220px;
}
@media print, screen and (max-width: 40em) {
  .recommended-products__swiper .swiper-slide {
    width: 160px;
  }
}
.recommended-products__swiper .swiper-button-prev,
.recommended-products__swiper .swiper-button-next {
  top: 38%;
}

.merch-shell .site-footer-shell {
  background: #1a1a1a;
  color: white;
  border-top: 3px solid #e9292b;
}
.merch-shell .site-footer-shell a {
  color: rgba(255, 255, 255, 0.72);
}
.merch-shell .site-footer-shell a:hover {
  color: white;
}
.merch-shell .service-band {
  background: #f7f5f2;
  padding: 36px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.merch-shell .service-band__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media print, screen and (max-width: 40em) {
  .merch-shell .service-band__grid {
    grid-template-columns: 1fr;
  }
}
.merch-shell .service-band__grid > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 20px 0 0;
}
.merch-shell .service-band__grid > div strong {
  font-family: "Rubik", serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.merch-shell .service-band__grid > div span {
  font-size: 0.88rem;
  color: #555555;
}

.swiper-button-next, .swiper-button-prev {
  color: #e9292b !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.swiper-pagination-bullet-active {
  background: #e9292b !important;
}

.swiper-scrollbar {
  height: 6px !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.show-filter-button {
  display: none;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 64em) {
  .show-filter-button {
    display: inline-block;
  }
}

.collection-wrapper {
  display: flex;
  gap: 32px;
  padding-bottom: 50px;
  align-items: flex-start;
}
.collection-wrapper .filters {
  width: 220px;
  flex-shrink: 0;
}
@media print, screen and (max-width: 64em) {
  .collection-wrapper .filters {
    display: none;
  }
  .collection-wrapper .filters.filter-modal {
    display: block;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: min(320px, 100vw);
    height: 100dvh;
    background: white;
    overflow-y: auto;
    padding: 24px 20px;
    box-shadow: 4px 0 32px rgba(0, 0, 0, 0.18);
  }
}
.collection-wrapper .filters > h2 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #111111;
}
.collection-wrapper .filters .close-modal {
  display: none;
  font-size: 1.4rem;
  cursor: pointer;
  color: #111111;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 64em) {
  .collection-wrapper .filters .close-modal {
    display: block;
    text-align: right;
  }
}
.collection-wrapper .filters .filter-icon-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: 999px;
  background: #f2f2f2;
  color: #555555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  cursor: pointer;
  text-decoration: none;
}
.collection-wrapper .filters .filter-icon-button.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  background: #f2f2f2;
  color: #555555;
  border-color: rgba(0, 0, 0, 0.1);
}
.collection-wrapper .filters .sort-filter-select {
  padding: 8px 10px;
  border: 1px solid #d2d2d2;
  box-shadow: none;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 999px;
  background-color: #f4f4f4;
}
.collection-wrapper .filters .filter-loading {
  display: grid;
  gap: 16px;
  justify-items: start;
  padding: 8px 0 4px;
}
.collection-wrapper .filters .filter-loading__spinner {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-top-color: #e9292b;
  border-radius: 50%;
  animation: merch-filter-spin 0.8s linear infinite;
}
.collection-wrapper .filters .filter-loading__skeleton {
  display: grid;
  gap: 14px;
  width: 100%;
}
.collection-wrapper .filters .filter-loading__group {
  display: grid;
  gap: 9px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.collection-wrapper .filters .filter-loading__bar,
.collection-wrapper .filters .filter-loading__chips span,
.collection-wrapper .filters .filter-loading__range {
  display: block;
  background: linear-gradient(90deg, #eeeeee 25%, #fafafa 50%, #eeeeee 75%);
  background-size: 220% 100%;
  border-radius: 4px;
  animation: merch-skeleton-shimmer 1.4s ease-in-out infinite;
}
.collection-wrapper .filters .filter-loading__bar {
  width: 72%;
  height: 11px;
}
.collection-wrapper .filters .filter-loading__bar--title {
  width: 44%;
  height: 13px;
}
.collection-wrapper .filters .filter-loading__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.collection-wrapper .filters .filter-loading__chips span {
  width: 58px;
  height: 24px;
  border-radius: 12px;
}
.collection-wrapper .filters .filter-loading__range {
  width: 100%;
  height: 6px;
  margin-top: 2px;
}
.collection-wrapper .filters .filter-header {
  cursor: pointer;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  user-select: none;
}
.collection-wrapper .filters .filter-header .grid-x {
  display: flex;
  align-items: center;
  gap: 8px;
}
.collection-wrapper .filters .filter-header .grid-x .cell.auto {
  flex: 1 1 auto;
  min-width: 0;
}
.collection-wrapper .filters .filter-header .grid-x .cell.shrink {
  flex: 0 0 auto;
}
.collection-wrapper .filters .filter-header h3 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0;
  color: #111111;
}
.collection-wrapper .filters .filter-header i {
  font-size: 0.75rem;
  color: #666666;
}
.collection-wrapper .filters .button.small {
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 999px;
  background: #111111;
  color: white;
  border: 1px solid #111111;
  margin: 0 4px 6px 0;
}
.collection-wrapper .filters .button.small:hover {
  background: #333333;
  color: white;
  border-color: #333333;
}
.collection-wrapper .filters .button.secondary.small {
  background: #f4f4f4;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.collection-wrapper .filters .button.secondary.small:hover {
  background: #e8e8e8;
  color: #111111;
  border-color: rgba(0, 0, 0, 0.22);
}
.collection-wrapper .filters h4 {
  color: #e9292b;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
}
.collection-wrapper .filters ul {
  list-style: none;
  margin: 0;
}
.collection-wrapper .filters ul li {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.collection-wrapper .collection {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (min-width: 1024px) {
  .collection-wrapper .collection {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 64em) {
  .collection-wrapper .collection {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
.collection-wrapper .collection .collection-listing {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #111111;
}
.collection-wrapper .collection .collection-listing:hover .listing-image img {
  opacity: 0.85;
  transform: scale(1.03);
}
.collection-wrapper .collection .collection-listing .listing-image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-wrapper .collection .collection-listing .listing-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.collection-wrapper .collection .collection-listing .listing-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  padding: 0 2px;
}
.collection-wrapper .collection .collection-listing .listing-details h4 {
  font-weight: 600;
  font-size: 0.82rem;
  margin: 0;
  letter-spacing: 0.03em;
  text-transform: none;
  color: #111111;
  line-height: 1.3;
}
.collection-wrapper .collection .collection-listing .listing-details .price {
  font-weight: 700;
  font-size: 0.95rem;
  color: #111111;
  letter-spacing: 0;
  text-transform: none;
}

.product-wrapper {
  padding: 40px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: start;
}
@media print, screen and (max-width: 64em) {
  .product-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 0 60px;
  }
}
.product-wrapper .product-images .sticky {
  position: sticky;
  top: 110px;
}
.product-wrapper .product-images .focus-image {
  aspect-ratio: 1/1;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.product-wrapper .product-images .focus-image::after {
  display: none;
}
.product-wrapper .product-images .focus-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  border-radius: 16px;
}
.product-wrapper .product-images .focus-image img.unfocus {
  display: none;
}
.product-wrapper .product-images .focus-image img.focus {
  display: block;
}
.product-wrapper .product-images .list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-wrapper .product-images .list .menu-image,
.product-wrapper .product-images .list .selected-menu-image {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  background: #f4f4f4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease-out;
}
.product-wrapper .product-images .list .menu-image img,
.product-wrapper .product-images .list .selected-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.product-wrapper .product-images .list .menu-image:hover,
.product-wrapper .product-images .list .selected-menu-image:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
.product-wrapper .product-images .list .selected-menu-image {
  border-color: #111111;
}
.product-wrapper .product-info {
  padding: 8px 0 0;
}
.product-wrapper .product-info .product-name {
  font-family: "Rubik", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #111111;
  margin: 0 0 12px;
}
.product-wrapper .product-info .product-price {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #111111;
  margin: 0 0 20px;
}
.product-wrapper .product-info .product-price-reduction {
  font-size: 0.85rem;
  color: #e9292b;
  font-weight: 600;
  margin: -14px 0 18px;
}
.product-wrapper .product-info .product-attribute-size {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}
.product-wrapper .product-info .product-attribute-size .button {
  width: 52px;
  height: 52px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  background: white;
  color: #111111;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out;
}
.product-wrapper .product-info .product-attribute-size .button:hover {
  border-color: #111111;
  background: white;
  color: #111111;
}
.product-wrapper .product-info .product-attribute-size .button.selected {
  background: #111111;
  color: white;
  border-color: #111111;
}
.product-wrapper .product-info .product-attribute-size .button.sold-out {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
  pointer-events: none;
}
.product-wrapper .product-info .product-attribute {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}
.product-wrapper .product-info .product-attribute .button {
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
  background: white;
  color: #333333;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out, color 0.2s ease-out;
}
.product-wrapper .product-info .product-attribute .button:hover {
  border-color: #111111;
  color: #111111;
  background: white;
}
.product-wrapper .product-info .product-attribute .button.selected {
  background: #111111;
  color: white;
  border-color: #111111;
}
.product-wrapper .product-info .product-attribute .button.sold-out {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.product-wrapper .product-info .product-attribute-size.needs-selection .button:not(.selected),
.product-wrapper .product-info .product-attribute.needs-selection .button:not(.selected) {
  border-color: #e9292b;
}
.product-wrapper .product-info .variant-validation {
  font-size: 0.82rem;
  color: #e9292b;
  font-weight: 600;
  margin: -8px 0 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-wrapper .product-info .variant-validation:before {
  content: "↑";
  font-size: 1rem;
}
.product-wrapper .product-info .product-description {
  color: rgba(17, 17, 17, 0.7);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 28px;
}
.product-wrapper .product-info .product-accordion {
  margin-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-wrapper .product-info .product-accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-wrapper .product-info .product-accordion__item[open] .product-accordion__chevron {
  transform: rotate(180deg);
}
.product-wrapper .product-info .product-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.product-wrapper .product-info .product-accordion__trigger::-webkit-details-marker {
  display: none;
}
.product-wrapper .product-info .product-accordion__trigger i:first-child {
  margin-right: 8px;
  color: #555555;
  width: 16px;
  text-align: center;
}
.product-wrapper .product-info .product-accordion__chevron {
  font-size: 0.72rem;
  color: #888888;
  transition: transform 0.2s ease-out;
  flex-shrink: 0;
}
.product-wrapper .product-info .product-accordion__body {
  padding: 0 0 16px;
}
.product-wrapper .product-info .product-accordion__body p {
  font-size: 0.88rem;
  color: rgba(17, 17, 17, 0.68);
  margin: 0 0 6px;
  line-height: 1.5;
}
.product-wrapper .product-info .product-accordion__body p:last-child {
  margin-bottom: 0;
}
.product-wrapper .product-info .product-basket-controls .product-basket-button .button-container .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 10px;
  background: #e9292b;
  border: 2px solid #e9292b;
  color: white;
}
.product-wrapper .product-info .product-basket-controls .product-basket-button .button-container .button:hover {
  background: #111111;
  border-color: #111111;
  color: white;
}
.product-wrapper .product-info .product-basket-controls .product-basket-button .button-container .button.disabled {
  background: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}

.modal-v2-container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1003;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
  min-height: 100dvh;
}
.modal-v2-container .modal-v2 {
  border-radius: 8px;
  overflow: hidden;
  font-size: 1rem;
  max-width: 500px;
  margin: auto;
  padding-bottom: 20px;
  width: 80%;
  max-width: 75rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}
@media print, screen and (min-width: 40em) {
  .modal-v2-container .modal-v2.tiny {
    width: 30%;
  }
  .modal-v2-container .modal-v2.small {
    width: 70%;
  }
  .modal-v2-container .modal-v2.large {
    width: 90%;
  }
}
@media print, screen and (max-width: 40em) {
  .modal-v2-container .modal-v2 {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-bottom: 2em;
  }
  .modal-v2-container .modal-v2 .body {
    height: 100%;
    overflow: auto;
  }
}
.modal-v2-container .modal-v2 .title {
  font-family: "Rubik", serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  background-color: #111111;
  color: white;
  text-transform: uppercase;
  padding: 16px 20px;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.modal-v2-container .modal-v2 .title .btn-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.72);
  transition: background-color 0.18s ease-out, color 0.18s ease-out;
}
.modal-v2-container .modal-v2 .title .btn-close:hover, .modal-v2-container .modal-v2 .title .btn-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: white;
}
.modal-v2-container .modal-v2 .body {
  background-color: white;
  padding: 20px;
}
.modal-v2-container .modal-v2 .body p {
  font-size: 0.9rem;
}
.modal-v2-container .modal-v2 .body label {
  font-weight: 700;
  color: #525252;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.modal-v2-container .modal-v2 .body label.button {
  display: block;
  background-color: #111111;
  color: white;
  margin-bottom: 0;
}
.modal-v2-container .modal-v2 .body input {
  border-radius: 5px;
}
.modal-v2-container .modal-v2 .body small {
  font-style: italic;
}
.modal-v2-container .modal-v2.three-d-secure {
  min-height: 500px;
}
.modal-v2-container .modal-v2.three-d-secure .body {
  padding: 0;
  height: 100%;
}
.modal-v2-container .modal-v2.three-d-secure .body > .grid-x {
  height: 100%;
}
.modal-v2-container .modal-v2.three-d-secure .body > .grid-x .cell {
  height: 100%;
}
.modal-v2-container .modal-v2.three-d-secure .body iframe {
  border: 0;
  width: 100%;
  min-height: 500px;
  height: 100%;
}
@media print, screen and (max-width: 40em) {
  .modal-v2-container .modal-v2 .body {
    padding: 10px;
  }
}

.subscription-publication-group {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  padding: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s;
}
.subscription-publication-group .content .subscription-publication-header {
  padding: 15px 0;
}
.subscription-publication-group .content .subscription-type-header {
  margin: 10px 0;
  margin-left: 5px;
  padding: 15px 0;
}
.subscription-publication-group .content .subscription-type-header h3 {
  margin: 0;
}
.subscription-publication-group .content .subscription-entry-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.subscription-publication-group .content .subscription-entry-group .subscription-entry .grid-x {
  grid-template-columns: 1fr;
}

.subscription-info {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  padding: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s;
}
.subscription-info .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription-info .image img {
  max-width: 250px;
}
.subscription-info .image {
  margin-bottom: 20px;
}
.subscription-info .credit-count {
  text-align: left;
  margin-bottom: 20px;
}
.subscription-info .credit-count .number {
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
.subscription-info .credit-count .label {
  font-size: 1.1rem;
}
.subscription-info .progress-bar {
  background: #edf2f7;
  height: 8px;
  border-radius: 4px;
  margin-top: 10px;
}
.subscription-info .progress-bar .progress {
  background: #3182ce;
  height: 100%;
  border-radius: 4px;
}
.subscription-info .meta-text {
  font-size: 0.85rem;
  color: var(--text-light);
  margin: 5px 0;
}
.subscription-info .toggle-row {
  margin-bottom: 20px;
}
.subscription-info .address-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-size: 0.85rem;
  border-top: 1px solid #edf2f7;
  margin-top: 15px;
  padding-top: 10px;
}
@media (max-width: 40em) {
  .subscription-info .address-row {
    display: flex;
    flex-direction: column;
  }
}

.editions-grid {
  display: grid;
  gap: 1.25rem;
  padding: 0.5rem 0;
}
.editions-grid .edition-card {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.editions-grid .edition-card .edition-card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.editions-grid .edition-card .edition-card-content .edition-icon {
  background: #ea273f;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.editions-grid .edition-card .edition-card-content .edition-details {
  flex: 1;
  min-width: 0;
}
.editions-grid .edition-card .edition-card-content .edition-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
  word-wrap: break-word;
}
.editions-grid .edition-card .edition-card-content .edition-date {
  font-size: 0.8rem;
  color: #6c757d;
}
.editions-grid .edition-card .edition-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: #000000;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.editions-grid .edition-card .edition-view-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
  color: white;
}
.editions-grid .edition-card .edition-view-btn > i {
  font-size: 0.875rem;
}

/*# sourceMappingURL=merchandise-2026.css.map */