/** Shopify CDN: Minification failed

Line 2414:22 Expected identifier but found whitespace
Line 2414:23 Unexpected "$"
Line 2414:25 Expected identifier but found "calculateRem("
Line 2442:22 Expected identifier but found whitespace
Line 2442:23 Unexpected "$"
Line 2442:25 Expected identifier but found "calculateRem("
Line 2460:22 Expected identifier but found whitespace
Line 2460:23 Unexpected "$"
Line 2460:25 Expected identifier but found "calculateRem("
Line 2879:22 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
/* font size */
/* clearfix */
/* animations */
/* aspect ratio */
/* Shopify integration */
/* Uncomment and fill instructions needed for styleguide setup */
/* Default */
/* Olympique Marseille */
/* Gold */
/* Grays */
/* Slate */
/* Neutral */
/* Blur Variants */
/* Status Colors */
.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.bg-none {
  background: none;
}

:disabled {
  cursor: not-allowed !important;
}

.content--xs {
  max-width: 33.75rem;
}
.content--sm {
  max-width: 45rem;
}
.content--md {
  max-width: 57.8125rem;
}
.content--lg {
  max-width: 71.25rem;
}
.content--full {
  max-width: 100%;
}

.drawer--full-width {
  --drawer-max-width: 100vw;
}

@media screen and (max-width: 699px) {
  .drawer {
    --drawer-max-width: 100vw;
  }
}
.animated-plus {
  --animated-plus-size: 0.75rem;
}

.product-list--carousel {
  --product-list-card-width: 18.4375rem;
  --product-list-default-column-gap: 1rem !important;
}
@media screen and (max-width: 699px) {
  .product-list--carousel {
    --product-list-card-width: 13.75rem;
  }
}

.PrimaryFont,
.PrimaryFont p {
  font-family: var(--heading-font-family) !important;
}

.SecondaryFont {
  font-family: var(--text-font-family) !important;
  letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: 400;
}

body,
p,
li,
span,
a {
  font-family: var(--text-font-family);
  font-weight: 400;
}

.Heading {
  font-family: var(--heading-font-family);
  font-size: 10.75rem;
  font-weight: 300;
  line-height: 80%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .Heading {
    font-size: 4.5rem;
  }
}
.Heading--4XL {
  font-family: var(--heading-font-family);
  font-size: 6.5rem;
  line-height: 88%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .Heading--4XL {
    font-size: 3.5rem;
  }
}
.Heading--3XL {
  font-family: var(--heading-font-family);
  font-size: 4.5rem;
  line-height: 90%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .Heading--3XL {
    font-size: 3rem;
  }
}
.Heading--2XL {
  font-family: var(--heading-font-family);
  font-size: 3.5rem;
  line-height: 98%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .Heading--2XL {
    font-size: 2.5rem;
  }
}
.Heading--XL {
  font-family: var(--heading-font-family);
  font-size: 2.5rem;
  line-height: 110%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .Heading--XL {
    font-size: 2rem;
  }
}
.Heading--L {
  font-family: var(--heading-font-family);
  font-size: 2rem;
  line-height: 118%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .Heading--L {
    font-size: 1.75rem;
  }
}
.Heading--M {
  font-family: var(--heading-font-family);
  font-size: 1.75rem;
  line-height: 120%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .Heading--M {
    font-size: 1.5rem;
  }
}
.Heading--S {
  font-family: var(--heading-font-family);
  font-size: 1.5rem;
  line-height: 120%;
  text-transform: uppercase;
}
.Heading--XS {
  font-family: var(--heading-font-family);
  font-size: 1.25rem;
  line-height: 128%;
  text-transform: uppercase;
}
.Heading--1XS {
  font-family: var(--heading-font-family);
  font-size: 0.875rem;
  line-height: 100%;
}
@media screen and (max-width: 699px) {
  .Heading--1XS {
    font-size: 0.75rem;
  }
}
.Heading--2XS {
  font-family: var(--heading-font-family);
  font-size: 0.75rem;
  line-height: 110%;
  text-transform: uppercase;
}

.Body--XL, .Body--XL p {
  font-family: var(--text-font-family);
  font-size: 1.75rem;
}
.Body--L, .Body--L p {
  font-family: var(--text-font-family);
  font-size: 1.5rem;
}
.Body--M, .Body--M p, .Body--M a {
  font-family: var(--text-font-family);
  font-size: 1.25rem;
}
.Body--S, .Body--S p {
  font-family: var(--text-font-family);
  font-size: 1rem;
}
.Body--XS, .Body--XS p {
  font-family: var(--text-font-family);
  font-size: 0.875rem;
}
.Body--2XS, .Body--2XS p, .Body--Caption {
  font-family: var(--text-font-family);
  font-size: 0.75rem;
}
.Body--3XS, .Body--3XS p {
  font-family: var(--text-font-family);
  font-size: 0.625rem;
}

.Label--3XL {
  font-size: 1.25rem;
  line-height: 128%;
  text-transform: uppercase;
}
.Label--2XL {
  font-size: 1rem;
  line-height: 128%;
  text-transform: uppercase;
}
.Label--XL {
  font-size: 0.875rem;
  line-height: 128%;
  text-transform: uppercase;
}
.Label--L {
  font-size: 0.75rem;
  line-height: 128%;
}
.Label--M {
  font-size: 0.625rem;
  line-height: 128%;
}
.Label--S {
  font-size: 0.625rem;
  line-height: 130%;
}

.ExtraLight,
.ExtraLight p {
  font-weight: 200 !important;
}

.Light,
.Light p {
  font-weight: 300 !important;
}

.Regular,
.Regular p,
.Regular a {
  font-weight: 400;
}

.Medium,
.Medium p {
  font-weight: 500;
}

.Semibold,
.Semibold p {
  font-weight: 600;
}

.Bold,
.Bold p {
  font-weight: bold;
}

.Uppercase {
  text-transform: uppercase;
}

.Capitalize {
  text-transform: capitalize;
}

.Underline {
  text-decoration: underline;
}

.LineThrough {
  text-decoration: line-through;
}

.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.link[aria-disabled=true] {
  opacity: 0.7;
  pointer-events: none;
}

/* Base Button Classes */
.om-button {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  height: 3rem;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border-width: 0;
  background: transparent;
}
@media screen and (max-width: 999px) {
  .om-button {
    width: 100%;
    max-width: 15rem;
  }
}
@media screen and (min-width: 699px) {
  .om-button {
    min-width: 15rem;
  }
  .facets-drawer [slot=footer] .om-button {
    min-width: unset;
  }
}
@media screen and (min-width: 1000px) {
  .om-button:hover .om-button__label {
    padding: 0 0.25rem;
  }
}
.om-button:hover:not(:disabled) {
  cursor: pointer;
}
.om-button__label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  column-gap: 0.5rem;
  transition: width 0.7s ease-out, padding 0.7s ease-out;
}
.om-button__icon-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
  width: 3rem;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.om-button__icon-wrapper::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  content: "";
}
.om-button__icon-wrapper svg {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .om-button:hover:not(:disabled) .om-button__label {
    width: calc(100% - 3rem);
  }
}

/* Primary Button */
.button-primary {
  --button-background:
    11, 97,
    172;
  --button-text-color:
    255, 255,
    255;
}
.button-primary.om-button .om-button__label, .button-primary.button--solid .om-button__label {
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
}
.button-primary.om-button .om-button__icon-wrapper, .button-primary.button--solid .om-button__icon-wrapper {
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
}
.button-primary.om-button:focus, .button-primary.button--solid:focus {
  outline: 0.125rem solid #acacac;
}
.button-primary.om-button:disabled, .button-primary.button--solid:disabled {
  opacity: 0.7;
}
.button-primary.button--outline {
  border: 1px solid rgb(var(--button-background));
}
.button-primary.button--outline .om-button__label {
  background: rgb(var(--button-text-color));
  color: rgb(var(--button-background));
}
.button-primary.button--outline .om-button__icon-wrapper {
  background: rgb(var(--button-text-color));
  color: rgb(var(--button-background));
}
.button-primary.button--outline:focus {
  outline: 0.125rem solid #565656;
}
.button-primary.button--outline:disabled {
  opacity: 0.7;
}

/* Secondary Button */
.button-secondary {
  --button-background:
    255, 255,
    255;
  --button-text-color:
    11, 97,
    172;
}
.button-secondary.om-button .om-button__label, .button-secondary.button--solid .om-button__label {
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
}
.button-secondary.om-button .om-button__icon-wrapper, .button-secondary.button--solid .om-button__icon-wrapper {
  background: rgb(var(--button-background));
  color: rgb(var(--button-text-color));
}
.button-secondary.om-button:focus, .button-secondary.button--solid:focus {
  outline: 0.1875rem solid #565656;
}
.button-secondary.om-button:disabled, .button-secondary.button--solid:disabled {
  opacity: 0.7;
}
.button-secondary.button--outline {
  border: 1px solid rgb(var(--button-background));
}
.button-secondary.button--outline .om-button__label {
  background: rgb(var(--button-text-color));
  color: rgb(var(--button-background));
}
.button-secondary.button--outline .om-button__icon-wrapper {
  background: rgb(var(--button-text-color));
  color: rgb(var(--button-background));
}
.button-secondary.button--outline:focus {
  outline: 0.1875rem solid #565656;
}
.button-secondary.button--outline:disabled {
  opacity: 0.7;
}

/* Link Style */
.om-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
}
.om-button-link.button-primary {
  color: #565656;
  text-decoration: underline;
}
.om-button-link.button-primary:hover:not(:disabled) {
  opacity: 0.9;
}
.om-button-link.button-primary:focus {
  outline: 0.1875rem solid #565656;
  outline-offset: 0.1875rem;
}
.om-button-link.button-primary[aria-disabled=true] {
  opacity: 0.7;
  pointer-events: none;
}
.om-button-link.button-secondary {
  color: #fff;
  text-decoration: underline;
}
.om-button-link.button-secondary:hover:not(:disabled) {
  opacity: 0.9;
}
.om-button-link.button-secondary:focus {
  outline: 0.1875rem solid #565656;
  outline-offset: 0.1875rem;
}
.om-button-link.button-secondary[aria-disabled=true] {
  opacity: 0.7;
  pointer-events: none;
}

.circle-button {
  width: var(--circle-button-size) !important;
  height: var(--circle-button-size) !important;
}
.circle-button svg {
  width: unset;
  height: unset;
}

.floating-controls-container--on-hover > .floating-controls-container__control {
  opacity: 1;
  transform: unset;
}

.circle-button--sm {
  --circle-button-size: 2.5rem;
}

.circle-button--lg {
  --circle-button-size: 3.75rem;
}

/* Override degli effetti hover di theme.css per usare l'effetto blur */
.om-button.button,
.om-button.button--solid,
.om-button.button--outline {
  --initial-gradient: none;
  --hover-gradient: none;
  background-color: transparent;
  background-image: none;
  background-position: initial;
  background-size: auto;
  transition: none;
}
.om-button.button:hover:not([disabled]),
.om-button.button--solid:hover:not([disabled]),
.om-button.button--outline:hover:not([disabled]) {
  background-color: transparent;
  background-position: initial;
  background-size: auto;
  color: inherit;
}

