/** Shopify CDN: Minification failed

Line 9315:19 Expected identifier but found whitespace
Line 9316:6 Unexpected "{"
Line 9317:22 Expected ":"
Line 14418:0 Unexpected "{"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: 2px;
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

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

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

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

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 25px;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

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

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

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

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

.isolate {
  position: relative;
  z-index: 0;
}

.section+.section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section+.section {
    margin-top: var(--spacing-sections-desktop);
  }
}

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

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

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.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);
}

.text-body {
  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);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {

  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {

  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {

  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {

  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 1);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

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

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

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

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

.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: 0.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;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

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

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

@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;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

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

.link--text:hover {
  color: rgba(var(--color-foreground), 1);
}

.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;
}

a: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: rgba(var(--color-foreground), 0.2);
  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: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  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.6rem;
  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 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 rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

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

/* 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-bottom: 3rem;
  flex-wrap: wrap;
}

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

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

@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 2rem;
  }

  .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 {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin>.title {
  margin-top: 0;
}

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

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

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

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

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

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

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

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

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

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

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

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

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

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

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 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 {
    min-width: 35%;
  }

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

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

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

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  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--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--main-color);
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role='button']:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role='button']:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role='button']:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role='button']:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

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

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

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

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

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__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: rgb(var(--color-foreground));
  }
}

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

.button.loading>.loading__spinner .spinner {
  width: fit-content;
}

.button.loading>.loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

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

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

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

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;
  min-width: 1.3rem;
}

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

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

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

.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: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused)+.share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)+.share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.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;
  margin: var(--inputs-border-width);
}

.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: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.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: rgba(var(--color-foreground), 1);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 1);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.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: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.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: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

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

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

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

.field__input:-webkit-autofill~.field__button,
.field__input:-webkit-autofill~.field__label,
.customer .field input:-webkit-autofill~label {
  color: rgb(0, 0, 0);
}

/* Text area */

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

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

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.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 {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  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: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

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

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 1;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 1;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(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;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider+.divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading__spinner:not(.hidden)~*,
.quantity__rules-cart .loading__spinner:not(.hidden)~* {
  visibility: hidden;
}

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(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;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: #fff;
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector+.disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 5;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header~.shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header>.header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 1);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {

  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {

  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

/* Search */
menu-drawer+.header__search {
  display: none;
}

.header>.header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu>.header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) *>.header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center>.header__search {
  display: none;
}

.header--top-center *>.header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {

  .header:not(.header--top-center) *>.header__search,
  .header--top-center>.header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center)>.header__search,
  .header--top-center *>.header__search {
    display: none;
  }
}

details[open]>.search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open])>.header__icon--menu .icon-close,
details[open]>.header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening)>.header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details>.header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open]>.header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open]>.header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu>.list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 1);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open]>.header__menu-item {
  text-decoration: underline;
}

details[open]:hover>.header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open]>.header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu>details,
details-disclosure>details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: 2px;
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

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

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {

  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte>*:first-child {
  margin-top: 0;
}

.rte>*:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote>* {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed>img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed>svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in>img,
.animate--zoom-in>svg {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {

  .animate--ambient>img,
  .animate--ambient>svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }

    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }

    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {

  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease;
    /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05);
    /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg);
    /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2;
    /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate;
    /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease;
    /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(135deg,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 255, 255, 1) 50%,
        rgba(255, 255, 255, 0) 55%);
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px;
    /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px;
    /* Prevent the border from growing on buttons when this effect is on. */
  }
}

.footer {
  background: #fff;
}

.footer .page-width {
  padding-right: 25px;
  padding-left: 25px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer .footer-block .footer-block__heading {
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 20px;
  font-stretch: extra-expanded;
  font-variant-caps: all-small-caps;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
  position: relative;
}

.footer .footer-block .footer-block__details-content li {
  margin-right: 0;
}

.footer .footer-block .footer-block__details-content li a {
  color: #4c4c4c;
  padding: 0;
  text-decoration: none;
  letter-spacing: 0;
}

.footer .footer-block .footer-block__details-content li a:hover {
  color: #5e5e5e;
}

.footer .footer__content-bottom-wrapper {
  display: block;
}

.footer .footer__content-bottom-wrapper .footer__copyright {
  text-align: left;
  margin-top: 0;
  letter-spacing: 0;
}

.footer .footer__content-bottom-wrapper small {
  color: #4d4d4d;
  font-size: 13px;
}

.footer .footer__content-bottom-wrapper small a {
  text-decoration: none;
}

.footer .footer__content-bottom-wrapper small a:hover {
  color: #4d4d4d;
}

.footer .footer__content-bottom-wrapper .sitemap-footer {
  font-size: 13px;
  margin: 10px 0;
  color: #4d4d4d;
  letter-spacing: 0;
  line-height: 1.5;
}

.footer .footer__content-bottom-wrapper .sitemap-footer a {
  color: #686868cc;
  text-decoration: none;
}

.footer .footer__content-bottom-wrapper .sitemap-footer a:hover {
  color: #686868;
}

.site-footer-navigation {
  margin-bottom: 6px;
  line-height: 1;
}

.site-footer-navigation li {
  display: inline-block;
  margin-bottom: 6px;
  list-style-type: none;
  padding-right: 11px;
  margin-right: 10px;
  border-right: 1px solid rgba(104, 104, 104, .5);
  line-height: 1;
}

.site-footer-navigation li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.site-footer-navigation li a {
  font-size: 13px;
  color: #4c4c4c;
  text-decoration: none;
}

@media(min-width: 750px) {
  .footer .footer-block .footer-block__heading .footer-accordion-arrow {
    display: none;
  }
}

@media(max-width: 749px) {

  .footer {
    padding-top: 0 !important;
  }

  .footer .footer__content-bottom-wrapper .footer__copyright,
  .footer .footer__content-bottom-wrapper .sitemap-footer {
    text-align: center;
  }

  .footer .page-width {
    padding-right: 10px;
    padding-left: 10px;
  }


  .footer .footer-block.grid__item {
    margin: 0;
    border-bottom: 1px solid rgba(104, 104, 104, .15);
  }

  .footer .footer-block__heading {
    cursor: pointer;
    padding: 16px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
  }

  .footer .footer-block__details-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .footer .footer-block__details-content li:not(:first-child) {
    margin-top: .5rem;
  }

  .footer .footer-block__details-content li:last-child {
    padding-bottom: 1.25rem;
  }


  .footer .footer-block .footer-block__details-content {
    margin: 0;
  }

  .footer .footer-block .footer-block__heading .footer-accordion-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    height: 8px;
    margin-top: -4px;
  }

  .footer .footer-block .footer-block__heading .footer-accordion-arrow svg {
    display: block;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  }

  .footer .footer-block .footer-block__heading .footer-accordion-arrow svg .icon-chevron-down-left,
  .footer .footer-block .footer-block__heading .footer-accordion-arrow svg .icon-chevron-down-right {
    transform: rotate(0);
    transition: transform .2s cubic-bezier(.4, 0, .2, 1);
    transform-origin: 50% 93%;
  }

  .footer .footer-block .footer-block__heading.active .footer-accordion-arrow svg .icon-chevron-down-left {
    transform: rotate(45deg);
  }

  .footer .footer-block .footer-block__heading.active .footer-accordion-arrow svg .icon-chevron-down-right {
    transform: rotate(-45deg);
  }
}

.header-wrapper {
  background: #fff;
  box-shadow: 0 1px 4px #80808040;
}

.header-wrapper .header {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 10px 10px !important;
  max-width: 1370px;
  margin: 0 auto;
  column-gap: 0;
}

.header-wrapper .header .header-top-row {
  width: 100%;
  display: flex;
  align-items: center;
}

.header-wrapper .header .header-bottom-row {
  width: 100%;
  margin-top: 29px;
}

.header-wrapper .header .header__heading {
  margin-right: 25px;
  flex: 0 0 auto;
}

.header-wrapper .header .header__heading .header__heading-link {
  margin-left: 0;
  padding: 0;
}

.header-wrapper .header .header-search-block {
  width: 100%;
  max-width: 780px;
  margin-left: 35px;
  margin-right: 8px;
  flex: 1 1 auto;
}

.header-wrapper .header .header-search-block form {
  position: relative;
}

.header-wrapper .header .header-search-block form .search-input {
  border: 1px solid #80808040;
  box-shadow: 0 3px 7px #80808029;
  height: 46px;
  border-radius: 4px;
  width: 100%;
  padding: 15px 45px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #4d4d4d;
}

.header-wrapper .header .header-search-block form .search-input::placeholder {
  color: #80808070;
}

.header-wrapper .header .header-search-block form .search-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.header-wrapper .header .header-search-block form .search-btn input {
  font-size: 0;
  background: transparent;
  border: 0;
  position: absolute;
  width: 20px;
  cursor: pointer;
  height: 100%;
}

.header-wrapper .header .header-search-block form .search-btn svg {
  color: var(--main-color);
  width: 20px;
  height: 21px;
}


.header-wrapper .header .header__inline-menu {
  width: 100%;
}

.header-wrapper .header .header__icons {
  flex: 0 0 auto;
  padding: 0;
  color: #484848;
}

.header-wrapper .header .header__icons .small-promo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  margin-left: 28px;
  margin-right: 5px;
}

@media(max-width: 1166px) {
  .header-wrapper .header .header__icons .small-promo {
    display: none;
  }
}

.header-wrapper .header .header__icons .small-promo .small-promo-icon {
  width: auto;
  height: 28px;
  margin-right: 10px;
}

.header-wrapper .header .header__icons .small-promo .small-promo-icon svg {
  max-width: 42px;
  max-height: 28px;
}

.header-wrapper .header .header__icons .small-promo .small-promo-content .small-promo-content_heading {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}

.header-wrapper .header .header__icons .small-promo .small-promo-content .small-promo-content--desktop p {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.header-wrapper .header .header__icons .small-promo .small-promo-content .small-promo-content--mobile p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
}

.header-wrapper .header .header__icons .header__icon--cart {
  padding: 10px;
}

@media(min-width: 1024px) {

  .header-wrapper .header .header__icons .small-promo .small-promo-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 200px;
  }

  .small-promo-content--mobile {
    display: none;
  }
}

@media(max-width: 1023px) {
  .small-promo-content--desktop {
    display: none;
  }
}

.header-wrapper .header .header__icons .header__icon--cart {
  margin-right: 0;
  height: auto;
  width: auto;
}

.header-wrapper .header .header__icons .header__icon--cart svg {
  color: #484848;
}

body.boost-sd__search-opening {
  overflow: auto !important;
}

.header-wrapper .header .header__icons .site-header_account-link-text {
  display: none;
  align-items: center;
  font-size: 11px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1.04px;
  opacity: .8;
  color: #484848;
  text-decoration: none;
}

@media(max-width:1166px) and (min-width: 1023px) {
  .header-wrapper .header .header__icons .site-header_account-link-text {
    display: flex;
  }
}

@media(max-width:1167px) {
  .header-bottom-row .mobile-small-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .header-bottom-row .mobile-small-promo .small-promo-icon {
    width: auto;
    height: 28px;
    margin-right: 10px;
  }

  .header-bottom-row .mobile-small-promo .small-promo-icon svg {
    max-width: 25px;
    width: auto;
    height: 100%;
    color: #484848;
  }

  .header-bottom-row .mobile-small-promo .small-promo-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .header-bottom-row .mobile-small-promo .small-promo-content--mobile,
  .header-bottom-row .mobile-small-promo .small-promo-content--desktop {
    padding-left: 5px;
  }

  .header-bottom-row .small-promo-content_heading {
    font-weight: 700;
    color: #484848;
    font-size: 14px;
    line-height: 1.3;
  }

  .header-bottom-row .mobile-small-promo p {
    margin: 0;
    font-size: 14px;
    color: #484848;
    line-height: 1.3;
  }
}

@media (min-width: 1167px) {
  .header-bottom-row .mobile-small-promo {
    display: none;
  }
}

@media(max-width:989px) {
  .header-bottom-row .mobile-small-promo {
    padding-top: 15px;
  }
}

.custom-header-mega-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: 0;
  margin-bottom: 0;
}

.custom-header-mega-menu .menu-link .link-text {
  display: block;
  padding: 12px 23px 12px 15px;
  line-height: 18px;
  color: #484848;
  text-decoration: none;
  font-variant-caps: all-small-caps !important;
  font-size: 20px !important;
  text-align: left;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.custom-header-mega-menu .menu-link .dropdown-child {
  opacity: 0;
  max-height: 0;
  position: absolute;
  top: auto;
  left: 0;
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 702;
  box-sizing: content-box;
  background-color: #fff;
  padding: 0;
  list-style-type: none;
}

.custom-header-mega-menu .menu-link-dropdown:hover .dropdown-child {
  display: block;
  max-height: 500px;
  opacity: 1;
  transition: max-height 250ms cubic-bezier(0, 0, 0.2, 1), opacity 100ms cubic-bezier(0.4, 0, 1, 1) 100ms;
}

.custom-header-mega-menu .menu-link .dropdown-child .dropdown-child-container {
  max-width: 1400px;
  position: relative;
  overflow-y: auto;
  padding: 18px 25px 25px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 35px;
  opacity: 0;
}

.custom-header-mega-menu .menu-link-dropdown:hover .dropdown-child .dropdown-child-container {
  opacity: 1;
  transition: opacity .25s ease-in;
  -moz-transition: opacity .25s ease-in;
  -webkit-transition: opacity .25s ease-in;
  -o-transition: opacity .25s ease-in;
}

.custom-header-mega-menu .menu-link .dropdown-child .dropdown-child-container .link-text-second {
  color: #484848;
  transition: color .2s cubic-bezier(0, 0, .2, 1);
  display: block;
  text-decoration: none;
  letter-spacing: 1.05px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}

.custom-header-mega-menu .menu-link .dropdown-child .dropdown-child-container .link-text-second:hover {
  color: var(--main-color);
}

.custom-header-mega-menu .menu-link .dropdown-child .dropdown-child-container .dropdown-grandchild {
  padding: 0;
  margin-top: 8px;
  width: auto;
  min-width: 175px;
  list-style-type: none;
}

.custom-header-mega-menu .menu-link .dropdown-child .dropdown-child-container .dropdown-grandchild .menu-link-third a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.15;
  padding: 7px 0;
  transition: color .2s cubic-bezier(0, 0, .2, 1);
}

.custom-header-mega-menu .menu-link .dropdown-child .dropdown-child-container .dropdown-grandchild .menu-link-third a:hover {
  color: var(--main-color);
}

.custom-header-mega-menu .menu-link-SALE .link-text {
  color: var(--main-color);
}

.custom-header-mega-menu .menu-link-SALE .link-text:hover {
  opacity: .8;
}

.body-b2b .menu-link-SALE {
  display: none !important;
}

.header__icon--menu .icon {
  color: #484848;
}

@media(max-width:1385px) {
  .custom-header-mega-menu .menu-link .link-text {
    padding: 12px 28px 12px 10px !important;
    font-size: 16px !important;
  }

  .custom-header-mega-menu {
    margin-left: 0;
  }
}

@media(max-width:1167px) {

  .custom-header-mega-menu {
    padding-bottom: 10px;
  }

  .custom-header-mega-menu .menu-link .link-text {
    padding: 12px 14px 12px 5px !important;
  }
}

@media(min-width:990px) {
  .header-drawer-btn-wrapper {
    display: none;
  }
}

@media(max-width:989px) {

  .header-wrapper .header {
    padding-top: 10px !important;
  }

  .header-wrapper .header .header-top-row {
    flex-wrap: wrap;
  }

  .header-wrapper .header .header__heading {
    margin: 0 auto;
    width: calc(100% - 100px);
  }

  .header-wrapper .header .header-search-block {
    margin: 20px auto 0;
    width: 100%;
    flex: 0 0 auto;
  }

  .header-drawer-btn-wrapper {
    position: absolute;
    left: 13px;
    top: 25px;
    width: 48px;
  }

  .header-drawer-btn-wrapper .header-drawer-btn {
    background: transparent;
    border: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
  }


  .header-drawer-btn-wrapper .header-drawer-btn svg {
    width: 17px;
    height: 17px;
  }

  .header-wrapper .header .header__icons {
    position: absolute;
    right: 5px;
    top: 10px;
  }

  .header-wrapper .header .header-bottom-row {
    margin-top: 0;
  }

  header-drawer {
    margin-left: 0 !important;
  }

  .header-wrapper .header .header-search-block form .search-input {
    padding-left: 12px;
  }
}

.announcement-bar-section .utility-bar {
  background-color: var(--main-color);
}

.announcement-bar-section .utility-bar .announcement-bar__link {
  text-decoration: none;
}

.announcement-bar-section .utility-bar .announcement-bar__message {
  padding: 15px 0;
}

.announcement-bar-section .utility-bar .announcement-bar__message span {
  font-size: 15px;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.announcement-bar-section .utility-bar .announcement-bar__message svg {
  display: none;
}

@media(max-width:720px) {
  .announcement-bar-section .utility-bar .announcement-bar__message span {
    font-size: 13px;
  }
}

.additional-bar-section {
  color: #4d4d4d;
  background: #f8f8f8;
}

.additional-bar-section .additional-bar-container {
  width: 100%;
  max-width: 1370px;
  display: flex;
  margin: 0 auto;
  padding: 10.5px 10px;
}

.additional-bar-section .additional-bar-container .left-col {
  width: 30%;
  text-align: left;
}

.additional-bar-section .additional-bar-container .right-col {
  width: 70%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.additional-bar-section .ann-col a {
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  color: #484848;
  font-weight: 700;
}

.additional-bar-section .ann-col a:hover {
  opacity: .8;
}

.additional-bar-section .ann-col .line {
  width: 1px;
  height: 12px;
  background: #4c4c4c;
  display: block;
  margin: 0 10px;
  position: relative;
}

@media(max-width:640px) {
  .additional-bar-section {
    display: none;
  }
}

.header__icons .cart-count-bubble {
  bottom: unset;
  left: unset;
  right: 3px;
  top: 5px;
}

.header__icons .cart-count-bubble span {
  color: var(--main-color);
  font-size: 10px;
}

.value-prop-bar-section {
  margin-top: 58px;
  background-color: #f8f8f8;
}

.value-prop-bar-section .value-prop-bar-container {
  padding: 15px 25px 19px;
  max-width: 1380px;
  margin: 0 auto;
}

.value-prop-bar-section .value-prop-bar-container .value-prop-bar-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media(min-width:989px) {
  .value-prop-bar-section .value-prop-bar-container .value-prop-space-around {
    justify-content: space-around;
  }
}

.value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop {
  padding: 0;
  width: fit-content;
}

.value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop a .value-prop-image img {
  margin-top: 0;
  width: 28px;
  margin-bottom: -4px;
  margin-right: 10px;
}

@media(min-width:991px) {
  .value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop-3 a .value-prop-image img {
    width: 35px;
    margin-bottom: -6px;
  }


  .value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop-4 a .value-prop-image img {
    width: 38px;
  }
}

@media(max-width:990px) {
  .value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop a .value-prop-image img {
    margin-top: 7px;
  }
}

.value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop a .value-prop-info .icontitle {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  font-variant-caps: all-small-caps;
  text-align: left;
  line-height: 1.15;
  color: #484848;
}

.value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop a .value-prop-info .iconvalue {
  white-space: nowrap;
  font-size: 13px;
  text-align: left;
  line-height: 1.15;
  display: block;
  color: #484848;
}

@media(max-width:990px) {

  .value-prop-bar-section .value-prop-bar-container {
    padding: 10px;
  }

  .value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop {
    width: 50%;
    padding: 5px;
  }

  .value-prop-bar-section .value-prop-bar-container .value-prop-bar-content .value-prop a .value-prop-info .iconvalue {
    white-space: pre-wrap;
  }
}

.custom-html-section {
  margin-top: 68px;
}

.custom-html-section .custom-html-container {
  max-width: 1400px;
  padding-right: 25px;
  padding-left: 25px;
  margin-left: auto;
  margin-right: auto;
}

.custom-html-section .custom-html-container h1 {
  text-align: center;
  margin: 0;
  font-size: 28px;
  color: #484848;
  letter-spacing: 1px;
}

@media(max-width:1023px) {
  .custom-html-section {
    margin-top: 50px;
  }

  .custom-html-section .custom-html-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-html-section .custom-html-container h1 {
    font-size: 26px;
  }
}

.shop-by-section {
  margin-top: 25px;
}

.shop-by-section .heading {
  margin-bottom: 10px;
}

.shop-by-section .heading h2 {
  margin: 0;
  text-align: center;
}

.shop-by-section .shop-by-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-by-section .shop-by-content .shop-by-block {
  width: 24%;
}

.shop-by-section .shop-by-content .shop-by-block .shop-by-image {
  line-height: 0;
}

.shop-by-section .shop-by-content .shop-by-block .shop-by-image img {
  width: 100%;
  height: 100%;
  margin: 16px 0 11px;
}

.shop-by-section .shop-by-content .shop-by-block .shop-by-title {
  font-size: 20px;
  color: #4d4d4d;
  text-align: center;
}

@media(max-width: 600px) {
  .shop-by-section {
    margin-top: 50px;
  }

  .shop-by-section .shop-by-content {
    justify-content: flex-start;
  }

  .shop-by-section .shop-by-content .shop-by-block {
    width: 50%;
    padding: 0 5px;
  }
}

.custom-banner {
  margin-top: 68px;
}

.custom-banner .custom-banner-content {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 50px 25px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-banner .custom-banner-content .custom-banner-block {
  width: 100%;
  text-align: center;
}

.custom-banner .custom-banner-content .custom-banner-block h2 {
  margin-top: 0;
  color: #4d4d4d;
  font-size: 30px;
  font-family: 'Montserrat';
  font-weight: 400;
  margin-bottom: 10px;
}

.custom-banner .custom-banner-content .custom-banner-block .info {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
}

.custom-banner .custom-banner-content .custom-banner-block .btn-wrap {
  margin-top: 20px;
}

.custom-banner .custom-banner-content .custom-banner-block .btn-wrap .button {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 0;
  padding: 15px 30px;
  height: unset;
  min-height: unset;
  font-family: 'Lato';
  background: var(--main-color);
}

.custom-banner .custom-banner-content .custom-banner-block .btn-wrap .button:before,
.custom-banner .custom-banner-content .custom-banner-block .btn-wrap .button:after {
  display: none;
}

@media(max-width: 600px) {
  .custom-banner {
    margin-top: 50px;
  }

  .custom-banner .custom-banner-content .custom-banner-block .btn-wrap .button {
    padding: 17px 68px;
  }

  .custom-banner .custom-banner-content .custom-banner-block .info {
    letter-spacing: 0.5px;
  }
}

.custom-istafeed-section {
  margin-top: 50px;
  margin-bottom: 30px;
}

.custom-istafeed-section .insta-feed-title {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 7px;
  text-align: center;
}

.custom-istafeed-section #insta-feed h2 {
  font-size: 16px;
  margin-top: 0;
  letter-spacing: 0;
}

#shopify-section-newsletter {
  margin-top: 35px;
}

#shopify-section-newsletter .newsletter__wrapper {
  background-color: var(--main-color);
}

#shopify-section-newsletter .newsletter__wrapper h2 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.5px;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form {
  max-width: 830px;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper {
  max-width: 830px;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field-block {
  display: flex;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field {
  position: relative;
  width: 100%;
  max-width: 705px;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field:before,
#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field:after {
  display: none;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field__input {
  width: 100%;
  max-width: 705px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  outline: none;
  box-shadow: none;
  height: 50px;
}


#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field__label {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field__input:focus~.field__label {
  font-size: 13px;
}

#shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
  position: unset;
  height: 50px;
  background: #fff;
  color: #4c4c4c !important;
  font-weight: 600;
  font-size: 18px;
  width: unset;
  padding: 14px 34px;
  margin-left: 10px;
}

@media(min-width:601px) {
  #shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field__input {
    padding-left: 90px;
  }
}

@media(max-width:600px) {

  #shopify-section-newsletter .newsletter__wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #shopify-section-newsletter .newsletter__wrapper h2 {
    font-size: 24px;
  }

  #shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper {
    padding-left: 0;
  }

  #shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field-block {
    flex-wrap: wrap;
  }

  #shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .field__label {
    left: 0;
  }

  #shopify-section-newsletter .newsletter__wrapper .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button {
    margin: 20px auto 0;
  }

  .newsletter__wrapper img {
    width: 265px;
    height: 80px;
  }
}

.mosaic-section {
  margin-top: 25px;
}

.mosaic-section .mosaic-section-content .mosaic-block {
  min-height: 430px;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.mosaic-section .mosaic-section-content .mosaic-block-one {
  min-height: 440px !important;
  grid-column-start: span 3 !important;
}

.mosaic-section .mosaic-section-content .mosaic-block .mosaic-link {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.mosaic-section .mosaic-section-content .mosaic-block .mosaic-link .mosaic-info {
  width: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, .2);
}

@media(min-width:1000px) {
  .mosaic-section .mosaic-section-content .small-mosaic-col .mosaic-link .mosaic-info {
    max-width: 100%;
  }
}

.mosaic-section .mosaic-section-content .mosaic-block .mosaic-link .mosaic-info h2 {
  line-height: normal;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
  max-width: 85%;
  font-weight: 600;
  font-family: 'Montserrat';
}

.mosaic-section .mosaic-section-content .mosaic-block .mosaic-link .mosaic-info span {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  margin-top: 4px;
  width: fit-content;
  padding: 15px 28px;
  background: var(--main-color);
  font-family: 'Montserrat';
  font-weight: 700;
  letter-spacing: 2px;
  text-wrap: nowrap;
  text-transform: uppercase;
}

@media(min-width:720px) {
  .mosaic-section .mosaic-section-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }

  .mosaic-section .mosaic-section-content .big-mosaic-col {
    grid-column-start: span 2;
  }
}

@media(max-width:719px) {
  .mosaic-section .mosaic-section-content .mosaic-block {
    min-height: 365px;
    border-radius: 4px;
    margin-top: 10px;
  }

  .mosaic-section .mosaic-section-content .mosaic-block-one {
    min-height: 365px !important;
  }

  .mosaic-section .mosaic-section-content .mosaic-block .mosaic-link {
    min-height: 365px;
  }

  .mosaic-section .mosaic-section-content .mosaic-block .mosaic-link .mosaic-info h2 {
    font-size: 25px;
  }

  .mosaic-section .mosaic-section-content .mosaic-block .mosaic-link .mosaic-info h2 {
    font-size: 25px;
    max-width: 100%;
  }

  .mosaic-section .mosaic-section-content .mosaic-block .mosaic-link .mosaic-info span {
    font-size: 12px;
    line-height: 26px;
    padding: 8px 28px;
    text-wrap: auto;
  }
}

.testimonials-section {
  margin-top: 68px;
  margin-bottom: 32px;
}


.testimonials-section .heading h2 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 28px;
}

.testimonials-section .testimonials-content {
  box-shadow: none;
  outline: none;
}

