/** Shopify CDN: Minification failed

Line 2873:0 Expected "}" to go with "{"

**/
/* base */
*,
*::before,
*::after {
  box-sizing: inherit;
  user-select: auto;
}

/* Animations*/
.fadeIn {
  -webkit-transition: all var(--animation-scroll_appear_timing);
  transition: all var(--animation-scroll_appear_timing);
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.fadeIn.inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: var(--animation-scroll_appear_timing);
          transition-delay: var(--animation-scroll_appear_timing);
}

.opacity-transition {
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.hoverAnimation {
  overflow: hidden;
}

.hoverAnimation_featured_diagram-feature {
  overflow: visible
}

.hoverAnimation  img, .hoverAnimation_featured_diagram-feature img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: var(--image-hover-timing) ease-in-out!important;
	transition: var(--image-hover-timing) ease-in-out!important;
}
.hoverAnimation:hover img, .hoverAnimation_featured_diagram-feature:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
/* End animations */

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
}

body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  color: var(--color-foreground);
  background-color: var(--color-background);
  -webkit-font-smoothing: antialiased;
   width: 100%;
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
  }
}

.acsb-trigger,.acsb-trigger-icon svg {
  visibility: hidden!important;
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

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

html.no-js .no-js-inline {
  display: inline-block !important;
}

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

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 500px) and (max-width: 769px) {
  .page-width {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 770px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.element-margin {
  margin-top: 5rem;
}

.spaced-section {
  margin-top: 5rem;
}

.spaced-section:last-child {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section:last-child {
    margin-bottom: calc(5rem + var(--page-width-margin));
  }
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}

.spaced-section--full-width:first-child {
  margin-top: 0;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0;
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

/* ::selection {
  background-color: rgba(var(--color-foreground), 0.2);
} */

p,
.text-body {
  font-size: calc(var(--font-body-scale) * 1.6rem);
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.text-body-small, .text-body-small p {
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: normal;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

@media only screen and (min-width: 990px) {
  .text-body-small, .text-body-small p {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.text-body-medium, .text-body-medium p {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: normal;
  font-family: var(--font-heading-family);
  font-style: var(--font-body-style);
  font-weight: 100;
}

@media only screen and (min-width: 750px) {
  .text-body-medium, .text-body-medium p {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}

.text-body-medium-light, .text-body-medium-light p {
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: normal;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: 300;
}

@media only screen and (min-width: 750px) {
  .text-body-medium-light, .text-body-medium-light p {
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.text-body-large, .text-body-large p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: normal;
  font-family: var(--font-heading-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

@media only screen and (min-width: 750px) {
  .text-body-large, .text-body-large p {
    font-size: 4.2rem;
    line-height: 5.8rem;
  }
}

.brighton-eyebrow {
  font-size: calc(var(--font-heading-scale) *  1.5rem);
  font-family: var(--font-body-family);
  line-height: 2.1rem;
  letter-spacing: .3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  .brighton-eyebrow {
    font-size: calc(var(--font-heading-scale) *  1.3rem);
    line-height: 1.5rem;
    letter-spacing: .25rem;
  }
}

h1,
.h1,
.brighton-h1 {
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) *  3.6rem);
  font-weight: 400;
  line-height: 4.2rem;
  text-transform: uppercase;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  h1,
  .h1,
  .brighton-h1 {
    font-size: calc(var(--font-heading-scale) *  2.8rem);
    line-height: 3.6rem;
  }
}

h2,
.h2,
.brighton-h2 {
  font-size: calc(var(--font-heading-scale) *  3.2rem);
  line-height: 3.8rem;
  font-family: var(--font-heading-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  h2,
  .h2,
  .brighton-h2 {
    font-size: calc(var(--font-heading-scale) *  2.4rem);
    line-height: 3.2rem;
  }
}

h3,
.h3,
.brighton-h3 {
  font-size: calc(var(--font-heading-scale) *  2.8rem);
  line-height: 3.4rem;
  font-family: var(--font-heading-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  h3,
  .h3,
  .brighton-h3 {
    font-size: calc(var(--font-heading-scale) *  2.2rem);
    line-height: 3rem;
  }
}

h4,
.h4,
.brighton-h4 {
  font-size:  calc(var(--font-heading-scale) *  2.2rem);
  line-height: 3rem;
  font-family: var(--font-heading-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  h4,
  .h4,
  .brighton-h4 {
    font-size: calc(var(--font-heading-scale) *  1.8rem);
    line-height: 2.6rem;
  }
}

h5,
.h5,
.brighton-h5 {
  font-size: calc(var(--font-heading-scale) *  1.8rem);
  line-height: 2.6rem;
  font-family: var(--font-heading-family);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  h5,
  .h5,
  .brighton-h5 {
    font-size: calc(var(--font-heading-scale) *  1.7rem);
    line-height: 2.4rem;
  }
}

.brighton-p1 {
  font-size: calc(var(--font-body-scale) *  2rem);
  line-height: 3.2rem;
  font-family: var(--font-body-family);
  font-weight: 300;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  .brighton-p1 {
    font-size: calc(var(--font-body-scale) *  1.8rem);
    line-height: 3rem;
    color: var(--color-styleguide-black);
  }
}

.brighton-p2 {
  font-size: calc(var(--font-body-scale) *  1.6rem);
  line-height: 3rem;
  font-family: var(--font-body-family);
  font-weight: 400;
  color: var(--color-styleguide-text-heading);
}

@media screen and (max-width:750px) {
  .brighton-p2 {
    line-height: 2.6rem;
  }
}

.brighton-p3 {
  font-size: calc(var(--font-body-scale) *  1.4rem);
  line-height: 2.8rem;
  font-family: var(--font-body-family);
  font-weight: 400;
  color: var(--color-styleguide-text-body);
}

@media screen and (max-width:750px) {
  .brighton-p3 {
    line-height: 2.4rem;
  }
}

.brighton-p4 {
  font-size: calc(var(--font-body-scale) *  1.2rem);
  line-height: 2rem;
  font-family: var(--font-body-family);
  font-weight: 400;
  color: var(--color-styleguide-text-body);
}

.brighton-cta {
  font-size: calc(var(--font-body-scale) *  1.6rem);
  font-family: var(--font-body-family);
  line-height: 2rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-styleguide-text-body);
}

.brighton-cta:hover {
  color: var(--color-styleguide-text-body);
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.listing {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 7%;
	margin-top: 3.5rem;
	margin-bottom: 1.6rem;
}

.listing li {
  font-family: var(--font-body-family);
	font-size: 1.6rem;
	list-style-type: none;
	border-top: 1px solid #ddd;
	padding: 1.8rem 0;
	color: #847e7b;
}

blockquote {
  font-style: italic;
  border-left: 0.2rem solid var(--color-border);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption, .caption p {
  font-size: 1.2rem;
  letter-spacing: 0.133rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption, .caption p {
    font-size: 1.2rem;
  }
}

.caption-script, .caption-script p {
  font-family: var(--font-heading-family);
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: normal;
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-foreground);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid var(--color-foreground);
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a:not(.button.button--quartary),
.rte a:-webkit-any-link {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: none;
  color: var(--color-link);
  background-color: transparent;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: normal;
  font-family: inherit;
}

.link--text {
  color: var(--color-link);
}

.link--text:hover,
.link--text.hover {
  color: var(--color-link-hover);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.link--text:active,
.link--text.active {
  color: var(--color-link-active);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.link[role="link"]:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: var(--color-foreground);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: var(--color-foreground);
  color: var(--color-foreground);
  fill: var(--color-foreground);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-hidden-no-size {
  visibility: hidden;
  width: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: var(--color-link);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.customer a {
  text-decoration: underline;
}

.underlined-link:hover,
.customer a:hover {
  color: var(--color-link-hover);
  text-decoration-thickness: 0.2rem;
}

.underlined-link:active,
.customer a:active {
  color: var(--color-link-active);
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.8rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid var(--color-foreground);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 var(--color-foreground);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid var(--color-foreground);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 var(--color-foreground);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid var(--color-foreground);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem var(--color-background),
    0 0 0.2rem 1.2rem var(--color-foreground);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid var(--color-foreground);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem var(--color-background),
    0 0 0.2rem 1.2rem var(--color-foreground);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin: 4rem 0 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a:not(.button) {
  color: var(--color-link);
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .title-wrapper-with-link a {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.subtitle, .subtitle p {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
}

.subtitle--small, .subtitle--small p {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium, .subtitle--medium p {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--5-col-desktop .grid__item {
    width: calc(19% - 1rem * 3 / 4);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

  .grid--peek .grid__item:first-of-type {
    padding-left: 0;
  }

  .grid--peek .grid__item:last-of-type {
    padding-right: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

/* component-media */
.media {
  display: block;
  background-color: var(--color-accent-3);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  border-radius: 0;
  background-color: var(--color-background);
  box-shadow: 0 0 0 0.1rem var(--color-button);
  color: var(--color-foreground);
  min-width: 12rem;
  min-height: 4.5rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}

.button:focus-visible {
  box-shadow: 0 0 0 0.1rem var(--color-button),
    0 0 0 0.3rem var(--color-background),
    0 0 0.5rem 0.4rem var(--color-foreground);
}

.button:focus {
  box-shadow: 0 0 0 0.1rem var(--color-button),
    0 0 0 0.3rem var(--color-background),
    0 0 0.5rem 0.4rem var(--color-foreground);
}

.button:focus:not(:focus-visible) {
  box-shadow: 0 0 0 0.1rem var(--color-button);
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: var(--color-button-text);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--small {
  padding: 1.2rem 2.6rem;
}

.button--primary {
  background-color: var(--color-button-background-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-background-1);
  text-decoration: none;
}

#swym-shared-wishlist-render-container .swym-add-to-cart-btn.swym-button {
  background-color: var(--color-button-background-1) !important;
  color: var(--color-button-foreground-1) !important;
  border-color: var(--color-button-background-1) !important;
  text-decoration: none;
}

#swym-shared-wishlist-render-container .swym-add-to-cart-btn.swym-button:hover,
#swym-shared-wishlist-render-container .swym-add-to-cart-btn.swym-button.hover {
  background-color: var(--color-button-hover-background-1) !important;
  color: var(--color-button-hover-foreground-1) !important;
  border-color: var(--color-button-hover-1) !important;
  text-decoration: none;
}

.button--primary:hover,
.button--primary.hover {
  background-color: var(--color-button-hover-background-1);
  color: var(--color-button-hover-foreground-1);
  border-color: var(--color-button-hover-1);
  text-decoration: none;
}

.button--primary:active,
.button--primary.active {
  background-color: var(--color-button-active-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-active-1);
  text-decoration: none;
}

.button--primary:disabled,
.button--primary.disabled {
  background-color: var(--color-button-background-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-background-1);
  text-decoration: none;
}


.button--secondary {
  background-color: var(--color-button-background-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-background-2);
  text-decoration: none;
}

.button--secondary:hover,
.button--secondary.hover {
  background-color: var(--color-button-hover-background-2);
  color: var(--color-button-hover-foreground-2);
  border-color: var(--color-button-hover-2);
  text-decoration: none;
}

.button--secondary:active,
.button--secondary.active {
  background-color: var(--color-button-active-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-active-2);
  text-decoration: none;
}

.button--secondary:disabled,
.button--secondary.disabled {
  background-color: var(--color-button-background-2);
  color: var(--color-button-foreground-2);
  border-color: var(--color-button-foreground-2);
  text-decoration: none;
}

.button--tertiary {
  background-color: var(--color-button-background-3);
  color: var(--color-button-foreground-3);
  border-color: var(--color-button-foreground-3);
  text-decoration: none;
}

.button--tertiary:hover,
.button--tertiary.hover {
  background-color: var(--color-button-hover-background-3);
  color: var(--color-button-hover-foreground-3);
  border-color: var(--color-button-hover-3);
  text-decoration: none;
}

.button--tertiary:active,
.button--tertiary.active {
  background-color: var(--color-button-background-3);
  color: var(--color-button-foreground-3);
  border-color: var(--color-button-active-3);
  text-decoration: none;
}

.button--tertiary:disabled,
.button--tertiary.disabled {
  background-color: var(--color-button-background-3);
  color: var(--color-button-foreground-3);
  border-color: var(--color-button-background-3);
  text-decoration: none;
}

.button--quartary,
.button--quartary:hover,
.button--quartary:active {
  background-color: transparent;
  color: var(--color-styleguide-text-body);
  border-color: var(--color-styleguide-text-body);
  text-decoration: none;
}

.button--link-1 {
  background-color: transparent;
  color: var(--color-link-1);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
}

.button--link-1:hover,
.button--link-1.hover {
  color: var(--color-link-hover-1);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.button--link-1:active,
.button--link-1.active {
  color: var(--color-link-active-1);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.button--link-2 {
  background-color: transparent;
  color: var(--color-link-2);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  justify-content: flex-start;
  text-decoration: none;
  min-height: auto;
  position: relative;
}

.button--link-2:hover,
.button--link-2.hover {
  color: var(--color-link-hover-2);
  text-decoration: none;
  text-underline-offset: 0.3rem;
}

.button--link-2:active,
.button--link-2.active {
  color: var(--color-link-active-2);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}


@media (max-width:749px){

  .button--link-2{
    min-height: auto;
  }

}
/* Button - hover */

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.2rem var(--color-button);
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: var(--color-foreground);
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: var(--color-link);
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  background: var(--color-background);
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  box-shadow: 0 0 0 0.1rem var(--color-foreground);
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-button__fallback button:hover {
  color: var(--color-foreground);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: var(--color-foreground);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-styleguide-primary);
  border: 0.1rem solid #BDBAB7;
  border-radius: 0.4rem;
  color: var(--color-foreground);
  font-size: 1.5rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem var(--color-accent-2);
  height: 5rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: var(--color-foreground);
}

.field__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.1rem var(--color-foreground);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 0.1rem var(--color-foreground);
  outline: transparent;
}

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.8rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label {
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  font-style: italic;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: var(--color-foreground);
  letter-spacing: normal;
  line-height: 3.2rem;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: 0.3em;
  letter-spacing: 0.04rem;
  display: none; /* Hides label that replaces placeholder text */
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 0.8rem 1.5rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: var(--color-styleguide-primary);
  border: .1rem solid var(--color-border);
  color: var(--color-styleguide-text-body);
  cursor: pointer;
  display: flex;
  height: 5rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: var(--color-foreground);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

input[type='checkbox'],
input[type="radio"] {
  display: grid;
  place-content: center;
  appearance: none;
  -webkit-appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: var(--color-background);
  margin: 0;
  font: inherit;
  color: var(--color-accent-1);
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1rem solid currentColor;
  border-radius: 50%;
}

input[type="radio"]::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-styleguide-primary);
}

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

input[type='checkbox'] {
  border: 0.1rem solid currentColor;
  border-radius: 0.6rem;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  border: 0.3rem solid transparent;
  border-left: transparent;
  border-top: transparent;
  height: 13.8px;
  width: 8.08px;
  margin-left: 0.85rem;
  margin-top: 0.35rem;
  transform: rotate(0deg);
  pointer-events: none;
  transition: 120ms transform ease-in-out;
}

input[type='checkbox']:checked::before {
  transform: rotate(45deg);
  border-color: var(--color-styleguide-black);
}

/* Form global */
.form__label-wrapper {
  position: relative;
}

.form__label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  font-weight: 700;
  text-transform: uppercase;
}

.form__label .color__variant {
  text-transform: capitalize;
  font-weight: 400;
}

.form__label-helper {
  position: absolute;
  right: 0;
  top: 0;
}

.form__label-helper a {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  letter-spacing: 0.05rem !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem !important;
}

.field__input ~ .field__label {
  color: var(--color-styleguide-text-body);
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  border: 0.1rem solid var(--color-styleguide-black);
  position: relative;
  height: 4.5rem;
  width: calc(14rem / var(--font-body-scale));
  display: flex;
}

.quantity__input {
  color: currentColor;
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-foreground);
  padding: 0;
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-background) inset !important;
  -webkit-box-shadow: 0 0 0 10rem var(--color-background) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
  color: var(--color-foreground);
  border: 0;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-background);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

.headline-font{
  font-family: var(--font-heading-family);
}

.body-font{
  font-family: var(--font-body-family);
}

.script-font{
  font-family: var(--font-script-family);
  letter-spacing: 0;
}


/* Third-party Apps */

/* Rewards account page */

@media screen and (max-width: 750px) {
  .yotpo-coupons-redemption-widget .yotpo-redemption-option-redeem-button.yotpo-action-button-widget .yotpo-button-style {
    width: 100% !important;
  }
}

/* Rewards tab lower-righthand corner */
.swell-tab {
  display: none;
}

/* Giftbox floating icon */
/* div#giftbox-root {
  display: none;
} */

/* Yotpo UGC header */
.social-media-feed__heading {
  margin: 5rem auto 0;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  text-transform: lowercase;
}

@media screen and (max-width: 749px) {
  .social-media-feed__heading {
    margin: 3rem auto 0;
  }
}

.yotpo-pictures-widget {
  max-width: var(--page-width);
  margin: 0 auto 5rem !important;
  padding: 0 1.5rem !important;
}

@media screen and (min-width: 500px) and (max-width: 769px) {
  .yotpo-pictures-widget {
    padding: 0 3.5rem !important;
  }
}

@media screen and (min-width: 770px) {
  .yotpo-pictures-widget {
    padding: 0 4.5rem !important;
  }
}

/* Wishlist global */
.body-overflow-hidden {
  overflow: hidden;
}

#modal__wishlist,
#modal__confirm,
#modal__login-prompt,
#modal__share {
  transition: transform 0.3s ease-out;
}

.modal__wishlist--open .modal__wishlist--inner__bg,
.modal__login-prompt--open .modal__login-prompt--inner__bg,
.modal__confirm--open .modal__confirm--inner__bg,
.modal__share--open .modal__share--inner__bg  {
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-out;
}

.modal__wishlist--open,
.modal__login-prompt--open,
.modal__confirm--open,
.modal__share--open {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal__share--open .modal__share--inner__content-info {
  min-width: 90%;
  position: relative;
}

@media screen and (min-width: 750px) {
  .modal__share--open .modal__share--inner__content-info {
    min-width: 45rem;
    max-width: 45rem;
  }
}

.modal__wishlist--inner,
.modal__confirm--inner,
.modal__login-prompt--inner,
.modal__share--inner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal__confirm--inner,
.modal__login-prompt--inner,
.modal__share--inner {
  z-index: 6 !important;
}

.modal__login-prompt--inner__content-info {
  position: relative;
  max-height: 17rem;
  height: 100%;
  justify-content: center;
  display: flex;
  max-width: 55rem;
  flex-wrap: wrap;
  align-items: center;
}

#modal__login-prompt .brighton-p2 {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}

.modal__confirm--inner__content-info,
.modal__login-prompt--inner__content-info,
.modal__share--inner__content-info {
  padding: 2rem;
  background-color: #ffffff;
  z-index: 8;
}

#modal__login-prompt .modal__login-prompt--inner__content-info {
  padding: 3.5rem;
}

.modal__confirm--inner__content-info p,
.modal__login-prompt--inner__content-info p,
.modal__share--inner__content-info p {
  margin-top: 0;
}

.modal__wishlist--open .modal__wishlist--inner,
.modal__confirm--open .modal__confirm--inner,
.modal__login-prompt--open .modal__login-prompt--inner,
.modal__share--open .modal__share--inner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal__login-prompt--open .modal__login-prompt--inner,
.modal__confirm--open .modal__confirm--inner,
.modal__share--open .modal__share--inner {
  z-index: 7 !important;
}

.modal__wishlist--inner__content,
.modal__confirm--inner__content,
.modal__login-prompt--inner__content,
.modal__share--inner__content {
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding: 2rem 1.1rem;
  max-width: 45rem;
  width: 96%;
  box-shadow: rgb(19 19 19 / 10%) 0px 8px 8px 0px;
}

.modal__login-prompt--inner__content,
.modal__confirm--inner__content,
.modal__share--inner__content {
  z-index: 6 !important;
}

@media screen and (min-width: 750px) {
  .modal__wishlist--inner__content,
  .modal__login-prompt--inner__content,
  .modal__confirm--inner__content,
  .modal__share--inner__content {
    padding: 2rem 3rem;
    width: 100%;
  }
}

.modal__login-prompt--inner__button-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.modal__wishlist--inner__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
}

.modal__wishlist--inner .icon-close {
  height: auto;
  width: 2rem;
  cursor: pointer;
}

.modal__wishlist--inner__heading {  
  margin-bottom: 0;
}

.modal__wishlist--inner__subheading {
  margin-top: 0;
}

.modal__wishlist--inner__heading,
.modal__wishlist--inner__subheading {
  text-align: center;
  font-weight: 400;
}

.modal__wishlist--inner__wishlist-select {
  width: 100%;
  padding: 1rem 0;
}

.modal__share__link {
  width: 100%;
  padding: 1rem 1rem;
}

.modal__share__social-buttons {
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: 6rem;
}

@media screen and (min-width: 990px) {
  .modal__share__social-buttons {
    gap: 2rem;
  }
}

.modal__share__link-to-copy {
  display: flex;
  flex-wrap: wrap;
}

.modal__share__link-to-copy span {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 1rem;
}

.modal__share-successful--opacity-hide {
  opacity: 0 !important;
  transition: 0.3s all ease;
}

.modal__share-successful {
  width: 100%;
  margin-top: 1rem;
  text-align: left;
  font-size: 1.2rem;
  opacity: 1;
  transition: 0.3s all ease;
}

.modal__share-successful .icon {
  height: auto;
  width: 1.5rem;
}

.modal__share-email {
  display: flex;
  flex-wrap: wrap;
}

.modal__share__input-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
}

.modal__share__input-wrap label {
  font-size: 1.3rem;
}

.modal__share__input-wrap input {
  width: 100%;
  padding: 1rem;
}

.modal__wishlist--inner__divider {
  width: 100%;
  height: 0.1rem;
  background-color: #c4c4c4;
  margin: 0;
}

.modal__wishlist--inner__wishlist__button-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.modal__share--inner__content-info .button,
.modal__confirm--inner__content-info .button,
.modal__login-prompt--inner__content-info .button,
.modal__wishlist--inner__wishlist-wrap .button {
  min-height: unset;
  font-size: 1.2rem;
}

.modal__wishlist--inner__wishlist-wrap .button {
  min-height: unset;
  font-size: 1.1rem;
}

@media screen and (min-width: 750px) {
  .modal__wishlist--inner__wishlist-wrap .button {
    font-size: 1.2rem;
  }
}

.modal__wishlist--inner__wishlist__button-wrap .button--secondary {
  border-color: var(--color-button-hover-background-3);
}

.modal__wishlist--inner__new-list {
  width: 100%;
  margin-top: 2rem;
  min-height: 4rem;
}

.modal__wishlist--inner__wishlist__button--add__error {
  color: #D2042D;
}

.swym-button--delete {
  font-size: 1.3rem;
}

.modal__share--inner__close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal__share--inner__close .icon {
  width: 2rem;
  height: auto;
}

.modal__login-prompt--inner__close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal__login-prompt--inner__close .icon {
  width: 2rem;
  height: auto;
}

/* Shared wishlist OOTB styling */
#swym-shared-wishlist-render-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#swym-shared-wishlist-render-container .swym-shared-wishlist-page {
  max-width: 127rem !important;
  padding: 0 !important;
}

#swym-shared-wishlist-render-container .swym-wishlist-detail-separator {
  display: none;
  visibility: hidden;
}

#swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-detail-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#swym-shared-wishlist-render-container .swym-ui-component .swym-readonly-wishlist-detail .swym-readonly-text {
  padding: 2rem 2rem;
}

/* #swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-grid {
  gap: 1rem;
} */

#swym-shared-wishlist-render-container .swym-ui-component .swym-readonly-wishlist-detail .swym-wishlist-detail-content {
  margin-top: 0.5rem;
}

#swym-shared-wishlist-render-container .swym-readonly-text .swym-is-anchor,
#swym-shared-wishlist-render-container .swym-wishlist-name-container .swym-wishlist-label {
  display: none;
  visibility: hidden;
}

#swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title:hover {
  white-space: nowrap !important;
  overflow: hidden !important;
}

@media only screen and (max-width: 900px) {
  #swym-shared-wishlist-render-container .swym-ui-component .swym-readonly-wishlist-detail .swym-readonly-text {
    margin: 0 !important;
  }
}

/* @media only screen and (max-width: 900px) {
  #swym-shared-wishlist-render-container .swym-ui-component.swym-shared-wishlist-page .swym-readonly-wishlist-detail .swym-wishlist-detail-header {
    border: unset !important;
  }
} */

#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-wishlist-product-detail-content .swym-action-button-container {
  justify-content: flex-start !important;
}

#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-action-bar {
  padding-left: 2rem;
}

#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-wishlist-product-detail-content .swym-wishlist-product-detail-text-container {
  flex-grow: unset !important;
}

#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-wishlist-product-detail-content .swym-wishlist-product-detail-info {
  justify-content: center !important;
}

/* Hiding product details view elements for shared wishlist OOTB styling */
#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-image-thumbnails,
#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-wishlist-name-container,
#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-wishlist-product-detail-tab-bar,
#swym-shared-wishlist-render-container .swym-showing-product-detail .swym-wishlist-variants-container {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 900px) {
  #swym-shared-wishlist-render-container .swym-showing-product-detail .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-info {
    padding: 2rem 5vw 32px !important;
  }

  #swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-grid {
    justify-content: space-between !important;
  }

  /* #swym-shared-wishlist-render-container a.swym-wishlist-item.swym-is-anchor {
    width: calc(50% - 0.5rem)!important;
    padding: 1.5rem !important;
  } */
}

/* SHARED WISHLIST */
#swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-detail-header {
  margin-bottom: 4rem;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  max-width: calc(var(--page-width) - 4rem);
  padding: 2rem 0 2rem 2rem!important;
}