.features--button-transition .om-button.button:not([disabled]):hover,
.features--button-transition .om-button.button--solid:not([disabled]):hover,
.features--button-transition .om-button.button--outline:not([disabled]):hover {
  background-color: transparent;
  background-position: initial;
  background-size: auto;
  color: inherit;
}

.form-control {
  height: 3rem;
  border: unset;
}
.form-control--full {
  width: 100%;
}
.form-control--medium {
  width: 21.4375rem;
}
.form-control--small {
  width: 12.5rem;
}
.form-control--auto {
  width: auto;
}
.form-control input {
  padding: unset;
  border: 1px solid #e5eaf0;
  background-color: #fff;
  color: #000 !important;
  font-size: 1rem;
  padding-inline: 1rem;
}
.form-control input:focus {
  border-color: #0b61ac;
}
.form-control input:disabled {
  background: #f6f6f6;
  cursor: not-allowed;
}
.form-control input::placeholder {
  opacity: 0;
}
.form-control .textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e5eaf0;
  color: #000 !important;
  font-size: 1rem;
  resize: vertical;
}
.form-control .textarea:focus {
  border-color: #0b61ac;
}
.form-control .textarea:disabled {
  background: #f6f6f6;
  cursor: not-allowed;
}
.form-control .textarea::placeholder {
  opacity: 0;
}
.form-control .select {
  width: 100%;
  height: 100%;
  border: 1px solid #e5eaf0;
  appearance: none;
  box-shadow: unset !important;
  color: #565656;
  cursor: pointer;
  font-size: 1rem;
  padding-inline: 1rem;
}
.form-control .select:disabled {
  background: #f6f6f6;
  cursor: not-allowed;
}
.form-control .select:focus {
  border-color: #0b61ac;
}
.form-control .input:not(:placeholder-shown),
.form-control .input:autofill,
.form-control .select:valid {
  padding-top: 0.5625rem;
}
.form-control__error {
  margin-top: 0.375rem;
  color: #dc3545;
  font-size: 0.75rem;
}
.form-control--error.form-control {
  gap: unset;
}
.form-control--error .input,
.form-control--error .textarea,
.form-control--error .select {
  border-color: #dc3545;
}
.form-control--error .input:focus,
.form-control--error .textarea:focus,
.form-control--error .select:focus {
  border-color: #dc3545;
}

.om-floating-label {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1rem;
  background-color: rgba(255, 255, 255, 0);
  color: #0d0e0e;
  font-size: 0.875rem;
  opacity: 1;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.1s ease-in-out, font-size 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}
@media screen and (max-width: 699px) {
  .om-floating-label {
    left: 1.25rem;
  }
}
.om-floating-label span {
  margin-left: 0.125rem;
  color: #c90d00;
}

:-webkit-any(:-webkit-any(.input, .textarea):not(:placeholder-shown) ~ .om-floating-label,
:-webkit-any(.input, .textarea, .select):-webkit-autofill ~ .om-floating-label,
.select:valid ~ .om-floating-label) {
  top: 0.3125rem;
  font-size: 0.625rem;
  transform: translateY(0);
}

:is(:is(.input, .textarea):not(:placeholder-shown) ~ .om-floating-label,
:is(.input, .textarea, .select):autofill ~ .om-floating-label,
.select:valid ~ .om-floating-label) {
  top: 0.3125rem;
  font-size: 0.625rem;
  transform: translateY(0);
}

/* Color Classes - Text Colors */
.text-white {
  color: #fff;
}

.text-blue {
  color: #0b61ac;
}

.text-blue-light {
  color: #497fb8;
}

.text-blue-dark {
  color: #1d4a91;
}

.text-black {
  color: #000;
}

.text-gold {
  color: #d7be69;
}

/* Grays Text */
.text-grey-100 {
  color: #f6f6f6;
}

.text-grey-300 {
  color: #acacac;
}

.text-grey-500 {
  color: #565656;
}

.text-grey-600 {
  color: #0d0e0e;
}

.text-grey-700 {
  color: #565656;
}

.text-grey-900 {
  color: #565656;
}

.text-slate-600 {
  color: #a4b2c0;
}

/* Status Colors Text */
.text-error {
  color: #dc3545;
}

.text-success {
  color: #28a745;
}

.text-warning {
  color: #ffb300;
}

/* Background Colors */
.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #0b61ac;
}

.bg-blue-light {
  background-color: #497fb8;
}

.bg-blue-dark {
  background-color: #1d4a91;
}

.bg-black {
  background-color: #000;
}

.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}

/* Grays Background */
.bg-grey-100 {
  background-color: #f6f6f6;
}

.bg-grey-300 {
  background-color: #acacac;
}

.bg-grey-500 {
  background-color: #565656;
}

.bg-grey-700 {
  background-color: #565656;
}

.bg-grey-900 {
  background-color: #565656;
}

.bg-blur-black-30 {
  background-color: rgba(0, 0, 0, 0.32);
}

.bg-blur-black-10 {
  background-color: rgba(0, 0, 0, 0.122);
}

.bg-slate-150 {
  background-color: #f2f4f6;
}

/* Status Colors Background */
.bg-error {
  background-color: #dc3545;
}

.bg-success {
  background-color: #28a745;
}

.bg-warning {
  background-color: #ffb300;
}

/* Border Colors */
.border-white {
  border-color: #fff;
}

.border-blue {
  border-color: #0b61ac;
}

.border-blue-light {
  border-color: #497fb8;
}

.border-blue-dark {
  border-color: #1d4a91;
}

.border-black {
  border-color: #000;
}

/* Grays Border */
.border-grey-100 {
  border-color: #f6f6f6;
}

.border-grey-300 {
  border-color: #acacac;
}

.border-grey-500 {
  border-color: #565656;
}

.border-grey-700 {
  border-color: #565656;
}

.border-grey-900 {
  border-color: #565656;
}

/* Status Colors Border */
.border-error {
  border-color: #dc3545;
}

.border-success {
  border-color: #28a745;
}

.border-warning {
  border-color: #ffb300;
}

.removable-facet {
  display: inline-flex;
  height: 1.5rem;
  align-items: center;
  padding: unset;
  border: 1px solid #e5eaf0;
  border-radius: var(--rounded-full);
  background-color: #e5eaf0;
  color: #0d0e0e;
  column-gap: unset;
  padding-inline-start: 0.75rem;
}
.removable-facet facet-link {
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
}
.removable-facet :hover {
  opacity: 0.9;
}
.removable-facet :hover span {
  opacity: 0.9;
}

.checkbox-control {
  align-items: center;
}
.checkbox-control .checkbox {
  border: 1px solid #0d0e0e;
  background: unset;
  inset-block-start: unset;
}
.checkbox-control .checkbox:disabled {
  background-color: #acacac;
  cursor: not-allowed;
  opacity: 0.5;
}
.checkbox-control .checkbox[type=radio] {
  border-radius: 0;
}
.checkbox-control .checkbox[type=radio]:checked {
  background: #0b61ac;
  box-shadow: inset 0 0 0 0.125rem #fff;
}
.checkbox-control .checkbox[type=radio]:checked:disabled {
  box-shadow: inset 0 0 0 0.125rem #acacac;
}
.checkbox-control .checkbox[type=checkbox] {
  border-radius: 0;
}
.checkbox-control .checkbox[type=checkbox]:checked {
  background: url("data:image/svg+xml,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.0293 0.403992C10.3807 0.0525425 10.9513 0.0525876 11.3027 0.403992C11.6542 0.755463 11.6542 1.32596 11.3027 1.67743L4.66602 8.31317L0.696289 4.34344C0.345047 3.99195 0.344894 3.4214 0.696289 3.07001C1.04769 2.71871 1.61827 2.7188 1.96973 3.07001L4.66602 5.76727L10.0293 0.403992Z' fill='%230D0E0E'/%3e%3c/svg%3e");
  background-color: #0b61ac;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.6875rem;
}
.checkbox-control .checkbox[type=checkbox]:checked:disabled {
  background-color: #acacac;
}

.variant-picker__option-values .block-swatch {
  min-width: 4rem;
  height: 2.625rem;
  padding: unset;
  border: 1px solid #0d0e0e;
  border-radius: 6.25rem;
  color: #0b61ac;
  font-weight: 500;
  padding-inline: 1.5rem;
}
.variant-picker__option-values .block-swatch.is-disabled {
  border-color: #cfd8de;
  --swatch-disabled-strike-color: #cfd8de;
}
.variant-picker__option-values .block-swatch.is-disabled span {
  color: #cfd8de;
}
.variant-picker__option-values .block-swatch.is-disabled::before {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
  background: linear-gradient(135deg, transparent calc(50% - 0.5px), var(--swatch-disabled-strike-color) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px));
  content: "";
}
.variant-picker__option-values .block-swatch.options-small {
  min-width: 1.625rem;
  height: 1.625rem;
  padding-inline: 0.375rem;
}
.variant-picker__option-values .block-swatch.options-small.is-disabled {
  /* stylelint-disable-next-line */
}
.variant-picker__option-values .block-swatch.options-small.is-disabled::before {
  right: 0.375rem;
  left: 0.375rem;
}
.variant-picker__option-values :checked + .block-swatch,
.variant-picker__option-values .block-swatch.is-selected {
  border: 1px solid #0b61ac;
  background-color: #0b61ac;
  color: #fff;
}
.variant-picker__option-values :checked + .block-swatch.is-disabled,
.variant-picker__option-values .block-swatch.is-selected.is-disabled {
  color: #000;
}
.variant-picker__option-values :checked + .block-swatch span,
.variant-picker__option-values .block-swatch.is-selected span {
  font-weight: 500;
}

.back-to-top {
  position: fixed;
  z-index: 999;
  right: 16px;
  bottom: 16px;
  display: flex !important;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: #a4b2c0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  visibility: hidden;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.chip {
  z-index: 2;
  height: var(--badge-height);
  border: 0.0625rem solid #e5eaf0;
  border-radius: 0.5rem;
  background-color: #e5eaf0;
  color: #0d0e0e;
  padding-inline: 1rem;
  white-space: nowrap;
}
.chip--sm {
  height: 1.5rem;
  padding-inline: 0.75rem;
}
.chip__image {
  width: 1rem !important;
  height: 1rem !important;
}

.announcement-bar {
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
}
.announcement-bar__carousel {
  display: grid;
  max-width: none;
  justify-content: flex-start;
  grid-template-columns: 1fr;
}
.announcement-bar__block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  grid-column: 1/-1;
}
@media screen and (max-width: 699px) {
  .announcement-bar__block-label.m-underline {
    text-decoration: underline;
  }
}
@media screen and (max-width: 699px) {
  .announcement-bar__block-cta {
    display: none;
  }
}
.announcement-bar__arrows {
  display: flex;
  gap: 0.5rem;
}

