/** Shopify CDN: Minification failed

Line 16038:43 The "-" operator only works if there is whitespace on both sides

**/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
*, :before, :after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box !important;
}

html {
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-family: sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
}

[hidden] {
  display: none !important;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

:active {
  outline: none;
}

a {
  color: inherit;
  background-color: #0000;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p, h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin-top: 0;
}

p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 16px;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  -moz-appearance: none;
  border-radius: 0;
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::placeholder, textarea::placeholder {
  color: inherit;
}

.is-tabbing input[type="radio"]:focus + label {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.flickity-enabled {
  position: relative;
  overflow: visible !important;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.flickity-slider {
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-page-dots {
  text-align: center;
  width: 100%;
  padding: 0;
  line-height: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  background: rgba(var(--text-color-rgb), .8);
  cursor: pointer;
  will-change: transform;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  transition: background .2s ease-in-out, transform .2s ease-in-out;
  display: inline-block;
  position: relative;
  transform: scale(1);
}

.flickity-page-dots .dot:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.flickity-page-dots .dot.is-selected {
  background: var(--heading-color);
  transform: scale(1.35);
}

.flickity-prev-next-button {
  visibility: visible;
  background: var(--flickity-arrow-color);
  opacity: 0;
  z-index: 1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s ease-in-out;
  display: inline-flex;
  position: absolute;
  top: calc(50% - 25px);
  transform: scale(.7);
}

.flickity-prev-next-button:hover {
  background: var(--accent-color);
}

.flickity-prev-next-button svg {
  fill: var(--secondary-background);
  vertical-align: middle;
  width: 15px;
  height: 15px;
  position: relative;
}

.flickity-prev-next-button[disabled] {
  opacity: 0;
  visibility: hidden;
}

.flickity-prev-next-button.previous {
  left: -25px;
}

.flickity-prev-next-button.previous svg {
  left: 1px;
}

.flickity-prev-next-button.next {
  right: -25px;
}

.flickity-prev-next-button.next svg {
  left: -1px;
}

.flickity-enabled:hover .flickity-prev-next-button:not([disabled]) {
  opacity: 1;
  transform: scale(1);
}

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
  visibility: hidden;
  opacity: 0 !important;
  transition: opacity .3s linear, visibility .3s linear !important;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
  visibility: visible;
  opacity: 1 !important;
}

.modal[aria-hidden="true"] .flickity-slider > * {
  pointer-events: none !important;
}

.product-gallery__carousel.is-fade .flickity-slider > * {
  transition: opacity .3s linear !important;
}

@keyframes drift-fadeZoomIn {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drift-fadeZoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.5);
  }
}

@keyframes drift-loader-rotate {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  50% {
    transform: translate(-50%, -50%)rotate(-180deg);
  }

  100% {
    transform: translate(-50%, -50%)rotate(-360deg);
  }
}

@keyframes drift-loader-before {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2)translateX(6px);
  }

  25% {
    transform: scale(1.3)translateX(8px);
  }

  40% {
    transform: scale(1.2)translateX(6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(.8)translateX(6px);
  }

  75% {
    transform: scale(.7)translateX(8px);
  }

  90% {
    transform: scale(.8)translateX(6px);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes drift-loader-after {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.2)translateX(-6px);
  }

  25% {
    transform: scale(1.3)translateX(-8px);
  }

  40% {
    transform: scale(1.2)translateX(-6px);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(.8)translateX(-6px);
  }

  75% {
    transform: scale(.7)translateX(-8px);
  }

  90% {
    transform: scale(.8)translateX(-6px);
  }

  100% {
    transform: scale(1);
  }
}

.drift-zoom-pane {
  background: var(--secondary-background);
  z-index: 2;
  border: 1px solid var(--accent-color);
  box-shadow: 0 1px 2px rgba(#000, .2);
  border-radius: 3px;
  width: 100%;
  max-width: 520px;
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
  animation: .18s ease-out drift-fadeZoomIn;
}

.drift-zoom-pane.drift-closing {
  animation: .21s ease-in drift-fadeZoomOut;
}

.drift-zoom-pane.drift-inline {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  box-shadow: 0 6px 18px #0000004d;
}

.drift-loading .drift-zoom-pane-loader {
  width: 66px;
  height: 20px;
  animation: 1.8s linear infinite drift-loader-rotate;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
  content: "";
  background: rgba(var(--text-color-rgb), .4);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  display: block;
  position: absolute;
  top: 50%;
}

.drift-zoom-pane-loader:before {
  animation: 1.8s linear infinite drift-loader-before;
  left: 0;
}

.drift-zoom-pane-loader:after {
  animation: 1.8s linear -900ms infinite drift-loader-after;
  right: 0;
}

.drift-bounding-box {
  background-color: rgba(var(--accent-color-rgb), .05);
  border: 1px solid var(--accent-color);
  border-radius: 3px;
}

@media screen and (min-width: 641px) {
  .drift-zoom-pane.drift-inline {
    width: 240px;
    height: 240px;
  }
}

.pswp {
  touch-action: none;
  z-index: 1500;
  -webkit-backface-visibility: hidden;
  outline: none;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

.pswp__bg {
  background: var(--secondary-background);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(0);
  transition: opacity .333s cubic-bezier(.4, 0, .22, 1);
}

.pswp__scroll-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  transform-origin: 0 0;
  width: 100%;
  transition: transform .333s cubic-bezier(.4, 0, .22, 1);
  position: absolute;
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.pswp__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.pswp__ui {
  z-index: 1550;
  height: 100%;
  position: relative;
}

.pswp__button {
  border: 1px solid var(--border-color);
  background: var(--secondary-background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.pswp__button--close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.pswp__button--close svg {
  width: 12px;
  height: 12px;
}

.pswp__prev-next {
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  display: flex;
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
}

.pswp__prev-next svg {
  width: 9px;
  height: 13px;
  position: relative;
}

.pswp__button--arrow--left svg {
  left: -1px;
}

.pswp__button--arrow--right svg {
  right: -1px;
}

.pswp__pagination {
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  border-radius: 20px;
  padding: 1px 13px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

html {
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  font-size: calc(var(--base-text-font-size)  - 1px);
  color: var(--text-color);
  background: var(--background);
  line-height: 1.87;
}

@media screen and (min-width: 641px) {
  html {
    font-size: var(--base-text-font-size);
  }
}

.heading {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
}

.h1, .rte h1 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 24px));
  margin-bottom: 20px;
  line-height: 1.45;
}

.h2, .rte h2 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 22px));
  margin-bottom: 20px;
  line-height: 1.55;
}

.h3, .rte h3 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 20px));
  margin-bottom: 14px;
  line-height: 1.6;
}

.h4, .rte h4 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  line-height: 1.75;
}

.h5, .rte h5 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  text-transform: uppercase;
  line-height: 1.85;
}

.h6, .rte h6 {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  text-transform: uppercase;
  line-height: 1.85;
}

@media screen and (min-width: 641px) {
  .h1, .rte h1 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 28px));
    line-height: 1.43;
  }

  .h2, .rte h2 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 25px));
    line-height: 1.5;
  }

  .h3, .rte h3 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 21px));
    line-height: 1.5;
  }

  .h4, .rte h4 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
    line-height: 1.7;
  }

  .h5, .rte h5 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
    line-height: 1.75;
  }

  .h6, .rte h6 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
    line-height: 1.7;
  }
}

.text--strong, .highlight {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.text--pull {
  margin-top: -.435em;
}

.text--small {
  font-size: .9em;
}

.link {
  transition: color .2s ease-in-out;
}

.link:hover, .link:focus {
  color: var(--accent-color);
}

.link--secondary:hover, .link--secondary:focus {
  color: var(--heading-color);
}

.link--strong {
  font-weight: var(--heading-font-weight);
}

.link--accented {
  color: var(--accent-color);
}

.link--accented:hover, .link--underline {
  text-decoration: underline;
}

@keyframes spinnerRotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.icon {
  fill: currentColor;
  vertical-align: middle;
  pointer-events: none;
  background: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: visible;
}

.icon--search-loader {
  animation: .7s linear infinite spinnerRotation;
}

@media (-moz-touch-enabled: 1), (hover: none) {
  .touch-area {
    background: none;
    position: relative;
  }

  .touch-area:before {
    content: "";
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
    transform: translateZ(0);
  }
}

.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.table, .rte table {
  text-align: left;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  width: 100%;
}

.table caption {
  text-align: inherit;
  margin-block-end: .5rem;
}

.table th {
  font-weight: normal;
}

.table th, .table td {
  padding: 16px 20px;
}

.table th:first-child, .table td:first-child {
  padding-left: 20px;
}

.table th:last-child, .table td:last-child {
  padding-right: 20px;
}

.table tbody tr {
  border-top: 1px solid var(--border-color);
}

.table .table__cell--right {
  text-align: right;
}

.table .table__cell--center {
  text-align: center;
}

.table--loose tbody td {
  padding-top: 26px;
  padding-bottom: 26px;
}

.table--tight tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.rte table th, .rte table td {
  padding: 3px 6px;
}

.rte tbody tr {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

@media screen and (max-width: 640px) {
  .card .table {
    margin-left: 20px;
  }

  .card .table th:first-child, .card .table td:first-child {
    padding-left: 0;
  }
}

@media screen and (min-width: 641px) {
  .table th, .table td {
    padding: 15px 30px;
  }

  .table th:first-child, .table td:first-child {
    padding-left: 30px;
  }

  .table--tight th, .table--tight td {
    padding: 12px 15px;
  }

  .table--tight th:first-child, .table--tight td:first-child {
    padding-left: 15px;
  }

  .table th:last-child, .table td:last-child {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .table-wrapper {
    white-space: normal;
    overflow: visible;
  }
}

body:not(.is-tabbing) [tabindex]:focus:not(:focus-visible), body:not(.is-tabbing) label:focus:not(:focus-visible), body:not(.is-tabbing) button:focus:not(:focus-visible), body:not(.is-tabbing) input:focus:not(:focus-visible), body:not(.is-tabbing) select:focus:not(:focus-visible), body:not(.is-tabbing) textarea:focus:not(:focus-visible) {
  outline: none;
}

.video-item[data-action="play-video"]:focus-visible {
  outline: 2px solid var(--accent-color, currentColor);
  outline-offset: 4px;
}

.is-locked {
  overflow-y: hidden;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}

.container {
  padding: 0 var(--mobile-container-gutter);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.container--medium {
  max-width: 1150px;
}

.container--narrow {
  max-width: 800px;
}

.container--extra-narrow {
  max-width: 630px;
}

.container--giga-narrow {
  max-width: 520px;
}

.anchor {
  visibility: hidden;
  display: block;
  position: relative;
  top: -75px;
}

@supports (--css: variables) {
  .anchor {
    top: calc(-1 * var(--header-height));
  }
}

.js .no-js {
  display: none !important;
}

.js .js\:hidden, .no-js .no-js\:hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  .container--flush {
    padding: 0;
  }

  .container--unflush {
    padding: 0 var(--mobile-container-gutter);
  }
}

@media screen and (min-width: 641px) {
  .container {
    padding: 0 var(--desktop-container-gutter);
  }
}

.aspect-ratio {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.aspect-ratio img, .aspect-ratio video, .aspect-ratio svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aspect-ratio--square {
  padding-bottom: 100% !important;
}

.aspect-ratio--short {
  padding-bottom: 75% !important;
}

.aspect-ratio--tall {
  padding-bottom: 150% !important;
}

.aspect-ratio--square img, .aspect-ratio--short img, .aspect-ratio--tall img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@supports (object-fit: contain) {
  .aspect-ratio--square img, .aspect-ratio--short img, .aspect-ratio--tall img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.placeholder-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.placeholder-svg {
  fill: var(--text-color);
  background-color: rgba(var(--text-color-rgb), .1);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.placeholder-svg--inverted {
  fill: var(--background);
  background-color: var(--text-color);
  fill-opacity: .5;
}

.image-background {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.grid {
  flex-wrap: wrap;
  margin: 0 0 -18px -18px;
  padding: 0;
  font-size: 0;
  list-style: none;
  display: flex;
}

.grid__cell {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0 0 18px 18px;
  font-size: 1rem;
  display: inline-block;
}

.grid__cell--top {
  align-self: flex-start;
}

.grid__cell--middle {
  align-self: center;
}

.grid__cell--bottom {
  align-self: flex-end;
}

@media screen and (min-width: 641px) {
  .grid {
    margin: 0 0 -30px -30px;
  }

  .grid__cell {
    padding: 0 0 30px 30px;
  }
}

.\31 \/1 {
  width: 100%;
}

.\31 \/2 {
  width: 50%;
}

.\31 \/3 {
  width: 33.3333%;
}

.\31 \/4 {
  width: 25%;
}

.\31 \/5 {
  width: 20%;
}

.\31 \/6 {
  width: 16.6667%;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }

  .\31 \/1--phone {
    width: 100%;
  }

  .\31 \/2--phone {
    width: 50%;
  }

  .\31 \/3--phone {
    width: 33.3333%;
  }

  .\31 \/4--phone {
    width: 25%;
  }

  .\31 \/5--phone {
    width: 20%;
  }

  .\31 \/6--phone {
    width: 16.6667%;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .hidden-tablet {
    display: none !important;
  }

  .\31 \/1--tablet {
    width: 100%;
  }

  .\31 \/2--tablet {
    width: 50%;
  }

  .\31 \/3--tablet {
    width: 33.3333%;
  }

  .\31 \/4--tablet {
    width: 25%;
  }

  .\31 \/5--tablet {
    width: 20%;
  }

  .\31 \/6--tablet {
    width: 16.6667%;
  }
}

@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }

  .\31 \/1--tablet-and-up {
    width: 100%;
  }

  .\31 \/2--tablet-and-up {
    width: 50%;
  }

  .\31 \/3--tablet-and-up {
    width: 33.3333%;
  }

  .\31 \/4--tablet-and-up {
    width: 25%;
  }

  .\31 \/5--tablet-and-up {
    width: 20%;
  }

  .\31 \/6--tablet-and-up {
    width: 16.6667%;
  }
}

@media screen and (max-width: 999px) {
  .hidden-pocket {
    display: none !important;
  }

  .\31 \/1--pocket {
    width: 100%;
  }

  .\31 \/2--pocket {
    width: 50%;
  }

  .\31 \/3--pocket {
    width: 33.3333%;
  }

  .\31 \/4--pocket {
    width: 25%;
  }

  .\31 \/5--pocket {
    width: 20%;
  }

  .\31 \/6--pocket {
    width: 16.6667%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .hidden-lap {
    display: none !important;
  }

  .\31 \/1--lap {
    width: 100%;
  }

  .\39 \/12--lap {
    width: 75%;
  }

  .\32 \/3--lap {
    width: 66.6667%;
  }

  .\31 \/2--lap {
    width: 50%;
  }

  .\31 \/3--lap {
    width: 33.3333%;
  }

  .\31 \/4--lap {
    width: 25%;
  }

  .\31 \/5--lap {
    width: 20%;
  }

  .\31 \/6--lap {
    width: 16.6667%;
  }
}

@media screen and (min-width: 1000px) {
  .hidden-lap-and-up {
    display: none !important;
  }

  .\31 \/1--lap-and-up {
    width: 100%;
  }

  .\39 \/12--lap-and-up {
    width: 75%;
  }

  .\32 \/3--lap-and-up {
    width: 66.6667%;
  }

  .\31 \/2--lap-and-up {
    width: 50%;
  }

  .\31 \/3--lap-and-up {
    width: 33.3333%;
  }

  .\31 \/4--lap-and-up {
    width: 25%;
  }

  .\31 \/5--lap-and-up {
    width: 20%;
  }

  .\31 \/6--lap-and-up {
    width: 16.6667%;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-desk {
    display: none !important;
  }

  .\31 \/1--desk {
    width: 100%;
  }

  .\39 \/12--desk {
    width: 75%;
  }

  .\32 \/3--desk {
    width: 66.6667%;
  }

  .\31 \/2--desk {
    width: 50%;
  }

  .\31 \/3--desk {
    width: 33.3333%;
  }

  .\31 \/4--desk {
    width: 25%;
  }

  .\31 \/5--desk {
    width: 20%;
  }

  .\31 \/6--desk {
    width: 16.6667%;
  }
}

@media screen and (min-width: 1440px) {
  .hidden-wide {
    display: none !important;
  }

  .\31 \/1--wide {
    width: 100%;
  }

  .\39 \/12--wide {
    width: 75%;
  }

  .\32 \/3--wide {
    width: 66.6667%;
  }

  .\31 \/2--wide {
    width: 50%;
  }

  .\31 \/3--wide {
    width: 33.3333%;
  }

  .\31 \/4--wide {
    width: 25%;
  }

  .\31 \/5--wide {
    width: 20%;
  }

  .\31 \/6--wide {
    width: 16.6667%;
  }
}

.block-list {
  flex-flow: column;
  margin: 0 -7px -20px;
  display: flex;
}

.block-list--no-flush.block-list--no-flush {
  margin-bottom: 0;
}

.block-list__item {
  display: flex;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-list__item {
    display: block;
  }
}

.block-list__item > :first-child {
  flex: 1 0;
  margin: 0 7px 20px;
}

@media screen and (max-width: 999px) {
  .scroller .block-list {
    white-space: nowrap;
    flex-flow: row;
  }

  .scroller .block-list:before {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  }

  .scroller .block-list:after {
    content: "";
    flex: 0 0 calc(var(--mobile-container-gutter)  - 7px);
  }

  .scroller .block-list__item {
    white-space: normal;
    scroll-snap-align: center;
    flex: none;
  }
}

@media screen and (max-width: 640px) {
  .scroller .block-list__item {
    width: 81%;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .scroller .block-list__item {
    width: 56%;
  }

  .scroller .block-list:before {
    flex: 0 0 var(--desktop-container-gutter);
  }

  .scroller .block-list:after {
    flex: 0 0 calc(var(--desktop-container-gutter)  - 15px);
  }
}

@media screen and (min-width: 641px) {
  .block-list {
    flex-flow: wrap;
    margin: 0 -15px -30px;
  }

  .block-list__item > :first-child {
    margin: 0 15px 30px;
  }
}

@media screen and (min-width: 1000px) {
  .block-list {
    white-space: normal;
  }

  .block-list:before, .block-list:after {
    display: none;
  }

  .block-list__item--grow {
    flex-grow: 1;
  }
}

.block-list--loose {
  margin-bottom: -45px;
}

.block-list--loose .block-list__item > :first-child {
  margin-bottom: 45px;
}

@media screen and (min-width: 641px) {
  .block-list--loose {
    margin-bottom: -60px;
  }

  .block-list--loose .block-list__item > :first-child {
    margin-bottom: 60px;
  }
}

.article-item__image-container {
  border-radius: 3px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}

.article-item__image-container--placeholder {
  height: 200px;
}

.article-item__image {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  transition: opacity .2s ease-in-out, transform .95s cubic-bezier(.25, .46, .45, .94);
  transform: scale(1.01);
}

@media screen and (any-hover: hover) {
  .features--animate-zoom .article-item:hover .article-item__image {
    transform: scale(1.07);
  }

  .article-item:hover .article-item__title {
    color: var(--accent-color);
  }
}

.article-item__meta {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
}

.article-item__meta-item:not(:last-child):after {
  content: "";
  background: rgba(var(--text-color-rgb), .4);
  vertical-align: middle;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin: -1px 10px 0;
  display: inline-block;
}

.article-item__title {
  margin-bottom: 4px;
}

.article-item__excerpt {
  margin-top: 12px;
}

@media screen and (max-width: 999px) {
  .article-item:not(:last-child) {
    padding-bottom: 20px;
  }

  .scroller .article-item:not(:last-child) {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .article-item__meta {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  }
}

@media screen and (min-width: 1000px) {
  .blog-container--without-sidebar .article-item--featured .aspect-ratio {
    padding-bottom: 40% !important;
  }
}

@media screen and (min-width: 1280px) {
  .article-item__meta-item + .article-item__meta-item:before {
    margin: 0 14px;
  }
}

.article__image-wrapper {
  width: calc(100% + (var(--mobile-container-gutter) * 2));
  left: calc(-1 * var(--mobile-container-gutter));
  z-index: 1;
  margin-top: 4px;
  position: relative;
}

.article__toolbar, .article__toolbar-item {
  align-items: center;
  display: flex;
}

.article__toolbar {
  justify-content: space-between;
}

.article__toolbar-item .icon--bi-comment {
  width: 24px;
  height: 23px;
  margin-right: 15px;
}

.article__share-label {
  margin-right: 20px;
}

.article__comments-count {
  color: var(--heading-color);
}

.article__inner {
  max-width: 680px;
  margin: 40px auto 60px;
}

.article__content {
  margin-bottom: 2.8em;
}

.article__aside {
  margin-bottom: 50px;
}

.article__aside-item {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.article__aside-item + .article__aside-item {
  margin-top: 20px;
}

.article__navigation {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: flex;
}

.article__navigation svg {
  vertical-align: -1px;
  width: 8px;
  height: 12px;
}

.article__navigation--align-right {
  justify-content: flex-end;
}

.article__navigation-item--prev svg {
  margin-right: 12px;
}

.article__navigation-item--next svg {
  margin-left: 12px;
}

.article__comment-list {
  margin-top: 50px;
}

.article__comment-list-heading {
  margin-bottom: 30px;
}

.article-comment {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.article-comment:first-child {
  margin-top: 30px;
}

.article-comment:last-child {
  margin-bottom: 0;
}

.article-comment__gravatar {
  border-radius: 100%;
  max-width: 50px;
  margin: 5px 22px 0 0;
}

.article-comment__author {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  margin-bottom: 0;
}

.article-comment__date {
  font-style: italic;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  margin-bottom: 12px;
  display: block;
}

.article__comment-form {
  margin-top: 50px;
}

.article__comment-list + .article__comment-form {
  margin-top: 70px;
}

.article__comment-form-title {
  margin-bottom: 12px;
}

.article__moderated-note {
  font-style: italic;
}

.article__comment-form-wrapper {
  margin-top: 32px;
}

@media screen and (min-width: 641px) {
  .article__image-wrapper {
    border-radius: 3px 3px 0 0;
    width: 100%;
    margin: 0 0 -1px;
    position: relative;
    left: 0;
    overflow: hidden;
  }

  .article__image-wrapper + .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .article__inner {
    margin-top: 60px;
  }

  .article__content {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  }

  .article-comment {
    margin-bottom: 42px;
  }

  .article-comment__author {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
    margin-bottom: 2px;
  }

  .article-comment__date {
    margin-bottom: 12px;
  }
}

.blog-post {
  max-width: 980px;
}

.blog-post-list-wrapper {
  flex-grow: 1;
}

.blog-sidebar__item {
  margin-bottom: 45px;
}

.blog-sidebar__item--products, .blog-sidebar__item--newsletter {
  margin-bottom: 50px;
}

.blog-sidebar__item:first-child:not(.blog-sidebar__item--newsletter) {
  margin-top: -.435em;
}

.blog-sidebar__block-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 1000px) {
  .blog-container {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .blog-post {
    flex-grow: 1;
  }

  .blog-sidebar {
    flex: none;
    width: 300px;
    margin-left: 60px;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .blog-sidebar {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1280px) {
  .blog-sidebar {
    width: 350px;
    margin-left: 70px;
  }
}

.blog-sidebar__item--newsletter {
  text-align: center;
  border-radius: 3px;
  padding: 30px 20px;
}

.blog-sidebar__item--newsletter .heading {
  color: inherit;
}

@media screen and (max-width: 640px) {
  .blog-sidebar__item--newsletter {
    margin-left: calc(-1 * var(--mobile-container-gutter));
    margin-right: calc(-1 * var(--mobile-container-gutter));
    border-radius: 0;
  }
}

.blog-sidebar__post-list {
  list-style: none;
}

.blog-sidebar__post-item {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  align-items: flex-start;
  display: flex;
}

.features--animate-zoom .blog-sidebar__post-item:hover .blog-sidebar__post-image {
  transform: scale(1.1);
}

.blog-sidebar__post-item:hover .blog-sidebar__post-title {
  color: var(--accent-color);
}

.blog-sidebar__post-item + .blog-sidebar__post-item {
  margin-top: 30px;
}

.blog-sidebar__post-image-wrapper {
  flex-shrink: 0;
  width: 100px;
  margin-right: 20px;
  display: block;
  position: relative;
}

.blog-sidebar__post-image, .blog-sidebar__post-placeholder {
  min-height: 80px;
  transition: transform .65s cubic-bezier(.25, .46, .45, .94);
}

.blog-sidebar__post-image-overflow {
  border-radius: 3px;
  overflow: hidden;
}

.blog-sidebar__post-title {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 2px;
  line-height: 1.55;
  display: -webkit-box;
  position: relative;
  overflow: hidden;
}

.blog-sidebar__post-meta {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-top: 4px;
}

.blog-sidebar__post-meta-item:not(:last-child):after {
  content: "";
  background: rgba(var(--text-color-rgb), .4);
  vertical-align: middle;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  display: inline-block;
}

.blog-sidebar__post-list--ranked {
  counter-reset: post-ranking 0;
}

.blog-sidebar__post-list--ranked .blog-sidebar__post-image-wrapper:before {
  content: counter(post-ranking);
  border: 2px solid var(--background);
  text-align: center;
  background: var(--accent-color);
  color: var(--secondary-background);
  line-height: 28px;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  counter-increment: post-ranking;
  z-index: 1;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: -16px;
}

.blog-sidebar__item--products .product-item {
  width: 100%;
}

.blog-sidebar__item--products .product-item__image-wrapper {
  width: 75px !important;
}

.blog-sidebar__item--products .product-item__price-list > .price {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
}

@media screen and (max-width: 640px) {
  .blog-sidebar__item--products .product-list--horizontal {
    border: 1px solid var(--border-color);
    border-radius: 3px;
  }
}

.blog-sidebar__linklist {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  list-style: none;
}

.blog-sidebar__link-item {
  border-bottom: 1px solid var(--form-border-color);
  padding: 14px 0;
  line-height: 1.5;
}

.blog-sidebar__link-item:first-child {
  padding-top: 5px;
}

.blog-sidebar__link-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-sidebar__link-item > a {
  display: block;
}

:root {
  --interaction-surface-rest-shadow: 0 1px 3px rgba(var(--text-color-rgb), 0.08);
  --interaction-surface-hover-shadow: 0 1px 4px rgba(var(--text-color-rgb), 0.12);
  --interaction-surface-focus-shadow: 0 0 0 2px var(--primary-button-background), var(--interaction-surface-rest-shadow);
  --interaction-surface-focus-shadow-layered:
    0 0 0 2px var(--secondary-background),
    0 0 0 4px var(--primary-button-background),
    var(--interaction-surface-rest-shadow);
  --interaction-surface-hover-background: rgba(var(--primary-button-background-rgb), 0.05);
  --interaction-surface-active-background: rgba(var(--primary-button-background-rgb), 0.1);
  --interaction-surface-selected-background: rgba(var(--primary-button-background-rgb), 0.08);
  --interaction-surface-hover-border-color: rgba(var(--primary-button-background-rgb), 0.24);
  --interaction-surface-selected-border-color: rgba(var(--primary-button-background-rgb), 0.34);
  --secondary-button-accent: var(--primary-button-background);
  --secondary-button-accent-rgb: var(--primary-button-background-rgb);
  --secondary-button-surface-rest:
    linear-gradient(180deg, rgba(var(--secondary-button-accent-rgb), 0.06), rgba(var(--secondary-button-accent-rgb), 0.015) 72%),
    var(--secondary-background);
  --secondary-button-surface-hover:
    linear-gradient(180deg, rgba(var(--secondary-button-accent-rgb), 0.085), rgba(var(--secondary-button-accent-rgb), 0.025) 72%),
    var(--secondary-background);
  --secondary-button-surface-active:
    linear-gradient(180deg, rgba(var(--secondary-button-accent-rgb), 0.11), rgba(var(--secondary-button-accent-rgb), 0.03) 72%),
    var(--secondary-background);
  --secondary-button-border-color: rgba(var(--secondary-button-accent-rgb), 0.18);
  --secondary-button-border-color-strong: rgba(var(--secondary-button-accent-rgb), 0.24);
  --form-control-radius: var(--border-radius);
  --form-control-height: 48px;
  --form-control-height-small: 44px;
  --form-control-height-large: 60px;
  --form-control-background: var(--input-background);
  --form-control-border-color: var(--form-border-color);
  --form-control-hover-border-color: var(--interaction-surface-hover-border-color);
  --form-control-focus-color: var(--primary-button-background);
  --form-control-text-color: var(--heading-color);
  --form-control-placeholder-color: rgba(var(--text-color-rgb), 0.62);
  --form-control-rest-shadow: var(--interaction-surface-rest-shadow);
  --form-control-hover-shadow: var(--interaction-surface-hover-shadow);
  --form-control-focus-shadow: var(--interaction-surface-focus-shadow);
  --form-control-focus-shadow-layered: var(--interaction-surface-focus-shadow-layered);
  --form-control-toggle-shadow: 0 1px 2px rgba(var(--text-color-rgb), 0.16);
  --form-control-range-track-color: rgba(var(--primary-button-background-rgb), 0.16);
  --form-control-range-track-active-color: var(--primary-button-background);
  --form-control-range-thumb-shadow: 0 1px 2px rgba(var(--primary-button-background-rgb), 0.18);
  --pill-radius: var(--border-radius);
  --pill-background: rgba(var(--text-color-rgb), 0.04);
  --pill-border-color: rgba(var(--border-color-rgb), 0.82);
  --pill-color: var(--heading-color);
  --pill-shadow: 0 1px 2px rgba(var(--text-color-rgb), 0.06);
  --pill-trigger-background: var(--floating-panel-background);
  --pill-trigger-border-color: var(--floating-panel-border-color);
  --pill-trigger-color: var(--heading-color);
  --pill-trigger-shadow: var(--pill-shadow);
  --pill-trigger-radius: var(--floating-panel-radius);
  --compact-control-height: 40px;
  --compact-control-padding-x: 14px;
  --compact-control-radius: var(--pill-trigger-radius);
  --compact-control-background: var(--pill-trigger-background);
  --compact-control-border-color: var(--pill-trigger-border-color);
  --compact-control-color: var(--pill-trigger-color);
  --compact-control-shadow: var(--pill-trigger-shadow);
  --compact-control-hover-border-color: var(--form-control-hover-border-color);
  --compact-control-hover-shadow: var(--form-control-hover-shadow);
  --compact-control-focus-color: var(--form-control-focus-color);
  --compact-control-focus-shadow: var(--form-control-focus-shadow);
  --compact-control-active-background: var(--floating-panel-row-active-background);
  --compact-control-font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  --compact-control-icon-gap: 8px;
  --floating-panel-radius: calc(var(--border-radius) + 2px);
  --floating-panel-border-color: rgba(var(--border-color-rgb), 0.88);
  --floating-panel-shadow: 0 14px 36px rgba(var(--text-color-rgb), 0.12), 0 4px 14px rgba(var(--text-color-rgb), 0.08);
  --floating-panel-background:
    linear-gradient(180deg, rgba(var(--primary-button-background-rgb), 0.035), rgba(var(--primary-button-background-rgb), 0.01) 46%),
    var(--secondary-background);
  --floating-panel-padding: 6px;
  --floating-panel-row-radius: calc(var(--border-radius) + 1px);
  --floating-panel-row-padding-y: 9px;
  --floating-panel-row-padding-x: 12px;
  --floating-panel-row-color: var(--heading-color);
  --floating-panel-row-selected-color: var(--primary-button-background);
  --floating-panel-row-hover-background: var(--interaction-surface-hover-background);
  --floating-panel-row-active-background: var(--interaction-surface-active-background);
  --floating-panel-row-selected-background: var(--interaction-surface-selected-background);
  --floating-panel-row-selected-shadow: inset 0 0 0 1px rgba(var(--primary-button-background-rgb), 0.16);
  --floating-panel-row-focus-shadow:
    inset 0 0 0 1px rgba(var(--primary-button-background-rgb), 0.16),
    0 0 0 2px rgba(var(--primary-button-background-rgb), 0.12);
  --secondary-button-rest-shadow:
    0 0 0 1px var(--secondary-button-border-color) inset,
    0 1px 2px rgba(var(--secondary-button-accent-rgb), 0.08);
  --secondary-button-hover-shadow:
    0 0 0 1px var(--secondary-button-border-color-strong) inset,
    var(--interaction-surface-hover-shadow);
  --secondary-button-focus-shadow:
    0 0 0 1px var(--secondary-button-border-color-strong) inset,
    0 0 0 2px var(--secondary-background),
    0 0 0 4px var(--secondary-button-accent),
    var(--interaction-surface-rest-shadow);
  --card-surface-background: var(--secondary-background);
  --card-surface-border-color: var(--border-color);
  --card-surface-radius: 0;
  --card-surface-shadow: none;
  --modal-overlay-background: rgba(var(--text-color-rgb), 0.4);
  --modal-surface-background: var(--floating-panel-background);
  --modal-surface-border-color: var(--floating-panel-border-color);
  --modal-surface-shadow: 0 24px 64px rgba(var(--text-color-rgb), 0.18), 0 8px 24px rgba(var(--text-color-rgb), 0.12);
  --modal-surface-radius: calc(var(--border-radius) + 6px);
  --modal-close-size: 44px;
  --modal-close-radius: calc(var(--border-radius) + 4px);
  --interaction-press-scale: 0.98;
}

.button {
  --button-rest-shadow: none;
  --button-hover-shadow: var(--button-rest-shadow);
  --button-focus-shadow: var(--button-rest-shadow);
  --button-min-height: 48px;
  text-align: center;
  line-height: var(--button-min-height);
  font-weight: var(--button-font-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  border-radius: var(--border-radius);
  min-height: var(--button-min-height);
  padding: 0 30px;
  transition: background .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out, transform .15s ease-in-out;
  display: inline-block;
  position: relative;
  outline: none;
  box-shadow: var(--button-rest-shadow);
}

.button[disabled] {
  cursor: not-allowed;
}

.button.is-loading,
.button[aria-busy="true"],
button[name="checkout"].wpd-button-loading,
#wpdNetPlaceOrder.wpd-button-loading,
#wpd-net-place-order.wpd-button-loading,
.shopify-payment-button__button--unbranded[aria-busy="true"] {
  line-height: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--button-min-height, 48px);
}

.button.is-loading .icon--search-loader,
.button[aria-busy="true"] .icon--search-loader,
button[name="checkout"].wpd-button-loading .icon--search-loader,
#wpdNetPlaceOrder.wpd-button-loading .icon--search-loader,
#wpd-net-place-order.wpd-button-loading .icon--search-loader,
.shopify-payment-button__button--unbranded[aria-busy="true"] .icon--search-loader,
.button.is-loading [class*="spinner"],
.button[aria-busy="true"] [class*="spinner"],
button[name="checkout"].wpd-button-loading [class*="spinner"],
#wpdNetPlaceOrder.wpd-button-loading [class*="spinner"],
#wpd-net-place-order.wpd-button-loading [class*="spinner"],
.shopify-payment-button__button--unbranded[aria-busy="true"] [class*="spinner"],
.button.is-loading [class*="loader"],
.button[aria-busy="true"] [class*="loader"],
button[name="checkout"].wpd-button-loading [class*="loader"],
#wpdNetPlaceOrder.wpd-button-loading [class*="loader"],
#wpd-net-place-order.wpd-button-loading [class*="loader"],
.shopify-payment-button__button--unbranded[aria-busy="true"] [class*="loader"] {
  color: #fff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  margin-top: 4px;
  margin-bottom: 4px;
  align-self: center;
}

button[name="checkout"].wpd-button-loading::before,
button[name="checkout"].wpd-button-loading::after,
#wpdNetPlaceOrder.wpd-button-loading::before,
#wpdNetPlaceOrder.wpd-button-loading::after,
#wpd-net-place-order.wpd-button-loading::before,
#wpd-net-place-order.wpd-button-loading::after,
.shopify-payment-button__button--unbranded[aria-busy="true"]::before,
.shopify-payment-button__button--unbranded[aria-busy="true"]::after {
  border-color: rgba(255, 255, 255, 0.32) !important;
  border-top-color: #fff !important;
}

.button--extra-small {
  --button-min-height: 34px;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  padding: 0 15px;
  line-height: 34px;
}

.button--small {
  --button-min-height: 42px;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  line-height: 42px;
}

.button--large {
  --button-min-height: 55px;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  line-height: 55px;
}

.button--extra-large {
  --button-min-height: 60px;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
  line-height: 60px;
}

.button--primary {
  --button-hover-shadow: var(--interaction-surface-hover-shadow);
  --button-focus-shadow: var(--interaction-surface-focus-shadow-layered);
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
}

.button--primary:hover {
  background: var(--primary-button-background-hover);
  box-shadow: var(--button-hover-shadow);
}

.button--primary:active {
  background: var(--primary-button-background-active);
  box-shadow: var(--interaction-surface-rest-shadow);
  transform: scale(var(--interaction-press-scale));
}

.button--primary:focus-visible {
  box-shadow: var(--button-focus-shadow);
}

.button--primary[disabled]:hover,
.button--primary:disabled:hover,
.button--primary[disabled]:active,
.button--primary:disabled:active,
.button--primary[disabled]:focus-visible,
.button--primary:disabled:focus-visible {
  background: var(--primary-button-background);
  transform: none;
  box-shadow: var(--button-rest-shadow);
}

.button--secondary {
  --button-rest-shadow: var(--secondary-button-rest-shadow);
  --button-hover-shadow: var(--secondary-button-hover-shadow);
  --button-focus-shadow: var(--secondary-button-focus-shadow);
  background: var(--secondary-button-surface-rest);
  color: var(--secondary-button-accent);
}

.button--secondary:hover {
  background: var(--secondary-button-surface-hover);
  box-shadow: var(--button-hover-shadow);
}

.button--secondary:active {
  background: var(--secondary-button-surface-active);
  box-shadow: var(--button-rest-shadow);
  transform: scale(var(--interaction-press-scale));
}

.button--secondary:focus-visible {
  box-shadow: var(--button-focus-shadow);
}

.button--secondary[disabled]:hover,
.button--secondary:disabled:hover,
.button--secondary[disabled]:active,
.button--secondary:disabled:active,
.button--secondary[disabled]:focus-visible,
.button--secondary:disabled:focus-visible {
  background: var(--secondary-button-surface-rest);
  box-shadow: var(--button-rest-shadow);
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .button--primary:active,
  .button--secondary:active,
  .shopify-payment-button__button--unbranded:active,
  .checkbox:active,
  .range:active::-webkit-slider-thumb,
  .range:active::-moz-range-thumb {
    transform: none;
  }

  .switch-checkbox:active:before {
    transform: none;
  }

  .switch-checkbox:checked:active:before {
    transform: translateX(calc(100% + 8px));
  }
}

/* Header action buttons use theme button font weight */
.header__action-item-link.button {
  font-weight: var(--button-font-weight);
  --button-min-height: var(--compact-control-height);
  min-height: var(--compact-control-height);
  line-height: var(--compact-control-height);
  padding: 0 16px;
}

.button--ternary {
  color: var(--accent-color);
  box-shadow: 0 0 0 1px var(--border-color) inset;
}

.button--ternary:hover {
  background: rgba(var(--border-color-rgb), .5);
  color: var(--text-color);
}

.button--transparent {
  color: var(--text-color);
  box-shadow: 0 0 0 1px var(--border-color) inset;
}

.button--transparent:hover {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  box-shadow: 0 0 0 1px var(--primary-button-background) inset;
}

.button--disabled {
  background: var(--product-sold-out-color);
  box-shadow: 0 0 0 1px var(--product-sold-out-color) inset;
  color: var(--secondary-background);
}

.button--full {
  width: 100%;
}

.button--min-width {
  min-width: 200px;
}

.button--floating {
  transition: box-shadow .2s ease-in-out;
}

.button--floating:hover {
  box-shadow: 0 2px 2px 2px #0000000f;
}

.button-wrapper {
  text-align: center;
}

.button-stack {
  flex-direction: column;
  display: flex;
}

.button-stack > .button + .button {
  margin-top: 10px;
}

.back-in-stock-button {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.back-in-stock-button--inline {
  min-height: 48px;
}

[data-back-in-stock-collapse-when-empty]:empty {
  display: none;
  min-height: 0;
}

.back-in-stock-button.is-loading,
.back-in-stock-button.is-ready {
  width: 100%;
}

.back-in-stock-button > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.back-in-stock-button--inline > * {
  min-height: 48px;
}

.back-in-stock-button__proxy-button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.back-in-stock-button__proxy-button .icon--search-loader {
  display: inline-flex;
}

.back-in-stock-button.is-ready .back-in-stock-button__proxy-button .icon--search-loader {
  display: none;
}

.back-in-stock-button.is-mounted-iframe .back-in-stock-button__proxy-button {
  display: none;
}

.back-in-stock-button__native-control--hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.back-in-stock-button__fallback {
  display: block;
}

.back-in-stock-button__fallback > .button {
  width: 100%;
}

.back-in-stock-button--plugin-pending .back-in-stock-button__fallback {
  display: none;
}

.template-product .product-form__coming-soon-shell .back-in-stock-button--plugin-pending .back-in-stock-button__fallback {
  display: block;
}

.back-in-stock-button iframe.gw-stock-fulfilled-iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  min-height: 52px;
  border: 0;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  .unlock-wholesale-button.button {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

.button-group {
  flex-flow: wrap;
  margin: -5px;
  display: flex;
}

.button-group > * {
  margin: 5px;
}

.button-group--fit > * {
  flex: 1 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

.button-group--loose {
  margin: -10px;
}

.button-group--loose > * {
  margin: 10px;
}

.buy-button {
  display: inline-block;
}

.buy-button .button {
  width: 100%;
}

.card {
  background: var(--card-surface-background);
  border-top: 1px solid var(--card-surface-border-color);
  border-bottom: 1px solid var(--card-surface-border-color);
  border-radius: var(--card-surface-radius);
  box-shadow: var(--card-surface-shadow);
  margin-bottom: 18px;
  position: relative;
}

.card__header {
  padding: 20px 20px 0;
  position: relative;
}

.card__header--flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card__title {
  margin-bottom: 0;
}

.card__subtitle {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  margin-bottom: 14px;
}

.card__subtitle:first-child {
  margin-top: -.435em;
}

.card__title--small {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 20px));
  margin-top: -2px;
  margin-bottom: 10px;
}

.card__section, .card__collapsible-button {
  padding: 20px;
  position: relative;
}

.card__collapsible-button {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.card__collapsible-button .plus-button {
  color: var(--heading-color);
  margin-left: 10px;
  transition: color .2s ease;
}

.card__section + .card__section::before {
  content: "";
  width: 100%;
  background: var(--border-color);
  height: 0.5px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.card__section--no-padding {
  padding: 0 !important;
}

.card__collapsible {
  height: 0;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.card__collapsible-content {
  padding: 0 20px 20px;
}

.card__separator {
  width: calc(100% + var(--mobile-container-gutter));
  border: none;
  border-top: 1px solid var(--border-color);
  margin: 20px 0;
}

.card__navigation {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  justify-content: space-between;
  margin-top: -3px;
  margin-bottom: 12px;
  display: flex;
}

.card__navigation-breadcrumb svg {
  vertical-align: -1px;
  width: 8px;
  height: 12px;
  margin-right: 12px;
}

.card__linklist {
  list-style: none;
}

.card__linklist-item {
  text-align: left;
  padding: 2px 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .card {
    border-radius: 0;
  }

  .card__section--flex .button {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 999px) {
  .card--collapsed {
    box-shadow: 0 -1px var(--secondary-background);
    border-top: none !important;
    margin-top: -18px !important;
  }

  .card--collapsed .card__header, .card--collapsed .card__section {
    padding-top: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .card--collapsed {
    border-radius: 0 0 3px 3px;
    margin-top: -30px !important;
  }
}

@media screen and (min-width: 641px) {
  .card {
    border: 1px solid var(--border-color);
    border-radius: 3px;
    margin-bottom: 30px;
  }

  .card__header {
    padding: 30px 30px 0;
  }

  .card__section, .card__collapsible-button {
    padding: 30px;
  }

  .card__section--flex {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .card__subtitle {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  }

  .card__collapsible-content {
    padding: 0 30px 30px;
  }

  .card__separator {
    width: 100%;
    margin: 24px 0;
  }

  .card__header--tight {
    padding-top: 20px;
  }

  .card__section--tight {
    padding: 20px 25px;
  }

  .card__section--tight .card__separator {
    margin: 20px 0;
  }

  .card__navigation {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .card--sticky {
    margin-bottom: 0;
    position: sticky;
    top: 0;
  }

  @supports (--css: variables) {
    .card--sticky {
      top: calc((var(--header-height)  + 30px) * var(--header-is-sticky, 0));
    }
  }
}

.card__section .rte .button:last-child {
  margin-bottom: 15px;
}

.mini-cart {
  background: var(--secondary-background);
  color: var(--text-color);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  will-change: transform;
  width: 100vw;
  height: 100vh;
  max-height: 0;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out, visibility .25s ease-in-out, max-height 0s linear .25s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scale(.9);
}

.mini-cart[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s cubic-bezier(0, 1, .4, 1), transform .4s cubic-bezier(.18, 1.25, .4, 1), visibility .4s linear;
  transform: scale(1);
}

.mini-cart .icon--nav-triangle-borderless {
  z-index: 2;
  filter: drop-shadow(0 -2px 2px #0000001f);
  width: 18px;
  height: 8px;
  position: absolute;
  bottom: 100%;
  right: 6px;
}

.mini-cart__alert-wrapper {
  padding-top: 20px;
}

.mini-cart .alert {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  flex-shrink: 0;
  margin-bottom: 0;
}

.mini-cart__content:not(.mini-cart__content--empty) > * {
  padding-left: 20px;
  padding-right: 20px;
}

.mini-cart__content--empty {
  padding: 20px 25px 25px;
}

.mini-cart__empty-state {
  text-align: center;
  padding: 70px 0 60px;
}

.mini-cart__empty-state svg {
  margin-bottom: 10px;
}

.mini-cart__line-item-list {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  overflow: auto;
}

.mini-cart__line-item {
  align-items: flex-start;
  padding: 20px 0;
  display: flex;
}

.mini-cart__line-item + .mini-cart__line-item {
  border-top: 1px solid var(--border-color);
}

.mini-cart__image-wrapper {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
}

.mini-cart__product-info {
  margin-bottom: 12px;
}

.mini-cart__product-vendor, .mini-cart__property-list, .mini-cart__plan-allocation {
  line-height: 1.55;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  margin-bottom: 7px;
  display: block;
}

.mini-cart__product-vendor {
  text-transform: uppercase;
}

.mini-cart__product-title {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  margin-bottom: 4px;
  line-height: 1.5;
  display: block;
}

.mini-cart__property-list {
  margin: 6px 0;
  line-height: 1.5;
  list-style: none;
}

.mini-cart__price-list > .price {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  font-weight: var(--text-font-bolder-weight);
}

.mini-cart__price-info {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-top: -2px;
}

.mini-cart__discount-list {
  margin-top: 2px;
  list-style: none;
}

.mini-cart__discount {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  background: rgba(var(--product-on-sale-accent-rgb), .08);
  color: var(--product-on-sale-accent);
  border-radius: var(--border-radius);
  padding: 0 11px;
  display: inline-block;
}

.mini-cart__discount svg {
  vertical-align: text-bottom;
  margin-right: 6px;
}

.mini-cart__discount + .mini-cart__discount {
  margin-top: 5px;
}

.mini-cart__quantity-remove {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
}

.mini-cart__recap {
  border-top: 1px solid var(--border-color);
  padding: 15px 20px 20px;
}

.mini-cart__recap-price-line {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mini-cart__recap-price-line--highlight {
  color: var(--product-on-sale-accent);
}

.mini-cart__recap-price-line + .mini-cart__recap-price-line {
  margin-top: 4px;
}

.mini-cart__amount-saved {
  color: var(--product-on-sale-accent);
  font-weight: var(--text-font-bolder-weight);
}

.mini-cart__button-container {
  margin-top: 16px;
}

.cart-recap__secure-payment,
.text-with-icons--boxed {
  background: var(--secondary-background);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.cart-recap__secure-payment {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 18px 20px;
}

@media screen and (max-width: 640px) {
  .mini-cart .icon--nav-triangle-borderless {
    right: 24px;
  }

  .mini-cart__content {
    flex-direction: column;
    display: flex;
  }

  .mini-cart__inner, .mini-cart__content--empty {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  @supports (padding: max(0px)) {
    .mini-cart__recap, .mini-cart__content--empty {
      padding-bottom: max(25px, env(safe-area-inset-bottom, 0px)  + 25px);
    }
  }
}

@media screen and (min-width: 641px) {
  .mini-cart {
    border-radius: var(--border-radius);
    width: 470px;
    height: auto;
    max-height: none;
    top: calc(100% + 14px);
    left: auto;
    right: 0;
    box-shadow: 0 1px 5px 2px #0000001a;
  }

  .mini-cart__content > * {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mini-cart__content--empty {
    padding-bottom: 25px;
  }

  .mini-cart__line-item-list {
    max-height: 300px;
  }

  .mini-cart__item-wrapper {
    flex-grow: 1;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .mini-cart__quantity-remove {
    width: max-content;
    margin: 10px auto 0;
    display: block;
  }

  .mini-cart__product-info {
    margin: 0 20px 0 0;
  }

  .mini-cart__recap {
    padding: 15px 25px 25px;
  }
}

@media screen and (min-height: 700px) and (min-width: 641px) {
  .mini-cart__line-item-list {
    max-height: 330px;
  }
}

@media screen and (min-width: 1280px) {
  .mini-cart .icon--nav-triangle-borderless {
    right: 58px;
  }
}

.cart-recap__secure-payment-list {
  max-width: 300px;
  margin: -4px auto !important;
}

@media screen and (max-width: 999px) {
  .cart-wrapper {
    min-height: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .cart-wrapper {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }

  .cart-wrapper__inner {
    position: relative;
  }

  .cart-wrapper__inner-inner {
    width: calc(100% - 380px);
  }

  .cart-recap {
    right: var(--desktop-container-gutter);
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
  }

  .cart-recap__scroller {
    position: sticky;
    top: 0;
  }

  @supports (--css: variables) {
    .cart-recap__scroller {
      top: calc(var(--header-height)  + 30px);
    }
  }
}

@media screen and (min-width: 1280px) {
  .cart-wrapper__inner-inner {
    width: calc(100% - 430px);
  }

  .cart-recap {
    width: 400px;
  }
}

.gift-wrap {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  padding: 20px 10px 20px 20px;
}

.gift-wrap__left {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.gift-wrap__icon svg {
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-right: 25px;
  display: block;
}

.gift-wrap__text > span:first-child {
  margin-right: 10px;
}

@media screen and (min-width: 641px) {
  .gift-wrap {
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 30px;
    display: flex;
  }

  .gift-wrap__left {
    margin-bottom: 0;
  }
}

.estimate-shipping {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
}

.estimate-shipping__toggle {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.estimate-shipping__icon svg {
  width: 24px;
  height: 24px;
  margin-right: 25px;
  display: block;
}

.estimate-shipping__arrow {
  margin-left: auto;
}

.estimate-shipping__arrow svg {
  width: 12px;
  height: 8px;
  transition: transform .2s ease-in-out;
}

.estimate-shipping__toggle[aria-expanded="true"] .estimate-shipping__arrow svg {
  transform: rotateZ(180deg);
}

.estimate-shipping__collapsible .shipping-estimator {
  padding: 0 20px 20px;
}

@media screen and (min-width: 641px) {
  .estimate-shipping__toggle {
    padding: 20px 30px;
  }

  .estimate-shipping__collapsible .shipping-estimator {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cart-recap__price-line {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
  font-weight: var(--text-font-bolder-weight);
  color: var(--heading-color);
  justify-content: space-between;
  margin-bottom: 4px;
  display: flex;
}

.cart-recap__price-line + .cart-recap__price-line {
  margin-top: 4px;
}

.cart-recap__price-line--highlight {
  color: var(--product-on-sale-accent);
}

.cart-recap__amount-saved {
  color: var(--product-on-sale-accent);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
}

.cart-recap__note {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-top: 14px;
}

.cart-recap__note-inner {
  padding-bottom: 20px;
}

.cart-recap__note-button {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.cart-recap__note-button svg {
  width: 12px;
  height: 8px;
  transition: transform .2s ease-in-out;
}

.cart-recap__note-button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.cart-recap__note-edit {
  color: var(--accent-color);
  opacity: 0;
  margin-right: 14px;
  transition: opacity .2s ease-in-out;
}

.cart-recap__note-edit.is-visible {
  opacity: 1;
}

.cart-recap__notices {
  margin: 24px 0;
}

.cart-recap__secure-payment-title {
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  margin-bottom: 10px;
}

.cart-recap__secure-payment-title svg {
  vertical-align: text-top;
  margin-right: 8px;
}

@media screen and (min-width: 641px) {
  .cart-recap__price-line {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
  }

  .cart-recap__amount-saved {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  }

  .cart-recap__note {
    margin-top: 20px;
  }
}

.cart__status-message {
  background-color: var(--background);
  width: 100%;
  height: 0;
  margin-block-start: 10px;
  transition: height .25s ease-in-out;
  overflow: hidden;
}

.cart__status-message.cart__status-message--header {
  z-index: 1;
  margin-block-start: 0;
  position: absolute;
  top: 100%;
}

.collection__image-wrapper {
  z-index: 1;
  height: 180px;
  margin-bottom: -1px;
  position: relative;
  overflow: hidden;
}

.collection__image-wrapper--small {
  height: 140px;
}

.collection__image-wrapper--large {
  height: 230px;
}

.collection__image-wrapper--preserve-ratio {
  height: auto !important;
}

.collection__image-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.collection__image {
  background-position: center;
  background-size: cover;
  height: 100%;
}

.collection__title {
  margin-bottom: 5px;
}

.collection__meta {
  margin-bottom: 12px;
}

.collection__description {
  margin-top: 20px;
}

.collection__brand-logo-wrapper {
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  padding: 10px;
}

.collection__brand-logo-image {
  place-content: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.collection__products-count {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-bottom: 18px;
}

.collection__toolbar {
  padding: 0 var(--mobile-container-gutter);
  box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  background: var(--secondary-background);
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  display: flex;
  position: relative;
}

.collection__toolbar-item {
  align-items: center;
  height: 48px;
  display: flex;
}

.collection__toolbar-item--filter svg {
  width: 19px;
  height: 20px;
  margin-right: 12px;
}

.collection__layout-label {
  margin-right: 20px;
}

.collection__layout-button {
  opacity: .7;
  transition: all .2s ease-in-out;
}

.collection__layout-button:last-child {
  margin-left: 15px;
}

.collection__layout-button:hover {
  opacity: 1;
}

.collection__layout-button.is-selected {
  opacity: 1;
  color: var(--heading-color);
}

.collection__layout-button svg {
  width: 18px;
  height: 18px;
  display: block;
}

.collection__header .expandable-content--expandable {
  margin-bottom: -22px;
}

.collection__header--brand .collection__meta {
  align-items: center;
  display: flex;
}

.collection__header--brand .collection__description {
  margin-top: 0;
}

@media screen and (max-width: 999px) {
  .collection__toolbar {
    top: calc(var(--header-height) * var(--header-is-sticky, 0));
    position: sticky;
  }
}

@media screen and (min-width: 641px) {
  .collection__image-wrapper {
    border-radius: 3px 3px 0 0;
    height: 230px;
  }

  .collection__image-wrapper--small {
    height: 200px;
  }

  .collection__image-wrapper--large {
    height: 310px;
  }

  .collection__brand-logo-wrapper {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }

  .collection__products-count {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  }

  .collection__toolbar {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
    padding: 0 30px;
  }

  .collection__toolbar--bordered {
    box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
    margin-top: 30px;
  }

  .card__header--tight + .collection__toolbar--bordered {
    margin-top: 25px;
  }

  .collection__toolbar-item {
    height: 58px;
  }

  .collection__toolbar-item .value-picker-button {
    margin-left: 4px;
  }
}

@media screen and (max-width: 640px) {
  .collection__toolbar-item--count + .collection__toolbar-item--layout {
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .collection__toolbar:not(.collection__toolbar--bordered) {
    box-shadow: 0 1px var(--border-color);
    margin-top: -12px;
  }

  .collection__brand-logo-wrapper {
    flex: none;
    width: 110px;
    height: 110px;
  }

  .collection__header--brand {
    align-items: flex-start;
    display: flex;
  }

  .collection__header--brand .collection__meta {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .collection__title {
    margin-bottom: 12px;
  }

  .collection__description {
    margin-top: 10px;
  }

  .collection__showing-count, .collection__toolbar-item--sort {
    margin-right: 45px;
  }

  .collection__toolbar-item--sort {
    margin-left: auto;
  }

  .collection__header--brand .collection__meta {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .collection__showing-count, .collection__toolbar-item--sort {
    margin-right: 80px;
  }
}

.collection__filter-group-list--ordered {
  flex-direction: column;
  display: flex;
}

.collection__filter-group {
  border-bottom: 1px solid var(--border-color);
  padding: 13px 20px 14px;
}

.collection__filter-group-name {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection__filter-group-name svg {
  width: 12px;
  height: 8px;
  margin-left: 10px;
  transition: transform .25s ease-in-out;
}

.collection__filter-group-name[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.js .collection__filter-collapsible {
  visibility: hidden;
  height: 0;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.collection__filter-collapsible[aria-hidden="false"] {
  visibility: visible;
}

.collection__filter-item-active {
  color: var(--accent-color);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
  margin-top: -5px;
  display: block;
  overflow: hidden;
}

.collection__filter-linklist {
  padding: 4px 0 8px;
  list-style: none;
}

.collection__filter-link {
  text-align: left;
  width: 100%;
  padding: 3px 0 4px;
  display: block;
}

.collection__filter-link svg {
  width: 12px;
  height: 8px;
  margin-left: 8px;
  transition: transform .25s ease-in-out;
}

.collection__filter-link[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.collection__filter-link.is-active {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.collection__filter-linklist .collection__filter-linklist {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  padding: 0 0 0 10px;
}

.collection__filter-color-list {
  padding: 7px 0 5px 6px;
}

.collection__filter-visual-filter-list {
  padding: 8px 0;
}

.collection__filter-checkbox-list {
  list-style: none;
}

.collection__filter-collapsible .collection__filter-checkbox-list {
  padding: 8px 0 7px 10px;
}

.collection__filter-checkbox {
  align-items: center;
  padding: 2px 0 3px;
  display: flex;
}

.collection__filter-checkbox .checkbox {
  margin-right: 0;
}

.collection__filter-checkbox label {
  padding-left: 14px;
  line-height: 1.5;
}

.collection__filter-icon--active {
  position: relative;
}

.collection__filter-icon--active:after {
  content: "";
  background: var(--accent-color);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 3px;
  left: 13px;
}

.collection__active-filters,
.collection__mobile-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.collection__active-filters {
  margin: 0 0 18px;
}

.collection__active-filters--desktop {
  padding-top: 2px;
}

.collection__active-filters--mobile,
.collection__mobile-active-filters {
  margin: 0;
}

.collection__active-filters:empty,
.collection__mobile-active-filters:empty {
  display: none;
}

.collection__active-filter-item,
.collection__mobile-active-filter-item,
.collection__active-filter-clear,
.collection__mobile-active-clear {
  -webkit-appearance: none;
  appearance: none;
  color: var(--compact-control-color);
  font-size: var(--compact-control-font-size);
  font-weight: var(--text-font-bolder-weight);
  text-align: left;
  border: 1px solid var(--compact-control-border-color);
  background: var(--compact-control-background);
  box-shadow: var(--compact-control-shadow);
  border-radius: var(--compact-control-radius);
  align-items: center;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  min-height: var(--compact-control-height);
  margin: 0;
  padding: 0 14px 0 10px;
  line-height: 1.25;
  transition: color .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, transform .15s ease-in-out;
  display: inline-flex;
}

.collection__active-filter-item,
.collection__mobile-active-filter-item,
.collection__active-filter-clear,
.collection__mobile-active-clear {
  cursor: pointer;
}

.collection__active-filter-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.collection__active-filter-cross,
.collection__mobile-active-filter-cross {
  color: var(--primary-button-background);
  background: rgba(var(--primary-button-background-rgb), 0.09);
  box-shadow: inset 0 0 0 1px rgba(var(--primary-button-background-rgb), 0.16);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  transition: color .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
}

.collection__active-filter-cross svg,
.collection__mobile-active-filter-cross svg {
  stroke-width: 2.2px;
  stroke: currentColor;
  width: 8px;
  height: 8px;
  display: block;
}

.collection__active-filter-clear,
.collection__mobile-active-clear {
  justify-content: center;
  color: rgba(var(--text-color-rgb), 0.84);
  padding-left: 14px;
}

.collection__mobile-active-clear:after {
  content: none;
}

.collection__active-filter-item:focus-visible,
.collection__mobile-active-filter-item:focus-visible,
.collection__active-filter-clear:focus-visible,
.collection__mobile-active-clear:focus-visible {
  outline: none;
  color: var(--primary-button-background);
  border-color: var(--compact-control-focus-color);
  box-shadow: var(--compact-control-focus-shadow);
}

.collection__active-filter-item:focus-visible .collection__active-filter-cross,
.collection__mobile-active-filter-item:focus-visible .collection__active-filter-cross,
.collection__mobile-active-filter-item:focus-visible .collection__mobile-active-filter-cross {
  color: var(--primary-button-text-color);
  background: var(--primary-button-background);
  box-shadow: inset 0 0 0 1px var(--primary-button-background);
}

.collection__active-filter-item:active,
.collection__mobile-active-filter-item:active,
.collection__active-filter-clear:active,
.collection__mobile-active-clear:active {
  background: var(--compact-control-active-background);
  transform: scale(var(--interaction-press-scale));
}

.collection__filter-group label + .switch-checkbox {
  margin-left: auto;
}

@media screen and (min-width: 1000px) {
  .collection__filter-group {
    border-bottom: 0;
    padding: 6px 0;
  }

  .collection__filter-group-name {
    justify-content: flex-start;
  }

  .collection__filter-linklist {
    padding: 0 0 9px;
  }

  .collection__filter-linklist .collection__filter-linklist {
    padding-left: 15px;
  }

  .collection__filter-link {
    padding: 2px 0;
  }

  .collection__filter-color-list {
    padding: 12px 0 10px;
  }

  .collection__filter-collapsible .collection__filter-checkbox-list {
    padding-bottom: 12px;
  }

  .collection__filter-group:last-child .collection__filter-checkbox-list {
    padding-bottom: 0;
  }

  .collection__filter-checkbox {
    padding: 0;
  }

  .collection__filter-checkbox .checkbox-wrapper {
    margin: 8px 0;
  }
}

@media screen and (min-width: 1280px) {
  .collection__sidebar {
    flex-basis: 290px;
  }
}

.collection__mobile-filters-recap {
  background: var(--background);
  border-bottom: 1px solid var(--border-color);
}

.collection__mobile-active-filters-results {
  color: rgba(var(--text-color-rgb), 0.78);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  margin-top: 14px;
  display: block;
}

@media screen and (any-hover: hover) {
  .collection__active-filter-item:hover:not(:focus-visible),
  .collection__mobile-active-filter-item:hover:not(:focus-visible),
  .collection__active-filter-clear:hover:not(:focus-visible),
  .collection__mobile-active-clear:hover:not(:focus-visible) {
    color: var(--primary-button-background);
    border-color: var(--compact-control-hover-border-color);
    box-shadow: var(--compact-control-hover-shadow);
  }

  .collection__active-filter-item:hover:not(:focus-visible) .collection__active-filter-cross,
  .collection__mobile-active-filter-item:hover:not(:focus-visible) .collection__active-filter-cross,
  .collection__mobile-active-filter-item:hover:not(:focus-visible) .collection__mobile-active-filter-cross {
    color: var(--primary-button-text-color);
    background: var(--primary-button-background);
    box-shadow: inset 0 0 0 1px var(--primary-button-background);
  }
}

.collection-drawer {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.collection-drawer__header {
  border-bottom: 1px solid var(--border-color);
  z-index: 1;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: center;
  max-height: 64px;
  padding: 15px 15px 15px 25px;
  display: flex;
}

.collection-drawer__header > div {
  align-items: center;
  display: flex;
}

.collection-drawer__close {
  color: var(--heading-color);
  margin-right: 16px;
}

.collection-drawer__close svg {
  width: 19px;
  height: 19px;
  margin-top: -1px;
  display: block;
}

.collection-drawer__title {
  margin-bottom: 0;
}

.collection-drawer__inner {
  -webkit-overflow-scrolling: touch;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
  flex: auto;
  overflow: auto;
}

.collection-drawer__section-title {
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  font-weight: var(--text-font-bolder-weight);
  background: var(--background);
  border-bottom: 1px solid var(--border-color);
  margin: 0;
  padding: 4px 15px;
}

.collection-drawer__footer {
  box-shadow: 0 -2px 2px rgba(var(--border-color-rgb), .65);
  padding: 15px;
}

.collection-drawer__footer .button {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
}

@supports (padding: max(0px)) {
  .collection-drawer__footer {
    padding-bottom: max(15px, env(safe-area-inset-bottom, 0px)  + 15px);
  }
}

.product-list {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  z-index: 1;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-list .flickity-viewport {
  border-radius: 3px;
}

.product-list--scrollable {
  flex-wrap: nowrap;
}

.product-list--collection:before {
  display: none;
}

.product-item--vertical, .product-item--vertical .product-item__info {
  flex-direction: column;
  display: flex;
}

.product-item--vertical .product-item__info {
  flex: 1 0 auto;
  justify-content: space-between;
}

.product-list__column {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .product-list--scrollable:before, .product-list--scrollable:after {
    content: "";
    flex: 0 0 var(--mobile-container-gutter);
  }

  .product-list--scrollable .product-item {
    width: 62%;
  }

  .product-list--collage {
    border-width: 1px 0;
  }

  .product-list--collection .product-item--vertical {
    width: 50%;
  }

  .product-list--collection .product-item--vertical:not(:nth-child(2n + 1)) {
    border-left: 1px solid var(--border-color);
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .product-list--scrollable:before, .product-list--scrollable:after {
    content: "";
    flex: 0 0 var(--desktop-container-gutter);
  }

  .product-list--scrollable .product-item {
    width: 36%;
  }

  .product-list--collection .product-item--vertical.\31 \/3--tablet:not(:nth-child(3n + 1)),
  .product-list--collection .product-item--vertical.\31 \/3--tablet-and-up:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--border-color);
  }
}

@media screen and (min-width: 641px) {
  .product-list {
    background: var(--secondary-background);
    border: none;
    border-radius: 3px;
  }

  .product-list--collage:before {
    content: "";
    border: 1px solid var(--border-color);
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .product-list__column {
    flex-flow: column;
    flex: 0 0 33.3333%;
    display: flex;
  }

  .product-list__column > .product-item {
    flex: 1 0 auto;
  }

  .product-list__column--highlight .product-item__title {
    font-size: 1rem;
  }

  @supports (display: grid) {
    .product-list--collage {
      grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
      display: grid;
    }

    .product-list__column {
      grid-auto-rows: 1fr;
      display: grid;
    }

    .product-list__column--shrink {
      grid-template-rows: minmax(50%, min-content);
    }
  }
}

@media screen and (max-width: 999px) {
  .product-list--scrollable {
    background: none;
    border: none;
    overflow: visible;
  }

  .product-list--scrollable .product-item {
    border: 1px solid var(--border-color);
  }

  .product-list--scrollable .product-item + .product-item {
    border-left: none;
  }

  .product-list--scrollable .product-item:first-child {
    border-radius: 3px 0 0 3px;
  }

  .product-list--scrollable .product-item:last-child {
    border-radius: 0 3px 3px 0;
  }

  .product-list--collection {
    border: none;
  }
}

@media screen and (min-width: 1000px) {
  .product-list:before {
    content: "";
    border: 1px solid var(--border-color);
    z-index: 1;
    pointer-events: none;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .product-list--scrollable:after {
    content: "flickity";
    display: none;
  }

  .product-list--scrollable .product-item {
    min-height: 100%;
  }

  .product-list--stackable {
    flex-wrap: wrap;
  }

  .product-list__column {
    flex-basis: 25%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .product-list--collection .product-item--vertical.\31 \/4--lap-and-up:not(:nth-child(4n + 1)) {
    border-left: 1px solid var(--border-color);
  }

  .product-list--collection .product-item--vertical.\31 \/3--lap-and-up:not(:nth-child(3n + 1)),
  .product-list--collection .product-item--vertical.\31 \/3--tablet-and-up:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--border-color);
  }
}

@media screen and (min-width: 1280px) {
  .product-list--collection .product-item--vertical.\31 \/4--desk:not(:nth-child(4n + 1)),
  .product-list--collection .product-item--vertical.\31 \/4--lap-and-up:not(:nth-child(4n + 1)) {
    border-left: 1px solid var(--border-color);
  }

  .product-list--collection .product-item--vertical.\31 \/3--desk:not(:nth-child(3n + 1)),
  .product-list--collection .product-item--vertical.\31 \/3--lap-and-up:not(:nth-child(3n + 1)) {
    border-left: 1px solid var(--border-color);
  }
}

@media screen and (min-width: 1440px) {
  @supports (display: grid) {
    .product-list--collage {
      grid-template-columns: repeat(2, 1fr 1.05fr);
    }
  }
}

.featured-collection {
  background-position: left -15px bottom 0;
  background-repeat: no-repeat;
  background-size: 500px;
  padding-top: 25px;
}

.featured-collection__header {
  padding: 0 var(--mobile-container-gutter) 40px var(--mobile-container-gutter);
}

.featured-collection__title {
  color: inherit;
  margin-bottom: 8px;
}

.featured-collection__cta {
  margin-top: 8px;
}

.featured-collection__image-wrapper {
  margin-top: 25px;
}

.featured-collection .product-list {
  border-radius: 2px;
  margin-bottom: 20px;
}

.featured-collection .product-item {
  border: none;
  border-right: 1px solid var(--border-color);
}

.featured-collection .product-item:after {
  display: none;
}

.featured-collection .product-item:last-child {
  border-right: 0;
}

@media screen and (max-width: 640px) {
  .featured-collection, .featured-collection__header {
    background-image: none !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .featured-collection {
    margin: 0 calc(-1 * var(--desktop-container-gutter));
    background-image: none !important;
  }

  .featured-collection__header {
    padding-left: var(--desktop-container-gutter);
    padding-right: var(--desktop-container-gutter);
    background-position: right -15px bottom 0;
    background-repeat: no-repeat;
    background-size: 430px;
  }

  .featured-collection__image-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .featured-collection .product-list {
    margin-bottom: var(--desktop-container-gutter);
  }
}

@media screen and (min-width: 1000px) {
  .featured-collection {
    table-layout: fixed;
    border-radius: 3px;
    width: 100%;
    padding: 6px 6px 6px 0;
    display: table;
  }

  .featured-collection__header, .featured-collection__content {
    vertical-align: top;
    display: table-cell;
  }

  .featured-collection__header {
    width: 455px;
    padding: 20px 30px;
    background-image: none !important;
  }

  .featured-collection .product-list {
    margin-bottom: 0;
  }

  .featured-collection .product-list:before {
    display: none;
  }

  .featured-collection .flickity-viewport:after {
    content: "";
    background: var(--secondary-background);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
  }
}

.collection-item {
  vertical-align: top;
  white-space: normal;
  width: 36vw;
  margin: 0 14px;
  display: inline-block;
}

.collection-item:first-child {
  margin-left: var(--mobile-container-gutter);
}

.collection-item:last-child {
  margin-right: var(--mobile-container-gutter);
}

.collection-item__image-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}

.collection-item__image-wrapper--rounded {
  z-index: 0;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.collection-item__image-wrapper img {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  transition: opacity .2s ease-in-out, transform .95s cubic-bezier(.25, .46, .45, .94);
  transform: scale(1.01);
}

.collection-item__title {
  text-align: center;
  line-height: 1.4;
  transition: color .2s ease-in-out;
  display: block;
}

.collection-item__title svg {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .collection-item {
    width: 190px;
  }

  .collection-item:first-child {
    margin-left: var(--desktop-container-gutter);
  }

  .collection-item:last-child {
    margin-right: var(--desktop-container-gutter);
  }
}

@media screen and (min-width: 641px) {
  .collection-item__title {
    transition: transform .35s cubic-bezier(.645, .045, .355, 1);
    transform: translateX(14px);
  }

  .collection-item__title svg {
    vertical-align: -2px;
    opacity: 0;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
    display: inline-block;
    position: relative;
    right: -5px;
  }
}

@media screen and (min-width: 1000px) {
  .collection-list {
    white-space: nowrap;
    margin: 30px -14px 0;
    overflow: hidden;
  }

  .collection-list:after {
    content: "flickity";
    display: none;
  }

  .collection-item {
    width: 20%;
    padding: 0 14px;
    margin: 0 !important;
  }

  .collection-list .flickity-prev-next-button {
    top: calc(50% - 37px - .5em);
  }

  .collection-list .flickity-prev-next-button.previous {
    left: -10px;
  }

  .collection-list .flickity-prev-next-button.next {
    right: -10px;
  }
}

@media screen and (min-width: 1280px) {
  .collection-item {
    width: 16.6667%;
  }
}

@media screen and (any-hover: hover) {
  .collection-item:hover .collection-item__title {
    color: var(--accent-color);
  }

  .features--animate-zoom .collection-item:hover img {
    transform: scale(1.07);
  }

  .collection-item:hover .collection-item__title {
    transform: translateX(0);
  }

  .collection-item:hover .collection-item__title svg {
    opacity: 1;
    right: 0;
  }
}

.collection-list__section {
  margin-bottom: 40px;
}

@media screen and (min-width: 641px) {
  .collection-list__section {
    margin-bottom: 60px;
  }
}

.collection-block-item {
  border-radius: 3px;
  display: block;
  position: relative;
  overflow: hidden;
}

.collection-block-item--overlay:before {
  content: "";
  z-index: 1;
  background: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.collection-block-item__image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 8s linear, opacity .3s ease-in-out !important;
}

.collection-block-item__title {
  text-align: center;
  color: #fff;
  z-index: 1;
  text-shadow: 1px 2px 4px #0003;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (any-hover: hover) {
  .features--animate-zoom .collection-block-item:hover .collection-block-item__image {
    transform: scale(1.4);
  }
}

.custom-content--centered {
  text-align: center;
}

.custom-content--right {
  text-align: right;
}

.custom-content--product .product-item:after {
  box-shadow: 1px 0 var(--border-color), -1px 0 var(--border-color), 0 1px var(--border-color), 0 -1px var(--border-color);
}

::-webkit-date-and-time-value {
  text-align: start;
}

.form__field {
  border: 1px solid var(--form-control-border-color);
  color: var(--form-control-text-color);
  background: var(--form-control-background);
  -webkit-appearance: none;
  resize: none;
  box-shadow: var(--form-control-rest-shadow);
  border-radius: var(--form-control-radius);
  width: 100%;
  height: var(--form-control-height);
  padding: 12px;
  font-size: max(1rem, 16px);
  line-height: normal;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, color .2s ease-in-out, background-color .2s ease-in-out;
  display: block;
}

.form__field::placeholder {
  color: var(--form-control-placeholder-color);
  opacity: 1;
}

.form__field:focus,
.form__field:focus-visible,
.form__field:active {
  border-color: var(--form-control-focus-color);
  box-shadow: var(--form-control-focus-shadow);
  color: var(--form-control-text-color);
  outline: none;
}

.form__field--small {
  height: var(--form-control-height-small);
}

.form__field--large {
  height: var(--form-control-height-large);
  padding: 20px 18px;
}

.form__field--textarea {
  line-height: inherit;
  height: auto;
  min-height: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.form__field--borderless {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}

.form__field--borderless:focus {
  box-shadow: none;
}

.form__field[aria-invalid]:not(.is-filled) {
  background: var(--error-background);
  color: var(--error-color);
  border-color: var(--error-color);
  box-shadow: 0 0 0 1px var(--error-color), var(--form-control-rest-shadow);
}

.form__field[aria-invalid]:not(.is-filled) + .form__floating-label {
  color: var(--error-color);
}

.form__label {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  margin-bottom: 6px;
  display: block;
}

.form__label--light {
  color: var(--text-color);
}

.form__submit {
  margin-top: 20px;
  display: block;
}

.form__submit--tight {
  margin-top: 12px;
}

.form__spam-disclaimer {
  margin-top: 10px;
  display: block;
}

@media screen and (min-width: 641px) {
  .form__submit--centered {
    margin-left: auto;
    margin-right: auto;
  }
}

.form__input-wrapper {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
}

.form__floating-label {
  color: var(--text-color);
  transform-origin: 0 0;
  pointer-events: none;
  font-size: 1rem;
  line-height: 48px;
  transition: transform .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 13px;
  transform: scale(1);
}

.form__field:focus + .form__floating-label, .form__field.is-filled + .form__floating-label, .select-wrapper.is-filled + .form__floating-label {
  transform: translateY(-6px)scale(.8);
}

.form__input-wrapper--labelled .form__field {
  padding-top: 20px;
  padding-bottom: 3px;
}

.form__field--large + .form__floating-label {
  line-height: 60px;
  left: 18px;
}

.form__input-wrapper--labelled .form__field--large {
  padding-top: 20px;
  padding-bottom: 3px;
}

.form__input-row {
  flex-direction: column;
  display: flex;
}

.form__input-row .form__submit {
  margin-top: 0;
}

@media screen and (min-width: 641px) {
  .form__input-row {
    flex-direction: row;
    align-items: flex-end;
    margin: 0 -6px;
  }

  .form__input-row:not(:last-child) {
    margin-bottom: 12px;
  }

  .form__input-row > .form__input-wrapper {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
  }

  .form__input-row > * {
    min-width: 0;
    margin-left: 6px;
    margin-right: 6px;
  }

  .form__input-row > .form__submit {
    flex: 1 0 auto;
    margin-top: 0;
  }
}

.form__connected-item {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.form__connected-item > * {
  min-width: 0;
}

.form__connected-item .form__input-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
}

.form__connected-item .form__field {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form__connected-item .form__field:focus {
  box-shadow: var(--form-control-focus-shadow);
  position: relative;
  z-index: 1;
}

.form__connected-item .form__connection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.form__connected-item .form__connection svg {
  width: 23px;
  height: 23px;
}

.form--main {
  text-align: center;
  max-width: 350px;
  margin: 60px auto;
}

.form__header, .form__legend {
  margin-bottom: 30px;
}

.form__title {
  margin-bottom: 15px;
}

.form__secondary-action {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-top: 32px;
}

.form__secondary-action > * {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .form--main {
    margin-top: 110px;
    margin-bottom: 150px;
  }
}

/* [CUSTOMER LOGIN PAGE] */
.template-customers-login #main {
  background:
    radial-gradient(140% 120% at 0% 0%, rgba(var(--primary-button-background-rgb), 0.12) 0%, rgba(var(--primary-button-background-rgb), 0) 42%),
    radial-gradient(120% 120% at 100% 6%, rgba(96, 165, 250, 0.14) 0%, rgba(96, 165, 250, 0) 36%),
    radial-gradient(110% 110% at 18% 100%, rgba(52, 211, 153, 0.12) 0%, rgba(52, 211, 153, 0) 34%),
    radial-gradient(120% 120% at 85% 88%, rgba(244, 114, 182, 0.1) 0%, rgba(244, 114, 182, 0) 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.template-customers-login .customer-login {
  position: relative;
  padding: clamp(24px, 4vw, 48px) 0 clamp(36px, 6vw, 72px);
}

.template-customers-register [data-section-type="register"],
.template-customers-activate-account [data-section-type="activate-account"],
.template-customers-reset-password [data-section-type="reset-password"] {
  position: relative;
  padding: clamp(24px, 4vw, 48px) 0 clamp(36px, 6vw, 72px);
}

.template-customers-login .customer-login__container {
  position: relative;
  z-index: 1;
}

.template-customers-login .customer-login__form,
.template-customers-register .form--main,
.template-customers-activate-account .form--main,
.template-customers-reset-password .form--main {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 48px;
}

.template-customers-login .customer-login__form .form__header,
.template-customers-register .form--main .form__header,
.template-customers-activate-account .form--main .form__header,
.template-customers-reset-password .form--main .form__header {
  margin-bottom: 24px;
}

.template-customers-login .customer-login__form .form__legend,
.template-customers-register .form--main .form__legend,
.template-customers-activate-account .form--main .form__legend,
.template-customers-reset-password .form--main .form__legend {
  margin-bottom: 0;
  color: rgba(var(--text-color-rgb), 0.74);
}

.template-customers-login .customer-login__form .form__secondary-action {
  margin-top: 28px;
}

.template-customers-login .customer-login__form .form__secondary-action > * + * {
  margin-top: 10px;
}

.template-customers-login .customer-login__secondary-actions {
  padding-top: 8px;
}

.template-customers-login .customer-login__utility-button,
.template-customers-login .customer-login__trade-button {
  min-height: 46px;
}

@media screen and (min-width: 641px) {
  .template-customers-login .customer-login__form,
  .template-customers-register .form--main,
  .template-customers-activate-account .form--main,
  .template-customers-reset-password .form--main {
    margin-top: 72px;
    margin-bottom: 88px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}

/* [WHOLESALE-ACCOUNT-MANAGER:START] */
.template-customers-account .account-manager,
.template-customers-order .account-manager,
.template-customers-addresses .account-manager {
  --account-manager-gap: 20px;
  --account-manager-muted-color: rgba(var(--text-color-rgb), 0.72);
  --account-manager-soft-shadow: 0 10px 26px rgba(var(--text-color-rgb), 0.05);
}

@media screen and (max-width: 640px) {
  .customer-wholesale.template-customers-account .card,
  .customer-wholesale.template-customers-order .card,
  .customer-wholesale.template-customers-addresses .card {
    padding-left: var(--mobile-container-gutter);
    padding-right: var(--mobile-container-gutter);
  }

  .customer-wholesale.template-customers-account .card .card__section,
  .customer-wholesale.template-customers-order .card .card__section,
  .customer-wholesale.template-customers-addresses .card .card__section {
    padding-left: 0;
    padding-right: 0;
  }
}

.template-customers-account .account-manager__main > * + *,
.template-customers-order .account-manager__main > * + *,
.template-customers-addresses .account-manager__main > * + * {
  margin-top: var(--account-manager-gap);
}

.template-customers-account .account-manager__nav-zone,
.template-customers-order .account-manager__nav-zone,
.template-customers-addresses .account-manager__nav-zone {
  margin: 20px 0;
}

.template-customers-account .account-manager__top-nav,
.template-customers-order .account-manager__top-nav,
.template-customers-addresses .account-manager__top-nav {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(var(--text-color-rgb), 0.08);
  border-radius: var(--border-radius);
  background: linear-gradient(180deg, rgba(var(--text-color-rgb), 0.015), transparent 70%), var(--secondary-background);
  box-shadow: 0 10px 26px rgba(var(--text-color-rgb), 0.04);
}

.template-customers-account .account-manager__tab-list,
.template-customers-order .account-manager__tab-list,
.template-customers-addresses .account-manager__tab-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  width: 100%;
}

.template-customers-account .account-manager__tab,
.template-customers-order .account-manager__tab,
.template-customers-addresses .account-manager__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .12s ease;
}

.template-customers-account .account-manager__tab:hover,
.template-customers-order .account-manager__tab:hover,
.template-customers-addresses .account-manager__tab:hover {
  color: var(--heading-color);
  background: rgba(var(--primary-button-background-rgb), 0.05);
  border-color: rgba(var(--primary-button-background-rgb), 0.12);
}

.template-customers-account .account-manager__tab:focus-visible,
.template-customers-order .account-manager__tab:focus-visible,
.template-customers-addresses .account-manager__tab:focus-visible {
  outline: none;
  color: var(--heading-color);
  border-color: rgba(var(--primary-button-background-rgb), 0.24);
  box-shadow: 0 0 0 4px rgba(var(--primary-button-background-rgb), 0.14);
}

.template-customers-account .account-manager__tab:active,
.template-customers-order .account-manager__tab:active,
.template-customers-addresses .account-manager__tab:active {
  transform: scale(var(--interaction-press-scale));
}

.template-customers-account .account-manager__tab.is-active,
.template-customers-order .account-manager__tab.is-active,
.template-customers-addresses .account-manager__tab.is-active {
  color: var(--primary-button-background);
  background: rgba(var(--primary-button-background-rgb), 0.09);
  border-color: rgba(var(--primary-button-background-rgb), 0.16);
}

.template-customers-account .account-manager__tab--utility,
.template-customers-order .account-manager__tab--utility,
.template-customers-addresses .account-manager__tab--utility {
  margin-left: auto;
}

.template-customers-account .account-manager__mobile-trigger,
.template-customers-order .account-manager__mobile-trigger,
.template-customers-addresses .account-manager__mobile-trigger {
  min-height: auto;
  padding: 11px 16px;
}

.template-customers-account .account-manager__mobile-nav,
.template-customers-order .account-manager__mobile-nav,
.template-customers-addresses .account-manager__mobile-nav {
  padding-left: var(--mobile-container-gutter);
  padding-right: var(--mobile-container-gutter);
}

.template-customers-account .account-manager__mobile-trigger-label,
.template-customers-order .account-manager__mobile-trigger-label,
.template-customers-addresses .account-manager__mobile-trigger-label {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.2;
}

.template-customers-account .account-manager__mobile-sheet,
.template-customers-order .account-manager__mobile-sheet,
.template-customers-addresses .account-manager__mobile-sheet {
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: auto;
  padding-bottom: 10px;
  background: var(--secondary-background);
  border: 1px solid rgba(var(--text-color-rgb), 0.08);
  border-radius: calc(var(--border-radius) + 10px);
  box-shadow: 0 24px 60px rgba(var(--text-color-rgb), 0.18);
  overflow: hidden;
}

.template-customers-account .account-manager__mobile-sheet .value-picker__header,
.template-customers-order .account-manager__mobile-sheet .value-picker__header,
.template-customers-addresses .account-manager__mobile-sheet .value-picker__header {
  padding: 18px 18px 14px;
}

.template-customers-account .account-manager__mobile-sheet .value-picker__choice-list,
.template-customers-order .account-manager__mobile-sheet .value-picker__choice-list,
.template-customers-addresses .account-manager__mobile-sheet .value-picker__choice-list {
  padding: 10px 12px 8px;
}

.template-customers-account .account-manager__mobile-sheet .value-picker__choice-item,
.template-customers-order .account-manager__mobile-sheet .value-picker__choice-item,
.template-customers-addresses .account-manager__mobile-sheet .value-picker__choice-item {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 14px 48px 14px 14px;
  border: 1px solid transparent;
  border-radius: calc(var(--border-radius) + 2px);
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  font-weight: 600;
}

.template-customers-account .account-manager__mobile-sheet .value-picker__choice-item + .value-picker__choice-item,
.template-customers-order .account-manager__mobile-sheet .value-picker__choice-item + .value-picker__choice-item,
.template-customers-addresses .account-manager__mobile-sheet .value-picker__choice-item + .value-picker__choice-item {
  margin-top: 4px;
}

.template-customers-account .account-manager__mobile-sheet .value-picker__choice-item.is-selected,
.template-customers-order .account-manager__mobile-sheet .value-picker__choice-item.is-selected,
.template-customers-addresses .account-manager__mobile-sheet .value-picker__choice-item.is-selected {
  color: var(--primary-button-background);
  border-color: rgba(var(--primary-button-background-rgb), 0.16);
  background: rgba(var(--primary-button-background-rgb), 0.08);
}

.template-customers-account .account-manager__mobile-sheet .value-picker__choice-item svg,
.template-customers-order .account-manager__mobile-sheet .value-picker__choice-item svg,
.template-customers-addresses .account-manager__mobile-sheet .value-picker__choice-item svg {
  top: 50%;
  right: 16px;
  color: currentColor;
  transform: translateY(-50%) scale(0);
}

.template-customers-account .account-manager__mobile-sheet .value-picker__choice-item.is-selected svg,
.template-customers-order .account-manager__mobile-sheet .value-picker__choice-item.is-selected svg,
.template-customers-addresses .account-manager__mobile-sheet .value-picker__choice-item.is-selected svg {
  transform: translateY(-50%) scale(1);
}

.template-customers-account .account-dashboard__hero .card__section,
.template-customers-account .account-support-card .card__section,
.template-customers-account .account-restricted .card__section,
.template-customers-order .account-restricted .card__section,
.template-customers-addresses .account-restricted .card__section {
  padding: 24px;
}

.template-customers-account .account-dashboard__hero-grid {
  display: grid;
  gap: 20px;
}

.template-customers-addresses .account-addresses {
  display: grid;
  gap: var(--account-manager-gap);
}

.template-customers-addresses .account-addresses__list-state {
  display: grid;
  gap: var(--account-manager-gap);
}

.template-customers-addresses .account-address-editor-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-button-background), rgba(var(--primary-button-background-rgb), 0.5));
}

.template-customers-addresses .account-addresses__editor-state {
  display: grid;
  gap: var(--account-manager-gap);
}

.template-customers-addresses .account-address-editor-panel .card__section {
  position: relative;
  padding: 28px 24px 24px 28px;
}

.template-customers-addresses .account-address-editor-panel__header {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.template-customers-addresses .account-address-editor-panel__back {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: var(--text-font-bolder-weight);
  cursor: pointer;
}

.template-customers-addresses .account-address-editor-panel__back::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.template-customers-addresses .account-address-editor-panel__intro {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.template-customers-addresses .account-address-editor-panel__copy {
  margin-bottom: 0;
  color: var(--account-manager-muted-color);
  max-width: 60ch;
}

.template-customers-addresses .account-address-editor-panel__form {
  display: grid;
  gap: 14px;
}

.template-customers-addresses .account-address-editor-panel__form .alert {
  margin-bottom: 6px;
}

.template-customers-addresses .account-address-editor-panel__footer {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
}

.template-customers-account .account-dashboard__intro,
.template-customers-account .account-manager__page-header-description,
.template-customers-order .account-manager__page-header-description,
.template-customers-addresses .account-manager__page-header-description,
.template-customers-account .account-dashboard__section-copy,
.template-customers-account .account-support-card__copy,
.template-customers-account .account-restricted__copy,
.template-customers-order .account-restricted__copy,
.template-customers-addresses .account-restricted__copy {
  margin-bottom: 0;
  color: var(--account-manager-muted-color);
  max-width: 60ch;
}

.template-customers-account .account-manager__page-header,
.template-customers-order .account-manager__page-header,
.template-customers-addresses .account-manager__page-header {
  display: grid;
  gap: 12px;
}

.template-customers-account .account-manager__page-header-copy,
.template-customers-order .account-manager__page-header-copy,
.template-customers-addresses .account-manager__page-header-copy {
  display: grid;
  gap: 4px;
}

.template-customers-account .account-manager__page-header-heading-row,
.template-customers-order .account-manager__page-header-heading-row,
.template-customers-addresses .account-manager__page-header-heading-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.template-customers-account .account-manager__page-title,
.template-customers-order .account-manager__page-title,
.template-customers-addresses .account-manager__page-title {
  margin-bottom: 0;
}

.template-customers-account .account-manager__page-header-meta,
.template-customers-order .account-manager__page-header-meta,
.template-customers-addresses .account-manager__page-header-meta {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(var(--primary-button-background-rgb), 0.14);
  border-radius: 999px;
  background: rgba(var(--primary-button-background-rgb), 0.08);
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1;
}

.template-customers-account .account-manager__page-header-actions,
.template-customers-order .account-manager__page-header-actions,
.template-customers-addresses .account-manager__page-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.template-customers-addresses .account-manager__page-header-actions {
  align-self: start;
}

.template-customers-addresses .account-manager__page-header--with-actions {
  gap: 20px;
}

.template-customers-account .account-orders .card__section + .card__section::before {
  background: rgba(var(--border-color-rgb), 0.72);
}

.template-customers-account .account-orders .card__section + .card__section {
  padding-top: 24px;
}

.template-customers-account .account-dashboard__stats {
  display: grid;
  gap: 12px;
}

.template-customers-account .account-dashboard__stat {
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  box-shadow: var(--account-manager-soft-shadow);
  padding: 16px;
}

.template-customers-account .account-dashboard__stat-label {
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  display: block;
}

.template-customers-account .account-dashboard__stat-value {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.15;
  margin-top: 8px;
  display: block;
}

.template-customers-account .account-dashboard__stat-meta {
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  margin-top: 6px;
  display: block;
}

.template-customers-account .account-dashboard__actions,
.template-customers-addresses .account-dashboard__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.template-customers-account .account-dashboard__actions {
  margin-top: 20px;
}

.template-customers-account .account-support-card__channels {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.template-customers-account .account-support-card__secondary-grid {
  display: grid;
  gap: 12px;
}

.template-customers-account .account-support-channel {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: calc(var(--border-radius) + 2px);
  box-shadow: var(--account-manager-soft-shadow);
  color: inherit;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

.template-customers-account .account-support-channel:hover {
  border-color: rgba(var(--primary-button-background-rgb), 0.2);
  box-shadow: 0 14px 34px rgba(var(--text-color-rgb), 0.08);
  transform: translateY(-1px);
}

.template-customers-account .account-support-channel:focus-visible {
  outline: none;
  border-color: rgba(var(--primary-button-background-rgb), 0.28);
  box-shadow: 0 0 0 4px rgba(var(--primary-button-background-rgb), 0.14);
}

.template-customers-account .account-support-channel:active {
  transform: scale(var(--interaction-press-scale));
}

.template-customers-account .account-support-channel--primary {
  background: linear-gradient(135deg, rgba(var(--primary-button-background-rgb), 0.08), rgba(var(--primary-button-background-rgb), 0.02) 55%, var(--secondary-background));
  border-color: rgba(var(--primary-button-background-rgb), 0.18);
}

.template-customers-account .account-support-channel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.template-customers-account .account-support-channel__header-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.template-customers-account .account-support-channel__title {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.15;
}

.template-customers-account .account-support-channel__subtitle,
.template-customers-account .account-support-channel__body {
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  line-height: 1.45;
}

.template-customers-account .account-support-channel__cta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(var(--primary-button-background-rgb), 0.08);
  color: var(--primary-button-background);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  white-space: nowrap;
}

.template-customers-account .account-support-channel__meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.template-customers-account .account-support-channel__meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(var(--primary-button-background-rgb), 0.12);
  border-radius: 999px;
  background: rgba(var(--primary-button-background-rgb), 0.05);
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: 600;
  line-height: 1.2;
}

.template-customers-account .account-support-channel__contact {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.3;
  word-break: break-word;
}

.template-customers-order .account-order-detail__navigation {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.template-customers-order .account-order-detail__navigation {
  margin-bottom: 18px;
}

.template-customers-order .account-order-detail__back-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(var(--text-color-rgb), 0.14);
  border-radius: 999px;
  background: rgba(var(--text-color-rgb), 0.04);
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

.template-customers-order .account-order-detail__back-link svg {
  width: 7px;
  height: 11px;
  margin-right: 10px;
}

.template-customers-order .account-order-detail__back-link:hover {
  background: rgba(var(--primary-button-background-rgb), 0.06);
  border-color: rgba(var(--primary-button-background-rgb), 0.16);
  color: var(--heading-color);
}

.template-customers-order .account-order-detail__back-link:focus-visible {
  outline: none;
  border-color: rgba(var(--primary-button-background-rgb), 0.28);
  box-shadow: 0 0 0 4px rgba(var(--primary-button-background-rgb), 0.14);
}

.template-customers-order .account-order-detail__back-link:active {
  transform: scale(var(--interaction-press-scale));
}

.template-customers-account .account-order-toolbar {
  display: grid;
  gap: 20px;
}

.template-customers-account .account-orders .card__section--tight,
.template-customers-addresses .account-addresses .card__section--tight,
.template-customers-account .account-support-directory-page .card__section--tight {
  display: grid;
  gap: 20px;
}

.template-customers-account .account-order-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.template-customers-account .account-order-sort {
  display: grid;
  gap: 6px;
  max-width: 260px;
}

.template-customers-account .account-order-sort__label {
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: 600;
  margin: 0;
}

.template-customers-account .account-order-sort .select-wrapper,
.template-customers-account .account-order-sort__select {
  width: 100%;
}

.template-customers-account .account-order-sort .select-wrapper--primary select {
  height: 36px;
  min-height: 36px;
  padding: 0 34px 0 12px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.template-customers-account .account-order-sort .select-wrapper--primary svg {
  width: 11px;
  height: 11px;
  top: calc(50% - 5.5px);
  right: 12px;
}

.template-customers-account .account-order-filter {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  background: var(--secondary-background);
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: var(--text-font-bolder-weight);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

.template-customers-account .account-order-filter:hover {
  background: rgba(var(--primary-button-background-rgb), 0.05);
  border-color: rgba(var(--primary-button-background-rgb), 0.18);
}

.template-customers-account .account-order-filter:focus-visible {
  outline: none;
  border-color: rgba(var(--primary-button-background-rgb), 0.3);
  box-shadow: 0 0 0 4px rgba(var(--primary-button-background-rgb), 0.14);
}

.template-customers-account .account-order-filter:active {
  transform: scale(var(--interaction-press-scale));
}

.template-customers-account .account-order-filter.is-active {
  background: rgba(var(--primary-button-background-rgb), 0.08);
  border-color: rgba(var(--primary-button-background-rgb), 0.22);
  color: var(--primary-button-background);
}

.template-customers-account .account-order-list,
.template-customers-account .account-order-list--recent {
  display: grid;
  gap: 20px;
}

.template-customers-account .account-order-card {
  background: var(--secondary-background);
  border: 1px solid rgba(var(--border-color-rgb), 0.6);
  border-radius: calc(var(--border-radius) + 2px);
  box-shadow: var(--account-manager-soft-shadow);
  padding: 18px;
}

.template-customers-account .account-order-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.template-customers-account .account-order-card__title {
  margin-bottom: 0;
}

.template-customers-account .account-order-card__title a {
  color: var(--primary-button-background);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.template-customers-account .account-order-card__title a:hover {
  color: rgba(var(--primary-button-background-rgb), 0.82);
  text-decoration-color: rgba(var(--primary-button-background-rgb), 0.82);
}

.template-customers-account .account-order-card__title a:focus-visible {
  outline: none;
  color: rgba(var(--primary-button-background-rgb), 0.82);
  text-decoration-color: rgba(var(--primary-button-background-rgb), 0.82);
}

.template-customers-account .account-order-card__total {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 18px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.1;
  text-align: right;
}

.template-customers-account .account-order-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  margin-top: 12px;
}

.template-customers-account .account-order-card__status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.template-customers-account .account-order-card__status-pill {
  background: rgba(var(--primary-button-background-rgb), 0.06);
  border-color: rgba(var(--primary-button-background-rgb), 0.14);
  color: var(--heading-color);
}

.template-customers-account .account-order-card__action-group {
  margin-top: 16px;
}

.template-customers-account .account-order-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.template-customers-account .account-order-card__actions .button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  box-sizing: border-box;
}

.template-customers-order .account-order-detail__header-actions {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.template-customers-order .account-order-detail__header-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
  box-sizing: border-box;
}

.template-customers-order .account-order-detail__date {
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  margin: 0;
}

.template-customers-account .account-order-card__feedback,
.template-customers-order .account-order-detail__feedback,
.template-customers-account .account-manager__alerts {
  margin-top: 12px;
}

/* [SOFTIFY-INVOICE-TEST:START] */
.template-customers-account .softify-invoice-test-slot,
.template-customers-order .softify-invoice-test-slot {
  min-width: 0;
}

.template-customers-account .account-order-card__actions .softify-invoice-test-slot {
  width: 100%;
}

.template-customers-account .softify-invoice-test-slot:empty,
.template-customers-order .softify-invoice-test-slot:empty {
  display: none;
}

.template-customers-account .account-order-card__actions .softify-invoice-test-slot a,
.template-customers-account .account-order-card__actions .softify-invoice-test-slot button,
.template-customers-account .account-order-card__actions .softify-invoice-test-slot [role="button"] {
  width: 100%;
}
/* [SOFTIFY-INVOICE-TEST:END] */

.template-customers-account .account-order-list__empty {
  color: var(--account-manager-muted-color);
  margin: 0;
}

.template-customers-account .account-support-card,
.template-customers-account .account-restricted,
.template-customers-order .account-restricted,
.template-customers-addresses .account-restricted {
  position: relative;
  overflow: hidden;
}

.template-customers-account .account-support-card::before,
.template-customers-account .account-restricted::before,
.template-customers-order .account-restricted::before,
.template-customers-addresses .account-restricted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-button-background), rgba(var(--primary-button-background-rgb), 0.5));
}

.template-customers-order .account-order-detail__navigation .card__navigation-breadcrumb,
.template-customers-account .account-dashboard__section-header .heading,
.template-customers-account .account-support-card .heading,
.template-customers-account .account-restricted .heading {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .template-customers-account .account-dashboard .card {
    margin-bottom: 30px;
  }

  .template-customers-account .account-manager__nav-zone,
  .template-customers-order .account-manager__nav-zone,
  .template-customers-addresses .account-manager__nav-zone {
    margin: 20px 0;
  }

  .template-customers-account .account-manager__top-nav,
  .template-customers-order .account-manager__top-nav,
  .template-customers-addresses .account-manager__top-nav {
    padding: 10px 14px;
  }

  .template-customers-account .account-order-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .template-customers-addresses .account-order-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .template-customers-account .account-dashboard__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-customers-account .account-manager__page-header--with-actions,
  .template-customers-order .account-manager__page-header--with-actions,
  .template-customers-addresses .account-manager__page-header--with-actions {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .template-customers-account .account-dashboard__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-customers-account .account-order-list--recent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-customers-account .account-support-card__secondary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1000px) {
  .template-customers-account .account-manager__nav-zone,
  .template-customers-order .account-manager__nav-zone,
  .template-customers-addresses .account-manager__nav-zone {
    margin: 20px 0;
  }

  .template-customers-account .account-manager__top-nav,
  .template-customers-order .account-manager__top-nav,
  .template-customers-addresses .account-manager__top-nav {
    gap: 20px;
  }

  .template-customers-account .account-manager__tab,
  .template-customers-order .account-manager__tab,
  .template-customers-addresses .account-manager__tab {
    border-radius: var(--border-radius);
  }

  .template-customers-account .account-dashboard__hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: start;
  }

  .template-customers-account .account-order-list--recent {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.template-customers-account .account-dashboard {
  display: block;
}

.template-customers-account .account-dashboard__top-grid {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.template-customers-account .account-dashboard__top-grid > * {
  min-width: 0;
}

.template-customers-account .account-dashboard__primary-column {
  display: grid;
  gap: 20px;
  min-width: 0;
  width: 100%;
  order: 2;
}

.template-customers-account .account-support-card--dashboard {
  order: 1;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.template-customers-account .account-dashboard .card {
  margin-bottom: 24px;
}

.template-customers-account .account-dashboard__performance .card__section,
.template-customers-account .account-support-card--dashboard .card__section,
.template-customers-account .account-dashboard__activity .card__section {
  padding: 24px;
  display: grid;
  gap: 20px;
}

.template-customers-account .account-dashboard__section-header,
.template-customers-account .account-dashboard__section-header-copy {
  display: grid;
  gap: 4px;
}

.template-customers-account .account-dashboard__section-header > .button {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .template-customers-account .account-dashboard__section-header {
    gap: 20px;
  }

  .template-customers-addresses .account-manager__page-header-actions .button,
  .template-customers-addresses .empty-state__button {
    width: 100%;
  }
}

.template-customers-account .account-dashboard__performance .account-dashboard__section-header {
  align-items: start;
  margin-bottom: 0;
}

.template-customers-account .account-support-card--dashboard .account-dashboard__section-header {
  align-items: start;
  margin-bottom: 0;
}

.template-customers-order .order-summary.card > .card__section.card__section--tight {
  padding-bottom: 0;
}

.template-customers-account .account-dashboard__section-title {
  margin-bottom: 0;
}

.template-customers-account .account-dashboard__section-copy {
  margin-bottom: 0;
  color: var(--account-manager-muted-color);
  max-width: 50ch;
}

.template-customers-account .account-dashboard__range-control {
  width: 100%;
  margin: 0;
}

.template-customers-account .account-dashboard__range-control .select-wrapper {
  max-width: 220px;
}

.template-customers-account .account-dashboard__range-select {
  width: 100%;
  min-height: 36px;
  height: 36px;
  padding: 0 34px 0 12px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.template-customers-account .account-dashboard__range-panel {
  display: grid;
  gap: 20px;
}

.template-customers-account .account-dashboard__range-panel--support-channels {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  width: 100%;
  min-width: 0;
  justify-items: stretch;
  box-sizing: border-box;
}

.template-customers-account .account-dashboard__range-panel--support-channels .account-support-card__channels {
  margin-top: 0;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.template-customers-account .account-dashboard__stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.template-customers-account .account-dashboard__stats-grid > .account-dashboard__stat {
  flex: 1 1 180px;
}

.template-customers-account .account-support-card--dashboard .account-support-card__channels {
  display: grid;
  gap: 10px;
  margin-top: 0;
  grid-template-columns: minmax(0, 1fr);
}

.template-customers-account .account-support-card--dashboard {
  overflow: visible;
}

.template-customers-account .account-support-card--dashboard::before {
  display: none;
}

.template-customers-account .account-support-card--dashboard .account-support-channel {
  gap: 8px;
  min-height: 0;
  padding: 16px;
}

.template-customers-account .account-support-card--dashboard .account-support-channel__header {
  align-items: center;
  gap: 8px;
}

.template-customers-account .account-support-card--dashboard .account-support-channel__header-copy {
  gap: 2px;
}

.template-customers-account .account-support-card--dashboard .account-support-channel__subtitle {
  color: var(--account-manager-muted-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  line-height: 1.35;
}

.template-customers-account .account-support-card--dashboard .account-support-channel__cta {
  min-height: 24px;
  padding: 0 8px;
}

.template-customers-account .account-support-card--dashboard .account-support-channel__contact {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.template-customers-account .account-dashboard__activity .account-dashboard__section-header {
  margin-bottom: 0;
}

.template-customers-account .account-dashboard__activity .account-dashboard__section-header > .button.button--small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  box-sizing: border-box;
}

.template-customers-account .account-dashboard__activity .account-order-card__meta {
  margin-top: 10px;
}

.template-customers-account .account-dashboard__activity .account-order-card__status-list {
  margin-top: 12px;
}

.template-customers-account .account-dashboard__activity .account-order-card__action-group {
  margin-top: 14px;
}

.template-customers-account .account-dashboard__empty-state {
  display: grid;
  gap: 8px;
  padding: 4px 0;
}

.template-customers-account .account-dashboard__empty-title,
.template-customers-account .account-dashboard__empty-copy {
  margin-bottom: 0;
}

.template-customers-account .account-dashboard__empty-title {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  font-weight: var(--text-font-bolder-weight);
}

.template-customers-account .account-dashboard__empty-copy {
  color: var(--account-manager-muted-color);
  max-width: 48ch;
}

.template-customers-account .account-dashboard__empty-link {
  font-weight: var(--text-font-bolder-weight);
}

.template-customers-account .account-dashboard__activity .account-order-list--recent {
  grid-template-columns: minmax(0, 1fr);
}

@media screen and (max-width: 999px) {
  .template-customers-account .account-dashboard__top-grid,
  .template-customers-account .account-dashboard__primary-column {
    gap: 0;
  }

  .template-customers-account .account-dashboard__activity .account-order-card__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .template-customers-account .account-dashboard__primary-column {
    order: 1;
  }

  .template-customers-account .account-support-card--dashboard {
    order: 2;
  }

  .template-customers-account .account-dashboard .card {
    margin-bottom: 0;
  }

  .template-customers-account .account-dashboard__top-grid > .account-support-card--dashboard {
    margin-top: -1px;
    margin-bottom: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .template-customers-account .account-dashboard__primary-column > .card:first-child {
    margin-top: 0;
  }

  .template-customers-account .account-dashboard__primary-column > .card + .card {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .template-customers-account .account-dashboard__primary-column > .card:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .template-customers-account .account-dashboard__primary-column > .card:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 641px) {
  .template-customers-account .account-dashboard__section-header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .template-customers-account .account-support-card--dashboard .account-dashboard__section-header {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .template-customers-account .account-dashboard__performance .account-dashboard__section-header {
    align-items: start;
  }

  .template-customers-account .account-dashboard__activity .account-dashboard__section-header {
    align-items: start;
  }

  .template-customers-account .account-dashboard__section-header > .button {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .template-customers-account .account-dashboard__range-control {
    width: auto;
    margin: 0;
  }

  .template-customers-account .account-dashboard__activity .account-order-list--recent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1000px) {
  .template-customers-account .account-dashboard__top-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 3.35fr) minmax(240px, 1.15fr);
    align-items: start;
  }

  .template-customers-account .account-dashboard__primary-column {
    gap: 0;
    order: 1;
  }

  .template-customers-account .account-support-card--dashboard {
    order: 2;
  }

  .template-customers-account .account-support-card--dashboard .account-support-card__channels {
    grid-template-columns: minmax(0, 1fr);
  }

  .template-customers-account .account-dashboard__stats-grid > .account-dashboard__stat {
    flex-basis: 0;
  }

  .template-customers-account .account-dashboard__activity .account-order-list--recent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* [WHOLESALE-ACCOUNT-MANAGER:END] */

select::-ms-expand {
  display: none;
}

.select-wrapper {
  color: currentColor;
  line-height: inherit;
  vertical-align: middle;
  position: relative;
}

.select-wrapper svg {
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
  position: absolute;
}

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
}

.select-wrapper select:focus::-ms-value {
  color: var(--text-color);
  background: none;
}

.select-wrapper option {
  color: var(--heading-color);
  background: var(--secondary-background);
}

.select-wrapper--transparent select {
  font-size: inherit;
  background: none;
  border: none;
  padding-right: 22px;
}

.select-wrapper--transparent svg {
  width: 12px;
  height: 8px;
  top: calc(50% - 4px);
  right: 4px;
}

.select-wrapper--primary {
  color: var(--form-control-text-color);
  background: transparent;
  min-width: 0;
  position: relative;
}

.select-wrapper--primary select,
.select-button {
  border: 1px solid var(--form-control-border-color);
  box-shadow: var(--form-control-rest-shadow);
  background: var(--form-control-background);
  border-radius: var(--form-control-radius);
  width: 100%;
  height: var(--form-control-height);
  padding: 0 36px 0 12px;
  font-size: max(1rem, 16px);
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out;
}

.select-wrapper--primary select {
  color: inherit;
}

.select-wrapper--primary select:focus,
.select-wrapper--primary select:focus-visible,
.select-button:focus,
.select-button:focus-visible,
.select-wrapper--primary select:active,
.select-button:active {
  border-color: var(--form-control-focus-color);
  box-shadow: var(--form-control-focus-shadow);
  outline: none;
}

.select-wrapper--primary select:valid {
  color: var(--form-control-text-color);
}

.select-wrapper--primary svg,
.select-button svg {
  opacity: .68;
}

.select-wrapper--primary svg {
  width: 12px;
  height: 14px;
  top: calc(50% - 7px);
  right: 16px;
}

.select-wrapper--primary.select-wrapper--small select {
  height: 44px;
  padding-bottom: 1px;
  padding-left: 12px;
}

.form__input-wrapper--labelled .select-wrapper--primary.is-filled select {
  padding-top: 16px;
}

.select-button {
  color: var(--form-control-text-color);
  line-height: inherit;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

.select-button svg {
  pointer-events: none;
  vertical-align: baseline;
  fill: currentColor;
  width: 12px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 16px;
}

.select-button--mini {
  min-height: 32px;
  height: 32px;
  padding: 0 44px 0 10px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.select-button--mini svg {
  right: 11px;
}

@media screen and (any-hover: hover) {
  .form__field:hover:not([disabled]):not(.form__field--borderless):not([aria-invalid]):not(:focus):not(:focus-visible),
  .select-wrapper--primary select:hover:not([disabled]):not(:focus):not(:focus-visible),
  .select-button:hover:not([disabled]):not(:focus):not(:focus-visible),
  .input-prefix:hover:not(:focus-within),
  .checkbox:hover:not([disabled]):not(:focus):not(:focus-visible),
  .switch-checkbox:hover:not([disabled]):not(:focus):not(:focus-visible) {
    border-color: var(--form-control-hover-border-color);
    box-shadow: var(--form-control-hover-shadow);
  }

  .range:hover:not(:focus):not(:focus-visible)::-webkit-slider-thumb {
    box-shadow: 0 0 0 2px var(--secondary-background), 0 0 0 3px rgba(var(--primary-button-background-rgb), 0.22), var(--form-control-range-thumb-shadow);
  }

  .range:hover:not(:focus):not(:focus-visible)::-moz-range-thumb {
    box-shadow: 0 0 0 2px var(--secondary-background), 0 0 0 3px rgba(var(--primary-button-background-rgb), 0.22), var(--form-control-range-thumb-shadow);
  }
}

select option {
  background: var(--secondary-background);
  color: var(--heading-color);
}

.checkbox-wrapper {
  vertical-align: middle;
  margin: 8px 0;
  display: inline-block;
  position: relative;
}

.checkbox-wrapper svg {
  color: var(--secondary-background);
  width: 12px;
  height: 12px;
  transition: transform .2s ease-in-out;
  position: absolute;
  top: calc(50% - 6px);
  left: 2px;
  transform: scale(0);
}

.checkbox-wrapper ~ label {
  vertical-align: middle;
  cursor: pointer;
}

.checkbox {
  border: 1px solid var(--form-control-border-color);
  background: var(--secondary-background);
  box-shadow: var(--form-control-rest-shadow);
  -webkit-appearance: none;
  border-radius: calc(var(--form-control-radius) - 2px);
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background .2s ease-in-out, transform .15s ease-in-out;
  display: block;
}

.checkbox:focus,
.checkbox:focus-visible {
  border-color: var(--form-control-focus-color);
  box-shadow: var(--form-control-focus-shadow-layered);
  outline: none;
}

.checkbox:checked {
  background: var(--primary-button-background);
  border-color: var(--primary-button-background);
  box-shadow: var(--form-control-range-thumb-shadow);
}

.checkbox:active {
  transform: scale(var(--interaction-press-scale));
}

.checkbox:checked + svg {
  transform: scale(1);
}

.checkbox.is-selected ~ label {
  color: var(--primary-button-background);
  font-weight: var(--text-font-bolder-weight);
}

.checkbox, .checkbox ~ label {
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .checkbox-wrapper {
    margin: 12px 0;
  }
}

.input-prefix {
  border: 1px solid var(--form-control-border-color);
  background: var(--form-control-background);
  box-shadow: var(--form-control-rest-shadow);
  border-radius: var(--form-control-radius);
  justify-content: space-between;
  align-items: center;
  min-height: var(--form-control-height);
  padding: 5px 12px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
  display: flex;
}

.input-prefix__field {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  text-align: end;
  background: none;
  border: none;
  color: var(--form-control-text-color);
  width: 100%;
  min-width: 0;
  padding: 0;
}

.input-prefix__field:focus,
.input-prefix__field:focus-visible {
  outline: none;
}

.input-prefix:focus-within,
.input-prefix:active {
  border-color: var(--form-control-focus-color);
  box-shadow: var(--form-control-focus-shadow);
}

.input-prefix__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-prefix__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-prefix__field:not(:placeholder-shown) {
  color: var(--heading-color);
}

.range {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  width: 100%;
  height: 16px;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: var(--secondary-background);
  cursor: pointer;
  z-index: 1;
  box-shadow: 0 0 0 2px var(--secondary-background), var(--form-control-range-thumb-shadow);
  border: 2px solid var(--form-control-range-track-active-color);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  position: relative;
  transition: transform .15s ease-in-out, box-shadow .2s ease-in-out, border-color .2s ease-in-out;
}

.range::-webkit-slider-runnable-track {
  cursor: pointer;
  background: var(--form-control-range-track-active-color);
  border: none;
  border-radius: 999px;
  width: 100%;
  height: 4px;
}

.range::-moz-range-thumb {
  background: var(--secondary-background);
  cursor: pointer;
  box-shadow: 0 0 0 2px var(--secondary-background), var(--form-control-range-thumb-shadow);
  border: 2px solid var(--form-control-range-track-active-color);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  transition: transform .15s ease-in-out, box-shadow .2s ease-in-out, border-color .2s ease-in-out;
}

.range::-moz-range-progress {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  background-color: var(--form-control-range-track-active-color);
}

.range::-moz-range-track {
  cursor: pointer;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 4px;
  background-color: var(--form-control-range-track-color);
}

@media screen and not (any-hover: hover) {
  .range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    margin-top: -8px;
  }

  .range::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }
}

.range-group {
  background: linear-gradient(to right, var(--form-control-range-track-color) var(--range-min), var(--form-control-range-track-active-color) var(--range-min), var(--form-control-range-track-active-color) var(--range-max), var(--form-control-range-track-color) var(--range-max));
  border-radius: 999px;
  height: 4px;
}

.range-group .range {
  pointer-events: none;
  vertical-align: top;
  height: 4px;
}

.range-group .range::-webkit-slider-runnable-track {
  background: none;
}

.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-group .range::-moz-range-progress {
  background: none;
}

.range-group .range::-moz-range-track {
  background: none;
}

.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}

.range-group .range:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.range:focus,
.range:focus-visible {
  outline: none;
}

.range:focus::-webkit-slider-thumb,
.range:focus-visible::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px var(--secondary-background), 0 0 0 4px var(--form-control-focus-color), var(--form-control-range-thumb-shadow);
}

.range:focus::-moz-range-thumb,
.range:focus-visible::-moz-range-thumb {
  box-shadow: 0 0 0 2px var(--secondary-background), 0 0 0 4px var(--form-control-focus-color), var(--form-control-range-thumb-shadow);
}

.range:active::-webkit-slider-thumb {
  transform: scale(var(--interaction-press-scale));
}

.range:active::-moz-range-thumb {
  transform: scale(var(--interaction-press-scale));
}

.switch-checkbox {
  background: var(--secondary-background);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 1px solid var(--form-control-border-color);
  box-shadow: var(--form-control-rest-shadow);
  border-radius: 20px;
  width: 44px;
  height: 22px;
  transition: background .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
  position: relative;
}

.switch-checkbox:before {
  content: "";
  background: rgba(var(--text-color-rgb), 0.82);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  transition: background .2s ease-in-out, transform .15s ease-in-out, box-shadow .2s ease-in-out;
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: var(--form-control-toggle-shadow);
}

.switch-checkbox:checked {
  background: rgba(var(--primary-button-background-rgb), 0.14);
  border-color: rgba(var(--primary-button-background-rgb), 0.34);
}

.switch-checkbox:checked:before {
  background: var(--primary-button-background);
  transform: translateX(calc(100% + 8px));
}

.switch-checkbox:focus,
.switch-checkbox:focus-visible {
  border-color: var(--form-control-focus-color);
  box-shadow: var(--form-control-focus-shadow-layered);
  outline: none;
}

.switch-checkbox:active:before {
  transform: scale(var(--interaction-press-scale));
}

.switch-checkbox:checked:active:before {
  transform: translateX(calc(100% + 8px)) scale(var(--interaction-press-scale));
}

.gift-card__inner {
  padding: 30px 0;
}

.gift-card__main {
  text-align: center;
  max-width: 635px;
  padding-top: 85px;
  position: relative;
}

.gift-card__image {
  border-radius: 100%;
  width: 170px;
  height: 170px;
  margin: 0 auto -75px;
  position: relative;
  top: -105px;
  overflow: hidden;
  box-shadow: 0 2px 8px #0003;
}

.gift-card__title {
  margin-bottom: 0;
}

.gift-card__amount {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 22px));
  margin-bottom: 18px;
}

.gift-card__alert {
  margin-top: 20px;
}

.gift-card__code-container {
  max-width: 255px;
  margin: 0 auto 28px;
}

.gift-card__code {
  border: 1px solid var(--border-color);
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 6px 15px;
  display: inline-flex;
}

.gift-card__expires-on {
  color: var(--product-in-stock-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
  display: block;
}

.gift-card__expires-on:before {
  content: "";
  vertical-align: baseline;
  background: currentColor;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-right: .7em;
  display: inline-block;
}

.gift-card__share {
  padding-top: 15px;
  padding-bottom: 20px;
}

.gift-card__wallet {
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.gift-card__qr img {
  margin: 0 auto;
}

.gift-card__shop {
  min-width: 300px;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .gift-card__print {
    width: 100%;
  }

  .gift-card__qr img {
    max-width: 120px;
  }
}

@media screen and (min-width: 641px) {
  .template-gift-card .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gift-card__inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 70px 0 90px;
    display: flex;
  }

  .gift-card__main {
    flex: 1 0 auto;
  }

  .gift-card__aside {
    flex: 0 0 255px;
    margin-top: 85px;
    margin-left: 30px;
  }

  .gift-card__image {
    width: 210px;
    height: 210px;
    margin-bottom: -80px;
    top: -135px;
  }

  .gift-card__amount {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 24px));
  }

  .gift-card__code-container {
    justify-content: center;
    max-width: none;
    display: flex;
  }

  .gift-card__code {
    max-width: 250px;
    margin-bottom: 0;
    margin-right: 15px;
  }

  .gift-card__print {
    flex-basis: 150px;
  }
}

@media print {
  .gift-card__aside {
    display: none;
  }
}

.footer {
  border-top: var(--footer-border);
  background-color: var(--footer-background-color);
  color: var(--footer-body-text-color);
  padding: 10px 0 30px;
}

.footer a:hover {
  color: var(--footer-accent-color);
}

.footer__block-list {
  flex-flow: column wrap;
  display: flex;
}

.footer__title {
  text-align: left;
  color: var(--footer-heading-text-color);
  width: 100%;
  margin-bottom: .85em;
  display: block;
  position: relative;
}

.footer__title[disabled] {
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
}

.footer__linklist {
  margin-top: -8px;
  margin-bottom: -5px;
  line-height: 1.4;
}

.footer__link-item {
  padding: 5px 0;
  display: block;
}

.footer__newsletter-form {
  margin-top: 20px;
}

.footer__aside {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.footer__aside-item {
  margin-top: 34px;
}

.footer__aside-item--localization, .footer__aside-item--copyright {
  margin-top: 45px;
}

.footer__aside-title {
  margin-bottom: .8em;
}

.footer__follow-on-shop {
  margin-top: .8em;
}

.footer__localization-form {
  color: var(--text-color);
  display: flex;
}

.footer__localization-form .select-button {
  width: auto;
}

.footer__localization-form-item:not(:last-child) {
  margin-right: 10px;
}

.footer .button--primary {
  background-color: var(--footer-accent-color);
}

.footer .button--primary:hover {
  background-color: rgba(var(--footer-accent-color-rgb), .8);
}

.footer .select-button {
  background: var(--footer-background-color);
  color: var(--footer-body-text-color);
  border-color: rgba(var(--footer-body-text-color-rgb), .5);
}

@media screen and (max-width: 640px) {
  .footer__aside-item {
    margin-top: 0;
  }

  .footer__block-item {
    margin-right: calc(-1 * var(--mobile-container-gutter));
    padding-right: var(--mobile-container-gutter);
    border-bottom: 1px solid var(--border-color);
  }

  .footer__block-item--newsletter {
    border-bottom: none;
    order: 1;
  }

  .footer__title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 19px 0;
    display: flex;
  }

  .footer__collapsible-content {
    padding: 0 20px 25px 0;
  }

  .footer__block-item .rte {
    margin-top: -.425em;
  }
}

@media screen and (min-width: 641px) {
  .footer {
    border-top: none;
    padding: 0;
  }

  .footer__wrapper {
    border-top: var(--footer-border);
    padding: 50px 0;
  }

  .footer__block-list {
    flex-direction: row;
    margin: -20px -35px;
  }

  .footer__block-item {
    flex: 0 0 50%;
    padding: 20px 35px;
  }

  .footer__block-item--newsletter {
    max-width: 350px;
  }

  .footer__block-item .plus-button {
    display: none;
  }

  .footer__localization-form {
    margin-bottom: 20px;
  }

  .footer__linklist {
    margin-top: -2px;
    margin-bottom: 0;
  }

  .footer__aside {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 60px;
  }

  .footer__aside-item {
    margin-top: 0;
  }

  .footer__aside-item--localization, .footer__aside-item--copyright {
    width: 100%;
  }

  .footer__aside-item--copyright:not(:only-child) {
    margin-top: 34px;
  }
}

@media screen and (min-width: 1000px) {
  .footer__block-item {
    flex: 1 0 auto;
  }

  .footer__block-item--text {
    flex-basis: 300px;
  }

  .footer__block-item--newsletter {
    flex-basis: 350px;
  }

  .footer__block-item--links {
    max-width: 300px;
  }

  .footer__aside {
    align-items: flex-start;
  }

  .footer__aside-item--copyright {
    text-align: left;
    align-self: flex-end;
    margin-bottom: -8px;
    margin-top: 0 !important;
  }

  .footer__aside-item--localization, .footer__aside-item--copyright {
    width: auto;
  }
}

/* [FOOTER-REDESIGN:START] */
.footer--soft {
  --footer-soft-spacing: 24px;
  --footer-soft-spacing-lg: 32px;
  --footer-soft-muted-color: rgba(var(--text-color-rgb), 0.68);
  --footer-soft-body-color: rgba(var(--text-color-rgb), 0.82);
  padding: 0;
  border-top: 0;
  background: transparent;
  color: var(--text-color);
}

.footer--soft a:hover {
  color: var(--link-color);
}

.footer--soft .footer__wrapper {
  border-top: 0;
  padding: var(--footer-soft-spacing) 0;
}

.footer--soft .footer__shell {
  padding: var(--footer-soft-spacing) 0 var(--footer-soft-spacing-lg);
  border-top: 1px solid var(--border-color);
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(var(--primary-button-background-rgb), 0.08) 0%, rgba(var(--primary-button-background-rgb), 0) 42%),
    radial-gradient(100% 120% at 100% 0%, rgba(var(--primary-button-background-rgb), 0.04) 0%, rgba(var(--primary-button-background-rgb), 0) 38%),
    linear-gradient(180deg, rgba(var(--text-color-rgb), 0.018), rgba(var(--text-color-rgb), 0.006) 48%, transparent),
    var(--secondary-background);
}

.footer--soft .footer__layout,
.footer--soft .footer__intro,
.footer--soft .footer__nav,
.footer--soft .footer__newsletter-column,
.footer--soft .footer__supporting,
.footer--soft .footer__aside,
.footer--soft .footer__aside-cluster {
  display: grid;
  gap: 24px;
}

.footer--soft .footer__layout,
.footer--soft .footer__intro,
.footer--soft .footer__nav,
.footer--soft .footer__newsletter-column {
  min-width: 0;
}

.footer--soft .footer__block-item {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer--soft .footer__block-item--text,
.footer--soft .footer__block-item--links,
.footer--soft .footer__block-item--newsletter {
  max-width: none;
  flex-basis: auto;
}

.footer--soft .footer__brand-lockup {
  margin-bottom: -8px;
}

.footer--soft .footer__brand-link {
  display: inline-flex;
  align-items: center;
  color: var(--heading-color);
  text-decoration: none;
}

.footer--soft .footer__brand-image {
  width: auto;
  max-width: min(170px, 48vw);
  max-height: 34px;
  display: block;
}

.footer--soft .footer__brand-text {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px));
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.footer--soft .footer__intro-heading,
.footer--soft .footer__title {
  color: var(--heading-color);
  font-family: var(--text-font-family);
  font-weight: 600;
  letter-spacing: 0;
}

.footer--soft .footer__intro-heading {
  margin-bottom: 10px;
}

.footer--soft .footer__intro-copy .rte,
.footer--soft .footer__newsletter-text,
.footer--soft .footer__supporting .rte {
  color: var(--footer-soft-body-color);
}

.footer--soft .footer__intro-copy .rte > :first-child,
.footer--soft .footer__newsletter-text > :first-child,
.footer--soft .footer__supporting .rte > :first-child {
  margin-top: 0;
}

.footer--soft .footer__intro-copy .rte > :last-child,
.footer--soft .footer__newsletter-text > :last-child,
.footer--soft .footer__supporting .rte > :last-child {
  margin-bottom: 0;
}

.footer--soft .footer__intro-social {
  display: grid;
  gap: 14px;
  align-content: start;
}

.footer--soft .footer__newsletter-surface {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer--soft .footer__title {
  width: 100%;
  margin-bottom: 12px;
  display: block;
}

.footer--soft .footer__linklist {
  margin: 0;
}

.footer--soft .footer__link-item {
  color: rgba(var(--text-color-rgb), 0.84);
  padding: 6px 0;
  display: block;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer--soft .footer__newsletter-form {
  margin-top: 16px;
  display: grid;
  gap: 12px;
}

.footer--soft .footer__newsletter-wrapper .form__input-wrapper {
  margin-bottom: 0;
}

.footer--soft .footer__newsletter-wrapper .form__field {
  background: var(--form-control-background);
  border-color: var(--form-control-border-color);
  border-radius: var(--border-radius);
  box-shadow: var(--form-control-rest-shadow);
}

.footer--soft .footer__newsletter-wrapper .form__submit {
  min-height: 46px;
  width: 100%;
}

.footer--soft .button--primary {
  background-color: var(--primary-button-background);
  color: var(--primary-button-text-color);
}

.footer--soft .button--primary:hover {
  background-color: rgba(var(--primary-button-background-rgb), 0.9);
}

.footer--soft .footer__aside {
  margin-top: var(--footer-soft-spacing);
  padding-top: var(--footer-soft-spacing);
  border-top: 1px solid var(--border-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  justify-content: center;
  justify-items: center;
  align-items: center;
  place-items: center;
  text-align: center;
}

.footer--soft .footer__localization-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  justify-content: center;
}

.footer--soft .footer__localization-form-item:not(:last-child) {
  margin-right: 0;
}

.footer--soft .footer__localization-form .select-button {
  min-height: var(--form-control-height-small);
  background: var(--form-control-background);
  color: var(--text-color);
  border-color: var(--form-control-border-color);
  box-shadow: var(--form-control-rest-shadow);
}

.footer--soft .footer__intro-social .social-media__item-list,
.footer--soft .footer__aside-item--social .social-media__item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.footer--soft .footer__intro-social .social-media__item,
.footer--soft .footer__aside-item--social .social-media__item {
  margin: 0;
}

.footer--soft .footer__intro-social .social-media__item > a,
.footer--soft .footer__aside-item--social .social-media__item > a {
  width: 44px;
  height: 44px;
  border: 1px solid var(--interaction-surface-hover-border-color);
  border-radius: 999px;
  background: var(--secondary-background);
  box-shadow: var(--interaction-surface-rest-shadow);
  color: var(--primary-button-background);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, transform 0.12s ease-in-out;
}

.footer--soft .footer__intro-social .social-media__item svg,
.footer--soft .footer__aside-item--social .social-media__item svg {
  width: 18px;
  height: 18px;
  color: currentColor;
  opacity: 1;
}

.footer--soft .footer__intro-social .social-media__item > a:focus-visible,
.footer--soft .footer__aside-item--social .social-media__item > a:focus-visible {
  outline: none;
  background: var(--interaction-surface-hover-background);
  border-color: var(--interaction-surface-hover-border-color);
  box-shadow: var(--interaction-surface-focus-shadow-layered);
}

.footer--soft .footer__intro-social .social-media__item > a:active,
.footer--soft .footer__aside-item--social .social-media__item > a:active {
  transform: scale(0.98);
  background: var(--interaction-surface-active-background);
  border-color: var(--interaction-surface-hover-border-color);
  box-shadow: var(--interaction-surface-rest-shadow);
}

.footer--soft .footer__aside-layout {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  display: grid;
  gap: 14px;
}

.footer--soft .footer__aside-layout-inner {
  display: grid;
  gap: 14px;
  width: 100%;
  max-width: 100%;
  justify-items: center;
  text-align: center;
}

.footer--soft .footer__aside-row {
  width: fit-content;
  max-width: 100%;
  display: grid;
  gap: 10px;
  justify-items: center;
  justify-self: center;
}

.footer--soft .footer__aside-row--legal-meta {
  width: fit-content;
  max-width: 100%;
  gap: 0;
}

.footer--soft .footer__aside-legal-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  gap: 8px 18px;
}

.footer--soft .footer__aside-legal-meta-copy {
  margin: 0;
  color: var(--footer-soft-muted-color);
}

.footer--soft .footer__aside-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  gap: 8px 18px;
}

.footer--soft .footer__aside-legal-link {
  color: var(--footer-soft-body-color);
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .footer--soft .footer__aside-row--legal-meta {
    width: 100%;
    gap: 8px;
  }

  .footer--soft .footer__aside-legal-meta {
    display: grid;
    gap: 8px;
    justify-items: center;
  }

  .footer--soft .footer__aside-legal-links {
    display: flex;
    gap: 6px 14px;
  }
}

.footer--soft .footer__aside-row--localization .footer__aside-item,
.footer--soft .footer__aside-row--payment .footer__aside-item {
  margin: 0;
}

.footer--soft .footer__aside-row--payment,
.footer--soft .footer__aside-row--localization {
  width: fit-content;
  max-width: 100%;
}

.footer--soft .footer__aside-payment-band {
  width: fit-content;
  max-width: 100%;
  display: grid;
  justify-items: center;
  margin-inline: auto;
  padding: 12px 16px;
  border: 1px solid var(--border-color);
  border-radius: 999px;
  background: rgba(var(--secondary-background-rgb), 0.78);
  box-shadow: var(--interaction-surface-rest-shadow);
}

.footer--soft .payment-list,
.footer--soft .footer__payment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.footer--soft .payment-list__item,
.footer--soft .footer__payment-list-item {
  width: 34px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
}

@media screen and (any-hover: hover) {
  .footer--soft .footer__link-item:hover {
    color: var(--heading-color);
  }

  .footer--soft .footer__intro-social .social-media__item > a:hover,
  .footer--soft .footer__aside-item--social .social-media__item > a:hover {
    background: var(--interaction-surface-hover-background);
    border-color: var(--interaction-surface-hover-border-color);
    box-shadow: var(--interaction-surface-hover-shadow);
  }

  .footer--soft .footer__intro-social .social-media__item:hover svg,
  .footer--soft .footer__aside-item--social .social-media__item:hover svg {
    color: var(--primary-button-background);
  }
}

.footer--soft .footer__intro-social .social-media__item svg,
.footer--soft .footer__aside-item--social .social-media__item svg,
.footer--soft .footer__intro-social .social-media__item--instagram svg,
.footer--soft .footer__intro-social .social-media__item--facebook svg,
.footer--soft .footer__aside-item--social .social-media__item--instagram svg,
.footer--soft .footer__aside-item--social .social-media__item--facebook svg {
  color: var(--primary-button-background) !important;
}

@media screen and (max-width: 640px) {
  .footer--soft .footer__shell {
    padding: 16px 0 24px;
  }

  .footer--soft .footer__wrapper {
    padding: 24px 0;
  }

  .footer--soft .footer__layout,
  .footer--soft .footer__intro,
  .footer--soft .footer__nav,
  .footer--soft .footer__newsletter-column,
  .footer--soft .footer__supporting,
  .footer--soft .footer__aside,
  .footer--soft .footer__aside-cluster {
    gap: 18px;
  }

  .footer--soft .footer__brand-lockup {
    margin-bottom: 0;
  }

  .footer--soft .footer__nav,
  .footer--soft .footer__supporting {
    gap: 0;
  }

  .footer--soft .footer__nav .footer__block-item,
  .footer--soft .footer__supporting .footer__block-item {
    border-top: 1px solid var(--border-color);
  }

  .footer--soft .footer__newsletter-column {
    margin-top: -18px;
    border-top: 1px solid var(--border-color);
  }

  .footer--soft .footer__newsletter-form {
    gap: 0;
  }

  .footer--soft .footer__title {
    margin-bottom: 0;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer--soft .footer__block-item .plus-button {
    color: rgba(var(--text-color-rgb), 0.72);
  }

  .footer--soft .footer__collapsible-content {
    padding: 0 0 16px;
  }

  .footer--soft .footer__newsletter-surface {
    padding: 0;
  }
}

@media screen and (min-width: 641px) {
  .footer--soft .footer__aside-legal-meta {
    gap: 8px 16px;
  }

  .footer--soft .footer__shell {
    padding: var(--footer-soft-spacing) 0 var(--footer-soft-spacing-lg);
  }

  .footer--soft .footer__wrapper {
    padding: var(--footer-soft-spacing-lg) 0 var(--footer-soft-spacing);
  }

  .footer--soft .footer__collapsible {
    height: auto;
    overflow: visible;
  }

  .footer--soft .footer__newsletter-form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .footer--soft .footer__newsletter-wrapper .form__submit {
    width: auto;
    min-width: 148px;
  }

  .footer--soft .footer__aside {
    margin-top: var(--footer-soft-spacing-lg);
    justify-content: center;
    align-items: center;
  }

  .footer--soft .footer__layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .footer--soft .footer__nav {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .footer--soft .footer__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .footer--soft .footer__intro {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
  }

  .footer--soft .footer__nav {
    grid-column: 2;
    grid-row: 1;
  }

  .footer--soft .footer__newsletter-column {
    grid-column: 2;
    grid-row: 2;
  }
}

@media screen and (min-width: 1000px) {
  .footer--soft .footer__shell {
    padding: var(--footer-soft-spacing-lg) 0 40px;
  }

  .footer--soft .footer__wrapper {
    padding: 40px 0 var(--footer-soft-spacing-lg);
  }

  .footer--soft .footer__layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
  }
}
/* [FOOTER-REDESIGN:END] */

#shopify-section-header:after {
  content: "";
  clear: both;
  display: table;
}

.header {
  background: var(--header-background);
  color: var(--header-text-color);
  padding: 13px 0;
  transition: margin-bottom .25s ease-in-out;
  position: relative;
}

.header__inner {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  gap: 24px;
}

.header__inner--centered {
  justify-content: center;
}

.header__logo-link {
  display: block;
}

.header__logo {
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
}

.header__logo-image {
  vertical-align: middle;
  max-height: 130px;
  display: block;
}

.header__mobile-nav {
  display: inline-block;
}

.header__desktop-nav {
  margin-right: 22px;
  position: relative;
}

.header__mobile-nav-toggle {
  top: -1px;
}

.header__desktop-nav-toggle {
  border: 1px solid var(--header-border-color);
  font-weight: var(--text-font-bolder-weight);
  border-radius: 3px;
  height: 44px;
  padding: 0 15px;
}

.header__desktop-nav-toggle > span {
  align-items: center;
  display: flex;
}

.header__desktop-nav-text {
  position: relative;
  top: 1px;
}

.header__search-bar-wrapper {
  flex: 1 0 auto;
}

.header .icon--account, .header .icon--hamburger, .header .icon--hamburger-mobile, .header .icon--search, .header .icon--cart, .header .icon--close {
  display: block;
}

.header .icon--account {
  width: 20px;
  height: 22px;
}

.header .icon--hamburger {
  width: 20px;
  height: 14px;
}

.header .icon--hamburger-mobile {
  width: 20px;
  height: 16px;
}

.header .icon--cart {
  width: 27px;
  height: 24px;
}

.header .icon--search {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.header .icon--close {
  width: 19px;
  height: 19px;
}

@media screen and (max-width: 640px) {
  .header {
    align-items: center;
    min-height: 64px;
    display: flex;
    padding: 12px 0;
  }

  .header > .container {
    width: 100%;
  }

  .header--search-expanded {
    margin-bottom: 59px;
  }
}

@media screen and (min-width: 641px) {
  .header {
    padding: 20px 0;
  }

  .header__inner {
    flex-wrap: nowrap;
    gap: 24px;
  }
}

@media screen and (min-width: 1000px) {
  .icon--hamburger {
    margin-right: 15px;
  }
}

@media screen and (min-width: 1280px) {
  .header__logo {
    margin-right: 0;
  }

  .header__desktop-nav {
    margin-right: 30px;
  }

  .header__desktop-nav-toggle {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  }
}

.header__action-list {
  align-items: center;
  margin-left: auto;
  display: flex;
  gap: 20px;
}

.header__action-item-link {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  display: block;
}

.header__action-item-content > .header__action-item-link[data-action="toggle-popover"] {
  color: var(--compact-control-color);
  background: var(--compact-control-background);
  border: 1px solid var(--compact-control-border-color);
  box-shadow: var(--compact-control-shadow);
  border-radius: var(--compact-control-radius);
  font-size: var(--compact-control-font-size);
  align-items: center;
  gap: var(--compact-control-icon-gap);
  min-height: var(--compact-control-height);
  padding: 0 var(--compact-control-padding-x);
  transition: color .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, transform .18s ease-in-out;
  display: inline-flex;
}

.header__action-item-content > .header__action-item-link[data-action="toggle-popover"]:focus-visible,
.header__action-item-content > .header__action-item-link[data-action="toggle-popover"][aria-expanded="true"] {
  outline: none;
  color: var(--primary-button-background);
  border-color: var(--compact-control-focus-color);
  box-shadow: var(--compact-control-focus-shadow);
}

.header__action-item-content > .header__action-item-link[data-action="toggle-popover"]:active {
  background: var(--compact-control-active-background);
  transform: scale(var(--interaction-press-scale));
}

.header__action-item-link--small {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  font-weight: normal;
}

.header__action-item-title {
  color: var(--header-light-text-color);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  margin-bottom: -6px;
  font-weight: normal;
  display: block;
}

.header__action-item--currency {
  margin-right: 25px;
  padding: 0 24px;
}

.header__currency-selector {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
}

.header__action-item .icon--arrow-bottom {
  width: 12px;
  height: 8px;
  margin-left: 4px;
}

.header__action-item .icon--lock-2 {
  width: 12px;
  height: 15px;
}

.header__action-item .icon--lock-2 + span {
  margin-left: 14px;
}

.header__cart-icon {
  margin-left: -2px;
}

.header__cart-icon .icon-state__primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header__icon-hit-area {
  padding: 4px;
  border-radius: var(--border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  box-sizing: border-box;
  transition: background .2s ease, color .2s ease;
}

@media (hover: hover) {
  .header__cart-toggle:hover .header__icon-hit-area,
  .header__cart-toggle:focus-visible .header__icon-hit-area,
  .header__cart-toggle[aria-expanded="true"] .header__icon-hit-area,
  .header__account-icon:hover .header__icon-hit-area,
  .header__account-icon:focus-visible .header__icon-hit-area,
  .header__search-toggle:hover .header__icon-hit-area,
  .header__search-toggle:focus-visible .header__icon-hit-area,
  .header__search-toggle[aria-expanded="true"] .header__icon-hit-area {
    background: var(--header-nav-hover-background);
    color: var(--header-nav-hover-text-color);
  }
}

.header__cart-count {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  text-align: center;
  background: var(--header-accent-color);
  color: var(--secondary-background);
  will-change: transform;
  z-index: 1;
  border-radius: 1.75em;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  transition: transform .35s ease-in-out;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.01);
}

.header__cart-toggle[aria-expanded="true"] .header__cart-count, .header__cart-toggle:hover .header__cart-count {
  transform: scale(1.2);
}

@media screen and (max-width: 640px) {
  .header__cart-icon .icon-state__secondary.icon-state__secondary {
    left: 8px;
  }

  .header__action-item .icon--lock-2 {
    display: block;
  }

  .header__search-bar-wrapper {
    visibility: hidden;
    background: var(--header-background);
    z-index: -1;
    width: 100%;
    padding: 0 20px;
    transition: visibility .25s ease-in-out, margin-bottom .25s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .header__search-bar-wrapper.is-visible {
    visibility: visible;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: auto;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
    order: 10;
    margin: 0 0 8px;
    padding: 0;
  }

  .header--search-expanded {
    margin-bottom: 0;
  }

  .header__search-bar-wrapper.is-fixed {
    z-index: 10;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 641px) {
  .header__action-item, .header__action-item-content {
    position: relative;
  }

  .header__action-item-content {
    max-width: max-content;
  }

  .header__action-item .icon--lock-2 {
    vertical-align: text-top;
  }
}

@media screen and (min-width: 1000px) {
  .header__action-list {
    padding-left: 0;
    gap: 12px;
  }

  .header__action-item:not(:last-child):after {
    content: "";
    background: var(--header-border-color);
    width: 0px;
    height: 34px;
    position: absolute;
    top: calc(50% - 17px);
    right: 0;
  }

  .header__action-item--currency {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .header__action-item {
    padding: 0;
  }

  .header__action-item:last-child {
    padding-right: 0;
  }

  .header__action-item--currency {
    margin-right: 0;
  }

  .header__cart-icon {
    margin-right: 22px;
    display: inline-block;
    top: -1px;
  }
}

.search-bar {
  z-index: 1;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
  min-width: 100%;
  padding-bottom: 16px;
  position: relative;
}

.search-bar__top {
  background: var(--secondary-background);
  color: var(--text-color);
  z-index: 1;
  border-radius: var(--border-radius);
  align-items: center;
  min-height: 48px;
  display: flex;
  position: relative;
}

.search-bar__input-wrapper {
  flex: 1 1 0%;
  min-width: 0;
  height: 100%;
  position: relative;
}

.search-bar__input {
  color: var(--heading-color);
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 15px 1px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-bar__input::placeholder {
  color: var(--text-color);
  opacity: 1;
}

.search-bar__input::-ms-clear {
  display: none;
}

.search-bar__input:focus {
  outline: none;
}

.search-bar__input-clear {
  opacity: .5;
  display: none;
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
}

.search-bar__input-clear svg {
  width: 17px;
  height: 17px;
  display: block;
}

.search-bar__input.is-filled + .search-bar__input-clear {
  display: block;
}

.search-bar__filter {
  border-left: 1px solid var(--header-border-color);
  display: none;
}

.search-bar__filter-label {
  height: 44px;
  padding: 0 30px 0 25px;
  line-height: 43px;
  display: block;
}

.search-bar__filter-label svg {
  width: 12px;
  height: 8px;
  margin-left: 11px;
}

.search-bar__submit {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  flex: none;
  width: 50px;
  height: 100%;
}

.search-bar__submit svg {
  position: relative;
}

.search-bar__submit .icon--search {
  width: 21px;
  height: 21px;
}

.search-bar__submit .icon--search-loader {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: none;
}

.header .search-bar--figma .search-bar__top {
  background: var(--form-control-background);
  border: 1px solid var(--form-control-border-color);
  border-radius: var(--form-control-radius);
  box-shadow: var(--form-control-rest-shadow);
  box-sizing: border-box;
  padding: 0 8px 0 16px;
  height: var(--compact-control-height);
  min-height: var(--compact-control-height);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.header .search-bar--figma .search-bar__top:hover:not(:focus-within) {
  border-color: var(--form-control-hover-border-color);
  box-shadow: var(--form-control-hover-shadow);
}

.header .search-bar--figma .search-bar__top:hover:not(:focus-within) .search-bar__filter {
  border-left-color: var(--form-control-hover-border-color);
}

.header .search-bar--figma .search-bar__top:focus-within,
.header .search-bar--figma .search-bar__top:active {
  border-color: var(--form-control-focus-color);
  box-shadow: var(--form-control-focus-shadow);
}

.header .search-bar--figma .search-bar__top:focus-within .search-bar__filter,
.header .search-bar--figma .search-bar__top:active .search-bar__filter {
  border-left-color: rgba(var(--primary-button-background-rgb), 0.22);
}

.search-bar--figma .search-bar__input {
  color: var(--form-control-text-color);
  font-size: var(--base-text-font-size);
  padding: 0 8px 0 0;
}

.search-bar--figma .search-bar__input::placeholder {
  color: var(--form-control-placeholder-color);
  opacity: 1;
}

.search-bar--figma .search-bar__submit {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 0;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar--figma .search-bar__filter {
  border-left-color: var(--form-control-border-color);
}

.search-bar--figma .search-bar__submit svg {
  width: 16px;
  height: 16px;
  display: block;
}

.search-bar__inner {
  color: var(--text-color);
  background: none;
  width: 100vw;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: -20px;
  overflow: hidden;
}

.search-bar__results, .search-bar__menu-wrapper {
  background: var(--secondary-background);
  width: 100%;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 0 1px 5px 2px #0000001a;
}

.search-bar__results[aria-hidden="false"], .search-bar__menu-wrapper[aria-hidden="false"], .search-bar.is-expanded .search-bar__inner {
  display: block;
}

.search-bar__empty-state {
  text-align: center;
  padding: 50px 0;
}

.search-bar__result-products ~ .search-bar__empty-state {
  display: none;
}

.search-bar__menu-title {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  margin-bottom: 4px;
}

.search-bar__menu-wrapper {
  overscroll-behavior: none;
  height: 100%;
  padding: 18px 0 12px;
  overflow: auto;
}

.search-bar__menu-title, .search-bar__menu-link {
  padding-left: 20px;
  padding-right: 20px;
}

.search-bar__menu-link {
  padding-top: 6px;
  padding-bottom: 6px;
  transition: color .15s ease-in-out, background .15s ease-in-out;
  display: block;
}

.search-bar__menu-link:hover, .search-bar__menu-link:focus {
  background: var(--accent-background);
  color: var(--accent-color);
  outline: none;
}

.search-bar__results .skeleton-container {
  display: none;
}

.search-bar__results {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  overscroll-behavior: none;
  height: 100%;
  overflow: auto;
}

.search-bar__result-category {
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  font-weight: var(--text-font-bolder-weight);
  background: var(--background);
  box-shadow: 0 1px var(--border-color), 0 -1px var(--border-color);
  margin: 0;
  padding: 4px 20px;
}

.search-bar__result-item {
  align-items: center;
  padding: 15px 20px;
  transition: background .2s ease-in-out;
  display: flex;
}

.search-bar__result-item:not(.search-bar__result-item--skeleton):hover, .search-bar__result-item:not(.search-bar__result-item--skeleton):focus {
  background: var(--accent-background);
  outline: none;
}

.search-bar__result-item--skeleton {
  max-width: 300px;
}

.search-bar__image-container {
  flex: none;
  width: 60px;
  margin-right: 20px;
}

.search-bar__image-container img {
  color: #0000;
}

.search-bar__item-info {
  flex: 1 0 0;
}

.search-bar__item-title {
  margin-bottom: 0;
  line-height: 1.4;
}

.search-bar__item-price {
  color: var(--accent-color);
}

.search-bar__results .search-bar__item-price {
  display: none;
}

.search-bar__result-link {
  padding: 5px 20px;
  transition: color .2s ease-in-out, background .2s ease-in-out;
  display: block;
}

.search-bar__result-link:hover, .search-bar__result-link:focus {
  color: var(--accent-color);
  background: var(--accent-background);
  outline: none;
}

.search-bar__view-all {
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
  width: 100%;
  padding: 10px;
  transition: background .2s ease-in-out;
  display: block;
}

.search-bar__view-all:hover, .search-bar__view-all:focus {
  background: var(--accent-background);
  outline: none;
}

.search-bar__view-all svg {
  width: 6px;
  height: 10px;
  margin-left: 12px;
}

.search-bar__view-all path {
  stroke-width: 2.5px;
}

.search-bar.is-loading .search-bar__results-inner, .search-bar.is-loading .search-bar__submit .icon--search {
  display: none;
}

.search-bar.is-loading .skeleton-container, .search-bar.is-loading .search-bar__submit .icon--search-loader {
  display: block;
}

@media screen and (max-width: 640px) {
  .search-bar {
    opacity: 0;
    transition: opacity .2s ease-in-out;
  }

  .empty-state .search-bar {
    opacity: 1;
  }

  .search-bar__inner {
    height: calc(100vh - 26px);
    max-height: 0;
    top: 100%;
  }

  .search-bar__top-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .search-bar__top {
    flex-grow: 1;
  }

  .search-bar__close-button {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
    opacity: 0;
    width: 0;
    height: 0;
    transition: width .25s ease-in-out, opacity .25s ease-in-out;
    overflow: hidden;
  }

  .search-bar__close-text {
    padding-left: 22px;
  }

  .header__search-bar-wrapper.is-visible .search-bar {
    opacity: 1;
    transition-delay: .15s;
    padding-bottom: 0;
  }

  .header__search-bar-wrapper.is-fixed .search-bar {
    padding: 0;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__inner {
    visibility: visible;
    max-height: none;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__inner-animation {
    transition: none;
  }

  .header__search-bar-wrapper.is-fixed .search-bar__close-button {
    opacity: 1;
    white-space: nowrap;
    height: auto;
  }

  @supports (padding: max(0px)) {
    .search-bar__view-all {
      padding-bottom: max(10px, env(safe-area-inset-bottom, 0px)  + 10px);
    }
  }
}

@media screen and (min-width: 641px) {
  .search-bar {
    min-width: 0;
    margin-top: 0;
    padding-bottom: 0;
  }

  .search-bar__inner {
    width: calc(100% + 6px);
    top: 100%;
    left: -4px;
  }

  @supports (--css: variables) {
    .search-bar__inner {
      height: calc(100vh - var(--header-height)  - 40px);
    }
  }

  .search-bar__submit .icon--search {
    top: 1px;
  }

  .search-bar__result-category {
    padding-left: 15px;
  }

  .search-bar__results {
    height: auto;
    max-height: 310px;
  }

  @supports (--css: variables) {
    .search-bar__results {
      max-height: calc(100vh - var(--header-height)  - 40px);
    }
  }

  .search-bar__menu-wrapper {
    height: auto;
    max-height: 310px;
  }

  .search-bar__results, .search-bar__menu-wrapper {
    border-radius: 0 0 3px 3px;
    width: calc(100% - 10px);
    left: 5px;
  }

  .search-bar__menu-title, .search-bar__menu-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .search-bar.is-expanded .search-bar__top {
    border-bottom-left-radius: 0;
  }
}

@media screen and (min-width: 1280px) {
  .search-bar__filter {
    height: 100%;
    display: block;
    position: relative;
  }

  .search-bar__filter select {
    opacity: 0;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.map {
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: 3px;
  padding: 0 20px;
}

.map__store-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.map__store-name {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  display: flex;
}

.map__store-name svg {
  width: 12px;
  height: 8px;
}

.map__icon-container {
  transition: transform .2s ease-in-out;
  transform: rotateZ(0);
}

.map__store-name[aria-expanded="true"] .map__icon-container {
  transform: rotateZ(180deg);
}

.map__store-collapsible {
  height: 0;
  transition: height .25s ease-in-out;
  display: block;
  overflow: hidden;
}

.map__store-inner {
  margin-top: -.425em;
}

.map__store-address {
  margin-bottom: 15px;
}

.map__store-address > p {
  margin-bottom: 0 !important;
}

.map__store-hours {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-bottom: 22px;
}

.map__direction-link, .map__map-container {
  margin-bottom: 30px;
}

.map__map-container {
  background-position: center;
  background-size: cover;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.map__gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 641px) {
  .map__map-container {
    height: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .map {
    height: 405px;
    padding: 0;
    display: flex;
  }

  .map__store-list {
    border-right: 1px solid var(--border-color);
    width: 50%;
    max-width: 580px;
  }

  .map__map-container {
    flex: 1 0 auto;
    height: 100%;
    margin: 0;
  }

  .map__store-list {
    padding: 0 40px 0 30px;
    overflow: auto;
  }

  .map__store-name {
    padding: 20px 0;
  }

  .map__store-address {
    margin-bottom: 22px;
  }
}

.plyr.plyr--full-ui.plyr--video {
  color: var(--text-color);
  background-color: #0000;
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: #0000;
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}

:is(.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster), .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}

:is(.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster), .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper, .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}

.plyr.plyr--full-ui.plyr--video .plyr__controls, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb), .05);
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--text-color-rgb) .55);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--text-color-rgb) .6));
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-moz-range-track {
  background-color: rgba(var(--text-color-rgb) .6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--text-color-rgb) .6);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--text-color-rgb) .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--text-color-rgb) .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text-color);
  color: var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
  border-top-color: var(--text-color);
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, rgba(var(--text-color-rgb) .6) 25%, transparent 25%, transparent 50%, rgba(var(--text-color-rgb) .6) 50%, rgba(var(--text-color-rgb) .6) 75%, transparent 75%, transparent);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"] {
  color: var(--secondary-background);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--secondary-background-rgb), .6) var(--value, 0));
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-moz-range-track {
  background-color: rgba(var(--secondary-background-rgb), .6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--secondary-background-rgb), .6);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--secondary-background-rgb), .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), .25);
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--secondary-background-rgb), .25);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb) .05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--text-color);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--text-color-rgb) .55);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--text-color-rgb) .55);
  background: rgba(var(--text-color-rgb) .05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--text-color-rgb) .05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--secondary-background);
  border-color: rgba(var(--text-color-rgb) .05);
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--text-color-rgb) .55);
}

.video-wrapper {
  cursor: pointer;
  position: relative;
}

.video-wrapper:after {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper iframe:not([src]) {
  pointer-events: none;
}

.video-wrapper--native:after {
  display: none;
}

.video-wrapper--native .plyr, .video-wrapper--native video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper--native .plyr__video-wrapper, .video-wrapper--native video {
  height: 100%;
}

.video-wrapper__image-wrapper {
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.video-wrapper__image-wrapper, .video-wrapper__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper__image {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.icon--play {
  filter: drop-shadow(0 2px 2px #0006);
}

.video-wrapper .icon--play {
  opacity: 1;
  width: 80px;
  height: 80px;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}

@media screen and (any-hover: hover) {
  .video-wrapper:hover .icon--play {
    transform: scale(1.15);
  }
}

.video-item {
  max-width: 855px;
  margin: 20px auto;
}

.video-item--stretch {
  max-width: none;
}

.video-item[aria-hidden="true"] {
  display: none;
}

.video-item .video-wrapper iframe {
  visibility: hidden;
  width: 0;
  height: 0;
}

.video-item.is-playing .video-wrapper__image-wrapper {
  visibility: hidden;
  opacity: 0;
}

.video-item.is-playing iframe {
  visibility: visible;
  width: 100%;
  height: 100%;
}

.model-wrapper {
  padding-bottom: 100%;
  position: relative;
}

.model-wrapper .shopify-model-viewer-ui, .model-wrapper model-viewer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mosaic {
  margin: 0 -10px -20px;
}

.mosaic__item {
  padding: 0 10px 20px;
}

.mosaic__item > :first-child {
  min-height: 240px;
}

.mosaic--large .mosaic__item > :first-child {
  min-height: 280px;
}

@media screen and (max-width: 999px) {
  .mosaic--two-columns .mosaic__column:first-child .mosaic__item > :first-child, .mosaic--three-columns .mosaic__column:nth-child(2) .mosaic__item > :first-child {
    min-height: 340px;
  }
}

@media screen and (min-width: 641px) {
  .mosaic {
    margin: 0 -15px -30px;
  }

  .mosaic__item {
    padding: 0 15px 30px;
  }
}

@media screen and (min-width: 1000px) {
  .mosaic {
    display: flex;
  }

  .mosaic__column {
    flex-direction: column;
    flex: 1 0;
    display: flex;
  }

  .mosaic__item {
    flex-direction: column;
    flex: 1 0 auto;
    display: flex;
  }

  .mosaic__item > :first-child {
    flex: 1 0 auto;
    height: 100%;
    min-height: 260px;
  }

  .mosaic--small .mosaic__item > :first-child {
    min-height: 225px;
  }

  .mosaic--large .mosaic__item > :first-child {
    min-height: 300px;
  }

  .mosaic--two-columns .mosaic__column:first-child, .mosaic--three-columns .mosaic__column:nth-child(2) {
    flex-grow: 1.38;
  }
}

.nav-dropdown {
  background: var(--floating-panel-background);
  color: var(--text-color);
  border: 1px solid var(--floating-panel-border-color);
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-radius: 0 0 var(--floating-panel-radius) var(--floating-panel-radius);
  padding: var(--floating-panel-padding);
  list-style: none;
  box-shadow: var(--floating-panel-shadow);
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  top: 100%;
  transform: translateY(4px);
}

.nav-dropdown:not(.nav-dropdown--floating) {
  left: -8px;
}

.nav-dropdown--floating {
  border-radius: var(--floating-panel-radius);
  margin-top: 7px;
}

.nav-dropdown--floating:before {
  content: none;
}

.nav-dropdown--glued:not(.nav-dropdown--inverse) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.nav-dropdown--glued.nav-dropdown--inverse {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.nav-dropdown--fixed {
  min-height: 420px;
}

.nav-dropdown--restrict {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 40px);
  overscroll-behavior: contain;
  overflow: auto;
}

@supports (--css: variables) {
  .nav-bar .nav-dropdown .nav-dropdown {
    max-height: calc(100vh - var(--distance-to-top, 0px)  - 40px);
    overscroll-behavior: contain;
    overflow: auto;
  }
}

.nav-dropdown[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav-dropdown .icon--nav-triangle-borderless {
  z-index: 1;
  width: 20px;
  height: 9px;
  position: absolute;
  bottom: 100%;
  left: 16px;
}

.nav-dropdown .icon--nav-triangle-left {
  z-index: 1;
  width: 9px;
  height: 20px;
  position: absolute;
  top: 23px;
  right: 100%;
}

.nav-dropdown__item:not(.has-mega-menu) {
  position: relative;
}

.nav-dropdown__link svg {
  flex-shrink: 0;
  width: 8px;
  height: 12px;
  margin: 0;
  position: relative;
  top: 0;
}

.nav-dropdown__link[aria-expanded="true"] {
  color: var(--floating-panel-row-selected-color);
  background: var(--floating-panel-row-selected-background);
  box-shadow: none;
}

.nav-dropdown__link:focus-visible {
  outline: none;
  color: var(--floating-panel-row-selected-color);
  background: var(--floating-panel-row-selected-background);
  box-shadow: var(--floating-panel-row-focus-shadow);
}

.nav-dropdown__link:active {
  background: var(--floating-panel-row-active-background);
  transform: scale(var(--interaction-press-scale));
}

@media screen and (any-hover: hover) {
  .header__action-item-content > .header__action-item-link[data-action="toggle-popover"]:hover:not([aria-expanded="true"]):not(:focus-visible) {
    color: var(--primary-button-background);
    border-color: var(--compact-control-hover-border-color);
    box-shadow: var(--compact-control-hover-shadow);
  }

  .nav-dropdown__link:hover:not([aria-expanded="true"]):not(:focus-visible) {
    color: var(--floating-panel-row-selected-color);
    background: var(--floating-panel-row-hover-background);
  }
}

.nav-dropdown .nav-dropdown {
  border-radius: var(--floating-panel-radius);
  min-width: 0;
  margin-top: 0;
  top: calc((var(--floating-panel-padding) + 1px) * -1);
  left: 100%;
}

.nav-dropdown--inverse .nav-dropdown {
  border-radius: var(--floating-panel-radius);
  left: auto;
  right: 100%;
}

.nav-dropdown--inverse .nav-dropdown .icon--nav-triangle-left {
  left: 100%;
  right: auto;
  transform: rotateZ(180deg);
}

.nav-dropdown .nav-dropdown--floating {
  top: calc((var(--floating-panel-padding) + 1px) * -1);
}

.mega-menu {
  background: var(--secondary-background);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 3px 3px;
  width: 100vw;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
}

.mega-menu--floating {
  max-width: 0;
}

.mega-menu[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.mega-menu__inner {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  max-height: 100%;
  padding: 25px 0 0;
  display: flex;
  overflow: auto;
}

.mega-menu__inner--center {
  justify-content: center;
}

.mega-menu__promo {
  white-space: normal;
  text-align: center;
  flex: 0 230px;
  width: 230px;
  min-width: 200px;
  margin: 0 0 30px 50px;
  display: block;
}

.mega-menu__promo + .mega-menu__promo {
  margin-left: 20px;
}

.mega-menu__column-list {
  flex-wrap: wrap;
  flex: auto;
  min-width: 0;
  margin: 0 -40px;
  display: flex;
}

@supports (display: grid) {
  .mega-menu__column-list {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    display: grid;
  }
}

.mega-menu__column {
  flex: 0 auto;
  margin: 0 30px 30px;
  display: block;
}

.mega-menu:not(.mega-menu--floating) .mega-menu__column:first-child {
  margin-left: 0 !important;
}

.mega-menu:not(.mega-menu--floating) .mega-menu__column:last-child {
  margin-right: 0 !important;
}

.mega-menu__title {
  margin-bottom: 10px;
  display: block;
}

.mega-menu__linklist {
  list-style: none;
}

.mega-menu__link {
  padding: 5px 0 6px;
  line-height: 1.4;
  display: block;
}

.mega-menu__image-wrapper {
  border-radius: 3px;
  margin: 5px 0 22px;
  overflow: hidden;
}

.mega-menu__promo .aspect-ratio {
  transition: transform .6s ease-in-out;
  transform: scale(1.01);
}

.features--animate-zoom .mega-menu__promo:hover .aspect-ratio {
  transform: scale(1.06);
}

.mega-menu__promo:hover .mega-menu__image-heading {
  color: var(--accent-color);
}

.mega-menu__image-heading {
  margin-bottom: 7px;
  transition: color .2s ease-in-out;
  display: block;
}

.mega-menu__image-text {
  line-height: 1.5;
}

.nav-bar .mega-menu {
  max-height: calc(100vh - var(--header-height, 0px)  - var(--announcement-bar-height, 0px)  - 40px);
  overscroll-behavior: contain;
  overflow: auto;
}

@media screen and (min-width: 1280px) {
  .mega-menu__column {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 50px;
    margin-right: 50px;
  }

  .mega-menu__promo {
    flex-basis: 290px;
    width: 290px;
  }
}

@media screen and (min-width: 1440px) {
  .mega-menu__inner--center .mega-menu__column {
    margin-left: 45px;
    margin-right: 45px;
  }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 60px;
    margin-right: 60px;
  }

  .mega-menu__promo {
    min-width: 240px;
  }
}

.mega-menu--floating {
  border: none;
  border-radius: 0 3px 3px 0;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 100%;
}

.mega-menu--floating:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 5px 5px -2px #0000001a, 5px 0 5px -2px #0000001a, 0 -5px 5px -2px #0000001a;
}

.mega-menu--floating .mega-menu__inner {
  margin: 0;
  padding-left: 25px;
  padding-right: 30px;
}

.mega-menu--floating .mega-menu__title {
  margin-bottom: 5px;
}

.mega-menu--floating .mega-menu__column {
  white-space: normal;
  flex: 0 0 170px;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.mega-menu--floating .mega-menu__column-list {
  margin: 0 -30px;
}

.nav-bar {
  display: none;
}

@media screen and (min-width: 1000px) {
  .nav-bar {
    border-bottom: 1px solid var(--border-color);
    background: var(--secondary-background);
    width: 100%;
    display: block;
    position: relative;
    left: 0;
  }

  .nav-bar:after {
    content: "";
    background: linear-gradient(to right, rgba(var(--secondary-background-rgb), .1), rgba(var(--secondary-background-rgb), .6) 35%, var(--secondary-background));
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .nav-bar__linklist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .nav-bar__item {
    padding: 12px 0;
    display: inline-block;
    position: relative;
  }

  .nav-bar__item--static {
    position: static;
  }

  .nav-bar__item > .nav-dropdown {
    min-width: calc(100% + 20px);
  }

  .nav-bar__link {
    cursor: pointer;
    align-items: center;
    padding: 4px 12px;
    border-radius: var(--border-radius);
    transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .18s ease;
    display: inline-flex;
  }

  .nav-bar__link:focus-visible {
    outline: none;
    background: var(--header-nav-hover-background);
    color: var(--header-nav-hover-text-color);
    box-shadow: 0 0 0 2px rgba(var(--primary-button-background-rgb), 0.18);
  }

  .nav-bar__link:active {
    transform: scale(var(--interaction-press-scale));
  }

  .nav-bar__link:hover {
    background: var(--header-nav-hover-background);
    color: var(--header-nav-hover-text-color);
  }

  .nav-bar__link .icon--arrow-bottom {
    width: 12px;
    height: 8px;
    margin-left: 10px;
    transition: transform .2s ease-in-out;
  }

  .nav-bar__link[aria-expanded="true"] .icon--arrow-bottom {
    transform: rotate(180deg);
  }

  .nav-bar__link .icon--nav-triangle {
    opacity: 0;
    z-index: 2;
    width: 20px;
    height: 9px;
    margin-left: -16px;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: -1px;
  }

  .nav-bar__link[aria-expanded="true"] {
    background: var(--header-nav-hover-background);
    color: var(--header-nav-hover-text-color);
  }

  .nav-bar__link[aria-expanded="true"] .icon--nav-triangle {
    opacity: 1;
  }
}

.mobile-menu {
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  color: var(--text-color);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  will-change: transform;
  width: 100vw;
  height: 100vh;
  max-height: 0;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out, visibility .25s ease-in-out, max-height 0s linear .25s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scale(.9);
}

.mobile-menu .icon--arrow-right, .mobile-menu .icon--arrow-left {
  width: 8px;
  height: 12px;
}

.mobile-menu[aria-hidden="false"] {
  margin-top: -1px;
  opacity: 1;
  visibility: visible;
  transition: opacity .4s cubic-bezier(0, 1, .4, 1), transform .4s cubic-bezier(.18, 1.25, .4, 1), visibility .4s linear;
  transform: scale(1);
}

.mobile-menu__inner {
  max-width: 100vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mobile-menu .icon--nav-triangle-borderless {
  z-index: 1;
  width: 18px;
  height: 8px;
  position: absolute;
  bottom: 100%;
  left: 20px;
}

.mobile-menu__panel {
  background: var(--secondary-background);
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), visibility .5s cubic-bezier(.23, 1, .32, 1);
  position: relative;
  overflow: hidden auto;
}

.mobile-menu__panel:not(.is-nested) {
  display: flex;
  flex-direction: column;
}

.mobile-menu__panel.is-nested {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.mobile-menu__section {
  padding: 16px 20px;
}

.mobile-menu__section--loose {
  padding-top: 18px;
  padding-bottom: 18px;
}

.mobile-menu__section:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.mobile-menu__section.is-sticky {
  background: var(--secondary-background);
  z-index: 1;
  position: sticky;
  top: 0;
}

.mobile-menu__cta-buttons {
  margin-top: auto;
  padding: 16px 20px;
  border-top: 1px solid var(--border-color);
}

.mobile-menu__cta-buttons-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.mobile-menu__cta-buttons-inner .button {
  width: 100%;
}

.mobile-menu__nav {
  list-style: none;
}

.mobile-menu__nav-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 0 7px;
  display: flex;
}

.mobile-menu__back-button {
  text-align: left;
  width: 100%;
  display: block;
}

.mobile-menu__back-button svg {
  vertical-align: -1px;
  margin-right: 8px;
}

.mobile-menu__nav-list {
  margin-top: 2px;
}

.mobile-menu__nav-list-toggle {
  text-align: left;
  width: 100%;
  padding: 4px 0;
}

.mobile-menu__nav-list-toggle svg {
  width: 12px;
  height: 8px;
  margin-left: 12px;
  transition: transform .3s ease-in-out;
}

.mobile-menu__nav-list-toggle[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.mobile-menu__nav-list-item {
  margin-bottom: 22px;
}

.mobile-menu__nav-collapsible {
  height: 0;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.mobile-menu__nav-collapsible-content {
  margin-top: 4px;
}

.mobile-menu__promo {
  text-align: center;
  padding: 20px 0 25px;
  display: block;
}

.mobile-menu__image-wrapper {
  border-radius: 3px;
  margin-bottom: 22px;
  overflow: hidden;
}

.mobile-menu__image-heading {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
  margin-bottom: 0;
  display: block;
}

.mobile-menu__image-text {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
}

.mobile-menu__promo-list {
  flex-flow: row;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.mobile-menu__promo-list .mobile-menu__promo-item {
  white-space: normal;
  scroll-snap-align: center;
  flex: none;
  width: 81%;
}

.mobile-menu__promo-list .mobile-menu__promo {
  margin-left: 10px;
  margin-right: 10px;
}

.scroller .mobile-menu__promo-list:before {
  content: "";
  flex: 0 0 20px;
}

.scroller .mobile-menu__promo-list:after {
  content: "";
  flex: 0 0 13px;
}

@supports (padding: max(0px)) {
  .mobile-menu__section:last-child {
    padding-bottom: max(16px, env(safe-area-inset-bottom, 0px)  + 16px);
  }
}

@media screen and (min-width: 641px) {
  .mobile-menu .icon--nav-triangle-borderless {
    left: 40px;
  }
}

.mobile-menu[aria-hidden="false"] .mobile-menu__panel.is-open {
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu__help-wrapper {
  align-items: center;
  display: flex;
}

.mobile-menu__help-wrapper .icon--bi-phone {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.mobile-menu__help-wrapper .icon--bi-email {
  width: 22px;
  height: 22px;
  margin-right: 18px;
}

.mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
  margin-top: 18px;
}

.line-item__product-info-wrapper {
  align-items: flex-start;
  display: flex;
}

.line-item__image-wrapper {
  width: 60px;
  min-width: 60px;
  margin-right: 20px;
}

.line-item__meta {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
}

.line-item__vendor, .line-item__plan-allocation, .line-item__property-list {
  line-height: 1.55;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  margin-bottom: 7px;
  display: block;
}

.line-item__vendor {
  text-transform: uppercase;
}

.line-item__title {
  margin-bottom: 4px;
  line-height: 1.5;
  display: block;
}

.line-item__property-list {
  margin: 6px 0;
  line-height: 1.5;
  list-style: none;
}

.line-item__price {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
  display: inline-block;
}

.line-item__price--compare {
  color: var(--price-compare-color, #737373);
}

.line-item__price--highlight {
  color: var(--product-on-sale-accent);
}

.line-item__price--compare {
  margin-left: 20px;
  position: relative;
}

.line-item__price--compare:before {
  content: "";
  background: var(--price-compare-color, #737373);
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: -5px;
}

.line-item__price-info {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-top: -2px;
}

.line-item__discount-list {
  margin-top: 2px;
  list-style: none;
}

.line-item__discount {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  background: rgba(var(--product-on-sale-accent-rgb), .08);
  color: var(--product-on-sale-accent);
  border-radius: 2px;
  padding: 0 11px;
  display: inline-block;
}

.line-item__discount svg {
  vertical-align: text-bottom;
  margin-right: 6px;
}

.line-item__quantity-remove {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-left: 10px;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .line-item-table, .line-item-table tbody {
    width: auto;
    display: block;
  }

  .line-item--stack {
    white-space: normal;
    display: block;
  }

  .line-item--stack:first-child {
    border-top: none !important;
  }

  .line-item--stack .line-item__image-wrapper {
    width: 80px;
    min-width: 80px;
  }

  .line-item--stack .line-item__product-info {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .line-item--stack .line-item__title {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  }

  .line-item--stack .line-item__price {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  }

  .line-item--stack .line-item__quantity {
    margin-top: 12px;
  }
}

@media screen and (min-width: 641px) {
  .line-item__product-info-wrapper {
    align-items: center;
  }

  .line-item__title {
    white-space: normal;
  }

  .line-item__image-wrapper {
    width: 90px;
    min-width: 90px;
  }

  .line-item__quantity-remove {
    width: max-content;
    margin: 10px auto 0;
    display: block;
  }
}

.fulfillment-item {
  border-top: none !important;
}

.fulfillment-item td {
  padding-top: 0 !important;
}

.order-foot {
  border-top: 1px solid var(--border-color);
}

.order-foot__item {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 0;
  display: flex;
}

.order-foot__item + .order-foot__item {
  border-top: 1px solid var(--border-color);
}

.order-foot__item--highlight, .order-foot__item--strong {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
  font-weight: var(--text-font-bolder-weight);
}

.order-foot__item--highlight {
  color: var(--product-on-sale-accent);
}

.order-foot__item--strong {
  color: var(--heading-color);
}

@media screen and (max-width: 640px) {
  .card .order-foot {
    margin-left: 20px;
  }
}

@media screen and (min-width: 641px) {
  .order-foot__inner {
    max-width: 470px;
    margin-left: auto;
  }

  .order-foot__item {
    padding-left: 20px;
    padding-right: 30px;
  }
}

.order-summary__alert {
  margin: 21px 0 5px;
}

@media screen and (min-width: 641px) {
  .order-summary__alert {
    margin: 24px 0 12px;
  }
}

.address-list {
  display: grid;
  gap: 16px;
  padding: 0;
}

.address-list__item {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(var(--text-color-rgb), 0.08);
  border-radius: calc(var(--border-radius) + 4px);
  background: linear-gradient(180deg, rgba(var(--text-color-rgb), 0.02), transparent 72%), var(--secondary-background);
  box-shadow: 0 10px 24px rgba(var(--text-color-rgb), 0.05);
}

.address-list__item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  background: rgba(var(--text-color-rgb), 0.08);
}

.address-list__item--default::before {
  background: linear-gradient(180deg, var(--primary-button-background), rgba(var(--primary-button-background-rgb), 0.45));
}

@media screen and (any-hover: hover) {
  .address-list__item:hover {
    border-color: rgba(var(--primary-button-background-rgb), 0.14);
    box-shadow: 0 16px 34px rgba(var(--text-color-rgb), 0.08);
    transform: translateY(-1px);
  }
}

.address-list__item-top {
  display: grid;
  gap: 14px;
}

.address-list__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.address-list__item-summary {
  display: grid;
  gap: 10px;
}

.address-list__item-recipient {
  margin-bottom: 0;
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 16px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.25;
}

.address-list__item-address {
  color: var(--account-manager-muted-color);
}

.address-list__item-address p {
  margin-bottom: 0;
}

.address-list__item-address p + p {
  margin-top: 4px;
}

.address-list__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(var(--primary-button-background-rgb), 0.1);
  color: var(--primary-button-background);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
  font-weight: var(--text-font-bolder-weight);
  white-space: nowrap;
}

.address-list__action-list {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.address-list__action-button {
  min-height: 40px;
  padding: 0 14px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
}

.address-list__action-button--delete {
  color: var(--heading-color);
  border-color: rgba(var(--text-color-rgb), 0.18);
  background: rgba(var(--text-color-rgb), 0.04);
}

@media screen and (any-hover: hover) {
  .address-list__action-button--delete:hover:not(:focus-visible) {
    border-color: rgba(var(--error-color-rgb, 255, 0, 0), 0.18);
    background: rgba(var(--error-color-rgb, 255, 0, 0), 0.06);
    color: var(--error-color);
  }
}

@media screen and (max-width: 640px) {
  .template-customers-addresses .account-address-editor-panel .card__section {
    padding: 22px 20px 20px 24px;
  }
}

@media screen and (min-width: 641px) {
  .template-addresses .card__section--tight {
    padding-right: 20px;
  }

  .address-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .address-list__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1280px) {
  .address-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page__header {
  justify-content: space-between;
  align-items: flex-end;
  margin: 28px 0;
  display: flex;
}

.page__header--stack {
  flex-direction: column;
  align-items: flex-start;
}

.page__header--centered {
  text-align: center;
  justify-content: center;
}

.page__header--stack.page__header--centered {
  align-items: center;
}

.page__header--image {
  text-shadow: 1px 2px 4px #0003;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  justify-content: center;
  min-height: 250px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.page__header--image.page__header--overlay:before {
  content: "";
  background: linear-gradient(#0000, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.shopify-section:first-child .page__header--image {
  border-radius: 0;
  margin-top: 0 !important;
}

.page__header-image {
  object-position: center;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page__header-image--placeholder {
  fill: #696969;
  background: #a9a9a9;
}

.page__header-content {
  z-index: 1;
}

.page__title {
  margin-bottom: 0;
}

.page__sub-header {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin: 23px 0;
  display: none;
}

.page__description {
  margin: 10px 0 0;
}

.page__button-action {
  margin-top: 20px;
}

.page__tag-list {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  margin: 12px -20px -10px;
  list-style: none;
}

.page__tag-item {
  margin: 0 20px 10px;
  display: inline-block;
  position: relative;
}

.page__tag-item.is-selected {
  color: var(--accent-color);
}

.page__tag-item.is-selected:after {
  content: "";
  background: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page__meta {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  margin-top: 8px;
}

.page__meta-item:not(:last-child):after {
  content: "";
  background: rgba(var(--text-color-rgb), .4);
  vertical-align: middle;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  margin: 0 10px;
  display: inline-block;
}

.page__navigation-item svg {
  width: 6px;
  height: 9px;
}

.page__navigation-item svg path {
  stroke-width: 1.5px;
}

.page__navigation-item--prev svg {
  margin-right: 9px;
}

.page__navigation-item--next svg {
  margin-left: 9px;
}

.page__navigation-item--prev + .page__navigation-item--next:before {
  content: "";
  background: var(--text-color);
  vertical-align: -2px;
  width: 1px;
  height: 12px;
  margin: 0 15px;
  display: inline-block;
}

.page__content {
  margin-bottom: 40px;
}

.information-page {
  --information-page-panel-border: rgba(var(--text-color-rgb), 0.08);
  --information-page-panel-background:
    linear-gradient(180deg, rgba(var(--primary-button-background-rgb), 0.035), rgba(var(--primary-button-background-rgb), 0.01) 62%, transparent),
    rgba(var(--secondary-background-rgb), 0.94);
}

.information-page__inner {
  padding-bottom: 20px;
}

.information-page__header {
  margin-bottom: 22px;
}

.information-page__summary {
  max-width: 62ch;
}

.information-page__summary > :first-child {
  margin-top: 0;
}

.information-page__summary > :last-child {
  margin-bottom: 0;
}

.information-page__meta {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid var(--information-page-panel-border);
  border-radius: var(--border-radius);
  background: rgba(var(--primary-button-background-rgb), 0.05);
  color: rgba(var(--text-color-rgb), 0.76);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.information-page__meta-label {
  color: var(--heading-color);
  font-weight: 600;
}

.information-page__layout {
  display: grid;
  gap: 24px;
}

.information-page__main {
  min-width: 0;
}

.information-page__content {
  margin-bottom: 0;
}

.information-page__layout:not(.information-page__layout--has-toc) .information-page__main {
  width: 100%;
  margin-inline: auto;
}

.information-page--width-narrow .information-page__summary,
.information-page--width-narrow .information-page__header,
.information-page--width-narrow .information-page__main {
  max-width: 760px;
}

.information-page--width-regular .information-page__summary,
.information-page--width-regular .information-page__header,
.information-page--width-regular .information-page__main {
  max-width: 920px;
}

.information-page--width-wide .information-page__summary,
.information-page--width-wide .information-page__header,
.information-page--width-wide .information-page__main {
  max-width: none;
}

.information-page__toc-card,
.information-page__related,
.information-page__support-card {
  border: 1px solid var(--information-page-panel-border);
  border-radius: var(--border-radius);
  background: var(--information-page-panel-background);
  box-shadow: 0 10px 24px rgba(var(--text-color-rgb), 0.04);
}

.information-page__toc-card,
.information-page__support-card {
  padding: 18px;
}

.information-page__related {
  padding: 20px;
  margin-top: 28px;
}

.information-page__support {
  margin-top: 28px;
}

.information-page__panel-title {
  margin-bottom: 14px;
}

.information-page__toc-list {
  margin: 0;
}

.information-page__toc-item + .information-page__toc-item {
  margin-top: 4px;
}

.information-page__toc-link,
.information-page__related-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  text-decoration: none;
}

.information-page__toc-link {
  padding: 10px 0;
  color: rgba(var(--text-color-rgb), 0.82);
  border-bottom: 1px solid rgba(var(--text-color-rgb), 0.06);
}

.information-page__toc-item:last-child .information-page__toc-link {
  border-bottom: 0;
}

.information-page__toc-link .icon,
.information-page__related-link .icon {
  width: 8px;
  height: 12px;
  flex: none;
}

.information-page__related-list {
  display: grid;
  gap: 12px;
}

.information-page__related-link {
  padding: 14px 16px;
  border: 1px solid rgba(var(--text-color-rgb), 0.08);
  border-radius: var(--border-radius);
  background: rgba(var(--secondary-background-rgb), 0.78);
  color: var(--heading-color);
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, transform 0.15s ease-in-out;
}

.information-page__related-link-title {
  font-weight: 600;
}

.information-page__support-text {
  max-width: 58ch;
  margin-bottom: 18px;
  color: rgba(var(--text-color-rgb), 0.82);
}

.information-page__support-text > :first-child {
  margin-top: 0;
}

.information-page__support-text > :last-child {
  margin-bottom: 0;
}

.trade-support-directory {
  display: grid;
  gap: 12px;
}

.trade-support-channel {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: calc(var(--border-radius) + 2px);
  box-shadow: 0 10px 24px rgba(var(--text-color-rgb), 0.05);
  color: inherit;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .12s ease;
}

.trade-support-channel:hover {
  border-color: rgba(var(--primary-button-background-rgb), 0.2);
  box-shadow: 0 16px 34px rgba(var(--text-color-rgb), 0.08);
  transform: translateY(-1px);
}

.trade-support-channel:focus-visible {
  outline: none;
  border-color: rgba(var(--primary-button-background-rgb), 0.28);
  box-shadow: 0 0 0 4px rgba(var(--primary-button-background-rgb), 0.14);
}

.trade-support-channel:active {
  transform: scale(var(--interaction-press-scale));
}

.trade-support-channel--primary {
  background: linear-gradient(135deg, rgba(var(--primary-button-background-rgb), 0.08), rgba(var(--primary-button-background-rgb), 0.02) 55%, var(--secondary-background));
  border-color: rgba(var(--primary-button-background-rgb), 0.18);
}

.trade-support-channel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.trade-support-channel__header-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.trade-support-channel__title {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.15;
}

.trade-support-channel__subtitle {
  color: rgba(var(--text-color-rgb), 0.72);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  line-height: 1.45;
}

.trade-support-channel__cta {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(var(--primary-button-background-rgb), 0.08);
  color: var(--primary-button-background);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  font-weight: var(--text-font-bolder-weight);
  white-space: nowrap;
}

.trade-support-channel__contact {
  color: var(--heading-color);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.3;
  word-break: break-word;
}

@media screen and (any-hover: hover) {
  .information-page__toc-link:hover {
    color: var(--heading-color);
  }

  .information-page__related-link:hover {
    border-color: rgba(var(--primary-button-background-rgb), 0.24);
    background: rgba(var(--primary-button-background-rgb), 0.06);
    transform: translateY(-1px);
  }
}

@media screen and (min-width: 641px) {
  .page__header {
    margin: 35px 0;
  }

  .page__header--image {
    min-height: 430px;
  }

  .page__sub-header {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .trade-support-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trade-support-channel--primary {
    grid-column: 1 / -1;
  }

  .page__sub-header + .page__header {
    margin-top: 20px;
  }

  .page__meta {
    margin-top: 10px;
    font-size: 1rem;
  }

  .page__meta-item:not(:last-child):after {
    margin: 0 16px;
  }

  .page__content {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
    margin-bottom: 90px;
  }

  .information-page__header {
    margin-bottom: 28px;
  }

  .information-page__content {
    margin-bottom: 0;
  }

  .information-page__meta {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .information-page__related-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1000px) {
  .page__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .page__header--centered {
    align-items: center;
  }

  .information-page__layout--has-toc {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    align-items: start;
    column-gap: 36px;
  }

  .information-page__toc {
    position: sticky;
    top: calc(var(--header-height) + 28px);
  }

  .information-page--width-regular .information-page__layout--has-toc,
  .information-page--width-wide .information-page__layout--has-toc {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  }
}

.popover {
  background: var(--floating-panel-background);
  color: var(--text-color);
  border: 1px solid var(--floating-panel-border-color);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  will-change: transform;
  width: 100vw;
  transition: opacity .25s ease-in-out, transform .25s ease-in-out, visibility .25s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(4px) scale(.98);
}

.popover .icon--nav-triangle-borderless {
  right: 67px;
}

.popover--large {
  text-align: center;
}

.popover[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transition: opacity .4s cubic-bezier(0, 1, .4, 1), transform .4s cubic-bezier(.18, 1.25, .4, 1), visibility .4s linear;
  transform: translateY(0) scale(1.001);
}

.popover__inner {
  padding: 15px 20px 20px;
}

.popover__inner--no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.popover .icon--nav-triangle-borderless {
  z-index: 2;
  filter: drop-shadow(0 -2px 2px #0000001f);
  width: 18px;
  height: 8px;
  position: absolute;
  bottom: 100%;
}

.popover__header {
  padding: 12px 0 30px;
}

.popover__title {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 20px));
  margin-bottom: 4px;
}

.popover__legend {
  margin-bottom: 16px;
}

.popover__secondary-action {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-top: 16px;
}

.popover__secondary-action > p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .popover__panel-list, .popover__panel {
    height: 100% !important;
  }

  .popover__inner {
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
    overflow: auto;
  }
}

@media screen and (min-width: 641px) {
  .popover {
    border-radius: var(--floating-panel-radius);
    width: auto;
    min-width: 160px;
    top: calc(100% + 15px);
    left: auto;
    right: -2px;
    box-shadow: var(--floating-panel-shadow);
  }

  .popover .icon--nav-triangle-borderless {
    right: 27px;
  }

  .popover--large {
    min-width: 320px;
  }

  .popover__inner {
    padding: 15px 25px;
  }

  .popover__inner--restrict {
    max-height: 340px;
    overflow: auto;
  }

  .popover__header {
    padding-bottom: 15px;
  }

  .popover__title {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1280px) {
  .popover {
    top: calc(100% + 4px);
  }
}

.popover__linklist {
  white-space: nowrap;
  padding: var(--floating-panel-padding);
  list-style: none;
  display: grid;
  gap: 2px;
}

.popover__link-item,
.nav-dropdown__link {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  color: var(--floating-panel-row-color);
  width: 100%;
  padding: var(--floating-panel-row-padding-y) var(--floating-panel-row-padding-x);
  border-radius: var(--floating-panel-row-radius);
  text-align: left;
  transition: color .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out, transform .18s ease-in-out;
  align-items: center;
  display: flex;
}

.nav-dropdown__link {
  justify-content: space-between;
  gap: 16px;
  padding-right: calc(var(--floating-panel-row-padding-x) + 4px);
}

.popover__link-item[aria-current="true"] {
  background: var(--floating-panel-row-selected-background);
  color: var(--floating-panel-row-selected-color);
  font-weight: var(--text-font-bolder-weight);
  box-shadow: var(--floating-panel-row-selected-shadow);
}

.popover__link-item:focus-visible {
  outline: none;
  background: var(--floating-panel-row-selected-background);
  color: var(--floating-panel-row-selected-color);
  box-shadow: var(--floating-panel-row-focus-shadow);
}

.popover__link-item:active {
  background: var(--floating-panel-row-active-background);
  transform: scale(var(--interaction-press-scale));
}

@media screen and (any-hover: hover) {
  .popover__link-item:hover:not([aria-current="true"]):not(:focus-visible) {
    background: var(--floating-panel-row-hover-background);
    color: var(--floating-panel-row-selected-color);
  }
}

.popover__panel-list {
  transition: height .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.popover__panel {
  visibility: hidden;
  width: 100%;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), visibility .5s cubic-bezier(.23, 1, .32, 1);
}

.popover__panel--default {
  transform: translateX(-100%);
}

.popover__panel--sliding {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.popover[aria-hidden="false"] .popover__panel.is-selected {
  visibility: visible;
}

.popover__panel.is-selected {
  transform: translateX(0);
}

.popover--password .icon--nav-triangle-borderless {
  right: 21px;
}

.popover--currency, .popover--locale {
  min-width: 0;
}

@media screen and (min-width: 641px) {
  .popover--password .popover__inner {
    padding-bottom: 25px;
  }

  .popover--password .icon--nav-triangle-borderless {
    right: calc(50% - 13px);
  }

  .popover--currency {
    top: calc(100% + 3px);
    right: -27px;
  }

  .popover--currency .icon--nav-triangle-borderless {
    right: 23px;
  }

  .popover--locale {
    top: calc(100% + 3px);
    right: -26px;
  }

  .popover--locale .icon--nav-triangle-borderless {
    right: 23px;
  }

  .popover--logged {
    right: -47px;
  }

  .popover--logged .icon--nav-triangle-borderless {
    right: 50px;
  }

  .popover--unlogged {
    right: -5px;
  }

  .popover--unlogged .icon--nav-triangle-borderless {
    right: 6px;
  }
}

@media screen and (min-width: 1280px) {
  .popover--password {
    top: calc(100% + 15px);
    right: -2px;
  }

  .popover--logged {
    right: -32px;
  }

  .popover--logged .icon--nav-triangle-borderless {
    right: 29px;
  }

  .popover--unlogged {
    right: 0;
    transform: scale(.9)translateX(calc(50% - 7px));
  }

  .popover--unlogged .icon--nav-triangle-borderless {
    left: calc(50% - 8px);
  }

  .popover--unlogged[aria-hidden="false"] {
    transform: scale(1)translateX(calc(50% - 7px));
  }
}

.product-gallery {
  margin-bottom: 12px;
  position: relative;
}

.product-gallery__carousel-wrapper {
  margin-bottom: 25px;
  position: relative;
}

.product-gallery__carousel .flickity-viewport {
  transition: height .2s ease-in-out;
}

.product-gallery__carousel:not(.flickity-enabled) .product-gallery__carousel-item:not(.is-selected) {
  display: none;
}

.product-gallery .flickity-slider {
  will-change: unset;
}

.product-gallery__carousel-item {
  width: 100%;
  padding: 0 20px;
}

.product-gallery__carousel-item--hidden, .product-gallery__carousel-item[aria-hidden="true"] .plyr__control {
  visibility: hidden;
}

.product-gallery__carousel-item.is-filtered {
  display: none;
}

.product-gallery__size-limiter {
  margin: 0 auto;
}

.product-gallery__view-in-space {
  background: rgba(var(--text-color-rgb), .08);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product-gallery__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}

@media screen and (min-width: 1000px) {
  .product-gallery__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}

.product-gallery__view-in-space svg {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: -1px 8px 0 0;
}

.product-gallery__zoom-notice {
  display: none;
}

.product-gallery__zoom-notice svg {
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice {
  text-align: center;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  width: 100%;
  margin: 12px 0 6px;
  display: block;
}

@media screen and (max-width: 640px) {
  .product-gallery__carousel {
    margin-left: calc(-1 * var(--mobile-container-gutter));
    margin-right: calc(-1 * var(--mobile-container-gutter));
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__carousel {
    margin: -4px;
  }

  .product-gallery__carousel-item {
    padding: 4px;
  }

  .product-gallery--with-thumbnails {
    flex-direction: row-reverse;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .product-gallery--with-thumbnails .product-gallery__carousel-wrapper {
    flex: 1 0 auto;
    margin: 0;
  }
}

@media screen and (min-width: 1000px) and (any-hover: hover) {
  .product-gallery__carousel--zoomable ~ .product-gallery__zoom-notice {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
    margin-top: 26px;
  }

  .product-gallery__zoom-notice svg {
    margin-right: 14px;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery {
    margin-bottom: 0;
  }
}

@media screen and (hover: none) {
  .product-gallery__zoom-notice {
    display: none !important;
  }
}

.product-gallery__thumbnail {
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 3px;
  width: 60px;
  margin: 0 4px;
  padding: 2px;
  transition: border .2s ease-in-out;
  display: block;
  position: relative;
}

.product-gallery__thumbnail.is-nav-selected {
  border-color: var(--accent-color);
}

.product-gallery__thumbnail.is-filtered {
  display: none;
}

.product-gallery__thumbnail-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  right: 3px;
}

@media screen and (max-width: 999px) {
  .product-gallery__thumbnail-list:after, .product-gallery__thumbnail-list:before {
    content: "";
    vertical-align: middle;
    width: calc(var(--mobile-container-gutter)  - 4px);
    display: inline-block;
  }

  .product-gallery__thumbnail {
    vertical-align: top;
    display: inline-block;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .product-gallery .scroller {
    margin: 0 -15px;
  }
}

@media screen and (min-width: 641px) {
  .product-gallery__thumbnail {
    width: 72px;
  }
}

@media screen and (min-width: 1000px) {
  .product-gallery__thumbnail-list {
    z-index: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overscroll-behavior: contain;
    width: 96px;
    max-height: 450px;
    margin: 0;
    position: relative;
    overflow: auto;
  }

  .product-gallery__thumbnail-list::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .product-gallery__thumbnail {
    margin: 8px 0;
    }

  .product-gallery__thumbnail-list .product-gallery__thumbnail:first-child {
    margin-top: 0;
  }
}

.product-meta {
  margin: -11px 0 5px;
  position: relative;
}

.product-meta__title {
  margin-bottom: 14px;
}

.modal:not(.modal--quick-view) .product-meta__title {
  margin-right: 45px;
}

.product-meta__label-list {
  margin-bottom: 17px;
  font-size: 0;
}

.product-meta__label-list .product-label + .product-label {
  margin-left: 5px;
}

.product-meta__reference {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-bottom: 3px;
}

.product-meta__reviews-badge {
  display: block;
}

.product-meta__vendor {
  text-transform: uppercase;
}

.product-meta__vendor + .product-meta__sku:before {
  content: "";
  background: var(--border-color);
  vertical-align: middle;
  width: 1px;
  height: 13px;
  margin: 0 14px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.product-meta__share-buttons {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.product-meta__share-buttons .social-media__item svg {
  opacity: .35;
}

.card__separator + .product-meta__share-buttons {
  margin-top: 0;
}

.product-meta__button, .product-meta__description, .product-meta__text {
  margin-bottom: 25px;
}

.product-meta__reviews-badge .rating__caption {
  margin-left: 12px;
}

.product-form__payment-container + .product-meta__description, .product-form__payment-container + .product-meta__text {
  margin-top: 25px;
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .product-meta__share-buttons {
    margin-top: 0;
  }

  .product-meta__label-list + .product-meta__share-buttons {
    margin-top: 22px;
  }

  .product-meta__reference, .product-meta__reviews-badge {
    margin-bottom: -2px;
  }

  .product-meta__reviews-badge {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -4px;
  }

  .product-meta__reference ~ .product-meta__share-buttons, .product-meta__reviews-badge ~ .product-meta__share-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .product-meta__reference + .product-meta__reviews-badge {
    margin-top: 5px;
  }

  .product-meta__reviews-badge .rating__caption {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  }
}

.product-form__variants {
  margin-bottom: 24px;
}

.product-form__option {
  margin-bottom: 23px;
}

.no-js .product-form__option:not(.no-js) {
  display: none;
}

.product-form__option-name {
  margin-bottom: 2px;
  display: block;
}

.product-form__selected-value {
  color: var(--text-color);
  padding-left: 2px;
}

.product-form__info-list {
  border-spacing: 0 22px;
  width: 100%;
  margin: -22px 0 6px;
  display: table;
}

.product-form__info-item {
  display: table-row;
}

.product-form__info-title {
  vertical-align: baseline;
  white-space: nowrap;
  padding-right: 12px;
  display: table-cell;
}

.product-form__info-item--quantity > * {
  vertical-align: middle;
  padding-top: 6px;
}

.product-form__info-content {
  width: 100%;
  display: table-cell;
}

.product-form__price-info {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  margin-top: 5px;
}

.product-form__price-info + .product-form__price-info {
  margin-top: 0;
}

.product-form__quantity-with-rules {
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  display: flex;
}

shopify-payment-terms {
  margin-top: 8px;
  display: block;
}

.product-form .select-wrapper {
  vertical-align: middle;
  display: inline-block;
}

.product-form__quantity {
  vertical-align: middle;
  width: 65px;
  display: inline-block;
}

.product-form__inventory.inventory:before {
  margin-right: 14px;
}

.product-form__payment-container {
  flex-direction: column;
  display: flex;
}

.product-form__status-message {
  height: 0;
  margin-top: 18px;
  transition: height .25s ease-in-out;
  overflow: hidden;
}

.product-form .price--compare {
  top: -2px;
}

@media screen and (max-width: 640px) {
  .product-form__payment-container .shopify-payment-button {
    margin-top: 16px;
  }
}

@media screen and (min-width: 641px) {
  .product-form {
    margin-top: -8px;
  }

  .product-form__option-name {
    margin-bottom: 7px;
  }

  .product-form__variants {
    margin-bottom: 26px;
  }

  .product-form__payment-container {
    flex-flow: wrap;
    align-items: flex-start;
    margin: -9px;
  }

  .product-form__payment-container > * {
    flex: none;
    width: calc(50% - 18px);
    margin: 9px;
  }
}

.shopify-payment-button__button--unbranded {
  text-align: center;
  cursor: pointer;
  transition: background .25s ease-in-out, color .25s ease-in-out, box-shadow .25s ease-in-out, transform .15s ease-in-out;
  display: inline-block;
  position: relative;
  background: var(--secondary-button-surface-rest) !important;
  color: var(--secondary-button-accent) !important;
  line-height: var(--button-min-height, 48px) !important;
  min-height: var(--button-min-height, 48px) !important;
  font-weight: var(--button-font-weight) !important;
  font-size: var(--base-text-font-size) !important;
  border-radius: var(--border-radius) !important;
  padding: 0 30px !important;
  box-shadow: var(--secondary-button-rest-shadow) !important;
}

.shopify-payment-button__button--unbranded:hover {
  background: var(--secondary-button-surface-hover) !important;
  box-shadow: var(--secondary-button-hover-shadow) !important;
}

.shopify-payment-button__button--unbranded:active {
  background: var(--secondary-button-surface-active) !important;
  box-shadow: var(--secondary-button-rest-shadow) !important;
  transform: scale(var(--interaction-press-scale));
}

.shopify-payment-button__button--unbranded:focus-visible {
  box-shadow: var(--secondary-button-focus-shadow) !important;
  outline: none;
}

shopify-accelerated-checkout, shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 48px;
  --shopify-accelerated-checkout-button-border-radius: var(--border-radius);
  --shopify-accelerated-checkout-button-box-shadow: none;
}

.product-block-list__item:empty {
  display: none;
}

.product-block-list__item--trust .icon--lock {
  color: var(--heading-color);
  width: 18px;
  height: 24px;
}

.product-block-list__item--shipping .shipping-estimator {
  margin-top: -.435em;
  margin-bottom: 10px;
}

.product-block-list__item--shipping .shipping-estimator__results {
  margin-top: 26px;
  margin-bottom: -10px;
}

.product__refund-policy-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.product__refund-policy-link svg {
  width: 8px;
  height: 12px;
}

@media screen and (max-width: 640px) {
  .product-block-list__item:first-child .card {
    border-top: none;
  }
}

@media screen and (max-width: 999px) {
  .product-block-list__wrapper {
    min-height: 0 !important;
  }

  .product-block-list__item--info > .card {
    top: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .product-block-list {
    position: relative;
  }

  .product-block-list__wrapper {
    width: calc(50% - 15px);
    margin-left: 0;
  }

  .product-block-list__item--info {
    width: calc(50% - 15px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .product-block-list--medium .product-block-list__wrapper {
    width: calc(55% - 15px);
  }

  .product-block-list--medium .product-block-list__item--info {
    width: calc(45% - 15px);
  }

  .product-block-list--large .product-block-list__wrapper {
    width: calc(60% - 15px);
  }

  .product-block-list--large .product-block-list__item--info {
    width: calc(40% - 15px);
  }
}

.product-info__block-item:empty {
  display: none !important;
}

.product-info__block-item--volume-pricing {
  margin-block-start: 1rem;
}

.product-info__block-item--volume-pricing .table {
  margin-inline-start: 0;
}

.modal--quick-view {
  --quick-view-modal-padding: 16px;
  --quick-view-modal-gap: 16px;
}

.modal--quick-view .modal__dialog--stretch {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 100dvh;
  border: none;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal--quick-view .modal__close {
  position: absolute;
  top: calc(env(safe-area-inset-top) + var(--quick-view-modal-padding));
  right: var(--quick-view-modal-padding);
}

.modal--quick-view .modal__inner {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding:
    calc(env(safe-area-inset-top) + var(--quick-view-modal-padding) + var(--modal-close-size) - 8px)
    var(--quick-view-modal-padding)
    var(--quick-view-modal-padding);
}

.modal--quick-view.is-loading .modal__loader {
  flex: 1 1 auto;
  place-items: center;
  padding: 0;
  display: grid;
}

.modal--quick-view .modal__loader .icon--search-loader {
  color: var(--primary-button-background);
  width: 42px;
  height: 42px;
}

.template-product--quick-view {
  min-height: 100%;
}

.template-product--quick-view > product-rerender,
.template-product--quick-view product-rerender {
  min-height: 100%;
  display: block;
}

.template-product--quick-view .product-meta__title {
  margin-right: 0;
}

.template-product--quick-view .product-meta__reference {
  margin-bottom: 3px;
}

.template-product--quick-view .product-meta__reviews-badge {
  display: block;
}

.template-product--quick-view .product-meta__reviews-badge .rating__caption {
  margin-left: 12px;
}

.template-product.template-product--quick-view .product-form__price-list.price-list--wpd-pending {
  opacity: 1;
}

.template-product--quick-view .product-block-list {
  gap: var(--quick-view-modal-gap);
  align-items: start;
}

.template-product--quick-view .product-block-list__wrapper,
.template-product--quick-view .product-block-list__item--info {
  width: 100%;
  min-width: 0;
}

.modal--quick-view .template-product--quick-view .product-block-list__item .card {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .modal--quick-view {
    --quick-view-modal-padding: 20px;
    --quick-view-modal-gap: 20px;
  }

  .modal--quick-view .modal__dialog--stretch {
    width: calc(100% - 32px);
    max-height: calc(100vh - 32px);
    border: 1px solid var(--modal-surface-border-color);
    border-radius: var(--modal-surface-radius);
    box-shadow: var(--modal-surface-shadow);
  }

  .template-product--quick-view .product-meta__reference,
  .template-product--quick-view .product-meta__reviews-badge {
    margin-bottom: -2px;
  }

  .template-product--quick-view .product-meta__reviews-badge {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -4px;
  }

  .template-product--quick-view .product-meta__reference + .product-meta__reviews-badge {
    margin-top: 5px;
  }

  .template-product--quick-view .product-meta__reviews-badge .rating__caption {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  }
}

@media screen and (min-width: 1000px) {
  .featured-product {
    table-layout: fixed;
    width: 100%;
    display: table;
  }

  .featured-product > * {
    vertical-align: top;
    width: 50%;
    display: table-cell;
  }

  .featured-product > :first-child {
    border-radius: 3px 0 0 3px;
  }

  .featured-product > :last-child {
    border-left: none;
    border-radius: 0 3px 3px 0;
  }

  .modal--quick-view {
    --quick-view-modal-padding: 24px;
    --quick-view-modal-gap: 24px;
  }

  .modal--quick-view .modal__dialog--stretch {
    width: min(1360px, calc(100% - 48px));
    max-height: calc(100vh - 48px);
    border: 1px solid var(--modal-surface-border-color);
    border-radius: var(--modal-surface-radius);
    box-shadow: var(--modal-surface-shadow);
  }

  .template-product--quick-view .product-block-list__wrapper {
    width: calc(55% - (var(--quick-view-modal-gap) / 2));
  }

  .template-product--quick-view .product-block-list__item--info {
    width: calc(45% - (var(--quick-view-modal-gap) / 2));
  }
}

.product-label {
  color: #fff;
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  vertical-align: top;
  border-radius: 3px;
  width: max-content;
  padding: 4px 10px;
  line-height: 1;
  display: inline-block;
}

.product-label--on-sale {
  background: var(--product-on-sale-accent);
  color: var(--product-on-sale-color);
}

.product-label--custom1 {
  background: var(--product-custom-label-1-background);
  color: var(--product-custom-label-1-color);
}

.product-label--custom2 {
  background: var(--product-custom-label-2-background);
  color: var(--product-custom-label-2-color);
}

.price-list {
  align-items: baseline;
  line-height: 1;
  display: inline-flex;
}

.price {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 24px));
  color: var(--accent-color);
}

.price--highlight {
  color: var(--product-on-sale-accent);
  margin-right: .7em;
}

.price--compare {
  color: var(--price-compare-color, #737373);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  text-decoration: line-through;
  -webkit-text-decoration-color: var(--price-compare-color, #737373);
  text-decoration-color: var(--price-compare-color, #737373);
  position: relative;
}

.wpd-ext-compare-at-price {
  color: var(--price-compare-color, #737373) !important;
  -webkit-text-decoration-color: var(--price-compare-color, #737373) !important;
  text-decoration-color: var(--price-compare-color, #737373) !important;
}

@media screen and (max-width: 640px) {
  .wpd-ext-compare-at-price {
    margin-right: 5px !important;
  }
}

.inventory {
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  padding-left: 1.4em;
  line-height: 1.2;
  display: block;
  position: relative;
}

.inventory:before {
  content: "";
  background: currentColor;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: .45em;
  left: 0;
}

.inventory--high {
  color: var(--product-in-stock-color);
}

.inventory--low {
  color: var(--product-low-stock-color);
}

.inventory-bar {
  background: var(--border-color);
  border-radius: 3px;
  width: 100%;
  height: 4px;
  margin: 16px 0 10px;
  display: block;
  position: relative;
  overflow: hidden;
}

.inventory-bar--hidden {
  display: none;
}

.inventory-bar__progress {
  width: 0;
  height: 100%;
  transition: width 1.15s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.inventory--high + .inventory-bar > .inventory-bar__progress {
  background: var(--product-in-stock-color);
}

.inventory--low + .inventory-bar > .inventory-bar__progress {
  background: var(--product-low-stock-color);
}

@media screen and (min-width: 641px) {
  .inventory {
    font-size: 1rem;
  }

  .inventory-bar {
    margin-top: 23px;
  }
}

.color-swatch-list {
  margin: -2px -6px 0;
  padding-left: 4px;
}

.color-swatch {
  vertical-align: middle;
  margin: 6px;
  display: inline-block;
  position: relative;
}

.color-swatch__radio {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.color-swatch__item {
  cursor: pointer;
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}

.color-swatch__item svg {
  display: none;
}

.color-swatch__item-link {
  background-color: var(--secondary-background);
  box-shadow: 0 0 0 1px var(--form-border-color) inset;
  border-radius: 10px;
  width: auto;
  height: 18px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
  display: none;
  position: relative;
}

.color-swatch__button {
  vertical-align: middle;
}

.color-swatch__button--labelled {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.color-swatch__label {
  vertical-align: middle;
  margin-left: 14px;
  display: inline-block;
}

.color-swatch__radio:checked + .color-swatch__item:after, .color-swatch__button.is-selected .color-swatch__item:after, .color-swatch__item.is-selected:after {
  content: "";
  border: 2px solid var(--accent-color);
  border-radius: 3px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: -4px;
  left: -4px;
}

.color-swatch__button.is-selected .color-swatch__label {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
}

.color-swatch--white .color-swatch__item {
  box-shadow: 0 0 0 1px var(--form-border-color) inset;
}

.color-swatch--view-more ~ .color-swatch, .color-swatch--view-more .color-swatch__item {
  display: none;
}

.color-swatch--view-more .color-swatch__item-link {
  display: block;
}

.color-swatch-list--large {
  margin: -4px -8px 0;
}

.color-swatch-list--large .color-swatch {
  margin: 8px;
}

.color-swatch-list--large .color-swatch__item {
  width: 36px;
  height: 36px;
}

.color-swatch-list--stack {
  margin: -3px -7px 0;
}

.color-swatch-list--stack .color-swatch__item {
  width: 16px;
  height: 16px;
}

.color-swatch-list--stack .color-swatch {
  margin: 7px;
  display: block;
}

.color-swatch--disabled .color-swatch__item:before {
  content: "";
  background: rgba(var(--secondary-background-rgb), .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.color-swatch--disabled svg {
  z-index: 1;
  color: #4a4a4a;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}

.block-swatch-list {
  margin: -3px -4px 0;
  padding-left: 2px;
}

.block-swatch {
  margin: 4px;
  display: inline-block;
}

.block-swatch__radio {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.block-swatch__item {
  text-align: center;
  border: 1px solid var(--form-border-color);
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), .25);
  border-radius: 3px;
  padding: 6px 16px 7px;
  display: block;
}

.block-swatch__radio:checked + .block-swatch__item, .block-swatch__item.is-selected {
  box-shadow: 0 0 0 1px var(--accent-color);
  border-color: var(--accent-color);
  background: rgba(var(--accent-color-rgb), .06);
  color: var(--accent-color);
}

.block-swatch--disabled .block-swatch__item-text {
  opacity: .5;
  position: relative;
}

.block-swatch--disabled .block-swatch__item-text:after {
  content: "";
  background: currentColor;
  width: calc(100% + 6px);
  height: 1px;
  position: absolute;
  top: calc(50% + 1px);
  left: -3px;
}

.variant-swatch-list {
  margin: -5px -5px -2px -4px;
}

.variant-swatch {
  vertical-align: middle;
  margin: 5px;
  display: inline-block;
}

.variant-swatch__radio {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.variant-swatch__item {
  cursor: pointer;
  border: 2px solid #0000;
  width: 64px;
  padding: 2px;
  display: block;
  position: relative;
  overflow: hidden;
}

.variant-swatch__item svg {
  display: none;
}

.variant-swatch__radio:checked + .variant-swatch__item, .variant-swatch__item.is-selected {
  border-color: var(--accent-color);
  border-radius: 3px;
}

.variant-swatch--disabled img {
  opacity: .5;
}

.variant-swatch--disabled svg {
  z-index: 1;
  color: #4a4a4a;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}

.visual-filter-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.visual-filter {
  position: relative;
}

.visual-filter__radio {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.visual-filter__item {
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--form-border-color);
  box-shadow: 0 1px 1px rgba(var(--border-color-rgb), .25);
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
  padding: 12px 12px 8px;
  font-size: .9em;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.visual-filter__item img {
  width: 32px;
}

.visual-filter__radio:checked + .visual-filter__item, .visual-filter.is-selected {
  box-shadow: 0 0 0 1px var(--accent-color);
  border-color: var(--accent-color);
  background: rgba(var(--accent-color-rgb), .06);
  color: var(--accent-color);
}

.product-item {
  background: var(--secondary-background);
  white-space: normal;
  flex-shrink: 0;
  min-width: 0;
  padding: 20px;
  position: relative;
}

.product-item:after {
  content: "";
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-list--collection .product-item--vertical:after {
  box-shadow: inset 0 -1px var(--border-color);
}

.product-item__image-wrapper {
  margin-bottom: 20px;
  display: block;
}

.product-item__image-wrapper .placeholder-svg {
  height: auto;
}

.product-item__secondary-image {
  display: none;
}

.product-item__label-list {
  z-index: 2;
  font-size: 0;
  position: absolute;
  top: 11px;
  left: -1px;
}

.product-item__label-list > .product-label {
  border-radius: 0 3px 3px 0;
  margin-bottom: 5px;
  display: block;
}

.product-item__info {
  min-width: 0;
}

@media screen and (max-width: 640px) {
  .product-item {
    padding: 10px;
  }

  .button--small {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
    line-height: 36px;
  }
}

@media screen and (min-width: 641px) {
  .button--small {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }
}

.product-item__price-list:first-child {
  margin-bottom: 10px;
}

.product-item__price-list {
  margin-top: -5px;
  margin-bottom: -5px;
}

.product-item__price-list .price {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.product-item__price-list.price-list--on-sale {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.product-item__price-list.price-list--on-sale .price--highlight {
  margin: 0;
}

.product-item__price-list.price-list--on-sale .price--compare,
.product-item__price-list.price-list--on-sale .wpd-ext-compare-at-price {
  margin: 0;
  color: var(--price-compare-color, #737373);
  text-decoration-color: var(--price-compare-color, #737373);
  text-decoration-thickness: 1.5px;
}

.product-item__price-list.price-list--wpd-pending {
  opacity: 0;
  transition: opacity 0.15s ease;
}

.pill {
  --pill-current-background: var(--pill-background);
  --pill-current-border-color: var(--pill-border-color);
  --pill-current-color: var(--pill-color);
  --pill-current-shadow: var(--pill-shadow);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  line-height: 1;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border: 1px solid var(--pill-current-border-color);
  border-radius: var(--pill-radius);
  background: var(--pill-current-background);
  color: var(--pill-current-color);
  box-shadow: var(--pill-current-shadow);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.product-item__price-discount {
  --pill-current-background: rgba(var(--product-low-stock-color-rgb), 0.08);
  --pill-current-border-color: rgba(var(--product-low-stock-color-rgb), 0.36);
  --pill-current-color: var(--product-low-stock-color);
  --pill-current-shadow: none;
}

.product-item__price-discount:empty {
  display: none;
}

.product-item__vendor {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.product-item__vendor, .product-item__title {
  line-height: 1.55;
  display: block;
}

.product-item__title {
  margin-bottom: 12px;
}

.product-item__title + .product-item__vendor {
  margin-top: -4px;
  margin-bottom: 12px;
}

.product-item__swatch-list {
  white-space: nowrap;
  margin: -2px 0 12px;
  overflow: hidden;
}

.product-item__price-info {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-top: 10px;
  line-height: 1;
}

.product-item .price {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
}

.product-item .price--compare,
.product-item .wpd-ext-compare-at-price {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
}

.product-item__reviews-badge {
  margin-top: 8px;
  display: block;
}

.product-item__inventory {
  margin-top: 10px;
}

.product-item__inventory.inventory {
  display: flex;
  width: fit-content;
  margin-top: 8px;
  padding: 0.25rem 0.5rem 0.25rem calc(0.5rem + 10px);
  --pill-current-shadow: none;
}

.product-item__inventory:before {
  top: .3em;
}

.product-item__inventory.inventory:before {
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}

.product-item__inventory.inventory--high {
  --pill-current-color: var(--product-in-stock-color);
  --pill-current-background: rgba(var(--product-in-stock-color-rgb), 0.08);
  --pill-current-border-color: rgba(var(--product-in-stock-color-rgb), 0.36);
}

.product-item__inventory.inventory--low {
  --pill-current-color: var(--product-low-stock-color);
  --pill-current-background: rgba(var(--product-low-stock-color-rgb), 0.08);
  --pill-current-border-color: rgba(var(--product-low-stock-color-rgb), 0.36);
}

.product-item__inventory.inventory--sold-out {
  --pill-current-color: var(--product-sold-out-color);
  --pill-current-background: rgba(var(--product-sold-out-color-rgb), 0.08);
  --pill-current-border-color: rgba(var(--product-sold-out-color-rgb), 0.36);
}

@media screen and (any-hover: hover) {
  .product-item__image-wrapper--with-secondary .product-item__primary-image, .product-item__image-wrapper--with-secondary .product-item__secondary-image {
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }

  .product-item__image-wrapper--with-secondary .product-item__secondary-image {
    object-fit: contain;
    object-position: center;
    visibility: hidden;
    opacity: 0;
    display: block;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__primary-image {
    opacity: 0;
    visibility: hidden;
  }

  .product-item__image-wrapper--with-secondary:hover .product-item__secondary-image {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (min-width: 641px) {
  .product-item__title {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  }

  .product-item--vertical .price, .product-item--list .price, .product-item--vertical .wpd-ext-compare-at-price, .product-item--list .wpd-ext-compare-at-price {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 20px));
  }
}

@media screen and (min-width: 1000px) {
  .product-item__label-list {
    left: 0;
  }
}

.product-item--vertical .product-item__action-list, .product-item--horizontal .product-item__action-list {
  margin: 20px 0 5px;
}

.product-item--vertical .product-item__action-button, .product-item--horizontal .product-item__action-button {
  padding-left: 10px;
  padding-right: 10px;
}

.product-item--vertical .product-item__action-list--list-view-only, .product-item--vertical .product-item__action-button--list-view-only, .product-item--horizontal .product-item__action-list--list-view-only, .product-item--horizontal .product-item__action-button--list-view-only {
  display: none;
}

.product-item--vertical .product-item__action-button--list-view-only + .product-item__action-button, .product-item--horizontal .product-item__action-button--list-view-only + .product-item__action-button {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .product-item--vertical .product-item__action-list {
    margin: 15px -5px -5px;
  }

  .product-item--vertical .product-item__action-button {
    flex: 1 0 auto;
    margin: 5px !important;
    
  }
}

.product-item--horizontal, .product-item--list {
  display: flex;
}

.product-item--horizontal .product-item__info, .product-item--list .product-item__info {
  flex: 1 0 0;
  padding: 4px 0;
}

.product-item--horizontal .product-item__image-wrapper, .product-item--list .product-item__image-wrapper {
  flex: none;
  width: 120px;
  margin: 0 20px 0 0;
}

.product-item--list .product-item__type-and-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: none;
  margin-right: 30px;
}

.product-item--list .product-item__type-and-image .product-item__image-wrapper {
  width: 100%;
  margin: 0;
}

.product-item--horizontal .product-item__action-list, .product-item--list .product-item__action-list {
  align-self: center;
}

.product-item--horizontal .spr-starrating.spr-starrating {
  height: 11px;
}

.product-item--horizontal .spr-starrating .spr-icon.spr-icon {
  width: 11px;
  height: 11px;
}

@media screen and (max-width: 640px) {
  .product-item--vertical .product-item__action-button,
  .product-item--horizontal .product-item__action-button,
  .product-item--list .product-item__action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--button-min-height);
    line-height: 1.2;
    text-align: center;
  }

  .product-item--horizontal, .product-item--list {
    width: 100% !important;
  }

  .product-list--collection .product-item__label-list, .product-list--stackable .product-item__label-list {
    left: 0;
  }

  .product-list--collection .rating__star, .product-list--stackable .rating__star {
    width: 11px;
    height: 11px;
  }
}

@media screen and (min-width: 641px) {
  .product-item--horizontal .product-item__image-wrapper {
    width: 110px;
    margin-right: 20px;
  }

  .product-item--horizontal .product-item__info {
    flex: 1 0 0;
  }
}

@media screen and (max-width: 640px) {
  .product-item__action-list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  .product-item--list {
    align-items: center;
    padding-right: 25px;
    width: 100% !important;
  }

  .product-item--list .product-item__title {
    font-size: 1rem;
  }

  .product-item--list .product-item__type-and-image {
    width: 180px;
  }

  .product-item--list .product-item__image-wrapper {
    width: 180px;
    margin-right: 30px;
  }

  .product-item--list .product-item__type-and-image .product-item__image-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .product-item--list .product-item__info {
    flex: 1 0 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 15px 0;
    display: flex;
    min-width: 0;
  }

  .product-item--list .product-item__action-list {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-top: 12px;
    display: flex;
    align-self: flex-start;
  }
}

.product-item--compact .product-item__info {
  padding-top: 0;
}

.product-item--compact .product-item__price-list:first-child {
  margin-bottom: 8px;
}

.product-item--compact .product-item__reviews-badge {
  margin: 15px 0;
}

.complementary-product-list {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  grid-auto-columns: min(74vw, 400px);
  grid-auto-flow: column;
  align-items: start;
  column-gap: 40px;
  margin-inline-start: -20px;
  margin-inline-end: -20px;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  scroll-padding-inline: 20px;
  display: grid;
  overflow: auto;
}

.complementary-product-list:after {
  content: "";
}

.complementary-product-list::-webkit-scrollbar {
  display: none;
}

.product-item--complementary {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex-wrap: wrap;
  padding: 0;
}

.product-item--complementary:after {
  display: none;
}

.product-item--complementary .product-item__image-wrapper {
  width: 80px;
}

.product-item--complementary > .product-item__action-list {
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .complementary-product-list {
    border: 1px solid var(--border-color);
    grid: none;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    scroll-padding-inline: 0;
  }

  .complementary-product-list::-webkit-scrollbar {
    display: none;
  }

  .complementary-product-list:after {
    content: "flickity";
    display: none;
  }

  .product-item--complementary {
    width: 50%;
    padding: 20px;
  }
}

.promo-block {
  border-radius: 3px;
  min-height: 240px;
  padding: 20px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.promo-block--small {
  min-height: 220px;
}

.promo-block--large {
  min-height: 260px;
}

.promo-block--top-left, .promo-block--top-center, .promo-block--top-right {
  align-items: flex-start;
}

.promo-block--middle-left, .promo-block--middle-center, .promo-block--middle-right {
  align-items: center;
}

.promo-block--bottom-left, .promo-block--bottom-center, .promo-block--bottom-right {
  align-items: flex-end;
}

.promo-block--top-right, .promo-block--middle-right, .promo-block--bottom-right {
  text-align: right;
  justify-content: flex-end;
}

.promo-block--top-center, .promo-block--middle-center, .promo-block--bottom-center {
  text-align: center;
  justify-content: center;
}

.promo-block--top-left, .promo-block--middle-left, .promo-block--bottom-left {
  text-align: left;
  justify-content: flex-start;
}

.promo-block__image-clip, .promo-block__image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.promo-block__image-clip {
  overflow: hidden;
}

.promo-block__image-wrapper {
  background-position: right calc(100% + 15px);
  background-repeat: no-repeat;
  background-size: auto 185px;
  transition: opacity .2s ease-in-out, background-position .35s ease-in-out;
}

.promo-block__image-wrapper--cover {
  transition: opacity .2s ease-in-out, transform 1.2s ease-in-out;
  transform: scale(1.01);
  background-position: center !important;
  background-size: cover !important;
}

.promo-block__inner {
  z-index: 1;
  position: relative;
}

.promo-block__content {
  margin-bottom: 1em;
}

.promo-block__heading {
  color: inherit;
  margin-bottom: 3px;
}

.promo-block__cta {
  margin-top: 3px;
}

.promo-block--small .promo-block__image-wrapper {
  background-size: auto 155px;
}

.promo-block--overlay:before {
  content: "";
  z-index: 1;
  background: linear-gradient(to top, #0000 15%, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (any-hover: hover) {
  .promo-block__image-wrapper {
    background-position: right calc(100% + 35px);
  }

  .promo-block:hover .promo-block__image-wrapper {
    background-position: right calc(100% + 15px);
  }

  .features--animate-zoom .promo-block:hover .promo-block__image-wrapper--cover {
    transform: scale(1.07);
  }
}

@media screen and (min-width: 641px) {
  .promo-block {
    min-height: 270px;
    padding: 26px 30px;
  }

  .promo-block--small {
    min-height: 240px;
  }

  .promo-block--large {
    min-height: 300px;
  }
}

@media screen and (min-width: 1000px) {
  .promo-block {
    min-height: 310px;
  }

  .promo-block--small {
    min-height: 280px;
  }

  .promo-block--large {
    min-height: 360px;
  }

  .promo-block__image-wrapper {
    background-size: auto 260px;
  }

  .promo-block--small .promo-block__image-wrapper {
    background-size: auto 220px;
  }

  .promo-block__heading {
    margin-bottom: 8px;
  }

  .promo-block__cta {
    margin-top: 8px;
  }
}

.rte {
  word-break: break-word;
}

.rte:after {
  content: "";
  clear: both;
  display: block;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  color: var(--heading-color);
  margin: 1em 0;
}

.rte h1:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child {
  margin-top: 0;
}

.rte h1 {
  margin: 1.4em 0 .7em;
}

.rte h2 {
  margin: 1.55em 0 .6em;
}

.rte h3 {
  margin: 1.8em 0 .8em;
}

.rte h4 {
  margin: 1.9em 0 .6em;
}

.rte h5 {
  margin: 2.2em 0 .7em;
}

.rte h6 {
  margin: 2.5em 0 .6em;
}

.rte p:not(:last-child), .rte ul:not(:last-child), .rte ol:not(:last-child) {
  margin-bottom: .7em;
}

.rte a:not(.button) {
  color: var(--link-color);
  -webkit-text-decoration: var(--text-link-decoration);
  text-decoration: var(--text-link-decoration);
  text-underline-position: under;
  transition: color .2s ease-in-out;
}

.rte a:not(.button):hover {
  color: var(--link-color-hover);
}

.rte p + .button {
  margin-top: 1em;
}

.rte ul, .rte ol {
  margin-left: 18px;
}

.rte ul li, .rte ol li {
  position: relative;
}

.rte ul li:not(:last-child), .rte ol li:not(:last-child) {
  margin-bottom: 5px;
}

.rte ul {
  list-style: none;
}

.rte ul li:before {
  content: "";
  background: rgba(var(--text-color-rgb), .4);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: .8em;
  left: -18px;
}

.rte ol {
  list-style-position: outside;
}

.rte img {
  margin: 1em 0;
}

.rte .video-wrapper {
  margin: 2.7em 0;
}

.rte blockquote {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  border-left: 5px solid rgba(var(--text-color-rgb), .4);
  margin: 3em 0 3em 10px;
  padding-left: 20px;
}

.rte table {
  margin-top: 2em;
}

@media screen and (min-width: 641px) {
  .rte blockquote {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
    padding-left: 30px;
  }

  .rte .video-wrapper {
    margin: 3em 0;
  }
}

.section {
  margin: 50px 0;
}

.section--tight {
  margin: 30px 0;
}

.section--isolated {
  padding: 50px 0;
  margin: 0 !important;
}

.section--isolated.section--tight {
  padding: 40px 0;
}

.section--text-centered {
  text-align: center;
}

.section__header {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.section__title {
  margin-bottom: 0;
}

.section__action-link {
  font-weight: var(--text-font-bolder-weight);
  color: var(--accent-color);
  flex-shrink: 0;
  margin-left: 20px;
}

.section__action-link svg {
  display: none;
}

.section__header-stack {
  flex-direction: column;
  display: flex;
}

.section--isolated .heading {
  color: inherit;
}

@media screen and (max-width: 640px) {
  .section {
    margin: 30px 0;
  }

  .section__header-stack > .section__title + * {
    margin-top: 10px;
  }
}

@media screen and (min-width: 641px) {
  .section {
    margin: 60px 0;
  }

  .section--tight {
    margin: 40px 0;
  }

  .section--isolated {
    padding: 60px 0;
  }

  .section__header {
    margin-bottom: 20px;
    overflow: visible;
  }

  .section__header--tight {
    margin-bottom: 14px;
  }

  .section__header-stack {
    flex-direction: row;
    align-items: center;
  }

  .section__action-link {
    transition: transform .35s cubic-bezier(.645, .045, .355, 1);
    transform: translateX(26px);
  }

  .section__action-link svg {
    vertical-align: -2px;
    opacity: 0;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    transition: all .35s cubic-bezier(.645, .045, .355, 1);
    display: inline-block;
    position: relative;
    right: -5px;
  }

  .section__header-stack > .section__title {
    margin: 0 16px 0 0;
  }
}

@media screen and (any-hover: hover) {
  .section__action-link:hover {
    transform: translateX(0);
  }

  .section__action-link:hover svg {
    opacity: 1;
    right: 0;
  }
}

.slideshow {
  height: 400px;
  overflow: hidden;
}

.slideshow--small {
  height: 350px;
}

.slideshow--large {
  height: 450px;
}

.slideshow__slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.slideshow__slide-inner {
  text-align: center;
  background-position: center;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow:not(.flickity-enabled) .slideshow__slide:not(.is-selected) {
  display: none;
}

.slideshow__placeholder {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow__image {
  width: 100%;
}

.slideshow__image-placeholder {
  fill: #696969;
  background: #a9a9a9;
  height: 100%;
}

.slideshow__title {
  color: inherit;
  margin-bottom: 7px;
}

.slideshow__content-wrapper {
  z-index: 1;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.slideshow__content {
  max-width: 650px;
  margin: 0 auto 22px;
}

.slideshow .flickity-page-dots {
  bottom: 30px;
}

.slideshow .flickity-page-dots .dot {
  background: #fff;
  border: 3px solid #fff;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  transition: background .25s ease-in-out;
  transform: none !important;
}

.slideshow .flickity-page-dots .dot:before {
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

.slideshow .flickity-page-dots .dot.is-selected {
  background: none;
}

.slideshow__slide--overlay:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000, #0000004d);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow--preserve-ratio {
  height: auto !important;
}

.slideshow--preserve-ratio .slideshow__slide {
  height: auto;
}

.slideshow--preserve-ratio .slideshow__slide-inner {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.slideshow--preserve-ratio .slideshow__content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 641px) {
  .slideshow:not(.slideshow--edge2edge) {
    margin: var(--desktop-container-gutter) 0;
  }

  .slideshow:not(.slideshow--edge2edge) .flickity-viewport {
    border-radius: 3px;
  }

  .slideshow__image-placeholder {
    width: 100%;
    height: auto;
  }

  .slideshow__slide-inner--top-left, .slideshow__slide-inner--top-center, .slideshow__slide-inner--top-right {
    justify-content: flex-start;
  }

  .slideshow__slide-inner--bottom-left, .slideshow__slide-inner--bottom-center, .slideshow__slide-inner--bottom-right {
    justify-content: flex-end;
  }

  .slideshow__slide-inner--bottom-left .slideshow__content-wrapper, .slideshow__slide-inner--bottom-center .slideshow__content-wrapper, .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    padding-top: 25px;
    padding-bottom: 75px;
  }

  .slideshow__slide-inner--top-left, .slideshow__slide-inner--middle-left, .slideshow__slide-inner--bottom-left {
    text-align: left;
  }

  .slideshow__slide-inner--top-left .slideshow__content, .slideshow__slide-inner--middle-left .slideshow__content, .slideshow__slide-inner--bottom-left .slideshow__content {
    margin-left: 0;
  }

  .slideshow__slide-inner--top-right, .slideshow__slide-inner--middle-right, .slideshow__slide-inner--bottom-right {
    text-align: right;
  }

  .slideshow__slide-inner--top-right .slideshow__content, .slideshow__slide-inner--middle-right .slideshow__content, .slideshow__slide-inner--bottom-right .slideshow__content {
    margin-right: 0;
  }

  .slideshow--preserve-ratio .slideshow__slide-inner--top-left .slideshow__content-wrapper, .slideshow--preserve-ratio .slideshow__slide-inner--top-center .slideshow__content-wrapper, .slideshow--preserve-ratio .slideshow__slide-inner--top-right .slideshow__content-wrapper {
    top: 0;
    transform: translateX(-50%);
  }

  .slideshow--preserve-ratio .slideshow__slide-inner--bottom-left .slideshow__content-wrapper, .slideshow--preserve-ratio .slideshow__slide-inner--bottom-center .slideshow__content-wrapper, .slideshow--preserve-ratio .slideshow__slide-inner--bottom-right .slideshow__content-wrapper {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1000px) {
  .slideshow {
    height: 430px;
  }

  .slideshow--small {
    height: 380px;
  }

  .slideshow--large {
    height: 520px;
  }
}

.store-availability-container {
  margin-top: 26px;
}

.store-availability-information {
  align-items: baseline;
  display: flex;
}

.icon--store-availability-in-stock, .icon--store-availability-out-of-stock {
  width: 18px;
  height: 14px;
  position: relative;
}

.store-availability-information .icon--store-availability-in-stock {
  top: 2px;
}

.store-availability-information .icon--store-availability-out-of-stock {
  top: 3px;
}

.store-availability-information-container {
  margin-left: 10px;
}

.store-availability-information__title, .store-availability-list__location {
  margin-bottom: -2px;
}

.store-availability-information__stock {
  margin-bottom: 4px;
}

.store-availability-information__stock, .store-availability-list__item-info {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
}

.store-availability-list__item + .store-availability-list__item {
  border-top: 1px solid var(--border-color);
  margin-top: 22px;
  padding-top: 20px;
}

.store-availability-list__stock {
  margin-bottom: 2px;
}

.store-availability-list__stock svg {
  margin-right: 3px;
}

.store-availability-list__contact {
  line-height: 1.45;
}

.store-availability-list__stock .icon--store-availability-in-stock {
  top: -1px;
}

.store-availability-list__contact p {
  margin-bottom: 0;
}

.team {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 62px;
}

.team__block-list {
  margin-bottom: 45px;
}

.team__block-item {
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .team {
    margin-top: 62px;
    margin-bottom: 80px;
  }

  .team__block-list {
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px -15px 47px;
    display: flex;
  }

  .team__block-item {
    flex: none;
    width: calc(50% - 30px);
    margin: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .team__block-item {
    width: calc(33.3333% - 30px);
  }
}

@media screen and (min-width: 1280px) {
  .team__block-item {
    width: calc(25% - 30px);
  }
}

.team__section-title {
  margin-bottom: 25px;
}

@media screen and (min-width: 641px) {
  .team__section-title {
    margin-bottom: 40px;
  }
}

.team__member {
  border: 1px solid var(--border-color);
  background: var(--secondary-background);
  border-radius: 3px;
  padding: 30px 20px 20px;
}

.team__member-pic {
  border: 1px solid var(--border-color);
  background: var(--background);
  width: 144px;
  margin-bottom: 20px;
  padding: 8px;
}

.team__member-pic--rounded {
  border-radius: 50%;
}

.team__member-title, .team__member-subheading {
  margin-bottom: 0;
  line-height: 1.4;
}

.team__member-title {
  margin-bottom: 6px;
}

.team__member-link {
  margin-top: 6px;
  display: inline-block;
}

.team__promotion {
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.team__promotion .heading {
  color: inherit;
  margin-bottom: 8px;
}

.team__promotion .button {
  min-width: 105px;
  margin-top: 22px;
}

.text-with-icons__item {
  width: 100%;
  line-height: 1.6;
}

.text-with-icons__title {
  margin-bottom: 4px;
}

.text-with-icons__icon-wrapper {
  margin-bottom: 15px;
}

.text-with-icons__icon-wrapper svg {
  vertical-align: middle;
  width: 30px;
  height: 30px;
}

.text-with-icons__icon-wrapper img {
  max-width: 30px;
}

.text-with-icons__content > p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .text-with-icons {
    text-align: center;
    padding-bottom: 28px;
  }

  .text-with-icons:after {
    content: "flickity";
    display: none;
  }

  .text-with-icons--stacked {
    padding-bottom: 0;
  }

  .text-with-icons--stacked .text-with-icons__item:not(:last-child) {
    margin-bottom: 34px;
  }

  .text-with-icons--stacked:after {
    content: "";
  }
}

@media screen and (min-width: 641px) {
  .text-with-icons {
    flex-wrap: wrap;
    margin: 0 -40px -45px;
    display: flex;
  }

  .page__header + .text-with-icons {
    margin-top: -5px;
  }

  .text-with-icons__item {
    flex-basis: calc(50% - 90px);
    margin: 0 40px 45px;
    display: flex;
  }

  .text-with-icons__icon-wrapper {
    margin: .5em 18px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .text-with-icons {
    justify-content: center;
    padding: 0 100px;
  }

  .text-with-icons__item {
    flex-basis: calc(50% - 140px);
    display: flex;
  }
}

@media screen and (min-width: 1280px) {
  .text-with-icons {
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 -35px;
    padding: 0;
  }

  .text-with-icons__item {
    flex-basis: calc(25% - 70px);
    margin: 0 35px;
  }
}

.text-with-icons--boxed {
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding-bottom: 0;
  display: block;
}

.text-with-icons--boxed .text-with-icons__item {
  text-align: center;
  padding: 28px 35px;
  display: block;
}

.text-with-icons--boxed .text-with-icons__item:not(:first-child) {
  border-top: 1px solid var(--border-color);
}

.text-with-icons--boxed .text-with-icons__icon-wrapper {
  margin: 0 0 1em;
}

@media screen and (min-width: 641px) {
  .text-with-icons--boxed {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    display: flex;
  }

  .text-with-icons--boxed .text-with-icons__item {
    flex: 1 0 0;
    margin: 0;
  }

  .text-with-icons--boxed .text-with-icons__item:not(:first-child) {
    border-top: none;
    border-left: 1px solid var(--border-color);
  }
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.text-center {
  text-align: center;
}

.skip-to-content:focus {
  clip: auto;
  color: var(--text-color);
  background-color: var(--secondary-background);
  opacity: 1;
  z-index: 10000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  transition: none;
}

.list--unstyled {
  list-style: none;
}

.collapsible {
  height: 0;
  transition: height .2s ease-in-out;
  overflow: hidden;
}

.social-media__item-list {
  flex-wrap: wrap;
  margin: -5px;
  display: flex;
}

.social-media__item {
  margin: 5px;
  display: inline-block;
}

.social-media__item > a {
  display: block;
}

.social-media__item svg {
  opacity: .4;
  will-change: opacity;
  width: 28px;
  height: 28px;
  transition: color .25s ease-in-out, opacity .25s ease-in-out;
}

.social-media__item-list--stack {
  margin: -10px 0;
  display: block;
}

.social-media__item-list--stack .social-media__item {
  margin: 0;
  padding: 7px 0;
  display: block;
}

.social-media__item-list--stack svg {
  vertical-align: top;
  margin-right: 12px;
}

@media screen and (any-hover: hover) {
  .social-media__item:hover svg {
    opacity: 1;
  }

  .social-media__item--facebook:hover svg {
    color: #3b5998;
  }

  .social-media__item--twitter:hover svg {
    color: #1da1f2;
  }

  .social-media__item--pinterest:hover svg {
    color: #bd081c;
  }

  .social-media__item--instagram:hover svg {
    color: #d83776;
  }

  .social-media__item--youtube:hover svg {
    color: red;
  }

  .social-media__item--tiktok:hover svg {
    color: #fd355a;
  }

  .social-media__item--vimeo:hover svg {
    color: #1ab7ea;
  }

  .social-media__item--linkedin:hover svg {
    color: #0077b5;
  }

  .social-media__item--snapchat:hover svg {
    color: #f5dc30;
  }

  .social-media__item--tumblr:hover svg {
    color: #35465c;
  }

  .social-media__item--fancy:hover svg {
    color: #494e58;
  }

  .social-media__item--rss:hover svg {
    color: #f26522;
  }
}

.alert {
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
  background: var(--background);
  color: var(--heading-color);
  text-align: left;
  border-radius: var(--border-radius);
  margin-bottom: 20px;
  padding: 12px 20px;
  font-size: 1rem;
  display: block;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert--block {
  display: block;
}

.alert--center {
  text-align: center;
}

.alert--tight {
  padding: 6px 14px;
}

.alert--error {
  background: var(--error-background);
  color: var(--error-color);
}

.alert--success {
  background: var(--success-background);
  color: var(--success-color);
}

.alert__ribbon {
  align-self: center;
  margin-left: 5px;
  margin-right: 25px;
}

.alert__ribbon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.alert__error-list {
  list-style: none;
}

.alert a {
  text-decoration: underline;
  transition: color .2s ease-in-out;
}

.pagination {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
  border-top: 1px solid var(--border-color);
  padding: 40px 0;
}

.pagination__inner {
  position: relative;
}

.pagination__prev, .pagination__next {
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.pagination__prev svg, .pagination__next svg {
  width: 8px;
  height: 12px;
  position: relative;
}

.pagination__prev {
  left: 0;
}

.pagination__prev svg {
  margin-right: 14px;
}

.pagination__next {
  right: 0;
}

.pagination__next svg {
  margin-left: 14px;
}

.pagination__nav, .pagination__page-count {
  text-align: center;
  display: block;
}

.pagination__nav {
  display: none;
}

.pagination__nav-item {
  margin: 0 2px;
  padding: 8px 11px;
  line-height: 1;
  display: inline-block;
}

.pagination__nav-item.is-active {
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border-radius: var(--border-radius);
}

.card .pagination {
  padding: 20px;
}

@media screen and (min-width: 641px) {
  .pagination__nav {
    display: block;
  }

  .pagination__page-count {
    display: none;
  }

  .card .pagination {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 999px) {
  .scroller {
    margin: 0 calc(-1 * var(--mobile-container-gutter));
    overflow: hidden;
  }

  .scroller--flush {
    margin: 0 !important;
  }

  .scroller__inner {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow: auto hidden;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .scroller {
    margin: 0 calc(-1 * var(--desktop-container-gutter));
  }

  .scroller__inner {
    scroll-padding-left: var(--desktop-container-gutter);
  }

  .scroller--mobile-only {
    margin: 0;
    overflow: visible;
  }

  .scroller--mobile-only > .scroller__inner {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }
}

@keyframes skeletonShimmerAnimation {
  0% {
    opacity: .45;
  }

  100% {
    opacity: .9;
  }
}

.skeleton-container {
  will-change: opacity;
  animation: 1s linear infinite alternate skeletonShimmerAnimation;
}

.skeleton-text {
  background: var(--border-color);
  width: 100%;
  height: 10px;
}

.skeleton-image {
  background: var(--border-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.skeleton-paragraph .skeleton-text {
  margin-bottom: 8px;
}

.skeleton-paragraph .skeleton-text:last-child {
  width: 38%;
  margin-bottom: 0;
}

.plus-button {
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  top: calc(50% - 5px);
  right: 0;
}

.plus-button:before, .plus-button:after {
  content: "";
  background-color: currentColor;
  transition: transform .35s ease-in-out, opacity .35s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(-90deg);
}

.plus-button:before {
  opacity: 1;
  width: 10px;
  height: 2px;
}

.plus-button:after {
  width: 2px;
  height: 10px;
}

[aria-expanded="true"] .plus-button:before, [aria-expanded="true"] .plus-button:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

[aria-expanded="true"] .plus-button:before {
  opacity: 0;
}

@media screen and (min-width: 641px) {
  .plus-button--large {
    width: 14px;
    height: 14px;
  }

  .plus-button--large:before {
    width: 14px;
  }

  .plus-button--large:after {
    height: 14px;
  }
}

.shopify-challenge__container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.shopify-challenge__button.shopify-challenge__button {
  border-color: var(--primary-button-background);
  text-align: center;
  line-height: normal;
  font-weight: var(--button-font-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color);
  border-radius: var(--border-radius);
  min-height: 48px;
  padding: 9px 30px;
  transition: background .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
  display: inline-block;
  position: relative;
}

.shopify-challenge__button.shopify-challenge__button:hover {
  background: rgba(var(--primary-button-background-rgb), .8);
}

@media screen and (min-width: 641px) {
  .shopify-challenge__container {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.shopify-policy__container {
  max-width: 800px;
}

.shopify-policy__title {
  margin: 30px 0;
}

.shopify-policy__title h1 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 24px));
  color: var(--heading-color);
  margin-bottom: 0;
  line-height: 1.45;
}

@media screen and (min-width: 641px) {
  .shopify-policy__title {
    margin: 30px 0;
  }

  .shopify-policy__title h1 {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 28px));
    line-height: 1.45;
  }
}

.announcement-bar {
  --announcement-bar-nav-size: 26px;
  --announcement-bar-control-radius: var(--compact-control-radius);
  --announcement-bar-control-border: rgba(var(--announcement-bar-text-color-rgb), 0.04);
  --announcement-bar-control-border-strong: rgba(var(--announcement-bar-text-color-rgb), 0.08);
  --announcement-bar-control-surface: rgba(var(--announcement-bar-text-color-rgb), 0.02);
  --announcement-bar-control-surface-hover: rgba(var(--announcement-bar-text-color-rgb), 0.05);
  --announcement-bar-control-surface-active: rgba(var(--announcement-bar-text-color-rgb), 0.08);
  --announcement-bar-control-shadow:
    0 0 0 1px var(--announcement-bar-control-border) inset,
    0 4px 14px rgba(var(--announcement-bar-background-rgb), 0.1);
  --announcement-bar-control-hover-shadow:
    0 0 0 1px var(--announcement-bar-control-border-strong) inset,
    0 6px 16px rgba(var(--announcement-bar-background-rgb), 0.12);
  --announcement-bar-control-focus-shadow:
    0 0 0 1px var(--announcement-bar-control-border-strong) inset,
    0 0 0 2px var(--secondary-background),
    0 0 0 4px rgba(var(--announcement-bar-text-color-rgb), 0.28),
    0 6px 16px rgba(var(--announcement-bar-background-rgb), 0.12);
  font-weight: var(--text-font-bolder-weight);
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 10px));
  overflow: hidden;
  display: block;
  position: relative;
  isolation: isolate;
  box-shadow:
    0 -1px 0 rgba(var(--announcement-bar-text-color-rgb), 0.06) inset,
    0 -8px 24px rgba(var(--announcement-bar-background-rgb), 0.08) inset,
    0 1px 0 rgba(var(--announcement-bar-text-color-rgb), 0.08);
}

.announcement-bar::before {
  content: "";
  background:
    radial-gradient(70% 140% at 0% 50%, rgba(var(--announcement-bar-text-color-rgb), 0.12), transparent 50%),
    radial-gradient(70% 140% at 100% 50%, rgba(var(--announcement-bar-text-color-rgb), 0.1), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.9;
}

.announcement-bar .container {
  position: relative;
  z-index: 1;
}

.announcement-bar__carousel {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.announcement-bar__slides {
  min-height: 16px;
  display: grid;
  align-items: center;
  width: 100%;
}

.announcement-bar__slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
}

.announcement-bar__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.announcement-bar__content {
  margin-bottom: 0;
  padding: 3px 0;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

a.announcement-bar__content {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: opacity .2s ease, text-decoration-color .2s ease;
}

a.announcement-bar__content:hover {
  opacity: 0.96;
  text-decoration-color: currentColor;
}

.announcement-bar__content--left {
  text-align: left;
}

.announcement-bar__content--center {
  text-align: center;
}

.announcement-bar__nav {
  width: var(--announcement-bar-nav-size);
  height: var(--announcement-bar-nav-size);
  color: currentColor;
  background: var(--announcement-bar-control-surface);
  border-radius: var(--announcement-bar-control-radius);
  box-shadow: var(--announcement-bar-control-shadow);
  transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .15s ease-in-out;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  display: inline-flex;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.announcement-bar__nav:hover {
  background: var(--announcement-bar-control-surface-hover);
  box-shadow: var(--announcement-bar-control-hover-shadow);
}

.announcement-bar__nav:active {
  background: var(--announcement-bar-control-surface-active);
  transform: scale(var(--interaction-press-scale));
}

.announcement-bar__nav:focus-visible {
  outline: none;
  box-shadow: var(--announcement-bar-control-focus-shadow);
}

.announcement-bar__nav svg {
  width: 6px;
  height: 10px;
}

@media screen and (max-width: 640px) {
  .announcement-bar__inner {
    min-height: 34px;
    align-items: center;
    gap: 4px;
    display: flex;
    text-align: center;
  }

  .announcement-bar__content {
    text-align: center;
  }
}

@media screen and (min-width: 641px) {
  .announcement-bar {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
    text-align: left;
  }

  .announcement-bar__inner {
    min-height: 36px;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .announcement-bar__content {
    padding: 4px 0;
  }

  .announcement-bar__content--center {
    text-align: center;
  }

  .announcement-bar__button {
    min-height: 28px;
    background: var(--announcement-bar-control-surface);
    color: currentColor;
    border-radius: var(--announcement-bar-control-radius);
    box-shadow: var(--announcement-bar-control-shadow);
    transition: background .2s ease-in-out, box-shadow .2s ease-in-out, transform .15s ease-in-out;
    align-items: center;
    display: inline-flex;
    margin-left: 2px;
    padding: 0 12px 0 10px;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .announcement-bar__button:hover {
    background: var(--announcement-bar-control-surface-hover);
    box-shadow: var(--announcement-bar-control-hover-shadow);
  }

  .announcement-bar__button:active {
    background: var(--announcement-bar-control-surface-active);
    transform: scale(var(--interaction-press-scale));
  }

  .announcement-bar__button:focus-visible {
    box-shadow: var(--announcement-bar-control-focus-shadow);
  }

  .announcement-bar__button svg {
    vertical-align: text-bottom;
    width: 18px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
  }

  .announcement-bar__close-container {
    position: relative;
  }

  .announcement-bar__close {
    color: var(--heading-color);
    transition: color .2s ease-in-out;
    position: absolute;
    top: 25px;
    right: 0;
  }

  .announcement-bar__close:hover {
    color: var(--accent-color);
  }

  .announcement-bar__close svg {
    width: 19px;
    height: 19px;
  }

  .announcement-bar__newsletter {
    visibility: hidden;
    text-align: center;
    height: 0;
    transition: height .5s cubic-bezier(.77, 0, .175, 1), visibility .5s cubic-bezier(.77, 0, .175, 1);
    overflow: hidden;
  }

  .announcement-bar__newsletter[aria-hidden="false"] {
    visibility: visible;
  }

  .announcement-bar__newsletter-inner {
    margin: 50px 0;
  }
}

.offer-item {
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 20px;
}

.offer-item__image-wrapper {
  min-width: 70px;
  max-width: 70px;
  margin-bottom: 14px;
}

.offer-item__title {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 17px));
  margin-bottom: 6px;
}

.offer-item__content {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 14px));
}

@media screen and (min-width: 641px) {
  .offer-item {
    padding: 28px 30px;
  }

  .offer-item__image-wrapper {
    min-width: 110px;
    max-width: 110px;
  }
}

@media screen and (min-width: 1280px) {
  .offer-item--inline {
    align-items: center;
    display: flex;
  }

  .offer-item--inline .offer-item__image-wrapper {
    margin: 0 30px 0 0;
  }
}

.image-with-text {
  flex-direction: column;
  display: flex;
}

.image-with-text__image-container {
  margin-bottom: 25px;
}

@media screen and (max-width: 999px) {
  .image-with-text__image-container {
    order: -1;
    width: 100% !important;
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image-with-text__image-container {
    min-width: 30%;
    max-width: 50%;
  }

  .image-with-text__image-container, .image-with-text__text-container {
    width: 50%;
    margin: 0;
  }

  .image-with-text__text-container:last-child {
    padding-left: 60px;
  }

  .image-with-text__text-container:first-child {
    text-align: right;
    padding-right: 60px;
  }

  .image-with-text__text-container:first-child .image-with-text__text-aligner {
    text-align: left;
    display: inline-block;
  }
}

@media screen and (min-width: 1000px) {
  .image-with-text__image-container {
    min-width: 0;
    max-width: none;
  }
}

@media screen and (min-width: 1280px) {
  .image-with-text__text-container:last-child {
    padding-left: 75px;
  }

  .image-with-text__text-container:first-child {
    padding-right: 75px;
  }
}

.newsletter {
  margin-top: 30px;
}

.newsletter__form {
  padding-bottom: 10px;
}

.newsletter__text {
  margin-top: 16px;
}

.newsletter--compact .newsletter__form {
  padding-bottom: 0;
}

.newsletter--compact .newsletter__text {
  margin-top: 16px;
}

.quick-links {
  text-align: center;
  background: var(--secondary-background);
  border: 1px solid var(--border-color);
  font-size: calc(var(--default-text-font-size)  + 1px);
  border-radius: var(--border-radius);
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}

.quick-links__link {
  box-shadow: 1px 0 var(--border-color), 0 1px var(--border-color);
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-transform: none;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px 10px;
  transition: color .2s ease-in-out;
  display: flex;
}

.quick-links__link:hover {
  color: var(--accent-color);
}

.quick-links__link--grow {
  flex-grow: 1;
}

.quick-links__image-container {
  flex: auto;
  margin: 0 auto;
  font-size: 0;
  display: block;
}

.quick-links__image-ie-fix {
  margin: 0 auto;
  transition: transform .3s ease-in-out;
}

@media screen and (any-hover: hover) {
  .features--animate-zoom .quick-links__link:hover .quick-links__image-ie-fix {
    transform: scale(1.05);
  }
}

@media screen and (min-width: 641px) {
  .quick-links__link {
    width: 33.3333%;
    padding: 24px;
  }
}

@media screen and (min-width: 1000px) {
  .quick-links__link {
    width: 16.6667%;
  }
}

.breadcrumb__list {
  align-items: center;
  list-style: none;
  display: flex;
}

.breadcrumb__list svg {
  vertical-align: inherit;
  width: 6px;
  height: 8px;
  margin: 0 7px;
}

.loading-bar {
  opacity: 0;
  background: var(--accent-color);
  transform-origin: 0;
  z-index: 50;
  pointer-events: none;
  width: 100%;
  height: 3px;
  transition: transform .25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  transform: scaleX(0);
}

.loading-bar.is-visible {
  opacity: 1;
}

.empty-state {
  text-align: center;
  margin: 100px 0;
}

.empty-state--extra-tight {
  margin: 30px 0;
}

.empty-state--tight {
  margin: 40px 0;
}

.empty-state__heading {
  margin-bottom: 15px;
}

.empty-state__description {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
  margin-bottom: 32px;
}

.empty-state__quick-form {
  max-width: 410px;
  margin: 40px auto 25px;
}

.empty-state__button-container {
  margin-top: 16px;
}

.empty-state__button {
  min-width: 230px;
}

.empty-state__icon {
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
}

.empty-state__icon .icon--package {
  width: 46px;
  height: 46px;
}

.empty-state__icon .icon--address {
  width: 46px;
  height: 45px;
}

.empty-state__icon-description {
  margin-bottom: 30px;
}

.empty-state__count {
  line-height: 20px;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  font-weight: var(--text-font-bolder-weight);
  text-align: center;
  background: var(--accent-color);
  color: var(--header-text-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: -9px;
}

@media screen and (min-width: 641px) {
  .empty-state {
    margin: 170px 0;
  }

  .empty-state--extra-tight {
    margin: 40px 0;
  }

  .empty-state--tight {
    margin: 105px 0;
  }
}

.payment-list {
  flex-wrap: wrap;
  margin: -4px;
  display: flex;
}

.payment-list__item {
  width: 38px;
  height: 24px;
  margin: 4px;
}

.payment-list__notice {
  margin-top: 18px;
}

.payment-list--centered {
  justify-content: center;
}

.layout {
  margin-bottom: 70px;
}

.layout .layout {
  margin-top: 18px;
  margin-bottom: 0;
}

.layout__section {
  margin-bottom: 18px;
}

.layout .card:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .layout--reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media screen and (min-width: 641px) {
  .layout {
    margin-bottom: 100px;
  }

  .layout .layout {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .layout {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }

  .layout--pad {
    padding-top: 25px;
  }

  .layout__section {
    flex: 1 0 0;
    margin: 0 15px;
  }

  .layout__section:only-child {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout__section--secondary {
    flex: none;
    width: 260px;
  }

  .layout__section--large-secondary {
    flex: none;
    width: 320px;
  }
}

@media screen and (min-width: 1280px) {
  .layout__section--secondary {
    width: 288px;
  }

  .layout__section--large-secondary {
    width: 365px;
  }
}

.modal {
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, overlay 1s allow-discrete;
  background: none;
  border: none;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.modal:before {
  content: "";
  pointer-events: none;
  background: var(--modal-overlay-background);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal[aria-hidden="false"] .modal__dialog {
  transition: transform .4s cubic-bezier(.18, 1.25, .4, 1), visibility .4s linear;
  transform: translateY(0) scale(1);
}

.modal__dialog {
  background: var(--modal-surface-background);
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  transition: transform .25s ease-in-out, visibility .25s ease-in-out;
  position: absolute;
  overflow: auto;
  transform: translateY(18px) scale(.98);
  box-shadow: none;
}

.modal__loader {
  text-align: center;
  padding: 60px 0;
  display: none;
}

.modal__loader .icon--search-loader {
  color: var(--accent-color);
  width: 35px;
  height: 35px;
}

.modal__header {
  border-bottom: 1px solid var(--border-color);
  background: rgba(var(--secondary-background-rgb), 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.modal__header, .modal__content {
  padding: 20px;
}

.modal__header + .modal__content {
  padding-top: 30px;
}

.modal__title {
  text-align: center;
  margin-bottom: 0;
}

.modal__description {
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.modal__close {
  color: var(--heading-color);
  background: var(--secondary-button-surface-rest);
  border: 1px solid var(--secondary-button-border-color);
  box-shadow: var(--secondary-button-rest-shadow);
  border-radius: var(--modal-close-radius);
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: var(--modal-close-size);
  height: var(--modal-close-size);
  transition: color .2s ease-in-out, background .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, transform .18s ease-in-out;
  display: inline-flex;
}

.modal__close:focus-visible {
  outline: none;
  color: var(--secondary-button-accent);
  box-shadow:
    0 0 0 1px var(--secondary-button-border-color-strong) inset,
    0 0 0 2px rgba(var(--secondary-background-rgb), 0.92),
    0 0 0 4px rgba(var(--secondary-button-accent-rgb), 0.24),
    var(--interaction-surface-rest-shadow);
}

.modal__close:active {
  background: var(--secondary-button-surface-active);
  box-shadow: var(--secondary-button-rest-shadow);
  transform: scale(var(--interaction-press-scale));
}

.modal__close svg {
  width: 20px;
  height: 20px;
  display: block;
}

.modal__inner {
  min-height: 100%;
}

.modal .card {
  background: none;
}

.modal.is-loading .modal__loader {
  display: block;
}

.modal.is-loading .modal__inner {
  display: none;
}

@media screen and (max-width: 640px) {
  .modal__content--ios-push {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 641px) {
  .modal {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal__dialog {
    border: 1px solid var(--modal-surface-border-color);
    border-radius: var(--modal-surface-radius);
    width: 580px;
    height: auto;
    max-height: calc(100% - 80px);
    box-shadow: var(--modal-surface-shadow);
  }

  .modal__dialog--stretch {
    width: calc(100% - 80px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .modal__header, .modal__content {
    padding: 30px;
  }

  .modal__header:not(.modal__header--bordered) {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .modal__header--bordered {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .modal__description {
    margin-top: -18px;
  }
}

@media screen and (any-hover: hover) {
  .modal__close:hover:not(:focus-visible) {
    color: var(--secondary-button-accent);
    background: var(--secondary-button-surface-hover);
    border-color: var(--secondary-button-border-color-strong);
    box-shadow: var(--secondary-button-hover-shadow);
  }
}

.icon-state {
  vertical-align: middle;
  position: relative;
}

.icon-state .icon-state__primary, .icon-state .icon-state__secondary {
  transition: opacity .35s ease-in-out, transform .35s ease-in-out;
  display: block;
}

.icon-state .icon-state__secondary {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)scale(.3);
}

.icon-state[aria-expanded="true"] .icon-state__primary {
  opacity: 0;
  transform: scale(.3);
}

.icon-state[aria-expanded="true"] .icon-state__secondary {
  opacity: 1;
  transform: translateY(-50%)scale(1);
}

@media (-moz-touch-enabled: 0), (hover: hover) {
  [data-tooltip] {
    position: relative;
  }

  [data-tooltip]:before {
    content: attr(data-tooltip);
    white-space: nowrap;
    background: var(--accent-color);
    color: var(--secondary-background);
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border-radius: 3px;
    padding: 2px 11px;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1px #0001;
  }

  [data-tooltip]:after {
    content: "";
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent var(--accent-color) var(--accent-color);
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    width: 0;
    height: 0;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
    position: absolute;
    bottom: calc(100% - 2px);
    left: calc(50% - 7px);
    transform: rotate(-45deg);
    box-shadow: -1px 1px 1px #0000001a;
  }

  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    opacity: 1;
    visibility: visible;
  }

  [data-tooltip-position="bottom-left"]:before {
    top: calc(100% + 4px);
    bottom: auto;
    left: auto;
    right: -6px;
    transform: none;
  }

  [data-tooltip-position="bottom-left"]:after {
    top: calc(100% - 1px);
    left: calc(50% - 6px);
    transform: rotate(135deg);
  }
}

.quantity-selector {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
  border: 1px solid var(--border-color);
  box-shadow: var(--interaction-surface-rest-shadow);
  vertical-align: middle;
  border-radius: var(--border-radius);
  align-items: center;
  height: 38px;
  display: inline-flex;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out;
}

.quantity-selector svg:hover {
  opacity: 1;
}

.quantity-selector .icon--minus {
  width: 10px;
  height: 10px;
}

.quantity-selector .icon--plus {
  width: 10px;
  height: 10px;
}

.quantity-selector__button {
  color: rgba(var(--text-color-rgb), .6);
  touch-action: manipulation;
  align-items: center;
  height: 100%;
  padding: 0 12px;
  transition: background-color .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out, transform .15s ease-in-out;
  display: flex;
}

.quantity-selector__button:not([disabled]):hover {
  color: var(--heading-color);
  background: var(--interaction-surface-hover-background);
}

.quantity-selector__button:not([disabled]):active {
  background: var(--interaction-surface-active-background);
  transform: scale(var(--interaction-press-scale));
}

.quantity-selector__button:focus-visible {
  outline: none;
  color: var(--primary-button-background);
}

.quantity-selector__button[disabled],
.quantity-selector__button.button--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.quantity-selector:hover {
  border-color: var(--interaction-surface-hover-border-color);
  box-shadow: var(--interaction-surface-hover-shadow);
}

.quantity-selector:focus-within {
  border-color: var(--primary-button-background);
  box-shadow: var(--interaction-surface-focus-shadow);
}

.quantity-selector__value {
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background: none;
  border: none;
  width: 32px;
  min-width: 32px;
  padding: 0 5px;
}

.quantity-selector__value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector__value:focus {
  outline: none;
}

.quantity-selector--product {
  height: 44px;
}

.quantity-selector--product .quantity-selector__button {
  padding: 0 16px;
}

.quantity-selector--product .quantity-selector__value {
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  box-shadow: 0 1px rgba(var(--border-color-rgb), .4) inset;
  color: var(--heading-color);
  width: 64px;
  min-width: 64px;
  height: 100%;
}

.shipping-estimator__results {
  margin: 24px 0 2px;
  font-size: 1rem;
}

.shipping-estimator__results p {
  margin-bottom: 6px;
}

.shipping-estimator__results ul {
  color: var(--heading-color);
  font-weight: var(--text-font-bolder-weight);
}

.cookie-bar {
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 11px));
  width: 100%;
  transition: transform .35s ease-in-out, opacity .35s ease-in-out, visibility .35s ease-in-out;
  position: fixed;
  bottom: 20px;
  left: 0;
  transform: translateY(100%);
}

.cookie-bar[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.cookie-bar__inner {
  z-index: 4;
  background: var(--secondary-background);
  color: var(--text-color);
  border-radius: 3px;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px;
  box-shadow: 0 1px 4px 1px #0000001a;
}

.cookie-bar__text {
  line-height: 1.45;
}

.cookie-bar__button {
  line-height: 30px;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 12px));
  margin-top: 12px;
  padding: 0 16px;
}

.cookie-bar__choice-container {
  margin-top: 5px;
}

@supports (padding: max(0px)) {
  .cookie-bar {
    bottom: max(25px, env(safe-area-inset-bottom, 0px)  + 25px);
  }
}

@media screen and (min-width: 641px) {
  .cookie-bar {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
    bottom: 25px;
  }

  .cookie-bar__inner {
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 20px 25px;
    display: flex;
  }

  .cookie-bar__text {
    line-height: 1.25;
  }

  .cookie-bar__button {
    line-height: 36px;
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
    margin-top: 0;
    padding: 0 18px;
  }

  .cookie-bar__choice-container {
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-top: 5px;
    margin-left: 25px;
  }
}

.contact {
  margin-bottom: 40px;
}

.contact__store-info {
  margin-top: 50px;
}

.contact__store-heading, .contact__store-image {
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
  .contact {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1000px) {
  .contact__store-info {
    margin-top: 0;
    margin-left: 25px;
  }
}

.password {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 0;
  display: flex;
}

@supports (--css: variables) {
  .password {
    height: calc(100vh - var(--header-height, 0px));
  }
}

.password__content {
  text-align: center;
  flex: 1 0 auto;
  align-items: center;
  display: flex;
}

.password__footer {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  text-align: center;
}

.password__footer-social {
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.password__social-text {
  margin-right: 20px;
}

.password__powered-by a {
  vertical-align: bottom;
  margin-left: 4px;
  display: inline-block;
}

.password__powered-by svg {
  width: 98px;
  height: 28px;
}

.password__admin-link {
  margin-left: 18px;
  display: block;
}

@media screen and (min-width: 1000px) {
  .template-password .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .password {
    padding: 40px 0;
  }

  .password__footer {
    text-align: left;
  }

  .password__footer--with-social {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .password__admin-link {
    display: inline-block;
  }

  .password__footer-social {
    margin-top: 0;
  }
}

.faq {
  margin: 40px 0 70px;
}

.faq__title {
  text-align: center;
  margin-bottom: 20px;
}

.faq__item {
  background: var(--secondary-background);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 20px;
}

.faq__item + .faq__item {
  border-top: none;
}

.faq__question {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.faq__question .plus-button {
  margin-left: 40px;
  transition: color .2s ease;
}

.faq__answer-wrapper {
  height: 0;
  transition: height .2s ease-in-out;
  overflow: hidden;
}

.faq__answer {
  margin: 10px 30px 0 0;
}

.faq__group {
  margin-bottom: 30px;
}

.faq__group-title {
  text-align: center;
}

.faq__contact-info {
  margin-top: 50px;
}

@media screen and (min-width: 641px) {
  .faq {
    margin: 70px 0 115px;
  }

  .faq__title {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .faq__item {
    border: 1px solid var(--border-color);
    border-radius: 3px 3px 0 0;
    padding: 20px 30px;
  }

  .faq__item + .faq__item {
    border-radius: 0;
  }

  .faq__item:last-child {
    border-radius: 0 0 3px 3px;
  }
}

@media screen and (min-width: 1000px) {
  .faq__group {
    margin-bottom: 0;
  }

  .faq__group + .faq__group {
    margin-top: 50px;
  }
}

.modal--newsletter {
  height: auto;
  top: auto;
  bottom: 0;
}

.modal--newsletter .modal__dialog {
  height: auto;
  padding: 48px 20px 20px;
  position: relative;
}

.popup-newsletter__title {
  text-align: center;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 20px));
  margin-bottom: 10px;
}

.popup-newsletter__close {
  color: var(--heading-color);
  position: absolute;
  top: 16px;
  right: 20px;
}

.popup-newsletter__close svg {
  width: 15px;
  height: 15px;
}

.popup-newsletter__content {
  text-align: center;
}

.popup-newsletter__form {
  margin-top: 20px;
}

@supports (padding: max(0px)) {
  .modal--newsletter .modal__dialog {
    padding-bottom: max(20px, env(safe-area-inset-bottom, 0px)  + 20px);
  }
}

@media screen and (min-width: 641px) {
  .modal--newsletter {
    height: 100%;
  }

  .modal--newsletter .modal__dialog {
    max-width: 540px;
    padding: 64px 80px 80px;
  }

  .popup-newsletter__close {
    position: absolute;
    top: 24px;
    right: 30px;
  }

  .popup-newsletter__close svg {
    width: 20px;
    height: 20px;
  }

  .popup-newsletter__title {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 28px));
  }

  .popup-newsletter__form {
    margin-top: 30px;
  }
}

.modal--exit-popup {
  height: auto;
  top: auto;
  bottom: 0;
}

.modal--exit-popup .modal__dialog {
  height: auto;
  padding: 48px 20px 20px;
  position: relative;
}

.exit-popup__title {
  text-align: center;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 28px));
  margin-bottom: 8px;
  line-height: 1.2;
}

.exit-popup__subheading {
  text-align: center;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 18px));
}

.exit-popup__close {
  color: var(--heading-color);
  position: absolute;
  top: 16px;
  right: 20px;
}

.exit-popup__close svg {
  width: 15px;
  height: 15px;
}

.exit-popup__form {
  margin-top: 20px;
}

.exit-popup__pay-more {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 641px) {
  .modal--exit-popup {
    height: 100%;
  }

  .modal--exit-popup .modal__dialog {
    max-width: 540px;
    padding: 95px 80px 30px;
  }

  .exit-popup__close {
    position: absolute;
    top: 24px;
    right: 30px;
  }

  .exit-popup__close svg {
    width: 20px;
    height: 20px;
  }

  .exit-popup__title {
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 48px));
  }

  .exit-popup__form {
    margin-top: 30px;
  }

  .exit-popup__pay-more {
    margin-top: 75px;
  }
}

.drawer {
  z-index: 5;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  transition: visibility .35s linear;
  position: fixed;
  top: 0;
  right: 0;
}

.drawer:before {
  content: "";
  opacity: 0;
  background: #000;
  width: 100%;
  height: 100%;
  transition: opacity .35s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.drawer__inner {
  background: var(--secondary-background);
  width: 100%;
  max-width: 345px;
  height: 100%;
  margin-left: auto;
  transition: transform .35s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.drawer[aria-hidden="false"] {
  visibility: visible;
}

.drawer[aria-hidden="false"]:before {
  opacity: .4;
}

.drawer[aria-hidden="false"] .drawer__inner {
  transform: translateX(0);
}

.link-search-results:not(:only-child) {
  margin-top: 40px;
}

.link-search-results__list {
  list-style: none;
}

.link-search-results__link {
  padding: 8px 20px;
  transition: color .15s ease-in-out, background .15s ease-in-out;
  display: block;
}

.link-search-results__link:hover, .link-search-results__link:focus {
  background: var(--accent-background);
  color: var(--accent-color);
  outline: none;
}

@media screen and (min-width: 641px) {
  .link-search-results:not(:only-child) {
    margin-top: 60px;
  }
}

.expandable-content[aria-expanded] {
  max-height: 320px;
  transition: all .2s ease-in-out;
  position: relative;
  overflow: hidden;
}

.expandable-content__toggle {
  visibility: hidden;
  opacity: 0;
  color: var(--accent-color);
  text-align: left;
  font-weight: var(--text-font-bolder-weight);
  background: var(--secondary-background);
  z-index: 1;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  transition: opacity .1s ease-in-out, visibility .1s ease-in-out;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.expandable-content__toggle:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(rgba(var(--secondary-background-rgb), 0), rgba(var(--secondary-background-rgb), .4) 15%, var(--secondary-background));
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.expandable-content__toggle-icon {
  width: 10px;
  height: 10px;
  margin-right: 15px;
  transition: transform .2s ease-in-out;
  position: relative;
}

.expandable-content__toggle-icon:before, .expandable-content__toggle-icon:after {
  content: "";
  background: currentColor;
  transition: transform .2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.expandable-content__toggle-icon:before {
  width: 2px;
  height: 10px;
}

.expandable-content__toggle-icon:after {
  width: 10px;
  height: 2px;
}

.expandable-content--expandable[aria-expanded="true"] .expandable-content__toggle-icon {
  transform: rotateZ(90deg);
}

.expandable-content--expandable[aria-expanded="true"] .expandable-content__toggle-icon:after {
  display: none;
}

.expandable-content--expandable .expandable-content__toggle {
  visibility: visible;
  opacity: 1;
}

.expandable-content--expandable[aria-expanded="true"] .expandable-content__toggle:before {
  height: 0;
}

@media screen and (any-hover: hover) {
  .expandable-content[aria-expanded="false"] .expandable-content__toggle:hover .expandable-content__toggle-icon {
    transform: rotateZ(45deg);
  }
}

@media screen and (min-width: 641px) {
  .expandable-content__toggle {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.menu-item__title {
  margin-bottom: .75em;
}

.menu-item__linklist {
  list-style: none;
}

.menu-item__link-item {
  padding: 5px 0;
}

.price-range {
  padding: 20px 0;
  display: block;
}

.price-range__input-group {
  align-items: center;
  display: flex;
}

.price-range__input {
  flex: 1 0 0;
  min-width: 0;
}

.price-range__delimiter {
  margin: 0 12px;
}

.price-range__range-group {
  margin-bottom: 18px;
  position: relative;
}

.rating {
  vertical-align: bottom;
  line-height: inherit;
  align-items: center;
  display: flex;
}

.rating__stars {
  grid-auto-flow: column;
  column-gap: 2px;
  display: grid;
}

.rating__star {
  color: var(--product-review-star-color);
  width: 14px;
  height: 14px;
}

.rating__star--empty {
  color: rgba(var(--text-color-rgb), .4);
}

.rating__caption {
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 13px));
  margin-left: 7px;
  position: relative;
  top: 1px;
}

product-rerender {
  display: contents;
}

.value-picker-button svg {
  width: 9px;
  height: 7px;
  margin-left: 10px;
  transition: transform .2s ease-in-out;
}

.value-picker-button svg path {
  stroke-width: 2.5px;
}

.value-picker-button--pill {
  text-align: left;
  color: var(--compact-control-color);
  border: 1px solid var(--compact-control-border-color);
  background: var(--compact-control-background);
  box-shadow: var(--compact-control-shadow);
  border-radius: var(--compact-control-radius);
  font-size: var(--compact-control-font-size);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: var(--compact-control-height);
  padding: 14px 20px;
  transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out;
  display: flex;
  position: relative;
}

.value-picker-button--pill svg {
  width: 12px;
  height: 8px;
  transition: transform .2s ease-in-out;
}

.value-picker-button--pill path {
  stroke-width: 2px;
}

.value-picker-button[aria-expanded="true"] svg {
  transform: rotateZ(180deg);
}

.value-picker-button--pill:focus-visible,
.value-picker-button--pill[aria-expanded="true"] {
  outline: none;
  border-color: var(--compact-control-focus-color);
  box-shadow: var(--compact-control-focus-shadow);
  color: var(--primary-button-background);
}

.value-picker-button--pill:active {
  background: var(--compact-control-active-background);
}

@media screen and (any-hover: hover) {
  .value-picker-button--pill:hover:not([aria-expanded="true"]):not(:focus-visible) {
    border-color: var(--compact-control-hover-border-color);
    box-shadow: var(--compact-control-hover-shadow);
    color: var(--primary-button-background);
  }
}

.value-picker {
  z-index: 5;
  font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 16px));
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  transition: visibility .35s ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
}

.value-picker:before {
  content: "";
  opacity: 0;
  background: #000;
  width: 100vw;
  height: 100vh;
  transition: opacity .35s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

.value-picker[aria-hidden="false"] {
  visibility: visible;
}

.value-picker[aria-hidden="false"]:before {
  opacity: .4;
}

.value-picker[aria-hidden="false"] .value-picker__inner {
  transform: translateY(0);
}

.value-picker .icon--nav-triangle-borderless {
  display: none;
}

.value-picker__inner {
  background: var(--secondary-background);
  width: 100%;
  transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

.value-picker__header {
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px 16px;
  display: flex;
}

.value-picker__header .icon--close {
  color: var(--heading-color);
  width: 17px;
  height: 17px;
}

.value-picker__title {
  margin: 0;
}

.value-picker__close svg {
  display: block;
}

.value-picker__choice-list {
  overscroll-behavior: none;
  max-height: 430px;
  padding: 15px 0;
  list-style: none;
  overflow: auto;
}

.value-picker__choice-item {
  text-align: left;
  width: 100%;
  padding: 8px 50px 7px 20px;
  display: block;
  position: relative;
}

.value-picker__choice-item svg {
  width: 13px;
  height: 11px;
  transition: transform .2s ease-in-out;
  position: absolute;
  top: 17px;
  right: 20px;
  transform: scale(0);
}

.value-picker__choice-item.is-selected {
  color: var(--accent-color);
  font-weight: var(--text-font-bolder-weight);
}

.value-picker__choice-item.is-selected svg {
  transform: scale(1);
}

@supports (padding: max(0px)) {
  .value-picker__choice-list {
    max-height: calc(430px + env(safe-area-inset-bottom, 0px)  + 15px);
    padding-bottom: max(15px, env(safe-area-inset-bottom, 0px)  + 15px);
  }
}

@media screen and (min-width: 641px) {
  .value-picker-wrapper {
    position: relative;
  }

  .value-picker {
    visibility: hidden;
    opacity: 0;
    background: var(--floating-panel-background);
    color: var(--text-color);
    border: 1px solid var(--floating-panel-border-color);
    z-index: 4;
    cursor: auto;
    will-change: transform;
    border-radius: var(--floating-panel-radius);
    width: auto;
    min-width: 160px;
    height: auto;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, visibility .25s ease-in-out;
    position: absolute;
    top: calc(100% + 10px);
    bottom: auto;
    left: auto;
    right: -25px;
    transform: scale(.9);
    box-shadow: var(--floating-panel-shadow);
  }

  .value-picker:before {
    display: none;
  }

  .value-picker[data-picker-position="top"] {
    top: auto;
    bottom: calc(100% + 10px);
  }

  .value-picker--align-left {
    left: 0;
    right: auto !important;
  }

  .value-picker[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    transition: opacity .4s cubic-bezier(0, 1, .4, 1), transform .4s cubic-bezier(.18, 1.25, .4, 1), visibility .4s linear;
    transform: scale(1.001);
  }

  .value-picker .icon--nav-triangle-borderless {
    z-index: 2;
    filter: drop-shadow(0 -2px 2px #0000001f);
    width: 18px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 100%;
    right: 20px;
  }

  .value-picker--align-left .icon--nav-triangle-borderless {
    left: 20px;
    right: auto;
  }

  .value-picker[data-picker-position="top"] .icon--nav-triangle-borderless {
    top: 100%;
    bottom: auto;
    transform: rotateZ(180deg);
  }

  .value-picker__inner {
    background: transparent;
    border-radius: inherit;
    width: auto;
    transition: none;
    position: relative;
    transform: none !important;
  }

  .value-picker__inner--restrict {
    max-height: 300px;
    overflow: auto;
  }

  .value-picker__header {
    display: none;
  }

  .value-picker__choice-list {
    white-space: nowrap;
    font-size: calc(var(--base-text-font-size)  - (var(--default-text-font-size)  - 15px));
    max-height: none;
    padding: var(--floating-panel-padding);
    display: grid;
    gap: 2px;
  }

  .value-picker__choice-item {
    cursor: pointer;
    color: var(--floating-panel-row-color);
    border-radius: var(--floating-panel-row-radius);
    padding: var(--floating-panel-row-padding-y) var(--floating-panel-row-padding-x);
    transition: color .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out, transform .18s ease-in-out;
    display: block;
  }

  .value-picker__choice-item:focus-visible {
    outline: none;
    color: var(--floating-panel-row-selected-color);
    background: var(--floating-panel-row-selected-background);
    box-shadow: var(--floating-panel-row-focus-shadow);
  }

  .value-picker__choice-item.is-selected {
    color: var(--floating-panel-row-selected-color);
    background: var(--floating-panel-row-selected-background);
    font-weight: var(--text-font-bolder-weight);
    box-shadow: var(--floating-panel-row-selected-shadow);
  }

  .value-picker__choice-item:active {
    background: var(--floating-panel-row-active-background);
    transform: scale(var(--interaction-press-scale));
  }

  .value-picker__choice-item.is-selected svg,
  .value-picker__choice-item:hover svg {
    display: none;
  }

  .value-picker__choice-item:hover:not(.is-selected):not(:focus-visible) {
    color: var(--floating-panel-row-selected-color);
    background: var(--floating-panel-row-hover-background);
  }

  .value-picker--small {
    min-width: 105px;
    right: -2px;
  }

  .value-picker--small .value-picker__choice-list {
    padding: var(--floating-panel-padding);
    font-size: .85rem;
  }

  .value-picker--small .value-picker__choice-item {
    padding: calc(var(--floating-panel-row-padding-y) - 2px) 18px;
  }

  .value-picker--small .icon--nav-triangle-borderless {
    right: 11px;
  }

  .value-picker--small.value-picker--align-left .icon--nav-triangle-borderless {
    left: 11px;
  }

  .value-picker--auto {
    min-width: 0;
  }
}

/* Custom code */

.price--login-required {

font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 18px));
  
}


/*
.slideshow__slide-inner {
  border-radius: 16px;
  overflow: hidden;
  justify-content: center;
}



.slideshow__content-wrapper {
  max-width: 540px;
}

*/

.collection-item__image-wrapper img {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    transition: opacity .2s ease-in-out, transform .95s cubic-bezier(.25, .46, .45, .94);
    transform: scale(1.01);
}

@media screen and (min-width: 641px) {
  .h1,
  .rte h1 {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 38px)
    );
    line-height: 1.23;
  }
}
.container--flush {
  padding: 0 var(--desktop-container-gutter);
}

@media screen and (max-width: 640px) {

  .slideshow--small {
    height: 360px;
  }
    .slideshow__slide-inner {
  justify-content: flex-start;
}

    .slideshow__content-wrapper {
  padding-top: 40px;
}
  
  .container--flush {
    padding: 0;
    margin: 0px;
  }

  #shopify-section-template--25932067471741__slideshow_nMfVwj .container--flush {
    padding: 0;
    margin: 20px;
  }

  .slideshow__content {
    max-width: 650px;
  }

  #shopify-section-template--24622856733053__collection_list_XPyawr .section {
    margin: 30px 0px 40px 0px;
}
}

.product-type-label {
  --pill-current-color: var(--product-type-badge-color, var(--text-color));
  --pill-current-background: rgba(var(--product-type-badge-color-rgb, var(--text-color-rgb)), 0.08);
  --pill-current-border-color: rgba(var(--product-type-badge-color-rgb, var(--text-color-rgb)), 0.36);
  --pill-current-shadow: none;
  gap: 0;
  z-index: 5;
  white-space: nowrap;
}

.product-type-label--with-emoji {
  gap: 0.1rem;
  padding: 0.25rem 0.2rem 0.25rem 0.5rem;
}

.product-type-label__emoji {
  line-height: 1;
}

@media screen and (min-width: 1280px) {
    .header__action-item:last-child {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Two Column Hero */
.two-column-hero {
  background-color: var(--two-column-hero-bg-color);
  background-image: var(--two-column-hero-bg-image-desktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--two-column-hero-text-color);
}

.two-column-hero.section {
  margin-top: 0;
}

.two-column-hero {
  padding: var(--mobile-container-gutter) 0;
}

@media screen and (min-width: 641px) {
  .two-column-hero {
    padding: var(--desktop-container-gutter) 0;
  }

  .two-column-hero__grid {
    gap: var(--desktop-container-gutter);
    justify-content: space-between;
  }

  .two-column-hero .h1,
  .two-column-hero .rte h1 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 32px));
    line-height: 1.23;
  }
}

.two-column-hero__top-action {
  margin-bottom: 24px;
}

.two-column-hero__top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.two-column-hero__top-cta-text {
  font-weight: 600;
}

.two-column-hero__search-bar {
  max-width: 520px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 0;
}

.two-column-hero__search-bar .search-bar__top {
  background: var(--form-control-background);
  border: 1px solid var(--form-control-border-color);
  border-radius: var(--form-control-radius);
  box-shadow: var(--form-control-rest-shadow);
  box-sizing: border-box;
  padding: 0 8px 0 16px;
  height: var(--compact-control-height);
  min-height: var(--compact-control-height);
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.two-column-hero__search-bar .search-bar__top:hover:not(:focus-within) {
  border-color: var(--form-control-hover-border-color);
  box-shadow: var(--form-control-hover-shadow);
}

.two-column-hero__search-bar .search-bar__top:focus-within,
.two-column-hero__search-bar .search-bar__top:active {
  border-color: var(--form-control-focus-color);
  box-shadow: var(--form-control-focus-shadow);
}

.two-column-hero__grid {
  display: flex;
  align-items: center;
  gap: var(--mobile-container-gutter);
}

.two-column-hero__grid--reverse {
  flex-direction: row-reverse;
}

.two-column-hero__text {
  flex: 1 1 50%;
  max-width: 420px;
  width: 100%;
}

.two-column-hero__badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.2);
}

.two-column-hero__heading {
  margin-bottom: 12px;
}

.two-column-hero__body {
  margin-bottom: 24px;
}

.two-column-hero__button {
  background-color: var(--two-column-hero-button-color);
  border-color: var(--two-column-hero-button-color);
  color: var(--two-column-hero-button-text-color);
}

.two-column-hero__button:hover {
  background-color: var(--two-column-hero-button-hover, var(--two-column-hero-button-color));
  border-color: var(--two-column-hero-button-hover, var(--two-column-hero-button-color));
}

.two-column-hero__button:active {
  background-color: var(--two-column-hero-button-active, var(--two-column-hero-button-color));
  border-color: var(--two-column-hero-button-active, var(--two-column-hero-button-color));
  transform: scale(0.98);
}

.two-column-hero__button:focus-visible {
  box-shadow: 0 0 0 2px var(--secondary-background), 0 0 0 4px var(--two-column-hero-button-color);
}

.two-column-hero__highlight {
  background-image: var(--two-column-hero-highlight);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.two-column-hero__image {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-column-hero__image img,
.two-column-hero__image svg {
  width: 100%;
  max-width: 550px;
  height: auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .two-column-hero {
    background-image: var(--two-column-hero-bg-image-mobile);
  }

  .two-column-hero .h1,
  .two-column-hero .rte h1 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 30px));
    line-height: 1.25;
  }

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

  .two-column-hero__grid--reverse {
    flex-direction: column;
  }

  .two-column-hero__image {
    order: -1;
    max-width: 420px;
  }

  .two-column-hero__top-action {
    margin-bottom: 16px;
  }

  .two-column-hero__search-bar {
    max-width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .two-column-hero .h1,
  .two-column-hero .rte h1 {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 36px));
    line-height: 1.23;
  }
}

/* ==========================================================================
   Master product page - Solan Sunbeds styling
   ========================================================================== */
.template-product main#main {
  background: var(--background);
}

.template-product .page__sub-header {
  padding-top: 0;
  padding-bottom: 0;
}

.template-product .breadcrumb__link {
  color: rgba(var(--text-color-rgb), 0.72);
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
}

.template-product .breadcrumb__link[aria-current="page"] {
  color: var(--heading-color);
}

.template-product .product-block-list {
  gap: 0;
  align-items: stretch;
}

.template-product .product-block-list__item .card {
  --card-surface-background: var(--secondary-background);
  --card-surface-border-color: var(--border-color);
  --card-surface-radius: var(--border-radius);
  --card-surface-shadow: 0 1px 2px rgba(var(--text-color-rgb), 0.04);
  background: var(--card-surface-background);
  border: 1px solid var(--card-surface-border-color);
  border-radius: var(--card-surface-radius);
  margin-bottom: 16px;
  box-shadow: var(--card-surface-shadow);
}

.template-product .product-block-list__item--info > .card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}

.template-product .product-block-list__item--gallery > .card {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}

.template-product .product-info__card-section {
  padding-top: 0;
  padding-bottom: 0;
}

.template-product .product-block-list__item--info .product-form,
.template-product .product-block-list__item--info .product-meta {
  margin-top: 0;
}

.template-product .product-block-list__item .card__header {
  padding: 20px 24px 0;
}

.template-product .product-block-list__item .card__section,
.template-product .product-block-list__item .card__collapsible-button {
  padding: 20px 24px;
}

.template-product .product-block-list__item .card__collapsible-content {
  padding: 14px 24px 20px;
}

.template-product .product-block-list__item .card__title {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.template-product .product-block-list__item .card__collapsible-button,
.template-product .product-block-list__item--faqs .faq__question {
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.template-product .product-block-list__item .card__collapsible-button .plus-button,
.template-product .product-block-list__item--faqs .faq__question .plus-button {
  color: rgba(var(--text-color-rgb), 0.68);
  transition: color 0.2s ease;
}

.template-product .product-block-list__item .card__collapsible-button[aria-expanded="true"],
.template-product .product-block-list__item--faqs .faq__question[aria-expanded="true"] {
  background: var(--product-interaction-selected-background);
}

.template-product .product-block-list__item .card__collapsible-button[aria-expanded="true"] .plus-button,
.template-product .product-block-list__item--faqs .faq__question[aria-expanded="true"] .plus-button {
  color: var(--primary-button-background);
}

.template-product .product-block-list__item .card__collapsible-button:focus-visible,
.template-product .product-block-list__item--faqs .faq__question:focus-visible {
  outline: none;
  box-shadow: var(--product-interaction-focus-shadow);
  background: var(--product-interaction-selected-background);
}

.template-product .product-block-list__item .card__collapsible-button:focus-visible .plus-button,
.template-product .product-block-list__item--faqs .faq__question:focus-visible .plus-button {
  color: var(--primary-button-background);
}

.template-product .product-block-list__item .card__collapsible-button:active,
.template-product .product-block-list__item--faqs .faq__question:active {
  background: var(--product-interaction-active-background);
}

@media screen and (any-hover: hover) {
  .template-product .product-block-list__item .card__collapsible-button:hover,
  .template-product .product-block-list__item--faqs .faq__question:hover {
    background: var(--product-interaction-hover-background);
  }

  .template-product .product-block-list__item .card__collapsible-button:hover .plus-button,
  .template-product .product-block-list__item--faqs .faq__question:hover .plus-button {
    color: var(--primary-button-background);
  }
}

.template-product .product-block-list__item--gallery .product-gallery {
  --border-radius: 4px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--secondary-background);
}

.template-product .product-gallery__carousel-item .aspect-ratio {
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--product-media-placeholder-background);
}

.template-product .product-gallery__carousel-wrapper {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  box-shadow: var(--product-option-card-shadow);
  overflow: hidden;
  background: var(--product-media-placeholder-background);
}

.template-product .product-gallery__thumbnail {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  box-shadow: var(--product-option-card-shadow);
  overflow: hidden;
  background: var(--product-media-placeholder-background);
}

.template-product .product-gallery__thumbnail.is-nav-selected {
  border-color: var(--product-interaction-selected-border-color);
  box-shadow: 0 0 0 1px rgba(var(--primary-button-background-rgb), 0.16), var(--product-option-card-shadow);
}

@media screen and (max-width: 999px) {
  .template-product .product-gallery {
    margin-bottom: 0;
  }

  .template-product .card__separator {
    width: 100%;
    max-width: 100%;
  }

  .template-product .product-block-list__item .card {
    margin-left: var(--mobile-container-gutter);
    margin-right: var(--mobile-container-gutter);
  }
}

.template-product .product-meta__title {
  font-size: clamp(1.9rem, 2.7vw, 2.45rem);
  line-height: 1.12;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.template-product .product-meta__context-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: var(--product-stack-gap-compact);
}

.template-product {
  --product-stack-gap: 24px;
  --product-stack-gap-tight: 16px;
  --product-stack-gap-compact: 12px;
  --product-merch-callout-title-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 22px));
  --product-merch-callout-body-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  --product-price-font-size: clamp(
    calc(var(--base-text-font-size) - (var(--default-text-font-size) - 24px)),
    1.8vw,
    calc(var(--base-text-font-size) - (var(--default-text-font-size) - 28px))
  );
  --product-price-compare-size: clamp(
    calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px)),
    1.35vw,
    calc(var(--base-text-font-size) - (var(--default-text-font-size) - 17px))
  );
  --product-price-discount-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  --product-price-gap: 8px;
  --product-tag-pill-font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  --product-tag-pill-font-weight: 600;
  --product-tag-pill-padding: 0.3rem 0.65rem;
  --product-panel-padding: 20px;
  --product-panel-gap: 16px;
  --product-panel-radius: calc(var(--border-radius) + 4px);
  --product-panel-shadow: 0 12px 28px rgba(var(--text-color-rgb), 0.08);
  --product-panel-rail-width: 4px;
  --product-media-placeholder-background: linear-gradient(180deg, rgba(var(--text-color-rgb), 0.045), rgba(var(--text-color-rgb), 0.02));
}

.template-product .product-meta__label-list {
  margin-bottom: 14px;
}

.template-product .product-meta__context-tag-list .pill {
  font-size: var(--product-tag-pill-font-size);
  font-weight: var(--product-tag-pill-font-weight);
  padding: var(--product-tag-pill-padding);
}

.template-product .product-meta__context-tag-list .product-context-tag {
  --pill-current-background: rgba(var(--accent-color-rgb), 0.07);
  --pill-current-color: rgba(var(--text-color-rgb), 0.72);
  --pill-current-border-color: rgba(var(--border-color-rgb), 0.88);
  --pill-current-shadow: none;
}

.template-product .product-meta__context-tag-list .product-context-tag--coming-soon {
  --pill-current-background: rgba(var(--primary-button-background-rgb), 0.08);
  --pill-current-color: var(--heading-color);
  --pill-current-border-color: rgba(var(--primary-button-background-rgb), 0.24);
}

.template-product .product-label {
  border-radius: 6px;
  padding: 5px 10px 4px;
}

/* Product vendor collection link */
.template-product .product-meta__vendor-link-row {
  display: block;
  margin-bottom: var(--product-stack-gap-tight);
}

.template-product .product-meta__vendor-link {
  --product-meta-vendor-link-font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
  --product-meta-vendor-link-color: #005fcc;
  --product-meta-vendor-link-color-rgb: 0, 95, 204;
  --product-meta-vendor-link-hover-color: #004799;
  display: inline-block;
  font-size: var(--product-meta-vendor-link-font-size);
  font-weight: var(--text-font-weight);
  line-height: 1.4;
  color: var(--product-meta-vendor-link-color);
  text-decoration: none;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 0.08em;
  transition: color 0.18s ease, text-decoration-color 0.18s ease, opacity 0.18s ease;
}

@media screen and (any-hover: hover) {
  .template-product .product-meta__vendor-link:hover:not(:focus-visible) {
    color: var(--product-meta-vendor-link-hover-color);
    text-decoration: underline;
  }
}

.template-product .product-meta__vendor-link:focus-visible {
  outline: 2px solid rgba(var(--product-meta-vendor-link-color-rgb), 0.28);
  outline-offset: 3px;
  color: var(--product-meta-vendor-link-hover-color);
  text-decoration: underline;
  border-radius: calc(var(--border-radius) - 1px);
}

.template-product .product-form__variants {
  margin-bottom: var(--product-stack-gap);
}

.template-product .product-form__info-item--price {
  display: block;
  margin-bottom: var(--product-stack-gap);
}

.template-product .product-form__info-item--price .product-form__info-content {
  display: block;
}

.template-product .product-block-list__item--info .price-list {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--product-price-gap);
  align-items: center;
}

.template-product .product-form__price-list.price-list--wpd-pending {
  opacity: 0;
  transition: opacity 0.15s ease;
}

.template-product .product-block-list__item--info .price {
  color: var(--heading-color);
  font-size: var(--product-price-font-size);
  font-weight: var(--text-font-weight);
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-variant-numeric: lining-nums tabular-nums;
}

.template-product .product-block-list__item--info .price--highlight {
  color: var(--heading-color);
  margin-right: 0;
}

.template-product .product-block-list__item--info .price--compare {
  color: rgba(var(--text-color-rgb), 0.68);
  font-size: var(--product-price-compare-size);
  line-height: 1.18;
  font-variant-numeric: lining-nums tabular-nums;
}

.template-product .product-form__price-discount {
  --pill-current-background: rgba(var(--product-on-sale-accent-rgb), 0.12);
  --pill-current-border-color: rgba(var(--product-on-sale-accent-rgb), 0.35);
  --pill-current-color: var(--product-on-sale-accent);
  --pill-current-shadow: none;
  flex-shrink: 0;
  font-size: var(--product-price-discount-size);
  font-weight: var(--text-font-bolder-weight);
  line-height: 1;
  padding: 0.25rem 0.5rem;
  border-radius: var(--pill-radius);
  align-self: center;
  vertical-align: middle;
  margin-left: 2px;
}

.template-product .product-block-list__item--info .product-form__price-discount,
.template-product .product-block-list__item--info .price--compare,
.template-product .product-block-list__item--info .price:not(.price--compare) {
  white-space: nowrap;
}

.template-product .product-form__price-discount:empty {
  display: none;
}

.template-product .product-form__option {
  margin-bottom: var(--product-stack-gap);
}

.template-product .product-form__option-name {
  color: rgba(var(--text-color-rgb), 0.72);
  margin-bottom: 8px;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  font-weight: 500;
}

.template-product .product-form__selected-value {
  color: var(--heading-color);
  font-weight: 600;
}

.template-product {
  --product-option-card-columns: 3;
  --product-option-card-gap: 6px;
  --product-option-card-padding: 4px;
  --product-option-card-radius: var(--border-radius);
  --product-option-card-image-padding: 10px;
  --product-option-card-meta-padding-top: 4px;
  --product-option-card-meta-gap: 1px;
  --product-option-card-title-size: 0.75rem;
  --product-option-card-price-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  --product-option-card-discount-size: 0.5625rem;
  --product-option-card-border-color: rgba(var(--border-color-rgb), 0.85);
  --product-option-card-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  --product-interaction-hover-background: var(--interaction-surface-hover-background);
  --product-interaction-active-background: var(--interaction-surface-active-background);
  --product-interaction-selected-background: var(--interaction-surface-selected-background);
  --product-interaction-hover-border-color: var(--interaction-surface-hover-border-color);
  --product-interaction-selected-border-color: var(--primary-button-background);
  --product-interaction-hover-shadow: var(--interaction-surface-hover-shadow);
  --product-interaction-focus-shadow: var(--interaction-surface-focus-shadow);
  --product-interaction-focus-shadow-layered: var(--interaction-surface-focus-shadow-layered);
}

.template-product :is(.variant-swatch-list, .block-swatch-list) {
  display: grid;
  grid-template-columns: repeat(var(--product-option-card-columns), minmax(0, 1fr));
  gap: var(--product-option-card-gap);
  margin: 0;
}

@media screen and (min-width: 641px) {
  .template-product {
    --product-option-card-columns: 3;
    --product-option-card-gap: 8px;
    --product-option-card-padding: 5px;
    --product-option-card-image-padding: 12px;
    --product-option-card-meta-padding-top: 4px;
    --product-option-card-title-size: 0.78125rem;
    --product-option-card-price-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
    --product-option-card-discount-size: 0.59375rem;
  }
}

@media screen and (min-width: 1000px) {
  .template-product {
    --product-option-card-columns: 3;
    --product-option-card-gap: 10px;
    --product-option-card-padding: 6px;
    --product-option-card-image-padding: 14px;
    --product-option-card-title-size: 0.8125rem;
    --product-option-card-price-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
    --product-option-card-discount-size: 0.625rem;
  }
}

@media screen and (min-width: 1280px) {
  .template-product {
    --product-option-card-columns: 4;
  }
}

.template-product :is(.variant-swatch, .block-swatch) {
  margin: 0;
}

.template-product :is(.variant-swatch__item, .block-swatch__item) {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--product-option-card-border-color);
  border-radius: var(--product-option-card-radius);
  padding: var(--product-option-card-padding);
  background: var(--secondary-background);
  box-shadow: var(--product-option-card-shadow);
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

@media screen and (max-width: 999px) {
  .template-product :is(.variant-swatch__item, .block-swatch__item) {
    width: calc(100% - 8px);
    margin-inline: auto;
  }
}

@media screen and (any-hover: hover) {
  .template-product :is(.variant-swatch__item, .block-swatch__item):hover {
    border-color: var(--product-interaction-hover-border-color);
    background:
      linear-gradient(180deg, rgba(var(--primary-button-background-rgb), 0.035), rgba(var(--primary-button-background-rgb), 0.01) 72%),
      var(--secondary-background);
    box-shadow: var(--product-interaction-hover-shadow);
  }
}

.template-product :is(.variant-swatch__item, .block-swatch__item):active {
  background: var(--product-interaction-active-background);
}

.template-product .variant-swatch__radio:focus-visible + .variant-swatch__item,
.template-product .block-swatch__radio:focus-visible + .block-swatch__item,
.template-product a.variant-swatch__item:focus-visible,
.template-product a.block-swatch__item:focus-visible {
  outline: none;
  border-color: var(--product-interaction-selected-border-color);
  box-shadow: var(--product-interaction-focus-shadow-layered);
}

.template-product .variant-swatch__radio:checked + .variant-swatch__item,
.template-product .variant-swatch__item.is-selected,
.template-product .block-swatch__radio:checked + .block-swatch__item,
.template-product .block-swatch__item.is-selected {
  border-color: var(--product-interaction-selected-border-color);
  background:
    linear-gradient(180deg, rgba(var(--primary-button-background-rgb), 0.06), rgba(var(--primary-button-background-rgb), 0.015) 72%),
    var(--secondary-background);
  box-shadow: 0 0 0 1px rgba(var(--primary-button-background-rgb), 0.16), var(--product-option-card-shadow);
}

.template-product .variant-swatch__item .aspect-ratio {
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 100% !important;
  border-radius: calc(var(--product-option-card-radius) - 2px);
  overflow: hidden;
  background: var(--product-media-placeholder-background);
}

.template-product .product-gallery__image,
.template-product .product-gallery__thumbnail img,
.template-product .variant-swatch__item .aspect-ratio img {
  color: transparent;
}

.template-product .product-gallery__image,
.template-product .product-gallery__thumbnail img,
.template-product .variant-swatch__item .aspect-ratio img {
  display: block;
}

.template-product .product-gallery__thumbnail img,
.template-product .variant-swatch__item .aspect-ratio img {
  object-fit: contain;
  width: 100%;
}

.template-product .variant-swatch__item .aspect-ratio img {
  height: 100%;
  padding-block: var(--product-option-card-image-padding);
  padding-inline: var(--product-option-card-image-padding);
}

.template-product .variant-swatch__meta {
  display: flex;
  flex-direction: column;
  gap: var(--product-option-card-meta-gap);
  padding-top: var(--product-option-card-meta-padding-top);
  margin-top: 0;
  min-width: 0;
}

.template-product .variant-swatch__price-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 6px;
  min-width: 0;
}

.template-product .variant-swatch__title {
  font-size: var(--product-option-card-title-size);
  font-weight: var(--text-font-bolder-weight, 600);
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 2px;
  text-wrap: balance;
}

.template-product .variant-swatch__price {
  font-size: var(--product-option-card-price-size);
  color: rgba(var(--text-color-rgb), 0.9);
}

.template-product .variant-swatch__price.price,
.template-product .variant-swatch__price.price--highlight,
.template-product .variant-swatch__price.price--compare {
  font-size: var(--product-option-card-price-size);
  line-height: 1.2;
  white-space: nowrap;
}

.template-product .variant-swatch__price.price--highlight {
  color: rgba(var(--text-color-rgb), 0.9);
  margin-right: 0;
}

.template-product .variant-swatch__price--compare {
  font-size: var(--product-option-card-price-size);
  text-decoration: line-through;
  color: var(--price-compare-color);
}

.template-product .variant-swatch__price-list .wpd-ext-compare-at-price {
  margin-right: 4px !important;
  color: var(--price-compare-color) !important;
}

.template-product .variant-swatch__discount {
  --pill-current-background: rgba(var(--product-on-sale-accent-rgb), 0.12);
  --pill-current-border-color: rgba(var(--product-on-sale-accent-rgb), 0.35);
  --pill-current-color: var(--product-on-sale-accent);
  --pill-current-shadow: none;
  flex-shrink: 0;
  font-size: var(--product-option-card-discount-size);
  line-height: 1;
  padding: 0.22rem 0.42rem;
}

.template-product .variant-swatch__discount--hidden {
  display: none;
}

.template-product .variant-swatch--disabled .variant-swatch__item {
  opacity: 0.65;
}

.template-product .variant-swatch--disabled .variant-swatch__meta,
.template-product .variant-swatch--disabled .variant-swatch__title,
.template-product .variant-swatch--disabled .variant-swatch__price {
  color: inherit;
}

.template-product .block-swatch__item .block-swatch__item-text {
  display: none;
}

.template-product .block-swatch__item .variant-swatch__meta {
  padding-top: 0;
}

.template-product .block-swatch--disabled .block-swatch__item {
  opacity: 0.65;
}

.template-product .product-form__info-item--quantity {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  vertical-align: middle;
}

.template-product .product-form__info-item--quantity .product-form__info-title {
  display: block;
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
}

.template-product .product-form__info-item--quantity .product-form__info-content {
  display: block;
  width: 100%;
}

.template-product .product-form__info-list {
  display: block;
  width: 100%;
  margin: 0 0 6px;
}

.template-product .product-form__info-list .product-form__info-item {
  display: block;
  width: 100%;
}

.template-product .product-form__info-list .product-form__info-item--delivery {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.template-product .product-form__info-list .product-form__info-item--delivery > * {
  display: none !important;
}

/* Hide legacy inventory row on the master product layout; delivery card replaces it */
.template-product .product-form__info-item--inventory {
  display: none !important;
}

/* [DELIVERY-COUNTDOWN:START] */
.template-product .delivery-countdown {
  --product-delivery-card-radius: calc(var(--border-radius) + 2px);
  --product-delivery-card-border-color: rgba(var(--border-color-rgb), 0.88);
  --product-delivery-card-muted-color: rgba(var(--text-color-rgb), 0.72);
  --product-delivery-availability-font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  --product-delivery-progress-fill-color: rgb(120, 87, 255);
  --product-delivery-progress-fill-rgb: 120, 87, 255;
  display: block;
  animation: dc-enter 0.35s ease-out forwards;
}

.template-product .dc-card {
  background: var(--secondary-background);
  border: 1px solid var(--product-delivery-card-border-color);
  border-radius: var(--product-delivery-card-radius);
  overflow: hidden;
}

.template-product .delivery-countdown--availability {
  margin: 4px 0 var(--product-stack-gap);
}

.template-product .dc-availability {
  display: block;
  padding: 2px 0 4px;
}

.template-product .dc-availability__stack {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.template-product .dc-card__stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(var(--product-in-stock-color-rgb), 0.08);
  border: 1px solid rgba(var(--product-in-stock-color-rgb), 0.36);
  color: var(--product-in-stock-color);
  border-radius: var(--pill-radius);
  padding: 0.25rem 0.5rem;
  font-size: var(--product-delivery-availability-font-size);
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.2;
}

.template-product .dc-card__stock-pill--low {
  background: rgba(var(--product-low-stock-color-rgb), 0.08);
  border-color: rgba(var(--product-low-stock-color-rgb), 0.36);
  color: var(--product-low-stock-color);
}

.template-product .dc-card__stock-pill--incoming {
  background: rgba(var(--accent-color-rgb), 0.07);
  border-color: rgba(var(--accent-color-rgb), 0.4);
  color: var(--accent-color);
}

.template-product .dc-card__stock-pill--oos {
  background: rgba(var(--text-color-rgb), 0.03);
  border-color: rgba(var(--text-color-rgb), 0.18);
  color: rgba(var(--text-color-rgb), 0.72);
}

.template-product .dc-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--product-in-stock-color);
}

.template-product .dc-card__stock-pill--low .dc-card__dot {
  background: var(--product-low-stock-color);
}

.template-product .dc-card__stock-pill--incoming .dc-card__dot {
  background: var(--accent-color);
}

.template-product .dc-card__stock-pill--oos .dc-card__dot {
  background: rgba(var(--text-color-rgb), 0.4);
}

.template-product .dc-availability__message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0;
  font-size: var(--product-delivery-availability-font-size);
  line-height: 1.35;
}

.template-product .dc-availability__message-copy {
  color: var(--product-delivery-card-muted-color);
}

.template-product .dc-card__time-pill {
  display: inline-block;
  background: rgba(var(--accent-color-rgb), 0.09);
  color: var(--accent-color);
  border-radius: var(--pill-radius);
  padding: 0.25rem 0.5rem;
  font-size: var(--product-delivery-availability-font-size);
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}

.template-product .dc-card__day-pill {
  display: inline-block;
  background: rgba(var(--accent-color-rgb), 0.09);
  color: var(--accent-color);
  border-radius: var(--pill-radius);
  padding: 0.25rem 0.5rem;
  font-size: var(--product-delivery-availability-font-size);
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.2;
}

@media screen and (max-width: 640px) {
  .template-product .delivery-countdown {
    --product-delivery-availability-font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .template-product .dc-availability__stack {
    gap: 8px;
  }

  .template-product .dc-card__stock-pill,
  .template-product .dc-card__time-pill {
    padding: 0.2rem 0.45rem;
  }

  .template-product .dc-availability__message {
    gap: 5px 6px;
    line-height: 1.3;
  }
}

.template-product .product-form__buy-buttons .delivery-countdown--progress {
  margin-top: 0;
  margin-bottom: 0;
}

.template-product .product-form__buy-buttons > .product-form__action-row + .delivery-countdown--progress,
.template-product .product-form__buy-buttons > .product-form__payment-container + .delivery-countdown--progress {
  margin-top: var(--product-form-action-gap);
}

.template-product .dc-card--progress {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  background:
    linear-gradient(180deg, rgba(var(--product-delivery-progress-fill-rgb), 0.06), rgba(var(--product-delivery-progress-fill-rgb), 0.02) 100%),
    var(--secondary-background);
  border-color: rgba(var(--product-delivery-progress-fill-rgb), 0.16);
}

.template-product .dc-card__spend {
  display: grid;
  gap: 8px;
  margin: 0;
  font-size: var(--product-delivery-availability-font-size);
}

.template-product .dc-card__spend-bar-track {
  height: 4px;
  border-radius: 2px;
  background: rgba(var(--product-delivery-progress-fill-rgb), 0.14);
  overflow: hidden;
}

.template-product .dc-card__spend-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(var(--product-delivery-progress-fill-rgb), 0.84), var(--product-delivery-progress-fill-color));
  border-radius: 2px;
  transition: width 0.4s ease-out;
}

.template-product .dc-card__spend-text {
  color: var(--product-delivery-card-muted-color);
  font-size: var(--product-delivery-availability-font-size);
  line-height: 1.35;
}

.template-product .dc-card__spend-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--product-in-stock-color);
}

.template-product .dc-card--progress-eligible {
  background:
    linear-gradient(180deg, rgba(var(--product-in-stock-color-rgb), 0.12), rgba(var(--product-in-stock-color-rgb), 0.04) 100%),
    var(--secondary-background);
  border-color: rgba(var(--product-in-stock-color-rgb), 0.24);
  box-shadow: 0 10px 24px rgba(var(--product-in-stock-color-rgb), 0.08);
}

.template-product .dc-card--progress-eligible .dc-card__spend {
  gap: 10px;
}

.template-product .dc-card--progress-eligible .dc-card__spend-text {
  color: var(--product-in-stock-color);
  font-weight: var(--text-font-bolder-weight);
}

@keyframes dc-enter {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* [DELIVERY-COUNTDOWN:END] */

.template-product .product-form__buy-buttons {
  --product-form-action-gap: 16px;
  --product-form-action-control-height: 49px;
  --product-form-action-radius: var(--border-radius);
  --product-form-action-button-padding: 0 24px;
  --product-form-action-font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
  --product-form-action-quantity-min: 220px;
  --product-form-action-quantity-max: 280px;
  --product-form-action-quantity-padding: 8px;
  --product-form-action-quantity-button-size: calc(var(--product-form-action-control-height) - 16px);
  margin-top: 2px;
}

.template-product .product-form__buy-buttons > .card__separator {
  margin: 20px 0;
}

.template-product .product-form__quantity-with-rules {
  display: block;
  width: 100%;
}

.template-product .quantity-selector--product {
  display: grid;
  grid-template-columns: var(--product-form-action-quantity-button-size) minmax(0, 1fr) var(--product-form-action-quantity-button-size);
  align-items: center;
  column-gap: max(var(--product-form-action-quantity-padding), 4px);
  background: var(--secondary-background);
  border: 1px solid rgba(var(--border-color-rgb), 0.7);
  border-radius: var(--product-form-action-radius);
  box-shadow: 0 1px 2px rgba(var(--border-color-rgb), 0.28);
  width: 100%;
  height: var(--product-form-action-control-height);
  padding: 0 var(--product-form-action-quantity-padding);
}

.template-product .quantity-selector--product .quantity-selector__button {
  color: var(--primary-button-text-color);
  background: var(--primary-button-background);
  border-radius: var(--product-form-action-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 0;
  width: var(--product-form-action-quantity-button-size);
  min-width: var(--product-form-action-quantity-button-size);
  height: var(--product-form-action-quantity-button-size);
  padding: 0;
  line-height: 0;
  box-shadow: 0 1px 2px rgba(var(--primary-button-background-rgb), 0.18);
}

.template-product .quantity-selector--product .quantity-selector__button:not([disabled]):hover {
  background: var(--primary-button-background-hover);
  color: var(--primary-button-text-color);
  box-shadow: 0 1px 4px rgba(var(--primary-button-background-rgb), 0.24);
}

.template-product .quantity-selector--product .quantity-selector__button:not([disabled]):active {
  background: var(--primary-button-background-active);
  box-shadow: 0 1px 2px rgba(var(--primary-button-background-rgb), 0.16);
}

.template-product .quantity-selector--product .quantity-selector__button:focus-visible {
  color: var(--primary-button-text-color);
}

.template-product .quantity-selector--product .quantity-selector__button svg {
  display: block;
}

.template-product .quantity-selector--product .quantity-selector__value {
  border-left: none;
  border-right: none;
  box-shadow: none;
  color: var(--text-color);
  font-size: var(--product-form-action-font-size);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 2px;
  flex: none;
}

.template-product .product-form__action-row {
  display: grid;
  grid-template-columns: minmax(var(--product-form-action-quantity-min), var(--product-form-action-quantity-max)) minmax(0, 1fr);
  align-items: start;
  gap: var(--product-form-action-gap);
  width: 100%;
  margin-top: 2px;
}

.template-product .product-form__action-quantity {
  min-width: 0;
}

.template-product .product-form__action-row .product-form__payment-container {
  min-width: 0;
}

.template-product .product-form__payment-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: var(--product-form-action-gap);
  margin: 0;
}

.template-product .product-form__payment-container > * {
  width: 100%;
  margin: 0;
}

.template-product .product-form__payment-container--hide-payment-button .shopify-payment-button {
  display: none;
}

.template-product .buy-button {
  display: block;
  width: 100%;
}

.template-product .product-form__buy-buttons .product-form__add-button.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  height: var(--product-form-action-control-height);
  min-height: var(--product-form-action-control-height);
  border-radius: var(--product-form-action-radius);
  font-size: var(--product-form-action-font-size);
  font-weight: var(--button-font-weight);
  line-height: 1;
  padding: var(--product-form-action-button-padding);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.template-product .product-form__trade-access {
  --product-wholesale-panel-accent: var(--primary-button-background);
  --product-wholesale-panel-accent-rgb: var(--primary-button-background-rgb);
  --product-wholesale-panel-title-color: var(--heading-color);
  --product-wholesale-panel-body-color: var(--text-color);
  --product-wholesale-panel-muted-color: rgba(var(--text-color-rgb), 0.88);
  --product-wholesale-panel-meta-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
  margin-bottom: var(--product-form-action-gap);
}

/* [COMING-SOON-OPTIONS] */
.template-product .product-form__coming-soon-shell {
  display: none;
}

.template-product .product-form__standard-shell {
  display: grid;
  gap: 24px;
}

.template-product product-rerender[data-coming-soon-active="true"] .product-form__coming-soon-shell {
  display: grid;
}

.template-product product-rerender[data-coming-soon-active="true"] .product-form__standard-shell {
  display: none;
}

.template-product product-rerender[data-coming-soon-active="true"] .delivery-countdown--availability,
.template-product product-rerender[data-coming-soon-active="true"] .delivery-countdown--progress {
  display: none !important;
}

.template-product .product-coming-soon-showcase {
  display: grid;
  gap: 14px;
}

.template-product .product-coming-soon-showcase__grid {
  display: grid;
  gap: 14px;
}

.template-product .product-merch-callout {
  display: grid;
  gap: var(--product-panel-gap);
  padding: var(--product-panel-padding);
  border-radius: var(--product-panel-radius);
  box-shadow: var(--product-panel-shadow);
  overflow: hidden;
  position: relative;
}

.template-product .product-merch-callout::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--product-panel-rail-width);
  background:
    linear-gradient(90deg, rgba(var(--primary-button-background-rgb), 0.9), rgba(var(--secondary-button-accent-rgb), 0.8));
  pointer-events: none;
}

.template-product .product-coming-soon-option {
  border: 1px solid rgba(var(--primary-button-background-rgb), 0.14);
  background:
    linear-gradient(180deg, rgba(var(--primary-button-background-rgb), 0.05), rgba(var(--primary-button-background-rgb), 0.015) 46%, rgba(var(--text-color-rgb), 0.01)),
    var(--secondary-background);
}

.template-product .product-coming-soon-option__hero,
.template-product .product-coming-soon-option__actions {
  display: grid;
  gap: 8px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.template-product .product-coming-soon-option__actions {
  gap: 10px;
}

.template-product .product-coming-soon-option__actions > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.template-product .product-coming-soon-option__actions .back-in-stock-button,
.template-product .product-coming-soon-option__actions [class*="gw-stock"],
.template-product .product-coming-soon-option__actions [id*="gw-stock"],
.template-product .product-coming-soon-option__actions [class*="stock-fulfilled"],
.template-product .product-coming-soon-option__actions [id*="stock-fulfilled"],
.template-product .product-coming-soon-option__actions [class*="back-in-stock"],
.template-product .product-coming-soon-option__actions [id*="back-in-stock"],
.template-product .product-coming-soon-option__actions [class*="backinstock"],
.template-product .product-coming-soon-option__actions [id*="backinstock"] {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
}

.template-product .product-coming-soon-option__unlock-button {
  width: 100%;
}

.template-product .product-coming-soon__notify-button {
  width: 100%;
  box-shadow: 0 10px 24px rgba(var(--primary-button-background-rgb), 0.16);
}

.template-product .product-coming-soon-option__title,
.template-product .product-coming-soon-option__copy {
  margin: 0;
}

.template-product .product-coming-soon-option__title {
  color: var(--heading-color);
  font-size: var(--product-merch-callout-title-size);
  font-weight: var(--text-font-bolder-weight);
  line-height: 1.15;
}

.template-product .product-coming-soon-option__copy {
  color: rgba(var(--text-color-rgb), 0.84);
  font-size: var(--product-merch-callout-body-size);
  line-height: 1.55;
  max-width: 44ch;
}

@media screen and (max-width: 740px) {
  .template-product {
    --product-panel-padding: 18px;
  }
}
/* [COMING-SOON-OPTIONS:END] */

.template-product .product-wholesale-panel {
  border: 1px solid rgba(var(--product-wholesale-panel-accent-rgb), 0.16);
  background:
    linear-gradient(180deg, rgba(var(--product-wholesale-panel-accent-rgb), 0.06), rgba(var(--product-wholesale-panel-accent-rgb), 0.015) 48%, rgba(var(--text-color-rgb), 0.015)),
    var(--secondary-background);
}

.template-product .product-wholesale-panel__lead {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.template-product .product-wholesale-panel__icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(var(--product-wholesale-panel-accent-rgb), 0.1);
  border: 1px solid rgba(var(--product-wholesale-panel-accent-rgb), 0.16);
  color: var(--product-wholesale-panel-accent);
  box-shadow: 0 6px 14px rgba(var(--product-wholesale-panel-accent-rgb), 0.08);
}

.template-product .product-wholesale-panel__intro {
  display: grid;
  gap: 5px;
}

.template-product .product-wholesale-panel__title,
.template-product .product-wholesale-panel__copy,
.template-product .product-wholesale-panel__note {
  margin: 0;
}

.template-product .product-wholesale-panel__title {
  font-size: var(--product-merch-callout-title-size);
  line-height: 1.2;
  color: var(--product-wholesale-panel-title-color);
  font-weight: var(--text-font-bolder-weight);
}

.template-product .product-wholesale-panel__copy {
  color: var(--product-wholesale-panel-body-color);
  font-size: var(--product-merch-callout-body-size);
  line-height: 1.5;
  max-width: 44ch;
}

.template-product .product-wholesale-panel__steps {
  display: grid;
  gap: 10px;
}

.template-product .product-wholesale-panel__step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: calc(var(--border-radius) - 2px);
  background: rgba(var(--product-wholesale-panel-accent-rgb), 0.03);
  border: 1px solid rgba(var(--product-wholesale-panel-accent-rgb), 0.08);
  box-shadow: 0 0 0 1px rgba(var(--secondary-background-rgb), 0.75) inset;
}

.template-product .product-wholesale-panel__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(var(--product-wholesale-panel-accent-rgb), 0.12);
  color: var(--product-wholesale-panel-accent);
  font-size: var(--product-wholesale-panel-meta-size);
  font-weight: 700;
  line-height: 1;
}

.template-product .product-wholesale-panel__step-copy {
  display: grid;
  gap: 2px;
}

.template-product .product-wholesale-panel__step-copy strong {
  color: var(--product-wholesale-panel-title-color);
  font-size: var(--product-merch-callout-body-size);
  font-weight: 600;
  line-height: 1.4;
}

.template-product .product-wholesale-panel__step-copy span,
.template-product .product-wholesale-panel__note {
  color: var(--product-wholesale-panel-muted-color);
  font-size: var(--product-wholesale-panel-meta-size);
  line-height: 1.45;
}

.template-product .product-wholesale-panel__actions {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}

.template-product .product-wholesale-panel__button {
  width: 100%;
  margin-top: 2px;
}

.template-product .product-wholesale-panel__notify-button,
.template-product .product-wholesale-panel__actions .back-in-stock-button {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .template-product .product-wholesale-panel__lead {
    grid-template-columns: minmax(0, 1fr);
  }
}

.template-product .shopify-payment-button {
  width: 100%;
}

.template-product .shopify-payment-button__button {
  border-radius: var(--product-form-action-radius) !important;
  min-height: var(--product-form-action-control-height) !important;
  height: var(--product-form-action-control-height) !important;
  line-height: var(--product-form-action-control-height) !important;
  padding: var(--product-form-action-button-padding) !important;
  font-size: var(--product-form-action-font-size) !important;
  font-weight: var(--button-font-weight) !important;
  white-space: nowrap !important;
}

.template-product .product-meta__share-buttons {
  margin-top: var(--product-stack-gap);
}

.template-product .product-meta__share-buttons .social-media__item svg {
  opacity: 0.5;
}

.template-product .product-block-list__item--gallery .card .product-gallery__card-section {
  padding: 0 !important;
}

.template-product .product-block-list__item--description .card,
.template-product .product-block-list__item--content .card,
.template-product .product-block-list__item--complementary .card,
.template-product .product-block-list__item--faqs .card {
  margin-top: 24px;
}

.template-product .product-block-list__item--faqs .faq {
  margin: 0;
}

.template-product .product-block-list__item--faqs .faq__group {
  margin-bottom: 0;
}

.template-product .product-block-list__item--faqs .faq__item:first-child {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.template-product .product-block-list__item--faqs .faq__item:last-child {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.template-product .product-recommendations,
.template-product [data-section-type="product-recommendations"] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.template-product .product-recommendations .section__header,
.template-product [data-section-type="product-recommendations"] .section__header {
  margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
  .template-product .product-block-list__item--info .product-info__card-section {
    padding-top: 54px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-product .product-block-list__item--info > .card {
    padding: 0;
    margin-left: var(--mobile-container-gutter);
    margin-right: var(--mobile-container-gutter);
  }

  .template-product .product-block-list__item--gallery .card .product-gallery__card-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .template-product .product-meta__title {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .template-product .product-form__buy-buttons {
    --product-form-action-gap: 12px;
    --product-form-action-button-padding: 0 18px;
  }
}

@media screen and (max-width: 640px) {
  .template-product .product-block-list__item--info .product-info__card-section {
    padding-top: 42px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1360px) {
  .template-product .product-block-list__item--info .product-info__card-section {
    padding-top: 0 !important;
  }

  .template-product .product-form__buy-buttons {
    --product-form-action-gap: 12px;
    --product-form-action-button-padding: 0 16px;
    --product-form-action-quantity-min: 148px;
    --product-form-action-quantity-max: 184px;
    --product-form-action-quantity-padding: 6px;
    --product-form-action-quantity-button-size: calc(var(--product-form-action-control-height) - 20px);
  }
}

@media screen and (min-width: 1361px) {
  .template-product .product-block-list__item--info .product-info__card-section {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .template-product .product-form__buy-buttons {
    --product-form-action-gap: 10px;
    --product-form-action-quantity-min: 102px;
    --product-form-action-quantity-max: 138px;
    --product-form-action-quantity-padding: 5px;
    --product-form-action-quantity-button-size: calc(var(--product-form-action-control-height) - 22px);
  }
}

@media screen and (max-width: 640px) {
  .template-product .product-form__buy-buttons {
    --product-form-action-control-height: 46px;
    --product-form-action-font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  }

  .template-product .product-form__action-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