@media screen and (max-width: 900px) {
  #swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-detail-header {
    margin-bottom: 0;
    border-top: 0;
  }
}

#swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-detail-header  .swym-wishlist-name-container {
  margin: auto;
  flex-basis: unset;
}

#swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-detail-header  .swym-wishlist-image {
  display: none;
}

#swym-shared-wishlist-render-container .swym-ui-component .swym-wishlist-detail-header  .swym-wishlist-name {
  font-family: var(--font-heading-family);
  font-size: calc(var(--font-heading-scale) * 2.8rem);
  line-height: 3.6rem;
  padding-right: 0;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

#swym-shared-wishlist-render-container .swym-ui-component .swym-readonly-text {
  text-align: center;
}

#swym-shared-wishlist-render-container .swym-wishlist-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2rem;
}

#swym-shared-wishlist-render-container .swym-wishlist-item {
  background-color: #FAFAFA !important;
  padding: 1.4rem;
  width: calc(50% - 1rem) !important;
  margin: 0 !important;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  text-decoration: none;
  border: none;
}

@media screen and (min-width: 990px) {
  #swym-shared-wishlist-render-container .swym-wishlist-item {
    width: calc(33% - 2rem) !important;
    /* padding: 2rem; */
  }
}

#swym-shared-wishlist-render-container .swym-wishlist-item .swym-wishlist-image-wrapper {
  max-height: unset !important;
  height: auto !important;
}