.shopify-section--header .header {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 999px) {
  .shopify-section--header .header {
    padding: 0.75rem 1.5rem;
  }
}
.shopify-section--header .header__primary-nav {
  column-gap: 1rem;
}
@media screen and (max-width: 999px) {
  .shopify-section--header .header__primary-nav {
    column-gap: 0.625rem;
  }
}
.shopify-section--header .header__primary-nav .block.has-dot {
  position: relative;
}
.shopify-section--header .header__primary-nav .block.has-dot::after {
  position: absolute;
  bottom: -1.1875rem;
  left: 50%;
  width: 82%;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: #fff;
  content: "";
  transform: translateX(-50%);
}
.shopify-section--header .header__primary-nav-item:hover {
  color: #0b61ac;
}
.shopify-section--header .header__primary-nav-item::before {
  content: "";
  font-size: 0.59375rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 130%;
}
.shopify-section--header .header__secondary-nav {
  width: max-content;
  column-gap: 1.5rem;
}
@media screen and (max-width: 999px) {
  .shopify-section--header .header__secondary-nav {
    column-gap: 0.5rem;
  }
}
.shopify-section--header .header__logo-image.mobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .shopify-section--header .header__logo-image.mobile {
    display: block;
  }
}
.shopify-section--header .header__menu-nav {
  display: flex;
  justify-content: center;
  padding: 1.375rem 0;
  background: #fff;
  column-gap: 1rem;
}
@media screen and (max-width: 999px) {
  .shopify-section--header .header__menu-nav {
    display: none;
  }
}
.shopify-section--header .header .localization-selectors {
  margin: 0;
}
.shopify-section--header .header .localization-toggle {
  column-gap: 0.375rem;
}
.shopify-section--header .header__nav-icon {
  width: 1.5rem;
}