@media(min-width:1080px) {
  .testimonials-section .testimonials-slide {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}

.testimonials-section .testimonials-slide .testimonials-slide-content {
  padding: 48px 30px;
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
}

.testimonials-section .testimonials-slide .testimonials-slide-content .testimonial__star-ratings {
  text-align: center;
}

.testimonials-section .testimonials-slide .testimonials-slide-content .testimonial__star-ratings svg {
  fill: #f6c347;
}

.testimonials-section .testimonials-slide .testimonials-slide-content .testimonials-quote {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 32px;
}

.testimonials-section .testimonials-slide .testimonials-slide-content .testimonials-quote p {
  margin: 0;
  font-style: italic;
  font-size: 15px;
  line-height: 24px;
  color: #4d4d4d;
}

.testimonials-section .testimonials-slide .testimonials-slide-content .testimonials-quote-author {
  text-align: center;
  color: #4d4d4d;
  font-size: 15px;
}

.testimonials-section .flickity-page-dots {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
}

.testimonials-section .flickity-page-dots .dot {
  width: 7px;
  height: 7px;
  margin: 0 7.5px;
  background-color: #4d4d4d;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1);
  opacity: .25;
}

.testimonials-section .flickity-page-dots .dot.is-selected {
  transform: scale(1.25);
  opacity: 1;
}


.testimonials-section .flickity-button.next {
  right: -17px;
}

.testimonials-section .flickity-button.previous {
  left: -17px;
}


@media screen and (min-width: 1080px) {
  .testimonials-section .flickity-button.next {
    right: -5px;
  }

  .testimonials-section .flickity-button.previous {
    left: -5px;
  }
}

@media screen and (min-width: 1500px) {
  .testimonials-section .flickity-button.next {
    right: -64px;
  }

  .testimonials-section .flickity-button.previous {
    left: -64px;
  }
}

@media(max-width: 749px) {
  .testimonials-section .flickity-button {
    display: none;
  }
}


.flickity-button {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 0 1px #7f7f7f0d, 0 2px 5px #7f7f7f80;
  transition: transform .15s cubic-bezier(.4, 0, .2, 1), box-shadow .15s cubic-bezier(.4, 0, .2, 1), opacity .15s cubic-bezier(.4, 0, .2, 1);
  opacity: .6;
}

.flickity-button svg {
  top: initial !important;
  left: initial !important;
  width: 23px !important;
  height: 23px !important;
}

.testimonials-section .flickity-button:not(:disabled):hover {
  transform: translateY(-50%) scale(1.125);
  box-shadow: 0 0 0 1px #7f7f7f0d, 0 3px 10px #7f7f7f80;
}



.body-carousel {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.body-carousel {
  background-color: #fff;
  margin: 55px 0;
  padding: 0 10px;
}

.body-carousel .carousel {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 900px;
  max-height: 550px;
  min-height: 550px;
  overflow: hidden;
  position: relative;
}

.body-carousel .carousel-item {
  visibility: visible;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  position: relative;
  background-color: #fff;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  position: absolute;
  z-index: 0;
  transition: 0.6s all linear;
}

.body-carousel .carousel-item__info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;

  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;

  order: 1;
  left: 0;
  margin: auto;
  padding: 0 40px;
  width: 40%;

}

.body-carousel .carousel-item__image {
  width: 60%;
  height: 100%;
  order: 2;
  align-self: flex-end;
  flex-basis: 60%;

  -webkit-order: 2;
  -webkit-align-self: flex-end;
  -webkit-flex-basis: 60%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transform: translateX(100%);
  transition: 0.6s all ease-in-out;
}

.body-carousel .carousel-item__subtitle {
  letter-spacing: 3px;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  color: #7E7E7E;
  font-weight: 700;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}

.body-carousel .carousel-item__title {
  margin: 15px 0 0 0;
  font-size: 44px;
  line-height: 45px;
  letter-spacing: 0;
  font-weight: 700;
  color: #2C2C2C;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.body-carousel .carousel-item__description {
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
  margin-top: 35px;
  font-size: 13px;
  color: #7e7e7e;
  line-height: 22px;
  margin-bottom: 35px;
}

.body-carousel .carousel-item__btn {
  width: 35%;
  color: #2C2C2C;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  width: 35%;
  font-weight: 700;
  text-decoration: none;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.body-carousel .carousel__nav {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #fff;
  bottom: 0;
}

.body-carousel .carousel__icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  fill: #5d5d5d;
}

.body-carousel .carousel__arrow {
  cursor: pointer;
  display: inline-block;
  padding: 11px 15px;
  position: relative;
}

.body-carousel .carousel__arrow:nth-child(1):after {
  content: '';
  right: -3px;
  position: absolute;
  width: 1px;
  background-color: #b0b0b0;
  height: 14px;
  top: 50%;
  margin-top: -7px;
}

.body-carousel .active {
  z-index: 1;
  display: flex;
  visibility: visible;
}

.body-carousel .active .carousel-item__subtitle,
.active .carousel-item__title,
.active .carousel-item__description,
.active .carousel-item__btn {
  transform: translateY(0);
  opacity: 1;
  transition: 0.6s all ease-in-out;
  visibility: visible;
}

.body-carousel .active .carousel-item__image {
  transition: 0.6s all ease-in-out;
  transform: translateX(0);
}

@media(max-width: 749px) {
  .body-carousel .active .carousel-item__image {
    width: 100%;
    -webkit-flex-basis: 100%;
  }

  .body-carousel .carousel-item__info {
    width: 100%;
    padding: 0 0 40px;
    height: unset;
  }

  .body-carousel .carousel-item {
    flex-wrap: wrap;
  }
}

.homepage-featured-collection-wrapper {
  margin-top: 68px;
}

.homepage-featured-collection-wrapper .heading h2 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.homepage-featured-collection-wrapper .custom-product-card {
  width: calc(20% - 20px);
  margin-right: 20px;
}

.homepage-featured-collection-wrapper .custom-product-card img {
  width: 100%;
  height: auto;
}

.featured-collection .product-grid {
  display: flex;
  flex-wrap: nowrap;
}

.featured-collection .product-grid .flickity-viewport {
  width: 100%;
}

.featured-collection .product-grid .grid__item {
  width: calc(20% - 20px);
  max-width: calc(20% - 20px);
  animation: none;
  animation-delay: unset;
  opacity: 1;
  margin-right: 20px;
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 16px;
  min-height: 420px;
}

.featured-collection .product-grid .grid__item:hover {
  box-shadow: 0 2px 8px #80808033;
}

.featured-collection .product-grid .grid__item .product-card-wrapper {
  border: 0;
  box-shadow: none;
  padding: 0;
}

.featured-collection .product-grid .grid__item .product-card-wrapper:hover {
  box-shadow: none;
}

.featured-collection .title {
  text-align: center;
  font-size: 30px;
}

.card-wrapper .card__heading {
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 0;
}

.card-wrapper .c-product__title.card__heading {
  margin: 0;
}

.card-wrapper .card__heading a:hover {
  color: var(--main-color);
}

.card-wrapper .card__heading a:after {
  display: none;
}

.card-wrapper .card__content {
  padding: 0 !important;
}

.card-wrapper .card__media {
  width: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  z-index: 2 !important;
}


.card-wrapper .swatches div[option-target=option2],
.card-wrapper .swatches div[option-target=option3] {
  display: none !important;
}


.featured-collection .flickity-button.next {
  right: -17px;
}

.featured-collection .flickity-button.previous {
  left: -17px;
}

@media screen and (min-width: 1080px) {
  .featured-collection .flickity-button.next {
    right: -5px;
  }

  .featured-collection .flickity-button.previous {
    left: -5px;
  }
}

@media screen and (min-width: 1500px) {
  .featured-collection .flickity-button.next {
    right: -64px;
  }

  .featured-collection .flickity-button.previous {
    left: -64px;
  }
}

.card-wrapper variant-swatch-king {
  display: block;
  min-height: 46px;
  margin: 10px auto;
}

.card-wrapper .card__information {
  padding-left: 0;
  padding-right: 0;
}

.card-wrapper .card-product-vendor {
  color: #949494;
  font-size: 13px;
  text-decoration: none;
}

.card-wrapper .card-product-vendor:hover {
  color: var(--main-color);
}

.card-wrapper .card-information {
  line-height: 0;
}

.card-wrapper .price__regular .price-item--regular {
  color: #4c4c4c;
  font-size: 16px;
  letter-spacing: 0;
}

@media(max-width:1500px) {
  .featured-collection .product-grid .grid__item {
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin-right: 10px;
  }

  .card-wrapper .card__heading {
    font-size: 15px;
    margin-bottom: 3px;
  }
}

@media(max-width:749px) {
  .featured-collection .product-grid .grid__item {
    width: calc(33.3% - 20px);
    max-width: calc(33.3% - 20px);
  }

  .featured-collection .flickity-button.previous,
  .featured-collection .flickity-button.next {
    display: none;
  }
}

@media(max-width:500px) {
  .featured-collection .product-grid .grid__item {
    width: calc(60% - 20px);
    max-width: calc(60% - 20px);
  }
}

@media(min-width:990px) {
  #customMobileDrawerMenu {
    display: none;
  }
}

#customMobileDrawerMenu {
  visibility: hidden;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: visibility 350ms cubic-bezier(0.4, 0, 1, 1);
  overflow: scroll;
}


#customMobileDrawerMenu .custom-mobile-mega-menu {
  height: 100%;
  width: 100%;
  max-width: 325px;
  background: #fff;
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
  transition: transform .35s cubic-bezier(.1, .1, 0, 1);
  transform: translateX(-100%);
}

.custom-drawer-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 100%;
  background-color: #00000080;
  opacity: 0;
  transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out;

  cursor: pointer;
  z-index: 1;
}


#customMobileDrawerMenu.activeDrawer {
  visibility: visible;
}

#customMobileDrawerMenu.activeDrawer .custom-mobile-mega-menu {
  transform: translateX(0);
  transition: transform 250ms cubic-bezier(0.4, 0, 1, 1);
}

#customMobileDrawerMenu.activeDrawer .custom-drawer-overlay {
  opacity: 1;
}

.custom-mobile-mega-menu .top-drawer-info {
  position: relative;
}

.custom-mobile-mega-menu .top-drawer-info .mobile-site-header-actions {
  list-style-type: none;
  padding: 15px 25px 0;
  margin: 0;
}

.custom-mobile-mega-menu .top-drawer-info .mobile-site-header-actions li {
  line-height: 1.6;
}

.custom-mobile-mega-menu .top-drawer-info .mobile-site-header-actions li a {
  font-size: 14px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 700;
  opacity: .8;
  letter-spacing: 1px;
}

#closeMobileDrawer {
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  right: 16px;
  top: 20px;
  opacity: .8;
  padding: 0;
  cursor: pointer;
}

#closeMobileDrawer svg {
  color: #4d4d4d;
}

.drawer-menu-content {
  list-style-type: none;
  padding: 0;
}

.drawer-menu-content .menu-link {
  position: relative;
}

.drawer-menu-content .menu-link .link-text {
  font-size: 14px;
  color: var(--main-color);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding: 12px 48px 12px 25px;
}

.drawer-menu-content .dropdown-icon {
  position: absolute;
  right: 6px;
  width: 36px;
  height: 36px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-menu-content .dropdown-icon.active {
  background: #ededed;
  border-radius: 4px;
}

.drawer-menu-content .menu-link-second .dropdown-icon.active {
  background: #dbdbdb;
}

.drawer-menu-content .dropdown-icon svg {
  display: block;
  width: 8px;
  height: 6px;
  transform: scale(1.25);
  transition: transform .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
  color: #000;
}

.drawer-menu-content .dropdown-icon.active svg {
  color: var(--main-color);
}

.drawer-menu-content .dropdown-icon svg path {
  transform: rotate(0);
  transition: transform .2s cubic-bezier(.4, 0, .2, 1);
  transform-origin: 50% 89%;
}

.drawer-menu-content .dropdown-icon.active svg .icon-chevron-down-left {
  transform: rotate(45deg);
}

.drawer-menu-content .dropdown-icon.active svg .icon-chevron-down-right {
  transform: rotate(-45deg);
}

.drawer-menu-content .menu.dropdown-child {
  padding: 0;
  list-style-type: none;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}

.drawer-menu-content .menu.dropdown-child .menu-link-second {
  position: relative;
  background-color: #ededed;
}

.drawer-menu-content .menu.dropdown-child .menu-link-second .link-text-second {
  padding: 13px 48px 13px 25px;
  display: block;
  font-size: 15px;
  color: var(--main-color);
  text-decoration: none;
}

.drawer-menu-content .menu.dropdown-grandchild {
  padding: 0 10px;
  list-style-type: none;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}

.drawer-menu-content .menu.dropdown-grandchild .menu-link-third a {
  padding: 11px 48px 11px 25px;
  display: block;
  font-size: 15px;
  color: #4c4c4c;
  text-decoration: none;
}

.drawer-menu-content .menu-link .link-text-btn {
  color: #4c4c4c !important;
}

.drawer-menu-content .menu-link-SALE .link-text {
  color: var(--main-color) !important;
}

.breadcrumbs-container {
  margin-top: 28px;
}

@media(max-width:749px) {
  .breadcrumbs-container {
    margin-top: 20px;
  }
}

.breadcrumbs-container span {
  color: #4d4d4d;
}

.breadcrumbs-container a {
  color: var(--main-color);
  font-size: 16px;
  text-decoration: none;
}

.breadcrumbs-container a span {
  color: var(--main-color);
}

.breadcrumbs-container .breadcrumbs-delimiter {
  display: inline-block;
  margin: 0 7px;
}

.breadcrumbs-container .breadcrumbs-delimiter svg {
  display: block;
  transform: rotate(-90deg);
  margin-top: -7px;
}

.collection-hero__title {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 1.2;
  color: #484848;
  border-top: 1px solid rgba(128, 128, 128, .2);
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  padding: 12px 0;
}

.collection--description.rte {
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  padding: 0 1.5rem 1.5rem;
}

.collection--description a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.collection--description a:hover {
  color: var(--main-color);
}

.collection--description p {
  line-height: 1.6;
}

.collection--description h2 {
  font-size: 26px;
  letter-spacing: 0;
}

.moretext {
  display: none;
}

.activeDescription {
  display: block;
}

.moreless-button {
  display: block;
  width: 320px;
  text-align: center;
  color: #737373 !important;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 2px solid #737373;
  margin: 0 auto 50px;
  padding: 10px 20px;
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#moretext.activeDescription {
  animation: fadeInSlide 0.4s ease-out;
}

.recently-viewed-section {
  display: none;
  margin-top: 55px;
  margin-bottom: 55px;
}

.recently-viewed-section .recently-viewed-container {
  padding: 28px 10px;
  background-color: #f6f6f6;
}

.recently-viewed-section .recently-viewed-container h2 {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 25px;
}

@media(max-width:600px) {
  .recently-viewed-section .recently-viewed-container h2 {
    margin-bottom: 5px;
  }
}

@media(min-width:749px) {
  .recently-viewed-section .recently-viewed-container.destroy .js-recentPdpBlock {
    display: flex;
    flex-wrap: wrap;
  }
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card {
  width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}

@media(max-width: 749px) {
  .recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card {
    /* width: calc(60% - 20px); */
    /* max-width: calc(60% - 20px); */
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .product-card-wrapper {
  background: #fff;
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 16px;
  line-height: 1;
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .product-card-wrapper:hover {
  box-shadow: 0 2px 8px #80808033;
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .c-product__img img {
  width: 100%;
  margin-bottom: 5px;
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .c-product__img .hoverImg {
  display: none;
}

.recently-viewed-section .recently-viewed-container .product-card-wrapper:hover .hoverImg {
  display: block !important;
}


.recently-viewed-section .recently-viewed-container .product-card-wrapper:hover .mainImg {
  display: none;
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .c-product__title a {
  color: #4d4d4d;
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .c-product__title a:hover {
  color: var(--main-color);
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .productitem--vendor a {
  color: #737373;
  font-size: 13px;
  font-family: Lato;
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.recently-viewed-section .recently-viewed-container .js-recentPdpBlock .recently-viewed-card .productitem--vendor a:hover {
  color: var(--main-color);
}

.recently-viewed-heading {
  position: relative;
}

#clearRecentlyViewed {
  position: absolute;
  right: 5px;
  top: 0;
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
  background: transparent;
  border: 0;
  outline: none;
  font-size: 14px;
  font-family: Lato;
  cursor: pointer;
}

#clearRecentlyViewed:hover {
  color: var(--main-color);
}

@media(max-width:600px) {
  #clearRecentlyViewed {
    position: unset;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-card-wrapper {
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 16px;
}

.product-card-wrapper:hover {
  box-shadow: 0 2px 8px #80808033;
}

@media(min-width:750px) {
  .collection .grid {
    column-gap: 20px;
    row-gap: 20px;
  }
}

.product-card-wrapper .card__information .card__heading a:hover {
  color: #4d4d4d;
}

.collection .productitem--vendor {
  display: block;
  line-height: 1.3;
}

.product-card-wrapper .productitem--vendor a {
  color: #949494;
  font-size: 13px;
  text-decoration: none;
}

.product-card-wrapper .productitem--vendor a:hover {
  color: var(--main-color);
}

.product-card-wrapper.card__information {
  padding-bottom: 0;
}

.product-card-wrapper .price__sale .price-item--sale {
  color: var(--main-color);
  letter-spacing: 0;
  margin-right: 4px;
}

.product-card-wrapper .price__sale .price-item--last .price-item--regular {
  margin: 0;
  letter-spacing: 0;
  font-size: 16px;
  color: #949494;
}

.product-card-wrapper input {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.product-card-wrapper .SPCMP_Add_span {
  font-size: 11px !important;
  margin-top: 0 !important;
}

.blog-articles__article .card-wrapper .card__heading a:hover {
  color: #484848;
}

.card-sale-badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: var(--main-color);
  color: #fff;
  padding: 5px 10px;
  line-height: 1.1;
}

.pagination-wrapper .pagination__list {
  align-items: center;
}

.pagination-wrapper .pagination__list li {
  flex: 1 0 0;
  max-width: 22px;
  color: var(--main-color);
  padding: 9px 11px;
}

.pagination-wrapper .pagination__list .arrow-link {
  max-width: 93px;
  margin-top: -2px;
}

.pagination__item--prev .icon {
  margin-top: 3px !important;
}

.pagination-wrapper .pagination__list li .pagination__item {
  height: unset;
}

.pagination-wrapper .pagination__list li a:after {
  display: none;
}


.pagination-wrapper .pagination__item.link {
  color: var(--main-color);
  font-size: 16px;
}

.pagination-wrapper .pagination__item.pagination__item--current {
  color: #4d4d4d;
  opacity: 1;
}

.pagination-wrapper .pagination__item.pagination__item--current:after {
  display: none;
}


@media(max-width:749px) {
  .images-with-links__slider__item {
    width: 204px;
    margin-right: 10px;
  }
}

.images-with-links__wrap .images-with-links__slider {
  padding-top: 25px;
}

.images-with-links__slider__item img {
  width: 100%;
}

.images-with-links__slider__item .image-wrap {
  line-height: 0;
}

.images-with-links__slider__item a {
  text-decoration: none;
}

.images-with-links__slider__item .text p {
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
  text-align: center;
  color: #484848;
  line-height: 1.1;
}

.images-with-links__slider__item .text p:hover {
  color: var(--main-color);
}

.images-with-links__wrap .images-with-links__slider .flickity-button.next {
  right: -5px;
}

@media(min-width:1510px) {
  .images-with-links__wrap .images-with-links__slider .flickity-button.next {
    right: -48px;
  }
}

.images-with-links__wrap .images-with-links__slider .flickity-button.previous {
  left: -17px;
}

@media(min-width:1510px) {
  .images-with-links__wrap .images-with-links__slider .flickity-button.previous {
    left: -64px;
  }
}

.images-with-links__wrap .images-with-links__slider .flickity-button:hover {
  box-shadow: 0 0 0 1px #7f7f7f0d, 0 3px 10px #7f7f7f80;
  opacity: 1;
  transform: translateY(-50%) scale(1.125);
}

.images-with-links__wrap .images-with-links__slider .flickity-button svg {
  width: 17px !important;
  height: 17px !important;
}


.facets-vertical-form {
  background-color: #f6f6f6;
  justify-content: flex-start !important;
  width: 100%;
  max-width: 260px;
  margin-bottom: 5px;
  padding: 14px 16px;
}

.facets-vertical-form .facet-filters.sorting {
  padding-left: 0;
}

.facets-vertical-form .product-count-vertical {
  display: none;
}

.facets-vertical-form .facet-filters__label label {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 15px;
}

.facet-filters__sort:focus {
  box-shadow: none !important;
}

@media(max-width:749px) {
  #main-collection-filters .product-count {
    display: none !important;
  }

  .mobile-facets__wrapper {
    justify-content: center;
  }

  .mobile-facets__wrapper .mobile-facets__disclosure {
    width: 100%;
    background: #000;
    padding: 5px 0;
    margin: 0 0 20px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    display: block;
    font-family: inherit;
    text-align: center;
  }

  .mobile-facets__wrapper .mobile-facets__open-label-main {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
  }

  .facets-container {
    column-gap: 0 !important;
  }

  .facets-vertical-form {
    max-width: 100%;
    padding: 10px;
  }

  .facets-vertical-form .facet-filters__field {
    justify-content: flex-start;
  }

  .facets-vertical-form .facet-filters__field .facet-filters__label {
    display: none;
  }

  .mobile-sort-facets__details,
  .mobile-facets__header-inner .mobile-facets__count {
    display: none !important;
  }

  .mobile-facets__header-inner .mobile-facets__heading {
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
    color: #4d4d4d;
    font-family: Lato;
  }

}

.product .badges {
  display: flex;
  align-items: center;
}

.product .badges .sale-badge span {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 26px;
  margin-bottom: 8px;
  display: block;
  padding-right: 15px;
  line-height: 1.15;
}

.product .badges .new-badge-pdp span {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-color);
  font-size: 26px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.15;
}

.product .product__title {
  margin-top: 0;
  margin-bottom: 0;
}

.product .product__title h1 {
  font-weight: 400;
  font-size: 27px !important;
  margin-top: 0;
  margin-bottom: 0;
  color: #4c4c4c;
  line-height: 1.2;
  text-transform: uppercase;
}

.product .product-vendor {
  color: #737373;
  margin-top: 0;
  margin-bottom: 7px;
}

.product .product-vendor a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.product .product-vendor a:hover {
  color: var(--main-color);
}

.product .product-price-block {
  margin-top: 10px;
}

.product .product-price-block .badge {
  display: none !important;
}

.product .product-price-block .price__sale .price-item--sale {
  margin-right: 8px;
  color: var(--main-color);
  font-size: 20px;
  letter-spacing: 0;
}

.product .product-price-block .price__sale .price-item--last .price-item--regular {
  color: #737373;
  font-size: 20px;
  letter-spacing: 0;
}

.product .product-price-block .price__regular .price-item--regular {
  color: #4d4d4d;
  font-size: 20px;
  letter-spacing: 0;
}

.product .product__tax {
  display: none;
}

.product .installment {
  font-size: 15px;
  letter-spacing: 0;
}

.product .product__sku {
  color: #949494;
  margin-top: 23px;
  font-size: 14px;
  margin-bottom: 0;
}

.product .product__sku variant-swatch-king .swatches {
  margin-top: 8px;
}

.jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  max-width: 240px;
  color: #949494 !important;
  border: 2px solid #949494 !important;
  background-color: #fff !important;
  font-weight: 700 !important;
  min-height: auto !important;
  width: auto !important;
  padding: 12.5px 20px !important;
  border-radius: 3px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover {
  opacity: 0.8;
}

#judgeme_product_reviews a {
  text-decoration: none !important;
}

@media(max-width:767px) {
  .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .product .product__title h1 {
    font-size: 20px !important;
  }
}

#product-tabs {
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 0;
}

#product-tabs .tab {
  display: inline-block;
  padding: 13px 15px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  line-height: 14px;
  z-index: 3;
}

#product-tabs .tab:not(.active) {
  border: 1px solid #dcdcdc;
  color: #000;
}

#product-tabs .active {
  border: 1px solid #dcdcdc;
  background-color: #f8f8f8;
  color: #4c4c4c !important;
}

#product-tabs .tabContent {
  padding: 15px;
  border: 1px solid #dcdcdc;
  position: relative;
  top: -1px;
  z-index: 1;
  background-color: #f8f8f8;
  color: #4c4c4c;
}

#product-tabs .tabContent ul {}

#product-tabs .hide {
  display: none;
}

#product-tabs .show {
  display: block;
}

#tabContent5 .tab-width {
  width: 100% !important;
}

@media (min-width: 601px) {
  #product-tabs .tab:not(.active) {
    border-bottom: 0;
  }

  #product-tabs .active {
    border-bottom: 1px solid #f8f8f8 !important;
  }

  .tab-width {
    width: 50%;
  }

  .about-tab .tab-width {
    width: 100%;
  }
}

@media (max-width: 600px) {
  #product-tabs .tab {
    margin-bottom: 5px;
    padding: 10px;
    font-size: 12px;
  }

  #product-tabs .tabContent table tr {
    display: flex;
    flex-direction: column;
  }

  #product-tabs .tabContent table tr td {
    width: 100% !important;
    padding: 0 0 25px !important;
    line-height: 20px;
  }
}

#product-tabs .tabContent p,
#product-tabs .tabContent li {
  line-height: 1.15;
}

#product-tabs .tabContent td {
  font-size: 16px;
  line-height: 1.15;
}

#product-tabs .tabContent h4 {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 0px;
}

#product-tabs .tabContent ul {
  margin-top: 10px;
}

#product-tabs .tabContent a {
  text-decoration: none;
}

.faq-tab-hidden {
  display: none !important;
}

.product variant-swatch-king .swatch-selector {
  min-width: unset !important;
}

.product-share .share-buttons--title {
  font-weight: 700;
  color: #4d4d4d;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 17px;
  display: inline-table;
}

.product-share .share-buttons--list .share-buttons--button {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  color: #fff;
}

.product-share .share-buttons .share-buttons--button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100%;
  transition: transform 125ms cubic-bezier(.4, 0, .2, 1);
  background-color: #c3c3c3;
}

.product-share .share-buttons--list .share-buttons--button svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px;
  fill: #fff;
}

.product-share .share-buttons--list .share-buttons--button img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.share-buttons .share-buttons--button:not(:first-child) {
  margin-left: .5rem;
}

.share-buttons .share-buttons--button:hover:before {
  transform: scale(1.15);
}

hr.contact-line {
  background: #c3c3c3;
  border: 0;
  height: .5px;
  margin: 10px 0 15px;
}

.con-row {
  display: flex;
}

.con-row .con-col1 {
  width: 30%;
  margin-right: 30px;
}

.con-row .con-col1 .con-title {
  margin: 0;
  font-weight: 700;
  font-family: Lato, sans-serif;
  color: #4c4c4c;
  line-height: 1.15;
}

.con-row .con-col1 .con-info {
  font-family: Lato, sans-serif;
  color: #4c4c4c;
  line-height: 1.15;
  font-size: 13px;
  margin-top: 5px;
}

.con-row .con-col2 {
  width: 50%;
}

.con-row .con-col2 .con-phone {
  margin: 0;
  font-weight: 700;
  font-family: Lato, sans-serif;
  color: #4c4c4c;
  line-height: 1.15;
}

.con-row .con-col2 .con-email {
  line-height: 1.15;
  font-size: 13px;
  margin-top: 5px;
}

.con-row .con-col2 .con-email a {
  color: var(--main-color);
  text-decoration: none;
}

@media(max-width: 749px) {
  .product__info-wrapper {
    margin-top: 28px;
  }

  #product-tabs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.product__info-wrapper .jdgm-preview-badge {
  padding-bottom: 5px;
}