#swym-shared-wishlist-render-container .swym-wishlist-item .swym-wishlist-image-wrapper img {
  object-fit: contain;
  width: 100%;
  max-width: unset;
  height: auto;
  object-position: center;
  display: block;
}

#swym-shared-wishlist-render-container .swym-wishlist-item .swym-title,
#swym-shared-wishlist-render-container .swym-wishlist-item .swym-variant-title {
  line-height: 2.2rem;
  /* min-height: 5.5rem; */
  font-size: calc(var(--font-body-scale) * 1.6rem);
  font-family: var(--font-body-family);
  font-weight: 400;
  color: var(--color-styleguide-text-heading);
  overflow: unset;
  text-overflow: unset;
  white-space: normal;
  margin: 0;
}

#swym-shared-wishlist-render-container .swym-wishlist-item .swym-product-price {
  font-weight: bold;
  font-size: calc(var(--font-body-scale) * 1.6rem);
  line-height: 3rem;
  font-family: var(--font-body-family);
  color: var(--color-styleguide-text-heading);
  padding: 13px 0 0;
}

@media screen and (max-width: 749px) {
  #swym-shared-wishlist-render-container .swym-wishlist-item .swym-title,
#swym-shared-wishlist-render-container .swym-wishlist-item .swym-variant-title {
    /* min-height: 7.5rem; */
  }

  #swym-shared-wishlist-render-container .swym-wishlist-item .swym-title,
  #swym-shared-wishlist-render-container .swym-wishlist-item .swym-variant-title,
  #swym-shared-wishlist-render-container .swym-wishlist-item .swym-product-price {
    font-size: 1.2rem;
  }

  #swym-shared-wishlist-render-container .swym-wishlist-item .swym-product-price {
    padding: 26px 0 0;
  }

  #swym-shared-wishlist-render-container .swym-wishlist-item .swym-title,