.header-sidebar__sub-panel {
  padding-top: 1rem;
}
.header-sidebar__promo {
  flex-direction: column;
}
.header-sidebar__promo img {
  border-radius: 0.5rem;
}
.header-sidebar__promo .link-blur__icon-wrapper {
  display: none;
}
.header-sidebar__promo .link-blur > * {
  min-width: 100%;
}
.header-sidebar__promo .link-blur:hover .link-blur__label {
  width: 100%;
}
.header-sidebar__linklist-button {
  padding: 1rem 0;
  border-bottom: 1px solid #e5eaf0;
  color: var(--text-color) !important;
  overflow-wrap: anywhere;
}
.header-sidebar__linklist-button .icon {
  flex-shrink: 0;
}
.header-sidebar__linklist-button:active {
  color: #0b61ac !important;
}
.header-sidebar__collapsible-panel {
  background-color: unset;
}
.header-sidebar__main-panel {
  background-color: unset;
  grid-template-rows: auto 1fr;
}
.header-sidebar__pre_header__linklist {
  background-color: #0b4a89;
  color: #fff;
  padding-block: 1.375rem 1.5625rem;
}
.header-sidebar__pre_header__linklist .unstyled-list {
  padding-bottom: 1.5625rem;
  margin-bottom: -1.5625rem;
  overflow-x: auto;
  overflow-y: clip;
  overscroll-behavior-x: contain;
  padding-inline: 1.875rem;
  scrollbar-width: none;
}
.header-sidebar__pre_header__linklist .unstyled-list::-webkit-scrollbar {
  display: none;
}
.header-sidebar__linklist .accordion__disclosure[aria-expanded=true] .header-sidebar__linklist-button {
  border-bottom: 0;
}
.header-sidebar__linklist .accordion__disclosure[aria-expanded=true] .header-sidebar__nested-linklist {
  border-bottom: 1px solid #e5eaf0;
}
.header-sidebar__linklist .accordion__disclosure[aria-expanded=true] .header-sidebar__linklist-button {
  color: #000 !important;
  opacity: 1;
}
.header-sidebar__linklist .accordion__disclosure[aria-expanded=true] .icon-chevron-up {
  display: block;
}
.header-sidebar__linklist .accordion__disclosure[aria-expanded=true] .icon-chevron-down {
  display: none;
}
.header-sidebar__linklist .accordion__disclosure .icon-chevron-up {
  display: none;
}
.header-sidebar__scroller {
  display: flex;
  flex-direction: column;
  padding: 0 1rem 2rem 1rem;
  gap: 1rem;
}
.header-sidebar__sub-panel__navigation {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.header-sidebar__back-button {
  width: fit-content;
  padding: 0;
  border-block-end: none;
  margin-block-end: 0;
  text-align: left;
}
.header-sidebar__back-button .text-with-icon {
  gap: 0.5rem;
}
.header-sidebar__navigation-link {
  flex: 0 0 auto;
}
.header-sidebar__nested-linklist {
  padding: 0 0 1rem 0;
  border-inline-start: none;
  margin-block: 0;
  margin-inline-start: 0;
}
.header-sidebar__nested-linklist .link-faded-reverse:hover {
  color: #000;
}
.header-sidebar .localization-selectors {
  justify-content: flex-start;
}
.header-sidebar .localization-selectors .localization-toggle {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
}
.header-sidebar::part(base) {
  top: unset;
  height: calc(100% - var(--header-height) - var(--announcement-bar-is-sticky, 0px) * var(--announcement-bar-height, 0px));
}
.header-sidebar::part(overlay) {
  top: unset;
  min-height: calc(100vh - var(--header-height) - var(--announcement-bar-is-sticky, 0px) * var(--announcement-bar-height, 0px));
  background-color: transparent;
}
.header-sidebar::part(header) {
  display: none;
}
.header-sidebar::part(content) {
  background-color: #fff;
  color: #000;
  scrollbar-width: thin;
}
.header-sidebar .block:not(.has-dot) {
  opacity: 0.8;
}
.header-sidebar .block.has-dot {
  position: relative;
}
.header-sidebar .block.has-dot::after {
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  content: "";
  transform: translateX(-50%);
}
.header-sidebar .language-option {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  color: #fff;
}
.header-sidebar .language-option[aria-selected=true] {
  background-color: #fff;
  color: #0b4a89;
}
.header-sidebar .language-option--list {
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.shopify-section--header .icon-close-secondary {
  display: none;
}
.shopify-section--header:has(~ .header-sidebar[open]) .icon-close-secondary {
  display: block;
}
.shopify-section--header:has(~ .header-sidebar[open]) .icon-hamburger {
  display: none;
}

.breadcrumb {
  z-index: 2;
  display: block;
  max-width: 100%;
}
.breadcrumb .Underline {
  text-underline-offset: 0.25rem;
}
.breadcrumb__list {
  flex-wrap: wrap;
  gap: 0.25rem;
  white-space: nowrap;
}
.breadcrumb__list-item + .breadcrumb__list-item::before {
  color: #0b61ac;
  content: ">";
  font-size: var(--text-base);
  margin-inline-end: 0.25rem;
}
.breadcrumb__list-item a {
  color: #0b61ac;
}
.breadcrumb__list-item span {
  color: #0b61ac;
}

@media screen and (max-width: 999px) {
  .shopify-section--text-with-icons:has(+ .shopify-section--footer) .section-spacing {
    padding-block-end: 1.5rem;
    padding-block-start: 1.5rem;
    --container-gutter: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .shopify-section--text-with-icons:has(+ .shopify-section--footer) .text-with-icons {
    --text-with-icons-row-gap: 4.5rem;
  }
}
@media screen and (max-width: 999px) {
  .shopify-section--text-with-icons:has(+ .shopify-section--footer) .text-with-icons {
    --text-with-icons-row-gap: 2rem;
    --text-with-icons-items-per-row: 2;
    --text-with-icons-column-gap: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .shopify-section--text-with-icons:has(+ .shopify-section--footer) .text-with-icons__item .v-stack {
    flex-direction: column;
  }
}

@media screen and (max-width: 999px) {
  .shopify-section--footer {
    --container-gutter: 1rem;
  }
}
.shopify-section--footer .form {
  --form-gap: 0.5rem;
}
.shopify-section--footer .footer {
  padding-block-end: var(--section-vertical-spacing-footer);
  padding-block-start: calc(var(--section-vertical-spacing-footer) - 0.75rem);
}
@media screen and (min-width: 1280px) {
  .shopify-section--footer .footer {
    --container-gutter: 5.5rem;
  }
}
.shopify-section--footer .footer__logo-image {
  width: 100%;
  max-width: var(--footer-logo-width);
  height: auto;
}
.shopify-section--footer .footer__logo-image.mobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .shopify-section--footer .footer__logo-image.mobile {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .shopify-section--footer .footer__block--aside, .shopify-section--footer .footer__block--social-media {
    max-width: 14rem;
    flex-grow: 0;
  }
}
.shopify-section--footer .footer__block--aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 999px) {
  .shopify-section--footer .footer__block--app, .shopify-section--footer .footer__block--links, .shopify-section--footer .footer__block--newsletter {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .shopify-section--footer .footer__block--newsletter {
    max-width: 17.5rem;
  }
}
.shopify-section--footer .footer__block--newsletter .disclaimer--newsletter {
  margin-top: 0.5rem;
}
.shopify-section--footer .footer__block--locale_selector {
  display: none;
}
@media screen and (max-width: 699px) {
  .shopify-section--footer .footer__block--locale_selector {
    display: flex;
  }
  .shopify-section--footer .footer__block--locale_selector .localization-selectors {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .shopify-section--footer .footer__block-list {
    gap: 2.5rem;
  }
}
@media screen and (min-width: 699px) and (max-width: 1007px) {
  .shopify-section--footer .footer__block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--footer-content-justify-items);
    gap: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .shopify-section--footer .footer__block-list {
    display: grid;
    align-items: start;
    justify-content: center;
    gap: min(var(--section-vertical-spacing), 2.5rem);
    grid-template-columns: 1fr;
  }
  .shopify-section--footer .footer__block-list > :nth-child(2) {
    margin-top: calc(-1 * min(var(--section-vertical-spacing), 2.5rem));
  }
}
.shopify-section--footer .social-media {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shopify-section--footer .social-media svg {
  width: 0.75rem;
}
.shopify-section--footer .payment-methods {
  padding: 0 0.3125rem;
  filter: grayscale(1);
  gap: 0;
}
.shopify-section--footer .payment-methods__item {
  height: 2.5rem;
  align-content: center;
}
.shopify-section--footer .payment-methods .Icon--payments {
  height: 1.1875rem;
}
.shopify-section--footer .html_content-container {
  width: 8.4375rem;
}
.shopify-section--footer .localization-selectors {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 699px) {
  .shopify-section--footer .localization-selectors {
    display: none;
  }
}
@media screen and (min-width: 699px) {
  .shopify-section--footer .localization-selectors {
    max-width: 15.625rem;
  }
}
.shopify-section--footer .localization-selectors .country-flag {
  width: 0.875rem;
  height: 0.625rem;
  border-radius: 35%;
}
.shopify-section--footer .localization-selectors .localization-toggle {
  width: 100%;
  justify-content: space-between;
  padding: 0.875rem 0.9375rem;
  border: 1px solid #e5eaf0;
  border-radius: 0.5rem;
  background: #fff;
  gap: 0.5rem;
}
.shopify-section--footer .localization-selectors .popover {
  min-width: 100%;
}
.shopify-section--footer .localization-selectors .popover::part(content) {
  width: 100%;
  min-width: 0;
  max-width: none;
}
@media screen and (max-width: 999px) {
  .shopify-section--footer .social-media--list .social-media__item {
    opacity: 1;
  }
}
.shopify-section--footer .social-media--list .social-media__item {
  opacity: 1;
}
@media screen and (pointer: fine) {
  .shopify-section--footer .social-media--list .social-media__item:hover {
    opacity: 0.65;
    transition: opacity 0.2s, color 0.2s;
  }
}

.line-item__grouped-row {
  padding: 0 !important;
  border: unset;
}
.line-item__grouped-row-main {
  border-bottom: unset;
}
.line-item__grouped-row-main-price {
  padding-left: 0.75rem !important;
}
.line-item__grouped-row .line-item .line-item__container img {
  width: 30px;
}

.cart-drawer {
  --drawer-header-padding-block: 1.5rem;
  --drawer-header-padding-inline: 0;
  --drawer-body-padding-inline: 0;
}
@media screen and (max-width: 699px) {
  .cart-drawer {
    --drawer-max-width: 100vw;
  }
}
.cart-drawer::part(content) {
  padding: 0 1.5rem;
}
@media screen and (max-width: 699px) {
  .cart-drawer::part(content) {
    padding: 0;
  }
}
@media screen and (max-width: 699px) {
  .cart-drawer::part(header), .cart-drawer::part(body) {
    padding: 0 1rem;
  }
}
.cart-drawer::part(footer) {
  padding: 1rem;
  border-top: 0;
}
@media screen and (min-width: 699px) {
  .cart-drawer::part(footer) {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
}
.cart-drawer__footer .button-group {
  display: flex;
  gap: 0.5rem;
}
.cart-drawer__footer .button-group a,
.cart-drawer__footer .button-group button {
  max-width: none;
  flex-grow: 1;
}
.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
  padding-block-start: 0.625rem;
}
.cart-drawer .free-shipping-bar {
  padding: 1rem 0;
}
.cart-drawer .quantity-selector {
  --quantity-selector-input-width: 1.9375rem;
  --quantity-selector-height: 2.5rem;
  box-sizing: border-box;
  grid-template-columns: 1.875rem 1.9375rem 1.875rem;
}
.cart-drawer__items {
  gap: 0;
  padding-block-start: 0;
}
.cart-drawer__items .line-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgb(var(--border-color));
}
.cart-drawer__additional-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background-color: #f2f4f6;
  justify-items: center;
  text-align: center;
}
.cart-drawer__totals {
  display: flex;
  flex-direction: column;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid rgb(var(--border-color));
  border-bottom: 0.0625rem solid rgb(var(--border-color));
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.cart-drawer__totals-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.4375rem;
}
.cart-drawer__totals-item p {
  padding-top: 0.1875rem;
  text-transform: none;
}
.cart-drawer__totals-discount-label {
  display: flex;
  align-items: center;
  padding-top: 0.1875rem;
  color: #0b61ac;
  gap: 0.25rem;
  text-transform: none;
}
.cart-drawer__totals cart-discount-remove-button svg {
  width: 0.6875rem;
  height: 0.6875rem;
  color: #0b61ac;
}
.cart-drawer__discounts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-drawer .gift-bag {
  margin-top: 1rem;
}
.cart-drawer .accordion {
  border-bottom: 0;
}
.cart-drawer .accordion__toggle {
  padding-top: 0.625rem;
  padding-bottom: 0;
}
.cart-drawer .accordion__toggle .text-with-icon {
  color: #0d0e0e;
}
.cart-drawer .accordion__toggle .animated-plus::before, .cart-drawer .accordion__toggle .animated-plus::after {
  background-color: #000;
  opacity: 1;
}
.cart-drawer .accordion__content {
  padding: 0;
}
.cart-drawer .price-list .on-sale {
  display: flex;
  color: #0b61ac;
  gap: 0.5rem;
}

.link-blur {
  display: block;
  width: 100%;
  height: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .link-blur:not(.link-blur--static):hover .link-blur__label {
    width: calc(100% - 2.5rem);
    border-bottom-right-radius: 0;
  }
}
.link-blur:not(.link-blur--static):hover .link-blur__icon-wrapper {
  border-bottom-left-radius: 0;
}
.link-blur--static {
  cursor: default;
}
.link-blur__label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2.5rem;
  backdrop-filter: blur(100px);
  line-height: 2.5rem;
  transition: width 0.7s ease-out;
}
.link-blur__icon-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(100px);
}

.multi-column {
  --section-stack-gap: 16px;
}
@media screen and (max-width: 699px) {
  .multi-column {
    --container-gutter: 1.5rem;
    --section-stack-gap: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .multi-column:not(.scroll-area) {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 699px) {
  .multi-column .multi-column__item--double {
    grid-column: span 1;
  }
}
.multi-column.scroll-carousel .multi-column__item {
  height: 24.5625rem;
}
.multi-column__item {
  display: flex;
  width: 100%;
  height: 26.25rem;
  align-items: center;
}
@media screen and (max-width: 699px) {
  .multi-column__item {
    height: 28.125rem;
  }
}
.multi-column__item--double {
  grid-column: span 2;
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .multi-column__item--double {
    padding: 0 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .multi-column__item--double {
    padding: 0 8rem;
  }
}
.multi-column__item--double.multi-column__item--text_only .content-wrapper {
  display: flex;
  max-width: 41rem;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 0;
  margin: auto;
  gap: 2rem;
}
@media screen and (max-width: 699px) {
  .multi-column__item--double.multi-column__item--text_only .content-wrapper {
    gap: 1.5rem;
  }
}
.multi-column__item--text_only .title {
  color: #0b61ac;
}
.multi-column__item--text_only .content-wrapper {
  display: flex;
  flex-direction: column;
  padding-right: 4rem;
  gap: 1.5rem;
}
@media screen and (max-width: 699px) {
  .multi-column__item--text_only .content-wrapper {
    padding-right: 0;
  }
}
.multi-column__item--text_only .content p {
  font-weight: 200;
}
.multi-column__item--text_only .button {
  margin-block: 0 !important;
}
.multi-column__item--image_with_text {
  position: relative;
}
.multi-column__item--image_with_text .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.multi-column__item--image_with_text .content-wrapper a {
  display: block;
  width: 100%;
  height: 2.5rem;
}
.multi-column__item--image_with_text .content-wrapper a:hover .label {
  width: calc(100% - 2.5rem);
}
.multi-column__item--image_with_text .content-wrapper .label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  backdrop-filter: blur(100px);
  line-height: 2.5rem;
  transition: width 0.45s ease;
}
.multi-column__item--image_with_text .content-wrapper .icon-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #fff;
}
.multi-column__item--image_with_text .link-blur__label {
  text-align: center;
}
.multi-column__item--divider .content-wrapper {
  width: 100%;
  height: 100%;
}
.multi-column__item--divider .content-wrapper .wrap-title {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #0b61ac;
  text-align: center;
}
.multi-column__item .content {
  margin-block: 0;
}

.shopify-section--slideshow {
  position: relative;
}
.shopify-section--slideshow .slideshow {
  --content-over-media-row-gap: 3rem;
  --content-over-media-column-gap: 3rem;
}
@media screen and (max-width: 699px) {
  .shopify-section--slideshow .slideshow {
    --content-over-media-row-gap: 1.5rem;
    --content-over-media-column-gap: 1.5rem;
  }
}
@media screen and (max-width: 699px) {
  .shopify-section--slideshow .slideshow__slide-content {
    width: 100%;
  }
}
.shopify-section--slideshow .slideshow__slide-content .prose {
  padding-bottom: 2.25rem;
}
@media screen and (max-width: 999px) {
  .shopify-section--slideshow .slideshow__slide-content .prose {
    padding-bottom: 2.25rem;
  }
}
.shopify-section--slideshow .slideshow__slide-content .prose .title {
  margin-top: 1rem;
}
.shopify-section--slideshow .slideshow__slide-content .prose .title p {
  font-family: inherit;
  margin-block-start: 0;
}
.shopify-section--slideshow .slideshow__slide-content .prose .button-group {
  margin-top: 1rem;
  gap: 1rem;
}
@media screen and (max-width: 699px) {
  .shopify-section--slideshow .slideshow__slide-content .om-button {
    flex: 1;
  }
}
.shopify-section--slideshow .slideshow__slide-content-link {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 699px) {
  .shopify-section--slideshow .slideshow__slide-content-link {
    display: none;
  }
}
.shopify-section--slideshow .slideshow__slide-content-link-arrow-container {
  padding-bottom: 0.5rem;
  border-bottom: 0.25rem solid #fff;
}
.shopify-section--slideshow .slideshow__slide-content-link-arrow-container svg {
  width: 5.125rem;
  height: 5.125rem;
  color: #fff;
}
.shopify-section--slideshow .slideshow .page-dots {
  gap: 0.375rem;
  inset-block-end: 3rem;
  inset-inline-end: unset;
  inset-inline-start: 3rem;
}
.shopify-section--slideshow .slideshow .page-dots > * {
  display: grid;
  width: 1.375rem;
  height: 0.25rem;
  border-radius: 0;
  place-content: center;
}
@media screen and (max-width: 699px) {
  .shopify-section--slideshow .slideshow .page-dots {
    inset-block-end: 1.5rem;
    inset-inline-start: 1.5rem;
  }
}
.shopify-section--slideshow .slideshow-cards-wrapper {
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .shopify-section--slideshow .slideshow-cards-wrapper {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
}

.download-app {
  overflow-x: hidden;
}
.download-app__wrapper {
  margin-inline: -3.125rem;
}
@media screen and (max-width: 999px) {
  .download-app__wrapper {
    flex-direction: column;
    gap: 3rem;
    margin-inline: 0;
    padding-block-start: 5rem;
  }
}
.download-app__content {
  padding-top: 12.5rem;
  justify-items: center;
}
@media screen and (max-width: 999px) {
  .download-app__content {
    padding-top: 0;
    gap: 3rem;
  }
}
@media screen and (max-width: 999px) {
  .download-app__content p {
    font-size: 1rem;
  }
}
.download-app .side-text,
.download-app .side-text-container {
  max-width: 20.625rem;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .download-app .side-text,
  .download-app .side-text-container {
    font-size: 6.5rem;
  }
}
.download-app__image {
  width: 9.375rem;
  filter: grayscale(100%);
}
@media screen and (max-width: 999px) {
  .download-app__image {
    width: 8.125rem;
  }
}
.download-app__image-mobile {
  overflow: hidden;
  width: 21.875rem;
  height: 16.875rem;
}
@media screen and (max-width: 999px) {
  .download-app__image-mobile {
    width: 17.5rem;
    height: 13.75rem;
  }
}

.product-card {
  --quick-add-button-size: 0;
  height: 100%;
  gap: 0;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 699px) {
  .product-card {
    --quick-add-button-size: 0;
  }
}
.product-card .wishlist-placeholder {
  width: 2rem;
}
@media screen and (min-width: 1000px) {
  .product-card .wishlist-placeholder {
    display: none;
  }
}
.product-card .has-wishlist {
  display: none;
}
@media screen and (min-width: 1000px) {
  .product-card .has-wishlist {
    display: flex;
  }
}
.product-card:hover .product-card__figure > .option-list {
  z-index: 99999;
  bottom: 0.75rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.product-card__figure > .option-list {
  position: absolute;
  z-index: 1;
  max-width: calc(100% - var(--quick-add-button-size) - 1rem);
  flex-wrap: wrap;
  inset-block-end: 1.5rem;
  inset-inline-start: 0.75rem;
  opacity: 0;
  transform: translateY(0.3125rem);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media screen and (max-width: 999px) {
  .product-card__figure > .option-list {
    display: none;
  }
}
.product-card__figure .option-button {
  display: flex;
  height: var(--badge-height);
  align-items: center;
  padding: 0 0.75rem;
  border: 1px solid #e5eaf0;
  border-radius: 0.5rem;
  background-color: #e5eaf0;
}
.product-card__figure .option-button:hover {
  background-color: #fff;
}
.product-card__figure a img {
  height: 100%;
}
.product-card__figure .product-labels {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.product-card__media {
  z-index: 1;
  height: 100%;
  flex-grow: 1;
}
.product-card__image {
  padding: 3.25rem 2.5rem;
}
.product-card__info {
  display: flex;
  width: 100%;
  padding: 0.75rem;
  background-color: #e5eaf0;
  justify-self: end;
}
@media screen and (max-width: 999px) {
  .product-card__info {
    min-height: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .product-card__info {
    min-height: 3.5rem;
  }
}
.product-card__info-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.product-card__info-content .product-title {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  color: #0d0e0e;
  -webkit-line-clamp: 2;
  line-height: 100%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
}
.product-card__info-content .price-list {
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: end;
  gap: 0.5rem;
}
@media screen and (max-width: 699px) {
  .product-card__info-content .price-list {
    gap: 0.25rem;
  }
}
.product-card__info-content .price-list compare_at_price {
  color: #494f55;
}
.product-card__info-content .price-list sale-price {
  color: #0d0e0e;
}
.product-card__info-content .price-list sale-price.text-on-sale {
  color: #0b61ac;
}
.product-card:hover .product-labels--bottom-left, .product-card:hover .product-labels--bottom-right, .product-card:hover .product-labels--top-right {
  opacity: 0;
  transform: translateY(5px);
}
.product-card__quick-add-button {
  display: flex;
  width: var(--quick-add-button-size);
  height: var(--quick-add-button-size);
  justify-content: center;
  padding: 1rem;
  border: 1px solid #e5eaf0;
  background-color: #fff;
  color: RGB(var(--text-color));
}
@media screen and (max-width: 699px) {
  .product-card__quick-add-button {
    width: var(--quick-add-button-size);
    height: var(--quick-add-button-size);
    padding: 0;
  }
}
@media screen and (pointer: fine) {
  .product-card .product-card__quick-add-button:focus svg,
  .product-card .product-card__quick-add-button:hover svg {
    transform: none;
  }
}

@media screen and (min-width: 1440px) {
  .product-list {
    --product-list-default-column-gap: 3rem;
  }
}

.product-labels--container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.75rem;
  gap: 0.5rem;
}
.product-labels--bottom {
  align-items: flex-end;
  justify-content: space-between;
}
.product-labels--top {
  align-items: flex-start;
  justify-content: space-between;
}
.product-labels--items {
  z-index: 1;
  min-width: 0;
  max-width: fit-content;
  flex: 1 1 0;
  flex-wrap: wrap;
}
.product-labels--bottom-right, .product-labels--top-right {
  justify-content: flex-end;
}

.badge-list {
  inset-block-start: 0.5rem;
  inset-inline-start: 0.5rem;
}
@media screen and (max-width: 699px) {
  .badge-list {
    inset-block-start: 0.5625rem;
    inset-inline-start: 0.5625rem;
  }
}
.badge-list .badge {
  height: var(--badge-height);
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #e5eaf0;
  border-radius: 0.5rem;
  background-color: #e5eaf0;
  color: #0d0e0e;
  font-size: 0.75rem;
  font-weight: 600;
  padding-inline: 0.75rem;
}
@media screen and (max-width: 699px) {
  .badge-list .badge {
    padding: 0.34375rem 0.75rem;
  }
}
.badge-list .badge--on-sale {
  border-color: #003d79;
  background-color: #003d79;
  color: #fff;
}

@media screen and (max-width: 699px) {
  .image-with-text {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.image-with-text > .prose {
  max-width: 31.5625rem;
}
@media screen and (max-width: 699px) {
  .image-with-text > .prose {
    max-width: 100%;
    padding: 0;
    margin-top: 2.5rem;
  }
  .image-with-text > .prose div {
    margin-top: 1.5rem;
  }
  .image-with-text > .prose div > p {
    text-align: justify;
  }
  .image-with-text > .prose a {
    margin-top: 1.5rem;
  }
}

.mega-menu {
  justify-content: space-between;
  column-gap: unset;
  padding-block: 2.5rem;
  padding-inline: 3rem;
}
.mega-menu__container {
  display: flex;
  width: 100%;
  max-width: 93.75rem;
  margin: 0 auto;
}
.mega-menu li {
  line-height: 0 !important;
}
.mega-menu li a {
  line-height: normal;
}
.mega-menu__sub {
  padding-block: 0.375rem;
}
.mega-menu__sub:hover {
  text-decoration: underline;
}
.mega-menu__sub-sub li {
  padding-block: 0.375rem;
}
.mega-menu__sub-sub li a:hover {
  text-decoration: underline;
}
.mega-menu.mega-menu--with-border {
  border-top: 1px solid #e5eaf0;
}
.mega-menu__linklist {
  display: grid;
  flex-grow: 1;
  gap: 0.9375rem 2.5rem;
  grid-template-columns: repeat(var(--mega-menu-columns, 4), 1fr);
}
.mega-menu__container__image {
  height: var(--collections-header-image-height);
  margin-bottom: 0.75rem;
}
.mega-menu__image {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  object-fit: contain;
}
.mega-menu__image-container {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.mega-menu__image-container picture {
  display: flex;
  flex: 1;
}
.mega-menu__image-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #fff;
}
.mega-menu__image-text * {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.mega-menu__promo {
  display: flex;
  margin-left: 2.5rem;
  gap: 1.5rem;
}
.mega-menu__promo > * {
  display: flex;
  max-width: 20rem;
  flex: 1;
  flex-direction: column;
}
.mega-menu__promo img {
  width: 20rem;
  max-width: unset;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}
.mega-menu__promo .v-stack {
  grid-template-columns: unset;
}
.mega-menu__badge {
  position: absolute;
  padding-left: 0.25rem;
  color: #0b61ac;
}

.featured-collections .section-stack {
  --section-stack-gap: ${calculateRem(16px)};
}
.featured-collections-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 1rem;
}
.featured-collections-navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0 1.5rem 0;
}
.featured-collections-navigation-container .carousel__navigation {
  display: flex;
  gap: 1.5rem;
}
.featured-collections-navigation-container .carousel__navigation .prev-next-button[disabled] {
  opacity: 0.5;
  visibility: visible;
}
.featured-collections-cta-button {
  margin-top: 2.5rem;
}

.recently-viewed-products .section-stack {
  --section-stack-gap: ${calculateRem(16px)};
}
.recently-viewed-products-navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0 1.5rem 0;
}
.recently-viewed-products-navigation-container .carousel__navigation {
  display: flex;
  gap: 1.5rem;
}
.recently-viewed-products-navigation-container .carousel__navigation .prev-next-button[disabled] {
  opacity: 0.5;
  visibility: visible;
}

.featured-shop-by-player .section-stack {
  --section-stack-gap: ${calculateRem(16px)};
  gap: 1.4375rem;
}
.featured-shop-by-player-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 1rem;
}
@media screen and (max-width: 699px) {
  .featured-shop-by-player-navigation {
    flex-wrap: nowrap;
  }
}
.featured-shop-by-player-navigation > button:not(:only-child) {
  position: relative;
  padding-block-end: 0.125rem;
}
.featured-shop-by-player-navigation > button:not(:only-child)[aria-current=true] {
  color: #0b61ac;
}
.featured-shop-by-player-navigation-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 699px) {
  .featured-shop-by-player-navigation-container {
    padding: 1rem 0 1.5rem 0;
  }
}
.featured-shop-by-player-navigation-container .carousel__navigation {
  display: flex;
  margin-top: 0.5rem;
  gap: 1.5rem;
}
.featured-shop-by-player-navigation-container .carousel__navigation .prev-next-button[disabled] {
  opacity: 0.5;
  visibility: visible;
}
@media screen and (max-width: 699px) {
  .featured-shop-by-player-navigation-container .carousel__navigation .icon {
    width: 1rem;
    height: 1rem;
  }
}
.featured-shop-by-player-carousel__item:not(.is-selected) {
  display: none;
}
.featured-shop-by-player-cta-button {
  margin-top: 1.5rem;
}
.featured-shop-by-player .product-list--carousel {
  --player-list-card-width: 18.4375rem;
}
@media screen and (max-width: 699px) {
  .featured-shop-by-player .product-list--carousel {
    --player-list-card-width: 13.75rem;
  }
}
.featured-shop-by-player .player-list {
  display: grid;
  column-gap: calc(var(--player-list-horizontal-spacing-factor) * 16px);
  grid-auto-columns: calc((105% - (var(--player-list-items-per-row) - 1) * var(--player-list-horizontal-spacing-factor) * 16px) / var(--player-list-items-per-row));
  grid-auto-flow: column;
}
@media screen and (max-width: 699px) {
  .featured-shop-by-player .player-list {
    grid-auto-columns: 80%;
  }
}

.player-card {
  position: relative;
  --card-height: 30.3125rem;
}
@media screen and (max-width: 999px) {
  .player-card {
    --card-height: 23.75rem;
  }
}
.player-card__figure {
  display: grid;
  height: var(--card-height);
  align-items: end;
  justify-items: center;
}
.player-card__media {
  display: flex;
  height: var(--card-height);
}
.player-card__media img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom;
  -webkit-user-drag: none;
  user-select: none;
}
.player-card__info {
  padding: 1rem;
}
.player-card__name {
  height: 2rem;
  line-height: 1;
}

.collection-list {
  --collection-list-gap: 1rem;
}
.collection-list .content-over-media {
  --content-over-media-gap: 2.6875rem;
  column-gap: calc(var(--content-over-media-gap) - 0.1875rem);
}
@media screen and (max-width: 699px) {
  .collection-list .content-over-media {
    --content-over-media-gap: 1.40625rem;
    column-gap: calc(var(--content-over-media-gap) + 0.34375rem);
  }
}
.collection-list .content-over-media:has(> .prose):not(:has(> .prose .button:last-child)) {
  row-gap: var(--content-over-media-gap);
}
@media screen and (max-width: 699px) {
  .collection-list .content-over-media:has(> .prose):not(:has(> .prose .button:last-child)) {
    row-gap: var(--content-over-media-gap);
  }
}

.pagination {
  border-block-end-width: 0;
  gap: 0.3125rem;
  grid-auto-columns: minmax(0, 2.5rem);
  grid-auto-rows: minmax(0, 2.5rem);
}
.pagination__link {
  border: solid 1px #e5eaf0;
  border-radius: 0.5rem;
}
.pagination__link[aria-current=page] {
  background-color: #0b61ac;
  box-shadow: unset;
  color: #fff;
}

.selection-banner__content {
  position: relative;
  overflow: hidden;
}
.selection-banner__image-wrapper {
  height: 31.5625rem;
  overflow-y: hidden;
}
.selection-banner__image-wrapper img {
  object-fit: cover;
  object-position: center;
}
.selection-banner__title {
  position: absolute;
  z-index: 2;
  padding: 0.75rem;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .selection-banner__title {
    font-size: 3.5rem;
  }
}
.selection-banner__title.top {
  top: -6.25rem;
  right: 0;
  transform: translate(4.6875rem, -4.375rem);
}
@media screen and (max-width: 999px) {
  .selection-banner__title.top {
    transform: translate(3.5rem, -1.5625rem);
  }
}
.selection-banner__title.bottom {
  bottom: -6.25rem;
  left: 0;
}
@media screen and (max-width: 999px) {
  .selection-banner__title.bottom {
    bottom: 0;
  }
}
@media screen and (max-width: 999px) {
  .selection-banner__title.no-button {
    bottom: -3.25rem;
  }
}
.selection-banner__button {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.5rem;
  backdrop-filter: blur(200px);
  color: #fff;
  line-height: 2.5rem;
  padding-inline: 1.5rem;
  text-align: right;
}
.selection-banner .wrapper-link-blur {
  position: absolute;
  bottom: 0;
  left: 0;
}
.selection-banner .link-blur__label {
  padding-right: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .selection-banner .link-blur__label {
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 999px) {
  body:has(.shopify-section--main-product .buy-buttons-sticky-wrapper.is-sticky) .back-to-top {
    bottom: 5.875rem;
  }
}
.shopify-section--main-product .section-spacing {
  padding-block-end: 5rem;
  padding-block-start: 0;
}

.product-page {
  --container-xl-max-width: 90rem;
}
@media screen and (max-width: 999px) {
  .product-page .om-button.button {
    max-width: none;
  }
}
.product-page .product {
  --product-gap: 0;
  position: relative;
  column-gap: 0;
}
.product-page .product-name-and-price {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 2rem;
  color: #565656;
  gap: 2.5rem;
}
@media screen and (max-width: 999px) {
  .product-page .product-name-and-price {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.product-page .product-name-and-price .product-title {
  flex: 1;
}
.product-page .product-name-and-price price-list {
  display: flex;
  justify-content: end;
  color: #2e3840;
}
.product-page .product-name-and-price price-list sale-price {
  color: #0b61ac;
  text-align: right;
}
.product-page .product-name-and-price price-list sale-price.regular-price {
  color: #2e3840;
}
.product-page .product-name-and-price price-list compare-at-price {
  color: #a4b2c0;
  text-align: right;
}
.product-page .product__notify-me {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-page .product__notify-me input {
  width: 100%;
}
.product-page .product__notify-me .om-floating-label {
  font-size: 0.75rem;
}
.product-page .product__availability-info--content {
  margin-top: 0.5rem;
}
.product-page .product-content-below-gallery {
  margin-top: 2.5rem;
}
.product-page .product-labels--container {
  padding: 1rem;
}
.product-page .product-customization__form-container {
  padding: 1.5rem;
}
.product-page .product .text-red {
  color: #c90d00;
}
.product-page .product .text-orange {
  color: #ae5a01;
}
.product-page .product-gallery {
  position: relative;
}
@media screen and (max-width: 999px) {
  .product-page .product-gallery {
    margin-bottom: 1rem;
    gap: 1rem;
  }
}
.product-page .product-gallery__thumbnail {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
}
.product-page .product-gallery__thumbnail-scroller {
  --product-gallery-thumbnail-size: 5.5625rem;
}
.product-page .product-gallery__thumbnail[aria-current=true] {
  border-color: transparent;
}
.product-page .product-gallery__thumbnail img {
  object-fit: cover;
}
.product-page .product-gallery carousel-navigation.page-dots {
  padding: 0.5rem;
  border-radius: 6.1875rem;
  background-color: rgba(0, 0, 0, 0.1215686275);
  --dot-size: 0.5rem;
}
.product-page .product-gallery carousel-navigation.page-dots button[aria-current=true] {
  width: 1.5rem;
  background-color: #fff;
}
.product-page .product-gallery carousel-navigation.page-dots button::after {
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.product-page .product-gallery carousel-navigation.page-dots button::after {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  .product-page .iWishAdd {
    right: 0;
  }
}
.product-page .accordion {
  border-block-color: #e5eaf0;
}
.product-page .accordion__toggle {
  padding-block: 0.75rem;
}
.product-page .accordion__toggle svg {
  width: 1.125rem;
  height: 1.125rem;
}
.product-page .accordion__content {
  padding-top: 1rem;
  letter-spacing: 0%;
  line-height: 100%;
}
.product-page .block-swatch {
  min-width: 0;
  height: auto;
  padding: 0.5rem 1rem;
  border: 1px solid #e5eaf0;
  border-radius: 0.5rem;
  background-color: #e6eaef;
  color: #0d0e0e;
  line-height: 1rem;
}
.product-page .block-swatch:not(.is-disabled):hover {
  background-color: #fff;
}
.product-page :checked + .block-swatch,
.product-page .block-swatch.is-selected {
  background-color: #0b61ac;
}
.product-page :checked + .block-swatch span,
.product-page .block-swatch.is-selected span {
  color: #fff;
}
.product-page :checked + .block-swatch:hover {
  background-color: #0b61ac;
}
.product-page .block-swatch.is-disabled {
  --swatch-disabled-strike-color: transparent;
  border-color: transparent;
  opacity: 0.6;
}
.product-page .block-swatch.is-disabled span {
  color: #0d0e0e;
}
.product-page :checked + .block-swatch.is-disabled {
  border-color: #0b61ac;
  background-color: #f6f6f6;
  opacity: 0.6;
}
.product-page :checked + .block-swatch.is-disabled span {
  color: #0d0e0e;
}
.product-page .variant-picker__option button {
  color: #0b61ac;
  text-decoration: none;
}
.product-page [id=BIS_trigger] {
  display: none;
}
.product-page .buy-buttons [id=BIS_trigger] {
  display: block;
}

.related-products .section-stack {
  --section-stack-gap: ${calculateRem(16px)};
}
.related-products-navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.0625rem 3rem 1.5rem 3rem;
}
@media screen and (max-width: 699px) {
  .related-products-navigation-container {
    padding: 1rem 0 1.5rem 0;
  }
}
.related-products-navigation-container .carousel__navigation {
  display: flex;
  gap: 1.5rem;
}
.related-products-navigation-container .carousel__navigation .prev-next-button[disabled] {
  opacity: 0.5;
  visibility: visible;
}

.shopify-section--text-with-icons .section-spacing {
  padding-block-end: 2rem;
  padding-block-start: 2rem;
}

.free-shipping-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.free-shipping-bar .Heading--2XS {
  text-transform: none;
}
.free-shipping-bar__progress {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.25rem;
}
.free-shipping-bar__progress-bar {
  position: relative;
  height: 0.125rem;
  flex-grow: 1;
  background-color: #e5eaf0;
}
.free-shipping-bar__progress-bar-completed {
  position: absolute;
  display: flex;
  height: 0.125rem;
  align-items: center;
  justify-content: end;
  background-color: #0b61ac;
}

.line-item {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.line-item__container {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.line-item__media {
  width: 4rem;
  object-fit: contain;
}
.line-item-info__header {
  text-transform: none;
}
.line-item-price {
  margin-left: auto;
}
.line-item .options-list {
  margin-left: 0;
  color: #0d0e0e;
  list-style: none;
}
.line-item .options-list li {
  padding: 0;
  line-height: 130%;
}
.line-item .options-list li.sku {
  padding-top: 0.25rem;
}
.line-item .options-list-customization {
  margin-top: 0.5rem;
}
.line-item-group__main td {
  border-bottom: unset;
}
.line-item-group__child td {
  border-block-width: 0;
}
.line-item-drawer-group {
  display: flex;
  flex-direction: column;
}
.line-item--grouped-item {
  border: unset !important;
}
.line-item--main-product {
  border-bottom: unset !important;
}
.line-item .bundle-lines {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 2rem;
  gap: 1rem;
}
.line-item .bundle-lines .bundle-line {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}
.line-item .bundle-lines .bundle-line__media {
  width: 2rem;
  flex-shrink: 0;
}
.line-item .bundle-lines .bundle-line__media-placeholder {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}
.line-item .bundle-lines .bundle-line__info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.line-item .bundle-lines .bundle-line__info .text-subdued {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-cart.section-spacing {
  padding-block-end: 5rem;
  padding-block-start: 3rem;
}
@media screen and (max-width: 699px) {
  .main-cart .order-summary__body td:nth-child(3) {
    display: table-cell;
  }
}
.main-cart .order-summary__body .line-item .text-subdued {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-cart .order-summary__body .line-item-remove-link {
  text-decoration: underline;
}
@media screen and (min-width: 699px) {
  .main-cart .order-summary__body .line-item-remove-link {
    display: none;
  }
}
.main-cart .order-summary__body .remove-link {
  display: inline-block;
  padding: 0;
  margin-right: 1.125rem;
}
.main-cart .order-summary__body .quantity-selector {
  --quantity-selector-input-width: 1.9375rem;
  --quantity-selector-height: 2.875rem;
  box-sizing: border-box;
  grid-template-columns: 1.875rem 1.9375rem 1.875rem;
}
.main-cart .order-summary__header th {
  color: #0d0e0e;
  opacity: 1;
  text-align: left;
}
.main-cart .order-summary__header td {
  text-align: left;
}
.main-cart .order-summary__remove-all {
  display: flex;
  justify-content: end;
}
.main-cart .order-summary__subtotal {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 0.5rem 0;
}
@media screen and (max-width: 699px) {
  .main-cart .order-summary__subtotal {
    margin-top: 8px;
  }
}
.main-cart .cart-recap {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1000px) {
  .main-cart .cart-recap {
    justify-content: space-between;
    grid-template-columns: 50% 45%;
  }
}
@media screen and (min-width: 1440px) {
  .main-cart .cart-recap {
    grid-template-columns: 50% 33%;
  }
}
.main-cart .cart-recap__summary {
  display: grid;
  width: 100%;
  gap: 0.5rem;
  justify-items: end;
}
.main-cart .cart-recap__summary .cart-discount {
  margin-bottom: 1rem;
}
@media screen and (max-width: 999px) {
  .main-cart .cart-recap__summary .cart-discount {
    margin-top: 2.0625rem;
  }
}
.main-cart .cart-recap__summary .go-to-checkout-button {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .main-cart .cart-recap__summary {
    justify-items: start;
  }
}
.main-cart .cart-recap__info-and-gift {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}
.main-cart .cart-recap__additional-info {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 2.25rem;
  background-color: #f2f4f6;
  justify-items: center;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .main-cart .cart-recap__additional-info {
    padding: 1rem;
  }
}
.main-cart .cart-recap__additional-info-container {
  width: 100%;
  justify-self: start;
}
.main-cart .cart-recap .discount-badge {
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-cart .price-list .on-sale {
  color: #0b61ac;
}
@media screen and (min-width: 1000px) {
  .main-cart .gift-bag {
    margin: 0;
  }
}

.Customization {
  /* Jersey Specific Styles */
  /* Shorts Specific Styles */
}
.Customization__Letters, .Customization__Numbers, .Customization__AddOns {
  position: absolute;
  z-index: 3;
  display: none;
  width: 100%;
  pointer-events: none;
}
.Customization__Product-Container {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
.Customization__ProductImage {
  display: flex;
  justify-content: center;
}
.Customization__ProductImage img {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .Customization__ProductImage img {
    max-width: 18.75rem;
  }
}
.Customization__AddOns img {
  position: absolute;
}
@media screen and (max-width: 999px) {
  .Customization__AddOns img {
    left: 50%;
    width: 100%;
    max-width: 18.75rem;
    transform: translateX(-50%);
  }
}
.Customization__Letters.jersey {
  top: 25%;
  display: flex;
  height: 10%;
  justify-content: center;
  transform: translateY(-50%);
}
.Customization__Letters.jersey img {
  width: auto;
}
.Customization__Numbers.jersey {
  top: 50%;
  display: flex;
  height: 28%;
  justify-content: center;
  transform: translateY(-50%);
}
.Customization__Numbers.jersey img {
  width: auto;
}
.Customization__AddOns.jersey {
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.Customization__Numbers.shorts {
  top: 75%;
  right: 18%;
  display: flex;
  height: 13%;
  justify-content: center;
}
.Customization__Numbers.shorts img {
  width: auto;
}

.product-customization__form-container {
  padding: 0;
  border-radius: 0.5rem;
  background-color: #f2f4f6;
}
@media screen and (max-width: 999px) {
  .product-customization__form-container {
    padding: unset;
    background-color: unset;
  }
}
.product-customization__form-switch {
  --switch-width: 3.125rem;
  --switch-height: 1.5rem;
  --switch-toggle-size: 1.125rem;
}
.product-customization__form-competitions-label {
  width: 100%;
  height: 4.5rem;
  justify-content: center;
  border: 1px solid #c4cbd2;
}
.product-customization__form-competitions-label.checked {
  border-color: #0b61ac;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .product-customization__form-competitions-label {
    width: 100%;
    height: 4rem;
    padding: 0.75rem;
  }
}
.product-customization__form-competitions-radio {
  position: absolute;
  width: 0;
  height: 0;
}
.product-customization__form-competitions-image {
  height: auto;
  max-height: 3rem;
}
.product-customization__form-types {
  align-items: flex-start;
}
@media screen and (max-width: 699px) {
  .product-customization__form-types {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-customization__form-type-item.type-player {
  flex: 1;
}
@media screen and (max-width: 699px) {
  .product-customization__form-type-item.type-player {
    min-width: 100%;
  }
  .product-customization__form-type-item.type-player .product-customization__form-section-players {
    flex-direction: column;
  }
}
.product-customization__form-type-item.type-player select {
  border-color: #cfd8de;
}
.product-customization__form-type-item.type-name {
  width: 8.75rem;
}
@media screen and (min-width: 699px) and (max-width: 1007px) {
  .product-customization__form-type-item.type-name {
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .product-customization__form-type-item.type-name {
    width: calc(100% - 0.5rem - 6.25rem);
  }
}
.product-customization__form-type-item.type-number {
  width: 5.75rem;
}
@media screen and (max-width: 699px) {
  .product-customization__form-type-item.type-number {
    width: 6.25rem;
  }
}
.product-customization__form-type-item input {
  border-color: #e5eaf0;
  background-color: #fff;
}
.product-customization__form-addons {
  align-items: stretch;
  border-top: 0.0625rem solid #e5eaf0;
  padding-block: 1rem;
}
.product-customization__form-addons-option {
  align-items: flex-start;
  cursor: pointer;
}
.product-customization__form-addons-item {
  flex: 1;
}
.product-customization__form-addons-item:not(:last-child) {
  padding-right: 1rem;
  border-right: 0.0625rem solid #e5eaf0;
}

.product-customization-pdp__footer .continue-button {
  margin-top: 1rem;
}

.continue-button .wrap-label {
  justify-content: center;
}

.show-product-customization-preview {
  display: none;
}

.collection-selector__buttons {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 999px) {
  .collection-selector__buttons {
    width: 100vw;
    justify-content: center;
    overflow-x: scroll;
    padding-inline: 1rem;
  }
}
.collection-selector__container {
  display: flex;
  justify-content: center;
  -ms-overflow-style: none;
  overflow-x: scroll;
  scrollbar-width: none;
}
.collection-selector__container::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.collection-selector__container .collection-image-button {
  display: flex;
  min-width: 5.125rem;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.122);
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.collection-selector__container .collection-image-button.selected {
  border-color: #0b61ac;
}
.collection-selector__container .collection-image-button:not(.selected) {
  color: #000;
}
.collection-selector__container .collection-image-button .collection-image {
  width: 4.125rem;
  height: 4.125rem;
  object-fit: cover;
}
.collection-selector__container .collection-image-button .collection-title {
  text-align: center;
}

.product-customization-price-wrapper span {
  font-family: var(--heading-font-family);
}

.product-customization-price--only-price {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 999px) {
  .product-customization-price--only-price {
    align-items: center;
  }
}

.drawer--large {
  --drawer-max-width: min(92vw, 55rem);
}

.product-customization-drawer {
  position: relative;
}
.product-customization-drawer__react {
  height: 100vh;
}
.product-customization-drawer__container {
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
}
.product-customization-drawer.drawer::part(content) {
  display: flex;
  width: 44.6875rem;
  flex-direction: column;
  padding-inline: 0;
}
@media screen and (max-width: 999px) {
  .product-customization-drawer.drawer::part(content) {
    width: 100%;
    max-width: 100vw;
  }
}
.product-customization-drawer.drawer::part(header) {
  position: absolute;
  z-index: 10;
  top: 2.5rem;
  right: 5.625rem;
  border-block-end: unset;
}
@media screen and (max-width: 999px) {
  .product-customization-drawer.drawer::part(header) {
    top: 0;
    right: 0;
    padding: 1rem;
  }
}
.product-customization-drawer.drawer::part(body) {
  overflow: hidden;
  flex: 1;
  padding-block: 0;
}
@media screen and (max-width: 999px) {
  .product-customization-drawer.drawer::part(body) {
    padding-inline: 0;
  }
}
.product-customization-drawer.drawer::part(footer) {
  display: none;
}
.product-customization-drawer__form {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  -ms-overflow-style: none;
  overflow-y: scroll;
  padding-inline: unset;
  scrollbar-width: none;
}
@media screen and (max-width: 999px) {
  .product-customization-drawer__form {
    padding-block-end: 5rem;
    padding-block-start: 0.5rem;
    padding-inline: 1rem;
  }
}
.product-customization-drawer__form::-webkit-scrollbar {
  display: none;
}
.product-customization-drawer__product-preview {
  position: sticky;
  background-color: #fff;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 999px) {
  .product-customization-drawer__product-preview {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.122);
  }
}
@media screen and (max-width: 999px) {
  .product-customization-drawer__footer .continue-button {
    position: fixed;
    bottom: 1.25rem;
    left: 1.25rem;
    width: calc(100% - 40px);
    max-width: none;
    padding-inline: 1rem;
  }
  .product-customization-drawer__footer .continue-button .om-button__label {
    justify-content: space-between;
  }
  .product-customization-drawer__footer .continue-button .wrap-label {
    justify-content: center;
  }
  .product-customization-drawer__footer .continue-button .label-button {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
  }
  .product-customization-drawer__footer .continue-button .price {
    display: flex;
  }
  .product-customization-drawer__footer .continue-button .price .product-customization-price--only-price {
    display: inline;
  }
}
.product-customization-drawer .Customization__Product-Container {
  max-width: 18.75rem;
  margin: 0 auto;
}
.product-customization-drawer-pdp__react {
  display: block;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #fff;
  overscroll-behavior: contain;
}
.product-customization-drawer-quick-buy {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  transition: transform 0.3s ease-in-out;
}
.product-customization-drawer-quick-buy.product-customization-drawer--open {
  transform: translateX(0);
}
.product-customization-drawer-quick-buy.product-customization-drawer--closed {
  transform: translateX(100%);
}
.product-customization-drawer-quick-buy .product-customization-drawer__header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.product-customization-drawer-quick-buy .product-customization-drawer__footer {
  position: sticky;
  bottom: 0;
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  background: transparent;
}
.product-customization-drawer-pdp .Customization__Product-Container {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .product-customization-drawer-pdp .Customization__Product-Container {
    max-width: 18.75rem;
  }
}
.product-customization-drawer-pdp.drawer::part(content) {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  translate: none;
}
@media screen and (min-width: 1000px) {
  .product-customization-drawer-pdp.drawer::part(content) {
    max-width: 43.75rem;
  }
}
.product-customization-drawer-pdp.drawer::part(body) {
  overflow: hidden;
  flex: 1;
  padding-block: 0;
}
@media screen and (max-width: 999px) {
  .product-customization-drawer-pdp.drawer::part(body) {
    padding-inline: 0;
  }
}
.product-customization-drawer-pdp.drawer::part(header) {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  height: 14px;
  min-height: 0;
  padding: 1.5rem;
  border-bottom: 0;
  border-block-end: 0;
  box-shadow: none;
}
.product-customization-drawer-pdp .product-customization-drawer__wrap-buttons {
  margin-bottom: 1.5rem;
}
.product-customization-drawer-pdp__open-button {
  border-color: #f2f4f6;
  background-color: #f2f4f6;
}
.product-customization-drawer-pdp__open-button_bundle {
  border: solid 1px #e5eaf0;
  background-color: #fff;
}

body:has(.shop-the-look__popover[open]) {
  overflow: hidden;
}

@media screen and (max-width: 999px) {
  .shop-the-look .container {
    --distance-to-bleed: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
}
.shop-the-look__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.8125rem;
}
@media screen and (max-width: 999px) {
  .shop-the-look__header {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.shop-the-look__item {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.shop-the-look__image-wrapper {
  width: 100%;
}
.shop-the-look__image-wrapper img {
  max-height: 50rem;
}
.shop-the-look__item-content {
  position: absolute;
  left: 2rem;
}
.shop-the-look__item-content .product-card {
  width: 30vw;
  max-width: 18.4375rem;
  background-color: #fff;
}
@media screen and (max-width: 699px) {
  .shop-the-look__item-content .product-card {
    max-width: 13.75rem;
  }
}
.shop-the-look__navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 1rem;
}
.shop-the-look__navigation .prev-next-button {
  transition: none;
}
.shop-the-look__navigation .prev-next-button[disabled] {
  opacity: 0.5;
  visibility: visible;
}
.shop-the-look__popover.popover::part(body) {
  padding-block-end: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
}
.shop-the-look__popover .bleed {
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
  scroll-padding-inline: 0;
}
.shop-the-look__popover .product-card__figure {
  max-width: 18.4375rem;
}
@media screen and (max-width: 999px) {
  .shop-the-look__view_products {
    max-width: calc(100% - 2rem);
    margin: 0 1rem;
  }
}
.shop-the-look__view_products[aria-expanded=true] {
  display: none;
}

.player-banner__content {
  position: relative;
  overflow: hidden;
}
.player-banner__image-wrapper {
  overflow-y: hidden;
}
.player-banner__image-wrapper img {
  object-fit: cover;
  object-position: center;
}
.player-banner__title {
  position: absolute;
  top: 16%;
  left: 4%;
  max-width: 15.625rem;
}
@media screen and (max-width: 999px) {
  .player-banner__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 699px) {
  .player-banner__title {
    font-size: 2rem;
  }
}
.player-banner__traits {
  position: absolute;
  top: 43%;
  left: 4%;
}
.player-banner__traits td {
  padding: 0.375rem;
  border-color: #e3e7ea;
  text-align: center;
}
.player-banner__traits td:first-child {
  width: 2.8125rem;
  padding-top: 0.5625rem;
}
.player-banner__traits td:last-child {
  width: 9.0625rem;
  padding-left: 0.625rem;
  text-align: left;
}

.facets-drawer .checkbox-control label {
  padding: 0.5rem 1rem;
  border: 1px solid #e5eaf0;
  border-radius: 0.5rem;
  background-color: #e5eaf0;
}
.facets-drawer .checkbox-control label:hover {
  background-color: #fff;
}
.facets-drawer .checkbox-control .dot-checkbox:checked ~ label {
  background-color: #0b61ac;
  color: #fff;
  transform: none;
}
.facets-drawer .checkbox-control .dot-checkbox ~ label {
  opacity: 1;
}
.facets-drawer .accordion__toggle svg {
  width: 1.125rem;
  height: 0.6875rem;
}
.facets-drawer .accordion__content {
  padding-inline-end: 0;
}
.facets-drawer .price-range__without-inputs {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}
.facets-drawer .price-range__value {
  padding-top: 0.1875rem;
}
.facets-drawer .price-range__value input {
  width: 1.5625rem;
  color: #0d0e0e;
  opacity: 1;
  outline: none;
}
.facets-drawer .price-range__value input::placeholder {
  color: #0d0e0e;
  opacity: 1;
}
.facets-drawer .price-range .range-group {
  flex-grow: 1;
  background: linear-gradient(to right, #e5eaf0 var(--range-min), #0b61ac var(--range-min), #0b61ac var(--range-max), #e5eaf0 var(--range-max));
  margin-block-end: 0;
}
.facets-drawer .range::-webkit-slider-thumb {
  background: #0b61ac;
}
.facets-drawer .facets-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-self: start;
}
.facets-drawer .facets-links .om-button-link {
  justify-content: start;
  color: #0b61ac;
  text-decoration: none;
}
.facets-drawer [slot=footer] .button {
  max-width: none;
}

.color-swatch.is-disabled::before {
  margin: 0;
}
.color-swatch.with-border {
  position: relative;
}
.color-swatch.with-border::before {
  position: absolute;
  border: 1px dashed rgb(var(--border-color));
  border-radius: inherit;
  content: "";
  inset: 2px;
  pointer-events: none;
}

.multi-column__navigation.page-dots,
.multi-column__navigation .page-dots,
.gift-bag-drawer__products-gallery.page-dots,
.gift-bag-drawer__products-gallery .page-dots {
  width: fit-content;
  padding: 0.5rem;
  border-radius: 6.1875rem;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  backdrop-filter: blur(100px);
  background: rgba(0, 0, 0, 0.122);
  color: #fff;
  gap: 0.5rem;
  opacity: 0.6;
  --dot-size: 0.5rem;
}
.multi-column__navigation.page-dots > *[aria-current=true]::after,
.multi-column__navigation .page-dots > *[aria-current=true]::after,
.gift-bag-drawer__products-gallery.page-dots > *[aria-current=true]::after,
.gift-bag-drawer__products-gallery .page-dots > *[aria-current=true]::after {
  width: 1.5rem;
  height: 0.5rem;
  color: #fff;
  opacity: 1;
}
.multi-column__navigation .tap-area[aria-current=true],
.gift-bag-drawer__products-gallery .tap-area[aria-current=true] {
  width: 1.5rem;
}
.multi-column__navigation .tap-area[aria-current=true]::before,
.gift-bag-drawer__products-gallery .tap-area[aria-current=true]::before {
  right: -1.5rem;
}

.cart-discount-field {
  display: flex;
  gap: 1rem;
}

body:has(.header-search[open]) {
  overflow: hidden;
}

.header-search {
  overscroll-behavior: contain;
}

.gift-bag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 1rem;
  border: 1px solid #e5eaf0;
  margin: 1rem 0;
}
.gift-bag__left {
  display: flex;
  align-items: center;
}
.gift-bag__left img {
  width: 2.5rem;
  height: 2.5rem;
}
.gift-bag__left span {
  padding-top: 0.25rem;
  margin-left: 1rem;
}
.gift-bag__left button {
  margin-left: 0.5rem;
}
.gift-bag__price {
  padding-top: 0.1875rem;
}
.gift-bag__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.gift-bag__right .add-button {
  padding: 0.4375rem 0.9375rem;
  border-radius: 0.5rem;
  background-color: #e5eaf0;
}

.gift-bag-drawer::part(header) {
  border: 0;
}
.gift-bag-drawer h3 {
  margin-bottom: 0.5rem;
  color: #2e3840;
}
.gift-bag-drawer__price {
  color: #2e3840;
}
.gift-bag-drawer__description {
  margin-top: 1rem;
}

.product-info__block-list > .Section--bundle:not(:nth-child(1 of :not(:empty))) {
  margin-block-end: 2rem;
  margin-block-start: 2.5rem;
}

.ProductMeta__BundleValue {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #0d0e0e;
  text-align: right;
}
.ProductMeta__BundlePrices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
}
.ProductMeta__BundlePrices .Price--compareAt {
  color: #a4b2c0;
  text-decoration: line-through;
}
.ProductMeta__BundlePrices .Price--highlight {
  color: #0b61ac;
}

.Section--bundle {
  padding-top: 2.5rem;
}
@media screen and (max-width: 999px) {
  .Section--bundle {
    padding-top: 1.5rem;
  }
}
.Section--bundle .horizontal-product-card-container + .Section__Separator {
  position: relative;
  width: 100%;
  margin-block: 1.75rem;
  text-align: center;
}
.Section--bundle .horizontal-product-card-container + .Section__Separator .PlusButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  background: #d7be69;
  color: #fff;
  pointer-events: none;
}
.Section--bundle .horizontal-product-card-container + .Section__Separator .PlusButton .icon {
  width: 1rem;
  height: 1rem;
}
.Section--bundle .horizontal-product-card-container + .Section__Separator::before {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  display: block;
  width: 100%;
  height: 0.0625rem;
  border-top: 0.0625rem dashed #c1c1c1;
  content: "";
  transform: translate(-50%, 50%);
}
.Section--bundle .horizontal-product-card {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  grid-template-columns: auto 1fr;
}
.Section--bundle .horizontal-product-card__image {
  width: 5rem;
  height: 5rem;
}
.Section--bundle .horizontal-product-card__figure {
  position: relative;
  width: auto;
}
.Section--bundle .horizontal-product-card .title-container button {
  color: #0b61ac;
  text-decoration: none;
}
.Section--bundle .horizontal-product-card--horizontal {
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
.Section--bundle .horizontal-product-card__info_container {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  gap: 1rem;
}
.Section--bundle .horizontal-product-card-title {
  color: #0d0e0e;
}
.Section--bundle .horizontal-product-card__badge {
  position: absolute;
  z-index: 1;
  bottom: 0.25rem;
  left: 0.25rem;
}
.Section--bundle .horizontal-product-card__sold-out-text {
  padding-block: 0.25rem;
}
.Section--bundle .horizontal-product-card-container.is-sold-out .horizontal-product-card__image {
  opacity: 0.5;
}
.Section--bundle .bundle-availability {
  display: block;
  width: 100%;
}
.Section--bundle .bundle-availability.is-variant-unavailable .bundle-availability__atc {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.Section--bundle .bundle-availability__sold-out, .Section--bundle .bundle-availability__message {
  padding-block: 1rem;
}

.iwishWrapper {
  margin: 0 1rem !important;
}

.iwishTitle {
  margin: 2.5rem 0 2rem 0 !important;
}
@media screen and (max-width: 999px) {
  .iwishTitle {
    margin: 1.5rem 0 !important;
  }
}

.iwishPageTitle {
  font-size: 2rem;
  font-weight: 500;
  line-height: 118%;
  text-transform: uppercase;
}
@media screen and (max-width: 699px) {
  .iwishPageTitle {
    font-size: 1.75rem;
  }
}

.iwishCategoryWrapper {
  margin-bottom: 0 !important;
}

.iwishLoginNote {
  margin-bottom: 2.5rem !important;
}

.iWishAdd,
.iwishRemoveBtn {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  width: var(--badge-height);
  height: var(--badge-height);
  padding: 0;
  border: 0;
  background-color: transparent;
}
.iWishAdd svg,
.iwishRemoveBtn svg {
  width: 100% !important;
  height: auto !important;
}

.iwishWrapper {
  text-align: center;
}
.iwishWrapper .link-text {
  color: #0b61ac;
  font-weight: 600;
}
.iwishWrapper .link-text:hover {
  text-decoration: underline;
}

.iwish-counter-container {
  position: absolute;
  top: 0;
  right: 0;
}
.iwish-counter-container .iwish-counter {
  display: block;
  overflow: hidden;
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border-radius: 50%;
  background-color: currentColor;
  box-shadow: 0 0 0 2px rgb(var(--background));
  font-size: 0;
  line-height: 0;
}

.slideshow-cards {
  position: relative;
  max-width: 22.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 999px) {
  .slideshow-cards {
    margin-top: 1.5rem;
  }
}
.slideshow-cards__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
}
.slideshow-cards__arrows {
  display: flex;
  height: 1.125rem;
  color: #000;
  gap: 0.75rem;
}
@media screen and (min-width: 1000px) {
  .slideshow-cards__arrows {
    color: #fff;
  }
}
.slideshow-cards__arrows .prev-next-button {
  color: inherit;
}
.slideshow-cards__arrows .prev-next-button[disabled] {
  opacity: 0.5;
  visibility: visible;
}
.slideshow-cards__dots.page-dots {
  color: #0b61ac;
  gap: 0.5rem;
}
@media screen and (min-width: 1000px) {
  .slideshow-cards__dots.page-dots {
    color: #fff;
  }
}
.slideshow-cards__dots.page-dots > * {
  display: grid;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  place-content: center;
  transition: width 0.3s ease;
}
.slideshow-cards__dots.page-dots > *[aria-current=true] {
  width: 1.5rem;
}
.slideshow-cards__carousel {
  display: flex;
  border-radius: 0.5rem;
  gap: 1rem;
  scroll-snap-type: x mandatory;
}
.slideshow-cards__card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  flex: 0 0 100%;
  border-radius: 0.5rem;
  color: inherit;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  text-decoration: none;
}
.slideshow-cards__card:hover .slideshow-cards__image {
  transform: scale(1.05);
}
.slideshow-cards__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 12/7;
}
.slideshow-cards__image-wrapper video, .slideshow-cards__image-wrapper__video {
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.slideshow-cards__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.slideshow-cards__title-bar {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  backdrop-filter: blur(100px);
  background: rgba(0, 0, 0, 0.122);
  inset-block-end: 0;
  inset-inline: 0;
}
.slideshow-cards__title {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .slideshow-cards__title {
    font-size: 1rem;
  }
}