.product .thumbnail-slider .slider-button {
  box-shadow: 0 0 0 1px #7f7f7f0d, 0 3px 10px #7f7f7f80;
  opacity: 1;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.product .thumbnail-slider .slider-button svg {
  width: 22px;
  height: 22px;
  color: #000;
}

.product .product__media-list .product__media img {
  border-radius: 0;
}

.disabled-studio-m {
  pointer-events: none !important;
  cursor: default !important;
  background: #000 !important;
  border-color: #000 !important;
  opacity: .4 !important;
}


.disabled-studio-m:before,
.disabled-studio-m:after {
  display: none;
}

.product-buttons-info {
  background-color: #f8f8f8;
  padding: 12px 12px 17px;
  margin-top: 6px !important;
}

.product-page-new-pdp .product-buttons-info {
  padding: 32px 32px 35px;
}

p.shipping-info {
  position: relative;
  top: 0;
  left: 0;
  font-family: Lato, sans-serif;
  font-size: small;
  font-weight: 700;
  color: #4c4c4c;
  margin-top: 0;
  margin-bottom: 2px;
}

.in-stock-tooltip {
  border: 0;
  border-bottom: 1px solid #000;
  border-style: dashed solid;
  cursor: pointer;
  position: relative;
}

.in-stock-tooltip-container {
  display: none;
  position: absolute;
  z-index: 999;
  top: 26px;
  padding-top: 10px;
  left: -195px;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #d0c7c7;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .14);
  box-shadow: 0 0 1px #00000024;
  padding: 15px 14px;
  max-width: 430px;
  min-width: 430px;
  border-radius: 6px;
}

.in-stock-tooltip-container .in-stock-tooltip-content span {
  font-weight: 400;
  font-size: 14px;
}


.tooltip-arrow {
  display: none;
  position: absolute;
  border-top: 1px solid #d0c7c7;
  border-left: 1px solid #d0c7c7;
  width: 13px;
  height: 13px;
  z-index: 1000;
  background: #fff;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
}

@media(max-width: 719px) {
  .in-stock-tooltip-container {
    left: 0;
  }
}

@media(max-width: 480px) {
  .in-stock-tooltip-container {
    min-width: 320px;
    max-width: 320px;
  }
}

p.lt-message,
div.lt-message {
  position: relative;
  top: 0;
  left: 0;
  font-family: Lato, sans-serif;
  font-size: small;
  font-weight: 400;
  color: #4c4c4c;
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 1.3;
}


.in-stock-tooltip:hover .in-stock-tooltip-container,
.in-stock-tooltip:hover .tooltip-arrow {
  display: block;
}

.studio-m-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
  margin-top: 0;
  line-height: 1.4;
}

.studio-m-text a {
  text-decoration: none;
  color: var(--main-color);
}

