@charset "UTF-8";
@-webkit-keyframes slideFadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideFadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideFadeInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@keyframes rollDown {
  from {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes rollDown {
  from {
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.infinite-heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.working-spinner {
  -webkit-animation: load3 1.8s infinite linear;
  animation: load3 1.8s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  height: 1em;
  width: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

a {
  color: var(--grey-10);
  text-decoration: none;
}

a:hover:not(.active) {
  color: var(--primary-color);
}

a:hover:not(.button) {
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  text-transform: var(--header-text-transform);
}

h1 {
  font-size: 2.027rem;
}

h2 {
  font-size: 1.802rem;
}

h3 {
  font-size: 1.602rem;
}

h4 {
  font-size: 1.424rem;
}

h5 {
  font-size: 1.266rem;
}

h6 {
  font-size: 1.125rem;
}

blockquote p::before {
  content: open-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
}

blockquote p::after {
  content: close-quote;
  font-size: 2em;
  line-height: 0.1em;
  margin-left: 0.2em;
  vertical-align: -0.4em;
}

@media only screen and (max-width: 350px) {
  blockquote {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
  }
}
label[for],
label.clickable {
  cursor: pointer;
}

select,
input:not([type=checkbox]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9rem;
  margin: 0;
  font-family: var(--body-text-font);
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--grey-3);
  background-color: transparent;
  padding: 0 0 0 5px;
}

input::placeholder,
textarea::placeholder {
  color: var(--grey-5);
}

input {
  height: 2em;
}

select {
  min-height: 2em;
}

select:hover,
.select-container:hover,
input:hover,
textarea:hover {
  background-color: var(--grey-1);
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 1px solid var(--grey-5);
}

input:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}

.help-text {
  font-size: 0.78rem;
  position: absolute;
  bottom: -12px;
  left: 0;
  color: var(--grey-7);
}

.input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
  margin-top: 1em;
  position: relative;
}
.input-group label.required::after {
  content: "*";
  color: #bf616a;
  margin-left: 1px;
  white-space: nowrap;
}

.input-group.input-group-text:not(.label-as-question) label,
.input-group.input-group-textarea:not(.label-as-question) label,
.input-group.input-group-select.label-as-field label,
.input-group.input-group-countries label {
  font-size: 0.78rem;
  opacity: 0;
  transform: translateY(30px);
  position: absolute;
  top: -13px;
  left: 0;
  line-height: 1.15;
  width: 0;
  overflow: hidden;
}
.input-group.input-group-text:not(.label-as-question) input:focus + label,
.input-group.input-group-text:not(.label-as-question) .selector-container:focus-within + label,
.input-group.input-group-text:not(.label-as-question) textarea:focus + label,
.input-group.input-group-textarea:not(.label-as-question) input:focus + label,
.input-group.input-group-textarea:not(.label-as-question) .selector-container:focus-within + label,
.input-group.input-group-textarea:not(.label-as-question) textarea:focus + label,
.input-group.input-group-select.label-as-field input:focus + label,
.input-group.input-group-select.label-as-field .selector-container:focus-within + label,
.input-group.input-group-select.label-as-field textarea:focus + label,
.input-group.input-group-countries input:focus + label,
.input-group.input-group-countries .selector-container:focus-within + label,
.input-group.input-group-countries textarea:focus + label {
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: none;
  opacity: 1;
  width: unset;
}
.input-group.input-group-text:not(.label-as-question) .input-group-error,
.input-group.input-group-textarea:not(.label-as-question) .input-group-error,
.input-group.input-group-select.label-as-field .input-group-error,
.input-group.input-group-countries .input-group-error {
  font-size: 0.875rem;
}

.input-group.invalid.empty .input-group-error {
  display: none;
}

.input-group.non-empty:not(.label-as-question) input:not(:focus) + label,
.input-group.non-empty:not(.label-as-question) select:not(:focus) + label,
.input-group.non-empty:not(.label-as-question) .selector-container:not(:focus-within) + label,
.input-group.non-empty:not(.label-as-question) textarea:not(:focus) + label {
  transform: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.65;
  width: unset;
}
.input-group.non-empty:not(.label-as-question) input[type=checkbox]:not(:focus) + label {
  opacity: 1;
}

.input-group.invalid.blurred input:not(:focus),
.input-group.invalid.blurred textarea:not(:focus) {
  border: 1px solid #bf616a;
  border-radius: 3px;
}

.input-group.input-group-checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.input-group.input-group-checkbox label {
  font-size: 1rem;
  margin-right: 5px;
  order: 2;
  opacity: 1;
  transform: none;
}
.input-group.input-group-checkbox input {
  order: 1;
}
.input-group.input-group-checkbox a.icon-button {
  order: 2;
  display: inline-flex;
}

.input-group.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.input-group.disabled input:hover,
.input-group.disabled label:hover {
  cursor: not-allowed;
}

.input-group.input-group-select.disabled {
  opacity: initial;
}
.input-group.input-group-select.disabled select,
.input-group.input-group-select.disabled .selector-container {
  cursor: not-allowed;
}

.input-group.input-group-text.label-as-question,
.input-group.input-group-textarea.label-as-question,
.input-group.input-group-select.label-as-question {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
}
.input-group.input-group-text.label-as-question ::placeholder,
.input-group.input-group-textarea.label-as-question ::placeholder,
.input-group.input-group-select.label-as-question ::placeholder {
  color: transparent;
}
.input-group.input-group-text.label-as-question label,
.input-group.input-group-textarea.label-as-question label,
.input-group.input-group-select.label-as-question label {
  order: 1;
  line-height: 1.15;
  color: var(--grey-7);
  margin-bottom: 4px;
}
.input-group.input-group-text.label-as-question input,
.input-group.input-group-text.label-as-question textarea,
.input-group.input-group-text.label-as-question select,
.input-group.input-group-textarea.label-as-question input,
.input-group.input-group-textarea.label-as-question textarea,
.input-group.input-group-textarea.label-as-question select,
.input-group.input-group-select.label-as-question input,
.input-group.input-group-select.label-as-question textarea,
.input-group.input-group-select.label-as-question select {
  order: 2;
  background-color: white;
  border: 1px solid var(--grey-3);
  border-radius: 4px;
  padding-left: 5px;
  font-size: 14px;
}
.input-group.input-group-text.label-as-question .selector-container,
.input-group.input-group-textarea.label-as-question .selector-container,
.input-group.input-group-select.label-as-question .selector-container {
  order: 2;
}
.input-group.input-group-text.label-as-question textarea,
.input-group.input-group-textarea.label-as-question textarea,
.input-group.input-group-select.label-as-question textarea {
  padding: 5px;
  min-height: 5em;
}
.input-group.input-group-text.label-as-question .input-group-error,
.input-group.input-group-textarea.label-as-question .input-group-error,
.input-group.input-group-select.label-as-question .input-group-error {
  order: 3;
  font-size: 0.78rem;
  color: #bf616a;
}

.input-group.input-group-checkbox.label-as-question input {
  background-color: white;
  height: 20px;
  width: 20px;
}
.input-group.input-group-checkbox.label-as-question label {
  font-size: 0.875rem;
}
.input-group.input-group-checkbox.label-as-question label a {
  text-decoration: underline;
}

select {
  cursor: pointer;
  color: var(--grey-7);
}

.selector-container {
  position: relative;
  cursor: pointer;
}
.selector-container select {
  width: 100%;
  min-width: max-content;
  padding-right: 24px;
}
.selector-container svg.ph-icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 4px;
  right: 3px;
  pointer-events: none; /* Makes the icon unclickable, so clicking it opens the select */
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font: inherit;
  border: 1px solid var(--grey-3);
  border-radius: 3px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  flex-shrink: 0;
}

input[type=checkbox]::before {
  content: "";
  height: 1em;
  width: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: var(--grey-10);
  transform-origin: bottom left;
  clip-path: polygon(20% 50%, 35% 65%, 80% 15%, 90% 25%, 35% 80%, 10% 55%);
}

input[type=checkbox]:checked {
  background-color: var(--grey-1);
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: none;
}

input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey-3);
  border-radius: 50%;
  flex-shrink: 0;
  -webkit-appearance: none;
  margin-right: 10px;
  cursor: pointer;
}

input[type=radio]:checked {
  border: 6px solid var(--primary-color);
}

.toggle-button {
  cursor: pointer;
}

.toggle-button.on svg circle {
  fill: black;
}

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

input[type=date] {
  width: max-content;
  color: var(--grey-7);
}

button,
.button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: var(--button-text-transform);
  text-decoration: none;
  background-color: var(--primary-color);
  color: white;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  padding: 0.5em 1.2em;
  transition: background-color 0.3s ease;
  line-height: 1.2;
  font-weight: 500;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

button:focus {
  outline: none;
}

button:not(:disabled):not(.icon-button):hover,
.button:not(:disabled):not(.icon-button):hover {
  background-color: var(--primary-color-9);
  border-color: var(--primary-color-9);
  color: white;
}

button.icon-button,
.button.icon-button {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--grey-10);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1rem;
  height: 2em;
  width: 2em;
  padding: 0;
}
button.icon-button svg,
.button.icon-button svg {
  display: block;
  width: 70%;
}
button.icon-button svg.filled,
.button.icon-button svg.filled {
  color: var(--primary-color);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-duration: 1s;
}

button.icon-button:not(:disabled):hover {
  transform: scale(1.05);
  transition: transform 0.15s cubic-bezier(0.3, 0.93, 0.8, 0.85);
}

.button-group button {
  margin-left: 5px;
  margin-right: 5px;
}
.button-group button:first-child {
  margin-left: 0;
}
.button-group button:last-child {
  margin-right: 0;
}

.button-group-vertical button {
  margin-top: 5px;
  margin-bottom: 5px;
}
.button-group-vertical button:first-child {
  margin-top: 0;
}
.button-group-vertical button:last-child {
  margin-bottom: 0;
}

.cta-container button.increase-quantity-in-cart,
.cta-container button.reduce-quantity-in-cart,
.cart-item-actions button.increase-quantity-in-cart,
.cart-item-actions button.reduce-quantity-in-cart {
  padding: 0;
  height: unset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cta-container button.increase-quantity-in-cart svg.ph-icon > path:not(:last-child),
.cta-container button.reduce-quantity-in-cart svg.ph-icon > path:not(:last-child),
.cart-item-actions button.increase-quantity-in-cart svg.ph-icon > path:not(:last-child),
.cart-item-actions button.reduce-quantity-in-cart svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.link {
  text-decoration: underline;
  cursor: pointer;
}

.dropdown-shim {
  background-color: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  cursor: default;
  z-index: 5;
}

.faq-search-results {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  background-color: white;
  padding: 10px;
  width: 90vw;
  max-width: 600px;
  z-index: 6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.faq-search-results .text-match {
  font-weight: bold;
}

.product-search .search-form {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 10px;
  border-radius: 20px;
  background-color: var(--grey-1);
}
.product-search .search-form svg {
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  padding: 2px;
}
.product-search .search-form input {
  border: none;
  width: 100%;
}
.product-search .dropdown-results-container .dropdown-results {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  background-color: white;
  z-index: 6;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin-top: 10px;
  box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.3);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
}
@media only screen and (min-width: 801px) {
  .product-search .dropdown-results-container .dropdown-results {
    margin-top: 15px;
  }
}
.product-search .dropdown-results-container .dropdown-results .no-matches,
.product-search .dropdown-results-container .dropdown-results .few-chars {
  margin: 0 20px;
}
.product-search .dropdown-results-container .dropdown-results .search-heading {
  color: var(--grey-7);
  font-weight: 600;
  font-size: 0.875rem;
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  width: 90vw;
  max-width: 600px;
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products li {
  margin: 10px 0;
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products li .product-match-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: var(--grey-10);
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products li .product-match-info .product-match-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products li .product-match-info .product-match-content .product-match-image {
  height: 50px;
  width: 50px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products li .product-match-info .product-match-content .product-match-text {
  font-size: 0.875rem;
  line-height: 1.4;
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products li .product-match-info .product-match-content .product-match-text .text-match {
  font-weight: bold;
  color: var(--grey-7);
}
.product-search .dropdown-results-container .dropdown-results ul.matching-products li .product-match-info a.product-match-content:hover .product-match-text .text-match {
  color: var(--primary-color);
}
.product-search .dropdown-results-container .dropdown-results .more {
  margin-bottom: 10px;
}
.product-search .dropdown-results-container .dropdown-results + .dropdown-shim {
  background-color: rgba(0, 0, 0, 0.25);
  top: 120px;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {
  header#site-header.classic-header .product-search .dropdown-results-container .dropdown-results + .dropdown-shim {
    top: 220px;
  }
}
@media only screen and (min-width: 801px) {
  header#site-header.classic-header .product-search .dropdown-results-container .dropdown-results {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 801px) {
  header#site-header.warning-message-open .product-search .dropdown-results-container .dropdown-results + .dropdown-shim {
    top: 160px;
  }
}
@media only screen and (max-width: 800px) {
  header#site-header.warning-message-open .product-search .dropdown-results-container .dropdown-results + .dropdown-shim {
    top: 250px;
  }
}

header#site-header #main-bar .product-search button.icon-button.quick-add-to-cart-button {
  flex-shrink: 0;
  height: 45px;
  width: 45px;
  min-width: unset;
  flex-basis: unset;
}

@media only screen and (max-width: 400px) {
  .product-search .dropdown-results-container .dropdown-results {
    max-height: 90vh;
    overflow-x: auto;
    padding: 20px 0;
  }
}
.usp-bar-container {
  background-color: var(--primary-color-1);
  background-color: var(--grey-1);
}

ul.usp-bar {
  max-width: 1650px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  padding: 10px;
  align-items: center;
  justify-content: space-around;
  color: var(--grey-7);
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
}
ul.usp-bar .usp-bar-block-content p {
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  ul.usp-bar {
    padding: 5px;
    flex-wrap: wrap;
  }
  ul.usp-bar li {
    padding: 5px;
  }
}

.open-filters {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  font-size: 0.78rem;
  position: fixed;
  border-radius: 50%;
  left: 2vh;
  bottom: 2vh;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 50;
}
@media only screen and (min-width: 801px) {
  .open-filters {
    display: none;
  }
}
.open-filters button.icon-button {
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 800px) {
  .open-filters button.icon-button {
    height: 44px;
    width: 44px;
  }
}
.open-filters button.icon-button svg {
  color: white;
  width: 100%;
}

button.open-filters:hover {
  border: none;
}

@media only screen and (max-width: 800px) {
  .main-content-area .nav-filters-bar {
    display: none;
  }
}

.filters-bar {
  justify-self: left;
  box-sizing: content-box;
  min-width: 250px;
  max-width: 300px;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  height: max-content;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding: 30px 20px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 800px) {
  .filters-bar {
    top: 0;
    max-height: unset;
    max-width: unset;
    padding: 30px;
  }
}
.filters-bar input {
  padding: 2px;
  font-size: 0.78rem;
}
.filters-bar .selector-container {
  min-width: max-content;
}
.filters-bar .selector-container select {
  line-height: normal;
  border: 1px solid var(--grey-3);
  border-radius: 3px;
}
.filters-bar .selector-container svg.ph-icon {
  height: 18px;
  width: 18px;
  top: 4px;
  right: 4px;
}
.filters-bar header.filters-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.filters-bar header.filters-bar-header > button {
  height: unset;
  width: unset;
}
@media only screen and (min-width: 801px) {
  .filters-bar header.filters-bar-header > button {
    display: none;
  }
}
.filters-bar header.filters-bar-header > button svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.filters-bar header.filters-bar-header > button svg {
  width: 100%;
}
.filters-bar header.filters-bar-header h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
.filters-bar header.filters-bar-header label {
  font-size: 0.78rem;
  color: var(--grey-7);
}
.filters-bar .clear-filters-item .clear-filters-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 250px;
  gap: 5px;
}
.filters-bar .clear-filters-item .clear-filter {
  border: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px 6px 4px 8px;
  background-color: var(--primary-color-2);
  color: var(--primary-color-10);
  text-transform: none;
  text-align: left;
}
.filters-bar .clear-filters-item .clear-filter > span {
  line-height: 1em;
}
.filters-bar .clear-filters-item .clear-filter svg {
  width: 14px;
  height: 14px;
}
.filters-bar .clear-filters-item .clear-filter svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.filters-bar .sort-by-selector-select {
  font-size: 0.875rem;
}
.filters-bar .search-by-container {
  background-color: var(--grey-1);
  border-radius: 20px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.filters-bar .search-by-container svg {
  height: 16px;
  width: 16px;
}
.filters-bar .search-by-container input.search-by {
  border: none;
  padding: 5px;
  width: 100%;
}
.filters-bar ul.filter-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 0.875rem;
}
.filters-bar ul.filter-lines li.filter-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* Rotate arrow when <details> is open */
}
.filters-bar ul.filter-lines li.filter-line details {
  width: 100%;
  /* Remove default arrow */
}
.filters-bar ul.filter-lines li.filter-line details summary::marker {
  content: none;
}
.filters-bar ul.filter-lines li.filter-line details summary::-webkit-details-marker {
  display: none; /* Hides the default triangle icon in WebKit browsers */
}
.filters-bar ul.filter-lines li.filter-line details summary {
  list-style: none; /* Removes default triangle or bullet */
  outline: none; /* Removes focus outline */
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
  font-weight: normal; /* Resets bold font weight */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.3s ease; /* Smooth rotation */
  cursor: pointer;
}
.filters-bar ul.filter-lines li.filter-line details summary svg {
  height: 18px;
  width: 18px;
}
.filters-bar ul.filter-lines li.filter-line details > ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 2px;
  color: var(--grey-7);
}
.filters-bar ul.filter-lines li.filter-line details > ul > li {
  font-size: 0.78rem;
}
.filters-bar ul.filter-lines li.filter-line details > ul > li:not(:last-child) {
  margin-bottom: 5px;
}
.filters-bar ul.filter-lines li.filter-line details[open] svg {
  transform: rotate(180deg); /* Rotate arrow to point up */
}
.filters-bar ul.filter-lines li.filter-line label.clickable {
  display: flex;
  align-items: center;
}
.filters-bar ul.filter-lines li.filter-line label.clickable:hover {
  color: var(--grey-10);
}
.filters-bar ul.filter-lines li.filter-line .min-max-filter-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.filters-bar ul.filter-lines li.filter-line .min-max-filter-container input {
  width: 45px;
  text-align: center;
}
.filters-bar ul.filter-lines li.filter-line.discounted label.clickable, .filters-bar ul.filter-lines li.filter-line.availability label.clickable {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5px;
}
.filters-bar ul.filter-lines li.filter-line.discounted label.clickable input, .filters-bar ul.filter-lines li.filter-line.availability label.clickable input {
  margin: 0;
}
.filters-bar ul.filter-lines li.filter-line.categories details ul > li > ul {
  padding-left: 22px;
  list-style-type: none;
  margin-top: 5px;
}
.filters-bar ul.filter-lines li.filter-line.categories details ul > li > ul li {
  margin-bottom: 5px;
}
.filters-bar ul.filter-lines li.filter-line.weight .min-max-filter-container select {
  font-size: 0.78rem;
}
.filters-bar ul.filter-lines li.filter-line.custom-attribute-labelled-choice-filter, .filters-bar ul.filter-lines li.filter-line.custom-attribute-choice-filter {
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.filters-bar ul.filter-lines li.filter-line.custom-attribute-labelled-choice-filter .custom-attributes-choices-toggles label, .filters-bar ul.filter-lines li.filter-line.custom-attribute-choice-filter .custom-attributes-choices-toggles label {
  margin-bottom: 5px;
  font-size: 0.78rem;
  color: var(--grey-7);
}
.filters-bar ul.filter-lines li.filter-line.custom-attribute-text-filter input {
  width: 100%;
  padding-left: 5px;
}
.filters-bar .clear-filters {
  background-color: transparent;
  color: var(--primary-color);
  margin-top: 10px;
}
.filters-bar .clear-filters-item .clear-filter,
.filters-bar .clear-filters {
  background-color: var(--grey-2);
  color: var(--grey-10);
  border: none;
}
.filters-bar .clear-filters-item .clear-filter:hover,
.filters-bar .clear-filters:not(:disabled):hover {
  background-color: var(--grey-3);
  color: var(--grey-10);
}

#site-header.warning-message-open + #content-container .nav-filters-bar {
  top: 208px;
}

.main-content-area > .clear-filters-item,
.main-content-area .products-area-container > .clear-filters-item {
  grid-area: clearfilters;
}
.main-content-area > .clear-filters-item ul.clear-filters-actions,
.main-content-area .products-area-container > .clear-filters-item ul.clear-filters-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-right: 15px;
  margin-top: 15px;
}
.main-content-area > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item,
.main-content-area .products-area-container > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item {
  margin: 0 5px 10px 5px;
}
.main-content-area > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter,
.main-content-area .products-area-container > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter {
  border: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px 6px 4px 8px;
  background-color: var(--primary-color-2);
  color: var(--primary-color-10);
  background-color: var(--grey-2);
  color: var(--grey-10);
  border: none;
}
.main-content-area > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter > span,
.main-content-area .products-area-container > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter > span {
  line-height: 1em;
}
.main-content-area > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter svg,
.main-content-area .products-area-container > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter svg {
  width: 14px;
  height: 14px;
}
.main-content-area > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter svg.ph-icon > path:not(:last-child),
.main-content-area .products-area-container > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.main-content-area > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter:hover,
.main-content-area .products-area-container > .clear-filters-item ul.clear-filters-actions li.clear-filters-actions-item button.clear-filter:hover {
  background-color: var(--grey-3);
  color: var(--grey-10);
}

#main-shim,
.focus-shim {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: opacity 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  /* Hopefully this is temporary until Allan properly does not render the placeholders on
     missing products: https://app.constructor.dev/tickets/106
  */
}
#main-shim.focus-shim-with-error,
.focus-shim.focus-shim-with-error {
  background-color: white;
}
#main-shim.non-clickable-shim,
.focus-shim.non-clickable-shim {
  cursor: unset;
}
#main-shim .focus-shim-error,
.focus-shim .focus-shim-error {
  position: absolute;
  margin-top: 35%;
  margin-left: 30vw;
  width: 40vw;
  text-align: center;
  font-size: 1.125rem;
}
#main-shim .focus-shim-error .retry-download-button,
.focus-shim .focus-shim-error .retry-download-button {
  min-width: 190px;
  margin-top: 25px;
}
#main-shim .focus-shim-error .continue-shopping,
.focus-shim .focus-shim-error .continue-shopping {
  font-size: 1rem;
  display: inherit;
  margin-top: 25px;
  text-transform: capitalize;
  text-decoration: underline;
  font-weight: bold;
}
#main-shim .working-spinner,
.focus-shim .working-spinner {
  position: absolute;
  margin-top: 40%;
  margin-left: 46%;
  height: 40px;
  width: 40px;
}

#main-shim {
  z-index: 115;
}

.focus-shim {
  z-index: 100;
}

.paypal-disabled-shim {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.6;
  cursor: not-allowed;
  z-index: 240;
}

.modal-container {
  z-index: 300;
  position: fixed;
  top: 10vh;
  left: 10vw;
  right: 10vw;
}
.modal-container .modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  color: var(--grey-10);
  background-color: white;
  border: 1px solid var(--grey-2);
  box-sizing: content-box;
  padding: 3em;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.modal-container .modal .modal-explanation {
  max-height: 80vh;
  overflow-y: auto;
  margin: 0;
  padding: 10px 0;
}
.modal-container .modal .close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50px;
  background-color: white;
}
.modal-container .modal .close-modal svg {
  width: 100%;
}
.modal-container .modal h3 {
  margin: 0.5em 0;
}
.modal-container .modal .modal-explanation .address .country {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.modal-container .modal .modal-explanation .address .country img {
  height: 1em;
  margin-right: 5px;
}
.modal-container .modal .modal-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-container .modal .modal-actions button {
  margin: 10px;
}
.modal-container .modal .warning-message-content {
  line-height: 1.4;
}

.modal-container + .focus-shim {
  z-index: 115;
}

.modal-container.full-page {
  top: 2.5vh;
  left: 5vw;
  right: 5vw;
  max-height: 90vh;
}
.modal-container.full-page .modal {
  max-width: 1000px;
  padding: 1.5em;
}
.modal-container.full-page .modal .modal-explanation {
  width: 100%;
  margin: unset;
}
.modal-container.full-page .modal .modal-explanation .modal-page {
  padding: unset;
  width: 100%;
}
.modal-container.full-page .modal .modal-explanation .modal-page .page-content ul {
  justify-content: center;
}
.modal-container.full-page .modal .modal-explanation .modal-page .page-content ul li {
  display: inline-block;
}
.modal-container.full-page .modal .modal-explanation .modal-page .page-content p {
  text-align: left;
}
.modal-container.full-page .modal .modal-explanation .modal-page .page-content p.free-over {
  text-align: center;
}
.modal-container.full-page .modal .modal-explanation .modal-page .page-content ul.dispatch-countries {
  justify-content: unset;
  margin-top: 0.5em;
}
.modal-container.full-page .modal .modal-explanation .modal-page .page-content ul.non-dispatch-dates li {
  display: list-item;
}

@media only screen and (max-width: 800px) {
  .modal-container {
    top: 5vh;
    left: 5vw;
    right: 5vw;
  }
  .modal-container .modal {
    padding: 2em;
  }
}
@media only screen and (max-height: 350px) {
  .modal-container {
    top: 2vh;
    left: 2vw;
    right: 2vw;
  }
  .modal-container .modal {
    padding: 0.5em;
  }
  .modal-container .modal .modal-explanation {
    max-height: 70vh;
  }
}
@media only screen and (max-width: 500px) {
  .modal-container {
    top: 2vh;
    left: 2vw;
    right: 2vw;
  }
  .modal-container .modal {
    padding: 1em;
  }
  .modal-container .modal p:not(.modal-explanation) {
    margin: 0.5em 0;
  }
  .modal-container .modal .country img {
    display: none;
  }
  .modal-container.full-page .modal {
    padding: unset;
  }
  .modal-container.full-page .modal .main-content-title {
    margin: 1em 0 0.5em;
    font-size: 1.602rem;
  }
  .modal-container.full-page .modal .page-content {
    padding: 0 1em 1em 1em;
  }
}
.flash-message-container {
  position: fixed;
  z-index: 250;
  bottom: 5vh;
  left: 10vw;
  right: 10vw;
}
.flash-message-container .flash-message {
  background-color: var(--grey-10);
  border-radius: 5px;
  padding: 15px;
  text-transform: capitalize;
  max-width: 800px;
  color: white;
  display: flex;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-left: auto;
  margin-right: auto;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.flash-message-container .flash-message div:first-of-type {
  margin-left: 15px;
}

@media only screen and (min-height: 900px) {
  .flash-message-container {
    bottom: 15vh;
  }
}
@media only screen and (min-height: 1100px) {
  .flash-message-container {
    bottom: 25vh;
  }
}
.bread-crumbs {
  grid-row: breadcrumbs/breadcrumbs;
  grid-column: breadcrumbs/breadcrumbs;
  padding: 15px 0 0 15px;
  max-width: 90vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  width: 80%;
  line-height: 1.4;
}
.bread-crumbs .bread-crumb-link {
  text-decoration: underline;
}
.bread-crumbs .bread-crumb-separator {
  display: inline-flex;
  align-self: center;
}
.bread-crumbs .bread-crumb-separator svg {
  height: 0.875rem;
  width: 0.875rem;
  padding: 0 4px;
}
.bread-crumbs .bread-crumb-destination {
  display: inline-block;
  white-space: nowrap;
  max-width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--grey-7);
}

.login-form .login-form-header h1 {
  text-transform: none;
}
.login-form .input-group.input-group-text {
  min-width: 250px;
}
.login-form .input-group.input-group-text.blurred.invalid input {
  border: 1px solid #bf616a;
  border-radius: 3px;
}
.login-form .input-group.input-group-text.blurred.valid input {
  border: 1px solid green;
  border-radius: 3px;
}
@media only screen and (max-width: 400px) {
  .login-form .input-group.input-group-text {
    min-width: unset;
    width: 60vw;
  }
}
.login-form .login-form-form {
  display: flex;
  justify-content: center;
}
.login-form .login-form-form .login-code-form {
  display: flex;
  flex-direction: column;
}
.login-form .login-form-form .login-code-form input {
  margin-bottom: 20px;
}
.login-form .login-form-form .login-code-form button {
  margin-bottom: 10px;
}
.login-form .login-form-form .accepted-legals-container {
  margin-bottom: 10px;
}
.login-form .login-form-form .create-account-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form .login-form-form .create-account-container ul.error-messages-errors {
  padding: unset;
  list-style: none;
}
.login-form .login-form-form .create-account-container ul.error-messages-errors svg {
  display: none;
}
.login-form .login-form-form .create-account-container button {
  margin-top: 10px;
}
.login-form .login-form-form .customer-kind-container {
  margin-top: 0.5em;
}
.login-form .login-form-form .customer-kind-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.login-form .login-form-form .customer-kind-container ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login-form .login-form-form .customer-kind-container ul li input {
  margin: 0.5em;
}
.login-form .login-form-form .customer-kind-container ul li:first-of-type {
  margin-right: 1em;
}
.login-form .login-form-form .customer-kind-container ul li.disabled input,
.login-form .login-form-form .customer-kind-container ul li.disabled label {
  cursor: not-allowed;
  opacity: 0.4;
}
.login-form .login-form-footer {
  display: flex;
  flex-direction: column;
}
.login-form .login-form-footer p {
  color: var(--grey-7);
  font-size: 0.875rem;
  text-align: center;
}
.login-form .login-form-footer button,
.login-form .login-form-footer .button {
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  padding: unset;
  text-transform: none;
  text-decoration: underline;
}
.login-form .login-form-footer button:hover,
.login-form .login-form-footer .button:hover,
.login-form .login-form-footer button:not(:disabled):not(.icon-button):hover {
  border: none;
  background-color: transparent;
  color: var(--primary-color-9);
}

.login-form.login-non-returning-form .continue-as-guest-explanation,
.login-form.login-non-returning-form .email-unrecognised-custom-message {
  line-height: 1.4;
}
.login-form.login-non-returning-form .continue-as-guest-explanation a,
.login-form.login-non-returning-form .email-unrecognised-custom-message a {
  text-decoration: underline;
}
.login-form.login-non-returning-form .login-continue-as-guest-button {
  margin-top: 1em;
}

@media only screen and (max-width: 500px) {
  .main-content-area.account.anonymous {
    padding: 5px;
  }
  .main-content-area.account.anonymous #login-container {
    padding: 20px;
  }
}
.category-products,
.wishlist-products,
.featured-products-container,
.on-sale-products,
.new-products,
.search-results-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  margin: 20px 10px;
  height: max-content;
}

.product-cell {
  display: grid;
  grid-template-areas: "image" "ratings" "name" "variants" "price" "deliverySurcharge" "cta";
  grid-template-rows: auto; /* Rows adjust based on content */
  position: relative;
  padding: 10px;
}
@media only screen and (min-width: 801px) {
  .product-cell {
    max-width: 500px;
  }
}
.product-cell a.button:not(.icon-button),
.product-cell button:not(.icon-button) {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  max-width: 300px;
  min-height: 38px; /* Enforce button height consistency */
  font-weight: 500;
  font-size: 14px; /* Compact for desktop */
  padding: 8px 12px; /* Compact padding for grid */
  margin: 0 auto; /* Center if max-width applies */
}
@media only screen and (max-width: 800px) {
  .product-cell a.button:not(.icon-button),
  .product-cell button:not(.icon-button) {
    font-size: 16px; /* Bigger for mobile for accessibility */
    padding: 10px 14px; /* Slightly more padding for touch targets */
  }
}
.product-cell .product-image-container {
  grid-area: image;
  justify-self: center;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 200px;
  padding: 10px;
}
.product-cell .product-image-container img.cell-thumbnail {
  max-height: 200px;
}
.product-cell .product-image-container .icon-button.open-image-gallery {
  position: absolute;
  bottom: 15px;
}
.product-cell .product-image-container .icon-button.add-to-wish-list,
.product-cell .product-image-container .icon-button.remove-from-wish-list {
  position: absolute;
  top: 5px;
  right: -20px;
  z-index: 10;
}
.product-cell .product-rating {
  grid-area: ratings;
  justify-self: center;
  margin-bottom: 10px;
}
.product-cell .product-rating svg {
  padding: 0;
  width: 20px;
  height: 20px;
}
.product-cell .product-rating .stars-container .stars {
  margin-bottom: 3px;
}
.product-cell .product-rating .stars-container .stars-numeric {
  font-size: 0.875rem;
  color: var(--grey-7);
}
.product-cell .product-name {
  grid-area: name;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}
.product-cell .product-name a:hover {
  text-decoration: underline;
}
.product-cell .product-variant-groups {
  justify-self: center;
}
.product-cell ul.product-variants {
  grid-area: variants;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: var(--grey-7);
  margin: 5px 0;
}
.product-cell ul.product-variants li::after {
  content: ",";
  margin-right: 0.2em;
}
.product-cell ul.product-variants li:last-child::after {
  content: none;
  margin-right: 0;
}
.product-cell ul.product-variants .product-variants-item.not-available {
  cursor: not-allowed;
  opacity: 0.4;
}
.product-cell .tags-bar-container {
  top: 10px;
  left: 10px;
  right: 20%;
}
.product-cell .product-price-container {
  grid-area: price;
  max-width: 200px;
  font-size: 1.125rem;
  justify-self: center;
  justify-content: center;
  margin-bottom: 10px;
}
.product-cell .product-price-container .product-price-notes {
  display: none;
}
.product-cell .product-price-container .product-price .price-range {
  text-align: center;
}
.product-cell .product-price-container .product-price.was-price {
  margin-right: 5px;
}
.product-cell .delivery-surcharge-container {
  grid-area: deliverySurcharge;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 5px;
}
.product-cell .delivery-surcharge-container > span {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-cell .delivery-surcharge-container .both-prices {
  margin: 0 3px;
}
.product-cell .add-to-cart-container {
  grid-area: cta;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  align-self: flex-end;
  width: 100%;
  max-width: 300px;
  justify-self: center;
}
.product-cell .add-to-cart-container input {
  margin-right: 3px;
  font-weight: 500;
  font-size: 16px;
}
.product-cell .add-to-cart-container input.cta.quantity-input {
  text-align: center;
  width: 3em;
  margin-right: 10px;
  padding: 0;
}
.product-cell .add-to-cart-container .add-to-cart-buttons {
  width: 100%;
}
.product-cell .cart-item-actions {
  grid-area: cta;
  justify-self: center;
  margin-top: 5px;
  align-self: flex-end;
  display: flex;
  align-items: center; /* Align vertically centered */
  justify-content: space-between; /* Space out the elements */
}
.product-cell .cart-item-actions button.increase-quantity-in-cart,
.product-cell .cart-item-actions button.reduce-quantity-in-cart {
  height: 20px;
  width: 20px;
  width: 38px; /* Square button for uniformity */
  height: 38px; /* Match height of other buttons */
  padding: 0;
  font-weight: bold;
}
.product-cell .cart-item-actions button.increase-quantity-in-cart svg,
.product-cell .cart-item-actions button.reduce-quantity-in-cart svg {
  height: 22px;
  width: 22px;
}
.product-cell .cart-item-actions .cart-item-qty {
  min-width: 50px; /* Set a consistent width for the quantity display */
  text-align: center; /* Center the text inside */
  padding: 4px; /* Add some padding for better usability */
  font-size: 16px;
  font-weight: 500;
}
.product-cell .cart-item-actions .delete-from-cart {
  display: none;
}
.product-cell .cta-container {
  margin-bottom: 0;
}
.product-cell .cta-container.bulk-buying-ctas {
  grid-area: cta;
}
.product-cell .product-view-more-details {
  display: none;
}
.product-cell .select-product-variant-link,
.product-cell .bulk-pricing-link-to-product,
.product-cell .display-product-details-link {
  grid-area: cta;
  justify-self: center;
  margin-top: 5px;
  align-self: flex-end;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
}
.product-cell .select-product-variant-link:hover:not(.active),
.product-cell .bulk-pricing-link-to-product:hover:not(.active) {
  color: white;
}
.product-cell .login-to-shop-button {
  grid-area: cta;
  text-align: center;
  background-color: transparent;
  color: var(--primary-color);
  justify-self: center;
  margin-top: 5px;
  align-self: flex-end;
}
.product-cell .login-to-shop-button:not(:disabled):hover {
  color: white;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media only screen and (max-width: 800px) {
  .category-products,
  .wishlist-products,
  .featured-products-container,
  .on-sale-products,
  .new-products {
    justify-content: center;
  }
}
.sidebar {
  position: fixed;
  /* Transform needs to move it enough out of screen so the drop shadow is invisible too */
  width: 50vw;
  top: 0;
  z-index: 200;
  bottom: 0;
  background: white;
  box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.062);
  overflow-y: auto;
}

.sidebar.left {
  left: 0;
  transform: translateX(-55vw);
  max-width: 400px;
}

.sidebar.right {
  right: 0;
  transform: translateX(55vw);
}

.sidebar.open {
  transform: none;
  transition: transform 0.35s cubic-bezier(0.61, 0.54, 0.1, 1.05) 0s;
}

@media only screen and (max-width: 1050px) {
  .sidebar {
    width: 60vw;
  }
  .sidebar.right:not(.open) {
    transform: translateX(65vw);
  }
  .sidebar.left:not(.open) {
    transform: translateX(-65vw);
  }
}
@media only screen and (max-width: 800px) {
  .sidebar {
    width: 90vw;
  }
  .sidebar.right:not(.open) {
    transform: translateX(95vw);
  }
  .sidebar.left:not(.open) {
    transform: translateX(-95vw);
  }
}
@media only screen and (max-width: 450px) {
  .sidebar {
    width: 100vw;
  }
  .sidebar.right:not(.open) {
    transform: translateX(100vw);
  }
  .sidebar.left:not(.open) {
    transform: translateX(-100vw);
  }
}
.image-gallery-container .image-gallery-shim {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 500;
}
.image-gallery-container .image-gallery {
  z-index: 501;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: white;
  position: fixed;
  top: 10%;
  bottom: 10%;
  left: 3%;
  right: 3%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 3px;
}
@media only screen and (min-width: 1050px) {
  .image-gallery-container .image-gallery {
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
}
.image-gallery-container .image-gallery .gallery-control {
  position: absolute;
}
.image-gallery-container .image-gallery .gallery-control svg {
  height: 24px;
  width: 24px;
}
.image-gallery-container .image-gallery .nudge-image {
  top: 50%;
}
.image-gallery-container .image-gallery .close-image-gallery {
  top: 15px;
  right: 15px;
}
.image-gallery-container .image-gallery .previous-image {
  left: 15px;
}
.image-gallery-container .image-gallery .next-image {
  right: 15px;
}
.image-gallery-container .image-gallery .secondary-images-container {
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 400px) {
  .image-gallery-container .image-gallery .secondary-images-container {
    max-width: 98%;
  }
}
.image-gallery-container .image-gallery .secondary-images-container .thumbnail-image:not(.active):hover {
  transform: scale(1.05);
  transition: transform 0.15s cubic-bezier(0.3, 0.93, 0.8, 0.85);
}
.image-gallery-container .image-gallery .image-gallery-image-container {
  height: calc(80vh - 160px);
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 801px) {
  .image-gallery-container .image-gallery .image-gallery-image-container {
    margin: 10px 50px;
  }
}

.icon-button.open-image-gallery {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.icon-button.open-image-gallery svg {
  width: 100%;
}

.tags-bar-container {
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  text-transform: uppercase;
}
.tags-bar-container .discounts-bar,
.tags-bar-container .stock-indicator.low-in-stock,
.tags-bar-container .stock-indicator.out-of-stock .out-of-stock-container,
.tags-bar-container .quick-tag-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: max-content;
}
.tags-bar-container .quick-tag-bar {
  margin-right: 30px;
}
.tags-bar-container .stock-indicator {
  padding: unset;
}
.tags-bar-container .stock-indicator .stock-indictor-label {
  display: none;
}
.tags-bar-container .stock-indicator.out-of-stock .out-of-stock,
.tags-bar-container .stock-indicator.plenty-stock {
  display: none;
}
.tags-bar-container .product-pill,
.tags-bar-container .stock-indicator.low-in-stock,
.tags-bar-container .stock-indicator.out-of-stock .expected-in {
  background-color: var(--primary-color-2);
  color: var(--primary-color-10);
  font-size: 0.78rem;
  border-radius: 50px;
  padding: 0.4em 0.8em;
  border: 2px solid white;
}
.tags-bar-container .product-pill.free-shipping-pill {
  margin-right: 3px;
}

.alert {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  padding: 5px 10px;
  line-height: 1.2em;
  border-radius: 4px;
  background-color: var(--primary-color-1);
  color: var(--primary-color-9);
  border: 1px solid;
  font-weight: 500;
}
.alert svg {
  flex: none;
  margin-right: 5px;
}
.alert .alert-text a {
  text-decoration: underline;
  color: var(--primary-color-9);
}

#site-warning-message,
.category-warnings {
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
#site-warning-message .warning-message-content a,
#site-warning-message .category-warning a,
.category-warnings .warning-message-content a,
.category-warnings .category-warning a {
  text-decoration: underline;
}
#site-warning-message svg.ph-icon > path:not(:last-child),
.category-warnings svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
#site-warning-message .close-warning-message svg,
.category-warnings .close-warning-message svg {
  width: 100%;
}

#site-warning-message {
  background-color: var(--grey-10);
  color: white;
  font-weight: 500;
  padding: 0.5em 1em;
  border-radius: 3px;
}
#site-warning-message .warning-message-content a,
#site-warning-message .close-warning-message {
  color: white;
}
#site-warning-message .warning-message-content p {
  margin: 0;
}

ul.category-warnings {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5px;
}
ul.category-warnings li {
  width: 100%;
  background-color: var(--primary-color-1);
  color: var(--primary-color-9);
  border-radius: 4px;
  border: 1px solid;
}
ul.category-warnings li .category-warning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
}
ul.category-warnings li .category-warning button.icon-button {
  color: var(--primary-color-9);
}

#site-warning-message.dev-mode {
  background-color: #bf616a;
}

.icon-container {
  position: relative;
}
.icon-container .icon-tag {
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 62%;
  background-color: var(--primary-color);
  color: white;
  padding: 2px;
}
.icon-container .icon-tag.ninety-nine-plus {
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  padding: 1px;
  position: absolute;
  top: 0;
  left: 62%;
  background-color: var(--primary-color);
  color: white;
  font-size: 10px;
}
.icon-container .icon-tag.account-warning-tag {
  background-color: transparent;
  font-size: 16px;
}

#site-header:not(.header-invert-colors) .icon-tag.account-warning-tag {
  color: var(--grey-10);
}

.country-selector {
  position: relative;
  display: flex;
  flex-direction: column;
}
.country-selector .country-flag {
  width: auto;
  height: 17px;
  margin-right: 10px;
}
.country-selector .dropdown-results-container {
  min-width: 200px;
}
.country-selector .dropdown-results {
  width: unset;
  max-width: 320px;
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  border: 1px solid var(--grey-2);
  border-radius: 3px;
}
.country-selector .dropdown-shim {
  display: none;
}
.country-selector ul.options {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.country-selector ul.options li {
  padding: 10px;
}
.country-selector ul.options li > button {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  display: flex;
}
.country-selector ul.options li > button:hover {
  color: unset;
  background-color: unset;
}
.country-selector ul.options li.no-options-available {
  font-size: 0.78rem;
}
.country-selector ul.options li.country-option {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.country-selector ul.options li.country-option.highlighted {
  background-color: var(--grey-2);
}
.country-selector .currently-selected {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.country-selector .currently-selected .flag-and-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.country-selector .currently-selected button,
.country-selector .currently-selected .button {
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  padding: unset;
  text-transform: none;
  text-decoration: underline;
}
.country-selector .currently-selected button:hover,
.country-selector .currently-selected .button:hover,
.country-selector .currently-selected button:not(:disabled):not(.icon-button):hover {
  border: none;
  background-color: transparent;
  color: var(--primary-color-9);
}
.country-selector .currently-selected .change-country {
  color: var(--grey-7);
  font-size: 0.875rem;
}

#shipping-and-delivery-details-step .address-details .address-selection .country-selector ul li,
#shipping-and-delivery-details-step .address-details .address-selection .country-selector ul li:last-of-type {
  margin-bottom: 0;
}

.secondary-images-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 10px 0;
  max-width: 500px;
  column-gap: 15px;
  overflow: auto;
}
@media only screen and (max-width: 500px) {
  .secondary-images-container {
    max-width: 90vw;
    column-gap: 10px;
  }
  .secondary-images-container .thumbnail-image-container {
    height: 70px;
  }
}
.secondary-images-container .thumbnail-image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  max-width: 100px;
  min-width: 35px;
  cursor: pointer;
}
.secondary-images-container .thumbnail-image-container img {
  opacity: 0.5;
}
.secondary-images-container .thumbnail-image.active {
  opacity: 1;
  cursor: auto;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.related-products.field-group-label {
  padding: 0 15px;
}
.related-products.field-group-label .scroller {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.related-products.field-group-label .scroller .control {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  cursor: pointer;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: 24px;
}
.related-products.field-group-label .scroller .control.disabled {
  opacity: 0;
  cursor: unset;
}
.related-products.field-group-label .scroller .scroller-content {
  width: calc(80% - 48px);
  height: 200px;
  flex: 1;
}
.related-products.field-group-label .scroller .scroller-content ul {
  scrollbar-width: none;
}
.related-products.field-group-label .scroller .scroller-content ::-webkit-scrollbar {
  display: none;
}
.related-products.field-group-label .scroller .scroller-content ul li {
  transition: transform 0.3s ease-out;
}
.related-products.field-group-label .scroller.scroll-position-1 .scroller-content ul li {
  transform: translateX(-240px);
}
.related-products.field-group-label .scroller.scroll-position-2 .scroller-content ul li {
  transform: translateX(-480px);
}
.related-products.field-group-label .scroller.scroll-position-3 .scroller-content ul li {
  transform: translateX(-720px);
}
.related-products.field-group-label .scroller.scroll-position-4 .scroller-content ul li {
  transform: translateX(-960px);
}
.related-products.field-group-label .scroller.scroll-position-5 .scroller-content ul li {
  transform: translateX(-1200px);
}
.related-products.field-group-label .scroller.scroll-position-6 .scroller-content ul li {
  transform: translateX(-1440px);
}
.related-products.field-group-label .scroller.scroll-position-7 .scroller-content ul li {
  transform: translateX(-1680px);
}
.related-products.field-group-label .scroller.scroll-position-8 .scroller-content ul li {
  transform: translateX(-1920px);
}
.related-products.field-group-label .scroller.scroll-position-9 .scroller-content ul li {
  transform: translateX(-2160px);
}
.related-products.field-group-label .scroller.scroll-position-10 .scroller-content ul li {
  transform: translateX(-2400px);
}
.related-products.field-group-label .scroller.scroll-position-11 .scroller-content ul li {
  transform: translateX(-2640px);
}
.related-products.field-group-label .scroller.scroll-position-12 .scroller-content ul li {
  transform: translateX(-2880px);
}
.related-products.field-group-label .scroller.scroll-position-13 .scroller-content ul li {
  transform: translateX(-3120px);
}
.related-products.field-group-label .scroller.scroll-position-14 .scroller-content ul li {
  transform: translateX(-3360px);
}
.related-products.field-group-label .scroller.scroll-position-15 .scroller-content ul li {
  transform: translateX(-3600px);
}
.related-products.field-group-label .scroller.scroll-position-16 .scroller-content ul li {
  transform: translateX(-3840px);
}
.related-products.field-group-label .scroller.scroll-position-17 .scroller-content ul li {
  transform: translateX(-4080px);
}
.related-products.field-group-label .scroller.scroll-position-18 .scroller-content ul li {
  transform: translateX(-4320px);
}
.related-products.field-group-label .scroller.scroll-position-19 .scroller-content ul li {
  transform: translateX(-4560px);
}
.related-products.field-group-label .scroller.scroll-position-20 .scroller-content ul li {
  transform: translateX(-4800px);
}
@media only screen and (max-width: 800px) {
  .related-products.field-group-label {
    padding: 0 10px;
  }
}
.related-products.field-group-label ul.related-product-groups {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-products.field-group-label .related-product-group {
  margin-bottom: 40px;
}
.related-products.field-group-label .related-product-group p.introduction {
  margin: 0.5em 0;
  font-size: 1.424rem;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  text-transform: var(--header-text-transform);
}
.related-products.field-group-label .related-product-group p.no-of-items {
  color: var(--grey-7);
  font-size: 0.78rem;
  margin: 0;
}

.related-group-products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  height: 110%;
  overflow-x: auto;
}
.related-group-products .related-group-products-item {
  flex-basis: 240px;
  flex-grow: 0;
  flex-shrink: 0;
}
.related-group-products .related-group-products-item .related-product-container {
  position: relative;
}
.related-group-products .related-group-products-item .related-product-container button.icon-button.quick-add-to-cart-button {
  position: absolute;
  right: 20px;
  top: 2px;
}
.related-group-products .related-group-products-item .related-product {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 5px;
}
.related-group-products .related-group-products-item .related-product .images-container,
.related-group-products .related-group-products-item .related-product .related-product-image-container {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
}
.related-group-products .related-group-products-item .related-product .images-container {
  flex: unset;
  padding: unset;
}
.related-group-products .related-group-products-item .related-product .product-price-container {
  margin-top: 10px;
  justify-content: center;
}
.related-group-products .related-group-products-item .related-product .product-price-container .product-price-notes {
  display: none;
}
.related-group-products .related-group-products-item a.related-product:hover .product-price-container {
  color: initial;
}

.business-details {
  text-align: center;
}
.business-details .trading-as-message {
  font-weight: bold;
}
.business-details p {
  margin: 0.3em 0;
}

.footer-content-container .business-details {
  font-size: 0.875rem;
}

nav.post-category-menus {
  background-color: var(--content-primary-color);
  color: white;
  box-sizing: border-box;
  height: 100%;
  padding: 10px 30px;
}
nav.post-category-menus a {
  color: white;
}
nav.post-category-menus a:hover:not(.active):not(.button) {
  color: white;
}
nav.post-category-menus .search-by {
  text-transform: uppercase;
  font-size: 0.78rem;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid white;
  min-width: 200px;
}
nav.post-category-menus .search-by input {
  font-size: 0.875rem;
  width: 100%;
  margin-top: 5px;
  background-color: white;
  border: none;
  border-radius: 4px;
}
nav.post-category-menus ul.top-level {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 25vw;
  margin: 20px 0;
}
nav.post-category-menus ul.top-level > li {
  margin: 2em 0;
}
nav.post-category-menus ul.top-level > li > a {
  font-weight: var(--title-weight);
}
nav.post-category-menus ul.top-level > li ul.second-level {
  list-style-type: disc;
}
nav.post-category-menus ul.top-level > li ul.second-level > li {
  font-size: 0.875rem;
  margin: 1em 0;
}
nav.post-category-menus ul.top-level > li ul.second-level > li ul.third-level {
  list-style-type: circle;
}
nav.post-category-menus ul.top-level > li ul.second-level > li ul.third-level > li {
  margin: 0.5em 0;
}

#left-sidebar > .nav-filters-bar.post-category-menu ul.top-level {
  max-width: 100%;
}
@media only screen and (max-width: 800px) {
  #left-sidebar .post-category-menu nav.post-category-menus {
    height: unset;
    min-height: calc(100vh - 62px);
  }
}

.nav-filters-bar.post-category-menu .filters-bar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 15px 30px;
  background-color: var(--grey-1);
  box-shadow: none;
  text-transform: capitalize;
}
@media only screen and (min-width: 801px) {
  .nav-filters-bar.post-category-menu .filters-bar-header {
    display: none;
  }
}
.nav-filters-bar.post-category-menu .filters-bar-header svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.nav-filters-bar.post-category-menu .filters-bar-header svg {
  width: 100%;
}
.nav-filters-bar.post-category-menu .filters-bar-header h2 {
  font-size: 1.2em;
  margin: 0;
}

.blocks-container {
  grid-area: blocks;
}
.blocks-container .block-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 5px 0;
  justify-content: center;
}
.blocks-container .block-row.remove-block-vertical-margin {
  margin: 0;
}
.blocks-container .block-row .feedposts-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--grey-1);
}
.blocks-container .block-row .feedposts-container .block-title {
  text-align: center;
  margin: 0;
  padding: 1em 20px;
  padding-bottom: calc(1em - 20px);
}
.blocks-container .block-row .feedposts-container .feedposts {
  padding: 20px;
  max-width: 1000px;
}
.blocks-container .block-row .feedposts-container .feedposts-item .filler-feedpost {
  background-color: var(--grey-2);
  height: 100%;
}
.blocks-container .block-row > .feedpost-dialog {
  box-sizing: border-box;
  max-width: 800px;
  padding: 30px;
  margin: 0 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.blocks-container .block-row > .feedpost-dialog a.cta-link:hover {
  color: white;
}
.blocks-container .block-row .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 1;
  height: auto;
  min-width: 300px;
  min-height: 25vh;
  background-color: var(--grey-2);
}
.blocks-container .block-row .block .block-contents {
  text-align: center;
  padding: 10px 30px 20px;
}
.blocks-container .block-row .block .block-contents .block-body {
  line-height: 1.4;
  overflow-wrap: break-word;
  max-width: calc(100vw - 40px);
  overflow-x: auto;
  overflow-y: hidden;
}
.blocks-container .block-row .block .block-contents .block-body a {
  text-decoration: underline;
}
.blocks-container .block-row .block .block-contents .block-body ul,
.blocks-container .block-row .block .block-contents .block-body ol {
  text-align: left;
}
.blocks-container .block-row .block .block-contents .block-body table th,
.blocks-container .block-row .block .block-contents .block-body table td {
  padding: 3px;
}
.blocks-container .block-row .block .block-contents .block-body a {
  word-break: break-word;
}
.blocks-container .block-row .block .block-contents .embedded-form {
  padding-top: 10px;
}
.blocks-container .block-row .block .block-contents .embedded-form h1,
.blocks-container .block-row .block .block-contents .embedded-form h2,
.blocks-container .block-row .block .block-contents .embedded-form h3,
.blocks-container .block-row .block .block-contents .embedded-form h4,
.blocks-container .block-row .block .block-contents .embedded-form h5 {
  text-transform: none;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  align-items: center;
  gap: 20px;
  color: var(--grey-7);
  font-size: 0.78rem;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block input::placeholder,
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block textarea::placeholder {
  color: var(--grey-7);
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group {
  margin: 0;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group input,
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group select,
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group textarea {
  background-color: white;
  border: 1px solid var(--grey-3);
  border-radius: 4px;
  font-size: 0.78rem;
  color: var(--grey-7);
  padding: 0 10px;
  height: 34px;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group textarea {
  padding: 9px 0 0 10px;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group input[type=date] {
  width: 100%;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group.input-group-checkbox {
  margin-top: auto;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group.input-group-checkbox input[type=checkbox] {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  padding: 0;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group.input-group-checkbox label {
  font-size: 0.78rem;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group .selector-container svg.ph-icon {
  top: 7px;
  right: 7px;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .attachments-input {
  margin: 0;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .attachments-input .attachments-input-container button {
  height: 20px;
  font-size: 12px;
  color: var(--grey-7);
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .attachments-input .attachments-input-container span {
  margin-left: 0;
  margin-top: 2px;
  font-size: 9px;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block .input-group.invalid .input-group-error {
  font-size: 10px;
  color: #bf616a;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block button.save-form-button {
  font-size: 0.875rem;
  height: 34px;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block button.save-form-button:disabled {
  opacity: unset;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block ul.website-form-save-errors-errors {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blocks-container .block-row .block .block-contents .embedded-form form.context-form-in-feature-block ul.website-form-save-errors-errors .alert {
  font-size: 12px;
}
.blocks-container .block-row .block .block-contents .register-confirmation-page {
  font-weight: 500;
}
.blocks-container .block-row .block .block-contents .dev-mode-warning {
  font-weight: bold;
}
.blocks-container .block-row .block a.block-cta {
  display: inline-block;
  padding: 0.5em 1.5em;
  text-transform: var(--button-text-transform);
  background-color: transparent;
  margin: 1em 0;
  border-radius: 4px;
}
.blocks-container .block-row .block a.block-cta.main-text-color,
.blocks-container .block-row .block button.save-form-button.main-text-color {
  background-color: transparent;
  border: 1px solid var(--grey-10);
  color: var(--grey-10);
}
.blocks-container .block-row .block a.block-cta.outline-primary-text-color,
.blocks-container .block-row .block button.save-form-button.outline-primary-text-color {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.blocks-container .block-row .block a.block-cta.primary-text-color,
.blocks-container .block-row .block button.save-form-button.primary-text-color {
  border: 1px solid var(--primary-color);
  color: white;
  background-color: var(--primary-color);
}
.blocks-container .block-row .block a.block-cta:hover {
  color: var(--grey-10);
  transform: scale(1.05);
  transition: transform 0.15s cubic-bezier(0.3, 0.93, 0.8, 0.85);
}
.blocks-container .block-row .block a.block-cta.outline-primary-text-color:hover {
  color: var(--primary-color);
}
.blocks-container .block-row .block a.block-cta.primary-text-color:hover {
  color: white;
}
.blocks-container .block-row .block.background-image:not(.no-shim) .block-contents {
  background-color: rgba(255, 255, 255, 0.8);
}
.blocks-container .block-row .block.valign-middle {
  justify-content: center;
}
.blocks-container .block-row .block.background-image.valign-middle .block-contents {
  margin: 50px 0;
}
.blocks-container .block-row .block.valign-top {
  justify-content: flex-start;
}
.blocks-container .block-row .block.background-image.valign-top .block-contents {
  margin: 0 0 100px 0;
}
.blocks-container .block-row .block.valign-bottom {
  justify-content: flex-end;
}
.blocks-container .block-row .block.background-image.valign-bottom .block-contents {
  margin: 100px 0 0 0;
}
.blocks-container .block-row .block.background-image.no-text .block-contents {
  background-color: unset;
}
.blocks-container .block-row .block.inverted .block-title,
.blocks-container .block-row .block.inverted .block-body,
.blocks-container .block-row .block.inverted .register-confirmation-page {
  color: white;
}
.blocks-container .block-row .block.inverted .embedded-form {
  color: white;
}
.blocks-container .block-row .block.inverted .embedded-form .input-group.label-as-question label,
.blocks-container .block-row .block.inverted .embedded-form label a,
.blocks-container .block-row .block.inverted .embedded-form .input-group label.required::after,
.blocks-container .block-row .block.inverted .embedded-form form .input-group.invalid .input-group-error,
.blocks-container .block-row .block.inverted .embedded-form .input-group label {
  color: white;
}
.blocks-container .block-row .block.inverted .block-body a {
  color: white;
}
.blocks-container .block-row .block.inverted a.block-cta,
.blocks-container .block-row .block.inverted a.block-cta.main-text-color,
.blocks-container .block-row .block.inverted button.save-form-button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}
.blocks-container .block-row .block.inverted a.block-cta:hover {
  color: white;
}
.blocks-container .block-row .block.video-block {
  /* 9:16 Portrait Ratio */
  /* 16:9 Landscape Ratio */
}
.blocks-container .block-row .block.video-block .block-contents {
  padding: 20px;
}
.blocks-container .block-row .block.video-block .block-contents iframe {
  width: 100%;
  height: auto;
  border: none;
}
.blocks-container .block-row .block.video-block.full-bleed-video .block-contents {
  padding: 0;
}
.blocks-container .block-row .block.video-block.no-full-bleed-video {
  align-items: center;
}
.blocks-container .block-row .block.video-block.video-border-radius iframe {
  border-radius: 20px;
  overflow: hidden;
}
.blocks-container .block-row .block.video-block.video-aspect-portrait iframe {
  aspect-ratio: 9/16;
}
@media only screen and (min-width: 801px) {
  .blocks-container .block-row .block.video-block.video-aspect-landscape {
    min-width: 400px;
  }
}
.blocks-container .block-row .block.video-block.video-aspect-landscape .block-contents {
  box-sizing: border-box;
  width: 100%;
}
.blocks-container .block-row .block.video-block.video-aspect-landscape iframe {
  aspect-ratio: 16/9;
}
.blocks-container .block-row .block.iframe-block {
  background-color: white;
  min-height: unset;
}
.blocks-container .block-row .block.iframe-block .block-title {
  text-align: center;
}
.blocks-container .block-row .block.iframe-block iframe {
  border-width: unset;
  border-style: none;
  min-height: 25vh;
  max-height: unset;
}
.blocks-container .block-row .block.remove-block-min-height {
  min-height: unset;
}
.blocks-container .block-row .block.remove-block-min-height .block-contents {
  padding: 0 30px;
}
@media only screen and (max-width: 800px) {
  .blocks-container .block-row .block.remove-block-min-height .block-contents {
    padding: 0 20px;
  }
}
.blocks-container .block-row .block.custom-html-block > div > p:first-child {
  margin: unset;
}
.blocks-container .block-row .block.feature-image-block img[src$=svg],
.blocks-container .block-row .block.feature-image-block img[src$=SVG] {
  height: unset;
}
.blocks-container .block-row .block.feature-image-block img.small-feature-image {
  max-width: 30%;
}
.blocks-container .block-row .block.feature-image-block img.medium-feature-image {
  max-width: 50%;
}
.blocks-container .block-row .block.feature-image-block img.large-feature-image {
  max-width: 75%;
}

.main-content-area.home .blocks-container .block-row:first-child {
  margin-top: 0;
}
.main-content-area.home .blocks-container .block-row:first-child .block {
  min-height: 50vh;
}

@media only screen and (max-width: 800px) {
  .blocks-container .block-row .feedposts-container .block-title {
    padding-bottom: calc(1em - 10px);
  }
  .blocks-container .block-row .feedposts-container .feedposts {
    padding: 10px;
  }
  .blocks-container .block-row .block .block-contents {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .blocks-container .block-row > .feedpost-dialog {
    grid-template-columns: auto auto;
    grid-template-areas: "image image" "username date" "body body" "hashtags hashtags" "like like" "cta cta";
    margin: 0 20px;
  }
  .blocks-container .block-row .block.iframe-block iframe {
    max-width: 92vw;
  }
}
@media only screen and (max-width: 500px) {
  .blocks-container .block-row > .feedpost-dialog {
    margin: 0 10px;
    padding: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .blocks-container .block-row .block {
    min-width: 200px;
  }
  .blocks-container .block-row > .feedpost-dialog {
    margin: 3px;
  }
}
.cookies-accept-dialog {
  box-sizing: border-box;
  margin: 10px;
  width: 98%;
  position: fixed;
  bottom: 0;
  right: auto;
  left: auto;
  z-index: 600;
  background-color: white;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 3px;
  display: grid;
  grid-template-columns: auto max-content;
  grid-template-rows: min-content min-content;
  align-items: center;
  font-size: 0.875rem;
  padding: 15px;
}
.cookies-accept-dialog p.cookies-accept-content {
  grid-row: 1;
  grid-column: 1;
  margin: 0;
}
.cookies-accept-dialog a.configure-button,
.cookies-accept-dialog a.cookies-information {
  grid-column: 1;
  grid-row: 2;
  text-decoration: underline;
  color: var(--grey-7);
  font-size: 90%;
}
.cookies-accept-dialog .accept-button {
  grid-column: 2;
  grid-row: 1/3;
  margin-left: 10px;
}

@media only screen and (max-width: 800px) {
  .cookies-accept-dialog {
    width: unset;
    grid-template-columns: auto min-content;
  }
  .cookies-accept-dialog p.cookies-accept-content {
    grid-row: 1;
    grid-column: 1/3;
  }
  .cookies-accept-dialog a.configure-button,
  .cookies-accept-dialog a.cookies-information {
    margin-right: 10px;
  }
  .cookies-accept-dialog .accept-button {
    grid-row: 2;
    width: max-content;
    height: 1.5rem;
    justify-self: flex-end;
    font-size: 80%;
  }
}
.main-content-area.cookie-settings.page .cookie-control-section {
  display: grid;
  grid-template-areas: "title toggle" "text text";
  grid-template-columns: auto 100px;
  align-items: center;
}
.main-content-area.cookie-settings.page .cookie-control-section p {
  grid-area: text;
  margin-top: unset;
}
.main-content-area.cookie-settings.page .cookie-control-section button {
  grid-area: toggle;
  justify-self: center;
}
.main-content-area.cookie-settings.page .cookie-control-section button svg {
  height: 40px;
  width: 40px;
}
.main-content-area.cookie-settings.page .cookie-control-section button svg.icon-toggle-right {
  color: green;
}
.main-content-area.cookie-settings.page .cookie-control-section button svg.icon-toggle-left {
  color: #bf616a;
}
.main-content-area.cookie-settings.page .cookie-control-section span.essential-tag {
  grid-area: toggle;
  color: var(--grey-7);
  font-size: 0.875rem;
  justify-self: center;
}

.stars-container .stars svg stop.star-filled-portion,
.review-form-rating-stars button.icon-button svg stop.star-filled-portion {
  stop-color: rgb(255, 219, 25);
}
.stars-container .stars svg stop.star-unfilled-portion,
.review-form-rating-stars button.icon-button svg stop.star-unfilled-portion {
  stop-color: transparent;
  stop-color: var(--grey-3);
}
.stars-container .stars svg g.star-path,
.review-form-rating-stars button.icon-button svg g.star-path {
  stroke-width: 0;
}

.stars-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.stars-container .stars {
  display: flex;
}
.stars-container .stars-numeric::before {
  content: "(";
}
.stars-container .stars-numeric::after {
  content: ")";
}
.stars-container .stars-numeric {
  margin-left: 5px;
}

.merchant-review-form,
.product-review-form {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  padding: 10px 30px;
  margin-bottom: 20px;
  background-color: var(--grey-1);
  border-radius: 5px;
}
.merchant-review-form .review-form-title,
.product-review-form .review-form-title {
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 0.6em;
  text-transform: none;
}
.merchant-review-form .shopping-experience-review-title,
.product-review-form .shopping-experience-review-title {
  margin-top: 0;
  margin-bottom: 1em;
}
.merchant-review-form .shopping-experience-review-title:only-child,
.product-review-form .shopping-experience-review-title:only-child {
  margin-bottom: 0;
  line-height: 1.4;
}
.merchant-review-form label,
.product-review-form label {
  line-height: 1.4;
}
.merchant-review-form .shopping-experience-review-stars-container,
.product-review-form .shopping-experience-review-stars-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.merchant-review-form .shopping-experience-review-stars-container label,
.product-review-form .shopping-experience-review-stars-container label {
  margin-right: 10px;
  font-size: 0.875rem;
  color: var(--grey-7);
}
.merchant-review-form .review-form-rating-stars,
.product-review-form .review-form-rating-stars {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.merchant-review-form .review-form-rating-stars .review-form-rating-stars-item button.icon-button,
.product-review-form .review-form-rating-stars .review-form-rating-stars-item button.icon-button {
  height: 22px;
  width: 22px;
}
.merchant-review-form .review-form-rating-stars .review-form-rating-stars-item button.icon-button svg,
.product-review-form .review-form-rating-stars .review-form-rating-stars-item button.icon-button svg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.merchant-review-form .review-form-additional-questions,
.product-review-form .review-form-additional-questions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.merchant-review-form .review-form-additional-questions .input-group,
.product-review-form .review-form-additional-questions .input-group {
  margin: 10px 0;
}
.merchant-review-form button.submit-merchant-review,
.product-review-form button.submit-merchant-review {
  align-self: center;
}

.merchant-review-form > p:first-child {
  line-height: 1.4;
}
.merchant-review-form button.submit-merchant-review {
  margin: 10px;
}

@media only screen and (max-width: 800px) {
  .merchant-review-form,
  .product-review-form {
    padding: 10px 20px;
  }
}
.sortable-product-reviews {
  display: grid;
  grid-template-columns: auto min-content min-content;
}
.sortable-product-reviews .reviews-language-filter-select {
  grid-row: 1;
  grid-column: 2;
  justify-self: flex-end;
}
.sortable-product-reviews .reviews-sorting-controls {
  grid-row: 1;
  grid-column: 1;
  justify-self: flex-start;
}
.sortable-product-reviews .pagination-container {
  grid-row: 1;
  grid-column: 3;
  justify-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.78rem;
}
.sortable-product-reviews .pagination-container button.icon-button {
  width: 2em;
  height: unset;
}
.sortable-product-reviews .pagination-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sortable-product-reviews .pagination-container ul button.pagination-specific-page-button {
  font-size: 0.78rem;
  padding: 1px 5px;
  margin: 0 2px;
  height: unset;
}
.sortable-product-reviews .pagination-container ul .current-page-indicator {
  line-height: 0.875rem;
  margin: 0 2px;
  display: inline-block;
  width: max-content;
}
.sortable-product-reviews .selector-container {
  width: max-content;
}
.sortable-product-reviews .selector-container select {
  font-size: 0.78rem;
  height: 2em;
  min-width: 180px;
}
.sortable-product-reviews .selector-container svg.ph-icon {
  height: 18px;
  width: 18px;
}
.sortable-product-reviews .product-reviews-list {
  grid-row: 2;
  grid-column: 1/4;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sortable-product-reviews .product-reviews-list .product-reviews-list-item {
  padding: 10px 0;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
  font-size: 0.875rem;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .stars {
  margin-bottom: 6px;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .stars svg {
  height: 20px;
  width: 20px;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .date {
  margin: 0 0.4em;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .customer {
  font-style: italic;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .verifier {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .verifier svg {
  height: 20px;
  width: 20px;
  margin: 0 0.4em;
  padding-bottom: 2px;
  color: green;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .verifier svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.sortable-product-reviews .product-reviews-list .product-review-header-line .verifier .verified-buyer {
  color: var(--grey-7);
}
@media only screen and (max-width: 800px) {
  .sortable-product-reviews .product-reviews-list .product-review-header-line .verifier {
    margin-left: 0;
  }
}
.sortable-product-reviews .product-reviews-list .product-review-variant {
  font-size: 0.875rem;
  color: var(--grey-7);
  margin: 5px 0;
}
.sortable-product-reviews .product-reviews-list .product-review-body {
  margin: 10px 0;
}
.sortable-product-reviews .product-reviews-list .product-review-body::before {
  content: open-quote;
}
.sortable-product-reviews .product-reviews-list .product-review-body::after {
  content: close-quote;
}
.sortable-product-reviews .product-reviews-list .product-review-response {
  font-style: italic;
}

@media only screen and (max-width: 500px) {
  .sortable-product-reviews {
    grid-template-columns: auto;
  }
  .sortable-product-reviews .reviews-language-filter-select {
    grid-row: 2;
    grid-column: 1;
    justify-self: stretch;
  }
  .sortable-product-reviews .reviews-sorting-controls {
    grid-row: 1;
    grid-column: 1;
    justify-self: stretch;
  }
  .sortable-product-reviews .pagination-container {
    grid-row: 3;
    grid-column: 1;
    margin-top: 5px;
  }
  .sortable-product-reviews .product-reviews-list {
    grid-row: 4;
    grid-column: 1;
  }
}
.account-page-section.my-products-purchased ul.products-purchased-list,
#product-review-solicitation-page ul.products-purchased-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row {
  flex: 1;
  min-width: 350px;
  margin: 20px;
  background-color: var(--grey-1);
  border: 1px solid var(--grey-2);
  border-radius: 5px;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: white;
  border-radius: 5px 5px 0 0;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .product-details,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .product-details {
  display: flex;
  align-items: center;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .product-details a.product-image-link,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .product-details a.product-image-link {
  height: 80px;
  width: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .product-details .product-name-link,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .product-details .product-name-link {
  font-weight: bold;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .product-details a.product-name-link,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .product-details a.product-name-link {
  text-decoration: underline;
  margin: 0 0.5em;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .product-details span.product-name-link,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .product-details span.product-name-link {
  margin: 0.5em 0;
  text-align: center;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .last-purchased,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .last-purchased {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  margin: 0 0.5em;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .last-purchased label,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .last-purchased label {
  color: var(--grey-7);
  font-size: 0.78rem;
  min-width: max-content;
}
@media only screen and (max-width: 800px) {
  .account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .last-purchased label,
  #product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .last-purchased label {
    min-width: unset;
  }
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header .my-favourite button.icon-button svg,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .my-favourite button.icon-button svg {
  width: 100%;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review {
  padding: 20px;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-title,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-title {
  margin: 0 0 10px 0;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response {
  line-height: 1.4;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line {
  display: flex;
  font-size: 0.875rem;
  flex-wrap: wrap;
  align-items: center;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .date,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .date,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .date,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .date {
  margin: 0 0.5em;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .customer,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .customer,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .customer,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .customer {
  font-style: italic;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .verifier,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .verifier,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .verifier,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .verifier {
  display: none;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .stars svg,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .stars svg,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-header-line .stars svg,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-header-line .stars svg {
  height: 18px;
  width: 18px;
  margin-bottom: 5px;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-body,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-body,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-body,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-body {
  margin: 1em 0;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-body::before,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .review-body::before,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-body::before,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .review-body::before,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-body::before,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .review-body::before,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-body::before,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .review-body::before {
  content: open-quote;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-body::after,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .review-body::after,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-body::after,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .review-body::after,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-body::after,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .review-body::after,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-body::after,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .review-body::after {
  content: close-quote;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-response,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-response,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-container .product-review-response,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response .product-review-response {
  font-style: italic;
  color: var(--grey-7);
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-form,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-form {
  margin-bottom: 0;
  box-shadow: unset;
  padding: 0;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-form > .input-group,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-form > .input-group {
  margin: 10px 0;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-form #review-form-comments textarea,
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-form #review-form-customer-display-name textarea,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-form #review-form-comments textarea,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-form #review-form-customer-display-name textarea {
  padding: 10px 5px;
}
.account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .product-review .product-review-form > button,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-form > button {
  font-size: 0.875rem;
  margin-top: 10px;
}
@media only screen and (max-width: 800px) {
  .account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row,
  #product-review-solicitation-page ul.products-purchased-list li.products-purchased-row {
    margin: 10px;
  }
}

#product-review-solicitation-page {
  padding: 30px 50px;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row {
  max-width: 500px;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header {
  flex-direction: column;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .product-details {
  flex-direction: column;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .product-details .product-image-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 150px;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .last-purchased {
  flex-direction: row;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .products-header .last-purchased label {
  font-size: unset;
  margin-right: 0.5em;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .shopping-experience-review-stars-container {
  flex-direction: column;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .shopping-experience-review-stars-container label {
  margin-right: unset;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-form-rating-radio {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-form-rating-radio .radio-selector-container {
  display: flex;
  margin-right: 1em;
  flex-direction: column;
  align-items: center;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-form-rating-radio .radio-selector-container input,
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-form-rating-radio .radio-selector-container label {
  margin: 0;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-form-rating-radio .radio-selector-container label {
  font-size: 0.78rem;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .product-review-form button {
  margin-top: 20px;
}
#product-review-solicitation-page ul.products-purchased-list li.products-purchased-row .product-review .review-response {
  font-style: italic;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  #product-review-solicitation-page {
    padding: 20px;
  }
  #product-review-solicitation-page ul.products-purchased-list li.products-purchased-row {
    min-width: unset;
  }
  .account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row {
    margin: 0 0 10px 0;
    min-width: 100%;
  }
  .account-page-section.my-products-purchased ul.products-purchased-list li.products-purchased-row .products-header {
    flex-wrap: wrap;
  }
}
#confirmation-page {
  padding: 30px;
  line-height: 1.4;
}

.promo-code-input-container {
  align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 20px;
  display: grid;
  grid-template-columns: max-content auto min-content;
  grid-template-rows: max-content;
}
.promo-code-input-container button,
.promo-code-input-container .button {
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  padding: unset;
  text-transform: none;
  text-decoration: underline;
}
.promo-code-input-container button:hover,
.promo-code-input-container .button:hover,
.promo-code-input-container button:not(:disabled):not(.icon-button):hover {
  border: none;
  background-color: transparent;
  color: var(--primary-color-9);
}
.promo-code-input-container .open-promo-code {
  grid-column: 1/4;
  text-align: left;
  font-size: 0.875rem;
}
.promo-code-input-container label {
  grid-column: 1;
  margin-right: 10px;
}
.promo-code-input-container input.promo-code-input {
  grid-column: 2;
  height: 1.5rem;
  font-size: 0.875rem;
}
.promo-code-input-container > button.icon-button {
  grid-column: 3;
  height: unset;
}
.promo-code-input-container > button.icon-button svg {
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 400px) {
  .promo-code-input-container {
    grid-template-columns: auto min-content;
    row-gap: 5px;
  }
  .promo-code-input-container label {
    grid-row: 1;
    grid-column: 1/3;
    margin-left: 5px;
  }
  .promo-code-input-container input.promo-code-input {
    grid-row: 2;
    grid-column: 1;
    margin-top: 5px;
  }
  .promo-code-input-container button.icon-button {
    grid-row: 2;
    grid-column: 2;
  }
}

.promo-code-input-container.promo-code-used .promo-code-input {
  color: green;
}

.promo-code-input-container.promo-code-unused .promo-code-input {
  color: #bf616a;
}

.cta-container.bulk-buying-ctas {
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 800px) {
  .cta-container.bulk-buying-ctas {
    max-width: 90vw;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.cta-container.bulk-buying-ctas table td {
  height: 36px;
  padding-right: 5px;
}
.cta-container.bulk-buying-ctas table .product-price-container {
  margin: 0;
}
.cta-container.bulk-buying-ctas table .product-price-container .product-price {
  font-size: 1.125rem;
}
.cta-container.bulk-buying-ctas table td.breakpoint-column {
  white-space: nowrap;
}
.cta-container.bulk-buying-ctas table td.price-column .product-price-container {
  flex-direction: column;
  align-items: flex-start;
}
.cta-container.bulk-buying-ctas table td.price-column .product-price-container .product-price.was-price {
  font-size: 0.78rem;
}
.cta-container.bulk-buying-ctas table td.in-lots-of-column {
  color: var(--grey-7);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 400px) {
  .cta-container.bulk-buying-ctas table td.in-lots-of-column {
    display: table-cell;
  }
}
.cta-container.bulk-buying-ctas table td.in-lots-of-column svg {
  height: 18px;
  width: 18px;
  margin-right: 3px;
}
.cta-container.bulk-buying-ctas table .cart-item-actions,
.cta-container.bulk-buying-ctas table .add-to-cart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.cta-container.bulk-buying-ctas table .cart-item-actions .cart-item-qty,
.cta-container.bulk-buying-ctas table .add-to-cart-container .cart-item-qty {
  margin: 0 10px;
}
.cta-container.bulk-buying-ctas table .cart-item-actions button.add-to-cart,
.cta-container.bulk-buying-ctas table .add-to-cart-container button.add-to-cart {
  margin: 0;
}
.cta-container.bulk-buying-ctas table .cart-item-actions .add-to-cart-buttons,
.cta-container.bulk-buying-ctas table .add-to-cart-container .add-to-cart-buttons {
  width: 100%;
}
.cta-container.bulk-buying-ctas table .cart-item-actions .add-to-cart-buttons button.add-to-cart,
.cta-container.bulk-buying-ctas table .add-to-cart-container .add-to-cart-buttons button.add-to-cart {
  width: 100%;
}

.product-cell .cta-container.bulk-buying-ctas {
  min-width: 300px;
  justify-self: center;
  align-items: center;
  align-self: flex-end;
  max-width: 100%;
  overflow: auto;
}
.product-cell .cta-container.bulk-buying-ctas table td.breakpoint-column {
  display: flex;
  align-items: center;
}
.product-cell .cta-container.bulk-buying-ctas table td.in-lots-of-column {
  display: none;
}
.product-cell .cta-container.bulk-buying-ctas table .add-to-cart-container {
  margin-top: 0;
}
.product-cell .cta-container.bulk-buying-ctas table .add-to-cart-container button.add-to-cart {
  margin: 0;
}
.product-cell .cta-container.bulk-buying-ctas table td.price-column .product-price-container {
  margin-bottom: 0;
}
.product-cell .cta-container.bulk-buying-ctas table td.price-column .product-price-container .product-price.now-price {
  font-size: 1rem;
}
.product-cell .cta-container.bulk-buying-ctas table td.price-column .product-price-container .product-price.was-price .both-prices .secondary-tax-price {
  display: none;
}
.product-cell .cta-container.bulk-buying-ctas table td.price-column .product-price-container .product-price .both-prices {
  display: flex;
  flex-wrap: wrap;
}
.product-cell .cta-container.bulk-buying-ctas table td.price-column .product-price-container .product-price .both-prices .secondary-tax-price {
  font-size: 0.78rem;
  margin-left: 0;
}
.product-cell .cta-container.bulk-buying-ctas table td.quantity-column {
  width: 100%;
  max-width: 300px;
}
.product-cell .cta-container.bulk-buying-ctas table .cart-item-actions {
  margin-top: 0;
}
.product-cell .cta-container.bulk-buying-ctas table .cart-item-actions button {
  margin: 0;
}
.product-cell .cta-container.bulk-buying-ctas table .cart-item-actions .cart-item-qty {
  margin: 0;
}
.product-cell .cta-container.bulk-buying-ctas table .login-to-shop-button {
  font-size: 0.875rem;
  margin-top: 0;
}
.product-cell .cta-container.bulk-buying-ctas table {
  height: 100%; /* Ensures the table respects its container */
  width: 100%; /* Optional: Adjust width */
}
.product-cell .cta-container.bulk-buying-ctas tr {
  height: 100%; /* Ensures the row takes up full height */
}
.product-cell .cta-container.bulk-buying-ctas td {
  height: 100%; /* Ensures the cell takes up full height */
  text-align: center; /* Horizontal alignment */
  vertical-align: middle; /* Vertical alignment */
}

.product-price-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
}
.product-price-container .product-price {
  margin-right: 5px;
  font-weight: bold;
}
.product-price-container .product-price.was-price {
  text-decoration: line-through;
  text-decoration-color: var(--grey-7);
  color: var(--grey-7);
}
.product-price-container .product-price.was-price .secondary-tax-price {
  color: var(--grey-7);
}
.product-price-container .product-price-notes {
  font-size: 1rem;
  color: var(--grey-7);
  display: flex;
  gap: 5px;
}

.both-prices .secondary-tax-price {
  margin-left: 5px;
  color: var(--grey-7);
}
.both-prices .secondary-tax-price .inc-tax-price-qualifier,
.both-prices .secondary-tax-price .ex-tax-price-qualifier {
  margin-left: 2px;
  font-size: 0.78rem;
}
.both-prices .secondary-tax-price::before {
  content: "(";
}
.both-prices .secondary-tax-price::after {
  content: ")";
}

.help-widget-opener {
  position: fixed;
  right: 2vh;
  bottom: 2vh;
  z-index: 550;
}
.help-widget-opener button.help-widget-button {
  border-radius: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-weight: 500;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
}
@media only screen and (max-width: 800px) {
  .help-widget-opener button.help-widget-button {
    height: 44px;
  }
}
@media only screen and (min-width: 801px) {
  .help-widget-opener button.help-widget-button.help-widget-link-clicked {
    display: none;
  }
}
.help-widget-opener .help-widget-container {
  background-color: white;
  border-radius: 7px 7px 5px 5px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  height: 55vh;
  width: 30vw;
  min-height: 300px;
  min-width: 300px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .help-widget-opener .help-widget-container {
    height: 60vh;
  }
  .help-widget-opener .help-widget-container.help-widget-link-clicked {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .help-widget-opener .help-widget-container {
    min-width: unset;
    width: 90vw;
  }
}
@media only screen and (max-height: 400px) {
  .help-widget-opener .help-widget-container {
    min-height: unset;
    height: 90vh;
  }
}
.help-widget-opener .help-widget-container .help-widget-header {
  background-color: var(--primary-color);
  filter: grayscale(0.2);
  color: white;
  position: relative;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-direction: column;
}
.help-widget-opener .help-widget-container .help-widget-header .help-widget-title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}
.help-widget-opener .help-widget-container .help-widget-header > button {
  position: absolute;
  top: 0;
  color: white;
}
.help-widget-opener .help-widget-container .help-widget-header > button.close-button {
  right: 0;
}
.help-widget-opener .help-widget-container .help-widget-header > button.back-to-search {
  left: 0;
}
.help-widget-opener .help-widget-container .help-widget-header .search-bar {
  padding: 0 20px 25px;
  position: relative;
}
.help-widget-opener .help-widget-container .help-widget-header .search-bar input.search-input {
  background-color: white;
  width: 100%;
  border-radius: 3px;
  padding: 0 5px;
  border-bottom: unset;
  height: 30px;
}
.help-widget-opener .help-widget-container .help-widget-header .search-bar input.search-input:focus {
  border-bottom: unset;
}
.help-widget-opener .help-widget-container .help-widget-header .search-bar .few-chars {
  position: absolute;
  bottom: 6px;
  left: 25px;
  font-size: 0.78rem;
}
.help-widget-opener .help-widget-container .help-widget-contents {
  height: 100%;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--grey-1);
  border-radius: 0 0 5px 5px;
}
.help-widget-opener .help-widget-container .help-widget-contents .working-spinner {
  margin-top: 15px;
}
.help-widget-opener .help-widget-container .help-widget-contents .starting-content-subtitle {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--grey-7);
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid var(--grey-2);
  background-color: white;
}
.help-widget-opener .help-widget-container .help-widget-contents ul.server-errors-errors {
  margin: 0;
  padding: 0;
}
.help-widget-opener .help-widget-container .help-widget-contents ul.server-errors-errors li .alert {
  padding: 10px 20px;
}
.help-widget-opener .help-widget-container .help-widget-contents ul.search_results {
  padding: 0;
  margin: 0;
  background-color: white;
}
.help-widget-opener .help-widget-container .help-widget-contents ul.search_results li {
  padding: 15px 20px;
  border-bottom: 1px solid var(--grey-2);
  font-size: 0.875rem;
  color: var(--grey-7);
}
.help-widget-opener .help-widget-container .help-widget-contents ul.search_results li a {
  display: flex;
  align-items: center;
  color: var(--grey-7);
}
.help-widget-opener .help-widget-container .help-widget-contents ul.search_results li a svg {
  flex-shrink: 0;
  height: 18px;
  width: 18px;
  margin-right: 1em;
  color: var(--primary-color);
  stroke-width: 3;
}
.help-widget-opener .help-widget-container .help-widget-contents ul.search_results li a:hover {
  color: var(--grey-10);
}
.help-widget-opener .help-widget-container .help-widget-contents ul.search_results li .text-match {
  color: var(--grey-10);
  font-weight: 500;
}
.help-widget-opener .help-widget-container .help-widget-contents .no-search-results {
  background-color: white;
  margin: 0;
  padding: 20px;
  font-size: 0.875rem;
  color: var(--grey-7);
  border-bottom: 1px solid var(--grey-2);
  line-height: 1.4;
}
.help-widget-opener .help-widget-container .help-widget-contents .go-to-contact-form {
  margin: 20px;
  font-size: 0.875rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.help-widget-opener .help-widget-container .help-widget-contents .go-to-contact-form button {
  margin-top: 1em;
}
.help-widget-opener .help-widget-container .help-widget-contents.search-tab-contents {
  justify-content: space-between;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form {
  padding: 5px 20px 20px;
  font-size: 0.875rem;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form {
  display: flex;
  flex-direction: column;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form .input-group.label-as-question {
  font-size: 13.5px;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form .input-group.label-as-question input,
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form .input-group.label-as-question textarea,
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form .input-group.label-as-question select {
  font-size: 13.5px;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form .input-group.label-as-question.input-group-select label {
  margin-bottom: 4px;
  margin-right: unset;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form .input-group.label-as-question.input-group-select select {
  width: 100%;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .embedded-form form button.save-form-button {
  margin-top: 10px;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .register-confirmation-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 20px 20px;
}
.help-widget-opener .help-widget-container .help-widget-contents.contact-us-tab-contents .register-confirmation-page .thank-you-text {
  font-size: 0.875rem;
  line-height: 1.4;
}

.attachments-input {
  margin: 10px 0;
}
.attachments-input button,
.attachments-input .button {
  background-color: transparent;
  color: var(--grey-10);
}
.attachments-input button:not(.icon-button),
.attachments-input .button:not(.icon-button) {
  border: 1px solid var(--grey-7);
}
.attachments-input button:not(:disabled):not(.icon-button):hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
.attachments-input button.icon-button:not(:disabled):hover {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}
.attachments-input .attachments-input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
}
.attachments-input .attachments-input-container > button {
  font-size: 13px;
  padding: 5px 10px;
}
.attachments-input .attachments-input-container .add-attachment-sub-instruction {
  font-size: 11px;
  margin-top: 0.5em;
  color: var(--grey-7);
  margin-left: 10px;
}
.attachments-input ol {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 0.78rem;
}
.attachments-input ol li.attachments-item {
  display: flex;
  align-items: center;
  margin: 0.5em 0;
}
.attachments-input ol li.attachments-item span.attachment-name {
  margin-left: 0.5em;
  word-break: break-word;
}
.attachments-input ol li.attachments-item button.icon-button {
  margin: 0 0 0 0.5em;
  height: unset;
  width: unset;
}
.attachments-input ol li.attachments-item button.icon-button svg {
  height: 18px;
  width: 18px;
}
.attachments-input ol li.attachments-item span.attachment-error {
  margin-left: 0.5em;
  color: #bf616a;
}
.attachments-input ol li:before {
  content: "📎";
  font-size: 12px;
}
.attachments-input.required .attachments-input-container > button::after {
  content: "*";
  color: #bf616a;
  margin-left: 1px;
  white-space: nowrap;
  font-size: 14px;
}

.page-content table,
.product-content table,
.post-content table {
  width: 100%;
  font-size: 13px;
  text-align: left;
  border: 1px solid var(--grey-2);
  border-radius: 4px;
  border-spacing: 0;
}
.page-content table th,
.page-content table td,
.product-content table th,
.product-content table td,
.post-content table th,
.post-content table td {
  border-bottom: 1px solid var(--grey-2);
  padding: 0.7em 1em;
  vertical-align: top;
}
.page-content table tbody tr:last-child th,
.page-content table tbody tr:last-child td,
.product-content table tbody tr:last-child th,
.product-content table tbody tr:last-child td,
.post-content table tbody tr:last-child th,
.post-content table tbody tr:last-child td {
  border-bottom: unset;
}
.page-content table thead th,
.product-content table thead th,
.post-content table thead th {
  text-transform: uppercase;
}

.use-loyalty-discount-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.use-loyalty-discount-label span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
}
.use-loyalty-discount-label span .loyalty-amount {
  margin: 0 0.3em;
}
.use-loyalty-discount-label span svg.working-spinner {
  margin: 0 5px;
}
.use-loyalty-discount-label button {
  font-size: 0.875rem;
  padding: 5px 10px;
  text-transform: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.loyalty-earned,
.loyalty-cannot-be-redeemed-disclaimer {
  background-color: var(--grey-2);
  font-size: 0.875rem;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loyalty-earned p,
.loyalty-cannot-be-redeemed-disclaimer p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.loyalty-earned p > svg,
.loyalty-cannot-be-redeemed-disclaimer p > svg {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  flex: none;
}
.loyalty-earned p .working-spinner,
.loyalty-earned p .loyalty-amount,
.loyalty-cannot-be-redeemed-disclaimer p .working-spinner,
.loyalty-cannot-be-redeemed-disclaimer p .loyalty-amount {
  margin-left: 5px;
}
.loyalty-earned p .loyalty-amount,
.loyalty-cannot-be-redeemed-disclaimer p .loyalty-amount {
  font-weight: bold;
}
.loyalty-earned p button,
.loyalty-earned p .button,
.loyalty-cannot-be-redeemed-disclaimer p button,
.loyalty-cannot-be-redeemed-disclaimer p .button {
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  padding: unset;
  text-transform: none;
  text-decoration: underline;
}
.loyalty-earned p button:hover,
.loyalty-earned p .button:hover,
.loyalty-earned p button:not(:disabled):not(.icon-button):hover,
.loyalty-cannot-be-redeemed-disclaimer p button:hover,
.loyalty-cannot-be-redeemed-disclaimer p .button:hover,
.loyalty-cannot-be-redeemed-disclaimer p button:not(:disabled):not(.icon-button):hover {
  border: none;
  background-color: transparent;
  color: var(--primary-color-9);
}
.loyalty-earned p button.clickable-text,
.loyalty-cannot-be-redeemed-disclaimer p button.clickable-text {
  font-size: 0.875rem;
  margin-right: 5px;
  margin-left: 5px;
}

.main-content-area.product .loyalty-earned,
.main-content-area.product .loyalty-cannot-be-redeemed-disclaimer {
  background-color: unset;
  justify-content: unset;
}
@media only screen and (min-width: 801px) {
  .main-content-area.product .loyalty-earned > p {
    width: max-content;
  }
}

#side-cart {
  display: grid;
  grid-template-rows: repeat(21, min-content);
  grid-template-areas: "header" "ctafirst" "items" "shippinginfo" "subtotal" "loyalty-min-order" "discounts" "discounts-breakdown" "afterdiscounts" "use-loyalty" "loyalty-discount" "shippingtotal" "shippingPerItem" "paymentsurcharge" "finaltotal" "promo-code" "loyalty-earnings" "shippingmsg" "outofstockmsg" "ctasecond" "payment";
  max-width: 700px;
}
#side-cart > a,
#side-cart > div,
#side-cart > label {
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 400px) {
  #side-cart > a,
  #side-cart > div,
  #side-cart > label {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#side-cart > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 400px) {
  #side-cart > ul {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#side-cart .cart-header {
  background: inherit;
  border-bottom: 1px solid var(--grey-2);
  border-top: 1px solid var(--grey-2);
  padding: 10px 20px;
  grid-area: header;
}
#side-cart .cart-header .cart-title-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#side-cart .cart-header .cart-title-bar .cart-title {
  text-transform: capitalize;
  padding: 5px;
  font-size: 1.125rem;
}
#side-cart .cart-header .cart-title-bar .cart-title .cart-title-num-items {
  margin-left: 0.4em;
  font-size: 0.78rem;
  vertical-align: super;
  font-weight: bold;
}
#side-cart .cart-header .cart-title-bar button.icon-button svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
#side-cart .cart-header .cart-title-bar button.icon-button svg {
  width: 100%;
}

#side-cart .empty-cart {
  text-align: center;
  margin: 30px;
  font-size: 1.125rem;
}

ul#cart-items li.cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
ul#cart-items li.cart-item .cart-item-image {
  flex: 1;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
ul#cart-items li.cart-item .tags-bar-container {
  top: 3px;
  max-width: 60px;
}
ul#cart-items li.cart-item .tags-bar-container .product-pill {
  text-transform: lowercase;
  font-size: 11px;
  padding: 0.3em 0.6em;
}
ul#cart-items li.cart-item .tags-bar-container .quick-tag-bar {
  display: none;
}
ul#cart-items li.cart-item .cart-item-details {
  flex: 5;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: min-content auto min-content;
  align-items: center;
  margin-left: 10px;
}
ul#cart-items li.cart-item .cart-item-details p {
  margin: 0;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-name {
  grid-row: 1;
  grid-column: 1/4;
  margin-bottom: 5px;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-name:hover {
  color: var(--grey-10);
}
ul#cart-items li.cart-item .cart-item-details .cart-item-sku {
  grid-row: 2;
  grid-column: 1;
  white-space: nowrap;
  font-size: 0.875rem;
  color: var(--grey-7);
}
ul#cart-items li.cart-item .cart-item-details .cart-item-variants {
  grid-row: 2;
  grid-column: 2;
  font-size: 0.875rem;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-variants .variant-axis-values {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-variants .variant-axis-value-label {
  display: none;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-variants .variant-axis-value:not(:last-child) {
  margin-right: 0.3em;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-variants .variant-axis-value:not(:last-child)::after {
  content: ",";
}
ul#cart-items li.cart-item .cart-item-details .cart-item-price {
  grid-row: 2;
  grid-column: 3;
  font-size: 0.875rem;
  text-align: right;
  color: var(--grey-7);
}
ul#cart-items li.cart-item .cart-item-details .cart-item-actions {
  grid-row: 3;
  grid-column: 1/3;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: min-content 3em min-content min-content min-content;
  align-items: center;
  margin: 5px 0;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-actions .cart-item-qty {
  justify-self: center;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.increase-quantity-in-cart,
ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.reduce-quantity-in-cart {
  padding: 0;
  height: unset;
  justify-self: flex-start;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.increase-quantity-in-cart svg,
ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.reduce-quantity-in-cart svg {
  padding: 2px;
  width: 18px;
  height: 18px;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.delete-from-cart,
ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.add-to-wish-list {
  margin-left: 1em;
}
@media only screen and (max-width: 500px) {
  ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.delete-from-cart {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 500px) {
  ul#cart-items li.cart-item .cart-item-details .cart-item-actions button.add-to-wish-list {
    margin-left: 0;
  }
}
ul#cart-items li.cart-item .cart-item-details .cart-item-line-price {
  grid-row: 3;
  grid-column: 3;
  margin: 0px;
  justify-self: right;
}
ul#cart-items li.cart-item .cart-item-details .cart-item-line-price.recalculating {
  color: var(--grey-7);
}
ul#cart-items li.cart-item .cart-item-details .cart-item-message {
  grid-row: 4;
  grid-column: 1/4;
}
ul#cart-items li.cart-item:last-child {
  margin-bottom: 0;
}
ul#cart-items li.cart-item.missing {
  justify-content: space-between;
  color: #bf616a;
  padding: 0 10px;
}

#side-cart ul#cart-items {
  grid-area: items;
  margin-top: 10px;
  margin-bottom: 10px;
}

#side-cart .sub-total,
#side-cart .final-total,
#side-cart .discounts-total,
#side-cart .shipping-total,
#side-cart .discount-line,
#side-cart .sub-discounts-total,
#side-cart .payment-surcharge-total,
#side-cart .shipping-per-item-surcharges-total,
#side-cart .loyalty-points-discount-total {
  display: flex;
  flex-direction: row;
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.875rem;
}
#side-cart .discount-line,
#side-cart .shipping-per-item-surcharges-total {
  font-size: 0.78rem;
  color: var(--grey-7);
}
#side-cart .discount-line .discount-line-name,
#side-cart .shipping-per-item-surcharges-total .discount-line-name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#side-cart .discount-line .discount-line-name .discount-line-promocode-label,
#side-cart .shipping-per-item-surcharges-total .discount-line-name .discount-line-promocode-label {
  margin-left: 0.5em;
  font-weight: bold;
}
#side-cart .total-label-text-qualifier {
  margin-left: 0.4em;
}
#side-cart .sub-total {
  grid-area: subtotal;
}
#side-cart .discount-lines {
  grid-area: discounts-breakdown;
}
#side-cart .discounts-total {
  grid-area: discounts;
}
#side-cart .sub-discounts-total {
  grid-area: afterdiscounts;
}
#side-cart .shipping-total {
  grid-area: shippingtotal;
}
#side-cart .shipping-per-item-surcharges-total {
  grid-area: shippingPerItem;
}
#side-cart .payment-surcharge-total {
  grid-area: paymentsurcharge;
}
#side-cart .final-total {
  grid-area: finaltotal;
  font-size: 1.125rem;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px;
  background-color: var(--grey-2);
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  #side-cart .final-total {
    padding: 10px 20px;
    flex-wrap: wrap;
  }
}

#side-cart .promo-code-input-container {
  grid-area: promo-code;
  margin-top: 15px;
  margin-bottom: 15px;
}

#side-cart .shipping-info {
  grid-area: shippinginfo;
  display: grid;
  grid-template-rows: min-content;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
#side-cart .shipping-info .shipping-info-title {
  font-size: 1.125rem;
  grid-row: 1;
  grid-column: 1;
  text-transform: uppercase;
}
#side-cart .shipping-info .shipping-info-link {
  grid-row: 1;
  grid-column: 2;
  justify-self: right;
}
#side-cart .shipping-info a.shipping-info-link:hover {
  color: unset;
  transform: scale(1.05);
  transition: transform 0.15s cubic-bezier(0.3, 0.93, 0.8, 0.85);
}
#side-cart .shipping-info .shipping-address-selection,
#side-cart .shipping-info .shipping-selection {
  display: grid;
  align-items: center;
}
#side-cart .shipping-info .shipping-address-selection h3,
#side-cart .shipping-info .shipping-selection h3 {
  font-size: 1rem;
  margin: 0;
  font-family: var(--body-text-font);
  text-transform: capitalize;
  white-space: nowrap;
}
#side-cart .shipping-info .shipping-address-selection {
  grid-row: 2;
  grid-column: 1/3;
  grid-template-columns: max-content auto;
}
#side-cart .shipping-info .shipping-address-selection h3 {
  grid-row: 1;
  grid-column: 1;
  font-size: 1rem;
  margin: 0;
  font-family: var(--body-text-font);
  text-transform: capitalize;
  white-space: nowrap;
  line-height: 2;
}
#side-cart .shipping-info .shipping-address-selection button.icon-button {
  grid-row: 1;
  grid-column: 2;
  justify-self: flex-end;
}
#side-cart .shipping-info .shipping-address-selection ul.address-selection-addresses {
  grid-row: 2;
  grid-column: 1/3;
  list-style-type: none;
  font-size: 0.875rem;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-left: 10px;
  padding: 0;
}
#side-cart .shipping-info .shipping-address-selection ul.address-selection-addresses li {
  display: flex;
  align-items: center;
}
#side-cart .shipping-info .shipping-address-selection ul.address-selection-addresses li input[type=radio] {
  height: 18px;
  width: 18px;
}
#side-cart .shipping-info .shipping-address-selection ul.address-selection-addresses li input[type=radio]:checked + label p {
  font-weight: 500;
}
#side-cart .shipping-info .shipping-address-selection ul.address-selection-addresses li label {
  display: flex;
  align-items: center;
}
#side-cart .shipping-info .shipping-address-selection ul.address-selection-addresses li label p {
  margin: 5px 5px 5px 0;
  line-height: 1.4;
}
#side-cart .shipping-info .shipping-address-selection ul.address-selection-addresses li label p.address-selection-address-compact {
  color: var(--grey-7);
  font-size: 0.78rem;
}
#side-cart .shipping-info .shipping-address-selection .address-input-form {
  grid-row: 2;
  grid-column: 1/3;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  font-size: 0.875rem;
  margin: 5px 0;
}
#side-cart .shipping-info .shipping-address-selection .address-input-form .input-group.addressPostcode {
  justify-self: right;
}
#side-cart .shipping-info .shipping-address-selection .address-input-form .input-group.addressPostcode input {
  font-size: 0.875rem;
}
#side-cart .shipping-info .shipping-address-selection .address-input-form .input-group {
  margin-top: 0;
  margin-bottom: 0;
}
#side-cart .shipping-info .shipping-selection {
  grid-row: 3;
  grid-column: 1/3;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
#side-cart .shipping-info .shipping-selection .shipping-selector {
  height: 2em;
}
#side-cart .shipping-info .shipping-single-site-wide-method {
  justify-self: flex-end;
}
#side-cart .shipping-info .select-shipping-none-available-explanation,
#side-cart .shipping-info .shipping-no-ui-explanation {
  grid-row: 2;
  grid-column: 1/3;
  padding: 0.5em;
  font-size: 0.78rem;
  border: 1px solid #bf616a;
  text-align: center;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 1.4;
}

#side-cart .alert {
  font-size: 0.78rem;
  padding: 5px;
}
#side-cart .alert svg.ph-icon {
  height: 17px;
  width: 17px;
  margin-right: 5px;
}
#side-cart > .alert {
  margin-top: 15px;
  padding: 10px;
}
#side-cart .shipping-message {
  grid-area: shippingmsg;
  background-color: var(--grey-10);
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
}
#side-cart .shipping-message svg {
  display: unset;
}
@media only screen and (max-width: 400px) {
  #side-cart .shipping-message {
    padding: 14px 20px;
  }
  #side-cart .shipping-message svg {
    display: none;
  }
}
#side-cart .alert.back-order-warning,
#side-cart .alert.split-dispatches-warning,
#side-cart .alert.delayed-back-order-warning {
  grid-area: outofstockmsg;
}
#side-cart .alert.error.out-of-stock-warning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--grey-10);
  color: white;
  padding: 15px;
}

#side-cart .go-to-checkout {
  margin-top: 15px;
  margin-bottom: 15px;
}
#side-cart .go-to-checkout.button {
  font-size: 1.2rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  text-transform: uppercase;
}
#side-cart .go-to-checkout.first {
  grid-area: ctafirst;
}
#side-cart .go-to-checkout.second {
  grid-area: ctasecond;
}
#side-cart a:hover {
  color: white;
}
#side-cart .alert.error.out-of-stock-warning svg {
  height: 24px;
  width: 24px;
  margin-right: 0;
  margin-bottom: 5px;
}

#side-cart .use-loyalty-discount-label {
  grid-area: use-loyalty;
  margin: 5px 30px;
}
@media only screen and (max-width: 400px) {
  #side-cart .use-loyalty-discount-label {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#side-cart .loyalty-min-order-value-not-met {
  grid-area: loyalty-min-order;
  margin: 5px 0;
  padding: 10px 30px;
  background-color: var(--grey-2);
  font-size: 0.875rem;
  line-height: 1.4;
}

#side-cart .loyalty-points-discount-total {
  grid-area: loyalty-discount;
}

#side-cart .loyalty-earned {
  grid-area: loyalty-earnings;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
}

#side-cart .secure-payment-icons-row {
  grid-area: payment;
  margin-top: 10px;
  margin-bottom: 10px;
}
#side-cart .secure-payment-icons-row .secure-payment-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: var(--grey-7);
  margin-bottom: 5px;
  font-size: 0.875rem;
}
#side-cart .secure-payment-icons-row .secure-payment-logo svg {
  display: none;
}
#side-cart .secure-payment-icons-row .payment-method-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#side-cart .secure-payment-icons-row .payment-icon img {
  max-height: 24px;
  margin: 10px;
}

@media only screen and (max-width: 450px) {
  ul#cart-items li.cart-item a.cart-item-image,
  ul#cart-items li.cart-item .tags-bar-container {
    display: none;
  }
  ul#cart-items li.cart-item .cart-item-details {
    margin-left: 0;
  }
  #side-cart.sidebar.right.open .shipping-info .address-input-form,
  #side-cart.sidebar.right.open .shipping-info .shipping-selection {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #side-cart.sidebar.right.open .shipping-info .address-input-form .input-group.addressPostcode,
  #side-cart.sidebar.right.open .shipping-info .shipping-selection .input-group.addressPostcode {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #side-cart.sidebar.right.open .shipping-info .address-input-form .shipping-selector,
  #side-cart.sidebar.right.open .shipping-info .address-input-form .shipping-single-site-wide-method,
  #side-cart.sidebar.right.open .shipping-info .shipping-selection .shipping-selector,
  #side-cart.sidebar.right.open .shipping-info .shipping-selection .shipping-single-site-wide-method {
    margin-top: 5px;
  }
}
/* Header */
/*
    This is super important.
    Normally, the header is above the shim, as the shim shows when the menu is open
    But if the cart is open then we want the shim over the header, similarly if we
    are on mobile the shim for the *menu* should extend over the header as well.
*/
header.cart-open {
  z-index: 99;
}

header#site-header {
  background-color: var(--header-background-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  z-index: 110;
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 800px) {
  header#site-header {
    z-index: 99;
  }
}
header#site-header .header-content-container {
  display: grid;
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 801px) {
  header#site-header #main-bar {
    margin: 0 10px;
  }
  header#site-header #main-bar #actions .icon-container.search-label {
    display: none;
  }
}
header#site-header #main-bar #site-logo {
  box-sizing: border-box;
  padding: 10px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header#site-header #main-bar #site-logo a {
  height: var(--logo-height);
  max-width: 350px;
}
@media only screen and (max-width: 800px) {
  header#site-header #main-bar #site-logo a {
    max-width: 300px;
    display: flex;
    align-items: flex-end;
  }
}
header#site-header #main-bar #actions {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: flex-end;
}
@media only screen and (min-width: 801px) {
  header#site-header #main-bar #actions > button.open-side-bar-action {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  header#site-header #main-bar #actions {
    justify-content: space-around;
    padding-top: 0;
  }
}
header#site-header #main-bar button.icon-container {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
}
header#site-header #main-bar button.icon-container,
header#site-header #main-bar label.icon-container,
header#site-header #main-bar a.icon-container {
  display: flex;
  flex-direction: column;
  font-size: 0.78rem;
  width: max-content;
  height: 50px;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  flex-basis: 50px;
  min-width: 50px;
}
header#site-header #main-bar button.icon-container.with-label,
header#site-header #main-bar label.icon-container.with-label,
header#site-header #main-bar a.icon-container.with-label {
  flex-basis: 60px;
  padding: 0 5px;
}
header#site-header #main-bar button.icon-container.with-label.active,
header#site-header #main-bar label.icon-container.with-label.active,
header#site-header #main-bar a.icon-container.with-label.active {
  text-decoration: underline;
  text-underline-position: under;
}
@media only screen and (max-width: 800px) {
  header#site-header #main-bar button.icon-container.with-label,
  header#site-header #main-bar label.icon-container.with-label,
  header#site-header #main-bar a.icon-container.with-label {
    font-size: 11.5px;
  }
}
header#site-header #main-bar .icon-container.account-logged-in svg {
  fill: var(--primary-color);
  color: var(--primary-color);
}
@media only screen and (min-width: 801px) {
  header#site-header.classic-header #main-bar {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    align-items: center;
    padding-bottom: 5px;
  }
  header#site-header.classic-header #main-bar > button.open-side-bar-action {
    display: none;
  }
  header#site-header.classic-header #main-bar .main-bar-search-container {
    margin-left: 10px;
    grid-column: 1;
  }
  header#site-header.classic-header #main-bar .main-bar-search-container .product-search {
    width: 85%;
    max-width: 480px;
  }
  header#site-header.classic-header #main-bar #site-logo {
    grid-column: 2;
  }
  header#site-header.classic-header #main-bar #actions {
    grid-column: 3;
  }
}
@media only screen and (max-width: 800px) {
  header#site-header.classic-header #main-bar {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
  }
  header#site-header.classic-header #main-bar > button.open-side-bar-action {
    display: none;
  }
  header#site-header.classic-header #main-bar #site-logo {
    grid-row: 1;
  }
  header#site-header.classic-header #main-bar #actions {
    grid-row: 2;
    padding: 0;
  }
  header#site-header.classic-header #main-bar .main-bar-search-container {
    grid-row: 3;
    padding: 0 20px;
  }
  header#site-header.classic-header #main-bar .main-bar-search-container .product-search {
    display: none;
  }
  header#site-header.classic-header #main-bar .main-bar-search-container #mobile-search-toggle-checkbox:checked ~ .product-search {
    display: unset;
  }
  header#site-header.classic-header #main-bar .main-bar-search-container #mobile-search-toggle-checkbox:checked ~ .product-search .search-form {
    margin-top: 5px;
  }
}
header#site-header.mobile-first-header .header-content-container {
  max-width: unset;
}
header#site-header.mobile-first-header #aux-bar {
  display: none;
}
header#site-header.mobile-first-header #main-bar #site-logo {
  padding: 0;
  height: unset;
  justify-self: flex-start;
}
header#site-header.mobile-first-header #main-bar #site-logo a {
  height: 44px;
}
@media only screen and (min-width: 801px) {
  header#site-header.mobile-first-header #main-bar {
    height: 90px;
    display: grid;
    grid-template-columns: max-content max-content auto max-content;
    align-items: center;
  }
  header#site-header.mobile-first-header #main-bar .main-bar-search-container {
    grid-row: 1;
    grid-column: 3;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  header#site-header.mobile-first-header #main-bar .main-bar-search-container .product-search {
    width: 85%;
    max-width: 600px;
  }
  header#site-header.mobile-first-header #main-bar #site-logo {
    grid-row: 1;
    grid-column: 2;
    min-width: 100px;
    justify-content: start;
  }
  header#site-header.mobile-first-header #main-bar #actions {
    grid-row: 1;
    grid-column: 4;
  }
  header#site-header.mobile-first-header #main-bar button.open-side-bar-action {
    grid-row: 1;
    grid-column: 1;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 800px) {
  header#site-header.mobile-first-header #main-bar {
    display: grid;
    grid-template-columns: min-content max-content auto;
    align-items: center;
    padding: 10px;
    row-gap: 5px;
  }
  header#site-header.mobile-first-header #main-bar .open-side-bar-action {
    grid-row: 1;
    grid-column: 1;
  }
  header#site-header.mobile-first-header #main-bar #site-logo {
    grid-row: 1;
    grid-column: 2;
  }
  header#site-header.mobile-first-header #main-bar #actions {
    grid-row: 1;
    grid-column: 3;
    justify-self: flex-end;
    padding: 0;
  }
  header#site-header.mobile-first-header #main-bar #actions .search-label,
  header#site-header.mobile-first-header #main-bar #actions .open-side-bar-action {
    display: none;
  }
  header#site-header.mobile-first-header #main-bar .main-bar-search-container {
    grid-row: 2;
    grid-column: 1/span 3;
    margin: 0 5px;
  }
}

header#site-header.header-invert-colors #aux-bar,
header#site-header.header-invert-colors #main-bar,
header#site-header.header-invert-colors #menu-bar,
header#site-header.header-invert-colors #menu-bar > .navigation-menu > ul.top-level > li > button,
header#site-header.header-invert-colors #aux-bar .aux-bar-content-container button.ex-inc-prices-toggle,
header#site-header.header-invert-colors #main-bar > button {
  color: white;
}
header#site-header.header-invert-colors #aux-bar a,
header#site-header.header-invert-colors #main-bar a,
header#site-header.header-invert-colors #menu-bar a,
header#site-header.header-invert-colors #menu-bar > .navigation-menu > ul.top-level > li > button a,
header#site-header.header-invert-colors #aux-bar .aux-bar-content-container button.ex-inc-prices-toggle a,
header#site-header.header-invert-colors #main-bar > button a {
  color: white;
}
header#site-header.header-invert-colors #main-bar .product-search .search-form {
  background-color: white;
}
header#site-header.header-invert-colors #main-bar .product-search .search-form svg {
  color: var(--grey-10);
}
header#site-header.header-invert-colors #main-bar .product-search .search-form input {
  background-color: white;
  -webkit-appearance: none;
}
header#site-header.header-invert-colors #main-bar .product-search a {
  color: var(--grey-10);
}
header#site-header.header-invert-colors #main-bar .product-search a:hover {
  text-decoration: underline;
}
header#site-header.header-invert-colors #main-bar #actions button.icon-container {
  color: white;
}
header#site-header.header-invert-colors #main-bar #actions .icon-container .icon-tag {
  background-color: white;
  color: var(--grey-10);
  font-weight: 500;
}
header#site-header.header-invert-colors #main-bar #actions .icon-container.account-logged-in svg {
  fill: white;
  color: white;
}
header#site-header.header-invert-colors #menu-bar .navigation-menu ul.top-level li.top-level-menu-item:hover a,
header#site-header.header-invert-colors #menu-bar .navigation-menu ul.top-level li.top-level-menu-item:hover span {
  color: var(--grey-10);
}
header#site-header.header-invert-colors #menu-bar .navigation-menu ul.top-level li.top-level-menu-item:hover .open-top-level-menu-item {
  color: var(--grey-10);
}
header#site-header.header-invert-colors #menu-bar .navigation-menu ul.top-level li.top-level-menu-item:hover .open-top-level-menu-item li.second-level-menu-item > ul.third-level a {
  color: var(--grey-7);
}
header#site-header.header-invert-colors #menu-bar.normal-menu .navigation-menu ul.top-level.no-dropdowns li.top-level-menu-item:hover {
  border-bottom: 2px solid white;
}
header#site-header.header-invert-colors #menu-bar.normal-menu .navigation-menu ul.top-level.no-dropdowns li.top-level-menu-item:hover a {
  color: white;
}
header#site-header.header-invert-colors #menu-bar.graphic-menu .navigation-menu ul.top-level.no-dropdowns li.top-level-menu-item a {
  color: white;
}
header#site-header.header-invert-colors #menu-bar.graphic-menu .navigation-menu ul.top-level.no-dropdowns li.top-level-menu-item:hover span {
  border-bottom: 2px solid white;
}

header #aux-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 8px 0;
  font-size: 0.78rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header #aux-bar .aux-bar-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 3px;
  justify-content: space-between;
}
header #aux-bar .aux-bar-content-container #aux-bar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
}
header #aux-bar .aux-bar-content-container #aux-bar-menu ul li {
  margin-right: 12px;
  text-transform: uppercase;
}
header #aux-bar .aux-bar-content-container .site-phone-number {
  margin-right: 10px;
}
header #aux-bar .aux-bar-content-container button.ex-inc-prices-toggle {
  font-size: 11px;
}
header #aux-bar .language-selector {
  font-size: 0.78rem;
  height: 1.5em;
  background-size: 0.78rem;
  margin: 0 10px;
  min-width: 70px;
  display: none;
}

@media only screen and (max-width: 800px) {
  header #aux-bar,
  header #menu-bar {
    display: none;
  }
}

footer::before {
  background-color: var(--footer-background-color);
  opacity: var(--footer-color-opacity);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
}

footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
footer a {
  color: var(--grey-10);
}
footer a:hover:not(.button .active) {
  color: var(--grey-10);
  opacity: 0.8;
}
footer.footer-invert-colors {
  color: white;
}
footer.footer-invert-colors button,
footer.footer-invert-colors a {
  color: white;
}
footer.footer-invert-colors a:hover:not(.button .active),
footer.footer-invert-colors button:not(:disabled):not(.icon-button):hover {
  color: white;
}
footer .footer-content-container {
  z-index: 1;
  position: relative;
  padding: 50px 0;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
}
footer .footer-content-container #site-logo-footer {
  padding-bottom: 25px;
  justify-self: center;
}
footer .footer-content-container #site-logo-footer a {
  display: inline-block;
  height: var(--logo-height);
}
footer .footer-content-container .displaying-prices-in {
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
footer .footer-content-container .displaying-prices-in button,
footer .footer-content-container .displaying-prices-in .button {
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  padding: unset;
  text-transform: none;
  text-decoration: underline;
}
footer .footer-content-container .displaying-prices-in button:hover,
footer .footer-content-container .displaying-prices-in .button:hover,
footer .footer-content-container .displaying-prices-in button:not(:disabled):not(.icon-button):hover {
  border: none;
  background-color: transparent;
  color: var(--primary-color-9);
}
footer .footer-content-container .displaying-prices-in > button {
  font-size: 0.875rem;
  margin-left: 0.5em;
  font-weight: 500;
  color: unset;
}
footer .footer-content-container .displaying-prices-in > button:not(:disabled):not(.icon-button):hover {
  color: unset;
}
footer .footer-content-container #custom-footer-menu {
  margin: 5px 0;
}
footer .footer-content-container #custom-footer-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-content-container #custom-footer-menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer-content-container #custom-footer-menu ul li .image-container {
  height: 32px;
}
footer .footer-content-container #custom-footer-menu ul.top-level {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-content-container #custom-footer-menu ul.top-level li.top-level-menu-item {
  padding: 10px 20px;
}
footer .footer-content-container #custom-footer-menu ul.top-level li.top-level-menu-item > .menu-item-contents {
  text-transform: uppercase;
  font-weight: normal;
}
footer .footer-content-container #custom-footer-menu ul.top-level li.top-level-menu-item > .open-top-level-menu-item {
  margin-top: 0.5em;
}
footer .footer-content-container #custom-footer-menu ul.top-level li.top-level-menu-item > .open-top-level-menu-item ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 0.875rem;
}
footer .footer-content-container #custom-footer-menu ul.top-level.has-dropdowns li.top-level-menu-item {
  flex: 1;
}
footer .footer-content-container .social-profile-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0;
}
footer .footer-content-container .social-profile-links li {
  margin: 0 10px;
}
footer .footer-content-container .footer-message {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 75vw;
  font-size: 0.875rem;
  line-height: 1.4;
}
footer .footer-content-container .powered-by-pakk,
footer .footer-content-container .footer-copyright {
  text-align: center;
  font-size: 0.78rem;
  margin-top: 20px;
  opacity: 0.7;
}
footer .footer-content-container a.powered-by-pakk {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-decoration: underline;
}

header#site-header #menu-bar .navigation-menu > ul.top-level {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  text-transform: capitalize;
}
header#site-header #menu-bar .navigation-menu > ul.top-level li.top-level-menu-item {
  font-weight: 500;
  padding: 7px 14px;
}
header#site-header #menu-bar .navigation-menu > ul.top-level li.top-level-menu-item .open-top-level-menu-item {
  display: none;
}
header#site-header #menu-bar .navigation-menu > ul.top-level li.top-level-menu-item + .focus-shim {
  display: none;
}
header#site-header #menu-bar .navigation-menu > ul.top-level li.top-level-menu-item:hover + .focus-shim {
  display: unset;
  top: 200px;
}
header#site-header #menu-bar .navigation-menu > ul.top-level li.top-level-menu-item:hover {
  background-color: var(--grey-1);
  border-radius: 2px;
}
header#site-header #menu-bar .navigation-menu > ul.top-level li.top-level-menu-item:hover .open-top-level-menu-item {
  display: unset;
}
header#site-header #menu-bar .navigation-menu > ul.top-level > li > button:not(:disabled):not(.icon-button):hover,
header#site-header #menu-bar .navigation-menu > ul.top-level > li > a:hover {
  color: var(--grey-10);
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item {
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow: auto;
  box-sizing: border-box;
  background-color: var(--grey-1);
  color: var(--grey-10);
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 24px;
  padding: 20px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.08);
  z-index: 101;
  transform-origin: top center;
  animation-name: rollDown;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.22, 0.51, 0.36, 0.89);
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item a:hover {
  color: unset;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level {
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  margin: 15px 20px;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item ul,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories ul {
  margin: 0;
  padding: 0;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item a.brand-item,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories a.brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 15px;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item a.brand-item .image-container,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories a.brand-item .image-container {
  width: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item a.brand-item .image-container img,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories a.brand-item .image-container img {
  max-width: 120px;
  max-height: 40px;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item > a,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item .childless-category,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item > .menu-item-contents,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories > a,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories .childless-category,
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories > .menu-item-contents {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1em;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories:first-child ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
  justify-content: center;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories:first-child ul .childless-category {
  margin: 0;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.childless-categories:only-child {
  max-height: unset;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item > ul.third-level {
  margin: 0;
  padding: 0;
  list-style: none;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item > ul.third-level li {
  margin-bottom: 0.5em;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item > ul.third-level a {
  color: var(--grey-7);
  font-size: 0.875rem;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.has-dropdowns .open-top-level-menu-item ul.second-level > li.second-level-menu-item > ul.third-level a:hover {
  color: var(--grey-10);
}
header#site-header #menu-bar .navigation-menu > ul.top-level.no-dropdowns {
  padding: 10px;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.no-dropdowns li.top-level-menu-item {
  padding: 7px 14px 5px;
  border-bottom: 2px solid transparent;
}
header#site-header #menu-bar .navigation-menu > ul.top-level.no-dropdowns li.top-level-menu-item:hover {
  border-bottom: 2px solid var(--grey-10);
  background-color: unset;
  border-radius: 0;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.has-dropdowns .open-top-level-menu-item {
  padding: 25px 20px;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.has-dropdowns .open-top-level-menu-item ul.second-level {
  align-items: center;
  row-gap: 15px;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.has-dropdowns .open-top-level-menu-item ul.second-level li.second-level-menu-item {
  margin: 0 20px;
  align-items: center;
  text-align: center;
  max-height: unset;
  max-width: 200px;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.has-dropdowns .open-top-level-menu-item ul.second-level li.second-level-menu-item a:not(.brand-item) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.has-dropdowns .open-top-level-menu-item ul.second-level li.second-level-menu-item a:not(.brand-item) .image-container {
  height: 75px;
  margin-bottom: 0.5em;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.no-dropdowns li.top-level-menu-item {
  border-bottom: unset;
  padding: 7px 18px;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.no-dropdowns li.top-level-menu-item span {
  border-bottom: 2px solid transparent;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.no-dropdowns li.top-level-menu-item:hover {
  border-bottom: unset;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.no-dropdowns li.top-level-menu-item:hover .image-container + span {
  border-bottom: 2px solid var(--grey-10);
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.no-dropdowns .menu-item-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header#site-header #menu-bar.graphic-menu .navigation-menu .top-level.no-dropdowns .menu-item-contents .image-container {
  height: 38px;
  width: 38px;
  margin-right: 8px;
}

/* Left Sidebar */
#left-sidebar.main-menu-mode {
  max-width: 325px;
  text-transform: capitalize;
  background-color: var(--grey-1);
  overflow: auto;
}
#left-sidebar.main-menu-mode #main-mobile-menu {
  background-color: white;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100vh;
  overflow: auto;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul button,
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul .button {
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  padding: unset;
  text-transform: none;
  text-decoration: underline;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul button:hover,
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul .button:hover,
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul button:not(:disabled):not(.icon-button):hover {
  border: none;
  background-color: transparent;
  color: var(--primary-color-9);
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul a {
  width: 100%;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul li > button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul header.menu-header {
  font-weight: 500;
  position: unset;
  box-shadow: unset;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul header.menu-header svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul .image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul .menu-item-contents:not(.brand-item) {
  display: flex;
  align-items: center;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul .menu-item-contents:not(.brand-item) .image-container {
  margin-right: 10px;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul a.brand-item {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul a.brand-item .image-container {
  width: 80px;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu ul header,
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level > li,
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item li {
  display: flex;
  height: 48px;
  align-items: center;
  padding: 0 20px 0 25px;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level {
  background-color: var(--grey-1);
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level > li {
  border-top: 1px solid var(--grey-1);
  box-sizing: border-box;
  background-color: white;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level > li button,
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level > li a {
  font-weight: 500;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level > li:first-of-type {
  border-top: unset;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level #mobile-aux-bar .aux-bar-content-container {
  background-color: var(--grey-1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level #mobile-aux-bar .aux-bar-content-container #aux-bar-menu ul {
  height: unset;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level #mobile-aux-bar .aux-bar-content-container #aux-bar-menu ul li {
  margin: 10px 0;
  font-size: 0.875rem;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level #mobile-aux-bar .aux-bar-content-container #aux-bar-menu ul li:first-of-type {
  margin-top: 0;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level #mobile-aux-bar .aux-bar-content-container .site-phone-number {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
#left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level #mobile-aux-bar .aux-bar-content-container button.ex-inc-prices-toggle {
  font-size: 0.78rem;
  margin-bottom: 10px;
  align-self: flex-start;
  align-items: center;
  line-height: 1;
  padding: 0 10px;
  font-weight: 500;
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
  text-decoration: none;
}
@media only screen and (min-width: 801px) {
  #left-sidebar.main-menu-mode {
    width: unset;
    max-width: unset;
    overflow-y: unset;
    top: 90px;
    border-top: 1px solid var(--grey-1);
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.3);
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu {
    display: flex;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level {
    width: 33vw;
    max-width: 325px;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level header.menu-header {
    display: none;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level li.open {
    background-color: var(--primary-color-1);
    border-top: unset;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level li.open button,
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level li.open a {
    color: var(--primary-color-9);
    font-weight: 500;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level > li.open + li.closed {
    border-top: unset;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level:last-child {
    width: 325px;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu {
    display: flex;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu ul {
    border-left: 1px solid var(--grey-1);
    height: calc(99vh - 90px);
    width: 31vw;
    max-width: 300px;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu header button {
    display: none;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu li button,
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu li a,
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu li span.menu-item-contents {
    font-size: 0.875rem;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu li.open {
    background-color: var(--primary-color-1);
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu li.open button,
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > .open-top-level-menu-item .navigation-menu li.open a {
    color: var(--primary-color-9);
    font-weight: 500;
  }
}
@media only screen and (max-width: 800px) {
  #left-sidebar.main-menu-mode {
    max-width: 400px;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu {
    position: relative;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu header.menu-header {
    background-color: var(--primary-color-1);
    color: var(--primary-color-9);
    padding: 0 25px 0 20px;
    height: 60px;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu header.menu-header .menu-title-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu header.menu-header .menu-title-bar button.icon-button {
    color: var(--primary-color-9);
    line-height: unset;
    height: 24px;
    width: 24px;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu header.menu-header .menu-title-bar button.icon-button svg {
    width: 100%;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu header.menu-header .menu-title-bar .menu-title a {
    color: var(--primary-color-9);
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level header.menu-header,
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu > ul.top-level > li {
    padding: 0 25px;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu .open-top-level-menu-item,
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu .open-second-level-menu-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
  }
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu .open-top-level-menu-item li,
  #left-sidebar.main-menu-mode #main-mobile-menu > .navigation-menu .open-second-level-menu-item li {
    padding: 0 25px;
    border-bottom: 1px solid var(--grey-1);
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 801px) {
  #left-sidebar.main-menu-mode.classic-header {
    display: none;
  }
}
@media only screen and (min-width: 801px) {
  #left-sidebar.main-menu-mode.classic-header + #main-shim {
    display: none;
  }
}
#left-sidebar.main-menu-mode + #main-shim {
  z-index: 100;
}

@media only screen and (min-width: 801px) {
  #site-header.warning-message-open ~ #left-sidebar.main-menu-mode {
    top: 136px;
  }
}

@media only screen and (min-width: 801px) {
  #left-sidebar.filter-bar-mode {
    display: none;
  }
  #left-sidebar.filter-bar-mode + #main-shim {
    display: none;
  }
}

#aux-bar .site-phone-number,
#mobile-aux-bar .site-phone-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}
#aux-bar .site-phone-number svg,
#mobile-aux-bar .site-phone-number svg {
  height: 14px;
  width: 14px;
  margin-right: 3px;
  flex-shrink: 0;
}
#aux-bar button.ex-inc-prices-toggle,
#mobile-aux-bar button.ex-inc-prices-toggle {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 0 10px;
  font-weight: 500;
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
}
#aux-bar button.ex-inc-prices-toggle span,
#mobile-aux-bar button.ex-inc-prices-toggle span {
  flex-shrink: 0;
}
#aux-bar button.ex-inc-prices-toggle svg,
#mobile-aux-bar button.ex-inc-prices-toggle svg {
  flex-shrink: 0;
  margin: 0 5px;
  width: 22px;
  height: 20px;
}

.main-content-area.category {
  display: grid;
  grid-template-areas: "breadcrumbs breadcrumbs" "header header" "filters productsArea";
  grid-template-columns: min-content auto;
  grid-template-rows: min-content min-content auto;
  position: relative;
}
.main-content-area.category .bread-crumbs ~ .category-top-matter.with-image {
  margin-top: 15px;
}
.main-content-area.category .category-top-matter {
  grid-area: header;
  border-bottom: 1px solid var(--grey-1);
}
.main-content-area.category .category-top-matter .category-top-matter-shim-container {
  display: grid;
  grid-template-areas: "title" "description" "categories";
  grid-template-rows: repeat(3, min-content);
  align-items: center;
  margin-bottom: 15px;
}
.main-content-area.category .category-top-matter .category-top-matter-shim-container > .logo-container {
  grid-area: title;
  justify-self: center;
  height: 80px;
  max-width: 300px;
  margin: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-content-area.category .category-top-matter.with-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-content-area.category .category-top-matter.with-image .category-top-matter-shim-container {
  margin: 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.main-content-area.category .category-top-matter.with-image .category-top-matter-shim-container .category-page-description {
  margin-bottom: 1em;
}
.main-content-area.category .category-top-matter.with-image .category-top-matter-shim-container .category-page-description + .category-heading-subcategories li {
  margin-top: 0;
  margin-bottom: 20px;
}
.main-content-area.category .category-top-matter h1.category-page-title {
  grid-area: title;
  align-self: center;
  text-align: center;
}
.main-content-area.category .category-top-matter .category-page-description {
  grid-area: description;
  align-self: center;
  justify-self: center;
  text-align: center;
  line-height: 1.4;
  width: 80%;
}
@media only screen and (max-width: 1050px) {
  .main-content-area.category .category-top-matter .category-page-description {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.category .category-top-matter .category-page-description {
    width: 95%;
  }
}
.main-content-area.category .category-top-matter .category-page-description ul,
.main-content-area.category .category-top-matter .category-page-description ol {
  text-align: left;
}
.main-content-area.category .category-top-matter .category-page-description > p:first-child {
  margin-top: 0;
}
.main-content-area.category .category-top-matter .category-page-description > p:last-child {
  margin-bottom: 0.2em;
}
.main-content-area.category .category-top-matter .category-heading-subcategories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  grid-area: categories;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.125rem;
  text-align: center;
}
.main-content-area.category .category-top-matter .category-heading-subcategories li {
  margin: 15px;
  max-width: 200px;
}
.main-content-area.category .category-top-matter .category-heading-subcategories li .image-container {
  height: 75px;
  margin-bottom: 0.5em;
}
.main-content-area.category .category-top-matter .category-heading-subcategories li .brand-item {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-content-area.category .category-top-matter .category-heading-subcategories li .brand-item .image-container {
  filter: grayscale(100%);
  height: 50px;
  max-width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.main-content-area.category .category-top-matter .category-heading-subcategories li .brand-item .image-container:hover {
  filter: unset;
}
.main-content-area.category .category-top-matter .category-heading-subcategories li.category-heading-subcategories-item a {
  font-weight: 500;
}
.main-content-area.category .category-top-matter .category-heading-subcategories li.category-heading-subcategories-item a:hover {
  color: var(--primary-color-9);
}
.main-content-area.category .filters-bar {
  grid-area: filters;
}
.main-content-area.category .products-area-container {
  grid-area: productsArea;
  display: grid;
  grid-template-areas: "warning" "clearfilters" "products" "blocks";
  grid-template-rows: min-content min-content auto auto;
}
.main-content-area.category .products-area-container .category-warnings {
  grid-area: warning;
}
.main-content-area.category .products-area-container > .clear-filters-item {
  grid-area: clearfilters;
}
@media only screen and (min-width: 801px) {
  .main-content-area.category .products-area-container > .clear-filters-item {
    display: none;
  }
}
.main-content-area.category .products-area-container .category-products {
  grid-area: products;
}
.main-content-area.category .products-area-container .no-products-in-category-explanation,
.main-content-area.category .products-area-container .no-unfiltered-products-explanation {
  grid-column: 1/4;
  font-size: 1.125rem;
  color: var(--grey-5);
  text-align: center;
  margin: 10vh;
}
.main-content-area.category .products-area-container .blocks-container {
  grid-area: blocks;
}
.main-content-area.category .products-area-container .blocks-container .block-row:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .main-content-area.category {
    grid-template-areas: "breadcrumbs" "header" "productsArea";
    grid-template-columns: auto;
    grid-template-rows: min-content;
  }
  .main-content-area.category .category-top-matter {
    grid-template-areas: "title" "description" "categories";
    grid-template-columns: auto;
  }
  .main-content-area.category .category-top-matter .image-container {
    width: 200px;
    justify-self: center;
  }
  .main-content-area.category .no-products-in-category-explanation {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.main-content-area.product .product-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.main-content-area.product .product-page > ul.category-warnings {
  box-sizing: border-box;
  width: 80%;
}
.main-content-area.product .product-page > div.previously-purchased-on,
.main-content-area.product .product-page > section,
.main-content-area.product .product-page ul.category-warnings,
.main-content-area.product .product-page .bread-crumbs {
  box-sizing: border-box;
  width: 80%;
}
@media only screen and (max-width: 1050px) {
  .main-content-area.product .product-page > div.previously-purchased-on,
  .main-content-area.product .product-page > section,
  .main-content-area.product .product-page ul.category-warnings,
  .main-content-area.product .product-page .bread-crumbs {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.product .product-page > div.previously-purchased-on,
  .main-content-area.product .product-page > section,
  .main-content-area.product .product-page ul.category-warnings,
  .main-content-area.product .product-page .bread-crumbs {
    width: 95%;
    justify-content: center;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.product .product-page .bread-crumbs {
    justify-content: flex-start;
  }
}

.previously-purchased-on {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: var(--grey-7);
}
.previously-purchased-on svg.ph-icon {
  margin-right: 5px;
}
.previously-purchased-on .review-plea {
  margin-left: 5px;
  text-decoration: underline;
}

/* TOP AREA */
.product-page-top-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
  /* Images */
  /* Primary Info */
}
.product-page-top-area .images-container,
.product-page-top-area .primary-info {
  flex: 1;
  box-sizing: border-box;
  margin: 10px 20px;
}
@media only screen and (max-width: 1050px) {
  .product-page-top-area .images-container,
  .product-page-top-area .primary-info {
    margin: 10px;
  }
}
.product-page-top-area .images-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-page-top-area .images-container .main-image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-page-top-area .images-container .main-image-container .icon-button.open-image-gallery {
  position: absolute;
  bottom: 30px;
}
.product-page-top-area .images-container #main-image-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 320px;
  min-width: 300px;
  max-width: 400px;
}
.product-page-top-area .images-container #main-image-container .icon-button {
  border-radius: 50%;
  background-color: var(--primary-color);
  padding: 1px;
}
.product-page-top-area .images-container #main-image-container .icon-button svg {
  color: white;
}
@media only screen and (max-width: 400px) {
  .product-page-top-area .images-container #main-image-container {
    min-width: 200px;
  }
}
.product-page-top-area .images-container #main-image-container #main-image {
  cursor: pointer;
}
.product-page-top-area .images-container #main-image-container .icon-button {
  background-color: rgba(255, 255, 255, 0.2);
}
.product-page-top-area .primary-info {
  display: grid;
  grid-auto-rows: min-content;
  grid-template-areas: "name" "code" "reviews" "price" "saving" "surcharge" "variants" "messages" "disclaimer" "cta" "alert";
}
.product-page-top-area .primary-info .product-code {
  grid-area: code;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--grey-7);
  height: 1em;
  margin-bottom: 10px;
}
.product-page-top-area .primary-info .product-name {
  grid-area: name;
  font-size: 1.424rem;
  margin-bottom: 5px;
}
.product-page-top-area .primary-info .product-rating {
  grid-area: reviews;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-page-top-area .primary-info .product-rating .stars {
  margin-bottom: 3px;
}
.product-page-top-area .primary-info .product-rating .stars svg {
  height: 20px;
  width: 20px;
}
.product-page-top-area .primary-info .product-rating .stars-numeric {
  font-size: 0.875rem;
  color: var(--grey-7);
}
.product-page-top-area .primary-info .product-rating .reviews-link {
  color: var(--grey-7);
  font-size: 0.875rem;
}
.product-page-top-area .primary-info .product-rating .reviews-link::before {
  content: "- ";
  margin-left: 3px;
}
.product-page-top-area .primary-info .product-rating .reviews-link:hover {
  color: var(--primary-color);
}
.product-page-top-area .primary-info .product-rating .no-reviews {
  display: none;
}
.product-page-top-area .primary-info .product-price-container {
  grid-area: price;
  display: grid;
  grid-auto-rows: min-content;
  row-gap: 3px;
  margin: 10px 0;
}
.product-page-top-area .primary-info .product-price-container .product-price {
  font-size: 1.424rem;
}
.product-page-top-area .primary-info .product-price-container .product-price.was-price {
  grid-row: 1;
  grid-column: 1;
}
.product-page-top-area .primary-info .product-price-container .product-price .now-price {
  grid-row: 1;
  grid-column: 2;
}
.product-page-top-area .primary-info .product-price-container .product-price-notes {
  grid-row: 2;
  grid-column: 1/span 2;
  font-size: 0.875rem;
}
.product-page-top-area .primary-info .purchasing-messages-container {
  grid-area: messages;
  padding: 4px 12px;
  background-color: var(--grey-1);
  border-radius: 10px;
  margin: 5px 0;
}
.product-page-top-area .primary-info .purchasing-messages-container .purchasing-message {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin: 10px 0;
  line-height: 1.25;
}
.product-page-top-area .primary-info .purchasing-messages-container .purchasing-message svg.ph-icon {
  margin-right: 10px;
  width: 28px;
  flex-shrink: 0;
}
.product-page-top-area .primary-info .purchasing-messages-container .purchasing-message p {
  margin: unset;
}
.product-page-top-area .primary-info .purchasing-messages-container .purchasing-message .loyalty-earned {
  border-top: unset;
  border-bottom: unset;
}
.product-page-top-area .primary-info .purchasing-messages-container .purchasing-message .stock-indicator.out-of-stock .expected-in::before {
  content: " - ";
}
.product-page-top-area .primary-info .purchasing-messages-container .purchasing-message .stock-indicator.out-of-stock .expected-in {
  text-transform: lowercase;
}
.product-page-top-area .primary-info .purchasing-messages-container .purchasing-message .discount-description .discount-name::after {
  content: " - ";
}
.product-page-top-area .primary-info .cta-container,
.product-page-top-area .primary-info .disable-buy-details,
.product-page-top-area .primary-info .missing-cta-no-product-details {
  grid-area: cta;
}
.product-page-top-area .primary-info .composite-saving-small-print {
  grid-area: saving;
  color: var(--grey-7);
}
.product-page-top-area .primary-info .delivery-surcharge-container {
  grid-area: surcharge;
}
.product-page-top-area .primary-info .composite-saving-small-print,
.product-page-top-area .primary-info .delivery-surcharge-container {
  line-height: 1.4;
  font-size: 0.78rem;
  margin: 0 0 10px 0;
}
.product-page-top-area .primary-info .composite-saving-small-print .both-prices,
.product-page-top-area .primary-info .delivery-surcharge-container .both-prices {
  margin-left: 5px;
}
.product-page-top-area .primary-info .alert.cart-item-message {
  grid-area: alert;
  margin-top: 5px;
  padding: 8px 12px;
}
.product-page-top-area .primary-info .alert.cart-item-message svg {
  margin-right: 10px;
}
.product-page-top-area .primary-info .loyalty-cannot-be-redeemed-disclaimer {
  grid-area: disclaimer;
  font-size: 0.78rem;
}
.product-page-top-area .primary-info .loyalty-cannot-be-redeemed-disclaimer > p::before {
  content: "*";
}
.product-page-top-area .primary-info .loyalty-cannot-be-redeemed-disclaimer p button.clickable-text {
  font-size: 0.78rem;
}
.product-page-top-area .primary-info .location-stock-indicator button,
.product-page-top-area .primary-info .location-stock-indicator .button {
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  padding: unset;
  text-transform: none;
  text-decoration: underline;
}
.product-page-top-area .primary-info .location-stock-indicator button:hover,
.product-page-top-area .primary-info .location-stock-indicator .button:hover,
.product-page-top-area .primary-info .location-stock-indicator button:not(:disabled):not(.icon-button):hover {
  border: none;
  background-color: transparent;
  color: var(--primary-color-9);
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location {
  font-size: 0.875rem;
  position: relative;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup {
  position: absolute;
  z-index: 15;
  background-color: var(--primary-color-1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 0.78rem;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  left: -40px;
  right: -40px;
  margin-top: 3px;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup > button {
  align-self: flex-end;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup .location-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 20px;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup .location-container h4 {
  margin: 0 0 1em 0;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup .location-container img.location-image {
  height: 100px;
  margin: 5px 0;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup .location-container .address p {
  margin: 0;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup .location-container .address img {
  height: 10px;
  margin-right: 5px;
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup .location-container .opening-hours .location-opening-hours-title {
  margin: 1em 0;
}
@media only screen and (max-width: 800px) {
  .product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup {
    right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .product-page-top-area .primary-info .location-stock-indicator {
    position: relative;
  }
  .product-page-top-area .primary-info .location-stock-indicator button.location-stock-location {
    position: unset;
  }
  .product-page-top-area .primary-info .location-stock-indicator button.location-stock-location .location-info-popup {
    min-width: 250px;
    right: 0;
    left: 0;
  }
}
.product-page-top-area .primary-info .location-stock-indicator button.location-stock-location:hover .location-info-popup {
  color: var(--grey-10);
}
.product-page-top-area .primary-info .product-variant-groups {
  grid-area: variants;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container {
  margin: 5px 0;
  margin-bottom: 10px;
  min-width: 300px;
}
@media only screen and (max-width: 400px) {
  .product-page-top-area .primary-info .product-variant-groups .product-variant-container {
    min-width: 200px;
  }
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container div.product-variant-intro-line {
  margin-bottom: 15px;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container div.product-variant-intro-line .product-variant-instruction {
  margin-bottom: 5px;
  display: block;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container div.product-variant-intro-line .product-variant-help-link {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  text-decoration: underline;
  color: var(--grey-7);
  font-size: 12px;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container div.product-variant-intro-line .product-variant-help-link:hover {
  color: var(--primary-color);
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); /* Adjust min width */
  gap: 10px;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--grey-2);
  border-radius: 3px;
  padding: 10px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item a .image-container {
  width: 100%;
  height: 100px; /* Fixed height for consistent alignment */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item a .variant-selector-label {
  line-height: 1em;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item a:hover {
  color: unset;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.variant-selector-text-only {
  padding: 15px 10px;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.variant-selector-text-and-image .variant-selector-label {
  font-size: 12px;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.variant-selector-text-and-description a {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.variant-selector-text-and-description a span.variant-selector-label {
  font-weight: bold;
  font-size: 0.875rem;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.variant-selector-text-and-description a span.variant-selector-description {
  color: var(--grey-7);
  font-size: 12px;
  line-height: 1.2;
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.available:hover,
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.back-orderable:hover {
  transform: scale(1.05);
  transition: transform 0.15s cubic-bezier(0.3, 0.93, 0.8, 0.85);
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.selected-variant {
  border-color: var(--primary-color);
  box-shadow: 0 4px 8px 0px color-mix(in srgb, var(--primary-color) 20%, transparent);
}
.product-page-top-area .primary-info .product-variant-groups .product-variant-container ul.product-variants li.product-variants-item.unavailable a {
  cursor: not-allowed;
  opacity: 0.4;
}
.product-page-top-area .primary-info .missing-cta-no-product-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0.5em 0;
}
.product-page-top-area .primary-info .missing-cta-no-product-details button {
  margin-top: 0.5em;
}
.product-page-top-area .primary-info .product-rating + .disable-buy-details,
.product-page-top-area .primary-info .product-rating + .product-variant-groups {
  margin-top: 10px;
}
.product-page-top-area .primary-info .disable-buy-details .disable-buy-cta {
  display: inline-block;
}
.product-page-top-area .tags-bar-container {
  top: 30px;
  left: 20px;
  max-width: 40%;
}
@media only screen and (max-width: 800px) {
  .product-page-top-area .tags-bar-container {
    left: 30px;
    max-width: 60%;
  }
}
.product-page-top-area .tags-bar-container .product-pill {
  font-size: 0.875rem;
  border-radius: 15px;
}

.main-content-area.product.variant-group .product-variant-instruction {
  font-weight: bold;
}

.cta-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0;
}
.cta-container > .add-to-cart-container,
.cta-container > .cart-item-actions-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cta-container > .add-to-cart-container input.quantity-input,
.cta-container > .cart-item-actions-container input.quantity-input {
  padding: 0;
}
@media only screen and (max-width: 400px) {
  .cta-container .add-to-cart-container {
    flex-wrap: wrap;
  }
  .cta-container .add-to-cart-container .add-to-cart {
    min-width: unset;
  }
}
.cta-container input.quantity-input {
  width: 3em;
  text-align: center;
  font-size: 1.125rem;
}
.cta-container .icon-button.share-product {
  display: none;
}
.cta-container .add-to-cart {
  min-width: max-content;
  margin: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cta-container button.icon-button svg {
  width: 100%;
}
.cta-container > .cart-item-actions + .add-to-wish-list {
  margin-left: 1rem;
}

.cta-container > .cart-item-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.cta-container > .cart-item-actions button.increase-quantity-in-cart svg,
.cta-container > .cart-item-actions button.reduce-quantity-in-cart svg {
  padding: 2px;
  width: 22px;
  height: 22px;
}
.cta-container > .cart-item-actions .cart-item-qty {
  min-width: 2rem;
  text-align: center;
  font-size: 1.125rem;
  margin: 0 0.5rem;
}
.cta-container > .cart-item-actions .delete-from-cart {
  display: none;
}

.product-page ul.category-warnings {
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.product-page ul.category-warnings li.category-warnings-item .close-warning-message {
  margin-left: 0.5em;
  height: 24px;
  width: 24px;
}

.product-page-middle-area {
  padding-bottom: 20px;
}

.product-details-tab {
  padding: 15px;
}
@media only screen and (max-width: 800px) {
  .product-details-tab {
    padding: 10px;
  }
}
.product-details-tab .product-tab-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-details-tab .product-tab-header .field-group-label {
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  text-transform: var(--header-text-transform);
  font-size: 1.424rem;
  margin: 0.5em 0;
}
.product-details-tab .product-content {
  line-height: 1.4;
  margin: 10px 0;
}
.product-details-tab .product-content .brand-item .image-container {
  height: 2em;
}
.product-details-tab .product-content .brand-item > span {
  display: none;
}

.product-details-tab.closed {
  border-bottom: 1px solid var(--grey-2);
}

ul.category-warnings ~ .product-page-middle-area {
  padding-top: 0;
}

.product-details-tab .toggle-button {
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-details-tab#product-description-tab ul.product-video-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product-details-tab#product-description-tab ul.product-video-links li.product-video-links-item {
  width: 48%;
  margin: 5px;
}
@media only screen and (max-width: 1050px) {
  .product-details-tab#product-description-tab ul.product-video-links li.product-video-links-item {
    width: 100%;
  }
}
.product-details-tab#product-description-tab ul.product-video-links li.product-video-links-item > iframe {
  min-height: 200px;
  height: 40vh;
  max-height: 400px;
  width: 100%;
}
.product-details-tab#product-description-tab ul.product-video-links li.product-video-links-item:only-child {
  width: 100%;
}
.product-details-tab#product-description-tab .composite-members-table-container {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.product-details-tab#product-description-tab .composite-members-table-container table.composite-members-table {
  margin-top: 1rem;
}
.product-details-tab#product-description-tab .composite-members-table-container table.composite-members-table thead th:last-child,
.product-details-tab#product-description-tab .composite-members-table-container table.composite-members-table tbody td:last-child {
  text-align: center;
}
.product-details-tab#product-description-tab .composite-members-table-container a.composite-members-product-link {
  text-decoration: underline;
}
.product-details-tab#product-description-tab .composite-members-table-container a.composite-members-product-link .needs-substituting-tag {
  font-weight: bold;
}
.product-details-tab#product-description-tab .composite-members-table-container .needs-substituting-tag-explanation {
  margin-top: 1em;
}
.product-details-tab#product-description-tab .composite-members-table-container .needs-substituting-tag-explanation .needs-substituting-tag {
  font-weight: bold;
}
.product-details-tab#product-description-tab .product-content h4 {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
}

.product-details-tab#product-information-tab .product-content > div {
  column-count: 2;
  column-gap: 20px;
  column-width: 50%;
}
@media only screen and (max-width: 800px) {
  .product-details-tab#product-information-tab .product-content > div {
    column-count: unset;
  }
}
.product-details-tab#product-information-tab .product-content > div table.product-information-table {
  margin-bottom: 20px;
  break-inside: avoid;
  table-layout: fixed;
  width: 100%;
}
.product-details-tab#product-information-tab .product-content > div table.product-information-table .product-variant-label-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-details-tab#product-information-tab .product-content > div table.product-information-table .product-variant-label-container button.icon-button {
  margin-left: 0.5em;
  height: unset;
  width: unset;
}
.product-details-tab#product-information-tab .product-content > div table.product-information-table .product-variant-label-container button.icon-button svg {
  height: 18px;
  width: 18px;
}
.product-details-tab#product-information-tab .product-content > div table.product-information-table .product-variant-label-container > details > summary:hover {
  cursor: pointer;
}
.product-details-tab#product-information-tab .product-content > div table.product-information-table .product-variant-label-container > details > div {
  font-weight: normal;
}

.product-content .product-specifications-container p:first-of-type {
  display: none;
}

.product-specification-sheets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.product-specification-sheets .product-specification-sheets-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.78rem;
  text-align: center;
  box-sizing: border-box;
  width: 140px;
}
.product-specification-sheets .product-specification-sheets-item a img,
.product-specification-sheets .product-specification-sheets-item a svg {
  height: 100px;
  width: auto;
}
.product-specification-sheets .product-specification-sheets-item a img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.product-specification-sheets .product-specification-sheets-item a svg {
  flex-shrink: 0;
  stroke-width: 0.1;
  width: 50%;
}
.product-specification-sheets .product-specification-sheets-item a span.product-spec-title {
  margin-top: 0.5em;
}
.product-specification-sheets .product-specification-sheets-item a:hover:not(.button .active) {
  color: unset;
  transform: scale(1.05);
  transition: transform 0.15s cubic-bezier(0.3, 0.93, 0.8, 0.85);
}

.product-details-tab#product-delivery-info-tab .delivery-info-link {
  display: block;
  text-decoration: underline;
  margin-top: 0.5em;
}

.product-details-tab#product-faq-tab .embedded-faq-page .hero {
  display: none;
}
.product-details-tab#product-faq-tab .embedded-faq-page .page-content ul.questions li.questions-item {
  margin: 2em 0;
}
.product-details-tab#product-faq-tab .embedded-faq-page .page-content ul.questions li.questions-item .faq-question {
  font-size: 1.125rem;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  color: var(--grey-10);
}
.product-details-tab#product-faq-tab .embedded-faq-page .page-content ul.questions li.questions-item:first-child {
  margin-top: 1em;
}
.product-details-tab#product-faq-tab .embedded-faq-page .page-content ul.questions li.questions-item:last-child {
  margin-bottom: 1em;
}

section.product-page-feature-blocks-area .blocks-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-content-area.wishlist {
  display: grid;
  grid-template-areas: "title title" "description description" "bulkactions bulkactions" "filters clearfilters" "filters products";
  grid-template-rows: repeat(4, min-content) 100%;
  grid-template-columns: min-content auto;
}
.main-content-area.wishlist .filters-bar {
  grid-area: filters;
}
.main-content-area.wishlist .main-content-title {
  grid-area: title;
  margin: 30px 10px 10px;
  align-self: center;
  text-align: center;
}
.main-content-area.wishlist .wishlist-page-description {
  grid-area: description;
  margin: 15px 5px;
  align-self: center;
  text-align: center;
}
.main-content-area.wishlist .wishlist-bulk-actions {
  grid-area: bulkactions;
  margin: 15px 20px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: flex-end;
}
.main-content-area.wishlist .wishlist-bulk-actions button,
.main-content-area.wishlist .wishlist-bulk-actions .button {
  background-color: transparent;
  color: var(--primary-color);
}
.main-content-area.wishlist .wishlist-bulk-actions button:not(:disabled):not(.icon-button):hover {
  color: white;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.main-content-area.wishlist .wishlist-bulk-actions button.icon-button:not(:disabled):hover {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}
.main-content-area.wishlist .wishlist-bulk-actions button,
.main-content-area.wishlist .wishlist-bulk-actions .button {
  font-size: 0.8rem;
}
.main-content-area.wishlist .wishlist-bulk-actions button.icon-button,
.main-content-area.wishlist .wishlist-bulk-actions .button.icon-botton {
  font-size: 0.8rem;
  line-height: 0.8rem;
  height: 1.6em;
  width: 1.6em;
  padding: 0;
}
.main-content-area.wishlist .wishlist-bulk-actions select,
.main-content-area.wishlist .wishlist-bulk-actions input {
  font-size: 0.72rem;
  line-height: 0.72rem;
  height: 1.6em;
}
.main-content-area.wishlist .wishlist-bulk-actions .copy-all-to-cart {
  grid-column: 2/3;
  grid-row: 1/1;
}
.main-content-area.wishlist .wishlist-bulk-actions .delete-all-wishlist-items {
  grid-column: 1/2;
  grid-row: 1/1;
  margin: 0 10px;
}
.main-content-area.wishlist .wishlist-products {
  grid-area: products;
}
.main-content-area.wishlist .wishlist-products .product-cell .wishlist-already-in-cart.button {
  cursor: not-allowed;
  opacity: 0.4;
  grid-area: cta;
  background-color: var(--primary-color);
  color: white;
  margin-top: 5px;
  align-self: flex-end;
  justify-self: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
}
.main-content-area.wishlist .wishlist-products.wishlist-empty {
  display: flex;
  flex-direction: row;
  color: var(--grey-7);
  text-align: center;
  justify-self: center;
  font-size: 0.78rem;
  margin: 25px 25px 50px;
}
@media only screen and (min-width: 801px) {
  .main-content-area.wishlist > .clear-filters-item {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .main-content-area.wishlist {
    grid-template-areas: "title" "description" "bulkactions" "clearfilters" "products";
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 550px) {
  .main-content-area.wishlist {
    grid-template-columns: auto;
  }
}
#site-header.checkout .header-content-container {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  position: unset;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
#site-header.checkout .header-content-container #site-warning-message {
  grid-row: 1;
  grid-column: 1/3;
}
#site-header.checkout .header-content-container a.continue-shopping {
  grid-row: 2;
  grid-column: 1;
  align-self: flex-end;
  text-decoration: underline;
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 0.78rem;
  text-transform: none;
}
#site-header.checkout .header-content-container #site-logo {
  grid-row: 2;
  grid-column: 1/3;
  justify-self: center;
  margin-top: 20px;
}
#site-header.checkout .header-content-container #site-logo a {
  display: flex;
}
#site-header.checkout .header-content-container #site-logo img {
  max-height: var(--logo-height);
}

#site-header.checkout.header-invert-colors a {
  color: white;
}

@media only screen and (max-width: 500px) {
  #site-header.checkout .header-content-container {
    padding-bottom: 15px;
  }
  #site-header.checkout .header-content-container #site-logo {
    margin-top: 15px;
  }
  #site-header.checkout .header-content-container a.continue-shopping {
    grid-row: 3;
    grid-column: 1/3;
    margin-left: unset;
    justify-self: center;
    margin-top: 0.5em;
  }
}
.main-content-area.checkout {
  align-items: center;
  background-color: var(--grey-1);
}
.main-content-area.checkout .checkout-stages-container {
  width: 800px;
  margin: 30px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1050px) {
  .main-content-area.checkout .checkout-stages-container {
    box-sizing: border-box;
    width: 750px;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.checkout .checkout-stages-container {
    width: 95%;
  }
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container {
  margin: 0 5px 30px;
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps .checkout-step {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 13px;
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps .checkout-step .step-number {
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  padding: 1px;
  padding: 2px;
  background-color: var(--grey-10);
  color: white;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps .checkout-step .step-number svg {
  height: 18px;
  width: 18px;
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps .checkout-step .step-number svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps .checkout-step-line {
  flex: 2;
  border-top: 2px solid var(--grey-10);
  margin-top: 16px;
}
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps .checkout-step.todo,
.main-content-area.checkout .checkout-stages-container .checkout-steps-container ul.checkout-steps .checkout-step-line.todo {
  cursor: not-allowed;
  opacity: 0.4;
}
.main-content-area.checkout .checkout-stages-container .checkout-section {
  height: min-content;
  border: 1px solid var(--grey-2);
  margin-bottom: 15px;
  background-color: white;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
@media only screen and (max-width: 500px) {
  .main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title {
    flex-wrap: wrap;
  }
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title svg.ph-icon {
  flex: none;
  height: 22px;
  width: 22px;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title .checkout-section-title-main {
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  margin-right: 15px;
  font-size: 1.125rem;
  width: 10em;
  align-items: center;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title .checkout-section-title-main svg {
  margin-right: 15px;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title .summary-container {
  border-left: 1px solid var(--grey-2);
  padding-left: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 500px) {
  .main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title .summary-container {
    padding-top: 15px;
    margin-top: 15px;
    border-left: unset;
    border-top: 1px solid var(--grey-2);
    padding-left: unset;
  }
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title .summary-container > div {
  line-height: 1.6;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title .summary-container .price-group {
  display: inline;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-stage-contents {
  padding: 25px 55px;
  border-top: 1px solid var(--grey-2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .main-content-area.checkout .checkout-stages-container .checkout-section .checkout-stage-contents {
    padding: 20px;
  }
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-stage-contents h3 {
  font-family: var(--body-text-font);
  font-size: 1rem;
  text-transform: uppercase;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-stage-contents .checkout-stage-navigation-buttons {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-stage-contents .checkout-stage-navigation-buttons .previous-stage-button {
  background-color: transparent;
  color: var(--primary-color);
  justify-self: flex-start;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-stage-contents .selector-container {
  width: 200px;
}
.main-content-area.checkout .checkout-stages-container .checkout-section:hover {
  border: 1px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.main-content-area.checkout .checkout-stages-container .checkout-section.current-stage {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none;
}
.main-content-area.checkout .checkout-stages-container .checkout-section.not-current-stage.not-always-open .checkout-stage-contents {
  display: none;
}
.main-content-area.checkout .checkout-stages-container .checkout-section.invalid.past {
  border: 3px solid #bf616a;
}
.main-content-area.checkout .checkout-stages-container .checkout-section.valid.past .checkout-section-title-main {
  color: var(--grey-7);
}

.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title.click-to-enter-enabled {
  cursor: pointer;
}

.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title.click-to-enter-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.main-content-area.checkout .checkout-stages-container .checkout-section .checkout-section-title.click-to-enter-disabled .summary-container {
  justify-content: flex-end;
}

#contact-details-step .login-form .login-form-header {
  text-align: center;
}
#contact-details-step .login-form .login-non-returning-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact-details-step .login-form .login-non-returning-form .continue-as-guest-explanation {
  text-align: justify;
}
#contact-details-step .login-form .login-returning-form {
  display: grid;
  grid-template-areas: "email email" "message message" "option1 option2";
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: auto auto;
  grid-gap: 5px;
}
#contact-details-step .login-form .login-returning-form .login-email-input {
  grid-area: email;
  justify-self: center;
}
#contact-details-step .login-form .login-returning-form .access-code-prompt,
#contact-details-step .login-form .login-returning-form .continue-as-guest-explanation {
  grid-area: message;
  line-height: 1.4;
  text-align: center;
}
#contact-details-step .login-form .login-returning-form .explained-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact-details-step .login-form .login-returning-form .explained-button p {
  font-size: 0.78rem;
  color: var(--grey-7);
}
#contact-details-step .login-form .login-returning-form .send-me-acode {
  grid-area: option2;
}
#contact-details-step .login-form .login-returning-form .continue-as-button {
  grid-area: option1;
}
#contact-details-step .login-form .login-returning-form .continue-as-button button {
  background-color: transparent;
  color: var(--primary-color);
}
#contact-details-step .customer-guest-info,
#contact-details-step .logged-in-as-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  justify-content: space-between;
}
#contact-details-step .customer-guest-info .guest-email,
#contact-details-step .logged-in-as-info .guest-email {
  display: flex;
  flex-wrap: wrap;
}
#contact-details-step .customer-guest-info button.logout-button,
#contact-details-step .logged-in-as-info button.logout-button {
  margin-left: 0;
}
#contact-details-step .customer-guest-info .guest-login-actions,
#contact-details-step .logged-in-as-info .guest-login-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
#contact-details-step .customer-guest-info .guest-login-actions button:first-of-type,
#contact-details-step .logged-in-as-info .guest-login-actions button:first-of-type {
  margin-left: 0;
}
#contact-details-step .customer-guest-info .upgrade,
#contact-details-step .customer-guest-info .change-email,
#contact-details-step .customer-guest-info .logout-button,
#contact-details-step .logged-in-as-info .upgrade,
#contact-details-step .logged-in-as-info .change-email,
#contact-details-step .logged-in-as-info .logout-button {
  margin-left: 10px;
  background-color: transparent;
  color: var(--primary-color);
  font-size: 0.8rem;
}
#contact-details-step .customer-guest-info-container {
  display: flex;
  flex-direction: column;
}
#contact-details-step .customer-guest-info-container .stage-button {
  align-self: center;
  margin-top: 20px;
}

#shipping-and-delivery-details-step .address-details,
#shipping-and-delivery-details-step .billing-details,
#billing-and-payment-details-step .address-details,
#billing-and-payment-details-step .billing-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#shipping-and-delivery-details-step .address-details .address-selection ul,
#shipping-and-delivery-details-step .address-details .delivery-contents ul,
#shipping-and-delivery-details-step .billing-details .address-selection ul,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul,
#billing-and-payment-details-step .address-details .address-selection ul,
#billing-and-payment-details-step .address-details .delivery-contents ul,
#billing-and-payment-details-step .billing-details .address-selection ul,
#billing-and-payment-details-step .billing-details .delivery-contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li,
#shipping-and-delivery-details-step .billing-details .address-selection ul li,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li,
#billing-and-payment-details-step .address-details .address-selection ul li,
#billing-and-payment-details-step .address-details .delivery-contents ul li,
#billing-and-payment-details-step .billing-details .address-selection ul li,
#billing-and-payment-details-step .billing-details .delivery-contents ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li label,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li label,
#shipping-and-delivery-details-step .billing-details .address-selection ul li label,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li label,
#billing-and-payment-details-step .address-details .address-selection ul li label,
#billing-and-payment-details-step .address-details .delivery-contents ul li label,
#billing-and-payment-details-step .billing-details .address-selection ul li label,
#billing-and-payment-details-step .billing-details .delivery-contents ul li label {
  display: flex;
  flex-direction: column;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li label > p:first-child,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li label > p:first-child,
#shipping-and-delivery-details-step .billing-details .address-selection ul li label > p:first-child,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li label > p:first-child,
#billing-and-payment-details-step .address-details .address-selection ul li label > p:first-child,
#billing-and-payment-details-step .address-details .delivery-contents ul li label > p:first-child,
#billing-and-payment-details-step .billing-details .address-selection ul li label > p:first-child,
#billing-and-payment-details-step .billing-details .delivery-contents ul li label > p:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li label > p:nth-child(2),
#shipping-and-delivery-details-step .address-details .delivery-contents ul li label > p:nth-child(2),
#shipping-and-delivery-details-step .billing-details .address-selection ul li label > p:nth-child(2),
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li label > p:nth-child(2),
#billing-and-payment-details-step .address-details .address-selection ul li label > p:nth-child(2),
#billing-and-payment-details-step .address-details .delivery-contents ul li label > p:nth-child(2),
#billing-and-payment-details-step .billing-details .address-selection ul li label > p:nth-child(2),
#billing-and-payment-details-step .billing-details .delivery-contents ul li label > p:nth-child(2) {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: var(--grey-7);
  font-size: 0.875rem;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li label > p:nth-child(2) p,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li label > p:nth-child(2) p,
#shipping-and-delivery-details-step .billing-details .address-selection ul li label > p:nth-child(2) p,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li label > p:nth-child(2) p,
#billing-and-payment-details-step .address-details .address-selection ul li label > p:nth-child(2) p,
#billing-and-payment-details-step .address-details .delivery-contents ul li label > p:nth-child(2) p,
#billing-and-payment-details-step .billing-details .address-selection ul li label > p:nth-child(2) p,
#billing-and-payment-details-step .billing-details .delivery-contents ul li label > p:nth-child(2) p {
  margin: 0;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li input[type=radio]:checked + label > p:first-child,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li input[type=radio]:checked + label > p:first-child,
#shipping-and-delivery-details-step .billing-details .address-selection ul li input[type=radio]:checked + label > p:first-child,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li input[type=radio]:checked + label > p:first-child,
#billing-and-payment-details-step .address-details .address-selection ul li input[type=radio]:checked + label > p:first-child,
#billing-and-payment-details-step .address-details .delivery-contents ul li input[type=radio]:checked + label > p:first-child,
#billing-and-payment-details-step .billing-details .address-selection ul li input[type=radio]:checked + label > p:first-child,
#billing-and-payment-details-step .billing-details .delivery-contents ul li input[type=radio]:checked + label > p:first-child {
  font-weight: bold;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li input[type=radio]:checked + label .both-prices,
#shipping-and-delivery-details-step .address-details .address-selection ul li input[type=radio]:checked + label .price-group,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li input[type=radio]:checked + label .both-prices,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li input[type=radio]:checked + label .price-group,
#shipping-and-delivery-details-step .billing-details .address-selection ul li input[type=radio]:checked + label .both-prices,
#shipping-and-delivery-details-step .billing-details .address-selection ul li input[type=radio]:checked + label .price-group,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li input[type=radio]:checked + label .both-prices,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li input[type=radio]:checked + label .price-group,
#billing-and-payment-details-step .address-details .address-selection ul li input[type=radio]:checked + label .both-prices,
#billing-and-payment-details-step .address-details .address-selection ul li input[type=radio]:checked + label .price-group,
#billing-and-payment-details-step .address-details .delivery-contents ul li input[type=radio]:checked + label .both-prices,
#billing-and-payment-details-step .address-details .delivery-contents ul li input[type=radio]:checked + label .price-group,
#billing-and-payment-details-step .billing-details .address-selection ul li input[type=radio]:checked + label .both-prices,
#billing-and-payment-details-step .billing-details .address-selection ul li input[type=radio]:checked + label .price-group,
#billing-and-payment-details-step .billing-details .delivery-contents ul li input[type=radio]:checked + label .both-prices,
#billing-and-payment-details-step .billing-details .delivery-contents ul li input[type=radio]:checked + label .price-group {
  font-weight: bold;
}
#shipping-and-delivery-details-step .address-details .address-selection ul li:last-of-type,
#shipping-and-delivery-details-step .address-details .delivery-contents ul li:last-of-type,
#shipping-and-delivery-details-step .billing-details .address-selection ul li:last-of-type,
#shipping-and-delivery-details-step .billing-details .delivery-contents ul li:last-of-type,
#billing-and-payment-details-step .address-details .address-selection ul li:last-of-type,
#billing-and-payment-details-step .address-details .delivery-contents ul li:last-of-type,
#billing-and-payment-details-step .billing-details .address-selection ul li:last-of-type,
#billing-and-payment-details-step .billing-details .delivery-contents ul li:last-of-type {
  margin-bottom: 0.5em;
}
#shipping-and-delivery-details-step .address-details .address-selection .delivery-selection-methods .price-group,
#shipping-and-delivery-details-step .address-details .delivery-contents .delivery-selection-methods .price-group,
#shipping-and-delivery-details-step .billing-details .address-selection .delivery-selection-methods .price-group,
#shipping-and-delivery-details-step .billing-details .delivery-contents .delivery-selection-methods .price-group,
#billing-and-payment-details-step .address-details .address-selection .delivery-selection-methods .price-group,
#billing-and-payment-details-step .address-details .delivery-contents .delivery-selection-methods .price-group,
#billing-and-payment-details-step .billing-details .address-selection .delivery-selection-methods .price-group,
#billing-and-payment-details-step .billing-details .delivery-contents .delivery-selection-methods .price-group {
  margin-left: 0.5em;
  color: var(--grey-10);
}
#shipping-and-delivery-details-step .address-details .address-selection .delivery-selection-methods .price-group.price-is-free,
#shipping-and-delivery-details-step .address-details .delivery-contents .delivery-selection-methods .price-group.price-is-free,
#shipping-and-delivery-details-step .billing-details .address-selection .delivery-selection-methods .price-group.price-is-free,
#shipping-and-delivery-details-step .billing-details .delivery-contents .delivery-selection-methods .price-group.price-is-free,
#billing-and-payment-details-step .address-details .address-selection .delivery-selection-methods .price-group.price-is-free,
#billing-and-payment-details-step .address-details .delivery-contents .delivery-selection-methods .price-group.price-is-free,
#billing-and-payment-details-step .billing-details .address-selection .delivery-selection-methods .price-group.price-is-free,
#billing-and-payment-details-step .billing-details .delivery-contents .delivery-selection-methods .price-group.price-is-free {
  text-transform: uppercase;
}
#shipping-and-delivery-details-step .address-details .address-selection,
#shipping-and-delivery-details-step .billing-details .address-selection,
#billing-and-payment-details-step .address-details .address-selection,
#billing-and-payment-details-step .billing-details .address-selection {
  display: grid;
  grid-template-areas: "title button" "content content";
  align-items: center;
}
#shipping-and-delivery-details-step .address-details .address-selection h3,
#shipping-and-delivery-details-step .billing-details .address-selection h3,
#billing-and-payment-details-step .address-details .address-selection h3,
#billing-and-payment-details-step .billing-details .address-selection h3 {
  grid-area: title;
  white-space: nowrap;
}
#shipping-and-delivery-details-step .address-details .address-selection button.icon-button,
#shipping-and-delivery-details-step .billing-details .address-selection button.icon-button,
#billing-and-payment-details-step .address-details .address-selection button.icon-button,
#billing-and-payment-details-step .billing-details .address-selection button.icon-button {
  grid-area: button;
  justify-self: right;
}
#shipping-and-delivery-details-step .address-details .address-selection button.icon-button svg,
#shipping-and-delivery-details-step .billing-details .address-selection button.icon-button svg,
#billing-and-payment-details-step .address-details .address-selection button.icon-button svg,
#billing-and-payment-details-step .billing-details .address-selection button.icon-button svg {
  width: 100%;
}
#shipping-and-delivery-details-step .address-details .address-selection ul.address-selection-addresses,
#shipping-and-delivery-details-step .billing-details .address-selection ul.address-selection-addresses,
#billing-and-payment-details-step .address-details .address-selection ul.address-selection-addresses,
#billing-and-payment-details-step .billing-details .address-selection ul.address-selection-addresses {
  grid-area: content;
}
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form,
#billing-and-payment-details-step .address-details .address-selection .address-input-form,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form {
  grid-area: content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  #shipping-and-delivery-details-step .address-details .address-selection .address-input-form,
  #shipping-and-delivery-details-step .billing-details .address-selection .address-input-form,
  #billing-and-payment-details-step .address-details .address-selection .address-input-form,
  #billing-and-payment-details-step .billing-details .address-selection .address-input-form {
    display: block;
  }
}
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form h3,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form h3,
#billing-and-payment-details-step .address-details .address-selection .address-input-form h3,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form h3 {
  display: none;
}
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .addressRecipientName,
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .addressRecipientCompany,
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .addressLine1,
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .addressLine2,
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .addressCourierInstructions,
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .optional-title-input,
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .is-business,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .addressRecipientName,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .addressRecipientCompany,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .addressLine1,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .addressLine2,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .addressCourierInstructions,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .optional-title-input,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .is-business,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .addressRecipientName,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .addressRecipientCompany,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .addressLine1,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .addressLine2,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .addressCourierInstructions,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .optional-title-input,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .is-business,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .addressRecipientName,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .addressRecipientCompany,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .addressLine1,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .addressLine2,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .addressCourierInstructions,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .optional-title-input,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .is-business {
  grid-column: 1/3;
}
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .addressCourierInstructions,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .addressCourierInstructions,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .addressCourierInstructions,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .addressCourierInstructions {
  max-height: 100px;
}
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .addressCourierInstructions textarea,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .addressCourierInstructions textarea,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .addressCourierInstructions textarea,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .addressCourierInstructions textarea {
  padding: 5px;
}
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input {
  margin-top: 20px;
}
#shipping-and-delivery-details-step .address-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input .save-to-account-explanation,
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input .save-to-account-explanation,
#billing-and-payment-details-step .address-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input .save-to-account-explanation,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form .optional-title-input .save-to-account-explanation-and-input .save-to-account-explanation {
  font-size: 0.875rem;
  margin: 1em 0 0.5em;
}
#shipping-and-delivery-details-step .billing-details .address-selection .address-input-form,
#billing-and-payment-details-step .billing-details .address-selection .address-input-form {
  margin-bottom: 0;
}
#shipping-and-delivery-details-step .billing-details #checkout-new-addressCourierInstructions,
#shipping-and-delivery-details-step .billing-details #checkout-new-phoneForDelivery,
#billing-and-payment-details-step .billing-details #checkout-new-addressCourierInstructions,
#billing-and-payment-details-step .billing-details #checkout-new-phoneForDelivery {
  display: none;
}
#shipping-and-delivery-details-step .billing-details #checkout-tax-number-input,
#billing-and-payment-details-step .billing-details #checkout-tax-number-input {
  margin-top: 20px;
}
#shipping-and-delivery-details-step .billing-details .warning-for-placed-order-payment-failed,
#billing-and-payment-details-step .billing-details .warning-for-placed-order-payment-failed {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--grey-10);
  color: white;
  padding: 20px;
  line-height: 1.4;
  margin: 0;
  margin-top: 0.5em;
  border-radius: 3px;
}
#shipping-and-delivery-details-step .billing-details .warning-for-placed-order-payment-failed svg,
#billing-and-payment-details-step .billing-details .warning-for-placed-order-payment-failed svg {
  height: 40px;
  width: 40px;
}
#shipping-and-delivery-details-step .billing-details .warning-for-placed-order-payment-failed > span,
#billing-and-payment-details-step .billing-details .warning-for-placed-order-payment-failed > span {
  margin: 10px;
}
#shipping-and-delivery-details-step .billing-details .warning-for-placed-order-payment-failed > span a,
#billing-and-payment-details-step .billing-details .warning-for-placed-order-payment-failed > span a {
  color: white;
  text-decoration: underline;
}
#shipping-and-delivery-details-step .address--errors,
#billing-and-payment-details-step .address--errors {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0;
}

#payment-details-container {
  display: flex;
  flex-direction: column;
}
#payment-details-container .payment-selection-explanation {
  margin: 0;
}
#payment-details-container .unselect-payment-method {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  align-self: flex-end;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.78rem;
}
#payment-details-container .payment-selection-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--grey-2);
  margin: 20px 0;
}
#payment-details-container .payment-selection-methods .payment-selector-item {
  display: grid;
  grid-template-areas: "name image" "description image" "surcharge image";
  grid-template-columns: auto auto;
  align-items: center;
  border-bottom: 1px solid var(--grey-2);
  padding: 20px;
  cursor: pointer;
}
#payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-payment-name {
  grid-area: name;
  margin: 0;
  width: max-content;
}
#payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-surcharge {
  grid-area: surcharge;
  margin-bottom: 0.5em;
  color: var(--grey-7);
  font-size: 0.875rem;
  justify-self: flex-start;
}
#payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-surcharge .payment-selection-surcharge-label {
  margin-right: 5px;
}
#payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-surcharge::before {
  content: "(";
}
#payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-surcharge::after {
  content: ")";
}
#payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-payment-compact {
  grid-area: description;
  font-size: 0.875rem;
  color: var(--grey-7);
  margin-right: 10px;
}
@media only screen and (max-width: 400px) {
  #payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-payment-compact {
    margin-right: 0;
  }
}
#payment-details-container .payment-selection-methods .payment-selector-item .payment-selection-payment-compact p {
  margin: 0.5em 0;
}
#payment-details-container .payment-selection-methods .payment-selector-item img {
  grid-area: image;
  justify-self: flex-end;
  max-height: 50px;
  max-width: 160px;
}
@media only screen and (max-width: 400px) {
  #payment-details-container .payment-selection-methods .payment-selector-item img {
    display: none;
  }
}
#payment-details-container .payment-selection-methods .payment-selector-item:last-child {
  border-bottom: unset;
}
#payment-details-container .payment-selection-methods .payment-selector-item:hover {
  border: 3px solid var(--primary-color);
  padding: 17px;
}
#payment-details-container .payment-selection-methods .payment-selector-item.selected:hover {
  cursor: unset;
  border: unset;
  padding: 20px;
}
#payment-details-container .payment-method-instructions {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
#payment-details-container .stripe-card-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}
#payment-details-container .stripe-card-container .stripe-card-element {
  margin: 10px 0;
}
#payment-details-container .stripe-card-container .stripe-card-input-message {
  font-size: 0.875rem;
  color: var(--grey-7);
  height: 1em;
}
#payment-details-container .stripe-card-container .stripe-notification {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
#payment-details-container .stripe-card-container .stripe-notification .stripe-failure-message {
  color: #df1b41;
  font-weight: bold;
  font-family: monospace;
  word-break: break-all;
}
#payment-details-container .stripe-card-container .stripe-notification p.stripe-failure-whatnext {
  margin: 0 0 10px 0;
}
#payment-details-container .retry-stripe-payment,
#payment-details-container .stripe-payment,
#payment-details-container .go-to-order-confirmation,
#payment-details-container form#paytriot-hidden-form-id > button,
#payment-details-container > a.button,
#payment-details-container .pakk-pay-now-button {
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  min-width: 150px;
  margin-bottom: 15px;
}
#payment-details-container a.go-to-order-confirmation:hover {
  color: white;
}
#payment-details-container a.go-to-order-confirmation {
  border-radius: 4px;
}
#payment-details-container form#paytriot-hidden-form-id {
  display: flex;
  flex-direction: column;
}

.recalc-payment-server-error-messages,
.invoice-payment-server-error-messages {
  display: flex;
  flex-direction: column;
}
.recalc-payment-server-error-messages ul,
.invoice-payment-server-error-messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recalc-payment-server-error-messages ul li,
.invoice-payment-server-error-messages ul li {
  margin: 0.5em 0;
}
.recalc-payment-server-error-messages ul li svg,
.invoice-payment-server-error-messages ul li svg {
  display: none;
}
.recalc-payment-server-error-messages ul .alert,
.invoice-payment-server-error-messages ul .alert {
  padding: 10px 15px;
}
.recalc-payment-server-error-messages ul .alert .alert-text,
.invoice-payment-server-error-messages ul .alert .alert-text {
  word-break: break-all;
}
.recalc-payment-server-error-messages button,
.invoice-payment-server-error-messages button {
  align-self: center;
}

#confirm-and-pay-details-step .checkout-stage-contents {
  padding: 0;
}
#confirm-and-pay-details-step ul#cart-items {
  margin: 0;
  padding: 0;
  height: min-content;
  max-height: 50vh;
  overflow-y: auto;
  margin: 10px 30px;
}
@media only screen and (min-width: 801px) {
  #confirm-and-pay-details-step ul#cart-items {
    margin: 10px 55px;
  }
}
#confirm-and-pay-details-step ul#cart-items li.cart-item {
  margin: 15px 0;
}
#confirm-and-pay-details-step ul#cart-items li.cart-item .tags-bar-container {
  top: 5px;
}
#confirm-and-pay-details-step ul#cart-items li.cart-item .cart-item-details {
  margin-right: 0;
  margin-left: 15px;
}
@media only screen and (max-width: 450px) {
  #confirm-and-pay-details-step ul#cart-items li.cart-item .cart-item-details {
    margin-left: 0;
  }
}
#confirm-and-pay-details-step ul#cart-items li.cart-item .cart-item-details .cart-item-price,
#confirm-and-pay-details-step ul#cart-items li.cart-item .cart-item-details .cart-item-message.warning {
  display: none;
}
#confirm-and-pay-details-step ul#cart-items li.cart-item .cart-item-details .cart-item-sku,
#confirm-and-pay-details-step ul#cart-items li.cart-item .cart-item-details .cart-item-variants {
  font-size: 0.78rem;
}
#confirm-and-pay-details-step ul#cart-items li.cart-item .cart-item-details .cart-item-name {
  font-size: 0.875rem;
}
#confirm-and-pay-details-step #checkout-subtotals {
  margin: 0 30px;
}
@media only screen and (min-width: 801px) {
  #confirm-and-pay-details-step #checkout-subtotals {
    margin: 0 55px;
  }
}
#confirm-and-pay-details-step #checkout-subtotals > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.5em 0;
}
#confirm-and-pay-details-step #checkout-subtotals > div > label {
  margin-right: 10px;
}
#confirm-and-pay-details-step #checkout-subtotals > div.loyalty-min-order-value-not-met {
  display: none;
}
#confirm-and-pay-details-step #checkout-subtotals .discount-lines,
#confirm-and-pay-details-step #checkout-subtotals .shipping-per-item-surcharges-total {
  display: none;
}
#confirm-and-pay-details-step .final-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--grey-2);
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 801px) {
  #confirm-and-pay-details-step .final-total {
    padding: 10px 55px;
  }
}
#confirm-and-pay-details-step .final-total > label {
  margin-right: 10px;
}
#confirm-and-pay-details-step .promo-code-input-container {
  margin: 30px;
}
@media only screen and (min-width: 801px) {
  #confirm-and-pay-details-step .promo-code-input-container {
    margin: 30px 55px;
  }
}
#confirm-and-pay-details-step .loyalty-earned {
  padding: 0 30px;
  display: none;
}
@media only screen and (min-width: 801px) {
  #confirm-and-pay-details-step .loyalty-earned {
    padding: 0 55px;
  }
}

.main-content-area.checkout .checkout-stages-container .custom-checkout-questions {
  margin: 30px 30px 0;
}
@media only screen and (min-width: 801px) {
  .main-content-area.checkout .checkout-stages-container .custom-checkout-questions {
    margin: 30px 55px 0;
  }
}
.main-content-area.checkout .checkout-stages-container .custom-checkout-questions > div p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.main-content-area.checkout .checkout-stages-container .custom-checkout-questions .input-group.label-as-question {
  margin-top: 1em;
  margin-bottom: 1em;
}
.main-content-area.checkout .checkout-stages-container .custom-checkout-questions .input-group.label-as-question input[type=number] {
  max-width: 10em;
}
.main-content-area.checkout .checkout-stages-container .custom-checkout-questions .input-group.label-as-question .selector-container {
  width: max-content;
  min-width: 10em;
}
.main-content-area.checkout .checkout-stages-container .custom-checkout-questions .input-group.label-as-question label {
  color: unset;
}

.custom-checkout-questions + #checkout-form {
  margin-top: 15px;
}

#checkout-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px;
}
@media only screen and (min-width: 801px) {
  #checkout-form {
    margin: 30px 55px;
  }
}
#checkout-form .customer-notes-explanation {
  display: none;
}
#checkout-form #checkout-customer-notes {
  margin-bottom: 20px;
  margin-top: 0;
}
#checkout-form #checkout-customer-notes textarea {
  padding: 8px;
  font-size: 0.875rem;
  min-height: 60px;
}
#checkout-form #checkout-customer-notes label {
  color: unset;
}
#checkout-form .checkout-customer-po-ref {
  display: none;
}
#checkout-form .place-order-button,
#checkout-form button {
  font-size: 1.2rem;
  margin: 20px 0;
  min-width: 240px;
  align-self: center;
}
#checkout-form .processing-your-order-message {
  padding: 1em 0;
  text-align: center;
  border-radius: 3px;
  background-color: var(--grey-10);
  color: white;
}
#checkout-form .place-order-errors {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0.5em;
}
#checkout-form .place-order-errors li {
  margin: 0.5em 0;
}
#checkout-form .place-order-errors .alert {
  padding: 10px 15px;
}
#checkout-form .place-order-errors svg {
  display: none;
}
#checkout-form > .input-group + .alert.out-of-stock-warning.error {
  margin-top: 20px;
}
#checkout-form .alert.out-of-stock-warning.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--grey-10);
  color: white;
  padding: 15px;
}
#checkout-form .alert.out-of-stock-warning.error svg {
  display: none;
}

.terms-and-conditions.input-group-checkbox label,
.privacy-policy.input-group-checkbox label,
.subscribe.input-group-checkbox label {
  font-size: 0.875rem;
}
.terms-and-conditions.input-group-checkbox a svg,
.privacy-policy.input-group-checkbox a svg,
.subscribe.input-group-checkbox a svg {
  height: 18px;
  width: 18px;
}
.terms-and-conditions.input-group-checkbox input,
.privacy-policy.input-group-checkbox input,
.subscribe.input-group-checkbox input {
  flex-shrink: 0;
}

.accept-terms-and-conditions,
.accept-privacy-policy {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.accept-terms-and-conditions span,
.accept-privacy-policy span {
  font-size: 0.875rem;
}
.accept-terms-and-conditions span a,
.accept-privacy-policy span a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.accept-terms-and-conditions span a svg,
.accept-privacy-policy span a svg {
  height: 18px;
  width: 18px;
  margin-left: 5px;
}

.paypal-card-container {
  margin: 20px 0;
}
.paypal-card-container .working-spinner {
  margin-bottom: 10px;
}
.paypal-card-container .paypal-pakk-instructions {
  text-align: center;
  font-size: 0.78rem;
}
.paypal-card-container .paypal-payment-error {
  text-align: center;
  margin-bottom: 1em;
}

.main-content-area.delivery-info.page p.information-paragraph {
  margin: 0;
}
.main-content-area.delivery-info.page p.information-paragraph h3.information-paragraph-title {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 800px) {
  .main-content-area.delivery-info.page .page-content .embedded-delivery-faq-page .page-content {
    padding: 0;
  }
}

.delivery-table-container {
  max-width: 90vw;
  overflow-x: auto;
  overflow-y: hidden;
}
.delivery-table-container .delivery-table .tb-service-name {
  text-transform: capitalize;
}
.delivery-table-container .delivery-table caption.shipping-table-notes {
  caption-side: bottom;
  text-align: left;
  margin: 1em 0;
  font-size: 14px;
}
.delivery-table-container .delivery-table .free-over {
  margin-top: 0.5em;
  margin-bottom: unset;
}

@media only screen and (max-width: 400px) {
  .delivery-table-container {
    max-width: 85vw;
  }
}
ul.dispatch-countries,
ul.postcode-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.dispatch-countries .dispatch-countries-item:not(:last-child)::after,
ul.dispatch-countries .postcode-list-item:not(:last-child)::after,
ul.postcode-list .dispatch-countries-item:not(:last-child)::after,
ul.postcode-list .postcode-list-item:not(:last-child)::after {
  content: ",";
  margin-right: 5px;
}

.main-content-area.home {
  display: grid;
  grid-template-areas: "blocks" "productstitle" "products" "contenttitle" "posts";
  grid-template-rows: repeat(6, min-content);
  padding-bottom: unset;
}
.main-content-area.home .blocks-container {
  grid-area: blocks;
}
.main-content-area.home .featured-title {
  text-align: center;
}
.main-content-area.home .featured-products-title {
  grid-area: productstitle;
}
.main-content-area.home .featured-products-container {
  grid-area: products;
  justify-content: center;
  justify-self: center;
  box-sizing: border-box;
  width: 98%;
}
@media only screen and (max-width: 800px) {
  .main-content-area.home .featured-products-container {
    width: 90%;
  }
}
.main-content-area.home .featured-posts-title {
  grid-area: contenttitle;
}
.main-content-area.home .featured-posts-container {
  grid-area: posts;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 0 20px 20px 20px;
}
.main-content-area.home .post-summary .post-title {
  grid-area: title;
}
.main-content-area.home .post-summary img {
  grid-area: image;
  margin-top: 5px;
}
.main-content-area.home .post-summary .post-tags {
  grid-area: tags;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.main-content-area.home .post-summary .post-teaser {
  grid-area: teaser;
}

.related-posts .related-posts-title {
  text-align: center;
}
.related-posts ul.related-posts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.related-posts ul.related-posts-list li {
  display: flex;
  justify-content: center;
}
.related-posts ul.related-posts-list a.post-summary {
  box-sizing: border-box;
  height: 100%;
  max-width: 500px;
}

@media only screen and (max-width: 800px) {
  .main-content-area.home .featured-products-title {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.main-content-area.search {
  display: grid;
  grid-template-areas: "title title" "filters clearfilters" "filters products";
  grid-template-columns: min-content auto;
  grid-template-rows: min-content min-content 100%;
}
.main-content-area.search .filters-bar {
  grid-area: filters;
}
.main-content-area.search .main-content-title {
  grid-area: title;
  margin: 40px;
  align-self: center;
  text-align: center;
}
.main-content-area.search .search-term-container {
  display: none;
}
.main-content-area.search .search-results-products {
  grid-area: products;
}
@media only screen and (min-width: 801px) {
  .main-content-area.search > .clear-filters-item {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .main-content-area.search .search-results-products .product-cell {
    padding: 10px;
    margin-bottom: 10px;
  }
  .main-content-area.search .search-results-products .product-image-container {
    padding: 0;
  }
  .main-content-area.search .main-content-title {
    margin: 20px 10px;
  }
}
.main-content-area.on-sale,
.main-content-area.new {
  display: grid;
  grid-template-areas: "title title" "filters clearfilters" "filters products";
  grid-template-columns: min-content auto;
  grid-template-rows: min-content min-content 100%;
}
.main-content-area.on-sale .main-content-title,
.main-content-area.new .main-content-title {
  grid-area: title;
  text-align: center;
  margin: 20px 20px 10px;
  font-weight: normal;
}
.main-content-area.on-sale .filters-bar,
.main-content-area.new .filters-bar {
  grid-area: filters;
}
.main-content-area.on-sale .on-sale-products,
.main-content-area.on-sale .new-products,
.main-content-area.new .on-sale-products,
.main-content-area.new .new-products {
  grid-area: products;
}
@media only screen and (min-width: 801px) {
  .main-content-area.on-sale > .clear-filters-item,
  .main-content-area.new > .clear-filters-item {
    display: none;
  }
}

.main-content-area.account.anonymous {
  min-height: 50vh;
}

.main-content-area.account.anonymous .main-content-title {
  display: none;
}

.main-content-area.account {
  padding: 20px;
  align-items: center;
}
.main-content-area.account #login-container,
.main-content-area.account .customer-guest-info {
  padding: 20px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 15px;
}
@media only screen and (min-width: 801px) {
  .main-content-area.account #login-container,
  .main-content-area.account .customer-guest-info {
    width: 60vw;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.account #login-container,
  .main-content-area.account .customer-guest-info {
    margin-top: unset;
  }
}
.main-content-area.account #login-container .login-form,
.main-content-area.account .customer-guest-info .login-form {
  margin-bottom: 5px;
}
.main-content-area.account #login-container .login-form .input-group-text input[type=text],
.main-content-area.account .customer-guest-info .login-form .input-group-text input[type=text] {
  padding: 0 0 0 10px;
  height: 32px;
  border-radius: 3px;
}
.main-content-area.account #login-container .login-form .input-group-text.unblurred input[type=text],
.main-content-area.account .customer-guest-info .login-form .input-group-text.unblurred input[type=text] {
  border: 1px solid var(--grey-6);
}
.main-content-area.account #login-container .login-form h1,
.main-content-area.account .customer-guest-info .login-form h1 {
  text-align: center;
  margin: 20px 0;
}
.main-content-area.account #login-container .login-form p.login-prompt,
.main-content-area.account .customer-guest-info .login-form p.login-prompt {
  margin: 15px 0 20px;
  text-align: center;
  line-height: 1.4;
}
.main-content-area.account #login-container .login-form p.login-prompt.warning,
.main-content-area.account .customer-guest-info .login-form p.login-prompt.warning {
  color: #bf616a;
}
.main-content-area.account #login-container .login-form .login-returning-form,
.main-content-area.account #login-container .login-form .login-non-returning-form,
.main-content-area.account .customer-guest-info .login-form .login-returning-form,
.main-content-area.account .customer-guest-info .login-form .login-non-returning-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content-area.account #login-container .login-form .login-returning-form .access-code-prompt,
.main-content-area.account #login-container .login-form .login-non-returning-form .access-code-prompt,
.main-content-area.account .customer-guest-info .login-form .login-returning-form .access-code-prompt,
.main-content-area.account .customer-guest-info .login-form .login-non-returning-form .access-code-prompt {
  margin: 15px 0 20px;
  text-align: center;
  line-height: 1.4;
}
.main-content-area.account #login-container .login-form .login-returning-form .continue-as-guest-explanation,
.main-content-area.account #login-container .login-form .login-returning-form .email-unrecognised-custom-message,
.main-content-area.account #login-container .login-form .login-non-returning-form .continue-as-guest-explanation,
.main-content-area.account #login-container .login-form .login-non-returning-form .email-unrecognised-custom-message,
.main-content-area.account .customer-guest-info .login-form .login-returning-form .continue-as-guest-explanation,
.main-content-area.account .customer-guest-info .login-form .login-returning-form .email-unrecognised-custom-message,
.main-content-area.account .customer-guest-info .login-form .login-non-returning-form .continue-as-guest-explanation,
.main-content-area.account .customer-guest-info .login-form .login-non-returning-form .email-unrecognised-custom-message {
  text-align: center;
}
.main-content-area.account #login-container .login-form .login-returning-form .explained-button,
.main-content-area.account #login-container .login-form .login-non-returning-form .explained-button,
.main-content-area.account .customer-guest-info .login-form .login-returning-form .explained-button,
.main-content-area.account .customer-guest-info .login-form .login-non-returning-form .explained-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content-area.account #login-container .login-form .login-returning-form .explained-button p,
.main-content-area.account #login-container .login-form .login-non-returning-form .explained-button p,
.main-content-area.account .customer-guest-info .login-form .login-returning-form .explained-button p,
.main-content-area.account .customer-guest-info .login-form .login-non-returning-form .explained-button p {
  font-size: 0.875rem;
  color: var(--grey-7);
  margin: 20px 0;
}
.main-content-area.account #login-container .login-form .login-form-form .login-email-input,
.main-content-area.account .customer-guest-info .login-form .login-form-form .login-email-input {
  margin-bottom: 10px;
}
.main-content-area.account #login-container .login-form .accept-privacy-policy,
.main-content-area.account #login-container .login-form .subscribe.input-group-checkbox,
.main-content-area.account .customer-guest-info .login-form .accept-privacy-policy,
.main-content-area.account .customer-guest-info .login-form .subscribe.input-group-checkbox {
  margin: 10px 0;
}
.main-content-area.account #login-container .login-form .subscribe.input-group-checkbox label,
.main-content-area.account .customer-guest-info .login-form .subscribe.input-group-checkbox label {
  font-size: 0.875rem;
}

.main-content-area.account.logged-in {
  background-color: white;
  display: unset;
  padding: 0;
}
.main-content-area.account.logged-in .main-content-title {
  background-color: white;
  padding: 20px 50px 0;
  text-align: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in {
  display: grid;
  grid-template-areas: "logged" "tabs" "warning" "content";
  grid-template-rows: min-content;
  align-items: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info {
  grid-area: logged;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 10px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info #customer-email,
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info #customer-name {
  margin: 0.5em 20px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info #customer-email label:after,
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info #customer-name label:after {
  content: ":";
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info #customer-email label,
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info #customer-name label {
  margin-right: 0.5em;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .logged-in-as-info #customer-logout {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  color: var(--grey-7);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles {
  grid-area: tabs;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid var(--primary-color);
  max-width: 100vw;
  overflow-x: auto;
}
@media only screen and (min-width: 801px) {
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles {
    justify-content: center;
  }
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles li.account-page-section-tab {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles li.account-page-section-tab button {
  height: 20px;
  width: 20px;
  margin-left: 2px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles li.account-page-section-tab button svg {
  width: 100%;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles li:not(.active):hover {
  cursor: pointer;
  color: var(--primary-color-9);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles li.active {
  background-color: var(--primary-color-2);
  border-radius: 10px 10px 0 0;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-level-error {
  grid-area: warning;
  justify-content: center;
  background-color: #bf616a;
  color: white;
  padding: 10px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section {
  padding: 30px 50px;
  grid-area: content;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details {
  padding: 30px 50px;
  width: 950px;
  justify-self: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-page-section-title {
  display: none;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section {
  margin-bottom: 30px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section h4 {
  margin: 10px 15px 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section h4 .account-details-my-details-editing-controls,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section h4 .account-details-saved-cards-list-actions {
  display: flex;
  flex-direction: row;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section h4 .account-details-my-details-editing-controls .cancel-editing-account-details,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section h4 .account-details-saved-cards-list-actions .cancel-editing-account-details {
  margin-left: 10px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section h4 button.icon-button {
  height: unset;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .account-my-details-sub-section-explanation {
  color: var(--grey-7);
  margin: 0 0 15px 0;
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal-container {
  top: 30vh;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal-container .modal-explanation {
  padding: 5px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-email-stage {
  display: grid;
  grid-template-columns: auto min-content min-content;
  grid-template-rows: min-content min-content;
  align-items: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-email-stage .accountDetailsEmailInput {
  width: 200px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-email-stage .save-editing-email {
  margin-left: 5px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-email-stage .cancel-editing-email {
  grid-column: 3/4;
  margin-left: 5px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-email-stage ul.change-email-errors {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #bf616a;
  grid-column: 1/4;
  grid-row: 2/3;
  font-size: 0.875rem;
  margin-top: 20px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-email-stage .restart-editing-email {
  grid-column: 2/3;
  grid-row: 1/2;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-code-stage {
  display: grid;
  grid-template-rows: repeat(5, min-content);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-code-stage .code-explanation {
  grid-column: 1/3;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-code-stage .cancel-editing-email {
  grid-column: 1/2;
  justify-self: center;
  background-color: transparent;
  color: var(--primary-color);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-code-stage .send-code-button {
  grid-column: 2/3;
  justify-self: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-code-stage .accountDetailsCodeChange {
  grid-column: 1/3;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-self: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-code-stage .change-email-code-errors {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 1/3;
  color: #bf616a;
  justify-self: center;
  margin-top: 25px;
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section .email-value-container .modal .change-email-editing-code-stage .restart-editing-email {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  grid-column: 1/3;
  justify-self: center;
  text-decoration: underline;
  padding: 20px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container li,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container li,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container li {
  padding: 5px 0;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .non-editable-group label,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .non-editable-group label,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .non-editable-group label {
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--grey-7);
  margin-right: 10px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .customer-kind-container p.customer-kind-question,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .customer-kind-container p.customer-kind-question,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .customer-kind-container p.customer-kind-question {
  margin: 0.5em 0;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .customer-kind-container ul,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .customer-kind-container ul,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .customer-kind-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .customer-kind-container ul li,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .customer-kind-container ul li,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .customer-kind-container ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .customer-kind-container ul li input,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .customer-kind-container ul li input,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .customer-kind-container ul li input {
  margin: 0.5em;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .customer-kind-container ul li:first-of-type,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .customer-kind-container ul li:first-of-type,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .customer-kind-container ul li:first-of-type {
  margin-right: 1em;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .customer-kind-container ul li.disabled input,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-my-details-fields-container .customer-kind-container ul li.disabled label,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .customer-kind-container ul li.disabled input,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.notification-settings-fields-container .customer-kind-container ul li.disabled label,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .customer-kind-container ul li.disabled input,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-loyalty-fields-container .customer-kind-container ul li.disabled label {
  cursor: not-allowed;
  opacity: 0.4;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  /* Card Styles */
  /* Card Details */
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .account-details-saved-cards-list-item {
  width: 100%;
  max-width: 300px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .stored-card {
  box-sizing: border-box;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .is-active-card {
  border-left: 5px solid var(--primary-color);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .is-disabled-card .card-name,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .is-disabled-card .card-brand,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .is-disabled-card .card-pan,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .is-disabled-card .card-expires {
  opacity: 0.5;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .card-name {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .card-brand {
  margin-bottom: 10px;
  color: var(--grey-7);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .card-pan {
  letter-spacing: 0.3em;
  margin-bottom: 5px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .card-expires {
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .card-controls {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details .account-my-details-sub-section ul.account-details-saved-cards-list .card-controls button {
  color: var(--primary-color);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details ul.account-details-my-details-editing-save-errors,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details ul.notification-settings-save-errors,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details ul.save-cards-errors {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details ul.account-details-my-details-editing-save-errors li,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details ul.notification-settings-save-errors li,
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details ul.save-cards-errors li {
  padding: 0.5em 1em;
  background-color: #bf616a;
  color: white;
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .my-address-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .my-address-list li {
  margin: 10px 0;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .my-address-list li .summary-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box {
  display: grid;
  grid-template-areas: "default-controls address editing-controls";
  grid-template-columns: min-content auto min-content;
  grid-template-rows: max-content;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls {
  display: flex;
  flex-direction: column;
  grid-area: default-controls;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button,
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls .button {
  background-color: transparent;
  color: var(--primary-color);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button:not(:disabled):not(.icon-button):hover {
  color: white;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button.icon-button:not(:disabled):hover {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.78rem;
  border-radius: unset;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button svg {
  margin-bottom: 5px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button.is-current-default {
  background-color: var(--primary-color);
  color: white;
  cursor: unset;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .editing-controls {
  display: flex;
  flex-direction: column;
  grid-area: editing-controls;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .editing-controls button {
  height: 50%;
  width: 50px;
  border-radius: unset;
  border: 1px solid var(--grey-2);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button:first-child,
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .editing-controls button:first-child {
  border-bottom: hidden;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address {
  grid-area: address;
  padding: 20px 30px;
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address p {
  margin: 0.2em 0;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address p.label {
  grid-area: label;
  color: var(--grey-7);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address .country {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address .country img.country-flag {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address-input-form {
  grid-area: address;
  margin-right: 20px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address-input-form h3 {
  font-size: 1rem;
  color: var(--grey-7);
  margin: 0.5em 0;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .editing.address-edit-box .address-form-container {
  grid-area: address;
  padding: 20px 30px;
  border-top: 1px solid var(--grey-2);
  border-bottom: 1px solid var(--grey-2);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .editing.address-edit-box .address-form-container button.save-address {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-payment-methods {
  border: 1px solid var(--grey-2);
  padding: 30px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-payment-methods button {
  margin-left: auto;
  display: none;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-payment-methods ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-payment-methods ul .my-payment-methods-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  display: none;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-payment-methods ul .my-payment-methods-card button.icon-button {
  margin-left: unset;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .my-payment-methods ul .my-payment-methods-card .card-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty {
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  margin-top: 20px;
  border-radius: 15px;
  width: max-content;
  color: white;
  background-image: linear-gradient(to bottom right, var(--primary-color), green);
  box-sizing: border-box;
  min-width: 300px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty h4 span {
  display: flex;
  justify-content: center;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty h4 span svg {
  margin-right: 10px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty ul li:first-of-type div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 15px 0;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty ul li:first-of-type div > label {
  text-transform: capitalize;
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty ul li:first-of-type div > span {
  margin-bottom: 5px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty ul li:first-of-type div > span .loyalty-amount {
  font-weight: bold;
  font-size: 35px;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty ul li:nth-of-type(2) div {
  font-size: 0.875rem;
}
.main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-loyalty .my-loyalty section.account-details-loyalty ul li:nth-of-type(2) div span {
  margin-left: 5px;
}

.my-addresses .address-input-form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
}
.my-addresses .address-input-form h3 {
  font-size: 0.875rem;
  color: var(--grey-7);
  margin: 0;
  grid-column: 1/3;
}
.my-addresses .address-input-form #account-new-is-business,
.my-addresses .address-input-form #account-edit-is-business {
  grid-column: 1/3;
  margin-top: 10px;
}
.my-addresses .address-input-form #account-new-addressLabel,
.my-addresses .address-input-form #account-edit-addressLabel {
  grid-column: 2/3;
  grid-row: 8/9;
  align-self: start;
}
.my-addresses .address-input-form #account-new-addressRecipientName,
.my-addresses .address-input-form #account-edit-addressRecipientName {
  grid-column: 1/2;
}
.my-addresses .address-input-form #account-new-addressRecipientCompany,
.my-addresses .address-input-form #account-edit-addressRecipientCompany {
  grid-column: 2/3;
}
.my-addresses .address-input-form #account-new-addressLine1,
.my-addresses .address-input-form #account-edit-addressLine1 {
  grid-column: 1/2;
}
.my-addresses .address-input-form #account-new-addressLine2,
.my-addresses .address-input-form #account-edit-addressLine2 {
  grid-column: 2/3;
}
.my-addresses .address-input-form #account-new-addressCity,
.my-addresses .address-input-form #account-edit-addressCity {
  grid-column: 1/2;
}
.my-addresses .address-input-form #account-new-addressCounty,
.my-addresses .address-input-form #account-edit-addressCounty {
  grid-column: 2/3;
}
.my-addresses .address-input-form #account-new-addressPostcode,
.my-addresses .address-input-form #account-edit-addressPostcode {
  grid-column: 1/2;
}
.my-addresses .address-input-form #account-new-addressCountry,
.my-addresses .address-input-form #account-edit-addressCountry {
  grid-column: 2/3;
  grid-row: 6/7;
  align-self: flex-end;
}
.my-addresses .address-input-form #account-new-addressCountry label,
.my-addresses .address-input-form #account-edit-addressCountry label {
  display: none;
}
.my-addresses .address-input-form #account-new-addressCourierInstructions,
.my-addresses .address-input-form #account-edit-addressCourierInstructions {
  grid-column: 1/3;
  grid-row: 7/8;
  max-height: 100px;
  align-self: flex-end;
}
.my-addresses .address-input-form #account-new-addressCourierInstructions textarea,
.my-addresses .address-input-form #account-edit-addressCourierInstructions textarea {
  padding: 5px;
}
.my-addresses .address-input-form #account-new-phoneForDelivery,
.my-addresses .address-input-form #account-edit-phoneForDelivery {
  grid-column: 1/2;
  grid-row: 8/9;
  align-self: start;
}

.account-page-section.my-orders .account-page-section-title,
.account-page-section.my-credits .account-page-section-title,
.account-page-section.my-products-purchased .account-page-section-title {
  margin: 10px 0 30px;
}
.account-page-section.my-orders table.my-orders,
.account-page-section.my-orders table.my-credits,
.account-page-section.my-credits table.my-orders,
.account-page-section.my-credits table.my-credits,
.account-page-section.my-products-purchased table.my-orders,
.account-page-section.my-products-purchased table.my-credits {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--grey-1);
}
.account-page-section.my-orders table.my-orders p,
.account-page-section.my-orders table.my-credits p,
.account-page-section.my-credits table.my-orders p,
.account-page-section.my-credits table.my-credits p,
.account-page-section.my-products-purchased table.my-orders p,
.account-page-section.my-products-purchased table.my-credits p {
  text-align: center;
  font-size: 0.875rem;
  margin: 0.5em 0;
}
.account-page-section.my-orders table.my-orders thead tr th,
.account-page-section.my-orders table.my-credits thead tr th,
.account-page-section.my-credits table.my-orders thead tr th,
.account-page-section.my-credits table.my-credits thead tr th,
.account-page-section.my-products-purchased table.my-orders thead tr th,
.account-page-section.my-products-purchased table.my-credits thead tr th {
  background-color: var(--grey-2);
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  font-size: 0.875rem;
}
.account-page-section.my-orders table.my-orders thead tr th:first-child,
.account-page-section.my-orders table.my-credits thead tr th:first-child,
.account-page-section.my-credits table.my-orders thead tr th:first-child,
.account-page-section.my-credits table.my-credits thead tr th:first-child,
.account-page-section.my-products-purchased table.my-orders thead tr th:first-child,
.account-page-section.my-products-purchased table.my-credits thead tr th:first-child {
  border-top-left-radius: 5px;
}
.account-page-section.my-orders table.my-orders thead tr th:last-child,
.account-page-section.my-orders table.my-credits thead tr th:last-child,
.account-page-section.my-credits table.my-orders thead tr th:last-child,
.account-page-section.my-credits table.my-credits thead tr th:last-child,
.account-page-section.my-products-purchased table.my-orders thead tr th:last-child,
.account-page-section.my-products-purchased table.my-credits thead tr th:last-child {
  border-top-right-radius: 5px;
}
.account-page-section.my-orders table.my-orders thead th.sorting-applied-column button,
.account-page-section.my-orders table.my-orders thead th.no-sorting-applied-column button,
.account-page-section.my-orders table.my-credits thead th.sorting-applied-column button,
.account-page-section.my-orders table.my-credits thead th.no-sorting-applied-column button,
.account-page-section.my-credits table.my-orders thead th.sorting-applied-column button,
.account-page-section.my-credits table.my-orders thead th.no-sorting-applied-column button,
.account-page-section.my-credits table.my-credits thead th.sorting-applied-column button,
.account-page-section.my-credits table.my-credits thead th.no-sorting-applied-column button,
.account-page-section.my-products-purchased table.my-orders thead th.sorting-applied-column button,
.account-page-section.my-products-purchased table.my-orders thead th.no-sorting-applied-column button,
.account-page-section.my-products-purchased table.my-credits thead th.sorting-applied-column button,
.account-page-section.my-products-purchased table.my-credits thead th.no-sorting-applied-column button {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent;
  color: var(--grey-10);
  text-decoration: underline;
  text-underline-position: under;
  text-transform: capitalize;
  font-size: 0.875rem;
}
.account-page-section.my-orders table.my-orders thead th.sorting-applied-column button svg,
.account-page-section.my-orders table.my-orders thead th.no-sorting-applied-column button svg,
.account-page-section.my-orders table.my-credits thead th.sorting-applied-column button svg,
.account-page-section.my-orders table.my-credits thead th.no-sorting-applied-column button svg,
.account-page-section.my-credits table.my-orders thead th.sorting-applied-column button svg,
.account-page-section.my-credits table.my-orders thead th.no-sorting-applied-column button svg,
.account-page-section.my-credits table.my-credits thead th.sorting-applied-column button svg,
.account-page-section.my-credits table.my-credits thead th.no-sorting-applied-column button svg,
.account-page-section.my-products-purchased table.my-orders thead th.sorting-applied-column button svg,
.account-page-section.my-products-purchased table.my-orders thead th.no-sorting-applied-column button svg,
.account-page-section.my-products-purchased table.my-credits thead th.sorting-applied-column button svg,
.account-page-section.my-products-purchased table.my-credits thead th.no-sorting-applied-column button svg {
  margin-left: 3px;
  height: 20px;
  width: 20px;
}
.account-page-section.my-orders table.my-orders tbody,
.account-page-section.my-orders table.my-credits tbody,
.account-page-section.my-credits table.my-orders tbody,
.account-page-section.my-credits table.my-credits tbody,
.account-page-section.my-products-purchased table.my-orders tbody,
.account-page-section.my-products-purchased table.my-credits tbody {
  font-size: 0.875rem;
}
.account-page-section.my-orders table.my-orders tbody tr:hover,
.account-page-section.my-orders table.my-credits tbody tr:hover,
.account-page-section.my-credits table.my-orders tbody tr:hover,
.account-page-section.my-credits table.my-credits tbody tr:hover,
.account-page-section.my-products-purchased table.my-orders tbody tr:hover,
.account-page-section.my-products-purchased table.my-credits tbody tr:hover {
  background-color: var(--grey-1);
}
.account-page-section.my-orders table.my-orders tr:not(:last-child),
.account-page-section.my-orders table.my-credits tr:not(:last-child),
.account-page-section.my-credits table.my-orders tr:not(:last-child),
.account-page-section.my-credits table.my-credits tr:not(:last-child),
.account-page-section.my-products-purchased table.my-orders tr:not(:last-child),
.account-page-section.my-products-purchased table.my-credits tr:not(:last-child) {
  border-bottom: 1px solid var(--grey-1);
}
.account-page-section.my-orders table.my-orders th,
.account-page-section.my-orders table.my-orders td,
.account-page-section.my-orders table.my-credits th,
.account-page-section.my-orders table.my-credits td,
.account-page-section.my-credits table.my-orders th,
.account-page-section.my-credits table.my-orders td,
.account-page-section.my-credits table.my-credits th,
.account-page-section.my-credits table.my-credits td,
.account-page-section.my-products-purchased table.my-orders th,
.account-page-section.my-products-purchased table.my-orders td,
.account-page-section.my-products-purchased table.my-credits th,
.account-page-section.my-products-purchased table.my-credits td {
  padding: 10px 15px;
}
.account-page-section.my-orders table.my-orders .order-summary-line .order-ref,
.account-page-section.my-orders table.my-orders .order-summary-line .credit-ref,
.account-page-section.my-orders table.my-orders .credit-summary-line .order-ref,
.account-page-section.my-orders table.my-orders .credit-summary-line .credit-ref,
.account-page-section.my-orders table.my-credits .order-summary-line .order-ref,
.account-page-section.my-orders table.my-credits .order-summary-line .credit-ref,
.account-page-section.my-orders table.my-credits .credit-summary-line .order-ref,
.account-page-section.my-orders table.my-credits .credit-summary-line .credit-ref,
.account-page-section.my-credits table.my-orders .order-summary-line .order-ref,
.account-page-section.my-credits table.my-orders .order-summary-line .credit-ref,
.account-page-section.my-credits table.my-orders .credit-summary-line .order-ref,
.account-page-section.my-credits table.my-orders .credit-summary-line .credit-ref,
.account-page-section.my-credits table.my-credits .order-summary-line .order-ref,
.account-page-section.my-credits table.my-credits .order-summary-line .credit-ref,
.account-page-section.my-credits table.my-credits .credit-summary-line .order-ref,
.account-page-section.my-credits table.my-credits .credit-summary-line .credit-ref,
.account-page-section.my-products-purchased table.my-orders .order-summary-line .order-ref,
.account-page-section.my-products-purchased table.my-orders .order-summary-line .credit-ref,
.account-page-section.my-products-purchased table.my-orders .credit-summary-line .order-ref,
.account-page-section.my-products-purchased table.my-orders .credit-summary-line .credit-ref,
.account-page-section.my-products-purchased table.my-credits .order-summary-line .order-ref,
.account-page-section.my-products-purchased table.my-credits .order-summary-line .credit-ref,
.account-page-section.my-products-purchased table.my-credits .credit-summary-line .order-ref,
.account-page-section.my-products-purchased table.my-credits .credit-summary-line .credit-ref {
  cursor: pointer;
}
.account-page-section.my-orders table.my-orders .order-summary-line .order-ref a,
.account-page-section.my-orders table.my-orders .order-summary-line .credit-ref a,
.account-page-section.my-orders table.my-orders .credit-summary-line .order-ref a,
.account-page-section.my-orders table.my-orders .credit-summary-line .credit-ref a,
.account-page-section.my-orders table.my-credits .order-summary-line .order-ref a,
.account-page-section.my-orders table.my-credits .order-summary-line .credit-ref a,
.account-page-section.my-orders table.my-credits .credit-summary-line .order-ref a,
.account-page-section.my-orders table.my-credits .credit-summary-line .credit-ref a,
.account-page-section.my-credits table.my-orders .order-summary-line .order-ref a,
.account-page-section.my-credits table.my-orders .order-summary-line .credit-ref a,
.account-page-section.my-credits table.my-orders .credit-summary-line .order-ref a,
.account-page-section.my-credits table.my-orders .credit-summary-line .credit-ref a,
.account-page-section.my-credits table.my-credits .order-summary-line .order-ref a,
.account-page-section.my-credits table.my-credits .order-summary-line .credit-ref a,
.account-page-section.my-credits table.my-credits .credit-summary-line .order-ref a,
.account-page-section.my-credits table.my-credits .credit-summary-line .credit-ref a,
.account-page-section.my-products-purchased table.my-orders .order-summary-line .order-ref a,
.account-page-section.my-products-purchased table.my-orders .order-summary-line .credit-ref a,
.account-page-section.my-products-purchased table.my-orders .credit-summary-line .order-ref a,
.account-page-section.my-products-purchased table.my-orders .credit-summary-line .credit-ref a,
.account-page-section.my-products-purchased table.my-credits .order-summary-line .order-ref a,
.account-page-section.my-products-purchased table.my-credits .order-summary-line .credit-ref a,
.account-page-section.my-products-purchased table.my-credits .credit-summary-line .order-ref a,
.account-page-section.my-products-purchased table.my-credits .credit-summary-line .credit-ref a {
  color: var(--grey-7);
  text-decoration: underline;
}
.account-page-section.my-orders table.my-orders .order-summary-line .order-ref:hover,
.account-page-section.my-orders table.my-orders .order-summary-line .credit-ref:hover,
.account-page-section.my-orders table.my-orders .credit-summary-line .order-ref:hover,
.account-page-section.my-orders table.my-orders .credit-summary-line .credit-ref:hover,
.account-page-section.my-orders table.my-credits .order-summary-line .order-ref:hover,
.account-page-section.my-orders table.my-credits .order-summary-line .credit-ref:hover,
.account-page-section.my-orders table.my-credits .credit-summary-line .order-ref:hover,
.account-page-section.my-orders table.my-credits .credit-summary-line .credit-ref:hover,
.account-page-section.my-credits table.my-orders .order-summary-line .order-ref:hover,
.account-page-section.my-credits table.my-orders .order-summary-line .credit-ref:hover,
.account-page-section.my-credits table.my-orders .credit-summary-line .order-ref:hover,
.account-page-section.my-credits table.my-orders .credit-summary-line .credit-ref:hover,
.account-page-section.my-credits table.my-credits .order-summary-line .order-ref:hover,
.account-page-section.my-credits table.my-credits .order-summary-line .credit-ref:hover,
.account-page-section.my-credits table.my-credits .credit-summary-line .order-ref:hover,
.account-page-section.my-credits table.my-credits .credit-summary-line .credit-ref:hover,
.account-page-section.my-products-purchased table.my-orders .order-summary-line .order-ref:hover,
.account-page-section.my-products-purchased table.my-orders .order-summary-line .credit-ref:hover,
.account-page-section.my-products-purchased table.my-orders .credit-summary-line .order-ref:hover,
.account-page-section.my-products-purchased table.my-orders .credit-summary-line .credit-ref:hover,
.account-page-section.my-products-purchased table.my-credits .order-summary-line .order-ref:hover,
.account-page-section.my-products-purchased table.my-credits .order-summary-line .credit-ref:hover,
.account-page-section.my-products-purchased table.my-credits .credit-summary-line .order-ref:hover,
.account-page-section.my-products-purchased table.my-credits .credit-summary-line .credit-ref:hover {
  color: var(--primary-color);
}
.account-page-section.my-orders table.my-orders .order-download-pdf svg,
.account-page-section.my-orders table.my-orders .credit-download-pdf svg,
.account-page-section.my-orders table.my-credits .order-download-pdf svg,
.account-page-section.my-orders table.my-credits .credit-download-pdf svg,
.account-page-section.my-credits table.my-orders .order-download-pdf svg,
.account-page-section.my-credits table.my-orders .credit-download-pdf svg,
.account-page-section.my-credits table.my-credits .order-download-pdf svg,
.account-page-section.my-credits table.my-credits .credit-download-pdf svg,
.account-page-section.my-products-purchased table.my-orders .order-download-pdf svg,
.account-page-section.my-products-purchased table.my-orders .credit-download-pdf svg,
.account-page-section.my-products-purchased table.my-credits .order-download-pdf svg,
.account-page-section.my-products-purchased table.my-credits .credit-download-pdf svg {
  height: 20px;
}

.main-content-area.account .my-addresses {
  position: relative;
}
.main-content-area.account .my-addresses #address-edit-shim {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 90;
  opacity: 0.6;
  background-color: white;
  border-radius: 8px;
}

@media only screen and (max-width: 1050px) {
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details {
    width: 80%;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles {
    max-width: 100vw;
    overflow-x: auto;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-tab-titles li {
    margin: 0 15px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details {
    padding: 10px 20px 20px 20px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .my-address-list {
    padding: 10px 5px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .my-address-list li .editing.address-edit-box {
    padding: 0px;
    border: unset;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .editing.address-edit-box {
    padding: 20px 15px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-payment-methods {
    padding: 10px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section {
    padding: 20px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-orders,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credits {
    max-width: 90vw;
    overflow-x: auto;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-orders .my-orders,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-orders .my-credits,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credits .my-orders,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credits .my-credits {
    padding: 10px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .account-page-section-title,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .account-page-section-title {
    margin: 10px 0;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .order-summary section,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .credit-summary section,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .order-summary section,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .credit-summary section {
    padding: 5px 0;
    font-size: 0.875rem;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .order-summary .items #order-summary-items,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .credit-summary .items #order-summary-items,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .order-summary .items #order-summary-items,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .credit-summary .items #order-summary-items {
    padding: 0;
    padding-right: 10px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .order-summary .items #order-summary-items .order-summary-item-image,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .credit-summary .items #order-summary-items .order-summary-item-image,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .order-summary .items #order-summary-items .order-summary-item-image,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .credit-summary .items #order-summary-items .order-summary-item-image {
    display: none;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .order-summary .items #order-summary-items .order-summary-item-details,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .credit-summary .items #order-summary-items .order-summary-item-details,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .order-summary .items #order-summary-items .order-summary-item-details,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .credit-summary .items #order-summary-items .order-summary-item-details {
    margin: 0 0 0 5px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .order-summary .totals-and-discounts .total-line label,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-order-details .credit-summary .totals-and-discounts .total-line label,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .order-summary .totals-and-discounts .total-line label,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-credit-details .credit-summary .totals-and-discounts .total-line label {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details {
    width: 80%;
    padding: 10px 0;
  }
  .my-addresses .address-input-form {
    width: 100%;
    display: grid;
    grid-template-columns: min-content;
    grid-template-rows: auto;
    column-gap: unset;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .my-addresses .address-input-form #account-new-addressLabel,
  .my-addresses .address-input-form #account-edit-addressLabel {
    grid-column: 1/3;
    grid-row: 12/13;
  }
  .my-addresses .address-input-form #account-new-addressRecipientName,
  .my-addresses .address-input-form #account-edit-addressRecipientName {
    grid-column: 1/3;
  }
  .my-addresses .address-input-form #account-new-addressRecipientCompany,
  .my-addresses .address-input-form #account-edit-addressRecipientCompany {
    grid-column: 1/3;
  }
  .my-addresses .address-input-form #account-new-addressLine1,
  .my-addresses .address-input-form #account-edit-addressLine1 {
    grid-column: 1/3;
  }
  .my-addresses .address-input-form #account-new-addressLine2,
  .my-addresses .address-input-form #account-edit-addressLine2 {
    grid-column: 1/3;
  }
  .my-addresses .address-input-form #account-new-addressCity,
  .my-addresses .address-input-form #account-edit-addressCity {
    grid-column: 1/3;
    grid-row: 6/7;
  }
  .my-addresses .address-input-form #account-new-addressCounty,
  .my-addresses .address-input-form #account-edit-addressCounty {
    grid-column: 1/3;
    grid-row: 7/8;
  }
  .my-addresses .address-input-form #account-new-addressPostcode,
  .my-addresses .address-input-form #account-edit-addressPostcode {
    grid-column: 1/3;
    grid-row: 8/9;
  }
  .my-addresses .address-input-form #account-new-addressCountry,
  .my-addresses .address-input-form #account-edit-addressCountry {
    grid-column: 1/3;
    grid-row: 9/10;
    align-self: flex-end;
  }
  .my-addresses .address-input-form #account-new-addressCountry label,
  .my-addresses .address-input-form #account-edit-addressCountry label {
    display: none;
  }
  .my-addresses .address-input-form #account-new-addressCourierInstructions,
  .my-addresses .address-input-form #account-edit-addressCourierInstructions {
    grid-column: 1/3;
    grid-row: 10/11;
    max-height: 100px;
    align-self: flex-end;
  }
  .my-addresses .address-input-form #account-new-addressCourierInstructions textarea,
  .my-addresses .address-input-form #account-edit-addressCourierInstructions textarea {
    padding: 5px;
  }
  .my-addresses .address-input-form #account-new-phoneForDelivery,
  .my-addresses .address-input-form #account-edit-phoneForDelivery {
    grid-column: 1/3;
    grid-row: 11/12;
    align-self: start;
  }
}
@media only screen and (max-width: 500px) {
  .main-content-area.account.logged-in .account-page-details-for-logged-in .account-page-section.my-details {
    width: unset;
    padding: 20px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box {
    grid-template-areas: "default-controls default-controls" "address address" "editing-controls editing-controls";
    grid-template-columns: 50% 50%;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .address-form-container {
    border-top: unset;
    border-right: 1px solid var(--grey-2);
    border-left: 1px solid var(--grey-2);
    border-bottom: unset;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .editing-controls {
    display: flex;
    flex-direction: row;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button,
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .editing-controls button {
    width: 50%;
    padding: 10px;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .default-controls button:first-child {
    border-bottom: 1px solid var(--primary-color);
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .address-edit-box .editing-controls button:first-child {
    border-bottom: 1px solid var(--grey-2);
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .editing.address-edit-box {
    padding: 0;
  }
  .main-content-area.account.logged-in .account-page-details-for-logged-in .my-addresses .editing.address-edit-box .address-form-container {
    padding: 20px 10px;
    border-top: unset;
    border-bottom: unset;
  }
}
.main-content-area.order-success {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content-area.order-success section {
  margin: 20px 0;
}
.main-content-area.order-success section#section-confirmation {
  text-align: center;
}
.main-content-area.order-success section#section-confirmation svg {
  -webkit-animation-name: "heartBeat";
  animation-name: "heartBeat";
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  color: green;
}
.main-content-area.order-success section#section-confirmation svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.main-content-area.order-success section#section-confirmation h3 {
  text-transform: unset;
  margin: 20px 0 0;
  font-family: var(--body-text-font);
}
.main-content-area.order-success .order-reference {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.main-content-area.order-success section#section-thank-you {
  -webkit-animation-name: "fadeIn";
  animation-name: "fadeIn";
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  text-align: center;
}
.main-content-area.order-success section#section-thank-you h2 {
  font-size: 2.027rem;
  margin: 0;
}
.main-content-area.order-success .blocks-container {
  max-width: 800px;
}
.main-content-area.order-success .blocks-container .block-row .block {
  min-height: unset;
}
.main-content-area.order-success section#section-what-next {
  max-width: 800px;
}
.main-content-area.order-success section#section-what-next ul.next-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-content-area.order-success section#section-what-next ul.next-steps li.next-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px;
}
.main-content-area.order-success section#section-what-next ul.next-steps li.next-step .step-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: var(--grey-10);
}
.main-content-area.order-success section#section-what-next ul.next-steps li.next-step .step-icon svg {
  height: 30px;
  width: 30px;
}
.main-content-area.order-success section#section-what-next ul.next-steps li.next-step div.what-next-step-content {
  flex: 5;
  margin: 0;
  margin-left: 10px;
}
.main-content-area.order-success section#section-what-next ul.next-steps li.next-step div.what-next-step-content P {
  margin: 0;
}
.main-content-area.order-success section#section-what-next ul.next-steps li.next-step div.what-next-step-content a {
  color: var(--primary-color-8);
  text-transform: uppercase;
  font-size: 0.78rem;
}
.main-content-area.order-success section#section-navigate-away {
  text-align: center;
}
.main-content-area.order-success section#section-navigate-away .button {
  max-width: 200px;
}

.modal section#section-confirmation h1 {
  margin: 0;
}
.modal section#section-confirmation svg {
  height: 50px;
  width: 50px;
}
.modal section#section-confirmation svg.icon-warning-triangle {
  color: #bf616a;
}
.modal section#section-confirmation svg.icon-check-circle {
  color: green;
}
.modal section#section-confirmation h3 {
  text-transform: unset;
  margin: 0.5em 0;
  font-family: var(--body-text-font);
}

.my-order-details .account-page-section-title,
.my-sale-details .account-page-section-title,
.my-credit-details .account-page-section-title {
  margin: 10px 20px 5px;
  display: flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.my-order-details .account-page-section-title .actions-bar,
.my-sale-details .account-page-section-title .actions-bar,
.my-credit-details .account-page-section-title .actions-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
  justify-content: flex-end;
}
.my-order-details .account-page-section-title .actions-bar .pay-for-order-button,
.my-sale-details .account-page-section-title .actions-bar .pay-for-order-button,
.my-credit-details .account-page-section-title .actions-bar .pay-for-order-button {
  font-size: 0.8rem;
  margin-right: 10px;
}
.my-order-details .account-page-section-title .actions-bar .pay-for-order-button + .download-pdf,
.my-sale-details .account-page-section-title .actions-bar .pay-for-order-button + .download-pdf,
.my-credit-details .account-page-section-title .actions-bar .pay-for-order-button + .download-pdf {
  margin-right: 10px;
}
.my-order-details .account-page-section-title .actions-bar .cancelled-status,
.my-order-details .account-page-section-title .actions-bar .pending-payment-status,
.my-order-details .account-page-section-title .actions-bar .pending-invoice-status,
.my-sale-details .account-page-section-title .actions-bar .cancelled-status,
.my-sale-details .account-page-section-title .actions-bar .pending-payment-status,
.my-sale-details .account-page-section-title .actions-bar .pending-invoice-status,
.my-credit-details .account-page-section-title .actions-bar .cancelled-status,
.my-credit-details .account-page-section-title .actions-bar .pending-payment-status,
.my-credit-details .account-page-section-title .actions-bar .pending-invoice-status {
  margin-right: 10px;
  border: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px 6px 4px 8px;
  background-color: var(--primary-color-2);
  color: var(--primary-color-10);
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 5px 10px;
  border-radius: 5px;
}
.my-order-details .account-page-section-title .actions-bar .cancelled-status > span,
.my-order-details .account-page-section-title .actions-bar .pending-payment-status > span,
.my-order-details .account-page-section-title .actions-bar .pending-invoice-status > span,
.my-sale-details .account-page-section-title .actions-bar .cancelled-status > span,
.my-sale-details .account-page-section-title .actions-bar .pending-payment-status > span,
.my-sale-details .account-page-section-title .actions-bar .pending-invoice-status > span,
.my-credit-details .account-page-section-title .actions-bar .cancelled-status > span,
.my-credit-details .account-page-section-title .actions-bar .pending-payment-status > span,
.my-credit-details .account-page-section-title .actions-bar .pending-invoice-status > span {
  line-height: 1em;
}
.my-order-details .account-page-section-title .actions-bar .cancelled-status svg,
.my-order-details .account-page-section-title .actions-bar .pending-payment-status svg,
.my-order-details .account-page-section-title .actions-bar .pending-invoice-status svg,
.my-sale-details .account-page-section-title .actions-bar .cancelled-status svg,
.my-sale-details .account-page-section-title .actions-bar .pending-payment-status svg,
.my-sale-details .account-page-section-title .actions-bar .pending-invoice-status svg,
.my-credit-details .account-page-section-title .actions-bar .cancelled-status svg,
.my-credit-details .account-page-section-title .actions-bar .pending-payment-status svg,
.my-credit-details .account-page-section-title .actions-bar .pending-invoice-status svg {
  width: 14px;
  height: 14px;
}
.my-order-details .account-page-section-title .actions-bar .cancelled-status + .download-pdf,
.my-order-details .account-page-section-title .actions-bar .pending-payment-status + .download-pdf,
.my-order-details .account-page-section-title .actions-bar .pending-invoice-status + .download-pdf,
.my-sale-details .account-page-section-title .actions-bar .cancelled-status + .download-pdf,
.my-sale-details .account-page-section-title .actions-bar .pending-payment-status + .download-pdf,
.my-sale-details .account-page-section-title .actions-bar .pending-invoice-status + .download-pdf,
.my-credit-details .account-page-section-title .actions-bar .cancelled-status + .download-pdf,
.my-credit-details .account-page-section-title .actions-bar .pending-payment-status + .download-pdf,
.my-credit-details .account-page-section-title .actions-bar .pending-invoice-status + .download-pdf {
  margin-right: 10px;
}
.my-order-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons,
.my-sale-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons,
.my-credit-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
}
.my-order-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dt,
.my-sale-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dt,
.my-credit-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dt {
  font-size: 16px;
}
.my-order-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd,
.my-sale-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd,
.my-credit-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd {
  display: inline-block;
  margin: 0 13px 0 3px;
}
.my-order-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd a,
.my-sale-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd a,
.my-credit-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd a {
  display: flex;
}
.my-order-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd a svg,
.my-sale-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd a svg,
.my-credit-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd a svg {
  height: 18px;
  width: 18px;
}
.my-order-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd:last-of-type,
.my-sale-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd:last-of-type,
.my-credit-details .account-page-section-title .actions-bar .download-pdf .pdf-buttons dd:last-of-type {
  margin-right: 0;
}
.my-order-details .order-summary h3,
.my-order-details .sale-summary h3,
.my-order-details .credit-summary h3,
.my-sale-details .order-summary h3,
.my-sale-details .sale-summary h3,
.my-sale-details .credit-summary h3,
.my-credit-details .order-summary h3,
.my-credit-details .sale-summary h3,
.my-credit-details .credit-summary h3 {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--grey-7);
}
.my-order-details .order-summary .summary-section,
.my-order-details .sale-summary .summary-section,
.my-order-details .credit-summary .summary-section,
.my-sale-details .order-summary .summary-section,
.my-sale-details .sale-summary .summary-section,
.my-sale-details .credit-summary .summary-section,
.my-credit-details .order-summary .summary-section,
.my-credit-details .sale-summary .summary-section,
.my-credit-details .credit-summary .summary-section {
  padding: 20px;
}
.my-order-details .order-summary .top-matter,
.my-order-details .sale-summary .top-matter,
.my-order-details .credit-summary .top-matter,
.my-sale-details .order-summary .top-matter,
.my-sale-details .sale-summary .top-matter,
.my-sale-details .credit-summary .top-matter,
.my-credit-details .order-summary .top-matter,
.my-credit-details .sale-summary .top-matter,
.my-credit-details .credit-summary .top-matter {
  padding: 10px 20px;
}
.my-order-details .order-summary .top-matter .order-details-list,
.my-order-details .order-summary .top-matter .sale-details-list,
.my-order-details .order-summary .top-matter .credit-details-list,
.my-order-details .sale-summary .top-matter .order-details-list,
.my-order-details .sale-summary .top-matter .sale-details-list,
.my-order-details .sale-summary .top-matter .credit-details-list,
.my-order-details .credit-summary .top-matter .order-details-list,
.my-order-details .credit-summary .top-matter .sale-details-list,
.my-order-details .credit-summary .top-matter .credit-details-list,
.my-sale-details .order-summary .top-matter .order-details-list,
.my-sale-details .order-summary .top-matter .sale-details-list,
.my-sale-details .order-summary .top-matter .credit-details-list,
.my-sale-details .sale-summary .top-matter .order-details-list,
.my-sale-details .sale-summary .top-matter .sale-details-list,
.my-sale-details .sale-summary .top-matter .credit-details-list,
.my-sale-details .credit-summary .top-matter .order-details-list,
.my-sale-details .credit-summary .top-matter .sale-details-list,
.my-sale-details .credit-summary .top-matter .credit-details-list,
.my-credit-details .order-summary .top-matter .order-details-list,
.my-credit-details .order-summary .top-matter .sale-details-list,
.my-credit-details .order-summary .top-matter .credit-details-list,
.my-credit-details .sale-summary .top-matter .order-details-list,
.my-credit-details .sale-summary .top-matter .sale-details-list,
.my-credit-details .sale-summary .top-matter .credit-details-list,
.my-credit-details .credit-summary .top-matter .order-details-list,
.my-credit-details .credit-summary .top-matter .sale-details-list,
.my-credit-details .credit-summary .top-matter .credit-details-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-order-details .order-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .order-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-order-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .order-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-sale-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .order-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .sale-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .order-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .order-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .order-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .sale-details-list .credit-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .order-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .order-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .order-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .sale-detail-pair .credit-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .order-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .sale-detail-label,
.my-credit-details .credit-summary .top-matter .credit-details-list .credit-detail-pair .credit-detail-label {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--grey-7);
  margin-bottom: 2px;
  font-size: 0.78rem;
}
.my-order-details .order-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-order-details .order-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-order-details .order-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-order-details .sale-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-order-details .sale-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-order-details .sale-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-order-details .credit-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-order-details .credit-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-order-details .credit-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-sale-details .order-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-sale-details .order-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-sale-details .order-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-sale-details .sale-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-sale-details .sale-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-sale-details .sale-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-sale-details .credit-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-sale-details .credit-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-sale-details .credit-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-credit-details .order-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-credit-details .order-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-credit-details .order-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-credit-details .sale-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-credit-details .sale-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-credit-details .sale-summary .top-matter .credit-details-list .order-details-list-item.order-status,
.my-credit-details .credit-summary .top-matter .order-details-list .order-details-list-item.order-status,
.my-credit-details .credit-summary .top-matter .sale-details-list .order-details-list-item.order-status,
.my-credit-details .credit-summary .top-matter .credit-details-list .order-details-list-item.order-status {
  grid-row: 3;
  grid-column: 2;
}
.my-order-details .order-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-order-details .order-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-order-details .order-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-order-details .sale-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-order-details .sale-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-order-details .sale-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-order-details .credit-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-order-details .credit-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-order-details .credit-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-sale-details .order-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-sale-details .order-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-sale-details .order-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-sale-details .sale-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-sale-details .sale-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-sale-details .sale-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-sale-details .credit-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-sale-details .credit-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-sale-details .credit-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-credit-details .order-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-credit-details .order-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-credit-details .order-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-credit-details .sale-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-credit-details .sale-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-credit-details .sale-summary .top-matter .credit-details-list .order-details-list-item.order-notes,
.my-credit-details .credit-summary .top-matter .order-details-list .order-details-list-item.order-notes,
.my-credit-details .credit-summary .top-matter .sale-details-list .order-details-list-item.order-notes,
.my-credit-details .credit-summary .top-matter .credit-details-list .order-details-list-item.order-notes {
  grid-row: 2;
  grid-column: 2;
}
.my-order-details .order-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-order-details .order-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-order-details .order-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-order-details .sale-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-order-details .sale-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-order-details .sale-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-order-details .credit-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-order-details .credit-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-order-details .credit-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .order-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .order-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .order-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .sale-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .sale-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .sale-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .credit-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .credit-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-sale-details .credit-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .order-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .order-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .order-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .sale-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .sale-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .sale-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .credit-summary .top-matter .order-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .credit-summary .top-matter .sale-details-list .order-details-list-item.outstanding-balance,
.my-credit-details .credit-summary .top-matter .credit-details-list .order-details-list-item.outstanding-balance {
  grid-row: 4;
  grid-column: 1;
}
.my-order-details .order-summary .top-matter .credit-details-list,
.my-order-details .sale-summary .top-matter .credit-details-list,
.my-order-details .credit-summary .top-matter .credit-details-list,
.my-sale-details .order-summary .top-matter .credit-details-list,
.my-sale-details .sale-summary .top-matter .credit-details-list,
.my-sale-details .credit-summary .top-matter .credit-details-list,
.my-credit-details .order-summary .top-matter .credit-details-list,
.my-credit-details .sale-summary .top-matter .credit-details-list,
.my-credit-details .credit-summary .top-matter .credit-details-list {
  grid-template-columns: 1fr;
}
.my-order-details .order-summary .items,
.my-order-details .sale-summary .items,
.my-order-details .credit-summary .items,
.my-sale-details .order-summary .items,
.my-sale-details .sale-summary .items,
.my-sale-details .credit-summary .items,
.my-credit-details .order-summary .items,
.my-credit-details .sale-summary .items,
.my-credit-details .credit-summary .items {
  display: grid;
  grid-template-areas: "title button" "items items";
  align-items: center;
  padding: 0 20px;
}
.my-order-details .order-summary .items .order-summary-add-all-to-cart,
.my-order-details .order-summary .items .sale-summary-add-all-to-cart,
.my-order-details .sale-summary .items .order-summary-add-all-to-cart,
.my-order-details .sale-summary .items .sale-summary-add-all-to-cart,
.my-order-details .credit-summary .items .order-summary-add-all-to-cart,
.my-order-details .credit-summary .items .sale-summary-add-all-to-cart,
.my-sale-details .order-summary .items .order-summary-add-all-to-cart,
.my-sale-details .order-summary .items .sale-summary-add-all-to-cart,
.my-sale-details .sale-summary .items .order-summary-add-all-to-cart,
.my-sale-details .sale-summary .items .sale-summary-add-all-to-cart,
.my-sale-details .credit-summary .items .order-summary-add-all-to-cart,
.my-sale-details .credit-summary .items .sale-summary-add-all-to-cart,
.my-credit-details .order-summary .items .order-summary-add-all-to-cart,
.my-credit-details .order-summary .items .sale-summary-add-all-to-cart,
.my-credit-details .sale-summary .items .order-summary-add-all-to-cart,
.my-credit-details .sale-summary .items .sale-summary-add-all-to-cart,
.my-credit-details .credit-summary .items .order-summary-add-all-to-cart,
.my-credit-details .credit-summary .items .sale-summary-add-all-to-cart {
  grid-area: button;
  justify-self: end;
  background-color: transparent;
  color: var(--primary-color);
  font-size: 0.8rem;
}
.my-order-details .order-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-order-details .order-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-order-details .sale-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-order-details .sale-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-order-details .credit-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-order-details .credit-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-sale-details .order-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-sale-details .order-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-sale-details .sale-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-sale-details .sale-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-sale-details .credit-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-sale-details .credit-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-credit-details .order-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-credit-details .order-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-credit-details .sale-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-credit-details .sale-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover,
.my-credit-details .credit-summary .items .order-summary-add-all-to-cart:not(:disabled):hover,
.my-credit-details .credit-summary .items .sale-summary-add-all-to-cart:not(:disabled):hover {
  background-color: var(--primary-color);
  color: white;
}
.my-order-details .order-summary .items #order-summary-items,
.my-order-details .sale-summary .items #order-summary-items,
.my-order-details .credit-summary .items #order-summary-items,
.my-sale-details .order-summary .items #order-summary-items,
.my-sale-details .sale-summary .items #order-summary-items,
.my-sale-details .credit-summary .items #order-summary-items,
.my-credit-details .order-summary .items #order-summary-items,
.my-credit-details .sale-summary .items #order-summary-items,
.my-credit-details .credit-summary .items #order-summary-items {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-area: items;
  padding: 10px 20px;
  border: 1px solid var(--grey-2);
  margin-top: 10px;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-image,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details p,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details p {
  margin: 1em 0.5em;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details div.order-summary-item-name {
  flex: 4;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details a.order-summary-item-name {
  text-decoration: underline;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty {
  color: var(--grey-7);
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 120px;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .qty {
  margin-right: 5px;
  color: var(--grey-10);
  flex: 0.2;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-price-and-qty .rate {
  flex: 0.6;
  text-align: end;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .order-summary-item-details .order-summary-item-line-price {
  text-align: end;
  flex: 0.5;
}
.my-order-details .order-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-order-details .sale-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-order-details .credit-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-sale-details .order-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-sale-details .sale-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-sale-details .credit-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-credit-details .order-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-credit-details .sale-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart,
.my-credit-details .credit-summary .items #order-summary-items .order-summary-item .add-order-item-to-cart {
  margin-left: auto;
}
.my-order-details .order-summary .totals-and-discounts,
.my-order-details .sale-summary .totals-and-discounts,
.my-order-details .credit-summary .totals-and-discounts,
.my-sale-details .order-summary .totals-and-discounts,
.my-sale-details .sale-summary .totals-and-discounts,
.my-sale-details .credit-summary .totals-and-discounts,
.my-credit-details .order-summary .totals-and-discounts,
.my-credit-details .sale-summary .totals-and-discounts,
.my-credit-details .credit-summary .totals-and-discounts {
  display: grid;
  grid-template-areas: "discounts totals";
  justify-content: space-between;
  margin: 0 5px;
}
.my-order-details .order-summary .totals-and-discounts .discount-lines,
.my-order-details .sale-summary .totals-and-discounts .discount-lines,
.my-order-details .credit-summary .totals-and-discounts .discount-lines,
.my-sale-details .order-summary .totals-and-discounts .discount-lines,
.my-sale-details .sale-summary .totals-and-discounts .discount-lines,
.my-sale-details .credit-summary .totals-and-discounts .discount-lines,
.my-credit-details .order-summary .totals-and-discounts .discount-lines,
.my-credit-details .sale-summary .totals-and-discounts .discount-lines,
.my-credit-details .credit-summary .totals-and-discounts .discount-lines {
  grid-area: discounts;
}
.my-order-details .order-summary .totals-and-discounts .discount-lines .discount-line,
.my-order-details .sale-summary .totals-and-discounts .discount-lines .discount-line,
.my-order-details .credit-summary .totals-and-discounts .discount-lines .discount-line,
.my-sale-details .order-summary .totals-and-discounts .discount-lines .discount-line,
.my-sale-details .sale-summary .totals-and-discounts .discount-lines .discount-line,
.my-sale-details .credit-summary .totals-and-discounts .discount-lines .discount-line,
.my-credit-details .order-summary .totals-and-discounts .discount-lines .discount-line,
.my-credit-details .sale-summary .totals-and-discounts .discount-lines .discount-line,
.my-credit-details .credit-summary .totals-and-discounts .discount-lines .discount-line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 2px 0;
}
.my-order-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-order-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-order-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-sale-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-sale-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-sale-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-credit-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-credit-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name,
.my-credit-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-right: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
.my-order-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-order-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-order-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-sale-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-sale-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-sale-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-credit-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-credit-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label,
.my-credit-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-name .discount-line-promocode-label {
  margin-left: 0.5em;
  font-weight: bold;
}
.my-order-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-order-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-order-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-sale-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-sale-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-sale-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-credit-details .order-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-credit-details .sale-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details,
.my-credit-details .credit-summary .totals-and-discounts .discount-lines .discount-line .discount-line-details {
  font-size: 0.875rem;
  color: var(--grey-7);
  margin-right: 10px;
}
.my-order-details .order-summary .totals-and-discounts .totals,
.my-order-details .sale-summary .totals-and-discounts .totals,
.my-order-details .credit-summary .totals-and-discounts .totals,
.my-sale-details .order-summary .totals-and-discounts .totals,
.my-sale-details .sale-summary .totals-and-discounts .totals,
.my-sale-details .credit-summary .totals-and-discounts .totals,
.my-credit-details .order-summary .totals-and-discounts .totals,
.my-credit-details .sale-summary .totals-and-discounts .totals,
.my-credit-details .credit-summary .totals-and-discounts .totals {
  grid-area: totals;
}
.my-order-details .order-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-order-details .sale-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-order-details .credit-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-sale-details .order-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-sale-details .sale-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-sale-details .credit-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-credit-details .order-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-credit-details .sale-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total,
.my-credit-details .credit-summary .totals-and-discounts .totals .shipping-per-item-surcharges-total {
  display: none;
}
.my-order-details .order-summary .totals-and-discounts .total-line,
.my-order-details .sale-summary .totals-and-discounts .total-line,
.my-order-details .credit-summary .totals-and-discounts .total-line,
.my-sale-details .order-summary .totals-and-discounts .total-line,
.my-sale-details .sale-summary .totals-and-discounts .total-line,
.my-sale-details .credit-summary .totals-and-discounts .total-line,
.my-credit-details .order-summary .totals-and-discounts .total-line,
.my-credit-details .sale-summary .totals-and-discounts .total-line,
.my-credit-details .credit-summary .totals-and-discounts .total-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  padding: 2px 0;
}
.my-order-details .order-summary .totals-and-discounts .total-line label,
.my-order-details .sale-summary .totals-and-discounts .total-line label,
.my-order-details .credit-summary .totals-and-discounts .total-line label,
.my-sale-details .order-summary .totals-and-discounts .total-line label,
.my-sale-details .sale-summary .totals-and-discounts .total-line label,
.my-sale-details .credit-summary .totals-and-discounts .total-line label,
.my-credit-details .order-summary .totals-and-discounts .total-line label,
.my-credit-details .sale-summary .totals-and-discounts .total-line label,
.my-credit-details .credit-summary .totals-and-discounts .total-line label {
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--grey-7);
}
.my-order-details .order-summary .billing-and-shipping,
.my-order-details .order-summary .billing,
.my-order-details .sale-summary .billing-and-shipping,
.my-order-details .sale-summary .billing,
.my-order-details .credit-summary .billing-and-shipping,
.my-order-details .credit-summary .billing,
.my-sale-details .order-summary .billing-and-shipping,
.my-sale-details .order-summary .billing,
.my-sale-details .sale-summary .billing-and-shipping,
.my-sale-details .sale-summary .billing,
.my-sale-details .credit-summary .billing-and-shipping,
.my-sale-details .credit-summary .billing,
.my-credit-details .order-summary .billing-and-shipping,
.my-credit-details .order-summary .billing,
.my-credit-details .sale-summary .billing-and-shipping,
.my-credit-details .sale-summary .billing,
.my-credit-details .credit-summary .billing-and-shipping,
.my-credit-details .credit-summary .billing {
  border-top: 1px solid var(--grey-2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.my-order-details .order-summary .billing-and-shipping .billing-and-shipping-box,
.my-order-details .order-summary .billing-and-shipping .billing-box,
.my-order-details .order-summary .billing .billing-and-shipping-box,
.my-order-details .order-summary .billing .billing-box,
.my-order-details .sale-summary .billing-and-shipping .billing-and-shipping-box,
.my-order-details .sale-summary .billing-and-shipping .billing-box,
.my-order-details .sale-summary .billing .billing-and-shipping-box,
.my-order-details .sale-summary .billing .billing-box,
.my-order-details .credit-summary .billing-and-shipping .billing-and-shipping-box,
.my-order-details .credit-summary .billing-and-shipping .billing-box,
.my-order-details .credit-summary .billing .billing-and-shipping-box,
.my-order-details .credit-summary .billing .billing-box,
.my-sale-details .order-summary .billing-and-shipping .billing-and-shipping-box,
.my-sale-details .order-summary .billing-and-shipping .billing-box,
.my-sale-details .order-summary .billing .billing-and-shipping-box,
.my-sale-details .order-summary .billing .billing-box,
.my-sale-details .sale-summary .billing-and-shipping .billing-and-shipping-box,
.my-sale-details .sale-summary .billing-and-shipping .billing-box,
.my-sale-details .sale-summary .billing .billing-and-shipping-box,
.my-sale-details .sale-summary .billing .billing-box,
.my-sale-details .credit-summary .billing-and-shipping .billing-and-shipping-box,
.my-sale-details .credit-summary .billing-and-shipping .billing-box,
.my-sale-details .credit-summary .billing .billing-and-shipping-box,
.my-sale-details .credit-summary .billing .billing-box,
.my-credit-details .order-summary .billing-and-shipping .billing-and-shipping-box,
.my-credit-details .order-summary .billing-and-shipping .billing-box,
.my-credit-details .order-summary .billing .billing-and-shipping-box,
.my-credit-details .order-summary .billing .billing-box,
.my-credit-details .sale-summary .billing-and-shipping .billing-and-shipping-box,
.my-credit-details .sale-summary .billing-and-shipping .billing-box,
.my-credit-details .sale-summary .billing .billing-and-shipping-box,
.my-credit-details .sale-summary .billing .billing-box,
.my-credit-details .credit-summary .billing-and-shipping .billing-and-shipping-box,
.my-credit-details .credit-summary .billing-and-shipping .billing-box,
.my-credit-details .credit-summary .billing .billing-and-shipping-box,
.my-credit-details .credit-summary .billing .billing-box {
  margin: 0 5px 10px;
}
.my-order-details .order-summary .billing-and-shipping .address,
.my-order-details .order-summary .billing .address,
.my-order-details .sale-summary .billing-and-shipping .address,
.my-order-details .sale-summary .billing .address,
.my-order-details .credit-summary .billing-and-shipping .address,
.my-order-details .credit-summary .billing .address,
.my-sale-details .order-summary .billing-and-shipping .address,
.my-sale-details .order-summary .billing .address,
.my-sale-details .sale-summary .billing-and-shipping .address,
.my-sale-details .sale-summary .billing .address,
.my-sale-details .credit-summary .billing-and-shipping .address,
.my-sale-details .credit-summary .billing .address,
.my-credit-details .order-summary .billing-and-shipping .address,
.my-credit-details .order-summary .billing .address,
.my-credit-details .sale-summary .billing-and-shipping .address,
.my-credit-details .sale-summary .billing .address,
.my-credit-details .credit-summary .billing-and-shipping .address,
.my-credit-details .credit-summary .billing .address {
  font-size: 0.875rem;
}
.my-order-details .order-summary .billing-and-shipping .address p,
.my-order-details .order-summary .billing .address p,
.my-order-details .sale-summary .billing-and-shipping .address p,
.my-order-details .sale-summary .billing .address p,
.my-order-details .credit-summary .billing-and-shipping .address p,
.my-order-details .credit-summary .billing .address p,
.my-sale-details .order-summary .billing-and-shipping .address p,
.my-sale-details .order-summary .billing .address p,
.my-sale-details .sale-summary .billing-and-shipping .address p,
.my-sale-details .sale-summary .billing .address p,
.my-sale-details .credit-summary .billing-and-shipping .address p,
.my-sale-details .credit-summary .billing .address p,
.my-credit-details .order-summary .billing-and-shipping .address p,
.my-credit-details .order-summary .billing .address p,
.my-credit-details .sale-summary .billing-and-shipping .address p,
.my-credit-details .sale-summary .billing .address p,
.my-credit-details .credit-summary .billing-and-shipping .address p,
.my-credit-details .credit-summary .billing .address p {
  margin: 0.2em 0;
}
.my-order-details .order-summary .billing-and-shipping .address p.label,
.my-order-details .order-summary .billing .address p.label,
.my-order-details .sale-summary .billing-and-shipping .address p.label,
.my-order-details .sale-summary .billing .address p.label,
.my-order-details .credit-summary .billing-and-shipping .address p.label,
.my-order-details .credit-summary .billing .address p.label,
.my-sale-details .order-summary .billing-and-shipping .address p.label,
.my-sale-details .order-summary .billing .address p.label,
.my-sale-details .sale-summary .billing-and-shipping .address p.label,
.my-sale-details .sale-summary .billing .address p.label,
.my-sale-details .credit-summary .billing-and-shipping .address p.label,
.my-sale-details .credit-summary .billing .address p.label,
.my-credit-details .order-summary .billing-and-shipping .address p.label,
.my-credit-details .order-summary .billing .address p.label,
.my-credit-details .sale-summary .billing-and-shipping .address p.label,
.my-credit-details .sale-summary .billing .address p.label,
.my-credit-details .credit-summary .billing-and-shipping .address p.label,
.my-credit-details .credit-summary .billing .address p.label {
  display: none;
}
.my-order-details .order-summary .billing-and-shipping .address .country,
.my-order-details .order-summary .billing .address .country,
.my-order-details .sale-summary .billing-and-shipping .address .country,
.my-order-details .sale-summary .billing .address .country,
.my-order-details .credit-summary .billing-and-shipping .address .country,
.my-order-details .credit-summary .billing .address .country,
.my-sale-details .order-summary .billing-and-shipping .address .country,
.my-sale-details .order-summary .billing .address .country,
.my-sale-details .sale-summary .billing-and-shipping .address .country,
.my-sale-details .sale-summary .billing .address .country,
.my-sale-details .credit-summary .billing-and-shipping .address .country,
.my-sale-details .credit-summary .billing .address .country,
.my-credit-details .order-summary .billing-and-shipping .address .country,
.my-credit-details .order-summary .billing .address .country,
.my-credit-details .sale-summary .billing-and-shipping .address .country,
.my-credit-details .sale-summary .billing .address .country,
.my-credit-details .credit-summary .billing-and-shipping .address .country,
.my-credit-details .credit-summary .billing .address .country {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.my-order-details .order-summary .billing-and-shipping .address .country .country-flag,
.my-order-details .order-summary .billing .address .country .country-flag,
.my-order-details .sale-summary .billing-and-shipping .address .country .country-flag,
.my-order-details .sale-summary .billing .address .country .country-flag,
.my-order-details .credit-summary .billing-and-shipping .address .country .country-flag,
.my-order-details .credit-summary .billing .address .country .country-flag,
.my-sale-details .order-summary .billing-and-shipping .address .country .country-flag,
.my-sale-details .order-summary .billing .address .country .country-flag,
.my-sale-details .sale-summary .billing-and-shipping .address .country .country-flag,
.my-sale-details .sale-summary .billing .address .country .country-flag,
.my-sale-details .credit-summary .billing-and-shipping .address .country .country-flag,
.my-sale-details .credit-summary .billing .address .country .country-flag,
.my-credit-details .order-summary .billing-and-shipping .address .country .country-flag,
.my-credit-details .order-summary .billing .address .country .country-flag,
.my-credit-details .sale-summary .billing-and-shipping .address .country .country-flag,
.my-credit-details .sale-summary .billing .address .country .country-flag,
.my-credit-details .credit-summary .billing-and-shipping .address .country .country-flag,
.my-credit-details .credit-summary .billing .address .country .country-flag {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.my-order-details .order-summary .billing-and-shipping .order-payments-table,
.my-order-details .order-summary .billing-and-shipping .credit-refunds-table,
.my-order-details .order-summary .billing-and-shipping .order-credit-applications-table,
.my-order-details .order-summary .billing .order-payments-table,
.my-order-details .order-summary .billing .credit-refunds-table,
.my-order-details .order-summary .billing .order-credit-applications-table,
.my-order-details .sale-summary .billing-and-shipping .order-payments-table,
.my-order-details .sale-summary .billing-and-shipping .credit-refunds-table,
.my-order-details .sale-summary .billing-and-shipping .order-credit-applications-table,
.my-order-details .sale-summary .billing .order-payments-table,
.my-order-details .sale-summary .billing .credit-refunds-table,
.my-order-details .sale-summary .billing .order-credit-applications-table,
.my-order-details .credit-summary .billing-and-shipping .order-payments-table,
.my-order-details .credit-summary .billing-and-shipping .credit-refunds-table,
.my-order-details .credit-summary .billing-and-shipping .order-credit-applications-table,
.my-order-details .credit-summary .billing .order-payments-table,
.my-order-details .credit-summary .billing .credit-refunds-table,
.my-order-details .credit-summary .billing .order-credit-applications-table,
.my-sale-details .order-summary .billing-and-shipping .order-payments-table,
.my-sale-details .order-summary .billing-and-shipping .credit-refunds-table,
.my-sale-details .order-summary .billing-and-shipping .order-credit-applications-table,
.my-sale-details .order-summary .billing .order-payments-table,
.my-sale-details .order-summary .billing .credit-refunds-table,
.my-sale-details .order-summary .billing .order-credit-applications-table,
.my-sale-details .sale-summary .billing-and-shipping .order-payments-table,
.my-sale-details .sale-summary .billing-and-shipping .credit-refunds-table,
.my-sale-details .sale-summary .billing-and-shipping .order-credit-applications-table,
.my-sale-details .sale-summary .billing .order-payments-table,
.my-sale-details .sale-summary .billing .credit-refunds-table,
.my-sale-details .sale-summary .billing .order-credit-applications-table,
.my-sale-details .credit-summary .billing-and-shipping .order-payments-table,
.my-sale-details .credit-summary .billing-and-shipping .credit-refunds-table,
.my-sale-details .credit-summary .billing-and-shipping .order-credit-applications-table,
.my-sale-details .credit-summary .billing .order-payments-table,
.my-sale-details .credit-summary .billing .credit-refunds-table,
.my-sale-details .credit-summary .billing .order-credit-applications-table,
.my-credit-details .order-summary .billing-and-shipping .order-payments-table,
.my-credit-details .order-summary .billing-and-shipping .credit-refunds-table,
.my-credit-details .order-summary .billing-and-shipping .order-credit-applications-table,
.my-credit-details .order-summary .billing .order-payments-table,
.my-credit-details .order-summary .billing .credit-refunds-table,
.my-credit-details .order-summary .billing .order-credit-applications-table,
.my-credit-details .sale-summary .billing-and-shipping .order-payments-table,
.my-credit-details .sale-summary .billing-and-shipping .credit-refunds-table,
.my-credit-details .sale-summary .billing-and-shipping .order-credit-applications-table,
.my-credit-details .sale-summary .billing .order-payments-table,
.my-credit-details .sale-summary .billing .credit-refunds-table,
.my-credit-details .sale-summary .billing .order-credit-applications-table,
.my-credit-details .credit-summary .billing-and-shipping .order-payments-table,
.my-credit-details .credit-summary .billing-and-shipping .credit-refunds-table,
.my-credit-details .credit-summary .billing-and-shipping .order-credit-applications-table,
.my-credit-details .credit-summary .billing .order-payments-table,
.my-credit-details .credit-summary .billing .credit-refunds-table,
.my-credit-details .credit-summary .billing .order-credit-applications-table {
  font-size: 0.875rem;
}
.my-order-details .order-summary .billing-and-shipping .order-payments-table td,
.my-order-details .order-summary .billing-and-shipping .credit-refunds-table td,
.my-order-details .order-summary .billing-and-shipping .order-credit-applications-table td,
.my-order-details .order-summary .billing .order-payments-table td,
.my-order-details .order-summary .billing .credit-refunds-table td,
.my-order-details .order-summary .billing .order-credit-applications-table td,
.my-order-details .sale-summary .billing-and-shipping .order-payments-table td,
.my-order-details .sale-summary .billing-and-shipping .credit-refunds-table td,
.my-order-details .sale-summary .billing-and-shipping .order-credit-applications-table td,
.my-order-details .sale-summary .billing .order-payments-table td,
.my-order-details .sale-summary .billing .credit-refunds-table td,
.my-order-details .sale-summary .billing .order-credit-applications-table td,
.my-order-details .credit-summary .billing-and-shipping .order-payments-table td,
.my-order-details .credit-summary .billing-and-shipping .credit-refunds-table td,
.my-order-details .credit-summary .billing-and-shipping .order-credit-applications-table td,
.my-order-details .credit-summary .billing .order-payments-table td,
.my-order-details .credit-summary .billing .credit-refunds-table td,
.my-order-details .credit-summary .billing .order-credit-applications-table td,
.my-sale-details .order-summary .billing-and-shipping .order-payments-table td,
.my-sale-details .order-summary .billing-and-shipping .credit-refunds-table td,
.my-sale-details .order-summary .billing-and-shipping .order-credit-applications-table td,
.my-sale-details .order-summary .billing .order-payments-table td,
.my-sale-details .order-summary .billing .credit-refunds-table td,
.my-sale-details .order-summary .billing .order-credit-applications-table td,
.my-sale-details .sale-summary .billing-and-shipping .order-payments-table td,
.my-sale-details .sale-summary .billing-and-shipping .credit-refunds-table td,
.my-sale-details .sale-summary .billing-and-shipping .order-credit-applications-table td,
.my-sale-details .sale-summary .billing .order-payments-table td,
.my-sale-details .sale-summary .billing .credit-refunds-table td,
.my-sale-details .sale-summary .billing .order-credit-applications-table td,
.my-sale-details .credit-summary .billing-and-shipping .order-payments-table td,
.my-sale-details .credit-summary .billing-and-shipping .credit-refunds-table td,
.my-sale-details .credit-summary .billing-and-shipping .order-credit-applications-table td,
.my-sale-details .credit-summary .billing .order-payments-table td,
.my-sale-details .credit-summary .billing .credit-refunds-table td,
.my-sale-details .credit-summary .billing .order-credit-applications-table td,
.my-credit-details .order-summary .billing-and-shipping .order-payments-table td,
.my-credit-details .order-summary .billing-and-shipping .credit-refunds-table td,
.my-credit-details .order-summary .billing-and-shipping .order-credit-applications-table td,
.my-credit-details .order-summary .billing .order-payments-table td,
.my-credit-details .order-summary .billing .credit-refunds-table td,
.my-credit-details .order-summary .billing .order-credit-applications-table td,
.my-credit-details .sale-summary .billing-and-shipping .order-payments-table td,
.my-credit-details .sale-summary .billing-and-shipping .credit-refunds-table td,
.my-credit-details .sale-summary .billing-and-shipping .order-credit-applications-table td,
.my-credit-details .sale-summary .billing .order-payments-table td,
.my-credit-details .sale-summary .billing .credit-refunds-table td,
.my-credit-details .sale-summary .billing .order-credit-applications-table td,
.my-credit-details .credit-summary .billing-and-shipping .order-payments-table td,
.my-credit-details .credit-summary .billing-and-shipping .credit-refunds-table td,
.my-credit-details .credit-summary .billing-and-shipping .order-credit-applications-table td,
.my-credit-details .credit-summary .billing .order-payments-table td,
.my-credit-details .credit-summary .billing .credit-refunds-table td,
.my-credit-details .credit-summary .billing .order-credit-applications-table td {
  padding-right: 10px;
}
.my-order-details .order-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-order-details .order-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-order-details .order-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-order-details .order-summary .billing .order-payments-table .credit-ref,
.my-order-details .order-summary .billing .credit-refunds-table .credit-ref,
.my-order-details .order-summary .billing .order-credit-applications-table .credit-ref,
.my-order-details .sale-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-order-details .sale-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-order-details .sale-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-order-details .sale-summary .billing .order-payments-table .credit-ref,
.my-order-details .sale-summary .billing .credit-refunds-table .credit-ref,
.my-order-details .sale-summary .billing .order-credit-applications-table .credit-ref,
.my-order-details .credit-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-order-details .credit-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-order-details .credit-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-order-details .credit-summary .billing .order-payments-table .credit-ref,
.my-order-details .credit-summary .billing .credit-refunds-table .credit-ref,
.my-order-details .credit-summary .billing .order-credit-applications-table .credit-ref,
.my-sale-details .order-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-sale-details .order-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-sale-details .order-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-sale-details .order-summary .billing .order-payments-table .credit-ref,
.my-sale-details .order-summary .billing .credit-refunds-table .credit-ref,
.my-sale-details .order-summary .billing .order-credit-applications-table .credit-ref,
.my-sale-details .sale-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-sale-details .sale-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-sale-details .sale-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-sale-details .sale-summary .billing .order-payments-table .credit-ref,
.my-sale-details .sale-summary .billing .credit-refunds-table .credit-ref,
.my-sale-details .sale-summary .billing .order-credit-applications-table .credit-ref,
.my-sale-details .credit-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-sale-details .credit-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-sale-details .credit-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-sale-details .credit-summary .billing .order-payments-table .credit-ref,
.my-sale-details .credit-summary .billing .credit-refunds-table .credit-ref,
.my-sale-details .credit-summary .billing .order-credit-applications-table .credit-ref,
.my-credit-details .order-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-credit-details .order-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-credit-details .order-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-credit-details .order-summary .billing .order-payments-table .credit-ref,
.my-credit-details .order-summary .billing .credit-refunds-table .credit-ref,
.my-credit-details .order-summary .billing .order-credit-applications-table .credit-ref,
.my-credit-details .sale-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-credit-details .sale-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-credit-details .sale-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-credit-details .sale-summary .billing .order-payments-table .credit-ref,
.my-credit-details .sale-summary .billing .credit-refunds-table .credit-ref,
.my-credit-details .sale-summary .billing .order-credit-applications-table .credit-ref,
.my-credit-details .credit-summary .billing-and-shipping .order-payments-table .credit-ref,
.my-credit-details .credit-summary .billing-and-shipping .credit-refunds-table .credit-ref,
.my-credit-details .credit-summary .billing-and-shipping .order-credit-applications-table .credit-ref,
.my-credit-details .credit-summary .billing .order-payments-table .credit-ref,
.my-credit-details .credit-summary .billing .credit-refunds-table .credit-ref,
.my-credit-details .credit-summary .billing .order-credit-applications-table .credit-ref {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.my-order-details .pending-invoice-status,
.my-sale-details .pending-invoice-status,
.my-credit-details .pending-invoice-status {
  display: none;
}
.my-order-details .pay-for-order-button,
.my-sale-details .pay-for-order-button,
.my-credit-details .pay-for-order-button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.my-order-details .modal-container,
.my-sale-details .modal-container,
.my-credit-details .modal-container {
  top: 40vh;
  right: 20vw;
  left: 20vw;
}
@media only screen and (max-width: 400px) {
  .my-order-details .modal-container,
  .my-sale-details .modal-container,
  .my-credit-details .modal-container {
    right: 10vw;
    left: 10vw;
  }
}
.my-order-details .modal-container .modal-explanation,
.my-sale-details .modal-container .modal-explanation,
.my-credit-details .modal-container .modal-explanation {
  max-height: unset;
  overflow: unset;
  margin: 1em 0;
}
.my-order-details .modal-container h1 svg,
.my-sale-details .modal-container h1 svg,
.my-credit-details .modal-container h1 svg {
  -webkit-animation-name: "heartBeat";
  animation-name: "heartBeat";
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  color: green;
}
.my-order-details .modal-container h1 svg.ph-icon > path:not(:last-child),
.my-sale-details .modal-container h1 svg.ph-icon > path:not(:last-child),
.my-credit-details .modal-container h1 svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.my-order-details .modal-container h3,
.my-sale-details .modal-container h3,
.my-credit-details .modal-container h3 {
  margin: 1em 0;
}
.my-order-details #payment-details-container,
.my-sale-details #payment-details-container,
.my-credit-details #payment-details-container {
  padding: 30px 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.my-order-details #payment-details-container .payment-selection-explanation,
.my-order-details #payment-details-container .unselect-payment-method,
.my-sale-details #payment-details-container .payment-selection-explanation,
.my-sale-details #payment-details-container .unselect-payment-method,
.my-credit-details #payment-details-container .payment-selection-explanation,
.my-credit-details #payment-details-container .unselect-payment-method {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}
.my-order-details #payment-details-container button.retry-stripe-payment,
.my-order-details #payment-details-container .paypal-card-element div,
.my-sale-details #payment-details-container button.retry-stripe-payment,
.my-sale-details #payment-details-container .paypal-card-element div,
.my-credit-details #payment-details-container button.retry-stripe-payment,
.my-credit-details #payment-details-container .paypal-card-element div {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.my-order-details #payment-details-container .paypal-pakk-instructions,
.my-sale-details #payment-details-container .paypal-pakk-instructions,
.my-credit-details #payment-details-container .paypal-pakk-instructions {
  margin-top: 0.5em;
}

.main-content-area.page .hero,
.modal-page .hero,
.content-page-main .hero,
.main-content-area.help-center .hero,
.main-content-area.feed .hero,
.account-page-section.my-loyalty .hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-content-area.page .hero .hero-contents,
.modal-page .hero .hero-contents,
.content-page-main .hero .hero-contents,
.main-content-area.help-center .hero .hero-contents,
.main-content-area.feed .hero .hero-contents,
.account-page-section.my-loyalty .hero .hero-contents {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-content-area.page .hero .hero-contents .hero-title,
.modal-page .hero .hero-contents .hero-title,
.content-page-main .hero .hero-contents .hero-title,
.main-content-area.help-center .hero .hero-contents .hero-title,
.main-content-area.feed .hero .hero-contents .hero-title,
.account-page-section.my-loyalty .hero .hero-contents .hero-title {
  flex-wrap: wrap;
}
.main-content-area.page .hero .hero-contents .hero-subtitle,
.modal-page .hero .hero-contents .hero-subtitle,
.content-page-main .hero .hero-contents .hero-subtitle,
.main-content-area.help-center .hero .hero-contents .hero-subtitle,
.main-content-area.feed .hero .hero-contents .hero-subtitle,
.account-page-section.my-loyalty .hero .hero-contents .hero-subtitle {
  text-transform: unset;
  font-family: var(--body-text-font);
  margin-top: 0;
}
.main-content-area.page .hero.inverted,
.modal-page .hero.inverted,
.content-page-main .hero.inverted,
.main-content-area.help-center .hero.inverted,
.main-content-area.feed .hero.inverted,
.account-page-section.my-loyalty .hero.inverted {
  color: white;
}
.main-content-area.page .hero.no-background-image,
.modal-page .hero.no-background-image,
.content-page-main .hero.no-background-image,
.main-content-area.help-center .hero.no-background-image,
.main-content-area.feed .hero.no-background-image,
.account-page-section.my-loyalty .hero.no-background-image {
  background-color: var(--grey-1);
}
.main-content-area.page .hero:not(.no-background-image),
.modal-page .hero:not(.no-background-image),
.content-page-main .hero:not(.no-background-image),
.main-content-area.help-center .hero:not(.no-background-image),
.main-content-area.feed .hero:not(.no-background-image),
.account-page-section.my-loyalty .hero:not(.no-background-image) {
  min-height: 20vh;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-content-area.page .hero:not(.no-background-image) .hero-contents,
.modal-page .hero:not(.no-background-image) .hero-contents,
.content-page-main .hero:not(.no-background-image) .hero-contents,
.main-content-area.help-center .hero:not(.no-background-image) .hero-contents,
.main-content-area.feed .hero:not(.no-background-image) .hero-contents,
.account-page-section.my-loyalty .hero:not(.no-background-image) .hero-contents {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: unset;
  margin-bottom: unset;
  margin: 20px 0;
  border-radius: 2px;
  padding: 5px 30px;
}
.main-content-area.page .post-content,
.main-content-area.page .page-content,
.modal-page .post-content,
.modal-page .page-content,
.content-page-main .post-content,
.content-page-main .page-content,
.main-content-area.help-center .post-content,
.main-content-area.help-center .page-content,
.main-content-area.feed .post-content,
.main-content-area.feed .page-content,
.account-page-section.my-loyalty .post-content,
.account-page-section.my-loyalty .page-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  min-width: 50%;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}
.main-content-area.page .post-content a:not(.button),
.main-content-area.page .page-content a:not(.button),
.modal-page .post-content a:not(.button),
.modal-page .page-content a:not(.button),
.content-page-main .post-content a:not(.button),
.content-page-main .page-content a:not(.button),
.main-content-area.help-center .post-content a:not(.button),
.main-content-area.help-center .page-content a:not(.button),
.main-content-area.feed .post-content a:not(.button),
.main-content-area.feed .page-content a:not(.button),
.account-page-section.my-loyalty .post-content a:not(.button),
.account-page-section.my-loyalty .page-content a:not(.button) {
  text-decoration: underline;
}
.main-content-area.page .post-content a.button.cta-button,
.main-content-area.page .page-content a.button.cta-button,
.modal-page .post-content a.button.cta-button,
.modal-page .page-content a.button.cta-button,
.content-page-main .post-content a.button.cta-button,
.content-page-main .page-content a.button.cta-button,
.main-content-area.help-center .post-content a.button.cta-button,
.main-content-area.help-center .page-content a.button.cta-button,
.main-content-area.feed .post-content a.button.cta-button,
.main-content-area.feed .page-content a.button.cta-button,
.account-page-section.my-loyalty .post-content a.button.cta-button,
.account-page-section.my-loyalty .page-content a.button.cta-button {
  align-self: center;
  margin: 20px;
  line-height: 1.15;
}
.main-content-area.page .post-content a.button.cta-button:hover,
.main-content-area.page .page-content a.button.cta-button:hover,
.modal-page .post-content a.button.cta-button:hover,
.modal-page .page-content a.button.cta-button:hover,
.content-page-main .post-content a.button.cta-button:hover,
.content-page-main .page-content a.button.cta-button:hover,
.main-content-area.help-center .post-content a.button.cta-button:hover,
.main-content-area.help-center .page-content a.button.cta-button:hover,
.main-content-area.feed .post-content a.button.cta-button:hover,
.main-content-area.feed .page-content a.button.cta-button:hover,
.account-page-section.my-loyalty .post-content a.button.cta-button:hover,
.account-page-section.my-loyalty .page-content a.button.cta-button:hover {
  transform: scale(1.05);
  transition: transform 0.15s cubic-bezier(0.3, 0.93, 0.8, 0.85);
}
.main-content-area.page .post-content a.block-cta,
.main-content-area.page .page-content a.block-cta,
.modal-page .post-content a.block-cta,
.modal-page .page-content a.block-cta,
.content-page-main .post-content a.block-cta,
.content-page-main .page-content a.block-cta,
.main-content-area.help-center .post-content a.block-cta,
.main-content-area.help-center .page-content a.block-cta,
.main-content-area.feed .post-content a.block-cta,
.main-content-area.feed .page-content a.block-cta,
.account-page-section.my-loyalty .post-content a.block-cta,
.account-page-section.my-loyalty .page-content a.block-cta {
  text-decoration: none;
  line-height: 1.15;
}
.main-content-area.page .post-content a.button:hover,
.main-content-area.page .page-content a.button:hover,
.modal-page .post-content a.button:hover,
.modal-page .page-content a.button:hover,
.content-page-main .post-content a.button:hover,
.content-page-main .page-content a.button:hover,
.main-content-area.help-center .post-content a.button:hover,
.main-content-area.help-center .page-content a.button:hover,
.main-content-area.feed .post-content a.button:hover,
.main-content-area.feed .page-content a.button:hover,
.account-page-section.my-loyalty .post-content a.button:hover,
.account-page-section.my-loyalty .page-content a.button:hover {
  color: white;
}
.main-content-area.page .post-content > iframe,
.main-content-area.page .page-content > iframe,
.modal-page .post-content > iframe,
.modal-page .page-content > iframe,
.content-page-main .post-content > iframe,
.content-page-main .page-content > iframe,
.main-content-area.help-center .post-content > iframe,
.main-content-area.help-center .page-content > iframe,
.main-content-area.feed .post-content > iframe,
.main-content-area.feed .page-content > iframe,
.account-page-section.my-loyalty .post-content > iframe,
.account-page-section.my-loyalty .page-content > iframe {
  min-height: 250px;
  height: 40vh;
  max-height: 400px;
  width: 80%;
  align-self: center;
}
.main-content-area.page .post-content .blocks-container .block-row .feedposts-container .block-title,
.main-content-area.page .page-content .blocks-container .block-row .feedposts-container .block-title,
.modal-page .post-content .blocks-container .block-row .feedposts-container .block-title,
.modal-page .page-content .blocks-container .block-row .feedposts-container .block-title,
.content-page-main .post-content .blocks-container .block-row .feedposts-container .block-title,
.content-page-main .page-content .blocks-container .block-row .feedposts-container .block-title,
.main-content-area.help-center .post-content .blocks-container .block-row .feedposts-container .block-title,
.main-content-area.help-center .page-content .blocks-container .block-row .feedposts-container .block-title,
.main-content-area.feed .post-content .blocks-container .block-row .feedposts-container .block-title,
.main-content-area.feed .page-content .blocks-container .block-row .feedposts-container .block-title,
.account-page-section.my-loyalty .post-content .blocks-container .block-row .feedposts-container .block-title,
.account-page-section.my-loyalty .page-content .blocks-container .block-row .feedposts-container .block-title {
  line-height: 1.15;
}
.main-content-area.page .post-content form.context-form-in-page,
.main-content-area.page .page-content form.context-form-in-page,
.modal-page .post-content form.context-form-in-page,
.modal-page .page-content form.context-form-in-page,
.content-page-main .post-content form.context-form-in-page,
.content-page-main .page-content form.context-form-in-page,
.main-content-area.help-center .post-content form.context-form-in-page,
.main-content-area.help-center .page-content form.context-form-in-page,
.main-content-area.feed .post-content form.context-form-in-page,
.main-content-area.feed .page-content form.context-form-in-page,
.account-page-section.my-loyalty .post-content form.context-form-in-page,
.account-page-section.my-loyalty .page-content form.context-form-in-page {
  display: flex;
  flex-direction: column;
  padding: 25px 35px 35px;
  margin-top: 5px;
  background-color: var(--grey-1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (min-width: 801px) {
  .main-content-area.page .post-content form.context-form-in-page,
  .main-content-area.page .page-content form.context-form-in-page,
  .modal-page .post-content form.context-form-in-page,
  .modal-page .page-content form.context-form-in-page,
  .content-page-main .post-content form.context-form-in-page,
  .content-page-main .page-content form.context-form-in-page,
  .main-content-area.help-center .post-content form.context-form-in-page,
  .main-content-area.help-center .page-content form.context-form-in-page,
  .main-content-area.feed .post-content form.context-form-in-page,
  .main-content-area.feed .page-content form.context-form-in-page,
  .account-page-section.my-loyalty .post-content form.context-form-in-page,
  .account-page-section.my-loyalty .page-content form.context-form-in-page {
    box-sizing: border-box;
    width: 700px;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.page .post-content form.context-form-in-page,
  .main-content-area.page .page-content form.context-form-in-page,
  .modal-page .post-content form.context-form-in-page,
  .modal-page .page-content form.context-form-in-page,
  .content-page-main .post-content form.context-form-in-page,
  .content-page-main .page-content form.context-form-in-page,
  .main-content-area.help-center .post-content form.context-form-in-page,
  .main-content-area.help-center .page-content form.context-form-in-page,
  .main-content-area.feed .post-content form.context-form-in-page,
  .main-content-area.feed .page-content form.context-form-in-page,
  .account-page-section.my-loyalty .post-content form.context-form-in-page,
  .account-page-section.my-loyalty .page-content form.context-form-in-page {
    min-width: 80%;
  }
}
.main-content-area.page .post-content form.context-form-in-page button.save-form-button,
.main-content-area.page .page-content form.context-form-in-page button.save-form-button,
.modal-page .post-content form.context-form-in-page button.save-form-button,
.modal-page .page-content form.context-form-in-page button.save-form-button,
.content-page-main .post-content form.context-form-in-page button.save-form-button,
.content-page-main .page-content form.context-form-in-page button.save-form-button,
.main-content-area.help-center .post-content form.context-form-in-page button.save-form-button,
.main-content-area.help-center .page-content form.context-form-in-page button.save-form-button,
.main-content-area.feed .post-content form.context-form-in-page button.save-form-button,
.main-content-area.feed .page-content form.context-form-in-page button.save-form-button,
.account-page-section.my-loyalty .post-content form.context-form-in-page button.save-form-button,
.account-page-section.my-loyalty .page-content form.context-form-in-page button.save-form-button {
  align-self: center;
  margin-top: 25px;
}
.main-content-area.page .post-content form.context-form-in-page ul.website-form-save-errors-errors,
.main-content-area.page .page-content form.context-form-in-page ul.website-form-save-errors-errors,
.modal-page .post-content form.context-form-in-page ul.website-form-save-errors-errors,
.modal-page .page-content form.context-form-in-page ul.website-form-save-errors-errors,
.content-page-main .post-content form.context-form-in-page ul.website-form-save-errors-errors,
.content-page-main .page-content form.context-form-in-page ul.website-form-save-errors-errors,
.main-content-area.help-center .post-content form.context-form-in-page ul.website-form-save-errors-errors,
.main-content-area.help-center .page-content form.context-form-in-page ul.website-form-save-errors-errors,
.main-content-area.feed .post-content form.context-form-in-page ul.website-form-save-errors-errors,
.main-content-area.feed .page-content form.context-form-in-page ul.website-form-save-errors-errors,
.account-page-section.my-loyalty .post-content form.context-form-in-page ul.website-form-save-errors-errors,
.account-page-section.my-loyalty .page-content form.context-form-in-page ul.website-form-save-errors-errors {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.main-content-area.page .post-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.main-content-area.page .page-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.modal-page .post-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.modal-page .page-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.content-page-main .post-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.content-page-main .page-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.main-content-area.help-center .post-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.main-content-area.help-center .page-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.main-content-area.feed .post-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.main-content-area.feed .page-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.account-page-section.my-loyalty .post-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content,
.account-page-section.my-loyalty .page-content form.context-form-in-page ul.website-form-save-errors-errors .alert.website-form-save-errors-error-content {
  justify-content: center;
}
.main-content-area.page .register-confirmation-page,
.modal-page .register-confirmation-page,
.content-page-main .register-confirmation-page,
.main-content-area.help-center .register-confirmation-page,
.main-content-area.feed .register-confirmation-page,
.account-page-section.my-loyalty .register-confirmation-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  text-align: center;
}
.main-content-area.page .register-confirmation-page .continue-shopping,
.modal-page .register-confirmation-page .continue-shopping,
.content-page-main .register-confirmation-page .continue-shopping,
.main-content-area.help-center .register-confirmation-page .continue-shopping,
.main-content-area.feed .register-confirmation-page .continue-shopping,
.account-page-section.my-loyalty .register-confirmation-page .continue-shopping {
  justify-content: center;
  margin-top: 25px;
}
.main-content-area.page .register-confirmation-page a.continue-shopping:hover,
.modal-page .register-confirmation-page a.continue-shopping:hover,
.content-page-main .register-confirmation-page a.continue-shopping:hover,
.main-content-area.help-center .register-confirmation-page a.continue-shopping:hover,
.main-content-area.feed .register-confirmation-page a.continue-shopping:hover,
.account-page-section.my-loyalty .register-confirmation-page a.continue-shopping:hover {
  color: white;
}

.main-content-area.page .page-content,
.main-content-area.help-center .page-content {
  min-height: 50vh;
}

.page-content svg.working-spinner {
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  width: 40px;
}
.page-content a.back-to-help-center {
  text-decoration: underline;
  font-size: 0.875rem;
  padding-top: 30px;
}
.page-content ul.questions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-content ul.questions li.questions-item {
  margin: 2em 0;
}
.page-content ul.questions li.questions-item .faq-question {
  font-size: 1.424rem;
  color: var(--primary-color);
}

.page-content .embedded-delivery-faq-page .hero {
  display: none;
}
.page-content .embedded-delivery-faq-page .page-content {
  padding: 0;
}
.page-content .embedded-delivery-faq-page .page-content ul.questions li.questions-item .faq-question {
  color: unset;
}
.page-content .embedded-delivery-faq-page ul.questions li.questions-item:first-of-type {
  margin-top: 0;
}

@media only screen and (max-width: 800px) {
  .main-content-area.page .hero:not(.no-background-image) .hero-contents,
  .main-content-area.post .hero:not(.no-background-image) .hero-contents,
  .main-content-area.help-center .hero:not(.no-background-image) .hero-contents,
  .main-content-area.feed .hero:not(.no-background-image) .hero-contents {
    width: unset;
    padding: 15px;
  }
  .main-content-area.page .hero:not(.no-background-image) .hero-contents .hero-title,
  .main-content-area.page .hero:not(.no-background-image) .hero-contents .hero-subtitle,
  .main-content-area.post .hero:not(.no-background-image) .hero-contents .hero-title,
  .main-content-area.post .hero:not(.no-background-image) .hero-contents .hero-subtitle,
  .main-content-area.help-center .hero:not(.no-background-image) .hero-contents .hero-title,
  .main-content-area.help-center .hero:not(.no-background-image) .hero-contents .hero-subtitle,
  .main-content-area.feed .hero:not(.no-background-image) .hero-contents .hero-title,
  .main-content-area.feed .hero:not(.no-background-image) .hero-contents .hero-subtitle {
    margin: 0.5em 0;
  }
  .main-content-area.page .page-content,
  .main-content-area.page .post-content,
  .main-content-area.post .page-content,
  .main-content-area.post .post-content,
  .main-content-area.help-center .page-content,
  .main-content-area.help-center .post-content,
  .main-content-area.feed .page-content,
  .main-content-area.feed .post-content {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .main-content-area.page .page-content .block.video-block frame,
  .main-content-area.page .post-content .block.video-block frame,
  .main-content-area.post .page-content .block.video-block frame,
  .main-content-area.post .post-content .block.video-block frame,
  .main-content-area.help-center .page-content .block.video-block frame,
  .main-content-area.help-center .post-content .block.video-block frame,
  .main-content-area.feed .page-content .block.video-block frame,
  .main-content-area.feed .post-content .block.video-block frame {
    width: 100%;
  }
  .main-content-area.page .page-content img,
  .main-content-area.page .post-content img,
  .main-content-area.post .page-content img,
  .main-content-area.post .post-content img,
  .main-content-area.help-center .page-content img,
  .main-content-area.help-center .post-content img,
  .main-content-area.feed .page-content img,
  .main-content-area.feed .post-content img {
    max-width: 100%;
  }
  .main-content-area.page .page-content form.context-form-in-page,
  .main-content-area.page .post-content form.context-form-in-page,
  .main-content-area.post .page-content form.context-form-in-page,
  .main-content-area.post .post-content form.context-form-in-page,
  .main-content-area.help-center .page-content form.context-form-in-page,
  .main-content-area.help-center .post-content form.context-form-in-page,
  .main-content-area.feed .page-content form.context-form-in-page,
  .main-content-area.feed .post-content form.context-form-in-page {
    padding: 20px;
  }
  .main-content-area.page .page-content form.context-form-in-page button.save-form-button,
  .main-content-area.page .post-content form.context-form-in-page button.save-form-button,
  .main-content-area.post .page-content form.context-form-in-page button.save-form-button,
  .main-content-area.post .post-content form.context-form-in-page button.save-form-button,
  .main-content-area.help-center .page-content form.context-form-in-page button.save-form-button,
  .main-content-area.help-center .post-content form.context-form-in-page button.save-form-button,
  .main-content-area.feed .page-content form.context-form-in-page button.save-form-button,
  .main-content-area.feed .post-content form.context-form-in-page button.save-form-button {
    margin: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .main-content-area.page .page-content,
  .main-content-area.post .page-content,
  .main-contnet-area.main-content-area.help-center .page-content,
  .main-content-area.feed .page-content {
    padding: 15px;
  }
}
.main-content-area.website-form.page .register-confirmation-page {
  margin: 20px;
}
.main-content-area.website-form.page .register-confirmation-page .thank-you-text {
  margin: 20px 0;
}
.main-content-area.website-form.page .register-confirmation-page .thank-you-text ul {
  width: max-content;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.main-content-area.website-form.page .register-confirmation-page > p {
  color: var(--grey-7);
}
.main-content-area.website-form.page .register-confirmation-page a.button {
  margin: 20px 0;
}
.main-content-area.website-form.page .register-confirmation-page a.button:hover {
  color: white;
  text-decoration: underline;
}
.main-content-area.website-form.page .page-content form .accept-privacy-policy,
.main-content-area.website-form.page .page-content form .subscribe.input-group {
  margin: 5px 0;
}
.main-content-area.website-form.page .page-content form .accept-privacy-policy input,
.main-content-area.website-form.page .page-content form .subscribe.input-group input {
  flex-shrink: 0;
}
.main-content-area.website-form.page .page-content form .accept-privacy-policy,
.main-content-area.website-form.page .page-content form .subscribe.input-group-checkbox label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
}
.main-content-area.website-form.page .page-content form .accept-privacy-policy a,
.main-content-area.website-form.page .page-content form .subscribe.input-group-checkbox label a {
  display: inline-flex;
  align-items: center;
}
.main-content-area.website-form.page .page-content form .accept-privacy-policy a svg,
.main-content-area.website-form.page .page-content form .subscribe.input-group-checkbox label a svg {
  margin-left: 10px;
  height: 16px;
  width: 16px;
}
.main-content-area.website-form.page .page-content form ul.website-form-save-errors-errors {
  align-items: center;
}
.main-content-area.website-form.page .page-content form ul.website-form-save-errors-errors .alert svg {
  display: none;
}

.page-content .cookie-kind-section h3 {
  margin-bottom: 0;
}
.page-content .cookie-kind-section > section h4 {
  margin: 0.5em 0;
}

.main-content-area.post-category {
  min-height: 50vh;
  display: grid;
  grid-template-areas: "nav breadcrumbs" "nav title" "nav description" "nav sub-categories" "nav posts";
  grid-template-columns: max-content 3fr;
  grid-template-rows: repeat(4, auto) 1fr;
}
.main-content-area.post-category > .image-container .post-category-image {
  display: none;
}
.main-content-area.post-category .bread-crumbs {
  grid-area: breadcrumbs;
  padding-left: 25px;
}
.main-content-area.post-category .category-page-title {
  grid-area: title;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.main-content-area.post-category .post-category-menu {
  grid-area: nav;
}
.main-content-area.post-category .category-page-description {
  grid-area: description;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}
.main-content-area.post-category .category-page-description p:first-child {
  margin-top: 0;
}
.main-content-area.post-category .category-page-sub-category-menu {
  grid-area: sub-categories;
}
.main-content-area.post-category .category-page-sub-category-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.main-content-area.post-category .category-page-sub-category-menu ul li {
  margin: 1em;
  font-size: 1.125rem;
}
.main-content-area.post-category .category-page-sub-category-menu ul li a {
  text-decoration: underline;
}
.main-content-area.post-category .category-posts {
  grid-area: posts;
  margin-top: 10px;
}
.main-content-area.post-category .category-posts > p {
  font-size: 0.875rem;
}

.main-content-area.post {
  display: grid;
  grid-template-areas: "nav breadcrumbs" "nav content";
  grid-template-columns: max-content 3fr;
  grid-template-rows: max-content 1fr;
  background-color: white;
  min-height: 50vh;
  padding-bottom: unset;
}
.main-content-area.post .bread-crumbs {
  grid-area: breadcrumbs;
  padding: 20px 40px;
  font-size: 0.875rem;
  color: var(--grey-7);
}
.main-content-area.post .post-category-menu {
  grid-area: nav;
}
.main-content-area.post .content-page-main {
  grid-area: content;
  padding: 0 40px 40px 40px;
  align-self: flex-start;
  max-width: 1200px;
}
.main-content-area.post .content-page-main .working-spinner {
  height: 30px;
  width: 30px;
}
.main-content-area.post .content-page-main .hero .post-title-and-author .post-title {
  font-size: 1.602rem;
  font-family: var(--title-font);
  font-weight: var(--title-weight);
  margin: 0.5em 0;
}
.main-content-area.post .content-page-main .hero .post-title-and-author .post-author {
  font-size: 0.875rem;
  color: var(--grey-7);
  margin: 0.5em 0;
}
.main-content-area.post .content-page-main .hero.no-background-image .hero-contents {
  padding: 30px;
}
.main-content-area.post .content-page-main .hero.inverted .post-title-and-author .post-author {
  color: white;
}
.main-content-area.post .content-page-main .post-content {
  padding: 10px 0 0 0;
  max-width: unset;
}
.main-content-area.post .content-page-main .post-content > div > p > img {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.main-content-area.post .content-page-main .post-content > iframe {
  width: 100%;
}
.main-content-area.post .content-page-main .related-products ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  height: max-content;
  gap: 20px;
}
.main-content-area.post .content-page-main .related-products ul .product-cell {
  height: 100%;
}
.main-content-area.post .content-page-main .related-products ul .product-cell > .product-image-container {
  height: 150px;
  width: 150px;
}
.main-content-area.post .content-page-main .related-products ul .product-cell > .product-image-container img.cell-thumbnail {
  max-height: 150px;
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  .main-content-area.post .content-page-main {
    box-sizing: border-box;
    width: 100vw;
  }
  .main-content-area.post .content-page-main .post-content img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .main-content-area.post {
    grid-template-areas: "breadcrumbs" "content";
    grid-template-columns: auto;
  }
  .main-content-area.post .content-page-main {
    padding: 15px;
  }
  .main-content-area.post .content-page-main .post-content {
    box-sizing: border-box;
    padding: 15px;
    min-width: unset;
  }
  .main-content-area.post .content-page-main .post-content > iframe {
    width: 100%;
    min-height: unset;
    height: unset;
  }
  .main-content-area.post .content-page-main .hero:not(.no-background-image) .hero-contents {
    width: unset;
    padding: 10px;
  }
  .main-content-area.post .content-page-main .related-products .related-products-heading {
    margin-left: 15px;
  }
  .main-content-area.post .bread-crumbs {
    padding: 15px 0 0 15px;
    font-size: 0.875rem;
  }
}
.main-content-area.content-home,
.main-content-area.post-category {
  min-height: 50vh;
  padding-bottom: unset;
  line-height: 1.4;
}

.post-summaries,
.category-posts {
  height: max-content;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 0 20px 20px 20px;
}

a.post-summary {
  border-radius: 2px;
  min-width: 250px;
  max-width: 900px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: white;
  flex: 1;
  display: grid;
  grid-template-areas: "image" "title" "teaser";
  grid-template-rows: min-content min-content auto;
}
a.post-summary .post-title-and-author {
  grid-area: title;
}
a.post-summary .post-title-and-author .post-title {
  font-family: var(--title-font);
  font-size: 1.125rem;
  margin: 0.5em 0;
  font-weight: var(--title-weight);
}
a.post-summary .post-title-and-author .post-author {
  color: var(--grey-7);
  font-size: 0.875rem;
}
a.post-summary .image-container {
  grid-area: image;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}
a.post-summary .image-container.no-background-image {
  background-color: var(--grey-2);
  filter: brightness(80%);
}
a.post-summary .post-teaser {
  grid-area: teaser;
  font-size: 0.875rem;
  line-height: 1.6;
}

a.post-summary:hover {
  color: var(--grey-10);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.main-content-area.content-home {
  display: grid;
  grid-template-areas: "nav blocks" "nav title" "nav posts";
  grid-template-columns: max-content 3fr;
  grid-template-rows: auto auto 1fr;
}
.main-content-area.content-home .blocks-container {
  grid-area: blocks;
}
.main-content-area.content-home .blocks-container .block-row:first-child {
  margin-top: 0;
}
.main-content-area.content-home .blocks-container .block-row:not(:first-child) {
  margin: 10px;
}
.main-content-area.content-home .blocks-container .block-row:not(:first-child) .block {
  margin: 10px;
}
.main-content-area.content-home .featured-posts-title {
  grid-area: title;
  text-align: center;
}
.main-content-area.content-home .post-category-menu {
  grid-area: nav;
}
.main-content-area.content-home .post-summaries {
  grid-area: posts;
}

@media only screen and (max-width: 350px) {
  a.post-summary {
    padding: 15px;
  }
}
.main-content-area.help-center {
  background-color: var(--grey-1);
  align-items: center;
}
.main-content-area.help-center .faqs-top-matter {
  padding-top: 20px;
  background-color: var(--grey-1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container {
  position: relative;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container input.faq-search-input {
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  width: 50vw;
  margin: 20px 0 40px 0;
  background-color: white;
  padding-left: 17px;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container input.faq-search-input:not(:focus) + .faq-search-results {
  max-height: 0;
  padding: 0;
  transition-property: max-height padding;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container .faq-search-results {
  padding: 20px;
  position: absolute;
  top: 60px;
  box-sizing: border-box;
  max-width: unset;
  width: 50vw;
  max-height: 60vh;
  overflow-y: auto;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container .faq-search-results a.faq-search-results-page-link {
  display: block;
  margin-bottom: 1.3em;
  font-size: 0.875rem;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container .faq-search-results a.faq-search-results-page-link .faq-question {
  font-size: 1rem;
  margin-bottom: 0.1em;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container .faq-search-results a.faq-search-results-page-link .search-result-containing-faq-page {
  color: var(--grey-7);
  font-size: 0.875rem;
}
.main-content-area.help-center .faqs-top-matter .faq-search-container .faq-search-results a.faq-search-results-page-link:last-child {
  margin-bottom: 0;
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item {
  flex: 1;
  padding: 20px 40px 40px 40px;
  margin: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-width: 300px;
  background-color: white;
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item .faq-title {
  color: var(--primary-color);
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item .faq-subtitle {
  display: none;
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item ul.questions {
  padding-left: 20px;
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item .faq-question {
  display: block;
  margin: 1em 0;
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item .and-some-more {
  margin: 1em 0;
  color: var(--primary-color);
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item a:hover {
  color: unset;
}
.main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item a:hover .faq-title {
  text-decoration: underline;
}
.main-content-area.help-center .page-content {
  background-color: white;
  padding: 0 30px 30px 30px;
  margin-top: 30px;
}
.main-content-area.help-center .hero {
  align-self: stretch;
}

@media only screen and (max-width: 800px) {
  .main-content-area.help-center .faqs-top-matter .faq-search-container input.faq-search-input,
  .main-content-area.help-center .faqs-top-matter .faq-search-container .faq-search-results {
    width: 90vw;
  }
}
@media only screen and (max-width: 550px) {
  .main-content-area.help-center .faqs-bottom-matter ul.faq-links li.faq-links-item {
    min-width: 200px;
    padding: 0px 20px 20px;
    margin: 10px;
  }
}
.main-content-area.feed {
  padding-bottom: 0;
}
.main-content-area.feed .hero.no-background-image {
  background-color: white;
}
.main-content-area.feed .hero.no-background-image .hero-contents {
  padding: 10px;
  margin-top: 20px;
}
.main-content-area.feed .page-content a.clear-hashtag {
  margin-bottom: 10px;
  font-weight: bold;
}

.feedposts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  gap: 20px;
}

.feedpost {
  text-align: unset;
  text-transform: none;
  background-color: transparent;
  color: var(--grey-10);
  border: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.feedpost > img:hover {
  cursor: pointer;
}
.feedpost .show-on-hover {
  display: none;
  position: absolute;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  cursor: pointer;
}
.feedpost .show-on-hover svg {
  width: 100%;
}
.feedpost .show-on-hover .feedpost-likes {
  display: none;
}
.feedpost .feedpost-image:hover + .show-on-hover,
.feedpost .show-on-hover:hover {
  display: initial;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.feedpost .feedpost-liked svg {
  fill: white;
}
@media only screen and (min-width: 801px) {
  .feedpost .modal-container {
    top: 30vh;
  }
}
.feedpost .modal {
  position: relative;
}
.feedpost .modal button.close-modal {
  top: 9px;
  right: 9px;
}
.feedpost .modal-explanation {
  width: 100%;
  max-height: 80vh;
  overflow-x: auto;
  margin: 0;
}

.feedpost-dialog {
  display: grid;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  grid-template-rows: auto min-content min-content min-content auto;
  grid-template-areas: "image username date" "image body body" "image hashtags hashtags" "image like like" "image cta cta";
  text-align: left;
  column-gap: 20px;
  row-gap: 10px;
  align-items: center;
}
.feedpost-dialog .feedpost-image {
  grid-area: image;
}
.feedpost-dialog .user-text,
.feedpost-dialog .user-link {
  grid-area: username;
  font-weight: bold;
  font-size: 0.875rem;
}
.feedpost-dialog .feedpost-published-date {
  grid-area: date;
  justify-self: flex-end;
  color: var(--grey-7);
  font-size: 0.875rem;
}
.feedpost-dialog .feedpost-body {
  grid-area: body;
  align-self: flex-end;
}
.feedpost-dialog .cta-link,
.feedpost-dialog .cta-text {
  grid-area: cta;
  align-self: flex-end;
}
.feedpost-dialog .cta-text {
  font-weight: bold;
  color: var(--primary-color);
}
.feedpost-dialog .cta-link:hover {
  color: white;
}
.feedpost-dialog .hashtags {
  grid-area: hashtags;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.feedpost-dialog .hashtags li.hashtags-item:not(:last-of-type) .hashtag a::after {
  content: ",";
}
.feedpost-dialog .hashtags .hashtag {
  margin-right: 0.5em;
}
.feedpost-dialog .hashtags a {
  color: #5e81ac;
  text-decoration: none;
}
.feedpost-dialog .like-feedpost {
  grid-area: like;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.feedpost-dialog .like-feedpost button.icon-button {
  color: var(--primary-color);
}
.feedpost-dialog .like-feedpost button.icon-button svg {
  width: 100%;
}
.feedpost-dialog .like-feedpost span.feedpost-likes {
  margin: 6px 6px 0 6px;
  color: var(--grey-7);
}
.feedpost-dialog .like-feedpost.feedpost-liked svg {
  fill: var(--primary-color);
}
.feedpost-dialog button.previous-feed-post,
.feedpost-dialog button.next-feed-post {
  position: absolute;
  top: 50%;
  background-color: white;
  border-radius: 50%;
}
.feedpost-dialog button.previous-feed-post svg,
.feedpost-dialog button.next-feed-post svg {
  width: 100%;
}
.feedpost-dialog button.previous-feed-post {
  left: 9px;
}
.feedpost-dialog button.next-feed-post {
  right: 9px;
}

@media only screen and (max-width: 600px) {
  .feedposts {
    gap: 3px;
  }
  .feedposts .modal-container {
    top: 5vh;
  }
  .feedposts .modal-container .modal-explanation {
    max-height: 90vh;
  }
  .feedposts .modal-container .feedpost-dialog {
    grid-template-columns: auto auto;
    grid-template-areas: "image image" "username date" "body body" "hashtags hashtags" "like like" "cta cta";
  }
  .feedposts .modal-container .feedpost-dialog > img {
    box-sizing: border-box;
    width: 100%;
  }
}
header#site-header.website-page.landing-page-mode,
header#site-header.website-form.landing-page-mode {
  position: initial;
  box-shadow: unset;
}
header#site-header.website-page.landing-page-mode #site-logo,
header#site-header.website-form.landing-page-mode #site-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
header#site-header.website-page.landing-page-mode #site-logo a,
header#site-header.website-form.landing-page-mode #site-logo a {
  height: 55px;
}

.main-content-area.page .blocks-container a.block-cta {
  text-decoration: none;
}

.main-content-area.page.reviews-page .page-content .overall-ratings-section .section-title,
.main-content-area.page.reviews-page .page-content .customer-reviews-section .section-title {
  text-align: center;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 500px;
}
@media only screen and (max-width: 800px) {
  .main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list {
    width: 80vw;
  }
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .rating-breakdown-line {
  padding: 2px;
  display: grid;
  grid-template-columns: 3rem auto 3rem;
  align-items: center;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-stars {
  display: flex;
  width: max-content;
  position: relative;
  margin: 2px 0;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-stars .line-stars-num {
  position: absolute;
  z-index: 10;
  left: 9px;
  top: 7px;
  font-size: 11px;
  color: var(--primary-color-9);
}
@media only screen and (max-width: 800px) {
  .main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-stars {
    left: 7px;
  }
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-stars svg {
  transform: scale(1.5);
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-stars svg polygon {
  fill: var(--grey-2);
  stroke: var(--grey-10);
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list > li:last-child .line-stars .line-stars-num {
  left: 10px;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-bar-container {
  background-color: var(--grey-2);
  display: flex;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-bar-container .line-bar {
  background-color: var(--primary-color);
  display: inline-block;
  height: 20px;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section ul.rating-breakdown-list .line-reviews {
  color: var(--grey-7);
  text-align: end;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section .stars-container svg {
  transform: scale(1.5);
  padding: 5px;
}
.main-content-area.page.reviews-page .page-content .overall-ratings-section .overall-ratings-text-container {
  text-align: center;
  font-size: 1.424rem;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.main-content-area.page.reviews-page .customer-reviews-section {
  width: 900px;
}
@media only screen and (max-width: 1000px) {
  .main-content-area.page.reviews-page .customer-reviews-section {
    width: 90vw;
  }
}
@media only screen and (max-width: 800px) {
  .main-content-area.page.reviews-page .customer-reviews-section {
    width: unset;
  }
}

#contact-us-main .customer-service-section {
  display: flex;
  flex-direction: column;
}
#contact-us-main .customer-service-section .customer-service-phone,
#contact-us-main .customer-service-section .customer-service-email,
#contact-us-main .customer-service-section .opening-hours {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.15;
  margin-right: 20px;
  margin-bottom: 10px;
}
#contact-us-main .customer-service-section .customer-service-phone svg,
#contact-us-main .customer-service-section .customer-service-email svg,
#contact-us-main .customer-service-section .opening-hours svg {
  margin-right: 10px;
  height: 18px;
  width: 18px;
}
#contact-us-main .customer-service-section .customer-service-phone .daily-opening-hours,
#contact-us-main .customer-service-section .customer-service-email .daily-opening-hours,
#contact-us-main .customer-service-section .opening-hours .daily-opening-hours {
  margin-right: 10px;
}
#contact-us-main .customer-service-section .customer-service-phone .daily-opening-hours:not(:last-child):after,
#contact-us-main .customer-service-section .customer-service-email .daily-opening-hours:not(:last-child):after,
#contact-us-main .customer-service-section .opening-hours .daily-opening-hours:not(:last-child):after {
  content: "|";
  margin-left: 10px;
}
#contact-us-main .customer-service-section .embedded-form {
  background-color: var(--grey-1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#contact-us-main .customer-service-section .embedded-form > div {
  font-size: 0.875rem;
}
#contact-us-main .customer-service-section .embedded-form > form.context-form-in-contact-page {
  background-color: unset;
  box-shadow: unset;
  margin-top: 0;
  padding: 20px;
}
#contact-us-main .customer-service-section .embedded-form > div + form.context-form-in-contact-page {
  padding-top: 0;
}
#contact-us-main .customer-service-section .register-confirmation-page {
  background-color: var(--grey-1);
  padding: 0 5px;
}
@media only screen and (min-width: 801px) {
  #contact-us-main .customer-service-section .customer-service-optional-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #contact-us-main .customer-service-section .customer-service-optional-fields .customer-service-phone,
  #contact-us-main .customer-service-section .customer-service-optional-fields .customer-service-email,
  #contact-us-main .customer-service-section .customer-service-optional-fields .opening-hours {
    flex-wrap: nowrap;
    width: max-content;
  }
  #contact-us-main .customer-service-section .customer-service-optional-fields .customer-service-phone svg,
  #contact-us-main .customer-service-section .customer-service-optional-fields .customer-service-email svg,
  #contact-us-main .customer-service-section .customer-service-optional-fields .opening-hours svg {
    flex-shrink: 0;
  }
  #contact-us-main .customer-service-section .embedded-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 700px;
    align-self: center;
    margin-top: 30px;
  }
  #contact-us-main .customer-service-section .embedded-form > div {
    padding: 10px 20px 0;
  }
  #contact-us-main .customer-service-section .embedded-form > form {
    box-sizing: border-box;
    width: 700px;
  }
}
@media only screen and (max-width: 800px) {
  #contact-us-main .customer-service-section .embedded-form {
    margin-top: 30px;
  }
  #contact-us-main .customer-service-section .embedded-form > div {
    padding: 10px 20px 0;
  }
}
@media only screen and (max-width: 400px) {
  #contact-us-main .customer-service-section .customer-service-email {
    word-break: break-word;
  }
}
#contact-us-main .locations-section {
  margin-top: 40px;
}
#contact-us-main .locations-section ul.location-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contact-us-main .locations-section ul.location-list li.location-list-item {
  padding-bottom: 40px;
}
@media only screen and (min-width: 801px) {
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container {
    display: grid;
    grid-template-columns: 2fr max-content 2fr;
  }
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container h4 {
    grid-row: 1;
    grid-column: 1/4;
  }
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container .location-intro {
    grid-row: 2;
    grid-column: 1/4;
  }
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container .address {
    grid-row: 3;
    grid-column: 1;
  }
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container .location-image {
    grid-row: 3;
    grid-column: 2;
    width: 200px;
  }
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container .opening-hours {
    grid-row: 3;
    grid-column: 3;
  }
}
@media only screen and (max-width: 800px) {
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container h4 {
  margin: 0.5em 0;
  text-align: center;
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container .location-intro {
  margin-bottom: 1em;
  text-align: center;
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container .address p {
  margin: 0;
  font-size: 0.875rem;
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container .address p img {
  height: 12px;
  margin-right: 5px;
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container .location-image {
  max-height: 180px;
  justify-self: center;
}
@media only screen and (max-width: 800px) {
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container .location-image {
    align-self: center;
    margin-bottom: 20px;
  }
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container .opening-hours {
  justify-content: center;
  font-size: 0.875rem;
}
#contact-us-main .locations-section ul.location-list li.location-list-item .location-container .opening-hours .location-opening-hours-title {
  margin: 0 0 0.5em 0;
}
@media only screen and (max-width: 800px) {
  #contact-us-main .locations-section ul.location-list li.location-list-item .location-container .opening-hours .location-opening-hours-title {
    margin-top: 1em;
  }
}
#contact-us-main .locations-section ul.location-list li.location-list-item:not(:last-child) {
  border-bottom: 1px solid var(--grey-2);
}

.opening-hours {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.opening-hours .daily-opening-hours {
  display: flex;
  flex-direction: row;
}
.opening-hours .daily-opening-hours .day {
  margin-right: 0.5em;
}
.opening-hours .daily-opening-hours .day:after {
  content: ":";
}
.opening-hours .daily-opening-hours .open-period:not(:last-child)::after {
  content: ", ";
}
.opening-hours .daily-opening-hours .open-periods {
  color: var(--grey-7);
}

.main-content-area.external-payment-error {
  padding: 30px;
  text-align: center;
}
.main-content-area.external-payment-error h1 svg,
.main-content-area.external-payment-error h3 svg {
  height: 50px;
  width: 50px;
  color: #bf616a;
}
.main-content-area.external-payment-error h1 svg.ph-icon > path:not(:last-child),
.main-content-area.external-payment-error h3 svg.ph-icon > path:not(:last-child) {
  fill: transparent;
}
.main-content-area.external-payment-error h5 {
  text-transform: none;
}

.main-content-area.loyalty-info .hero-title,
.main-content-area.account .my-loyalty .hero-title,
.modal-page .hero-title {
  display: flex;
  align-items: center;
}
.main-content-area.loyalty-info .hero-title svg,
.main-content-area.account .my-loyalty .hero-title svg,
.modal-page .hero-title svg {
  margin-right: 10px;
  height: 30px;
  width: 30px;
}
.main-content-area.loyalty-info .page-content .information-section,
.main-content-area.account .my-loyalty .page-content .information-section,
.modal-page .page-content .information-section {
  text-align: left;
}
.main-content-area.loyalty-info .page-content .information-section .price-group,
.main-content-area.account .my-loyalty .page-content .information-section .price-group,
.modal-page .page-content .information-section .price-group {
  display: inline;
}
.main-content-area.loyalty-info .page-content .information-section .loyalty-amount,
.main-content-area.loyalty-info .page-content .information-section .price-group,
.main-content-area.loyalty-info .page-content .information-section .expiry-days,
.main-content-area.account .my-loyalty .page-content .information-section .loyalty-amount,
.main-content-area.account .my-loyalty .page-content .information-section .price-group,
.main-content-area.account .my-loyalty .page-content .information-section .expiry-days,
.modal-page .page-content .information-section .loyalty-amount,
.modal-page .page-content .information-section .price-group,
.modal-page .page-content .information-section .expiry-days {
  font-weight: bold;
}
.main-content-area.loyalty-info .page-content .see-terms-and-conditions,
.main-content-area.account .my-loyalty .page-content .see-terms-and-conditions,
.modal-page .page-content .see-terms-and-conditions {
  font-size: 0.875rem;
}
.main-content-area.loyalty-info .page-content .see-terms-and-conditions a,
.main-content-area.account .my-loyalty .page-content .see-terms-and-conditions a,
.modal-page .page-content .see-terms-and-conditions a {
  text-transform: capitalize;
}

.modal-container.full-page .modal .modal-explanation .modal-page .page-content .information-section ul li {
  display: list-item;
}

:root {
  --title-font: "Work Sans", sans-serif;
  --title-weight: 700;
  --body-text-font: "Source Sans Pro", sans-serif;
  --accent-font: "Work Sans", sans-serif;
  --header-text-transform: capitalize;
  --button-text-transform: uppercase;
  --primary-color: #64748b;
  --content-primary-color: #64748b;
  --footer-color-opacity: 0.8;
  --header-background-color: white;
  --logo-height: 55px;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: var(--grey-10);
  font-family: var(--body-text-font);
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 100vh;
  position: relative;
}

#content-container {
  min-height: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* To account for the floating header */
  box-sizing: border-box;
}

.main-content-area {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.main-content-area.not-found {
  padding: 30px;
  text-align: center;
  height: max-content;
  min-height: 30vh;
  justify-content: center;
}
.main-content-area.not-found p a {
  display: block;
  text-align: center;
  margin: 25px 0;
  font-weight: bold;
  font-size: 1.125rem;
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  #view .menus {
    display: none;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
}

img[src$=svg],
img[src$=SVG] {
  height: 999px;
}

svg.ph-icon {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}
svg.ph-icon > path:not(:last-child) {
  fill: var(--primary-color);
}

:root,
.sidebar,
.nav-filters-bar {
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgb(224, 224, 224);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(194, 194, 194, 0.767);
}

nav.navigation-menu li:hover > span.menu-item-contents {
  cursor: default;
}

/* Global scrollbar styles for Webkit browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 8px; /* Width of vertical scrollbars */
  height: 8px; /* Height of horizontal scrollbars */
}

::-webkit-scrollbar-thumb {
  background: #cccccc; /* Thumb color */
  border-radius: 4px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa; /* Thumb color on hover */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background color */
  border-radius: 4px; /* Rounded corners for the track */
}

::-webkit-scrollbar-track:hover {
  background: #e6e6e6; /* Track background color on hover */
}

/* Firefox scrollbar styles */
* {
  scrollbar-width: thin; /* Thin scrollbar width */
  scrollbar-color: #cccccc #f1f1f1; /* Thumb color and track color */
}