#swym-shared-wishlist-render-container .swym-wishlist-item .swym-variant-title {
    line-height: 1.8rem;
  }

  #swym-shared-wishlist-render-container .swym-wishlist-item .swym-add-to-cart-btn {
    min-height: unset !important;
    padding: 0.6rem !important;
  }
}

#swym-shared-wishlist-render-container .swym-wishlist-item .swym-title,
#swym-shared-wishlist-render-container .swym-wishlist-item .swym-variant-title{
  padding-top: 0;
}

#swym-shared-wishlist-render-container .swym-ui-component * {
  font-family: caecilia-sans-text, Arial, sans-serif;
}

#swym-shared-wishlist-render-container .swym-wishlist-item .swym-wishlist-image-wrapper {
  max-width: 100%;
  mix-blend-mode: darken;
}

#swym-shared-wishlist-render-container .swym-wishlist-item .swym-add-to-cart-btn {
  margin-top: 2rem;
  width: 100%;
  font-size: 1.2rem !important;
  background-color: var(--color-button-background-1);
  color: var(--color-button-foreground-1);
  border-color: var(--color-button-background-1);
  text-decoration: none;
  letter-spacing: .16rem;
  text-transform: uppercase;
  line-height: calc(1 + .2 / var(--font-body-scale));
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 0.9rem 3rem 1.1rem;
  border: 0.1rem solid transparent;
  border-radius: 0;
  box-shadow: 0 0 0 0.1rem var(--color-button);
  min-width: 12rem;
  min-height: 4.5rem;
  transition: box-shadow var(--duration-short) ease;
  appearance: none;
}

.discount-red {
  color: #C93933;
  font-style: italic;
  font-weight: 200;
  font-family: abril-display; 
}

.menu-red {
  color: #C93933;
}

.no-scroll {
  overflow: hidden;
}

#gorgias-chat-container {
  display:none !important;
}

@media screen and (max-width: 768) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 769) {
  .hide-desktop {
    display: none;
  }