.product__info-container .product-share {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.product__info-container .product-share input.SPCMP_Add[type=button].new_SPCMP_Btn,
input.SPCMP_Add[type=button].new_SPCMP_Btn:hover {
  color: #737373 !important;
  border: 2px solid #737373 !important;
  background-color: #fff !important;
  font-weight: 700;
  min-height: unset;
}

.product-qty-btns-wrapper {
  display: flex;
  padding-top: 6px;
  position: relative;
}

.product-page-new-pdp .product-qty-btns-wrapper {
  justify-content: space-between;
}

.product-qty-btns-wrapper .product-qty-and-form {
  display: flex;
  justify-content: space-between;
  width: 60%;
  min-width: 295px;
}

@media(max-width: 900px) and (min-width: 749px) {
  .product-buttons-info {
    padding: 12px 22px 25px;
  }

  .product-page-new-pdp .product-qty-btns-wrapper {
    flex-wrap: wrap;
  }

  .product-qty-btns-wrapper .product-price-block-form {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }

  .product-qty-btns-wrapper .product-qty-and-form {
    margin-top: 12px;
    width: 100%;
    min-width: unset;
  }
}

@media(max-width: 500px) {

  .product-buttons-info {
    padding: 12px 22px 25px;
  }

  .product-page-new-pdp .product-qty-btns-wrapper {
    flex-wrap: wrap;
  }

  .product-qty-btns-wrapper .product-price-block-form {
    margin-right: 0;
    text-align: left;
    width: 100%;
  }

  .product-qty-btns-wrapper .product-qty-and-form {
    margin-top: 12px;
    width: 100%;
    min-width: unset;
  }
}

.product-qty-btns-wrapper .product-form__quantity {
  margin-bottom: 0;
  width: fit-content;
  min-width: unset;
  max-width: 150px;
  margin-right: 5px;
}

.product-qty-btns-wrapper quantity-input {
  min-height: 50px;
}

.product-qty-btns-wrapper .buy-buttons-div {
  width: 100%;
  max-width: 240px;
}

.product-qty-btns-wrapper .product-form {
  margin-bottom: 0;
}

.product-qty-btns-wrapper .product-form .product-form__submit:before,
.product-qty-btns-wrapper .product-form .product-form__submit:after {
  display: none;
}

.product-qty-btns-wrapper .product-form .product-form__submit {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 3px;
  min-height: 50px;
  margin-bottom: 0;
}

.product-qty-btns-wrapper .product-form .product-form__submit:hover {
  box-shadow: 0 3px 8px #0000001a;
}

.product-qty-btns-wrapper .product-form .product-form__submit span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

@media(max-width:749px) {
  .product-qty-btns-wrapper .product-form .product-form__submit span {
    font-size: 16px;
  }
}

.product-qty-btns-wrapper .product-form .product-form__submit:disabled {
  background: #000 !important;
  border-color: #000 !important;
  opacity: .4 !important;
}

.collection-page .boost-sd__collection-header {
  display: none !important;
}

.collection-page .boost-sd-layout {
  max-width: 1400px;
}

.collection-page .boost-sd__product-item {
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 16px 16px 45px;
  position: relative;
}

.collection-page .boost-sd__product-item:hover {
  box-shadow: 0 2px 8px #80808033;
}

.collection-page .boost-sd__product-item .boost-sd__product-info {
  gap: 2px !important;
}

.SPCMP_chk_lbl {
  position: absolute !important;
  bottom: 11px;
  left: 12px;
}

.collection-page .boost-sd__toolbar-item--product-count,
.collection-page .boost-sd__toolbar-item--view-as {
  display: none !important;
}

.image-with-text__text-item .image-with-text__content--top.image-with-text__content--desktop-left {
  padding-top: 0;
  padding-left: 0;
}

.image-with-text__media,
.image-with-text__media img {
  border-radius: 0 !important;
}

.collection-page .rich-text__blocks {
  max-width: 100%;
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  padding-bottom: 20px;
}

.collection-page .image-with-text-section .image-with-text {
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  padding-bottom: 20px;
}

.collection-page .rich-text-section .rich-text__text p,
.collection-page .image-with-text-section p {
  line-height: 1.5625;
}

@media(max-width:749px) {

  .collection-page .image-with-text-section,
  .collection-page .rich-text-section {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .collection-page .boost-sd-layout {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.sort-bar-info {
  display: flex;
}

.sort-bar-info .sort-bar-info-text {
  text-align: center;
  width: 100%;
  max-width: 1140px;
}

.sort-bar-info .sort-bar-info-text h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 860px) {
  .sort-bar-info .offset-col {
    width: 185px;
    margin-right: 25px;
  }

}

.boost-sd-layout--has-filter-vertical.boost-sd-layout--has-vertical-style-default {
  margin-top: 20px !important;
}

.tabContent .tab-width table {
  border: 0 !important;
  box-shadow: none !important;
}

.tabContent .tab-width td {
  border: 0;
}

.tabContent .in-stock-tooltip-container {
  left: 0 !important;
}

.jdgm-row-readmore .jdgm-btn {
  color: #949494 !important;
  border: 2px solid #949494 !important;
  background-color: #fff !important;
  font-weight: 700 !important;
  min-height: auto !important;
  width: auto !important;
  padding: 12.5px 20px !important;
  border-radius: 3px !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.jdgm-row-readmore .jdgm-btn:hover {
  opacity: .8 !important;
}

.recently-viewed-card .price-item {
  display: inline-block;
}

.recently-viewed-card .c-productComparePrice {
  color: rgb(148, 148, 148);
  text-decoration: line-through;
}

.recently-viewed-card .c-productPrice {
  color: var(--main-color) !important;
}

.recently-viewed-card .price__regular-false .c-productPrice {
  color: #484848;
}

.product-page .value-prop-bar-section {
  margin-top: 20px;
}

.customer.login {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px !important;
  margin-top: 12px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.customer.login .leftcol-account-login {
  width: 50%;
}

.customer.login .rightcol-account-register {
  width: 50%;
}

@media(max-width:798px) {
  .customer.login .leftcol-account-login {
    width: 100%;
  }

  .customer.login .rightcol-account-register {
    width: 100%;
  }
}

.customer.login .leftcol-account-login .account-login-block {
  background-color: #f8f8f8;
  padding: 20px 35px;
}

.customer.login .leftcol-account-login .account-login-block h1 {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 28px;
  margin-bottom: 13px;
  line-height: 1.15;
}

.customer.login .leftcol-account-login .account-login-block .login-subtext {
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.15;
}

.customer.login form {
  margin-top: 20px;
  margin-bottom: 50px;
}

.customer.login form input {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding-left: 10px;
  height: 50px;
  min-height: 50px;
}

.customer.login form input:hover {
  border-color: #bebebe;
}

.customer.login form input:focus {
  border-color: #818181;
  outline: 0;
  box-shadow: 0 2px 6px #00000026, 0 0 0 .5px #919191;
}

.customer.login form .field:before,
.customer.login form .field:after {
  display: none;
}

.customer.login form label {
  left: 10px;
  letter-spacing: 0;
  color: #949494;
}

.customer.login .login-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.customer.login .login-buttons button:before,
.customer.login .login-buttons button:after {
  display: none;
}

.customer.login .login-buttons button {
  margin: 0;
  border-radius: 0;
  padding: 10px 35px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
  min-height: unset;
  min-width: unset;
  line-height: 1.15;
}

.customer.login .login-buttons button:hover {
  color: var(--main-color);
  box-shadow: 0 3px 8px #0000001a;
  background: #fff;
}

.customer.login .login-buttons a {
  color: #4d4d4d;
  font-size: 15px;
  text-decoration: none;
}

.customer.login .account-login-trade {
  padding: 20px 35px;
  background-color: #f8f8f8;
  margin-top: 50px;
}

.customer.login .account-login-trade .account-login-trade-heading .account-page-title {
  margin: 0 0 13px;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 28px;
  line-height: 1.15;
}

.customer.login .account-login-trade .account-login-trade-heading p {
  font-size: 14px;
  text-align: left;
  margin: 0;
  line-height: 1.15;
}

.customer.login .account-login-trade .trade-login-block-content {
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.customer.login .account-login-trade .trade-login-block-content .trade-site-btn {
  margin: 0;
  border-radius: 0;
  padding: 10px 35px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
  min-height: unset;
  min-width: unset;
  line-height: 1.15;
  background: #f58548;
  color: #fff;
  text-decoration: none;
}

.customer.login .account-login-trade .trade-login-block-content .trade-site-btn:hover {
  color: #f58548;
  box-shadow: 0 3px 8px #0000001a;
  background: #fff;
}

.customer.login .account-login-trade .trade-login-block-content .trade-site-btn-sign-in {
  margin-right: 50px;
}

@media(max-width:798px) {

  .customer.login .account-login-trade .trade-login-block-content .trade-site-btn-sign-in {
    margin-right: 20px;
  }

  .customer.login .leftcol-account-login .account-login-block,
  .customer.login .account-login-trade {
    padding: 20px;
  }
}

#recover:target~.login-subtext,
#recover:target~.login-form-block {
  display: none;
}

.recover-text p {
  font-size: 14px;
  text-align: left;
  margin: 0 !important;
}

.recover-text .login-buttons a {
  margin: 0;
  border-radius: 0;
  padding: 10px 35px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
  min-height: unset;
  min-width: unset;
  line-height: 1.15;
  color: var(--main-color) !important;
  background-color: #fff;
  border: 1px solid #dddddd;
}

.recover-text .login-buttons a:hover {
  background: #f0e5e5;
  border: 1px solid #cecece;
  box-shadow: 0 3px 8px #0000001a;
}

.customer .field input:focus {
  padding-left: 10px;
}

.customer .field input:focus~label {
  left: 10px;
}

.customer.login .rightcol-account-register {
  padding-left: 73px;
}

.customer.login .rightcol-account-register .account-register-block {
  padding: 0 35px;
}

.customer.login .rightcol-account-register .account-register-block h1 {
  margin: 0 0 13px;
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  font-size: 28px;
  line-height: 1.15;
}

.customer.login .rightcol-account-register .account-register-block p {
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.15;
}

.customer.login .rightcol-account-register .field {
  margin-top: 0;
  margin-bottom: 20px;
}

.customer.login .rightcol-account-register h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 0;
  text-align: left;
  letter-spacing: 0;
}

.customer.login .rightcol-account-register .register-buttons button:before,
.customer.login .rightcol-account-register .register-buttons button:after {
  display: none;
}

.customer.login .rightcol-account-register .register-buttons button {
  display: block;
  margin: 0 0 10px;
  border-radius: 0;
  padding: 10px 35px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
  min-height: unset;
  min-width: unset;
  line-height: 1.15;
}

.customer.login .rightcol-account-register .register-buttons button:hover {
  color: var(--main-color);
  box-shadow: 0 3px 8px #0000001a;
  background: #fff;
}

.customer.login .rightcol-account-register .register-buttons .account-policy {
  font-size: 14px;
  display: block;
  text-decoration: none;
  text-align: left;
  margin: 0;
}

@media(max-width:798px) {
  .customer.login .rightcol-account-register {
    padding-left: 0;
    margin-top: 30px;
  }

  .customer.login .rightcol-account-register .account-register-block {
    padding: 0;
  }
}

.customer.register {
  max-width: 620px !important;
}

.customer.register h1 {
  font-size: 30px;
  letter-spacing: 0;
}

.customer.register .errors-list {
  color: #f05d5d;
  background-color: #fce2e2;
  padding: 8px 12px;
  list-style-type: none;
  margin-bottom: 22px;
}

.customer.register form input {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding-left: 10px;
  height: 50px;
  min-height: 50px;
}

.customer.register form input:hover {
  border-color: #bebebe;
}

.customer.register form input:focus {
  border-color: #818181;
  outline: 0;
  box-shadow: 0 2px 6px #00000026, 0 0 0 .5px #919191;
}

.customer.register form .field:before,
.customer.register form .field:after {
  display: none;
}

.customer.register form label {
  left: 10px;
  letter-spacing: 0;
  color: #949494;
}

.error-field {
  border-color: #f05d5d !important;
}

.customer.register .register-buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.customer.register .register-buttons button:before,
.customer.register .register-buttons button:after {
  display: none;
}

.customer.register .register-buttons button {
  display: block;
  margin: 0;
  border-radius: 0;
  padding: 10px 35px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
  min-height: unset;
  min-width: unset;
  line-height: 1.15;
}

.customer.register .register-buttons button:hover {
  color: var(--main-color);
  box-shadow: 0 3px 8px #0000001a;
  background: #fff;
}

.customer.register .register-buttons p {
  margin: 0;
  color: #4d4d4d;
  font-size: 15px;
  margin-left: 20px;
}

.customer.register .register-buttons p a {
  color: var(--main-color);
  text-decoration: none;
  font-size: 15px;
}

.customer.register .register-buttons p a:hover {
  color: var(--main-color);
}

.customer.account .customer__title {
  font-size: 30px;
  text-align: center;
}

.customer.account .account-orders-history-title {
  font-size: 20px;
  margin-bottom: 32px;
  letter-spacing: 0;
}

.customer.account .saved-cart-account {
  margin-top: 55px;
}

.customer.account .saved-cart-account span {
  font-size: 20px;
  color: #484848;
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
  display: block;
  margin-bottom: 20px;
  line-height: 1.15;
}

.customer.account .saved-cart-account button:before,
.customer.account .saved-cart-account button:after {
  display: none;
}

.customer.account .saved-cart-account button {
  background-color: #fff !important;
  width: 100%;
  max-width: 240px;
  color: var(--main-color);
  text-transform: uppercase;
  font-size: 18px;
  padding: 12.5px 13px;
  letter-spacing: 0em;
  border: 2px solid var(--main-color);
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 0;
}

.customer.account .saved-cart-account button:hover {
  background-color: var(--main-color) !important;
  color: #fff;
}

.customer.account .account-details .account-info-block h2 {
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.customer.account .account-details .account-info-block .account-info-item a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
  font-size: 16px;
}

.customer.account .account-details .account-info-block .account-info-item a:hover {
  color: var(--main-color);
}

.customer.account .account-details .account-info-block a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
  font-size: 16px;
}


.customer.account .account-details .account-info-block a:hover {
  color: var(--main-color);
}

.customer.account .account-details .appointment-heading {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

.customer.account .account-details .apcol img {
  width: 100%;
}

.customer.account .account-details .apcol p {
  font-size: 14px;
  margin-top: 9px;
  line-height: 1.15;
  margin-bottom: 0;
}

.customer.account .account-details .apcol p a {
  font-size: 14px;
  color: #4d4d4d;
}

.customer.account .account-details .apcol .bname {
  padding-top: 0;
  text-align: left;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.15;
}

.customer.account .account-details .apcol .member-link {
  display: block;
  margin-top: -7px;
  color: var(--main-color) !important;
  margin-bottom: 10px;
  font-size: 15px;
}

.customer.account .account-details .apcol button:before,
.customer.account .account-details .apcol button:after {
  display: none;
}

.customer.account .account-details .apcol button {
  cursor: pointer;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
  padding: 10px 12px;
  margin: 0;
  line-height: 1.15;
  min-width: unset;
  min-height: unset;
  letter-spacing: 0;
  width: 100%;
}

.customer.addresses h1 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

.article-template .article-container {
  margin-top: 30px !important;
}

.article-template .article-container .article-template__hero-container {
  max-width: 100%;
}

.article-template .article-container .page-width--narrow {
  padding-right: 25px;
  padding-left: 25px;
  max-width: 700px;
}

.article-template .article-container header .article-time {
  color: #949494;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.article-template .article-container header .article-time:after {
  content: '|';
  margin: 0 5px 0 8px;
}

.article-template .article-container header .article-author {
  color: #949494;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}

.article-template .article-container header h1 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.15;
  font-size: 28px;
  margin-top: 12px;
  margin-bottom: 32px;
}

.article-template .article-container .article-template__social-sharing {
  margin-top: 0;
}

.article-template .article-container .article-template__social-sharing .share-buttons--title {
  margin-top: 0;
}

.article-template .article-container .article-template__social-sharing .contact-line,
.article-template .article-container .article-template__social-sharing .con-row {
  display: none;
}

.article-template .article-container .article-template__content p {
  color: #4d4d4d;
  opacity: 1;
  line-height: 1.625;
  font-size: 16px;
  margin: 16px 0;
}

.article-template .article-container .article-template__content ul {
  list-style-position: unset;
}

.article-template .article-container .article-template__content li {
  color: #4d4d4d;
  opacity: 1;
  line-height: 1.625;
  font-size: 16px;
}

.article-template .article-container .article-template__content h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-size: 26px;
}

.article-template .article-container .article-template__content h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-size: 24px;
}

.article-template .article-container .article-template__content a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.article-template .article-container .article-template__content a:hover {
  color: var(--main-color);
}

.article-template .article-container .article-template__content img {
  border-radius: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.article-template .article--tags {
  padding-top: 15px;
  margin-bottom: 30px;
}

.article-template .article--tags .article--tags-title {
  color: #4d4d4d;
  font-size: 14px;
}

.article-template .article--tags a {
  margin-left: .25rem;
  color: #949494;
  font-size: 14px;
  text-decoration: none;
}

.article-template .article--tags a:hover {
  color: #4d4d4d99;
}

.article-template .article--pagination {
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
}

.article-template .article--pagination a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.article-template .article--pagination a:hover {
  color: var(--main-color);
}

@media(min-width:680px) {
  .article-main-content .article-mobile-share {
    display: none;
  }
}

@media(max-width:679px) {

  .article-main-content .article-desktop-share,
  .article-main-content .article-template-sidebar {
    display: none;
  }
}

.article-main-content {
  position: relative;
}

@media(min-width:1024px) {
  .article-main-content .article-template-sidebar {
    position: absolute;
    left: 0;
    padding-right: 1.25rem;
  }
}

@media(max-width:1023px) and (min-width: 680px) {
  .article-main-content {
    display: flex;
  }

  .article-main-content .article-template-sidebar {
    width: 18%;
    padding-right: 1.25rem;
    margin-top: 25px;
  }

  .article-main-content .article-template-sidebar .share-buttons--list {
    display: flex;
    flex-direction: column;
  }

  .article-main-content .article-template-sidebar .share-buttons .share-buttons--button:not(:first-child) {
    margin-left: 0;
    margin-top: 8px;
  }

  .article-main-content .article-template-inner {
    width: 82%;
  }

  .article-main-content .article-template-inner .page-width--narrow {
    max-width: 100%;
    padding: 0;
  }
}

.article-main-content .article-template-sidebar .article-template__social-sharing {
  padding: 0;
}

.article--pagination .article--pagination-item-left,
.article--pagination .article--pagination-item-right {
  position: relative;
  display: inline-block;
  max-width: 40%;
  width: 100%;
}

.article--pagination .article--pagination-item-right {
  text-align: right;
}

.article--pagination .article--pagination-chevron-left {
  margin-right: .3125rem;
  margin-left: 0;
  top: 12px;
}

@media(min-width:680px) {
  .article--pagination .article--pagination-chevron-left {
    position: absolute;
    left: calc(-8px - .3125rem);
  }
}

.article--pagination .article--pagination-chevron-left svg {
  display: block;
  margin-top: -.125rem;
  transform: rotate(90deg);
  fill: currentColor;
}

.article--pagination .article--pagination-chevron-right {
  display: inline-block;
  margin-left: .3125rem;
  vertical-align: middle;
  margin-top: .5rem;
  position: absolute;
  top: 9px;
}

.article--pagination .article--pagination-chevron-right svg {
  display: block;
  margin-top: -.125rem;
  transform: rotate(-90deg);
  fill: currentColor;
}

.article--pagination .article--pagination-text {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 13px);
  vertical-align: top;
}

.article--pagination .article--pagination-text .article--pagination-title {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  display: none;
  margin-top: .25rem;
  line-height: 1.46;
  color: #4d4d4d;
}

@media(min-width:680px) {
  .article--pagination .article--pagination-text .article--pagination-title {
    display: block;
  }
}

@media(max-width:681px) {
  .article-template .article-container .page-width--narrow {
    padding-left: 0;
    padding-right: 0;
  }

  .article--pagination .article--pagination-chevron-left svg {
    position: absolute;
    top: 14px;
    left: -7px;
  }
}

.article--pagination.right-article {
  justify-content: flex-end;
}

.article-template__comment-wrapper {
  background: transparent;
}

.article-template__comment-wrapper h2 {
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 24px;
}

.article-template__comment-wrapper .article-template__comment-text {
  font-size: 16px;
  margin-bottom: 33px;
  font-style: italic;
  line-height: 1.15;
}

.article-template__comment-wrapper form input {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding-left: 10px;
  height: 50px;
  min-height: 50px;
}

.article-template__comment-wrapper form textarea {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding-left: 10px;
  min-height: 200px;
}

.article-template__comment-wrapper form input:hover,
.article-template__comment-wrapper form textarea:hover {
  border-color: #bebebe;
}

.article-template__comment-wrapper form input:focus,
.article-template__comment-wrapper form textarea:focus {
  border-color: #818181;
  outline: 0;
  box-shadow: 0 2px 6px #00000026, 0 0 0 .5px #919191;
}

.article-template__comment-wrapper .field {
  margin-bottom: 20px;
}

.article-template__comment-wrapper .field:before,
.article-template__comment-wrapper .field:after {
  display: none;
}

.article-template__comment-wrapper form label {
  left: 10px;
  letter-spacing: 0;
  color: #949494;
}

.article-template__comment-wrapper .field input:focus,
.article-template__comment-wrapper .field textarea:focus {
  padding-left: 10px;
}

.article-template__comment-wrapper .field input:focus~label,
.article-template__comment-wrapper .field textarea:focus~label {
  left: 10px;
}

.article-template__comment-wrapper form .button {
  margin: 0;
  border-radius: 0;
  padding: 10px 35px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
  min-height: unset;
  min-width: unset;
  height: unset;
  line-height: 1.15;
  background-color: var(--main-color);
  border: 0;
  color: #fff;
}

.article-template__comment-wrapper form .button:hover {
  color: var(--main-color);
  box-shadow: 0 3px 8px #0000001a;
  background: #fff;
}

.main-blog .title--primary {
  display: none;
}

@media(min-width:750px) {
  .main-blog .blog-articles {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 30px;
  }
}

@media(max-width:749px) {
  .main-blog .blog-articles {
    row-gap: 25px;
  }
}

.main-blog .blog-articles__article {
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
}

.main-blog .article-card__image-wrapper {
  border-radius: 0 !important;
}

.main-blog .card__content .card__information {
  padding: 20px !important;
}

.main-blog .card__content .article-card__info {
  padding-top: 0;
  color: #949494;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  font-family: Lato;
  margin-bottom: 5px;
}

.main-blog .card__content .card__heading {
  color: #484848;
  margin-bottom: 16px;
  text-align: center;
  font-size: 20px;
}

.main-blog .card__content .article-card__excerpt {
  text-align: center;
  line-height: 1.625;
  font-size: 16px;
}

.main-blog .card__content .article--excerpt-readmore {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
  display: block;
  text-align: center;
}

.main-blog .card__content .article--excerpt-readmore:hover {
  color: var(--main-color);
}

.main-blog .card__content .article--excerpt-readmore .icon-signpost-arrow {
  position: relative;
  bottom: -2px;
}

.main-blog .card__content .article--excerpt-readmore .icon-signpost-arrow path {
  transition: transform 125ms cubic-bezier(.4, 0, .2, 1) .1s, opacity 125ms cubic-bezier(.4, 0, .2, 1);
}

.main-blog .card__content .article--excerpt-readmore .icon-signpost-arrow path:first-child {
  transform: translate(-8px);
}

.main-blog .card__content .article--excerpt-readmore .icon-signpost-arrow path:last-child {
  transform: translate(-100%);
}

.main-blog .card__content .article--excerpt-readmore:hover .icon-signpost-arrow path:first-child {
  transform: translate(0);
}

.main-blog .article--excerpt-readmore:hover .icon-signpost-arrow path:last-child {
  transform: translate(0);
}

.blog-page .value-prop-bar-section {
  margin-top: 0;
}

.main-blog .card__inner {
  height: 250px;
}

@media(max-width:749px) {
  .main-blog .card__inner {
    height: 200px;
  }
}

.page-template .main-page-title {
  font-size: 30px;
  margin-top: 20px;
  letter-spacing: 0;
}

.page-template .rte {
  line-height: 1.625;
}

.page-template .rte a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.page-template .rte a:hover {
  color: var(--main-color);
}

.page-template .value-prop-bar-section {
  margin-top: 20px;
}

.page-template .rte .list-unstyled {
  list-style-type: disc;
  padding-left: 0;
}

.page-template .rte .list-unstyled button {
  font-size: 16px;
}

.page-template .rte h2 {
  font-size: 26px;
  margin-top: 32px;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.employee-page-template .breadcrumbs-container {
  max-width: 1200px;
}

.site-page-employee .page-width {
  max-width: 1200px;
}

.site-page-employee .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 50px;
}

.site-page-employee .wrap .wrap__item.right {
  text-align: left;
}

.site-page-employee .wrap>div {
  flex: 0 0 100%;
  width: 100%;
}

.site-page-employee .bg {
  background-color: var(--main-color);
  color: #fff;
}

.site-page-employee .right .bg {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
}

.site-page-employee .wrap img {
  display: block;
  width: 100%;
}

.site-page-employee .wrap h1 {
  border-bottom: 1px solid gray;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}

.site-page-employee .wrap h1 span {
  display: block;
  color: var(--main-color);
}

.site-page-employee .rte.main-title {
  padding-right: 0 !important;
  margin-bottom: 40px;
}

.site-page-employee .wrap h3 {
  color: #fff;
}

.site-page-employee .wrap .rte {
  padding: 0 22px;
}

.site-page-employee .wrap .contact-info-social-wrap {
  padding: 0 22px;
}

.site-page-employee .wrap .contact-info-social-wrap {
  padding: 0 22px;
}

.site-page-employee .wrap .contact-info-social-wrap h3 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 0;
}

.site-page-employee .wrap .contact-info-social-wrap .contact-info-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.site-page-employee .wrap .contact-info-social-wrap .icon-employee {
  margin: 0 2px;
  width: 24px;
}

.site-page-employee .wrap .contact-info-social-wrap .icon-employee-instagram {
  background: #000;
  border-radius: 50%;
  width: 23px;
}

.site-page-employee .wrap .contact-info-social-wrap .icon-employee-instagram img {
  padding: 3px;
}

.site-page-employee .wrap .contact-info-social-wrap .icon-employee-yt {
  background: #686868;
  border-radius: 50%;
  width: 23px;
}

.site-page-employee .wrap .contact-info-social-wrap .icon-employee-yt img {
  padding: 3px;
}


.site-page-employee .wrap .contact-info-social-wrap .icon-employee-pinterest {
  background: #000;
  border-radius: 50%;
  border: 3.5px solid #000;
}

.site-page-employee .wrap .contact-info-social-wrap .icon-employee-tik-tok {
  width: 23px;
}

.site-page-employee button {
  width: auto;
  text-align: left;
  justify-content: flex-start;
  outline: none;
  border: 0;
  font-size: 24px;
}

.site-page-employee .wrap h3 {
  padding: 10px 0;
  font-size: 24px;
}

.site-page-employee .appointment {
  padding: 10px;
  margin: 0;
  text-align: center;
  font-size: 32px;
}

.site-page-employee .images-column {
  padding-bottom: 24px;
}

.site-page-employee .images-column img {
  padding: 25px 25px 0 25px;
}

.site-page-employee .contact-info {
  margin-bottom: 15px;
}

.site-page-employee .white-bg {
  height: 47px;
  max-width: 93%;
  width: 100%;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  background: #fff;
}

.site-page-employee .employee-skills {
  padding: 0 22px;
  display: flex;
}

.site-page-employee .employee-skills .skill-block {
  padding: 0 15px 0 0;
}

.site-page-employee .employee-skills .skill-block:last-child {
  padding: 0;
}

.site-page-employee .employee-skills img {
  width: 100%;
  max-width: 90px;
}

.site-page-employee .employee-skills span {
  display: block;
  max-width: 90px;
  text-align: center;
  margin: 10px auto 0;
  font-size: 13px;
  line-height: 18px;
}


@media(min-width: 750px) {
  .site-page-employee .contact-info {
    margin-bottom: 15px;
  }

  .site-page-employee .appointment {
    padding: 15px;
    font-size: 40px;
  }

  .site-page-employee button,
  .site-page-employee .wrap h3 {
    font-size: 32px;
  }

  .site-page-employee .wrap .rte {
    padding: 0 50px;
  }

  .site-page-employee .wrap h1 {
    font-size: 100px;
  }

  .site-page-employee .wrap>div.left {
    flex: 0 0 40%;
    width: 40%;
  }

  .site-page-employee .wrap>div.right {
    flex: 0 0 60%;
    width: 60%;
  }

  .site-page-employee .wrap .contact-info-social-wrap {
    padding: 0 50px;
  }

  .site-page-employee .employee-skills {
    padding: 0 50px;
  }

  .site-page-employee .employee-skills .skill-block {
    padding: 0 35px 0 0;
  }
}

@media(max-width:749px) {
  .site-page-employee .wrap h1 {
    margin-top: 32px;
  }
}

.site-page-employee .wrap .rte p {
  margin: 0 0 6px;
}

.site-page-employee .wrap .rte a {
  color: #4d4d4d;
}

.site-page-employee .wrap .rte a:hover {
  color: var(--main-color);
}

.site-page-employee .wrap .rte .employee-tel {
  padding-left: 35px;
  position: relative;
}

.site-page-employee .wrap .rte .employee-tel:before {
  content: url(https://cdn.shopify.com/s/files/1/0579/9804/9458/files/005-phone-call_23.png?v=1675768964);
  width: 23px;
  height: 23px;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.site-page-employee .wrap .rte .employee-email {
  padding-left: 35px;
  position: relative;
}

.site-page-employee .wrap .rte .employee-email:before {
  content: url(https://cdn.shopify.com/s/files/1/0579/9804/9458/files/004-envelope_23.png?v=1675768964);
  width: 23px;
  height: 23px;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

.site-page-employee .wrap .rte .employee-loc {
  padding-left: 35px;
  position: relative;
}

.site-page-employee .wrap .rte .employee-loc:before {
  content: url(https://cdn.shopify.com/s/files/1/0579/9804/9458/files/006-location-pin_23.png?v=1675768964);
  width: 23px;
  height: 23px;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}


.employee-info-container .appointment-block {
  padding-left: 35px;
  position: relative;
  margin: 0 0 6px;
}

.employee-info-container .appointment-block:before {
  content: url(/cdn/shop/files/Book_An_Appointment_23.png?v=1678716161);
  width: 23px;
  height: 23px;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 56%;
  transform: translateY(-50%);
  line-height: 1;
}

.employee-info-container .appointment-block .appointment-button {
  padding: 0;
  background: transparent;
  color: #4d4d4d;
  font-size: 16px;
  font-family: Lato;
  cursor: pointer;
}

.employee-info-container .appointment-block .appointment-button:hover {
  color: #f58548;
}

.site-page-employee .wrap .contact-info-social-wrap h3 {
  color: #4d4d4d;
}

.category-list-section {
  padding-bottom: 20px;
}

.category-list-section .category-list-container h2 {
  border-top: 1px solid #b0b0b0;
  text-transform: uppercase;
  padding-top: 30px;
  letter-spacing: 0;
  font-size: 25px;
}

.category-list-section .category-list-container .category-list-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.category-list-section .category-list-container .category-list-content .category-item {
  flex: 0 0 25%;
  width: 25%;
  padding-left: 20px;
  line-height: 1.15;
}

.category-list-section .category-list-container .category-list-content .category-item a {
  text-decoration: none;
  display: block;
  position: relative;
}

.category-list-section .category-list-container .category-list-content .category-item a:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.category-list-section .category-list-container .category-list-content .category-item img {
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.category-list-section .category-list-container .category-list-content .category-item span {
  text-align: center;
  font-size: 20px;
  margin-top: 1px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  display: block;
}

@media(max-width: 749px) {
  .category-list-section .category-list-container .category-list-content .category-item {
    flex: 0 0 50%;
    width: 50%;
  }
}

.text-content-section {
  background-color: #f8f8f8;
  text-align: center;
}

.text-content-section .text-content-container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-content-section .text-content-container h3 {
  color: #4c4c4c;
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: 0;
}

.text-content-section .text-content-container .text-content p {
  color: #4c4c4c;
  margin-top: 0;
  line-height: 25px;
  font-size: 14px;
}

.category-list-header a {
  text-decoration: none;
}

.category-list-header .cat-breadcrumbs {
  margin-top: 28px;
}

.category-list-header .cat-breadcrumbs a {
  color: var(--main-color);
}

.category-list-header .category-title h1 {
  font-size: 28px;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-book-an-appointment .custom-html-section {
  margin-top: 0;
  background-color: #f8f8f8;
  text-align: center;
  padding: 30px 0px;
}

.page-book-an-appointment .custom-html-section .appointment-button {
  cursor: pointer;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  font-size: 18px;
  padding: 14px 20px;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}

.book-appointment-cards {
  padding-top: 45px;
  padding-bottom: 45px;
}

.book-appointment-cards .appointment-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 15px;
  row-gap: 20px;
  margin-left: 0;
}

.book-appointment-cards .appointment-row .apcol {
  width: calc(33.3% - 15px);
  line-height: 1.15;
  background-color: #fff;
}

.book-appointment-cards .appointment-row .apcol .apcol-info-block {
  padding: 15px;
}

.book-appointment-cards .appointment-row .apcol img {
  width: 100%;
}

.book-appointment-cards .appointment-row .apcol .bname {
  padding-top: 0;
  text-align: left;
  font-size: 20px;
  margin: 0;
  font-family: Montserrat;
  text-transform: uppercase;
}

.book-appointment-cards .appointment-row .apcol .btitle {
  margin: 7px 0;
}

.book-appointment-cards .appointment-row .apcol .btitle p {
  font-size: 16px;
  margin-top: 0;
  color: #484848;
  line-height: 1.6;
}

.book-appointment-cards .appointment-row .apcol .btitle p a {
  color: #4d4d4d;
  text-decoration: none;
}

.book-appointment-cards .appointment-row .apcol-quote-block {
  background: #f0f0f0;
  padding: 9px 15px;
  margin-bottom: 20px;
}

.book-appointment-cards .appointment-row .apcol-quote-block .apcol-quote {
  display: block;
  font-style: italic;
  color: #484848;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Montserrat';
}

.book-appointment-cards .appointment-row .apcol-quote-block .apcol-quote-author {
  display: block;
  color: #484848;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Montserrat';
}

.book-appointment-cards .appointment-row .apcol .member-link {
  display: block;
  margin-top: 12px;
  color: #484848;
  font-size: 16px;
  text-decoration: underline;
  text-align: center;
  font-family: 'Montserrat';
}

.book-appointment-cards .appointment-row .apcol .bookwith {
  cursor: pointer;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 10px;
  width: 100%;
  max-width: 100%;
  font-family: 'Lato';
  font-size: 18px;
  min-height: 45px;
  font-weight: 700;
}

@media(max-width:749px) {

  .book-appointment-cards .appointment-row {
    column-gap: 7px;
  }

  .book-appointment-cards .appointment-row .apcol {
    width: calc(50% - 7px);
  }

  .book-appointment-cards .appointment-row .apcol .bname {
    font-size: 14px;
  }

  .book-appointment-cards .appointment-row .apcol .btitle p {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
  }

  .book-appointment-cards .appointment-row .apcol .apcol-info-block {
    padding: 12px;
  }

  .book-appointment-cards .appointment-row .apcol-quote-block .apcol-quote {
    font-size: 10px;
  }

  .book-appointment-cards .appointment-row .apcol-quote-block .apcol-quote-author {
    font-size: 10px;
  }

  .book-appointment-cards .appointment-row .apcol-quote-block {
    padding: 7px;
    margin-bottom: 15px;
  }

  .book-appointment-cards .appointment-row .apcol .bookwith {
    font-size: 11px;
    min-height: unset;
  }

  .book-appointment-cards .appointment-row .apcol .member-link {
    font-size: 11px;
    font-weight: 300;
    text-align: left;
  }
}

.custom-image-with-text-content .showroom-images-with-text-col {
  display: flex;
  flex-wrap: wrap;
}

.custom-image-with-text-content .showroom-images-with-text-col .image-col {
  width: 50%;
  max-width: 675px;
  max-height: 340px;
  height: 100vh;
  position: relative;
}

.custom-image-with-text-content .showroom-images-with-text-col .image-col img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.custom-image-with-text-content .showroom-images-with-text-col .text-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-image-with-text-content .showroom-images-with-text-col-left .text-col {
  padding-left: 60px;
}

.custom-image-with-text-content .showroom-images-with-text-col-right .text-col {
  order: 1;
  padding-right: 60px;
}

.custom-image-with-text-content .showroom-images-with-text-col-right .image-col {
  order: 2;
}

.custom-image-with-text-content .showroom-images-with-text-col .text-col h3 {
  font-size: 24px;
  letter-spacing: 0;
  margin: 0;
}

.custom-image-with-text-content .showroom-images-with-text-col .text-col p {
  line-height: 1.6;
}

.custom-image-with-text-content .showroom-images-with-text-col .text-col .btn {
  cursor: pointer;
  border: none;
  background-color: var(--main-color);
  color: #fff;
  padding: 6px 20px 6px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
  display: block;
  width: fit-content;
}

@media(max-width: 749px) {

  .custom-image-with-text-content .showroom-images-with-text-col {
    margin-bottom: 30px;
  }

  .custom-image-with-text-content .showroom-images-with-text-col .image-col {
    width: 100%;
    max-width: 100%;
    max-height: 280px;
    margin-bottom: 20px;
  }


  .custom-image-with-text-content .showroom-images-with-text-col .text-col {
    width: 100%;
  }

  .custom-image-with-text-content .showroom-images-with-text-col-left .text-col {
    padding-left: 0;
  }

  .custom-image-with-text-content .showroom-images-with-text-col-right .text-col {
    order: 2;
    padding-right: 0;
  }

  .custom-image-with-text-content .showroom-images-with-text-col-right .image-col {
    order: 1;
  }
}

.line-card-section .line-card-letter {
  padding-left: 0;
}

.line-card-section .line-card-letter-main {
  list-style-type: none;
  border-top: 1px solid rgba(128, 128, 128, .2);
  padding: 29px 0;
  line-height: 1.15;
}

.line-card-section .line-card-letter-main span {
  font-size: 40px;
  color: #484848;
  margin-bottom: 11px;
  display: block;
}

.line-card-section .line-card-letter-main .line-card-letter-child {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.line-card-section .line-card-letter-main .line-card-letter-child li {
  width: 25%;
  list-style-type: none;
  padding: 6px 10px 6px 0;
}

@media(max-width: 650px) {
  .line-card-section .line-card-letter-main .line-card-letter-child li {
    width: 50%;
  }
}

.line-card-section .line-card-letter-main .line-card-letter-child li a {
  color: #484848;
  text-decoration: none;
}

.line-card-section .line-card-letter-main .line-card-letter-child li a:hover {
  color: var(--main-color);
}

.shopbybrand .lett {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shopbybrand .lett a {
  font-weight: 700;
  padding-right: 5px;
}


@media(max-width: 600px) {
  .shopbybrand .lett {
    justify-content: flex-start;
  }

  .shopbybrand .lett a {
    font-weight: 700;
    padding-right: 10px;
  }
}


.page-brands hr {
  margin: 35px 0;
}

.brand-letter-wrap .brand-letter {
  padding-left: 0;
  list-style-type: none;
  margin-top: 0;
}

.brand-letter-wrap .brand-letter .brand-letter-main {
  border-bottom: 1px solid rgba(128, 128, 128, .2);
  padding: 5px 0 15px;
}

.brand-letter-wrap .brand-letter .brand-letter-main span {
  font-size: 26px;
  color: #484848;
}

.brand-letter-wrap .brand-letter .brand-letter-main .brand-letter-child {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brand-letter-wrap .brand-letter .brand-letter-main .brand-letter-child li {
  padding-left: 0;
  list-style-type: none;
  width: fit-content;
  padding-right: 30px;
}

.brand-letter-wrap .brand-letter .brand-letter-main .brand-letter-child li a {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.brand-letter-wrap .brand-letter .brand-letter-main .brand-letter-child li a:hover {
  color: var(--main-color);
}

.afflication-images-section {
  margin-top: 50px;
  margin-bottom: 75px;
}

.afflication-images-section h2 {
  text-align: center;
}

.afflication-images-section .aff-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.afflication-images-section .aff-wrap .img-block {
  margin-right: 10px;
  margin-left: 10px;
}

.afflication-images-section .aff-wrap .img-block img {
  max-width: 300px;
  width: 100%;
}

.trade-page .page-info h2 {
  text-align: center;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 37px;
}

.trade-page .images-trade-div {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 45px auto 0;
  justify-content: space-between;
}

.trade-page .images-trade-div .image-div {
  width: 32.3%;
  text-align: center;
  margin-bottom: 14px;
}

.trade-page .images-trade-div .image-div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media(max-width:600px) {
  .trade-page .images-trade-div .image-div {
    width: 49%;
    margin-bottom: 8px;
  }
}

.trade-page .page-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 25px;
  min-height: 525px;
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  width: 100%;
  margin: 15px auto 20px;
}

.trade-page .page-banner .page-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
  z-index: 1;
}

.trade-page .page-banner .page-banner-info {
  max-width: 700px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.trade-page .page-banner .page-banner-info h1 {
  font-size: 32px;
  color: #fff;
  margin: 0;
  letter-spacing: 0;
}

.trade-page .page-banner .page-banner-info div p {
  line-height: 1.5;
  color: #fff;
}

.trade-page .page-banner .page-banner-info .trade-sign-up {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f58548;
  width: 100%;
  max-width: 250px;
  margin: 28px auto 25px;
  font-weight: 700;
  padding: 13px 10px;
  line-height: 1.15;
}

.trade-page .page-banner .page-banner-info .additional-info p {
  color: #fff;
}

.trade-page .page-banner .page-banner-info .additional-info a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.trade-page .trade-book-banner {
  background: #9b9b9b;
  width: calc(100vw - 10px);
  margin-top: 40px;
  margin-left: calc((100% - 100vw) / 2);
  padding: 20px 10px 29px;
  text-align: center;
}

.trade-page .trade-book-banner p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: .5px;
}

.trade-page .trade-book-banner a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0;
  font-weight: 700;
  padding: 13px 10px;
  text-align: center;
  line-height: 1.15;
}

.trade-page .page-info {
  text-align: center;
  margin-top: 70px;
}

.trade-page .page-info h2 {
  margin: 0 0 22px;
}

.trade-page .page-info .orange-link em {
  color: #f58548;
  font-style: normal
}

.trade-page .trade-form .form-additional-info {
  display: block;
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.15;
}

.customer-care-row {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.customer-care-row .customer-sidebar {
  width: 18%;
  padding: 0 25px 0 0;
}

.customer-care-row .customer-sidebar h5 {
  letter-spacing: 0;
}

.customer-care-row .customer-sidebar a {
  color: #4d4d4d;
}

.customer-care-row .customer-sidebar a:hover {
  color: var(--main-color);
}

.customer-care-row .col2 {
  margin-top: -20px;
}

.customer-care-row .col2 h1 {
  display: block !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 0;
}

.customer-care-row .col2 h2 {
  font-family: 'Montserrat';
  font-weight: 400 !important;
  font-size: 28px;
  text-transform: uppercase;
}

.customer-care-row .col2 h3 {
  font-family: 'Montserrat';
  font-weight: 400 !important;
  font-size: 28px;
  margin: 16px 0;
}

.customer-care-row .col2 .form-title {
  text-align: center;
  text-transform: uppercase;
}

.customer-care-row .col2 ul {
  padding-left: 0;
}

.customer-care-row .col2 table {
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
}

.customer-care-row .col2 table p {
  font-size: 16px;
}

@media(max-width:749px) {

  .customer-care-row {
    display: flex;
    flex-wrap: wrap;
  }

  .customer-care-row .col1 {
    width: 100%;
    order: 2;
  }

  .customer-care-row .col2 {
    width: 100%;
    order: 1;
    margin-top: 0;
    left: 0;
  }
}

@media(min-width:749px) {
  .customer-care-row .col2 {
    width: 82% !important;
    left: 4% !important;
  }
}

.anchor-nav .nav-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}

.anchor-nav .nav-inner a {
  color: #4d4d4d;
  padding: 12px 15px;
  text-decoration: none;
  line-height: 1.15;
}

.anchor-nav .nav-inner a:hover {
  text-decoration: underline;
}

.collection--description ul {
  padding-left: 0;
}

.collection--description ul p {
  display: inline-block;
}

.page-about-us .custom-banner {
  margin-top: 35px;
}

.page-about-us .custom-banner .custom-banner-content .custom-banner-block h2 {
  font-size: 22px;
}

.page-about-us .custom-banner .custom-banner-content .custom-banner-block .info {
  font-size: 16px;
}

.team-section .team-content-wrapper {
  max-width: 1050px;
  margin: 0 auto;
}

.team-section .team-heading {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 25px;
}

.team-section .team-heading h2 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  margin-bottom: 5px;
}

.team-section .team-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}

.team-section .team-content .team-block {
  width: 33.33%;
  padding-left: 25px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.15;
}

.team-section .team-content .team-block img {
  width: 100%;
}

.team-section .team-content .team-block .member-name {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 700;
}

.team-section .team-content .team-block .member-position {
  display: block;
}

.team-section .team-content .team-block .member-link {
  display: block;
  margin-top: 5px;
  color: var(--main-color);
}

@media(max-width:749px) {

  .team-section .team-content {
    margin-left: -10px;
  }

  .team-section .team-content .team-block {
    width: 50%;
    padding-left: 10px;
  }
}


.grid-slideshow {
  background: #EAEAEA;
  padding-top: 20px;
  padding-bottom: 55px;
}

.grid-slideshow .inner {
  max-width: 1440px;
  padding: 10px;
  margin: 0 auto;
}

.grid-slideshow .inner .section-heading {
  border-bottom: 1px solid #4d4d4d;
  font-family: Montserrat, sans-serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  font-stretch: extra-expanded !important;
  font-variant-caps: all-small-caps;
  padding-bottom: 10px;
}

.grid-slideshow .inner .section-info {
  padding-top: 30px;
  color: #8D8D8D;
  text-align: center;
  font-size: 20px;
}

.grid-slider {
  padding-top: 50px;
  margin: 0 -12.5px;
}

@media screen and (max-width: 1570px) {
  .grid-slider {
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
  }
}

.grid-slider .slide-item {
  width: 25%;
  padding: 0 12.5px;
  /* display: flex;
  align-items: stretch;
  min-height: 100%; */
}

@media screen and (max-width: 1200px) {
  .grid-slider .slide-item {
    width: 33.33%;
  }
}

@media screen and (max-width: 845px) {
  .grid-slider .slide-item {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .grid-slider .slide-item {
    width: 100%;
  }
}

.grid-slider .slide-item .slide-inner {
  background: #fff;
  padding: 20px;
}

.grid-slider .slide-item .slide-heading {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #838383;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .grid-slider .slide-item .slide-heading {
    font-size: 24px;
  }
}

.grid-slider .slide-item .slide-inner img {
  display: block;
  width: 100%;
}

.grid-slider .slide-item .slide-inner .slide-info {
  color: #8D8D8D;
  line-height: 1.4;
  min-height: 70px;
}

.grid-slider .slide-item .slide-inner .slide-info p:last-child {
  margin-bottom: 0;
}

.grid-slider .slide-item .slide-inner .slide-info a {
  color: #8D8D8D;
  text-decoration: underline;
}

.grid-slideshow .slider-wrap {
  position: relative;
  width: 100%:
}

.grid-slideshow .slider-wrap .previous-arrow {
  cursor: pointer;
  position: absolute;
  left: -70px;
  top: 50%;
  z-index: 20;
}

@media screen and (max-width: 1570px) {
  .grid-slideshow .slider-wrap .previous-arrow {
    left: 0px;
  }
}

.grid-slideshow .slider-wrap .next-arrow {
  cursor: pointer;
  position: absolute;
  right: -70px;
  top: 50%;
  z-index: 20;
}

@media screen and (max-width: 1570px) {
  .grid-slideshow .slider-wrap .next-arrow {
    right: 0px;
  }
}

.grid-slideshow .flickity-button {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;

  background-color: {
      {
      color_background
    }
  }

  ;
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05),
  0 2px 5px rgba(127, 127, 127, 0.5);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1),
  opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* @media screen and (max-width: 1079px) {
  .grid-slideshow .flickity-button {
    display: none;
  }
} */
.grid-slideshow .flickity-button:disabled {
  cursor: initial;
  opacity: 0.5;
}

.grid-slideshow .flickity-button:disabled svg {
  opacity: 0.3;
}

.grid-slideshow .flickity-button:not(:disabled):hover {
  transform: translateY(-50%) scale(1.125);
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.05), 0 3px 10px rgba(127, 127, 127, 0.5);
}

.grid-slideshow .flickity-button.previous {
  left: 15px;
}

@media screen and (min-width: 1080px) {
  .grid-slideshow .flickity-button.previous {
    left: 15px;
  }
}

@media screen and (min-width: 1500px) {
  .grid-slideshow .flickity-button.previous {
    left: -45px;
  }
}

.grid-slideshow .flickity-button.previous svg {
  left: -1px;
}

.grid-slideshow .flickity-button.next {
  right: 15px;
}

@media screen and (min-width: 1080px) {
  .grid-slideshow .flickity-button.next {
    right: 15px;
  }
}

@media screen and (min-width: 1500px) {
  .grid-slideshow .flickity-button.next {
    right: -45px;
  }
}

.grid-slideshow .flickity-button.next svg {
  right: -1px;
}

.grid-slideshow .flickity-button .flickity-button-icon {
  position: relative;
  top: initial;
  left: initial;
}

.cart__warnings {
  padding: 0 !important;
}

.cart-title-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.cart-title-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.15;
}

@media(max-width:749px) {
  .cart-title-header h1 {
    font-size: 26px;
    margin-top: 0;
  }
}

.cart-title-header .cart-continue {
  color: var(--main-color);
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
  line-height: 1.15;
  cursor: pointer;
}

.cart-title-header .cart-continue:hover {
  color: var(--main-color);
}

.cart-title-header .cart-continue .icon-signpost-arrow {
  position: relative;
  bottom: -2px;
}

.cart-title-header .cart-continue .icon-signpost-arrow path {
  transition: transform 125ms cubic-bezier(.4, 0, .2, 1) .1s, opacity 125ms cubic-bezier(.4, 0, .2, 1);
}

.cart-title-header .cart-continue .icon-signpost-arrow path:first-child {
  transform: translate(-8px);
}

.cart-title-header .cart-continue .icon-signpost-arrow path:last-child {
  transform: translate(-100%);
}

.cart-title-header .cart-continue:hover .icon-signpost-arrow path:first-child {
  transform: translate(0);
}

.cart-title-header .cart-continue:hover .icon-signpost-arrow path:last-child {
  transform: translate(0);
}

.template-cart main {
  min-height: unset;
}

.cart-page-container {
  padding-top: 47px;
}

.template-cart .cart-empty-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 358px;
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: 0 1px 4px #0000000f;
  margin-top: 44px;
}

.template-cart .cart-empty-content p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.15;
}

.template-cart .cart-empty-content .button-primary {
  cursor: pointer;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.15;
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
}

.template-cart .cart-empty-content .button-primary:hover {
  background: #fff;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 3px 8px #0000001a;
}

.template-cart .cart-empty-content .button-primary svg {
  display: block;
  width: 19px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: 1px;
}

.template-cart .value-prop-bar-section {
  margin-top: 20px;
}

@media(max-width:749px) {
  .cart-page-container {
    padding-top: 30px;
  }

  .template-cart .cart-empty-content {
    margin-top: 28px;
  }

}

@media(min-width:750px) {
  .template-cart .cart-header-mobile-subtotal {
    display: none;
  }
}


.cart-title-header .cart-header-right {
  display: flex;
  align-items: center;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1.15;
}

.cart-title-header .cart-header-right .cart-title-total {
  margin-top: 0;
  margin-right: 20px;
  text-align: right;
  color: #949494;
  font-size: 14px;
}

.cart-title-header .cart-header-right .cart-title-total .money {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  color: #484848;
}

.cart-title-header .cart-header-right .cart-title-button {
  display: block;
  background-color: var(--main-color);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0em;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 3px;
  transition: width 125ms cubic-bezier(.4, 0, .2, 1), height 125ms cubic-bezier(.4, 0, .2, 1), border-color 125ms cubic-bezier(.4, 0, .2, 1), background-color 125ms cubic-bezier(.4, 0, .2, 1), box-shadow 125ms cubic-bezier(.4, 0, .2, 1);
  font-weight: 700;
  max-width: 125px;
}

.cart-title-header .cart-header-right .cart-title-button:hover {
  box-shadow: 0 3px 8px #0000001a;
}

@media(max-width: 749px) {
  .cart-title-header .cart-header-right .cart-title-total {
    display: none;
  }

  .cart-header-mobile-subtotal span {
    color: #949494;
    font-size: 13px;
    margin-top: 4px;
  }

  .cart-header-mobile-subtotal p {
    display: inline-block;
    margin: 0 0 0 4px;
    color: #484848;
  }
}

.cart__footer .totals {
  justify-content: space-between;
  line-height: 1.15;
}

.cart__footer .totals .totals__total {
  font-size: 22px;
  letter-spacing: 0;
  margin: 0;
  color: #484848;
  font-family: Lato;
}

.cart__footer .totals .totals__total-value {
  font-size: 28px;
  color: #484848;
}

.cart__footer .cart__dynamic-checkout-buttons {
  display: none !important;
}

.cart__footer .cart__ctas {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.cart__footer .cart__ctas .cart-footer-info {
  width: 50%;
  text-align: left;
}

.cart__footer .cart__ctas .cart-footer-info small {
  margin: 0;
  font-size: 16px;
  color: #4d4d4d;
  letter-spacing: 0;
  text-align: left;
}

.cart__footer .cart__ctas .cart-footer-info small a {
  color: var(--main-color);
  text-decoration: none;
}

.cart__footer .cart-footer-btns {
  width: 50%;
  text-align: right;
}

.cart__footer .cart-footer-btns .cart__checkout-button:before,
.cart__footer .cart-footer-btns .cart__checkout-button:after {
  display: none;
}

.cart__footer .cart-footer-btns .cart__checkout-button {
  background-color: var(--main-color);
  width: 100%;
  max-width: 240px;
  padding: 14px 28px;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 1.15;
  min-height: unset;
  height: unset;
  font-weight: 700;
  border-radius: 3px;
}

.cart__footer .cart-footer-btns .cart__checkout-button:hover {
  box-shadow: 0 3px 8px #0000001a;
}

.cart__footer .cart-footer-btns .cart__checkout-button svg {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: top;
}

.cart__footer .cart-footer-btns .cart-continue {
  display: block;
  color: var(--main-color);
  cursor: pointer;
  margin-top: 20px;
  line-height: 1.15;
}

.cart__footer .cart-footer-btns .cart-continue:hover {
  color: var(--main-color);
}

.cart__footer .cart-footer-btns .cart-continue .icon-signpost-arrow {
  position: relative;
  bottom: -2px;
}

.cart__footer .cart-footer-btns .cart-continue .icon-signpost-arrow path {
  transition: transform 125ms cubic-bezier(.4, 0, .2, 1) .1s, opacity 125ms cubic-bezier(.4, 0, .2, 1);
}

.cart__footer .cart-footer-btns .cart-continue .icon-signpost-arrow path:first-child {
  transform: translate(-8px);
}

.cart__footer .cart-footer-btns .cart-continue .icon-signpost-arrow path:last-child {
  transform: translate(-100%);
}

.cart__footer .cart-footer-btns .cart-continue:hover .icon-signpost-arrow path:first-child {
  transform: translate(0);
}

.cart__footer .cart-footer-btns .cart-continue:hover .icon-signpost-arrow path:last-child {
  transform: translate(0);
}

@media(max-width: 650px) {
  .cart__footer .cart__ctas {
    flex-wrap: wrap;
  }

  .cart__footer .cart__ctas .cart-footer-info {
    width: 100%;
  }

  .cart__footer .cart-footer-btns {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
}

.template-cart .cart__items thead {
  display: none;
}

.template-cart .cart__items .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 20px 20px 35px;
  margin-bottom: 20px;
}

.template-cart .cart__items .cart-item .cart-info-td {
  padding-top: 0;
  display: flex;
  align-items: center;
}

.template-cart .cart__items .cart-item .cart-item__media {
  padding-top: 0;
  width: unset;
  max-width: 120px;
}

.template-cart .cart__items .cart-item .cart-item__media .cart-item__link {
  position: unset;
}

.template-cart .cart__items .cart-item .cart-item__image-container {
  border-radius: 0;
  border: 0;
}

.template-cart .cart__items .cart-item .cart-item__image-container img {
  border-radius: 0;
  border: 0;
}

.template-cart .cart__items .cart-item__details {
  width: unset;
  padding-left: 20px;
}

.template-cart .cart__items .cart-item__details .cart-item__name {
  text-decoration: none;
  letter-spacing: 0;
  font-size: 18px;
  max-width: unset;
  margin-bottom: 7px;
}

.template-cart .cart__items .cart-item__details .product-option {
  color: #4d4d4dcc;
  font-size: 14px;
  margin-top: 0;
}

.template-cart .cart__items .cart-item__details .product-option dt {
  font-weight: 700;
}

.template-cart .cart__items .cart-item__details .cart-item--content-price {
  margin-top: 0;
  color: #4d4d4dcc;
  font-size: 14px;
}

.template-cart .cart__items .cart-item__details .cart-item--content-price .cart-item--price-title {
  font-weight: 700;
}

.template-cart .cart__items .cart-item__details .cart-item--content-price .cart-item--sale-price {
  color: #949494;
  text-decoration: line-through;
}

.template-cart .cart__items .cart-item__details .cart-item--sku {
  color: #949494;
  font-size: 13px;
}

.template-cart .cart__items .cart-item .cart-subtotal-td {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item__quantity {
  padding-left: 0;
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item__price-wrapper .price {
  margin-top: 0;
  letter-spacing: 0;
  text-align: right;
  color: #4d4d4d;
  font-size: 18px;
  min-width: 120px;
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item-remove .cart-remove-icon {
  width: 60px;
  max-width: 33.3333333333%;
  padding-left: 40px;
  margin: 0;
  display: flex;
  align-items: center;
}


.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item-remove .cart-remove-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  padding: 5px;
  transition: color 125ms cubic-bezier(.4, 0, .2, 1);
  background: transparent;
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item-remove .cart-remove-icon a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #4d4d4d33;
  border-radius: 100%;
  transition: transform 125ms cubic-bezier(.4, 0, .2, 1);
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item-remove .cart-remove-icon a:after {
  display: none;
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item-remove .cart-remove-icon a:hover {
  color: var(--main-color);
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item-remove .cart-remove-icon a:hover:before {
  transform: scale(1.1);
}

.template-cart .cart__items .cart-item .cart-subtotal-td .cart-item-remove .cart-remove-icon a:hover svg {
  color: var(--main-color);
  fill: var(--main-color);
}

.cart-notification__links .button-label {
  color: var(--main-color);
}

.template-cart .cart__items {
  margin-top: 50px;
  padding-bottom: 5px;
}

@media(max-width:749px) {

  .cart-page-container {
    padding-top: 28px;
  }

  .template-cart .cart__items {
    margin-top: 30px;
  }

  .template-cart .cart__items .cart-item {
    flex-wrap: wrap;
  }

  .template-cart .cart__items .cart-item .cart-info-td {
    width: 100%;
  }

  .template-cart .cart__items .cart-item .cart-item__media {
    max-width: 75px;
  }

  .template-cart .cart__items .cart-item .cart-item__media img {
    width: 75px;
  }

  .template-cart .cart__items .cart-item .cart-subtotal-td {
    width: 100%;
    padding-left: 95px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .template-cart .cart__items .cart-item .cart-subtotal-td .cart-item__quantity {
    width: 100%;
    margin-bottom: 10px;
  }

  .template-cart .cart__items .cart-item .cart-subtotal-td .cart-item__price-wrapper .price {
    text-align: left;
  }
}


.custom-property {
  display: none;
}

.custom-property label {
  display: block;
  margin-bottom: 8px;
  color: #a5a5a5;
}

.custom-property textarea {
  width: 100%;
  max-width: 300px;
  padding: 5px;
  font-size: 16px;
  font-family: Lato;
}

.custom-cart-property {
  color: #4d4d4dcc;
  font-size: 14px;
  line-height: 1.5;
}


#add-sidemark-btn {
  background: #fff;
  border: 1px solid #484848;
  font-family: Lato, sans-serif;
  color: #484848;
  padding: 8px 29px;
  cursor: pointer;
  margin: 20px 0 0;
  display: block;
  text-align: center;
  width: fit-content;
  line-height: 1.15;
}

#add-sidemark-btn:hover {
  color: #fff;
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.add-sidemark-prop {
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
  padding: 8px 25px;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
}

.shopify-policy__container {
  margin-bottom: -35px;
}

.shopify-policy__container h1 {
  font-size: 28px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.shopify-policy__container h4 {
  font-size: 20px;
  letter-spacing: 0;
}

.shopify-policy__container a {
  color: var(--main-color);
  text-decoration: none;
}

.shopify-policy__container a:hover {
  color: var(--main-color);
}

.collection-page .breadcrumbs-container {
  margin: 20px auto 0;
  max-width: 1400px;
  padding: 0 15px;
}

@media(min-width:750px) {
  .collection-page .breadcrumbs-container {
    padding: 0 25px;
    margin: 28px auto 0;
  }
}

.cart-notification-wrapper .cart-notification {
  background: #fff;
  padding: 20px;
  z-index: 9999;
}

.cart-notification-wrapper .cart-notification .cart-notification-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.cart-notification-wrapper .cart-notification .cart-notification-container .cart-notification-container-inner {
  width: 100%;
  max-width: 920px;
  padding: 20px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.cart-notification-wrapper .cart-notification .cart-notification-container .cart-notification__close {
  position: absolute;
  top: 0;
  right: 25px;
  margin-top: 0;
  margin-right: 0;
  height: 13px;
  width: 13px;
}

.cart-notification-wrapper .cart-notification .cart-notification-container .cart-notification-container-inner .cart-notification-left {
  width: 52%;
  padding-right: 32px;
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification__header .cart-notification__heading {
  width: 100%;
  text-align: right;
  justify-content: center;
  font-family: 'Montserrat';
  font-size: 20px;
  letter-spacing: 0;
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification__header .cart-notification__heading svg {
  margin-right: 10px;
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification-product {
  align-items: center;
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification-product .cart-notification-product__image {
  border: 0;
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification-product img {
  width: 100px;
  height: 100px;
  border-radius: 0;
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification-product .cart-notification-product__name {
  font-size: 16px;
  letter-spacing: 0;
  font-family: Lato;
  font-weight: 400;
  margin-bottom: 4px;
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification-product dl {
  line-height: 1.15;
}

.cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification-product dl .product-option {
  display: inline-block;
  color: #949494;
  margin-top: 0;
  line-height: 1.15;
}

.cart-notification-wrapper .cart-notification .cart-notification-container .cart-notification-container-inner .cart-notification-right {
  width: 48%;
  padding-left: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cart-notification-wrapper .cart-notification .cart-notification-right #cart-notification-form,
.cart-notification-wrapper .cart-notification .cart-notification-right button {
  display: none !important;
}

.cart-notification-wrapper .cart-notification .cart-notification-right #cart-notification-button:before,
.cart-notification-wrapper .cart-notification .cart-notification-right #cart-notification-button:after {
  display: none !important;
}

.cart-notification-wrapper .cart-notification .cart-notification-right #cart-notification-button {
  width: 100%;
  text-align: center;
  max-width: 220px;
  min-width: 220px;
  color: var(--main-color);
  background-color: #ecdfdf;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
}

.cart-notification-wrapper .cart-notification .cart-notification-right #cart-notification-button:hover {
  box-shadow: 0 3px 8px #0000001a;
}

.cart-notification-wrapper .cart-notification .cart-notification-right .cart-notification-subtotal {
  display: block;
  width: 100%;
  color: #949494;
  font-size: 20px;
  margin-bottom: 10px;
}

.cart-notification-wrapper .cart-notification .cart-notification-right .cart-notification-subtotal span {
  display: inline-block;
  margin-left: .5rem;
  color: #484848;
}

@media(max-width: 720px) {
  .cart-notification-wrapper .cart-notification .cart-notification-container .cart-notification-container-inner {
    flex-wrap: wrap;
  }

  .cart-notification-wrapper .cart-notification .cart-notification-container .cart-notification-container-inner .cart-notification-left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }


  .cart-notification-wrapper .cart-notification .cart-notification-left .cart-notification-product {
    justify-content: center;
  }

  .cart-notification-wrapper .cart-notification .cart-notification-container .cart-notification-container-inner .cart-notification-right {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }

  .cart-notification-wrapper .cart-notification .cart-notification-right .cart-notification-subtotal {
    text-align: center;
  }
}

.featured-collection slider-component {
  padding-right: 15px;
  padding-left: 15px;
}

.product .product-media-container {
  border: 0;
}

.product .product__media-list {
  margin-bottom: 10px !important;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button--prev {
  left: 12px;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button--prev svg {
  position: relative;
  left: -2px;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button--next {
  right: 12px;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button--next svg {
  position: relative;
  right: -2px;
}

@media(max-width: 749px) {
  .product-page-width {
    max-width: 100% !important;
  }
}

.site-main-dimmer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 505;
  display: none;
  background: #00000080;
  opacity: 0;
}

.site-main-dimmer[data-animation-state=open] {
  display: block;
  opacity: 1;
}

.section-header {
  z-index: 506 !important;
}

quantity-input {
  background: #fff;
}

#shopify-section-template--17452152029351__rich_text_tp4A6D .gradient,
#shopify-section-template--17464472436903__rich_text_nJ9WQz .gradient {
  background: var(--main-color);
}

.article-template__content div div button {
  background: var(--main-color);
}

.article-template__content div div button a {
  background: var(--main-color);
}

.body-b2b #shopify-section-template--19447557685415__custom_html_KhimJQ {
  display: none;
}

.body-b2b .boost-sd__product-list .boost-sd__product-label {
  display: none !important;
}

.product-trade-message {
  font-weight: 700;
  margin-bottom: -7px !important;
  margin-top: 15px !important;
  color: var(--main-color);
}

.body-b2b .product .shoppay-block {
  display: none !important;
}

.body-b2b p.shipping-info {
  display: none !important;
}

.body-b2b #shopify-section-template--17452337234087__custom_image_text_wbUaLE .text-col .btn {
  display: none;
}

.body-b2b #shopify-section-template--17452337234087__rich_text_mACjJb .button {
  display: none;
}


.body-b2b .jdgm-rev-widg .jdgm-star,
.body-b2b .jdgm-revs-tab .jdgm-star,
.body-b2b .jdgm-all-reviews .jdgm-star,
.body-b2b .jdgm-gallery-popup .jdgm-star,
.body-b2b .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown,
.body-b2b .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow,
.body-b2b .jdgm-btn--border {
  color: var(--main-color) !important;
}

.body-b2b .jdgm-btn--border {
  border-color: var(--main-color) !important;
}

.body-b2b .jdgm-btn--solid,
input[type=submit].jdgm-btn--solid {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.body-b2b .jdgm-form input[type="text"]:focus,
.body-b2b .jdgm-form input[type="text"]:focus-visible,
.body-b2b .jdgm-form input[type="email"]:focus,
.body-b2b .jdgm-form input[type="email"]:focus-visible,
.body-b2b .jdgm-form input[type="url"]:focus,
.body-b2b .jdgm-form input[type="url"]:focus-visible,
.body-b2b .jdgm-form textarea:focus,
.body-b2b .jdgm-form textarea:focus-visible {
  border-color: var(--main-color) !important;
}

.body-b2b .header__heading-logo {
  width: 164px;
}

.body-b2b #sa_ca_wrapper .ca_flap,
.body-b2b #sa_ca_wrapper .sa_ca_content .close,
.body-b2b #sa_ca_wrapper .sa_ca_idelete,
.body-b2b #sa_ca_wrapper .compare-controls .btn,
.body-b2b .sp_compare_tbl .sp_close,
.body-b2b .sp_compare_tbl .sp_add_to_cart .sa_cmp_addcart {
  background-color: var(--main-color) !important;
}

.body-b2b .needsclick.kl-private-reset-css-Xuajs1 {
  display: none !important;
}

.body-b2b .brands-letter-title {
  color: var(--main-color) !important;
}

@media(min-width: 768px) {
  .boost-sd__product-list-grid--3-col.boost-sd__product-list--margin .boost-sd__product-item {
    width: calc(33.33% - var(--boostsd-product-list-gap-desktop));
  }
}

@media(max-width: 767px) {
  .boost-sd__product-list-grid--3-col.boost-sd__product-list--margin .boost-sd__product-item {
    width: calc(50% - var(--boostsd-product-list-gap-mobile)) !important;
  }
}

@media(min-width: 768px) {
  .boost-sd-layout--has-filter-vertical.boost-sd-layout--has-vertical-style-default .boost-sd__toolbar-content {
    background-color: #f6f6f6;
    border: 0 !important;
    padding: 13px 13px !important;
  }

  .boost-sd__toolbar--1_1 .boost-sd__toolbar-item {
    justify-content: flex-start !important;
  }

  .boost-sd__filter-tree-vertical {
    width: 220px !important;
  }
}

.boost-sd__sorting-label {
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: initial !important;
}

.boost-sd__sorting-value {
  font-size: 14px !important;
}

.boost-sd__filter-option-item-label {
  margin-right: 0 !important;
}

.product-page .product__info-container .product-form {
  margin-bottom: 4px;
  margin-top: 0;
}

.body-b2b .jdgm-preview-badge .jdgm-star.jdgm-star,
.body-b2b .jdgm-link,
.body-b2b .jdgm-histogram__clear-filter,
.body-b2b .jdgm-rev a,
.body-b2b .jdgm-quest a,
.body-b2b .jdgm-rev__icon:before,
.body-b2b .jdgm-rev-carousel-prev,
.body-b2b .jdgm-rev-carousel-next,
.body-b2b .jdgm-star {
  color: #f58548 !important;
}

.body-b2b .jdgm-histogram__bar-content,
.body-b2b .jdgm-rev__icon::after,
.body-b2b .jdgm-rev__buyer-badge {
  background-color: #f58548 !important;
}

.boost-sd__product-item {
  justify-content: space-between !important;
}

.customer.order .order-discount li {
  color: var(--main-color);
}

.customer.order .order-discount li svg {
  color: var(--main-color);
}

.body-b2b .customer.order .order-discount li {
  color: #f58548;
}

.body-b2b .customer.order .order-discount li svg {
  color: #f58548;
}

.customer.order .discounted-order-price {
  color: var(--main-color);
}

.body-b2b .customer.order .discounted-order-price {
  color: #f58548;
}

.affiliate-img-with-text-wrapper {
  padding-top: 65px;
  padding-bottom: 80px;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content {
  display: flex;
  flex-wrap: wrap;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .img-col {
  width: 50%;
  padding-left: 35px;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .img-col img {
  width: 100%;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col {
  width: 50%;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .subheading {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  font-family: Montserrat;
  line-height: 1.6;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col h1 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .text-info ul {
  padding-left: 15px;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .text-info p,
.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .text-info li {
  line-height: 1.6;
  font-family: Montserrat;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .text-info li {
  margin-bottom: 3px;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .btn-wrapper {
  text-align: center;
  margin-top: 30px;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .btn-wrapper .button:after,
.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .btn-wrapper .button:before {
  display: none;
}

.affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .btn-wrapper .button {
  border-radius: 0;
  min-height: unset;
  letter-spacing: 0;
  font-family: Montserrat;
  font-weight: 600;
  padding: 17px 26px;
  font-size: 20px;
}

@media(max-width:950px) {

  .affiliate-img-with-text-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col .subheading {
    font-size: 16px;
  }

  .affiliate-img-with-text-wrapper .affiliate-img-with-text-content .img-col {
    width: 100%;
    padding-left: 0;
  }

  .affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col {
    width: 100%;
    padding-bottom: 35px;
  }

  .affiliate-img-with-text-wrapper .affiliate-img-with-text-content .text-col h1 {
    font-size: 32px;
  }
}

.how-it-works-wrapper {
  background-color: #ececec;
  padding: 55px 0 280px;
}

.how-it-works-wrapper .heading h2 {
  margin-top: 0;
  text-align: center;
  font-size: 26px;
  margin-bottom: 55px;
}

.how-it-works-wrapper .how-it-works-content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}


.how-it-works-wrapper .how-it-works-content .how-it-works-block {
  width: calc(50% - 15px);
  position: relative;
  height: 485px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-it-works-wrapper .how-it-works-content .how-it-works-block-2,
.how-it-works-wrapper .how-it-works-content .how-it-works-block-4 {
  position: relative;
  bottom: -200px;
}

.how-it-works-wrapper .how-it-works-content .how-it-works-block img {
  width: 100%;
}

.how-it-works-wrapper .how-it-works-content .how-it-works-block .block-info {
  background: #fff;
  border-radius: 50%;
  width: 316px;
  height: 316px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.how-it-works-wrapper .how-it-works-content .how-it-works-block .block-info h3 {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  font-size: 24px;
  margin: 0 0 10px;
}

.how-it-works-wrapper .how-it-works-content .how-it-works-block .block-info .content {
  text-align: center;
  max-width: 200px;
  line-height: 1.3;
  font-size: 16px;
  font-family: Montserrat;
}

.how-it-works-wrapper .how-it-works-content .how-it-works-block .block-info .button:after,
.how-it-works-wrapper .how-it-works-content .how-it-works-block .block-info .button:before {
  display: none;
}

.how-it-works-wrapper .how-it-works-content .how-it-works-block .block-info .button {
  min-height: unset;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 18px;
  border-radius: 0;
  margin-top: 14px;
  padding: 13px 9px;
  width: 100%;
  max-width: 183px;
  text-align: center;
}


@media(max-width:749px) {
  .how-it-works-wrapper {
    padding: 55px 0;
  }

  .how-it-works-wrapper .how-it-works-content .how-it-works-block-2,
  .how-it-works-wrapper .how-it-works-content .how-it-works-block-4 {
    bottom: 0;
  }

  .how-it-works-wrapper .how-it-works-content {
    row-gap: 30px;
    column-gap: 0;
  }

  .how-it-works-wrapper .how-it-works-content .how-it-works-block {
    width: 100%;
    min-height: 485px;
    height: auto;
  }

  .how-it-works-wrapper .heading h2 {
    margin-bottom: 30px;
  }
}

.faq-wrapper {
  padding-top: 58px;
  padding-bottom: 35px;
}

.faq-wrapper .heading h2 {
  margin: 0 0 55px;
  text-align: center;
  font-size: 26px;
}

.faq-wrapper .faq-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-wrapper .faq-content .faq-block {
  display: flex;
  width: calc(50% - 12px);
  margin-bottom: 25px;
  background-color: #f8f8f8;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding: 10px 0;
}

@media(max-width: 749px) {
  .faq-wrapper .faq-content .faq-block {
    width: 100%;
  }
}

.faq-wrapper .faq-content .faq-block .question-icon {
  padding: 18px 6px 14px 14px;
}

.faq-wrapper .faq-content .faq-block .question-icon span {
  color: #fff;
  background: var(--main-color);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 0;
  font-size: 18px;
  font-weight: 700;
}

.faq-wrapper .faq-content .faq-block .accordion {
  padding: 14px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 22px;
  transition: 0.4s;
  font-family: Montserrat;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  color: #4c4c4c;
  background-color: transparent;
}

.faq-wrapper .faq-content .faq-block .accordion img {
  display: none;
}

.faq-wrapper .faq-content .faq-block .accordion.active img {
  display: block;
  margin: 16px auto 0;
  width: 30px;
}

.faq-wrapper .faq-content .faq-block .panel {
  padding: 0 18px;
}

.faq-wrapper .faq-content .faq-block .panel p {
  margin-top: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  font-family: Montserrat;
}

.faq-wrapper .faq-content .faq-block .panel a {
  color: var(--main-color);
  text-decoration: none;
}

@media(max-width:749px) {
  .faq-wrapper {
    padding-top: 55px;
    padding-bottom: 25px;
  }

  .faq-wrapper .heading h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .faq-wrapper .faq-content .faq-block .accordion {
    font-size: 18px;
  }
}

body #sa_ca_wrapper .ca_bottom {
  left: unset !important;
  right: 25px !important;
}

.product variant-selects {
  display: none !important;
}

.boost-sd-container-search-page .boost-sd__search-result-toolbar,
.boost-sd-container-search-page .boost-sd-layout {
  max-width: 1400px !important;
}

.boost-sd-container-search-page .boost-sd__product-item {
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 16px 16px 45px;
  position: relative;
}

.boost-sd-container-search-page .boost-sd__product-item:hover {
  box-shadow: 0 2px 8px #80808033;
}

.boost-sd-container-search-page .boost-sd__product-item .boost-sd__product-info {
  gap: 2px !important;
}

.boost-sd-container-search-page .boost-sd__search-form-input[type=search] {
  border-radius: 0;
  border: 0;
}

.boost-sd-container-search-page .boost-sd__button--as-search {
  border-radius: 0 !important;
  background-color: #4c4c4c !important;
}

.boost-sd-container-search-page .boost-sd__search-form-title,
.boost-sd-container-search-page .boost-sd__search-form-input[type=search],
.boost-sd-container-search-page .boost-sd__search-result-toolbar-panel,
.boost-sd-container-search-page .boost-sd__search-result-toolbar-item {
  color: #4c4c4c !important;
}

.boost-sd-container-search-page .boost-sd__search-form-wrapper {
  background-color: #F8F8F8 !important;
}

.boost-sd__sorting-label,
.boost-sd__sorting-value {
  color: #4c4c4c !important;
}

.boost-sd__suggestion-queries-link,
.boost-sd__suggestion-queries-item-title,
.boost-sd__suggestion-queries-item-amount--regular {
  color: #4c4c4c !important;
}

.product .swatch-single.swatch-view-slide .swatch-navigable .swatch-navigation-wrapper .swatch-navigation {
  width: 48px !important;
  height: 48px !important;
}

.product .swatch-single.swatch-view-slide .swatch-navigable .swatch-navigation-wrapper .swatch-navigation svg {
  height: 100% !important;
  vertical-align: top;
  fill: #606060;
  width: 22px !important;
  height: 22px !important;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media(min-width:767px) {
  #ShopifyChat {
    bottom: 55px !important;
  }
}

.boost-sd__scroll-to-top {
  top: 65% !important;
}

@media(max-width:767px) {
  .boost-sd__scroll-to-top {
    right: 15px !important;
    opacity: .7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

.product-buttons-info .product-form__quantity .form__label {
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden;
}


.calc-shipping-toggle {
  background: transparent;
  border: 0;
  outline: none;
  width: auto !important;
  padding: 0;
  line-height: 1.56;
  font-family: var(--font-body-family);
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.calc-shipping-toggle:hover {
  color: #ba1f14;
}

.shipping-calculator-wrap {
  display: none;
  padding-top: 35px;
  padding-bottom: 35px;
}

.shipping-calculator-wrap .calculator-row {
  display: flex;
  margin-bottom: 20px;
}

@media(max-width:480px) {
  .shipping-calculator-wrap .calculator-row {
    flex-wrap: wrap;
  }
}

.shipping-calculator-wrap .calculator-row .form-input-block {
  width: calc(33.333% - 16px);
  margin-right: 16px;
  position: relative;
}


@media(max-width:480px) {
  .shipping-calculator-wrap .calculator-row .form-input-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.shipping-calculator-wrap .calculator-row .form-input-block:last-child {
  margin-right: 0;
}

.shipping-calculator-wrap .calculator-row .form-input-block-select label {
  left: 10px;
  top: 7px;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  font-size: 13px;
  line-height: 1;
  color: #949494;
}

.shipping-calculator-wrap .calculator-row .form-input-block-input label {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  line-height: 1;
  color: #949494;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.shipping-calculator-wrap .calculator-row .form-input-block-input input:not(:placeholder-shown)+label {
  left: 9px;
  top: 15px;
  font-size: 13px;
}

#address_zip:focus+label {
  left: 9px;
  top: 15px;
  font-size: 13px;
}

.shipping-calculator-wrap input,
.shipping-calculator-wrap select {
  border: 1px solid #80808040;
  box-shadow: 0 3px 7px #80808029;
  height: 50px;
  border-radius: 4px;
  width: 100%;
  padding: 23px 20px 6px 9px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #4d4d4d;
}

.shipping-calculator-wrap input:hover,
.shipping-calculator-wrap select:hover {
  border-color: #cecece;
  box-shadow: 0 3px 8px #00000026;
}

.shipping-calculator-wrap .calculator-row .form-input-block-select select {
  padding-left: 5px;
}

.shipping-calculator-wrap #shipping-button:before,
.shipping-calculator-wrap #shipping-button:after {
  display: none;
}

.shipping-calculator-wrap #shipping-button {
  border-radius: 3px;
  min-width: unset;
  min-height: unset;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #fff;
  color: var(--main-color);
  font-size: 16px;
  max-width: 170px;
  padding: 12px 5px;
}

.shipping-calculator-wrap #shipping-button:hover {
  box-shadow: 0 3px 8px #0000001a;
}

.shipping-calculator-wrap .shipping-info {
  display: none;
  color: #4d4d4d;
  background-color: #f6f6f6;
  padding: 20px;
  margin-top: 30px;
}

.shipping-calculator-wrap #shipping-rates {
  margin-bottom: 0;
}

.shipping-calculator-wrap #shipping-message,
.shipping-calculator-wrap #shipping-rates,
.shipping-calculator-wrap #shipping-error {
  display: none;
}


.new-blog-section .new-blog-content {
  border-top: 1px solid rgba(128, 128, 128, .2);
  padding-top: 40px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.new-blog-section .new-blog-content .heading-section {
  display: flex;
  flex-wrap: wrap;
}

.new-blog-section .new-blog-content .heading-section .info-col {
  width: 60%;
  padding-right: 35px;
}

.new-blog-section .new-blog-content .heading-section .info-col .logo-block {
  text-align: center;
}

.new-blog-section .new-blog-content .heading-section .info-col .logo-block img {
  width: 100%;
  max-width: 52px;
}

.new-blog-section .new-blog-content .heading-section .info-col .logo-block h1 {
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

.new-blog-section .new-blog-content .heading-section .info-col .logo-block h2 {
  font-weight: 700;
  margin-top: 0;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.new-blog-section .new-blog-content .heading-section .info-col .image-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  background-size: cover !important;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  max-width: 593px;
  margin: 0 auto;
}

.new-blog-section .new-blog-content .heading-section .info-col .image-content .image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 1;
}

.new-blog-section .new-blog-content .heading-section .info-col .image-content .image-content-text {
  max-width: 295px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  bottom: -15px;
}

.new-blog-section .new-blog-content .heading-section .info-col .image-content .image-content-text p {
  margin: 0;
  text-align: center;
  color: #fff;
  line-height: 1.6;
}

.new-blog-section .new-blog-content .heading-section .tabs-col {
  width: 40%;
  background-color: #c3c3c3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-blog-section .new-blog-content .heading-section .tabs-col .tabs-content {
  width: 100%;
  padding: 0px 50px;
}

.new-blog-section .new-blog-content .heading-section .tabs-col a {
  display: block;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  color: #4c4c4c;
  font-weight: 700;
  border-top: 1px solid #fff;
  padding: 25px 0;
  font-family: Montserrat;
  width: 100%;
}

.new-blog-section .new-blog-content .heading-section .tabs-col a:last-child {
  border-bottom: 1px solid #fff;
}

.new-blog-section .new-blog-content .heading-section .tabs-col a:hover {
  color: var(--main-color);
}

@media(max-width: 798px) {
  .new-blog-section .new-blog-content .heading-section .info-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .new-blog-section .new-blog-content .heading-section .tabs-col {
    width: 100%;
    padding: 35px 0;
  }

  .new-blog-section .new-blog-content .heading-section .tabs-col .tabs-content {
    padding: 0 50px;
  }
}

.new-blog-section .whats-new-section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.new-blog-section .whats-new-section h3 {
  text-align: center;
  font-size: 24px;
}

.new-blog-section .whats-new-section .articles-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  padding-bottom: 15px;
}

.new-blog-section .whats-new-section .articles-row .article-block {
  width: 25%;
  padding-left: 10px;
}

.new-blog-section .whats-new-section .articles-row .article-block .article-image-block {
  line-height: 0;
  position: relative;
}

.new-blog-section .whats-new-section .articles-row .article-block .article-image-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.new-blog-section .whats-new-section .articles-row .article-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.new-blog-section .whats-new-section .articles-row .article-block a {
  text-decoration: none;
}

.new-blog-section .whats-new-section .articles-row .article-block span {
  display: block;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 1.4;
  text-align: center;
  margin-top: 7px;
}

.new-blog-section .whats-new-section .articles-row .article-block span:hover {
  color: var(--main-color);
}

@media(max-width: 798px) {
  .new-blog-section .whats-new-section .articles-row .article-block {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 10px;
  }
}

.blog-banner a {
  background-color: var(--main-color);
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  letter-spacing: 9px;
  font-size: 70px;
  font-family: Montserrat;
  padding: 50px 10px;
}

@media(max-width:998px) {
  .blog-banner a {
    font-size: 45px;
  }
}

@media(max-width:650px) {
  .blog-banner a {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}

.tag-articles {
  border-top: 1px solid #000;
  margin-top: 35px;
}

.tag-articles .tag-article-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.tag-articles .tag-article-header h3 {
  margin: 0;
  font-size: 24px;
}

.tag-articles .tag-article-header .view-all-link {
  text-decoration: none;
  background-color: var(--main-color);
  color: #fff;
  font-family: Montserrat;
  FONT-WEIGHT: 600;
  padding: 3px 17px;
  text-align: center;
}

@media(max-width: 480px) {
  .tag-articles .tag-article-header h3 {
    font-size: 18px;
  }
}

.tag-articles .tag-articles-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.tag-articles .tag-articles-content .article-card {
  width: 25%;
  padding-left: 30px;
}

.tag-articles .tag-articles-content .article-card-big {
  width: 50%;
}

.tag-articles .tag-articles-content .article-card .article-image-block {
  position: relative;
}

.tag-articles .tag-articles-content .article-card .article-image-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.tag-articles .tag-articles-content .article-card .article-image-block img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.tag-articles .tag-articles-content .article-card h3 {
  display: block;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Montserrat;
  line-height: 1.4;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 15px;
}

.tag-articles .tag-articles-content .article-card .article-info {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
}

.tag-articles .tag-articles-content .article-card .article-link {
  color: var(--main-color);
  font-family: Montserrat;
  text-decoration: none;
  font-weight: 500;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

@media(max-width: 798px) {

  .tag-articles .tag-articles-content {
    margin-left: -10px;
  }

  .tag-articles .tag-articles-content .article-card {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 30px;
  }

  .tag-articles .tag-articles-content .article-card-big {
    width: 100%;
  }
}

.designer-section .designer-content {
  list-style-type: unset;
  padding-left: 0;
  padding-top: 10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.designer-section .designer-content .designer-block {
  width: 25%;
  padding-left: 10px;
  margin-bottom: 10px;
}

.designer-section .designer-content .designer-block-image {
  position: relative;
}

.designer-section .designer-content .designer-block-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.designer-section .designer-content .designer-block-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
}

.designer-section .designer-content .designer-block span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.3;
  margin-top: 5px;
}

@media(max-width:768px) {
  .designer-section .designer-content .designer-block {
    width: 50%;
  }
}

.page-designer-directory .main-page-title {
  margin-bottom: 20px;
}

.page-designer-directory .rte {
  padding-bottom: 4px;
}

.page-designer-directory .shopbybrand-content hr {
  margin: 20px 0 20px;
}

/* Product Image Zoom Magnifier - Start */
@media screen and (min-width: 1000px) {
  .product-page media-gallery {
    position: relative;
  }

  #zoom-result {
    position: absolute;
    z-index: 20;
    border: 1px solid #80808040;
    width: 80%;
    height: auto;
    aspect-ratio: 1/1;
    display: none;
    overflow: hidden;
    top: 0;
    left: calc(100% + 30px);
    background-repeat: no-repeat;
    background-size: 2000px 2000px;
    box-shadow: 0 3px 7px #80808040;
  }

  #cursor-block {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid #80808040;
    background: rgba(255, 255, 255, 0.4);
    display: none;
    pointer-events: none;
  }
}

/* Product Image Zoom Magnifier - End */

.discounts__discount {
  font-size: 14px;
  color: var(--main-color);
}

.discounts__discount svg {
  color: var(--main-color) !important;
}

.product-buttons-info-with-additional-fields {
  padding-bottom: 120px;
}

.custom-properties-fields {
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 3px;
}

.custom-properties-fields input {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding-left: 10px;
  height: 42px;
  min-height: 42px;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}

.product__info-wrapper .tags-message {
  margin: 0;
}

.tags-message p {
  font-weight: 700;
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 25px;
  line-height: 1.4;
}

.template-cart .tags-message p {
  margin-top: 10px;
}

.boost-sd__suggestion-queries-item-sku {
  display: none !important;
}

.custom-sku-placement .product__sku {
  margin-top: 0;
  color: #4c4c4c;
  text-align: right;
  font-style: italic;
  font-size: 18px;
}

.product-price-block-form {
  margin-right: 15px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 40%;
}

#tabContent5 td img {
  width: 100% !important;
}

.product-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.product-tabs-wrapper.trade .display-note {
  color: #f58548;
}

.product-tabs-wrapper.regular .display-note {
  color: #f0515f;
}


.product-tabs-wrapper .recommended-products h3 {
  text-transform: uppercase;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 17px;
  text-align: center;
}

.product-tabs-wrapper .recommended-products .recommended-product-block {
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 16px;
  margin-bottom: 15px;
}

.product-tabs-wrapper .recommended-products .recommended-product-block:hover {
  box-shadow: 0 2px 8px #80808033;
}

.product-tabs-wrapper .recommended-products .rpb-image {
  position: relative;
}

.product-tabs-wrapper .recommended-products .rpb-image img {
  width: 100%;
}

.product-tabs-wrapper .recommended-products .rpb-image .badge {
  background-color: var(--main-color);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.product-tabs-wrapper .recommended-products .recommended-product-block h4 {
  margin: 0;
}

.product-tabs-wrapper .recommended-products .recommended-product-block h4 a {
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: none;
  font-style: normal;
  text-transform: initial;
}

.product-tabs-wrapper .recommended-products .recommended-product-block .rpb-vendor {
  line-height: 1.3;
}

.product-tabs-wrapper .recommended-products .recommended-product-block .rpb-vendor a {
  color: #949494;
  font-size: 13px;
  font-family: Lato;
  text-decoration: none;
  transition: color .1s cubic-bezier(.4, 0, .2, 1);
}

.product-tabs-wrapper .recommended-products .recommended-product-block .rpb-vendor a:hover {
  color: var(--main-color);
}

.product-tabs-wrapper .recommended-products .recommended-product-block .price__regular .price-item--regular {
  color: #4c4c4c;
  font-size: 16px;
  letter-spacing: 0;
}

.product-tabs-wrapper .recommended-products .recommended-product-block .price__sale .price-item--sale {
  color: var(--main-color);
  font-size: 16px;
  letter-spacing: 0;
}

.product-tabs-wrapper .recommended-products .recommended-product-block .price__sale .price-item--regular {
  color: #949494;
  font-size: 16px;
  letter-spacing: 0;
}

.boost-sd__product-title {
  color: #4c4c4c;
}

.boost-sd__product-vendor {
  text-transform: none !important;
  font-size: 13px !important;
}

.boost-sd__product-label-text {
  font-size: 10px !important;
  padding-top: 1px !important;
  font-weight: 700 !important;
}

.boost-sd__pagination-number {
  color: var(--main-color) !important;
}

.boost-sd__pagination-number.boost-sd__pagination-number--active {
  color: #222 !important;
}

.boost-sd__filter-option-item-label,
.boost-sd__filter-option-range-slider-input-wrapper {
  font-size: 12px !important;
}

.boost-sd__filter-option-item-amount {
  font-size: 12px !important;
  padding-right: 0 !important;
}

#pf_t_color {
  margin: 0 -6px !important;
}

#pf_t_color-toggle-target .boost-sd__filter-option-item {
  width: auto !important;
  display: inline-grid !important;
  margin: 5px 6px !important;
}

.boost-sd__product-item {
  gap: 0px !important;
}

.required-product-wrapper {
  margin-top: 15px !important;
}

.required-product-wrapper h3 {
  text-transform: uppercase;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

.required-product-wrapper .required-product-block {
  display: flex;
  align-items: center;
  border: 1px solid rgba(128, 128, 128, .16);
  box-shadow: 0 1px 4px #8080801c;
  padding: 16px;
}

.required-product-wrapper .required-product-block .rpb-image {
  padding-right: 5px;
  width: 18%;
}

.required-product-wrapper .required-product-block .rpb-image img {
  width: 100%;
  max-width: 100px;
}

.required-product-wrapper .required-product-block .rpb-info {
  width: 41%;
  line-height: 1.2;
  padding-right: 5px;
}

.required-product-wrapper .required-product-block .rpb-info h4 {
  margin-bottom: 7px;
  margin-top: 0;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 16px !important;
}

.required-product-wrapper .required-product-block .rpb-info h4 a {
  color: #4c4c4c;
  text-decoration: none;
}

.required-product-wrapper .required-product-block .rpb-info .rpb-money {
  font-size: 14px;
  color: #4d4d4dcc;
}

.required-product-wrapper .required-product-block .rpb-info .rpb-money .variant-price-label {
  font-weight: 700;
  padding-right: 3px;
}

.required-product-wrapper .required-product-block .rpb-info .rpb-sku {
  font-size: 13px;
  color: #949494;
}

.required-product-wrapper .required-product-block .rpb-info .rpb-sku .variant-sku-label {
  padding-right: 3px;
  font-weight: 700;
}

.required-product-wrapper .required-product-block .product-form {
  width: 41%;
}

.required-product-wrapper .required-product-block .product-option label {
  display: block;
  margin-bottom: 4px;
}

.required-product-wrapper .required-product-block .single-option-selector {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 11px 5px;
  border-radius: 5px;
  background-color: #fff;
  color: #4c4c4c;
}

.required-product-wrapper .required-product-block .product-form .rpb-bnts-info {
  display: flex;
  align-items: center;
}

.required-product-wrapper .required-product-block .product-form .rpb-quantity {
  border-radius: var(--inputs-radius);
  color: rgba(var(--color-foreground));
  position: relative;
  min-height: 43px;
  border: 1px solid #4c4c4c;
  display: flex;
  margin-right: 5px;
}

.required-product-wrapper .required-product-block .product-form .rpb-quantity button {
  width: calc(3.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: rgb(var(--color-foreground));
  padding: 0;
}

.required-product-wrapper .required-product-block .product-form .rpb-quantity input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: .85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 .5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.required-product-wrapper .required-product-block .product-form .rpb-quantity input::-webkit-outer-spin-button,
.required-product-wrapper .required-product-block .product-form .rpb-quantity input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.required-product-wrapper .required-product-block .product-form .rpb-quantity input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.required-product-wrapper .required-product-block .product-form .product-form__submit:after,
.required-product-wrapper .required-product-block .product-form .product-form__submit:before {
  display: none;
}

.required-product-wrapper .required-product-block .product-form .product-form__submit {
  margin-bottom: 0;
  border-radius: 3px;
  max-width: 150px;
  padding: 5px;
  min-height: 43px;
}

.required-product-wrapper .required-product-block .product-form .product-form__submit:hover {
  box-shadow: 0 3px 8px #0000001a;
}

.required-product-wrapper .required-product-block .product-form .product-form__submit span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media(max-width:1330px) {
  .required-product-wrapper .required-product-block .product-form .rpb-bnts-info {
    flex-wrap: wrap;
  }

  .required-product-wrapper .required-product-block .product-form .rpb-quantity {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }

  .required-product-wrapper .required-product-block .product-form .product-form__buttons {
    max-width: 100%;
    width: 100%;
  }

  .required-product-wrapper .required-product-block .product-form .product-form__submit {
    max-width: 100%;
  }
}

@media(max-width: 600px) {
  .required-product-wrapper .required-product-block {
    flex-wrap: wrap;
  }

  .required-product-wrapper .required-product-block .rpb-image {
    width: 30%;
  }

  .required-product-wrapper .required-product-block .rpb-info {
    width: 70%;
  }

  .required-product-wrapper .required-product-block .product-form {
    width: 100%;
    margin-top: 10px;
  }

  .required-product-wrapper .required-product-block .product-form .rpb-bnts-info {
    flex-wrap: nowrap;
  }

  .required-product-wrapper .required-product-block .product-form .rpb-quantity {
    margin-right: 5px;
    margin-bottom: 0;
  }
}

.dynamic-product-info {
  margin-bottom: 22px !important;
}

.dynamic-product-info .dynamic-info-row {
  display: flex;
  margin-bottom: 4px;
  font-size: 14px;
}

.dynamic-product-info .dynamic-info-row svg {
  width: 50px;
  height: 35px;
  margin-left: -12px;
  margin-top: -3px;
}

.dynamic-product-info .dynamic-info-row span {
  font-weight: 300;
  padding-left: 5px;
  display: none;
}

.dynamic-product-info .dynamic-info-row span span {
  padding-left: 0;
  display: inline-block;
}

.dynamic-product-info .dynamic-info-row #qtyMessage {
  padding-left: 5px;
}

.dynamic-product-info .dynamic-info-row span a {
  color: #4c4c4c;
}

.dynamic-info-row-notify-me,
.dynamic-info-row-notify-me a {
  color: var(--main-color);
  text-decoration: none;
}

.dynamic-product-info .dynamic-info-row-notify-me span,
.dynamic-product-info .dynamic-info-row-price span {
  display: inline-block;
}

.dynamic-row-tooltip {
  cursor: pointer;
  position: relative;
}

.dynamic-row-tooltip .dynamic-tooltip-arrow {
  display: none;
  position: absolute;
  border-top: 1px solid #d0c7c7;
  border-left: 1px solid #d0c7c7;
  width: 13px;
  height: 13px;
  z-index: 1000;
  background: #fff;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
}

.dynamic-row-tooltip .dynamic-tooltip-info {
  display: none;
  position: absolute;
  z-index: 999;
  top: 26px;
  left: -195px;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #d0c7c7;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .14);
  box-shadow: 0 0 1px #00000024;
  padding: 15px 14px;
  max-width: 430px;
  min-width: 430px;
  border-radius: 6px;
}

.dynamic-row-tooltip:hover .dynamic-tooltip-arrow,
.dynamic-row-tooltip:hover .dynamic-tooltip-info {
  display: block;
}

@media (max-width: 719px) {
  .dynamic-row-tooltip .dynamic-tooltip-info {
    left: -80px;
  }
}

@media (max-width: 480px) {
  .dynamic-row-tooltip .dynamic-tooltip-info {
    min-width: 320px;
    max-width: 320px;
  }
}

.product-page.media-gallery {
  z-index: 2;
}

.product__info-wrapper {
  position: relative;
  z-index: 3;
}

.product-page-new-pdp #refresh {
  display: none !important;
}

.shoppay-block {
  margin-top: 20px;
}

.product-price-block-form-compare .product-price-regular {
  color: var(--main-color);
  padding-right: 10px;
}

.product-price-block-form-compare .product-price-compare {
  color: #4c4c4c;
  text-decoration: line-through;
  font-weight: 400;
}

#saveValue {
  display: block;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.save-badge {
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: .14px;
  padding: 7px 17px;
}

.notify-me-button .klaviyo-bis-trigger {
  color: var(--main-color) !important;
  text-decoration: none !important;
  font-size: 13px;
  display: block;
  text-align: center;
}

.notify-me-button .klaviyo-bis-trigger:hover {
  opacity: .7;
}

.custom-sku-placement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px !important;
}

.custom-sku-placement-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px !important;
}

.custom-sku-placement .tags-message {
  padding-right: 10px;
}

.custom-sku-placement .tags-message p {
  margin-top: 0;
}

@media(max-width:500px) {
  .custom-sku-placement-flex {
    flex-wrap: wrap;
  }

  .custom-sku-placement .tags-message {
    padding-right: 0;
    width: 100%;
  }
}

.product-page-default .product-form__submit-main.klaviyo-bis-trigger {
  display: none !important;
}


.member-image {
  position: relative;
  line-height: 0;
}

.member-image-hover .mempic-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.member-image-hover:hover .mempic-hover {
  opacity: 1;
}

.team-member-image {
  position: relative;
  line-height: 0;
}

.team-member-image-hover .team-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.team-member-image-hover:hover .team-image-hover {
  opacity: 1;
}

.team-member-image-hover:hover .team-image {
  opacity: 0;
}

.boost-sd__product-swatch {
  margin-top: 14px !important;
}

.body-b2b .dynamic-info-row-price {
  display: none !important;
}

.product-page-new-pdp .save-message {
  margin-bottom: 20px !important;
}

.body-b2b .save-message {
  display: none !important;
}

.addons-tab {
  width: 100%;
}

.addons-tab .addons-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.addons-tab .addons-section .addons-block {
  width: 50%;
  padding: 0 12px;
}

.addons-tab .addons-section .addons-block .required-product-block {
  background: #fff;
  margin-bottom: 15px;
}

@media(max-width: 899px) {
  .addons-tab .addons-section .addons-block {
    width: 100%;
    padding: 0;
  }
}

.about-tab img {
  width: 100% !important;
  max-width: 250px;
}

.body-b2b .featured-collection .card-sale-badge {
  display: none;
}

.product-vendor-Nomon .dynamic-info-row-availability .dynamic-row-tooltip {
  display: none !important;
}

.product-vendor-Nomon .dynamic-info-row-availability #NomonInStock {
  display: block !important;
}

.product-vendor-Nomon .dynamic-info-row-shipping span {
  display: none !important;
}

.product-vendor-Nomon .dynamic-info-row-shipping #NomonShips {
  display: block !important;
}

.link-text-btn-first-row {
  background-color: #fff;
}

/* #boost-sd-filter-tree-column {
  display: block !important;
} */

.boost-sd__refine-by-vertical-refine-by-list span {
  font-size: 13px !important;
}

.boost-sd__refine-by-vertical-refine-by-heading {
  padding-top: 15px !important;
}

.boost-sd__button {
  display: block !important;
  /* padding: 15px 17px !important; */
  /* height: auto !important;   */
}

.boost-sd__button:hover,
.boost-sd__button:active,
.boost-sd__button:focus {
  color: #fff !important;
  background-color: #000;
  outline: none !important;
}

.addon-variant-hidden {
  display: none !important;
}

.unavailableBtn {
  pointer-events: none !important;
  opacity: 0.5;
  background-color: grey;
}

.boost-sd__filter-tree-vertical-close-filter--right {
  left: 0 !important;
}

.boost-sd__filter-tree-vertical-mobile-toolbar .boost-sd__button--clear {
  text-align: center !important;
  padding: 0 !important;
}

.data-price-varies-false .price__regular-varies {
  display: none !important;
}

.data-price-varies-true .price__regular-one {
  display: none !important;
}

.from-text {
  font-size: 14px !important;
}

@media (max-width: 400px) {
  .collection-hero__title {
    font-size: 25px !important;
  }
}

h1 {
  font-size: 30px !important;
  text-transform: uppercase !important;
}



.compare_hide {
  display: none !important;
}

.events-banner .events-banner-bg {
  background-size: cover;
  background-position: 50% 50%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events-banner .events-banner-bg .events-banner-content {
  text-align: center;
  background: rgba(0, 0, 0, .3);
  width: 90%;
  padding: 15px 10px 50px;
  height: 85%;
  display: flex;
  align-items: center;
}

.events-banner .events-banner-bg .events-banner-content .events-banner-content-block {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.events-banner .events-banner-bg .events-banner-content h2 {
  margin-top: 0;
  color: #fff;
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.events-banner .events-banner-bg .events-banner-content span {
  display: block;
  color: #fff;
  letter-spacing: 3px;
  font-size: 27px;
  font-weight: 300;
}

.events-banner .events-banner-bg .events-banner-content .btn-block {
  margin-top: 85px;
}

.events-banner .events-banner-bg .events-banner-content a {
  background-color: var(--main-color);
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px 10px;
  border: 2px solid #fff;
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 0;
  text-decoration: none;
  width: 100%;
  max-width: 240px;
  display: inline-block;
  font-size: 18px;
}

.events-banner .events-banner-bg .events-banner-content a:hover {
  box-shadow: 0 3px 8px #0000001a;
}

@media(max-width:798px) {
  .events-banner .events-banner-bg .events-banner-content h2 {
    font-size: 45px;
    margin-bottom: 22px;
  }

  .events-banner .events-banner-bg .events-banner-content span {
    font-size: 20px;
  }

  .events-banner .events-banner-bg .events-banner-content .btn-block {
    margin-top: 60px;
  }

  .events-banner .events-banner-bg {
    height: 550px;
  }
}

.events-section .events-heading {
  background-color: var(--main-color);
  padding: 5px 0;
  border-bottom: 10px solid #484848;
  margin-bottom: 50px;
  margin-top: 30px;
}

.events-section .events-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.events-section .events-block {
  display: flex;
  align-items: center;
  background: #bcbcbc;
  padding: 10px 10px 10px 30px;
  margin-bottom: 15px;
}

.events-section .events-block .events-block-info {
  width: 72%;
  padding-right: 10px;
}

.events-section .events-block .events-block-info h3 {
  margin-top: 0;
  font-weight: 600;
  color: #000;
  font-size: 24px;
  margin-bottom: 12px;
}

.events-section .events-block .events-block-info .events-block-text p {
  margin-top: 0;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}

.events-section .events-block .events-block-info .events-block-text p strong {
  font-weight: 800;
}


.events-section .events-block .events-block-date p {
  margin-top: 0;
  line-height: 1.6;
  font-weight: 400;
  color: #000;
}

.events-section .events-block .events-block-date p strong {
  font-weight: 800;
}

.events-section .events-block .events-block-image {
  width: 28%;
  position: relative;
}

.events-section .events-block .events-block-image img {
  width: 100%;
  border-radius: 5px;
}

.events-section .events-block .events-block-image .events-btn {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-inline: auto;
}

.events-section .events-block .events-block-image .events-btn a {
  background-color: var(--main-color);
  border-color: #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 14px 4px;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
  display: block;
  font-size: 17px;
  text-align: center;
}

.events-section .events-block .events-block-image .events-btn a:hover {
  box-shadow: 0 3px 8px #0000001a;
}

@media(max-width:850px) {

  .events-section .events-heading h2 {
    font-size: 30px;
  }

  .events-section .events-block {
    flex-wrap: wrap;
    padding: 20px;
  }

  .events-section .events-block .events-block-info {
    padding-right: 0;
    width: 100%;
  }

  .events-section .events-block .events-block-image {
    width: 100%;
  }

}

.cta-button {
  background-color: var(--main-color);
  padding: 12px 28px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-family: 'Belleza';
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0px;
}


/* Sale badge title */
.boost-sd__product-image-column>div:last-child {
  background-color: #F0515F;
}

.no-image-text {
  display: none;
  color: var(--main-color);
  margin-bottom: 10px;
  text-align: center;
}

.card__content .save-badge {
  display: none;
}

.hid-label {
  display: block;
  opacity: 0;
  height: 0;
  visibility: hidden;
}

/* Boost load more button centered */
@media only screen and (min-width: 1200px) {
  .boost-sd__product-count {
    width: 80% !important;
  }

  .boost-sd__pagination-load-more-container-item {
    width: 80% !important;
  }
}


.meet-our-team {
  padding: 50px 0;
}

.meet-our-team .team-content-wrapper {
  max-width: 100%;
}

.meet-our-team .team-content-wrapper .team-heading {
  border: 0;
  text-align: center;
}

.meet-our-team .team-content-wrapper .team-heading h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Montserrat';
}

@media(max-width:749px) {
  .meet-our-team .team-content-wrapper .team-heading h2 {
    font-size: 30px;
  }
}

.meet-our-team .team-content-wrapper .team-heading .team-subheading {
  font-size: 20px;
  font-weight: 300;
  color: #484848;
}

.meet-our-team .team-content-wrapper a {
  color: #484848 !important;
  text-decoration: none !important;
  margin-top: 0 !important;
}

.meet-our-team .team-content {
  justify-content: center;
}

@media(max-width:749px) {
  .meet-our-team .team-content {
    justify-content: flex-start;
  }

  .meet-our-team .team-content-wrapper .team-block {
    width: 50%;
  }
}

.meet-our-team .team-content-wrapper .member-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.meet-our-team .team-content-wrapper .member-info .member-name {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}

.meet-our-team .team-content-wrapper .member-info {
  font-size: 16px;
  font-weight: 300;
}

.meet-our-team .member-btn {
  text-align: center;
}

.meet-our-team .member-btn .cta-button {
  color: #fff !important;
}

@media(max-width:899px) {
  .meet-our-team .team-content-wrapper .member-info {
    justify-content: center;
  }

  .meet-our-team .team-content-wrapper .member-info .member-name {
    margin-bottom: 3px;
    width: 100%;
    font-size: 18px;
  }

  .meet-our-team .team-content-wrapper .member-info {
    width: 100%;
  }

}

.testimonial-swiper .swiper-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.plan-your-visit-wrapper .plan-your-visit-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.plan-your-visit-wrapper .plan-your-visit-content .map-col {
  width: 50%;
  line-height: 0;
}

.plan-your-visit-wrapper .plan-your-visit-content .map-col img {
  width: 100%;
}

.plan-your-visit-wrapper .plan-your-visit-content .map-col iframe {
  border: 0;
  width: 100%;
  height: 700px;
}

.plan-your-visit-wrapper .plan-your-visit-content .text-col {
  width: 50%;
}

.plan-your-visit-wrapper .plan-your-visit-content .text-col .text-col-container {
  padding: 20px;
  max-width: 520px;
  margin: 0 auto;
}

.plan-your-visit-wrapper {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
}

.plan-your-visit-wrapper .text-col h2 {
  margin-top: 0;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 40px;
}

@media(max-width: 798px) {
  .plan-your-visit-wrapper .text-col h2 {
    font-size: 30px;
  }
}

.plan-your-visit-wrapper .text-col .text-row-header {
  display: flex;
  align-items: center;
}

.plan-your-visit-wrapper .text-col .text-row-header span {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Montserrat';
  color: #484848;
  margin-left: 15px;
}

.plan-your-visit-wrapper .text-col .text-row-info p {
  color: #484848;
}

.plan-your-visit-wrapper .text-col .text-row-info a {
  color: #484848;
  text-decoration: none;
}

.plan-your-visit-wrapper .text-col .text-row-info a:hover {
  color: var(--main-color);
}

.plan-your-visit-wrapper .text-col .text-row-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.plan-your-visit-wrapper .text-col .text-row-buttons .cta-button {
  width: calc(50% - 7.5px);
  min-width: unset;
  min-height: 60px;
  border: 1px solid var(--main-color);
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  margin-top: 10px;
}

.plan-your-visit-wrapper .text-col .text-row-buttons .cta-button-outline {
  color: #878787;
  border-color: #878787;
  background: #fff;
}

@media(max-width:949px) {

  .plan-your-visit-wrapper .plan-your-visit-content .map-col {
    width: 100%;
  }

  .plan-your-visit-wrapper .plan-your-visit-content .map-col iframe {
    height: 500px;
  }

  .plan-your-visit-wrapper .plan-your-visit-content .text-col {
    width: 100%;
  }

  .plan-your-visit-wrapper .plan-your-visit-content .text-col .text-col-container {
    max-width: 100%;
  }

  .plan-your-visit-wrapper .text-col .text-row-header span {
    font-size: 18px;
    line-height: 1.3;
  }

  .plan-your-visit-wrapper .text-col .text-row-buttons {
    flex-wrap: wrap;
    gap: 0;
  }

  .plan-your-visit-wrapper .text-col .text-row-buttons .cta-button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.join-the-trade-program-section {
  padding-top: 50px;
  padding-bottom: 10px;
}

.join-the-trade-program-section .join-the-trade-program-container {
  max-width: 820px;
  text-align: center;
}

.join-the-trade-program-section .join-the-trade-program-container .reviews-score {
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-the-trade-program-section .join-the-trade-program-container .reviews-score p {
  margin: 0;
  font-weight: 300;
  margin-left: 10px;
}

.join-the-trade-program-section .join-the-trade-program-container h2 {
  font-size: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.join-the-trade-program-section .join-the-trade-program-container .info {
  font-size: 20px;
  font-weight: 300;
  color: #1E2225;
}

@media(max-width: 749px) {

  .join-the-trade-program-section .join-the-trade-program-container .reviews-score p {
    font-size: 14px;
  }

  .join-the-trade-program-section {
    padding-top: 20px;
  }

  .join-the-trade-program-section .join-the-trade-program-container h2 {
    font-size: 26px;
    margin-top: 15px;
  }

  .join-the-trade-program-section .join-the-trade-program-container .info {
    font-size: 15px;
  }
}

.mark-text-block {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 10px;
}

.mark-text-block .mark-text {
  width: 33.3%;
  text-align: center;
  display: block;
}

.mark-text-block .mark-text span {
  color: #484848;
  display: block;
  line-height: 1.3;
  font-size: 20px;
}

@media(max-width:749px) {

  .mark-text-block {
    width: 80%;
    margin: 0 auto;
  }

  .mark-text-block .mark-text {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .mark-text-block .mark-text:last-child {
    margin-bottom: 0;
  }

  .mark-text-block .mark-text span {
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
  }
}

.join-the-trade-program-section .cta-button {
  border: 1px solid var(--main-color);
  cursor: pointer;
}

.popup-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 2.1875rem;
  text-align: center;
  align-items: center;
}

.popup-block .popup-block-wrap {
  position: relative;
  overflow: initial;
  max-height: 90%;
  max-width: 740px;
  background-color: #fff;
  vertical-align: middle;
  transition: all .3s;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}


.popup-block .close {
  position: absolute;
  text-align: right;
  display: block;
  top: 3px;
  right: 23px;
  cursor: pointer;
  z-index: 10002;
  padding: 0;
  color: #000;
  font-size: 28px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-block .popup-content {
  overflow: auto;
}

.popup-block .popup-content-inner {
  position: relative;
  z-index: 10001;
  background: #fff;
}

.popup-block .popup-content-inner .popup-content-flex {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px;
}

.popup-block .popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content-flex h2 {
  margin-top: 0;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 5px;
}

.popup-content-flex p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
}


@media(max-width:749px) {
  .popup-block .popup-block-wrap {
    padding: 20px;
  }

  .popup-content-flex h2 {
    font-size: 20px;
  }

  .popup-content-flex p {
    font-size: 15px;
    line-height: 1.3;
  }

  .popup-block .close {
    top: 23px;
    right: 29px;
  }
}

.popup-block .pxFormGenerator {
  width: 100% !important;
}

.popup-block .form_generater_form_div {
  max-width: 100% !important;
  width: 100% !important;
}

.images-gallery-section {
  margin-bottom: 20px;
}

.images-gallery-section .images-gallery-container {
  max-width: 1920px;
}

.images-gallery-slider .images-gallery-block {
  width: 20%;
  padding: 0 5px;
  height: 285px;
}

.images-gallery-slider .images-gallery-block img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

@media(max-width: 998px) {
  .images-gallery-slider .images-gallery-block {
    width: 30%;
  }

  .images-gallery-slider .images-gallery-block {
    height: 180px;
  }

  .images-gallery-slider .flickity-viewport {
    height: 180px !important;
  }
}

.grid-mosaic-section {
  background: #f0f0f0;
  padding: 75px 0;
}

.grid-mosaic-section .grid-mosaic-container {
  max-width: 1170px;
}

@media(min-width:799px) {

  .grid-mosaic-section .grid-mosaic-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-block {
  position: relative;
  line-height: 0;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-block:first-child {
  margin-bottom: 20px;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-col-large {
  margin-bottom: 0;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-col-large .grid-mosaic-block {
  height: 100%;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-block img {
  width: 100%;
  height: 100%;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-block a {
  text-decoration: none;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-block .grid-mosaic-info {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-block .grid-mosaic-info h3 {
  margin: 0 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 20px;
}

.grid-mosaic-section .grid-mosaic-content .grid-mosaic-block .grid-mosaic-info span {
  color: #fff;
  font-style: italic;
  font-size: 17px;
}

.grid-mosaic-section .title {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 35px;
}

.grid-mosaic-section .title-small-margin {
  margin-bottom: 15px;
}

.grid-mosaic-section .subheading {
  text-align: center;
  margin: 0 auto 40px;
  color: #1E2225;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
  max-width: 800px;
}

.grid-mosaic-btn {
  text-align: center;
}

.grid-mosaic-btn .cta-button {
  border: 1px solid var(--main-color);
  cursor: pointer;
}

@media(max-width:798px) {

  .grid-mosaic-section {
    padding: 35px 0px;
  }

  .grid-mosaic-section .title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .grid-mosaic-section .grid-mosaic-content {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .grid-mosaic-section .grid-mosaic-content .grid-mosaic-col {
    width: 100%;
  }

  .grid-mosaic-section .grid-mosaic-content .grid-mosaic-col .grid-mosaic-block {
    margin-bottom: 20px;
  }

  .grid-mosaic-section .grid-mosaic-content .grid-mosaic-col-large {
    display: none;
  }

}

.see-more-arrow {
  display: block;
  margin: 5px auto 0;
  width: 19px;
}

#seeMoreMosaic {
  display: block;
  margin: 0 auto 5px;
  border: 0;
  outline: none;
  color: #f58548;
  font-family: Lato;
  font-size: 16px;
  cursor: pointer;
}

.grid-mosaic-section .additional-mosaic-wrapper {
  display: none;
}

@media(min-width:799px) {

  #seeMoreMosaic {
    margin: 0 auto 5px;
  }

  .grid-mosaic-section .additional-mosaic-wrapper {
    margin-top: 20px;
  }

  .grid-mosaic-section .additional-mosaic .grid-mosaic-col .grid-mosaic-block {
    margin-bottom: 0;
  }
}

.featured-brands-section h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 8px;
}

.featured-brands-section span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 25px;
}

.comparison-table-section {
  padding: 55px 0;
}

.comparison-table-section .heading {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
}

.comparison-table-section .comparison-table-container {
  max-width: 970px;
}

.comparison-table-content .comparison-table-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
}

.comparison-table-content .comparison-table-row .comp-col {
  width: 33.3%;
  text-align: center;
  font-size: 16px;
  color: #484848;
  padding: 15px 0;
}

.comparison-table-content .comparison-table-row .comp-col-1 {
  text-align: left;
}

.comparison-table-content .comparison-table-row .comp-col-3 {
  text-align: right;
}

.comparison-table-content .comparison-table-header .comp-col {
  font-size: 22px;
}

.comparison-table-content .comp-col-bold {
  font-weight: 700;
}


.comparison-table-content .comp-col svg {
  width: 27px;
}

.comparison-table-content .comparison-table-row-body .comp-col-3 svg {
  position: relative;
  right: 55px;
}

@media(max-width: 749px) {
  .comparison-table-section .heading {
    font-size: 26px
  }

  .comparison-table-content .comparison-table-row .comp-col {
    font-size: 13px;
    padding: 10px 0;
    line-height: 1.4;
  }

  .comparison-table-content .comp-col svg {
    width: 21px;
  }

  .comparison-table-content .comparison-table-row-body .comp-col-3 svg {
    right: 35px;
  }

}

.page-trade .utility-bar,
.page-trade .cta-button,
.page-trade .newsletter.center,
.page-trade #shopify-section-newsletter .newsletter__wrapper {
  background-color: #f58548 !important;
}

.page-trade .cta-button {
  border-color: #f58548 !important;
}

.product-buttons-info.product-buttons-info-with-custom-text-input {
  padding-bottom: 90px !important;
}

.product-buttons-info.product-buttons-info-with-additional-fields {
  padding-bottom: 140px !important;
}

.product-custom-messages .showroom-info {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}

@media(min-width:1160px) {
  .product-custom-messages .showroom-info {
    padding-left: 20px;
  }


  .body-b2b .product-custom-messages .showroom-info {
    padding-left: 0;
  }
}

.custom-bar {
  background-color: var(--main-color);
}

.custom-bar .custom-bar-container {
  max-width: 1050px;
}

.custom-bar .custom-bar-container .custom-bar-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-bar .custom-bar-container .custom-bar-block h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  width: 65%;
}

.custom-bar .custom-bar-container .custom-bar-block .btn-wrap {
  width: 35%;
  text-align: right;
}

.custom-bar .custom-bar-container .custom-bar-block .btn-wrap a {
  background: #fff;
  border-radius: 0;
  color: var(--main-color);
  font-family: 'Belleza';
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}

.custom-bar .custom-bar-container .custom-bar-block .btn-wrap a:after,
.custom-bar .custom-bar-container .custom-bar-block .btn-wrap a:before {
  display: none;
}

@media(max-width:749px) {
  .custom-bar .custom-bar-container .custom-bar-block h2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }

  .custom-bar .custom-bar-container .custom-bar-block .btn-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.cart-attribute__field {
  margin-top: 0;
  color: #4d4d4d;
  position: relative;
  top: -11px;
}

.cart-attribute__field select {
  background: #fff;
  border: 1px solid #484848;
  font-family: Lato, sans-serif;
  color: #484848;
  padding: 8px 12px;
  cursor: pointer;
  margin: 10px 0 6px;
  text-align: left;
  width: fit-content;
  font-size: 16px;
  line-height: 1.15;
}

@media(max-width:749px) {
  .cart-attribute__field {
    text-align: left;
  }
}

.timeline-slider-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.timeline-slider-wrapper .timeline-slide {
  width: 33.3%;
  /* padding: 0 20px; */
}

.timeline-slider-wrapper .timeline-slide .timeline-info-card {
  background-color: #F0F0F0;
  padding: 25px;
  margin: 40px 20px 0;
}

.timeline-slider-wrapper .timeline-slide .timeline-info-card .timeline-icon {
  text-align: center;
}

.timeline-slider-wrapper .timeline-slide .timeline-info-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  font-family: Lato;
  margin-bottom: 8px;
}

.timeline-slider-wrapper .timeline-slide .timeline-info-card .timeline-info p {
  color: #484848;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.timeline-slider-wrapper .timeline-slide .timeline-date {
  position: relative;
  text-align: center;
}

.timeline-slider-wrapper .timeline-slide .timeline-date:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #f0f0f0;
}

.timeline-slider-wrapper .timeline-slide-first .timeline-date:after {
  float: right;
  width: 50%;
}

.timeline-slider-wrapper .timeline-slide-last .timeline-date:after {
  width: 50%;
}

.timeline-slider-wrapper .timeline-slide .timeline-date .timeline-date-block {
  color: #fff;
  width: fit-content;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 23px;
  background: #484848;
  margin: 0 auto;
  line-height: 1.1;
  padding: 6px 20px;
  min-width: 185px;
  border-radius: 35px;
  position: relative;
}

.timeline-slider-wrapper .timeline-slide .timeline-date:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #f0f0f0;
  bottom: -6px;
  transform: rotate(45deg);
}

.timeline-slider-wrapper .timeline-slider .flickity-button {
  width: 36px;
  height: 36px;
}

.timeline-slider-wrapper .timeline-slider .flickity-button svg {
  width: 16px !important;
  height: 16px !important;
}

.timeline-slider-wrapper .timeline-slider .flickity-page-dots .dot {
  width: 20px;
  height: 6px;
  border-radius: 9999px;
  background: #ccc;
  opacity: 1;
}

.timeline-slider-wrapper .timeline-slider .flickity-page-dots .dot.is-selected {
  background: var(--main-color);
}

@media(max-width:749px) {
  .timeline-slider-wrapper .timeline-slide {
    width: 100%;
  }
}

.boost-sd__quick-view-product-info .boost-sd__quick-view-title {
  font-weight: 400;
  font-size: 26px !important;
  margin-top: 0;
  margin-bottom: 0;
  color: #4c4c4c !important;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 6px !important;
}

.boost-sd__quick-view-product-info .boost-sd__quick-view-vendor {
  text-transform: inherit;
  margin-bottom: 14px;
}

.boost-sd__quick-view .boost-sd__modal-container .boost-sd__button:hover {
  background: transparent !important;
}

.boost-sd__quick-view .boost-sd__product-swatch-title {
  color: #4c4c4c;
}

.boost-sd__quick-view .boost-sd__tooltip .boost-sd__radio-label {
  border-radius: 0;
  text-transform: none;
}

.boost-sd__quick-view .boost-sd__quick-view-quantity-title {
  display: none;
}

.boost-sd__quick-view .boost-sd__input-number {
  min-height: 50px;
  border-radius: 5px;
  border-color: #a5a5a5;
}

.boost-sd__quick-view-quantity {
  margin-top: 10px;
  margin-bottom: 18px !important;
}

.boost-sd__quick-view .boost-sd__input-number input {
  color: #4c4c4c;
}

.boost-sd__quick-view .boost-sd__quick-view-btn .boost-sd__button {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 3px;
  min-height: 50px;
  border: 0;
}

.boost-sd__quick-view .boost-sd__quick-view-btn .boost-sd__button:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.boost-sd__quick-view .boost-sd__quick-view-btn .boost-sd__button span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.boost-sd__quick-view .boost-sd__quick-view-btn .boost-sd__button:hover {
  box-shadow: 0 3px 8px #0000001a;
}

.boost-sd__quick-view .boost-sd__quick-view-btn {
  margin-bottom: 7px !important;
}

.boost-sd__quick-view .boost-sd__quick-view-details-link {
  display: inline-block;
  color: #4c4c4c;
}

@media only screen and (min-width: 768px) {
  .boost-sd__quick-view .boost-sd__quick-view-product-info {
    padding: 14px 32px !important;
  }
}

.team-tabs-section .tab-header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-tabs-section .tab {
  cursor: pointer;
  border: 1px solid #b8b8b8;
  color: #484848;
  text-transform: uppercase;
  font-family: Montserrat;
  border-radius: 35px;
  padding: 5px 13px;
  margin: 0 5px 10px;
}

.team-tabs-section .tab.active {
  background: #484848;
  color: #fff;
  font-weight: 700;
}

.team-tabs-section .tab-content {
  display: none;
}

.team-tabs-section .tab-content.active {
  display: flex;
}

.team-tabs-section {
  background: #F0F0F0;
  padding: 55px 0 40px;
}

.team-tabs-section .team-tabs-heading h2 {
  margin-top: 0;
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}

.team-tabs-section .team-tabs-content {
  flex-wrap: wrap;
  margin-left: -25px;
}

.team-tabs-section .team-tabs-content .team-tabs-block {
  width: 33.33%;
  padding-left: 25px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.15;
  position: relative;
}

.team-tabs-section .team-tabs-content .team-tabs-block img {
  width: 100%;
}

.team-tabs-section .team-tabs-content .team-tabs-block .member-name {
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  font-family: Montserrat;
}

.team-tabs-section .team-tabs-content .team-tabs-block .member-position {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fff;
  color: #484848;
  font-family: Lato;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 10px;
}

.team-tabs-section .team-tabs-content .team-tabs-block:hover .member-position {
  background-color: var(--main-color);
  color: #fff;
}

.team-tabs-section .team-tabs-content .team-tabs-block .member-link {
  color: #4c4c4c;
  text-decoration: none;
}

@media(max-width:749px) {

  .team-tabs-section .team-tabs-content {
    margin-left: -10px;
  }

  .team-tabs-section .team-tabs-content .team-tabs-block {
    width: 50%;
    padding-left: 10px;
  }
}


.team-tabs-member-image {
  position: relative;
  line-height: 0;
}

.team-tabs-member-image-hover .team-tabs-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.team-tabs-member-image-hover:hover .team-tabs-image-hover {
  opacity: 1;
}

.team-tabs-member-image-hover:hover .team-tabs-image {
  opacity: 0;
}

.boost-sd__product-item .boost-sd__product-rating {
  width: 100%;
}

.boost-sd__product-item .boost-sd__button {
  display: block !important;
  padding: 4px 4px;
  min-height: unset !important;
  font-family: 'Lato';
  font-size: 14px;
  margin-top: 5px !important;
  color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

@media(max-width: 749px) {
  .boost-sd__product-item .boost-sd__button {
    width: 100%;
  }
}

.warning-message {
  display: none;
  color: var(--main-color);
  font-size: 14px;
}

.title-wrapper-with-link .warning-message {
  width: 100%;
  margin: 0;
  text-align: right;
}

@media(max-width: 649px) {
  .warning-message {
    text-align: left !important;
  }
}

.faq-section .faq-answer a {
  color: var(--main-color);
}

.book-image-with-text-section .book-image-with-text-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text {
  width: 50%;
  text-align: center;
  padding: 50px;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text .book-image-with-text-block {
  max-width: 625px;
  margin: 0 auto;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text .review-score {
  display: flex;
  justify-content: center;
  align-items: center;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text .review-score svg {
  margin-right: 10px;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text .review-score span {
  font-weight: 300;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text h2 {
  font-size: 50px;
  letter-spacing: 0;
  margin: 20px 0 20px;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text .info {
  font-size: 20px;
  color: #484848;
  margin-bottom: 0;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text .appointment-button {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 12px 28px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  font-family: 'Belleza';
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0px;
  cursor: pointer;
  width: 100%;
  max-width: 425px;
  min-height: 60px;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text-image {
  width: 50%;
  min-height: 670px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.book-image-with-text-section .book-image-with-text-content .book-image-with-text-image img {
  display: none;
}

@media(max-width: 998px) {

  .book-image-with-text-section .book-image-with-text-content .book-image-with-text {
    width: 100%;
    padding: 20px;
    order: 2;
  }

  .book-image-with-text-section .book-image-with-text-content .book-image-with-text-image {
    width: 100%;
    order: 1;
    background-image: none !important;
    min-height: unset;
  }

  .book-image-with-text-section .book-image-with-text-content .book-image-with-text-image img {
    display: block;
    width: 100%;
  }

  .book-image-with-text-section .book-image-with-text-content .book-image-with-text h2 {
    font-size: 26px;
    margin: 10px 0 10px;
  }

  .book-image-with-text-section .book-image-with-text-content .book-image-with-text .info {
    font-size: 15px;
  }

  .book-image-with-text-section .book-image-with-text-content .book-image-with-text .appointment-button {
    font-size: 18px;
  }

}

.book-appointment-cards {
  background-color: #F0F0F0;
}

.book-appointment-cards .heading {
  margin-bottom: 35px;
}

.book-appointment-cards .heading h2 {
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 40px;
}

.book-appointment-cards .heading .subheading {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  color: #484848;
}

@media(max-width:998px) {
  .book-appointment-cards .heading h2 {
    font-size: 26px;
  }

  .book-appointment-cards .heading .subheading {
    font-size: 15px;
  }
}

@media(min-width: 767px) {

  .collection-page .boost-sd__button--quick-view,
  .search-page .boost-sd__button--quick-view {
    position: absolute;
    bottom: 12px;
    right: 16px;
    z-index: 999;
  }
}

.footer-contact-info .footer-contact-info-row {
  margin-bottom: 5px;
}

.footer-contact-info .footer-contact-info-row .line-border {
  height: 1px;
  background: #e3e3e3;
  width: 100%;
  margin-top: 5px;
  max-width: 208px;
}

@media(max-width:749px) {
  .footer-contact-info .footer-contact-info-row .line-border {
    max-width: 100%;
  }
}

.footer-contact-info strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28.8px;
}

.footer-contact-info span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.footer-contact-info .footer-contact-info-row h2 {
  color: #4c4c4c;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 20px;
  font-stretch: extra-expanded;
  font-variant-caps: all-small-caps;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.footer-contact-info span a {
  color: #4c4c4c;
  text-decoration: none;
}

.footer-contact-info span a:hover {
  color: var(--main-color);
}

.footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block {
  border-top: solid .1rem rgba(var(--color-foreground), .08);
  padding-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col {
  width: 50%;
}

.footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col-left img {
  width: 100%;
  max-width: 220px;
}

.footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col-left .list-social {
  justify-content: flex-start;
  padding: 10px 0 20px;
  gap: 8px;
}

.footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col-left .list-social .list-social__item {
  border: 1px solid var(--main-color);
  border-radius: 50%;
}

.footer__content-bottom .footer-content-bottom-block .footer-col-left .list-social .list-social__item .list-social__link {
  padding: 8px !important;
}

.footer__content-bottom .footer-content-bottom-block .footer-col-left .list-social .list-social__item svg {
  height: 25px !important;
  width: 25px !important;
  color: var(--main-color) !important;
}

.footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col-right {
  text-align: right;
}

.footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col-right img {
  width: 100%;
  max-width: 400px;
}

@media(max-width:748px) {

  .footer__content-top {
    padding-bottom: 10px !important;
  }

  .footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block {
    border-top: 0;
    padding-top: 0;
  }

  .footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col {
    width: 100%;
  }

  .footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col-left {
    margin-bottom: 15px;
  }

  .footer__content-bottom .footer__content-bottom-wrapper-border .footer-content-bottom-block .footer-col-right {
    text-align: left;
  }
}

.swym-storefront-layout-title {
  color: var(--main-color) !important;
}

#RecentlyBlock .flickity-button {
  width: 38px;
  height: 38px;
  background: #e9e9e9;
  opacity: 1;
  box-shadow: none;
}

@media screen and (min-width: 750px) {
  #RecentlyBlock .flickity-slider {
    margin-left: 10px;
  }
}

#RecentlyBlock .flickity-button svg {
  width: 16px !important;
  height: 16px !important;
}

#RecentlyBlock .flickity-button.previous {
  left: 0;
}

#RecentlyBlock .flickity-button {
  right: 0;
}


.boost-sd__recommendation .slick-dots {
  display: none !important;
}


@media(max-width: 768px) {

  .boost-sd__recommendation .boost-sd__prev-button,
  .boost-sd__recommendation .boost-sd__next-button {
    display: block !important;
  }

  .boost-sd__recommendation {
    padding-top: 20px !important;
  }

  .boost-sd__recommendation .slick-dotted.slick-slider {
    padding-bottom: 10px !important;
  }
}

.share-collection-button {
  color: #f0515f !important;
}

.delete-list-button {
  color: #484848 !important;
}

.template-page-inner #shopify-section-custom-instafeed {
  display: block !important;
  margin-bottom: 5px;
}

.template-page-inner .newsletter.center {
  width: 100% !important;
}

.template-page-inner .feature,
.template-page-inner .article-card__image-wrapper {
  border-radius: 0 !important;
}

.template-page-inner .feature p {
  text-align: center !important;
}

.template-page-inner .articles-swiper .swiper-wrapper {
  padding-bottom: 65px;
}

.template-page-inner .testimonial-author-name {
  font-size: 14px;
  color: #484848;
}

.template-page-inner .testimonial-author img {
  margin-top: 10px;
  width: 32px;
  height: 32px;
}

.template-page-inner .insta-feed-title {
  font-size: 24px;
}

.page-new-wall .lighting-text-content,
.page-new-wall .lighting-text-content h1,
.page-new-fans .lighting-text-content,
.page-new-fans .lighting-text-content h1,
.page-new-track-rail .lighting-text-content,
.page-new-track-rail .lighting-text-content h1,
.page-new-accessories .lighting-text-content,
.page-new-accessories .lighting-text-content h1 {
  color: #484848;
}

.template-page-inner .lp-shop-by-section .heading h2 {
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .template-page-inner .insta-feed-title {
    font-size: 40px;
  }

  .template-page-inner #shopify-section-custom-instafeed {
    margin-bottom: 42px;
  }

  .template-page-inner .testimonial-author-name {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .template-page-inner .lp-shop-by-section.shop-by-section {
    padding-top: 70px;
  }

  .template-page-inner .shop-by-container .subtitle p {
    margin-bottom: 27px;
  }

  .template-page-inner .testimonial-swiper .swiper-wrapper {
    padding-bottom: 65px !important;
  }

  .template-page-inner .why-city-lights {
    padding-bottom: 30px;
  }

  .template-page-inner .testimonial-author img {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .template-page-inner .lighting-hero {
    padding-bottom: 10px !important;
  }

  .template-page-inner .lighting-hero-container {
    padding: 0 !important;
    text-align: center;
  }

  .template-page-inner .lp-shop-by-section.shop-by-section {
    padding-top: 40px;
  }

  .template-page-inner .text-column h2,
  .template-page-inner .text-column p {
    text-align: left;
  }

  .template-page-inner .custom-istafeed-section {
    margin-top: 35px;
  }
}

.career-opportunities .career-block {
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
  width: 90%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}

.career-opportunities .career-block .career-block-content {
  padding: 26px 54px 14px;
}

.career-opportunities .career-block a {
  color: var(--main-color) !important;
}

.career-opportunities .career-block a:hover .career-block-content {
  background: rgba(0, 0, 0, 0.04);
}

.career-opportunities .career-block h2 {
  color: var(--main-color) !important;
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.career-opportunities .career-block .info {
  display: flex;
  flex-wrap: wrap;
}

.career-opportunities .career-block .detail {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}

.career-opportunities .career-block .detail .detail-text {
  margin-left: 7px;
  font-size: 14px;
}

.career-opportunities .career-block .info svg {
  width: 20px;
  height: 20px;
}

.career-opportunities .button-block {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

.career-opportunities .button-block .button {
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  min-height: 50px;
}

.career-opportunities .button-block .button:before,
.career-opportunities .button-block .button:after {
  display: none;
}

@media(max-width: 767px) {

  .career-opportunities .career-block {
    width: 100%;
  }

  .career-opportunities .career-block .career-block-content {
    padding: 0;
  }

  .career-opportunities .button-block {
    width: 100%;
  }
}

button.swym-add-to-list-btn.swym-button.swym-button-1.swym-bg-2.swym-color-4 {
  background: #f0515f !important;
}

button.swym-new-wishlist-btn.swym-button.swym-button-2.swym-color-2.swym-border-color-1 {
  border: 1px solid #f0515f, ;
  background: #f0515f !important;
  color: white !important;
}

.swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-wishlist-item.swym-selected .swym-icon::before {
  color: #f0515f !important;
}

button.swym-add-to-cart-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4.swym-is-button {
  background: #f0515f !important;
}

button.swym-wishlist-add-to-cart-btn.swym-button.swym-button-1.swym-bg-2.swym-color-4.swym-is-button {
  background: #f0515f !important;
}

body:not(.page-sale) .lighting-hero-wrapper .review-score svg path,
.lighting-hero-wrapper .testimonial-line .stars svg path,
.lighting-hero-wrapper .testimonial-header .stars svg path,
.happy-customers .stars svg path,
.happy-customers .testimonial-stars svg path,
.testimonials-section .testimonial__star-ratings svg path,
.book-image-with-text-section .review-score svg path,
.text-content .stars svg path,
.join-the-trade-program-section .reviews-score svg path {
  fill: var(--main-color);
}

.lighting-hero-wrapper .review-score svg path:nth-child(5),
.book-image-with-text-section .review-score svg path:nth-child(5),
.happy-customers .stars svg path:nth-child(5),
.text-content .stars svg path:nth-child(5),
.join-the-trade-program-section .reviews-score svg path:nth-child(5),
{
fill: transparent;
stroke: var(--main-color);
}

body.page-sale [id*="multicolumn_g77LBz"] .page-width {
  padding-top: 25px;
}

body.page-sale [id*="multicolumn_g77LBz"] .title-wrapper-with-link {
  justify-content: center;
}

body.page-sale [id*="multicolumn_g77LBz"] .title-wrapper-with-link h2 {
  text-transform: uppercase;
  letter-spacing: 0;
  text-align: center;
}

body.page-sale [id*="multicolumn_g77LBz"] .subheading {
  margin: 0 0 45px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 100;
}

body.page-sale [id*="multicolumn_g77LBz"] .multicolumn-card__image-wrapper {
  max-width: 80px;
  margin: 0 auto;
}

body.page-sale [id*="multicolumn_g77LBz"] .multicolumn-card__info h3 {
  font-size: 20px;
}

body.page-sale [id*="multicolumn_g77LBz"] .multicolumn-card__info .rte {
  max-width: 255px;
  margin: 0 auto;
  font-weight: 300;
}

body.page-sale [id*="rich_text_pQkxPP"] .button {
  max-width: 280px;
  width: 100%;
}

.collection-page-inner .collection-hero--with-image .collection-hero__inner {
  flex-direction: column;
}

.collection-page-inner .collection-hero--with-image .collection-hero__text-wrapper {
  flex: 0 0 100%;
  width: 100%;
  padding: 15px 0;
}

.collection-page-inner .collection-hero--with-image .collection-hero__image-container {
  margin: 0;
}

.collection-hero-inner {
  padding-bottom: 1.7rem !important;
}

@media screen and (min-width: 992px) {
  body.page-sale [id*="multicolumn_g77LBz"] .subheading {
    font-size: 24px;
  }

  body.page-sale [id*="multicolumn_g77LBz"] .page-width {
    padding-top: 60px;
    padding-bottom: 57px;
  }
}

@media screen and (max-width: 768px) {
  body.page-sale [id*="lp_hero_banner_8fJiKV"] .lighting-hero {
    align-items: center !important;
  }

  .collection-page-inner .collection-hero--with-image .collection-hero__image-container {
    height: 11rem;
  }

  .collection-page-inner .collection-hero--with-image .collection-hero__text-wrapper {
    padding: 15px 0;
  }
}

@media screen and (max-width: 749px) {
  .collection-hero-inner.collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0;
  }
}

.article-template .article-container .article-template__content .link-button {
  color: #ffffff !important;
  background-color: var(--main-color);
  font-size: 20px;
  display: block;
  padding: 6px 45px 9px;
  cursor: pointer;
  max-width: 385px;
  width: 100%;
  margin: 10px auto;
}

@media screen and (max-width: 749px) {
  .article-template .article-container .article-template__content .link-button {
    padding: 6px 30px 9px;
    font-size: 18px;
    display: block;
    max-width: 295px;
  }
}

@media screen and (max-width: 500px) {
  .article-template .article-container .article-template__content .link-button {
    max-width: 100%;
  }
}

.article-block-image-with-text {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 55px !important;
  background: #F8F8F8;
}

.article-block-image-with-text .article-block-image {
  width: 45%;
}

.article-block-image-with-text .article-block-image img {
  width: 100%;
  margin: 0 !important;
  /* object-fit: cover;
  height: 100%; */
}

.article-block-image-with-text .article-block-image .article-image-link {
  display: block;
  line-height: 1.6;
  font-size: 14px;
  padding: 0 8px 8px;
}

@media (max-width: 649px) {
  .article-block-image-with-text .article-block-image .article-image-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.article-block-image-with-text .article-block-image-text {
  width: 55%;
  background: #F8F8F8;
  display: flex;
  align-items: center;
}

.article-block-image-with-text .article-block-image-text .article-block-image-text-content {
  padding: 20px 25px;
}

.article-block-image-with-text .article-block-image-text .article-block-image-text-content h3 {
  margin-top: 0;
  color: #000;
}

.article-block-image-with-text .article-block-image-text .article-block-image-text-content .info {
  font-size: 14px;
  line-height: 21px;
  color: #4c4c4c;
}

.article-block-image-with-text .article-block-image-text .article-block-image-text-content .article-block-image-text-link {
  display: block;
  color: #fff !important;
  background: var(--main-color);
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 18px 5px;
  margin: 30px auto 0;
  border-radius: 3px;
  text-align: center;
  line-height: 1.5;
}

@media(max-width: 649px) {

  .article-block-image-with-text {
    margin-bottom: 20px !important;
  }

  .article-block-image-with-text .article-block-image {
    width: 100%;
  }

  .article-block-image-with-text .article-block-image-text {
    width: 100%;
  }

  .article-block-image-with-text .article-block-image-text .article-block-image-text-content {
    padding: 15px;
  }

  .article-template .article-container .article-template__content h3 {
    font-size: 20px;
  }

  .article-block-image-with-text .article-block-image-text .article-block-image-text-content .article-block-image-text-link {
    margin: 25px auto 10px;
  }
}

.article-products-grid .article-product-block {
  width: calc(33.3% - 20px);
  margin-right: 20px;
  box-shadow: 0 1px 4px #8080801c;
  border: 1px solid rgba(128, 128, 128, .16);
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.article-products-grid .article-product-block:hover {
  box-shadow: 0 2px 8px #80808033;
}

.article-products-grid .article-product-block .article-product-block-top img {
  border: 0 !important;
  margin: 0 !important;
}

.article-products-grid .article-product-block .article-product-block-top h3 {
  margin-top: 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
}

.article-products-grid .article-product-block .article-product-block-top .subheading {
  display: block;
  text-align: center;
  color: #949494;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 3px;
  margin-bottom: 2px;
}

.article-products-grid .article-product-block .article-product-block-top .rating {
  text-align: center;
  line-height: 1.1;
}

.article-products-grid .article-product-block .article-product-block-top .rating img {
  max-width: 70px;
}

.article-products-grid .article-product-block .article-product-block-bottom .article-product-price {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-family: Montserrat;
  margin-top: 20px;
}

.article-products-grid .article-product-block .article-product-block-bottom .article-product-btn a {
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: fit-content;
  border-radius: 2px;
  padding: 4px 12px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.article-products .article-products-bottom-btn {
  display: block;
  width: fit-content;
  border: 2px solid var(--main-color);
  font-weight: 700;
  margin: 30px auto;
  padding: 2px 8px;
  border-radius: 3px;
}

.article-products .article-products-bottom-btn svg {
  margin-left: 5px;
}

@media(max-width: 749px) {

  .article-template .article-container .article-template__content h2 {
    font-size: 22px;
  }

  .article-products-grid .article-product-block {
    width: calc(50% - 20px);
  }
}

.article-image-block {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.article-image-block img {
  margin-bottom: 0 !important;
}

.article-template .article-container .article-template__content .article-image-link {
  color: #4d4d4d;
  display: block;
  text-align: left;
}

.article-template .article-container .article-template__content .article-image-link:hover {
  color: var(--main-color);
}

.falseVariantReturnText {
  display: none;
}

.cw-urgecy-badge {
  display: none;
}

.cw-urgecy-badge span {
  background: var(--main-color);
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  width: 82px;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.left-custom-placement-col {
  display: flex;
  align-items: center;
  gap: 10px;
}

cart-drawer.drawer {
  z-index: 2147483647 !important;
}

.boost-sd__product-item .new-badge {
  border-radius: 0;
}

.collection-page .boost-sd__button--quick-view,
.search-page .boost-sd__button--quick-view {
  border-radius: 5px;
}

.boost-sd__product-label--sale {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: -5px !important;
  left: -2px !important;
}

.boost-sd__product-label--sale .boost-sd__product-label-text {
  padding: 7px 10px !important;
}

.boost-sd__product-label-text span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}


@media (max-width: 768px) {

  .boost-sd__product-label--sale {
    top: -10px !important;
    left: -9px !important;
  }

  .boost-sd__product-label--sale .boost-sd__product-label-text {
    padding: 3.5px 7px !important;
  }

  .boost-sd__product-label-text span {
    font-size: 10px;
  }
}

.card-price-varies-with-compare .price__regular .price-item--regular {
  color: var(--main-color);
}

.card-price-varies-with-compare .price__regular .price-item--compare {
  color: #787878;
  text-decoration: line-through;
  letter-spacing: 0;
  margin-right: 0;
}

.rich-text__buttons .button {
  border-radius: 0;
  max-width: 280px;
  width: 100%;
}

.rich-text__buttons .button:before,
.rich-text__buttons .button:after {
  display: none;
}

.lp-collection-grid-section .lp-collection-grid-container {
  max-width: 1240px;
  padding: 55px 20px;
  margin: 0 auto;
}

.lp-collection-grid-header {
  text-align: center;
  margin-bottom: 35px;
}

.lp-collection-grid-header h2 {
  margin-top: 0;
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lp-collection-grid-header .subtitle {
  font-size: 24px;
  color: #1E2225;
  letter-spacing: 0;
  font-weight: 300;
}

.lp-collection-grid-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.lp-collection-grid-content .lp-grid-block {
  width: calc(25% - 30px);
}

.lp-collection-grid-content .lp-grid-block .lp-grid-block-content {
  position: relative;
  height: 374px;
}

.lp-collection-grid-content .lp-grid-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-collection-grid-content .lp-grid-block .lp-grid-block-hover-info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px 25px 20px;
  background: rgba(0, 0, 0, .4);
}

.lp-collection-grid-content .lp-grid-block .lp-grid-block-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 15px 5px 5px;
}

.lp-collection-grid-content .lp-grid-block .lp-grid-block-title span {
  color: #4D4D4D;
  font-size: 20px;
  line-height: 36px;
  display: block;
  width: 100%;
  text-align: center;
}

.lp-collection-grid-content .lp-grid-block:hover .lp-grid-block-title {
  display: none;
}

.lp-collection-grid-content .lp-grid-block:hover .lp-grid-block-hover-info {
  display: block;
}

.lp-collection-grid-content .lp-grid-block .lp-grid-block-hover-info h3 {
  margin-top: 0;
  margin-bottom: 4px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
}

.lp-collection-grid-content .lp-grid-block .lp-grid-block-hover-info span {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media(max-width: 998px) {

  .lp-collection-grid-header h2 {
    font-size: 26px;
  }

  .lp-collection-grid-header .subtitle {
    font-size: 18px;
  }

  .lp-collection-grid-content {
    gap: 5px;
  }

  .lp-collection-grid-content .lp-grid-block .lp-grid-block-content {
    height: 275px;
  }

  .lp-collection-grid-content .lp-grid-block {
    width: calc(50% - 2.5px);
  }

  .lp-collection-grid-content .lp-grid-block .lp-grid-block-title {
    display: none;
  }

  .lp-collection-grid-content .lp-grid-block .lp-grid-block-hover-info {
    display: block;
    padding: 10px;
  }

  .lp-collection-grid-content .lp-grid-block .lp-grid-block-hover-info h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .lp-collection-grid-content .lp-grid-block .lp-grid-block-hover-info span {
    font-size: 14px;
  }
}

.image-with-review-section {
  background-color: #f0f0f0;
}

.image-with-review-section .image-with-review-container {
  padding: 55px 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.image-with-review-section .image-with-review-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.image-with-review-section .image-with-review-col {
  width: calc(50% - 10px);
}

.image-with-review-section .image-with-review-col.image-col img {
  width: 100%;
}

.image-with-review-section .image-with-review-col.info-col {
  max-width: 503px;
}

.image-with-review-section .image-with-review-col.info-col h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #1E2225;
}

.image-with-review-section .image-with-review-col.info-col .info {
  padding-bottom: 5px;
}

.image-with-review-section .image-with-review-col.info-col .info p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #1E2225;
}

.image-with-review-section .image-with-review-col.info-col .info p strong {
  font-weight: 600;
}

.image-with-review-section .banner-testimonial-text {
  color: #484848;
  line-height: 1.4;
}

.image-with-review-section .testimonial-header span {
  color: #484848;
  font-size: 18px;
  font-family: Montserrat;
}

@media(max-width: 968px) {
  .image-with-review-section .image-with-review-content {
    gap: 0;
  }

  .image-with-review-section .image-with-review-col {
    width: 100%;
    max-width: 100%;
  }

  .image-with-review-section .image-with-review-col.info-col {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media(max-width: 600px) {
  .image-with-review-section .image-with-review-col.info-col h2 {
    font-size: 26px;
  }

  .image-with-review-section .image-with-review-col.info-col .info p {
    font-size: 18px;
  }
}

.tiles-section {
  background-color: #F0F0F0;
}

.tiles-section .tiles-container {
  max-width: 1328px;
  padding: 55px 20px 80px;
  margin: 0 auto;
}

.tiles-section .tiles-header {
  margin-bottom: 55px;
}

.tiles-section .tiles-header h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0;
  color: #484848;
}

.tiles-section .tiles-header .subheading {
  text-align: center;
  color: #484848;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}

.tiles-section .tiles-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}

.tiles-section .tiles-content .tiles-block {
  width: calc(25% - 8px);
  text-align: center;
  background-color: #fff;
  padding: 55px 25px 35px;
}

.tiles-section .tiles-content .tiles-block h3 {
  color: #484848;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Lato;
}

.tiles-section .tiles-content .tiles-block .info {
  color: #484848;
  font-size: 16px;
  line-height: 1.4;
}

.tiles-footer {
  text-align: center;
}

.tiles-footer .review-score {
  justify-content: center;
}

.tiles-footer .cta-button-wrapper .cta-button {
  margin-top: 0;
}

@media(max-width: 998px) {
  .tiles-section .tiles-content .tiles-block {
    width: calc(50% - 8px);
  }
}

@media(max-width: 600px) {
  .tiles-section .tiles-content .tiles-block {
    width: 100%;
  }
}

.images-grid-section .images-grid-container {
  padding: 20px 15px;
}

.images-grid-section .images-grid-container .images-grid-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.images-grid-section .images-grid-container .images-grid-content .image-block {
  width: calc(20% - 12px);
}

.images-grid-section .images-grid-container .images-grid-content .image-block img {
  width: 100%;
}

@media(max-width:749px) {
  .images-grid-section .images-grid-container .images-grid-content .image-block {
    width: calc(50% - 12px);
    margin-right: 15px;
  }

  .images-grid-section .images-grid-container .images-grid-content {
    display: block;
    gap: 0;
  }
}

.homepage-b2b-slider h2,
.homepage-b2b-slider p {
  color: #fff;
}

.homepage-b2b-slider .slideshow__text.banner__box {
  max-width: 734px;
  width: 100%;
}

.homepage-b2b-slider .banner__content {
  align-items: flex-end !important;
}

.homepage-b2b-slider .slideshow__text.banner__box h2 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 60px;
  line-height: 1.2;
}

.homepage-b2b-slider .banner__text p {
  font-size: 20px;
  font-family: Montserrat;
  line-height: 1.6;
}

.homepage-b2b-slider .review-score {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage-b2b-slider .review-score span {
  font-size: 16px;
  font-family: 'Lato';
  line-height: 1;
}

.homepage-b2b-slider .checkboxes-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.homepage-b2b-slider .checkboxes-text {
  margin-top: 25px;
}

.homepage-b2b-slider .checkboxes-text .checkbox-block {
  max-width: 180px;
}

.homepage-b2b-slider .checkboxes-text .checkbox-block svg path {
  stroke: var(--main-color);
}

.homepage-b2b-slider .checkboxes-text .checkbox-block .checkbox-block-text {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
}

.homepage-b2b-slider .buttons-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.homepage-b2b-slider .buttons-block .button:after,
.homepage-b2b-slider .buttons-block .button:before {
  display: none;
}

.homepage-b2b-slider .buttons-block .button {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat;
  border-radius: 0;
  width: calc(50% - 5px);
  height: unset;
  min-height: 60px;
  padding: 6px 5px;
}

.homepage-b2b-slider .buttons-block .button-secondary {
  background-color: #fff;
  color: var(--main-color);
}

@media(max-width:749px) {
  .homepage-b2b-slider .slideshow__text.banner__box h2 {
    font-size: 26px;
  }

  .homepage-b2b-slider .banner__text p {
    font-size: 16px;
  }

  .homepage-b2b-slider .review-score p,
  .homepage-b2b-slider .checkboxes-text .checkbox-block .checkbox-block-text {
    font-size: 12px;
  }

  .homepage-b2b-slider .buttons-block .button {
    font-size: 15px;
  }

}

.homepage-b2b-slider .slideshow__controls {
  border: 0;
}

.boost-sd__product-item .boost-sd__product-info .boost-sd__product-vendor a {
  color: #737373 !important;
}

.boost-sd__product-item .boost-sd__product-price--compare {
  color: #737373 !important;
}

.boost-sd__filter-option-item-amount {
  opacity: 1 !important;
  color: #737373 !important;
}

.homepage-collection-grid-section .lp-collection-grid-header h2 {
  font-size: 24px;
}

@media(max-width: 749px) {
  .homepage-collection-grid-section .lp-collection-grid-header h2 {
    font-size: 20px;
  }
}

.breadcrumbs-container-new-employee.breadcrumbs-container {
  max-width: 1200px;
}

.new-employee-section {
  padding-top: 60px;
  padding-bottom: 55px;
}

.new-employee-section .new-employee-container {
  max-width: 1200px;
}

.new-employee-section .new-employee-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.new-employee-section .new-employee-content .employee-block {
  width: calc(50% - 15px);
}

.new-employee-section .new-employee-content .employee-block.image-block img {
  width: 100%;
}

.new-employee-section .new-employee-content .employee-block.info-block {
  display: flex;
  justify-content: flex-end;
}

.new-employee-section .new-employee-content .employee-block.info-block .employee-block-content {
  width: 100%;
  max-width: 530px;
  text-align: center;
}

.new-employee-section .new-employee-content .employee-block.info-block .employee-block-content .employee-block-content-inner {
  margin: 0 auto;
  max-width: 500px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-badge {
  background: #FEEEEF;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto 15px;
  padding: 10.5px 28px;
  border-radius: 32px;
}

.new-employee-section .employee-block.info-block .employee-block-content h1 {
  color: #1E2225;
  font-size: 60px !important;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 7px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-small-info {
  color: #1E2225;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-icons {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-icons .employee-icon {
  width: fit-content;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-icons .employee-icon img {
  margin-bottom: 5px;
  width: 100%;
  max-width: 90px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-icons .employee-icon span {
  display: block;
  color: #484848;
  font-size: 16px;
  line-height: 1.2;
}

.new-employee-section .employee-block.info-block .employee-block-content .book-appointment-btn {
  margin-bottom: 20px;
}

.new-employee-section .employee-block.info-block .employee-block-content .book-appointment-btn button:before,
.new-employee-section .employee-block.info-block .employee-block-content .book-appointment-btn button:after {
  display: none;
}

.new-employee-section .employee-block.info-block .employee-block-content .book-appointment-btn button {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: Montserrat;
  border-radius: 0;
  min-height: 60px;
}

.new-employee-section .employee-block.info-block .employee-block-content .additional-btn-info {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.new-employee-section .employee-block.info-block .employee-block-content .additional-btn-info .abi-block {
  display: flex;
  align-items: center;
}

.new-employee-section .employee-block.info-block .employee-block-content .additional-btn-info .abi-block img {
  width: 100%;
  max-width: 18px;
  margin-right: 13px;
}

.new-employee-section .employee-block.info-block .employee-block-content .additional-btn-info .abi-block span {
  color: #1E2225;
  font-family: Montserrat;
  font-size: 14px;
  line-height: 1.6;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info {
  background: #F0F0F0;
  padding: 15px 15px 20px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info h2 {
  margin-top: 0;
  color: #1E2225;
  font-family: Montserrat;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 3px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info p {
  margin-top: 0;
  font-family: Montserrat;
  color: #1E2225;
  font-size: 14px;
  line-height: 1.6;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row {
  display: flex;
  justify-content: space-between;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row .eci-row-block {
  width: calc(28% - 5px);
  line-height: 1.4;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row .eci-row-block-location {
  width: calc(44% - 5px);
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row .eci-row-block svg {
  min-height: 35px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row .eci-row-block span {
  display: block;
  color: #484848;
  line-height: 1.4;
  font-size: 18px;
  margin: 7px auto 3px;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row .eci-row-block a {
  font-size: 14px;
  line-height: 1.4;
  color: #484848;
  display: block;
  margin: 0 auto;
}

.new-employee-section .employee-block.info-block .employee-block-content .employee-icons-4 .employee-icon {
  width: calc(25% - 3.75px);
}

@media(max-width: 1120px) {
  .new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row .eci-row-block a {
    word-break: break-all;
  }
}

@media(max-width: 968px) {
  .new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row .eci-row-block a {
    word-break: break-all;
  }

  .new-employee-section .new-employee-content .employee-block {
    width: 100%;
  }

  .new-employee-section .new-employee-content .employee-block.info-block .employee-block-content,
  .new-employee-section .new-employee-content .employee-block.info-block .employee-block-content .employee-block-content-inner {
    max-width: 100%;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .employee-icons-4 {
    flex-wrap: wrap;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .employee-icons-4 .employee-icon {
    width: calc(50% - 7.5px);
  }

}

@media(max-width: 600px) {

  .new-employee-section .employee-block.info-block .employee-block-content .additional-btn-info .abi-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .additional-btn-info .abi-block img {
    margin-right: 0;
    max-width: 24px;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info h2 {
    font-size: 16px;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info p {
    font-size: 14px;
  }

  .new-employee-section {
    padding-bottom: 30px;
  }

  .new-employee-section .employee-block.info-block .employee-block-content h1 {
    font-size: 42px !important;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .employee-small-info {
    font-size: 16px;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .employee-icons .employee-icon span {
    font-size: 14px;
    line-height: 1.4;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .additional-btn-info .abi-block span {
    text-align: center;
  }

  .new-employee-section .employee-block.info-block .employee-block-content .employee-contact-info-row {
    flex-wrap: wrap;
  }
}

.employee-info-section {
  background: #F0F0F0;
}

.employee-info-section .employee-info-container {
  max-width: 994px;
  padding-top: 55px;
  padding-bottom: 40px;
}

.employee-info-section .employee-info-container h2 {
  color: #1E2225;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 18px;
}

@media(max-width: 600px) {
  .employee-info-section .employee-info-container h2 {
    font-size: 26px;
  }
}

.employee-info-section .employee-info-container .info-block p {
  margin-top: 0;
  color: #1E2225;
  font-family: 'Montserrat';
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

.employee-info-section .employee-info-container .info-block a {
  color: #1E2225;
}

@media(max-width: 600px) {
  .employee-info-section .employee-info-container .info-block p {
    font-size: 16px;
  }
}

.new-badge {
  position: absolute;
  top: -5px;
  right: -2px;
  background-color: var(--main-color);
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 900;
  padding: 8px 10px;
  border-radius: 3px;
  z-index: 10;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .new-badge {
    top: -10px;
    right: -9px;
    padding: 4.5px 7px;
    font-size: 10px;
  }
}

body.page-tom-dixon #shopify-section-custom-instafeed,
body.page-wac-variation #shopify-section-custom-instafeed  {
  display: none;
}
body.page-wac-variation .custom-code .time {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #484848;
  font-family: Outfit;
}
body.page-wac-variation .custom-code .time img {
  margin-right: 15px;
}