/** Shopify CDN: Minification failed

Line 7026:57 Unexpected "{"

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.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: var(--media-radius);
  --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 1.5rem;
}

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 3rem;
  }

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

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

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

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

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

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@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), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  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;
}

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

.link,
.customer a {
  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), 0.75);
}

.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-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  Focus ring - inset
*/

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

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

/*
  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 3rem;
  }

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

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

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

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

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

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

.title-wrapper-with-link a {
  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% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 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: rgba(var(--color-button), var(--alpha-button-background));
}

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

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

.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), 0.75);
  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: 2;
}

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

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

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

.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:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2.5rem;
  width: 2.5rem;
  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;
}

account-icon {
  display: flex;
}

/* 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), 0.75);
}

.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: var(--media-radius);
  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;
    transform: 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. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

/* New Css ========================================================================= */

/* ====================== New Header CSS ============================== */

.header-contact-sec, .free-shippping-announce, .wish-list-sec{
  display:none;
}
.free-shippping-announce{
  grid-area:shipping;
}
.header.header--top-left{
  grid-template-areas:
  "heading icons icons"
  "navigation navigation shipping";
  grid-template-columns: auto 1fr auto;
  position: relative;
}
.header-wrapper{
  border-bottom-width: 2px;
}
.header-wrapper:before{
  content:"";
  background: #191919;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.header.header--top-left .link--text, .header.header--top-left .header__menu-item{
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.2rem 1.8rem;
  text-decoration: unset !important;
}
.header.header--top-left summary.header__menu-item{
  padding-right:3.2rem;
}

.header.header--top-left .link--text span, .header.header--top-left .header__menu-item span{
  text-decoration: unset !important;
  text-underline-offset: 0 !important;
}
.free-shippping-announce .announce-wrap{
  display: flex;
  align-items: center;
  border: 1px solid #2E2E2E;
  border-top: 0;
  border-bottom: 0px;
  color: #fff;
  gap: 1rem;
  padding: 0 2rem;
  height: 4.8rem;
}
.free-shippping-announce .announce-wrap span{
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  top: 1px;
}
.free-shippping-announce .announce-wrap span b{
  font-weight: 600;
  padding-right: 3px;
}
.free-shippping-announce .announce-wrap .icon{
  top: 0px;
}
.header.header--top-left .header__inline-menu{
  margin-top: 0;
  margin-left: -1.6rem;
  height: 4.8rem;
}
.header__menu-item .icon-caret{
  height: 0.8rem;
  top: calc(50% - .4rem);
  right: 1.4rem;
  
}
.header--top-left .header__icons{
  justify-self: self-start;
  padding-right: 0;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: .5rem;
  gap: 0;
  padding-bottom: 2rem;
}
.header--top-left .header__icons .iWishView{
  display: flex;
    align-items: center;
    justify-content: center;
}
.header--top-left .header__icons .iWishCount{
  display:none;
}
.header__icon--cart .icon{
  width: 2.5rem;
  height: 2.5rem;
}
.header--top-left .header__icon--cart{
  border: 1px solid #D6D6D6;
  background: #EEECEE;
  margin: 0;
  width: auto;
  height: auto;
  padding: 6px 6px;
  text-decoration: none;
  text-underline-offset: 0;
  margin-left: 1rem;
  justify-content: flex-start;
  position: absolute;
    width: 100px;
}
.header--top-left .header__icon--cart .cart-count-bubble{
  display:none;
}
.header--top-left .header__icon--cart+.cart-price{
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0;
  line-height: 1;
  padding: 0 8px;
  position: relative;
  min-width: 105px;
  text-align: right;
}
.header--top-left .header__icon--cart .icon-cart{
  z-index:2;
}
.header.header--top-left .header-contact-sec{
  align-items: center;
  gap: 40px;
  padding: 0 40px;
}
.header-contact-sec .contact-wrap{
  display: flex;
  align-items: center;
}
.header-contact-sec .contact-wrap span{
  display: flex;
  align-items: center;
  color: #000;
}
.header-contact-sec .contact-wrap span svg{
  cursor:pointer;
}
.header-contact-sec .contact-wrap p{
  margin: 0;
  font-weight: 600;
}
.header-contact-sec .contact-wrap a{
  text-decoration: unset;
  color: #000;
  letter-spacing: .4px;
}
.header-contact-sec .contact-wrap div{
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.35;
  /* padding-left: 10px; */
}
.header.header--top-left .header__search .header__icon--search{
  height: auto;
  width: auto;
  border: 1px solid #D6D6D6;
  background: #EFEFEF;
  padding: 11px 18px;
  color: #7C7C7C;
  font-size: 11px;
  min-width: 490px;
  text-align: left;
  text-decoration: none;
}
.header.header--top-left .header__search .header__icon--search span{
  justify-content: flex-start;
  font-family:var(--font-body-family) !important;
}
.header.header--top-left .header__search .header__icon--search span span{
  padding-left: 10px;
}
.header.header--top-left .header__search .header__icon--search .icon-search{
  height: 1.5rem;
  width: 1.5rem;

}
.header.header--top-left .list-menu--inline{
  height: 100%;
  align-items: center;
}
.header.header--top-left .header__heading-link{
  padding: 0px 2rem 1.5rem 0.75rem;
}
.header-wrapper--border-bottom .mega-menu__content{
  width: calc(100vw - 17px);
  left: 50%;
  transform: translate(-50%, -1.5rem) !important;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.mega-menu[open] .mega-menu__content{
  transform: translate(-50%, 0) !important;
}
.mega-menu__content .mega-menu__link{
  text-decoration: none !important;
}
.search__input.field__input{
  outline:0px !important;
  box-shadow:none;
}

.wish-list-sec{
  width: 3rem;
}

@media screen and (min-width: 1900px){
  .header.header--top-left .header__search .header__icon--search{
    min-width: 530px;
  }
}

@media screen and (max-width: 1500px) {
  .header-wrapper--border-bottom .mega-menu__content{
    width: 100vw;
  }
}


@media screen and (max-width: 1430px) {
  .header.header--top-left .header__search .header__icon--search{
    min-width: 350px;
    min-width: 420px;
  }
  .header.header--top-left .header-contact-sec {
    gap: 30px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1300px) {
  .header.header--top-left .header__search .header__icon--search{
    min-width: 380px;
  }
  .header.header--top-left .header-contact-sec {
    gap: 20px;
    padding: 0 20px;
  }
  .header--top-left .header__icons{
    gap:0;
  }
}
@media screen and (max-width: 1240px){
   .header.header--top-left .header__search .header__icon--search{
      min-width: 320px;
    }
}
@media screen and (max-width: 1200px){
  .header--top-left .header__icons {
    gap: 0;
  }
  .header--top-left .header__icon--cart{
    margin-left: 0;
  }
  .header-contact-sec .contact-wrap div{
    padding-left:0px;
  }
  .header.header--top-left .header-contact-sec {
    gap: .8rem;
    padding: 0 .8rem;
  }
  .header.header--top-left .header__heading-link{
    max-width:200px;
  }
  .header.header--top-left .header__search .header__icon--search {
    min-width: 220px;
    padding: 11px 11px;
  }
  .header.header--top-left .header__icon{
    width:4rem;
    height:4rem;
  }
  .header.header--top-left .header__icon--cart{
    width: 100px;
    height: auto;
    padding: 6px 8px;
    margin-left: 6px;
  }
  .header.header--top-left .link--text, .header.header--top-left .header__menu-item{
    font-size: 12px;
    padding: 1.2rem 1.5rem;
  }
  .header.header--top-left .header__heading .header__heading-link{
    padding-top:0px;
    padding-bottom:2rem;
  }
  .header.header--top-left .link--text.header__heading-link{
    padding-left: .75rem;
  }
  .header.header--top-left summary.header__menu-item{
    padding-right: 3rem;
  }
  .free-shippping-announce .announce-wrap{
    padding: 0 1.5rem;
  }
  .free-shippping-announce .announce-wrap span {
    font-size: 10px;
  }
  .header__menu-item .icon-caret {
    height: .6rem;
  }
}

@media screen and (min-width: 990px){
  .header.header--top-left .free-shippping-announce,
  .header.header--top-left .wish-list-sec{
    display:block;
  }
  .header.header--top-left .header-contact-sec{
    display:flex;
  }
}

@media screen and (max-width: 989.5px){
  .header-wrapper:before{
    background:transparent;
  }
  .header.header--top-left header-drawer{
    margin:0;
    grid-area:drawer-menu;
  }
  .header.header--top-left{
    grid-template-areas: "drawer-menu heading icons";
    grid-template-columns: auto auto 1fr;
    padding-bottom: 5rem;
    justify-content: flex-start;
    gap: 3rem;
  }
  .header.header--top-left .link--text,
  .header.header--top-left .header__menu-item{
    font-size: 16px;
    color: #000;
    padding: 1.6rem 3rem;
  }
  .header.header--top-left .header__heading .link--text{
    padding: 0;
  }
  .header.header--top-left .menu-drawer__menu li{
    margin-bottom:0px;
    border-bottom: 1px solid #eee;
  }
  .header.header--top-left .menu-drawer__navigation{
    padding: 0rem 0;
  }
  .header.header--top-left .menu-drawer{
    margin-top: -1px;
  }
  .header.header--top-left .menu-drawer__inner-submenu .menu-drawer__menu-item{
    font-size:14px;
    font-weight:400;
  }
  .header.header--top-left .menu-drawer__navigation .header-contact-sec{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.6rem 2rem;
    border-bottom: 1px solid #eee;
    gap: 1.5rem;
  }
  .header.header--top-left .header__search{
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  .header.header--top-left .header__search details{
    width: 100%;
  }
  .header.header--top-left .header__search .header__icon--search{
    min-width: 100%;
    padding: 11px 3.2rem;
  }
  .header-wrapper {
    border-bottom-width: 0px;
  }
  .header.header--top-left .header__search .header__icon--search span {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .header.header--top-left .header__icon--cart{
    margin-left: 10px;
  }
  .header--top-left .header__icons{
    padding-bottom:0;
  }
  .modal__close-button .icon{
    min-width: 1.7rem;
  }
  .section-header .header__search .search-modal{
    height: 70px;
  }
  .search-modal__content {
        padding: 0 3.2rem;
  }
  .header--top-left .header__icon--cart .cart-count-bubble{
    display:flex;
  }
  .header.header--top-left .header__icon--cart+.cart-price{
    display:none;
  }
  .header.header--top-left .header__icon--cart{
    position: relative;
    width: auto;
  }
   .header.header--top-left .header__icon--cart {
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 0;
    background: transparent;
    border: 0;
  }
  .header.header--top-left .header__icon.wish-list-sec{
    width: 2rem;
  }
   .header__icon--menu .icon.icon-hamburger{
    height: 2.7rem;
        width: 2.5rem;
    margin-top: -1px;
  }
  .header.header--top-left{
    gap:10px;
  }
  .header.header--top-left .header__heading .link--text{
    padding-right: 20px;
  }
  .search-modal__content{
    padding: 0 3.2rem;
    justify-content: flex-start;
  }
  .search-modal__content .search.search-modal__form{
    width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 749px){
  .header.header--top-left{
    padding: 1rem 1.5rem 4rem;
    gap: 1rem;
  }
  .header.header--top-left .header__icon--cart {
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 0;
    background: transparent;
    border: 0;
  }
  .header--top-left .header__icon--cart .cart-price{
    display:none;
  }
  .header.header--top-left .header__icon{
    display: flex !important;
  }
  .header.header--top-left  .header__icon--menu .icon{
    left: 1.5rem;
  }
  .header.header--top-left .header__search .header__icon--search{
    padding: 11px 1.5rem;
  }
  .header.header--top-left .header__search .header__icon--search span{
    width: 100%;
  }
  .header.header--top-left .header__search .header__icon--search span span{
    justify-content: flex-end;
    padding-left: 0;
  }
  .cart-count-bubble{
    left: 1.5rem;
  }
  .header__icon--menu .icon{
    height: 1.5rem;
    width: 1.5rem;

  }
  .header__icon--menu .icon.icon-hamburger{
    height: 1.75rem;
        width: 1.75rem;
    margin-top: -1px;
  }
  .header.header--top-left{
    gap:0;
  }
  .header.header--top-left .header__heading .link--text{
    padding-right: 20px;
  }
  .header.header--top-left .header__icon.wish-list-sec{
    width: 2rem;
  }
  .search-modal__content{
    padding: 0 1.5rem;
    justify-content: flex-start;
  }
  .search-modal__content .search.search-modal__form{
    width: calc(100% - 5rem);
  }
  .header__heading-logo{
    max-width: 120px;
  }
}

/* ======================================= Footer ====================================== */

footer.footer .footer__content-bottom{
  border-top: 1px solid #C9C9C9;
  background: #fff;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2.8rem 0;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper{
  justify-content: space-between;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__content-bottom-wrapper.page-width{
  padding: 0;
  display: flex;
  max-width: unset;
  width: auto;
  margin: 0;
  flex-wrap: wrap;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper.pay_ment{
  order:2;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper.pay_ment ul{
  list-style: none;
    gap: 2px;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__payment{
  margin:0;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper.copy_rigt{
  order:1;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright{
  margin:0;
}
footer.footer .footer__content-bottom .footer__content-bottom-wrapper .footer__copyright .copyright__content{
  font-size:14px;
  text-transform: capitalize;
}
footer.footer .footer__content-bottom .site-logo{
  order:3;
}
footer.footer .footer__content-bottom .site-logo a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 2px;
}
footer.footer .footer__content-bottom .site-logo span{
  color: #828282;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}
footer.footer .footer__content-top{
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}
footer.footer .footer__content-top .footer__blocks-wrapper{
  background: #fff;
  padding: 5rem 0;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu{
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 3rem;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer .footer__content-top .footer__blocks-wrapper .list-menu__item{
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  text-decoration: none !important;
}
footer.footer .footer__content-top .footer-block--newsletter{
  margin: 0;
  padding: 1rem 0;
}
footer.footer .footer__content-top .footer-block--newsletter .page-width{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.footer .footer__content-top .footer-block--newsletter .footer-block__heading{
  order:1;
  font-size:16px;
  font-size:14px;
  padding-left: 10px;
  font-weight:500;
  margin:0;
  text-transform:uppercase;
}
footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter{
  order:3;
  max-width: 46rem;
  margin-right: 0;
}
footer.footer .footer__content-top .footer-block--newsletter .footer__list-social{
  order:2;
}
footer.footer .footer__content-top .footer-block--newsletter  .newsletter-form__field-wrapper{
  max-width: 100%;
}
footer.footer .footer__content-top .footer-block--newsletter .newsletter-form{
  max-width: 100%;
}
footer.footer .footer__content-top .footer-block--newsletter  .newsletter-form__field-wrapper .field__input{
  border: 1px solid #D6D6D6;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-left: 55px;
}
footer.footer .footer__content-top .footer-block--newsletter  .newsletter-form__field-wrapper .field__input::placeholder{
  text-transform: uppercase;
}
footer.footer .footer__content-top .footer-block--newsletter  .newsletter-form__field-wrapper .field__label{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 36px;
  padding-top: 3px;
}
footer.footer .footer__content-top .footer-block--newsletter  .newsletter-form__field-wrapper .newsletter-form__button{
  color:#000;
}
footer.footer .footer__content-top .footer-block--newsletter  .newsletter-form__field-wrapper .field__input:focus~.field__label{
  font-size: 12px;
  padding-top: 0;
}
footer.footer .footer__content-top .footer-block--newsletter  .newsletter-form__field-wrapper .email-icon{
  position: absolute;
  left: 0;
  z-index: 1;
  left: 15px;
  top: 12px;
}
footer.footer .footer__content-top .footer-block--newsletter .list-social__link{
  padding: 0 .25rem;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content li{
  margin:0;
}
@media screen and (max-width: 1300px){
   footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter {
    max-width: 36rem;
  }
}

@media screen and (max-width: 1260px){
  footer.footer .footer__content-top .footer-block--newsletter .footer-block__heading{
    font-size: 12px;
    font-size: 9px;
  }
  footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter {
    max-width: 32rem;
  }
  footer.footer .footer__content-top .footer-block--newsletter .list-social__link img{
    width: 26px;
    height: 26px;
  }
  footer.footer .footer__content-top .footer__blocks-wrapper{
    padding: 3rem 0;
  }
  footer.footer .footer__content-bottom{
    padding: 2rem 0;
  }
}

@media screen and (max-width: 990px){
  footer.footer .footer__content-bottom{
    padding: 1.5rem 0 1rem;
  }
  footer.footer .footer__content-bottom .footer__content-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  footer.footer .footer__content-top .footer-block--newsletter .page-width{
    flex-wrap: wrap;
    gap: 1rem;
  }
  footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter {
      max-width: 100%;
  }
  footer.footer .footer__content-top .footer__blocks-wrapper .list-menu__item{
    font-size: 13px;
  }
  footer.footer .footer__content-top .footer-block--newsletter .page-width{
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__follow-on-shop{
    order:4;
  }
}

@media screen and (max-width: 749px){
  footer.footer .footer__content-top .footer__blocks-wrapper{
    margin:0px;
    padding: 2rem 0;
  }
  footer.footer .footer__content-bottom .footer__content-bottom-wrapper.pay_ment .footer__column{
    padding:0px;
  }
  footer.footer .footer__content-bottom .footer__content-bottom-wrapper.pay_ment ul{
    padding:0px;
  }
  footer.footer .footer__content-top .footer__blocks-wrapper .footer-block__details-content{
    margin:0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.65rem;
  }
  footer.footer{
    background: #fff;
  }
  footer.footer .footer__content-top .footer-block--newsletter .page-width{
    padding: 0;
    gap: 0;
    flex-direction: column;
  }
  footer.footer .footer__content-top .footer-block--newsletter .footer-block__newsletter{
    width:100%;
  }
  footer.footer .footer__content-top .footer-block--newsletter{
    padding: 0rem 0;
  }
  footer.footer .footer__content-top .footer-block--newsletter .footer-block__heading{
    background: #191919;
    padding: 1.5rem 1.5rem 0;
    width: 100%;
    text-align: center;
    color:#D0D0D0;
    line-height: 1.5;
  }
  footer.footer .footer__content-top .footer-block--newsletter .footer__list-social{
    width: 100%;
    background: #191919;
    padding: 1.5rem 1.5rem;
    margin: -1px 0 0;
    gap: 6px;
  }
  footer.footer .footer__content-top .footer__blocks-wrapper .footer-block--menu{
    padding: 0px 1.5rem;
  }
  footer.footer .footer__content-top .footer__blocks-wrapper .list-menu__item{
    font-size: 16px;
  }
   .footer__follow-on-shop{
     margin-top: 12px;
   }
}

/* ============================= Image Banner Section ===================================== */

.banner.banner--content{
  flex-direction: column;
}
.banner.banner--content .banner__media.background-image{
  /* position: relative; */
}
.img_text_wrap{
  position: absolute;
  left: 50%;
  max-width: var(--page-width);
  margin: 0 auto;
  width: 100%;
  transform: translateX(-50%);
  z-index: 2;
  height: 100%;
  overflow:hidden;
}
.banner.banner--content .img_text_wrap .banner__media{
  left: unset;
  right: 0;
  width:calc(100% - 570px);
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner-sec.banner.banner--content .img_text_wrap .banner__media{
  height: 170%;
  top: 63%;
  top: 45%;
  right: -1%;
}
@media screen and (min-width: 2500px){
  .main-banner-sec.banner.banner--content .img_text_wrap .banner__media{
    height: 140%;
  }
}

.banner.banner--content .banner__content{
  padding:0 1.5rem;
  right: unset;
  left: 0;
  width: 570px;
  margin: 0;
  height: 100%;
}
.banner.banner--content .banner__content .banner__box{
  padding: 0;
  /* max-width: 500px; */
  background:transparent;
}
.banner.banner--content .banner__content .banner__heading{
  font-size: 48px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  /* max-width: 500px; */
}
.banner.banner--content .banner__content .banner__text p{
  font-size: 16px;
  font-weight: 500;
  color:#EDEDED;
}
.banner.banner--content .banner__box>*+.banner__buttons {
    margin-top: 5rem;
}
.banner.banner--content .banner__buttons{
  gap: 0;
  /* max-width: 500px; */
  width:100%;
}
.banner.banner--content .banner__buttons .button{
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #2A2A2A;
  min-width: auto;
  width: 50%;
  min-height: 45px;
  padding: 0;
}
.main-banner-sec.banner.banner--content .banner__buttons .button.button--secondary{
  padding-left: 30px;
}
.banner.banner--content .banner__buttons .button.button--secondary{
  opacity: 1;
  border-color:transparent;
}
.banner.banner--content .banner__buttons .button.button--secondary:hover{
  /* border-color:#fff; */
  cursor:pointer;
}
.banner.banner--content .banner__buttons .button.button--secondary:after{
  box-shadow:none;
}
.banner.banner--content .banner__buttons .button.button--primary:after{
  background:url('/cdn/shop/files/Vector_3.png?v=1724161066');
  background-repeat: no-repeat;
  background-position: 96% center;
  box-shadow: none;
}

.banner.banner--content .img_text_wrap .banner__media{
  background-color:transparent;
}

.main-banner-sec.banner.banner--content .banner__buttons .button{
  justify-content: flex-start;
    padding-left: 14px;
}
.main-banner-sec.banner.banner--content .banner__buttons .button.button--primary:after{
  background-position: calc(100% - 14px) center;
}

@media screen and (min-width: 1200px) and (max-width: 1800px){
  .main-banner-sec.banner.banner--content{
    min-height:500px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  .main-banner-sec.banner.banner--content .img_text_wrap .banner__media {
    height: 149%;
    top: 59%;
  }
}

@media screen and (min-width: 1200px) {
  .banner.banner--content .banner__box>*+.banner__buttons {
    margin-top: 5rem;
  }
  .banner__box .banner__heading+.banner__text{
    margin-top: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .banner.banner--content .banner__content{
    padding:0 3rem;
  }
  .main-banner-sec.banner.banner--content .banner__content{
    padding-left: 4.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner__box .banner__heading+.banner__text{
    margin-top: 1rem;
  }
  .banner.banner--content .banner__box>*+.banner__buttons {
    margin-top: 3rem;
  }
  .banner.banner--content .banner__content {
    padding: 0 0 0 3rem;
    width: 540px;
  }
  .banner.banner--content .img_text_wrap .banner__media{
    right: 0%;
    width: calc(100% - 540px);
  }
  .banner.banner--content .banner__content .banner__heading {
    font-size: 32px;
    max-width: 400px;
  }
}

@media screen and (max-width: 989px) {
  .banner.banner--content .banner__content {
    padding: 0 3.2rem;
    width: 100%;
    justify-content: center;
    text-align: center;
    z-index: 7;
  }
  .banner.banner--content .banner__content .banner__box{
    text-align: center;
    max-width: 500px;
  }
  .banner.banner--content .img_text_wrap .banner__media{
    width: 100%;
    height: 100%;
    top: 0;
    transform: unset;
  }
  .banner.banner--content .banner__content .banner__heading{
    margin: 0 auto;
  }
  .main-banner-sec.banner.banner--content .banner__buttons .button{
      padding-left: 18px;
  }
  .main-banner-sec.banner.banner--content .banner__buttons .button.button--primary:after{
    background-position: calc(100% - 18px) center;
  }
}

@media screen and (max-width: 989.5px) {
  .banner.banner--content{
    min-height: 615px;
    max-height: 60vh;
  }
  .main-banner-sec.banner.banner--content .img_text_wrap .banner__media{
    top: unset;
    right: 0%;
    bottom: -70%;
  }
  .main-banner-sec.banner.banner--content .img_text_wrap .banner__media:before{
    padding-bottom:100% !important;
  }
  .banner.banner--content .banner__content{
    align-items: flex-start;
    padding-top: 5rem;
  }
}

@media screen and (max-width: 749px) {
  .banner.banner--content .banner__buttons .button.button--secondary{
    display:none;
  }
  .banner.banner--content .banner__buttons{
    width:250px;
  }
  .banner.banner--content .banner__content{
    padding: 4rem 1.5rem 0;
  }
  .banner.banner--content .banner__content .banner__heading{
    font-size: 24px;
    max-width: 265px;
  }
  .banner.banner--content .banner__content .banner__text p{
    color:#A3A3A3;
    font-size:14px;
    font-weight:500;
  }
  .banner.banner--content .banner__buttons .button.button--primary:after{
    background-position: 92% center;
  }
  .banner.banner--content {
        min-height: 400px;
        max-height: 50vh;
  }
  .main-banner-sec.banner.banner--content .img_text_wrap .banner__media{

    bottom: 0;
    height: 50%;
  }
  .main-banner-sec.banner.banner--content .img_text_wrap .banner__media:before {
    padding-bottom: 50% !important;
  }
}

/* ============== 2nd banner section ================= */

.discover-sec .banner__media:after{
  background:transparent;
  display:none;
}
.discover-sec.banner.banner--content .banner__buttons .button.button--primary:after{
  display:none;
}
.discover-sec.banner.banner--content .banner__content{
  padding:0 0 0 3rem;
}
.discover-sec.banner.banner--content .banner__content{
  width: 595px;
}
.discover-sec.banner.banner--content .img_text_wrap .banner__media{
  width: calc(100% - 595px);
  overflow: unset;
  height: 110%;
  top: 45%;
  background-color:transparent;
}
.discover-sec.banner.banner--content .img_text_wrap .banner__media img{
  width: 71%;
  width: 82%;
  margin-left: auto;
  right: 3rem;
}
.discover-sec.banner.banner--content .img_text_wrap{
  overflow: unset;
}
.discover-sec.banner.banner--content .banner__buttons .button{
  min-width: 250px;
}
.banner.banner--content.discover-sec{
  margin-top: 40px;
}

@media screen and (min-width: 1200px) and (max-width: 1800px){
  .discover-sec.banner.banner--content{
    min-height:500px;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media img{
    width: 85%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
  .discover-sec.banner.banner--content .img_text_wrap .banner__media{
    width: calc(100% - 440px);
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px){
  .discover-sec.banner.banner--content .img_text_wrap .banner__media{
    width: calc(100% - 500px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) and (max-height: 850px){
  .discover-sec.banner.banner--content{
    min-height:520px;
  }
}

@media screen and (min-width: 2500px){
  .discover-sec.banner.banner--content .img_text_wrap .banner__media img {
    width: 100%;
    left: -10rem;
  }
}

@media screen and (max-width: 1200px){
  .discover-sec.banner.banner--content .img_text_wrap .banner__media {
    width: 460px;
  }
  .discover-sec.banner.banner--content .banner__content {
    width: calc(100% - 460px);
    justify-content: flex-start;
  }
  .discover-sec.banner.banner--content .banner__content .banner__text p{
    max-width: 520px;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media img {
    width: 100%;
  }
  .banner.banner--content.discover-sec{
    min-height:318px;
  }
}

@media screen and (max-width: 989.5px) {
  .discover-sec.banner.banner--content{
    min-height: 718px;
    max-height: 70vh;
  }
  .discover-sec.banner.banner--content .banner__content{
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 5rem 3rem 3rem;
  }
  .banner__buttons{
    justify-content: center;
  }
  .discover-sec.banner.banner--content .img_text_wrap{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    overflow: hidden;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media{
    max-width: 100%;
    height: auto;
    width: 70%;
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media:before{
    padding-bottom:75% !important;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media img{
    right: 0;
  }
  .discover-sec.banner.banner--content .banner__content .banner__heading+.banner__text{
    margin-top:2rem;
  }
}

@media screen and (max-width: 749px){
  .discover-sec.banner.banner--content .banner__content{
    padding: 6rem 1.5rem 1rem;
  }
  .discover-sec.banner.banner--content .banner__content .banner__heading {
        max-width: 300px;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media{
    width: 90%;
    right: 3%;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media img{
    width:100%;
  }
  .discover-sec.banner.banner--content .img_text_wrap .banner__media:before {
        padding-bottom: 67% !important;
  }
  .discover-sec.banner.banner--content {
        min-height: 515px;
        max-height: 65vh;
  }
  .banner.banner--content.discover-sec{
    margin-top:0px;
  }
}

/* ============== 3rd banner section ================= */


.partner-sec .banner__media:after{
  background:transparent;
  display:none;
}
.partner-sec.banner.banner--content .banner__buttons .button.button--primary:after{
  display:none;
}
.partner-sec.banner.banner--content .banner__content{
  padding:0 0 0 3rem;
}
.partner-sec.banner.banner--content .banner__content{
  width: 560px;
}
.partner-sec.banner.banner--content .img_text_wrap .banner__media{
  width: calc(100% - 560px);
  overflow: unset;
  height: 110%;
  top: 45%;
}
.partner-sec.banner.banner--content .img_text_wrap .banner__media img{
  width: 71%;
  left: 3rem;
}
.partner-sec.banner.banner--content .img_text_wrap{
  overflow: unset;
}
.partner-sec.banner.banner--content .banner__buttons .button{
  min-width: 280px;
}
.partner-sec.banner.banner--content .banner__content .banner__heading{
  position:relative;
  padding-left: 10rem;
}
.partner-sec.banner.banner--content .banner__content .banner__heading:before{
  content:"";
  background:url('/cdn/shop/files/image_24_1.png?v=1724241523');
  background-repeat: no-repeat;
  width: 12rem;
  height: 12rem;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
}
@media screen and (min-width: 1200px) and (max-width: 1800px){
  .partner-sec.banner.banner--content{
    min-height:500px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) and (max-height: 850px){
  .partner-sec.banner.banner--content{
    min-height:470px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  .partner-sec.banner.banner--content .img_text_wrap .banner__media img {
    width: 82%;
  }
}

@media screen and (min-width: 2500px){
  .partner-sec.banner.banner--content .img_text_wrap .banner__media img {
    width: 100%;
    left: -10rem;
  }
}



@media screen and (max-width: 1200px){
  .partner-sec.banner.banner--content .banner__content .banner__heading:before{
    width: 4.5rem;
    height: 8rem;
  }
  .partner-sec.banner.banner--content .img_text_wrap .banner__media {
    width: 460px;
    right: unset;
    left: 470px;
  }
  .partner-sec.banner.banner--content .banner__content {
    width: calc(100% - 460px);
    justify-content: flex-start;
  }
  .partner-sec.banner.banner--content .banner__content .banner__text p{
    max-width: 520px;
  }
  .partner-sec.banner.banner--content .img_text_wrap .banner__media img {
    width: 100%;
  }
  .banner.banner--content.partner-sec{
    min-height:330px;
  }
}

  @media screen and (max-width: 989.5px) {
  .partner-sec.banner.banner--content{
    min-height: 740px;
    max-height: 72vh;
  }
  .partner-sec.banner.banner--content .banner__content{
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 5rem 3rem 1rem;
  }
  .partner-sec.banner.banner--content .img_text_wrap{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    overflow: hidden;
  }
  .partner-sec.banner.banner--content .img_text_wrap .banner__media{
    max-width: 100%;
    height: auto;
    width: 70%;
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
  }
  .partner-sec.banner.banner--content .img_text_wrap .banner__media:before{
    padding-bottom:80% !important;
  }
  .partner-sec.banner.banner--content .img_text_wrap .banner__media img{
    right: 0;
    left:0
  }
  .partner-sec.banner.banner--content .banner__content .banner__heading{
    max-width: 100%;
    padding: 9rem 0 0;
  }
  .partner-sec.banner.banner--content .banner__content .banner__heading:before {
      left: 50%;
      transform: translateX(-50%);
  }
    .partner-sec.banner.banner--content .banner__media .first_dsktop{
      object-position: 88%;

    }
}

@media screen and (max-width: 749px){
  .partner-sec.banner.banner--content .banner__content{
    padding: 4rem 1rem 0rem;
  }
  .partner-sec.banner.banner--content {
        min-height: 525px;
        max-height: 72vh;
  }
}




.first_mob, .second_mob{
  display:none !important;
}
@media screen and (max-width: 749px){
 .first_mob, .second_mob{
    display: block !important;
  }
  .first_dsktop, .second_dsktop{
    display:none !important;
  }
}


/* ================================== Collection Section =============================== */

.collection .collection__title{
  text-align: center;
}
.collection .collection__title .title{
  font-size:32px;
  font-weight:700;
  line-height:1.3;
  text-transform: uppercase;
}
.collection .collection__title .collection__description {
  max-width: 750px;
  margin: 0 auto;
}
.collection .collection__title .collection__description p{
  font-size:16px;
  font-weight:400;
  line-height: 1.5;
}
.collection .product-grid .card__media .media{
  
}

.collection .product-grid .card__media .media img{
  object-fit:contain;
}
.collection .product-grid .card__information{
  text-align: center;
}
.collection .product-grid .card__heading a{
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
  text-decoration:none;
}
.collection .product-grid .card-information{
  text-align: center;
}
.collection .product-grid .price{
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
}
.product-grid .card-wrapper .card__inner{
  background:transparent;
}
.collection .collection__view-all .button{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  background: #191919;
  min-height: 50px;
  min-width: 240px;
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding:0 10px;
}
.collection .collection__view-all .button:after{
  /* content:"";
  background-image:url('/cdn/shop/files/Collapse_Arrow_1.png?v=1724221128');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #191919;
  position: absolute;
  right: -55px;
  left: unset;
  width: 50px;
  height: 100%;
  height: 100%; */
  box-shadow: none;
  transition: unset;
  border: 0;
  top: 0;
  bottom: 0;
}
.collection .collection__view-all .button:before{
  /* content:"";
  background-image:url('/cdn/shop/files/Collapse_Arrow.png?v=1724221128');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #191919;
  position: absolute;
  left: -55px;
  right: unset;
  width: 50px;
  height: 100%; */
  box-shadow: none;
  transition: unset;
  border: 0;
  top: 0;
  bottom: 0;
}
.collection .slider-button{
  width:50px;
  height:50px;
  background: #191919;
}
.collection .slider-counter{
  min-width: 250px;
}
.collection [disabled="disabled"].slider-button{
  opacity: .5;
  cursor: not-allowed;
}


/* .product-grid .card__media .media{
  position:relative;
}
.product-grid .card__media .media:before{
  content:"";
  padding-bottom: 125%;
  display: block;
}
.product-grid .card__media .media img{
  object-fit:contain;
} */


.product-grid-container .collection .card__inner{
  --ratio-percent:125% !important;
}

@media screen and (min-width: 990px) and (max-width: 1200px){
  .collection .slider--desktop.grid--5-col-desktop .grid__item{
    width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing)* 2);
  }
}

.shopify-section .collection .collection__title{
  margin-bottom: 52px;
}

@media screen and (min-width: 749px) and (max-width: 990px){
  .shopify-section .collection slider-component .slider__slide{
    width: calc(38% - var(--grid-desktop-horizontal-spacing) - 3rem) !important;
  }
  .scroll-trigger:not(.scroll-trigger--offscreen) .product-grid-product.product-mobile {
        animation: var(--animation-slide-in);
  }
  .product-grid-product.product-mobile {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem;
        margin: 0;
        width: 100%;
    scroll-padding-left: 1.5rem;
        overflow-y: hidden;
  }
  .product-grid-product+.slider-buttons{
    display: flex !important;
  }
}

@media screen and (min-width: 750px){
   .text-slider+.shopify-section .collection{
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 749px){
  .shopify-section .collection .collection__title{
    margin-bottom: 60px;
  }
  .collection .collection__title .title{
    font-size:24px;
  }
  .collection .collection__title .collection__description p{
    font-size:14px;
  }
  .collection .product-grid .card__heading a{
    font-size:13px;
  }
  .collection .product-grid .price{
    font-size:12px;
  }
  .shopify-section  .collection{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .shopify-section .collection slider-component .slider-buttons{
    margin-top:40px;
  }
  .shopify-section .collection.home-collection slider-component .slider__slide{
    width: 50% !important;
    margin: 0 !important;
  }
  #shopify-section-template--22216726118726__featured_collection_zqaC6p{
    border-bottom:2px solid #F1F1F1;
  }
}

@media screen and (max-width: 400px){
  .collection .collection__title .collection__description p{
    font-size:12px;
  }
  .collection .product-grid .card__heading a{
    min-height:34px;
  }
}


/* ================================ Logo Section =============================== */

.shopify-section .multicolumn{
  border-bottom: 1px solid #D6D6D6;
}
.shopify-section .multicolumn .title-wrapper-with-link{
  margin:0;
}
.shopify-section .multicolumn .title-wrapper-with-link .title{
  white-space: nowrap;
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.shopify-section .multicolumn .multicolumn-card{
  background: transparent !important;
}
.shopify-section .multicolumn .multicolumn-card .multicolumn-card__image-wrapper{
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.shopify-section .multicolumn .multicolumn-card .multicolumn-card__image-wrapper .media{
  padding-bottom: 45% !important;
}
.shopify-section .multicolumn .multicolumn-card .multicolumn-card__image-wrapper img{
  object-fit: contain;
  filter: grayscale(1);
  max-height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 990px){
  .shopify-section .multicolumn .page-width{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: auto 1fr;
  }
  .shopify-section .multicolumn .title-wrapper-with-link{
    height: 100%;
    border-right: 1px solid #D6D6D6;
    padding-right: 5rem;
  }
  .shopify-section .multicolumn slider-component{
    border-right: 1px solid #D6D6D6;
    padding:0 0;
  }
  .shopify-section .multicolumn slider-component .multicolumn-list.slider{
    padding: 2rem 5rem;
    padding: 2rem 3rem;
    column-gap: unset;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 989.5px){
  .shopify-section .multicolumn .title-wrapper-with-link{
    display:none;
  }
  .shopify-section .multicolumn .multicolumn-card .multicolumn-card__image-wrapper .media {
    padding-bottom: 42% !important;
  }
  .shopify-section .multicolumn .slider-buttons{
    display:none;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px){
  .shopify-section .multicolumn .multicolumn-list__item{
    width: calc(33% - var(--grid-desktop-horizontal-spacing) - 3rem) !important;
  }
}

@media screen and (max-width: 749px){
  .shopify-section .multicolumn .multicolumn-list{
    margin:0;
    padding: 15px 0;
  }
  .shopify-section .multicolumn .multicolumn-list__item{
    width: calc(33% - var(--grid-desktop-horizontal-spacing) - 3rem) !important;
    margin:0 !important;
  }
  
}


/* ================================== Blog Section ============================= */

.shopify-section .blog{
  border-bottom: 1px solid #C9C9C9;
}
.shopify-section .blog .blog__posts .article-card .card__information{
  padding: 1.25rem 1.25rem 0;
}
.shopify-section .blog .blog__posts .article-card .card__information .card__heading{
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
.shopify-section .blog .blog__posts .article-card .card__information p.article-card__excerpt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 .8rem;
}
.shopify-section .blog .blog__posts .article-card .card__information p.article-card__excerpt+a{
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
    cursor: pointer;
  text-underline-offset: 3px;
}
.shopify-section .blog .blog__posts .article-card .card__information .article-card__info.caption-with-letter-spacing.h5{
  display:none;
}
.shopify-section .blog .title-wrapper-with-link{
  justify-content: center;
  margin-bottom:5rem;
  flex-direction:column;
}
.shopify-section .blog .blog__posts .article-card-wrapper:hover a{
  text-decoration: none;
        text-underline-offset: 0;
}

.shopify-section .blog .blog__title{
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.shopify-section .blog h4{
  font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
  text-align:center;
}
.shopify-section .blog .slider-buttons{
  display:none;
}
.shopify-section .blog h4+a.link{
  display:none;
}
.shopify-section .blog .blog__view-all{
  display:block !important;
}
.shopify-section .blog .card__inner{
  --ratio-percent: 75% !important;
}
.blog__view-all .blog__button{
  text-transform: uppercase;
  min-width: 260px;
  margin-top: 70px;
}
@media screen and (max-width: 989px){
  .shopify-section .blog h4{
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px){
  .shopify-section .blog .blog__title{
    margin: 0 auto;
  }
}

@media screen and (max-width: 749px){
  .shopify-section .blog .title-wrapper-with-link{
    margin-bottom: 3rem;
  }
  .shopify-section .blog .blog__title {
    font-size: 24px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  .blog__view-all .blog__button{
    margin-top:50px;
  }
}


/* ============================== Rich section ============================ */

.rich-text__blocks .rich-text__heading{
  font-size: 32px;
  font-weight: 700;
}
.rich-text__blocks .rich-text__text{
  margin: 0;
}
.rich-text__blocks .rich-text__text p{
  font-size: 16px;
  font-weight: 400;
  margin:0;
}

@media screen and (max-width: 749px){
  .rich-text__blocks .rich-text__heading{
    font-size: 24px;
  }
  #shopify-section-template--22216726118726__rich_text_XCepfJ .rich-text{
    padding-bottom: 18px;
  }
}


/* ======================== About Section ========================== */

.Farrely-custom .rich-text__blocks h2{
  font-size:32px;
  line-height: 1.3;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing: 1px;
}
.Farrely-custom .rich-text__text p{
   font-size: 16px;
   font-weight: 500;
   line-height: 2.5;
   color: #000;
  letter-spacing: 1px;
}
.Farrely-custom .rich-text__text{
   padding: 5rem 0px;
   margin-top:0rem !important;
}
.Farrely-custom .rich-text__buttons a.button--primary{
     width: 280px;
     font-size:12px;
     font-weight:500;
    letter-spacing: 1px;
    line-height: 1.8; 
   text-transform:uppercase;
}
.moreless-button{
  display:none;
}


@media screen and (min-width: 990px) {
    .Farrely-custom  .rich-text__blocks {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 989.5px){
  .Farrely-custom  .rich-text__blocks {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 749px){
  .Farrely-custom .rich-text{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .rich-text__blocks h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .Farrely-custom .rich-text__wrapper{
    width:100%;
    max-width:100%;
  }
  .Farrely-custom .rich-text__text {
    padding: 1rem 0px;
  }
  .rich-text__text p{
    font-size: 14px;
  }
  .Farrely-custom .rich-text__text{
    overflow:hidden;
    padding: 0;
  }
  .Farrely-custom .rich-text__text p{
    /* height: 100px; */
        margin: 0;
  }
  .Farrely-custom .rich-text__text .moreless-button{
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    font-size: 14px;
        font-weight: 500;
    padding-top: 10px;
  }
  .Farrely-custom .add-read-more{
    height:110px;
  }
  .Farrely-custom .add-read-more{
    transition:.3s;
  }
}

/* ======================== Marquee ============================ */

.marquee-sec{
  border-bottom:1px solid #C2C2C2;
  border-top: 1px solid #C2C2C2;
}
.marquee-sec .marquee-content{
  position: relative;
  width: 100%;
  overflow: hidden;

}
.marquee-sec .marquee-box{
    white-space: nowrap;
    animation: scrollText 15s infinite linear;
    margin: 0;
    font-size: 0;
    display: inline-block;
}
.marquee-sec .marquee-box .marquee-item{
  display: inline-block;
  padding:0 5rem;
}
.marquee-sec .marquee-box p{
  color:#272727;
  font-size:32px;
  font-weight:700;
  text-transform:uppercase;
  margin: 0;
}
@keyframes scrollText {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
}


@media screen and (max-width: 749px){
  .marquee-sec .marquee-box p{
    font-size:15px;
  }
  .marquee-sec .marquee-box .marquee-item{
    padding: 14px 2rem;
  }
}




/* ====================== Pagination =========================== */

.pagination__list{
  
}
.pagination__list>li{
    border:1px solid #c2c2c2;
    border-left:0px;
    border-right:0px;
    margin: 0 !important;
}
.pagination__list>li:first-child{
  border-left:1px solid #c2c2c2;
}
.pagination__list>li:last-child{
  border-right:1px solid #c2c2c2;
}
.pagination__list .pagination__item{
  color:#A9A9A9;
  height: 5.4rem;
  font-weight:500;
  font-size:16px;
}
.pagination__list [aria-disabled="true"].pagination__item{
  color:#000;
}
.pagination__list li:has(.pagination__item-arrow){
  border:1px solid #c2c2c2;
  flex: 1 0 6.4rem !important;
  max-width: 6.4rem !important;
}
.pagination__item--current:after{
  display:none !important;
}
 .pagination-wrapper .pagination__list svg{
    height: .9rem;
    color:#000;
 }

  .pagination-wrapper .pagination__list a:after{
     content:unset !important;
  }
.pagination-wrapper .pagination__list li{
   background-color:#fff;
}

@media screen and (max-width: 749px){
  .pagination__list li:has(.pagination__item-arrow){
    flex: 1 0 4.4rem !important;
    max-width: 4.4rem !important;
  }
  .pagination__list .pagination__item{
    height: 4.4rem;
  }
}

/* Header Css */
header-menu #HeaderMenu-padel .header__active-menu-item{
   color:#fff;
}
/* ============================================= Collection page ========================= */



/* ========================== Footer Font =============================== */

@font-face {
  font-family: "Avenir-medium";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//farrellysonline.myshopify.com/cdn/fonts/avenir_next/avenirnext_n4.7fd0287595be20cd5a683102bf49d073b6abf144.woff2?h1=ZmFycmVsbHlzb25saW5lLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=fefc2a6631e195570789eabeeb4ae5317f5cb1098924ca828b0c607adc8765a4") format("woff2"),
       url("//farrellysonline.myshopify.com/cdn/fonts/avenir_next/avenirnext_n4.a26a334a0852627a5f36b195112385b0cd700077.woff?h1=ZmFycmVsbHlzb25saW5lLmFjY291bnQubXlzaG9waWZ5LmNvbQ&hmac=0abe0e9fa8f7a3036476faec66fdc00a89ceeb6e77ad6f01c946ac56a88f2fc8") format("woff");
}

footer.footer .footer__content-top .footer__blocks-wrapper .list-menu__item{
  font-family: "Avenir-medium";
  font-weight: 600;

}

/* ============================================= Product page ========================= */

/* Club Shop Product Page Css */
.club-shop .collection .card-wrapper.product-card-wrapper{
   background-color:#fff;
}

.club-shop .collection  {
   padding-top:0px !important;
   padding-bottom: 90px;
}

.club-shop .collection ul{
   margin-top: 0px !important; 
}

.club-shop .product-rich .rich-text{
   padding-bottom:40px;
}

.club-shop .collection .slider-buttons{
   margin-top:60px;
}

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

}

/* Product Page Css */

.specification-class .rich-text{
   padding-top:65px;
}

 .product .product__info-wrapper .product__info-container p.product__text{
    font-size:13px;
    font-weight:400;
    line-height:1.8;
 }
.product .product__info-wrapper .product__info-container p.product__text.inline-richtext{
  border:1px solid #E9E9E9;
  font-size:10px;
  color:#000;
  text-transform:uppercase;
  padding:12px 10px 10px;
  margin-top:8px;
   background-color:#fff;
}

body.club-shop #MainContent product-info{
  background: #fafafa;

}
.product .product__info-wrapper .product__info-container .product__title{
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .product__info-wrapper .product__info-container a.product__title{
  display:none;
}

 .product .product__info-wrapper .product__info-container .product__title h1{
    font-size:20px;
    font-weight:700;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
   padding-right:4px;
 }
  .product .product__info-wrapper .product__info-container .product__title .ttlwrp{
    display: flex;
    align-items: center;
  }
  .product .product__info-wrapper .product__info-container .product__title .iwishAddWrap .iWishAdd{
    position:relative;
    padding: 0;
    font-size: 0;
    width: 20px;
    height: 20px;
  }
  .product .product__info-wrapper .product__info-container .product__title .iwishAddWrap .iWishAdd:before{
    content:"";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26" height="26" viewBox="0 0 26 26" fill="none" class="icon"><rect x="0.441406" y="0.213242" width="25" height="25" fill="url(%23pattern0_121_468)"/><defs><pattern id="pattern0_121_468" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_121_468" transform="scale(0.0104167)"/></pattern><image id="image0_121_468" width="96" height="96" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGAUlEQVR4nO2dZ6xURRSAPx5PkCL4QEgQE0WJCtYIFv6YWEGxY/uhUZEYUWPvRoMlIBCjJho0loiVH/5AFNFoJBpFNCAoFhQIsT0sCBaaKKw5eWcT8tyZubs7c+/du/Mlk7zsezunzN2ZM2fOzoNIJBKJRCKRSCQSiUQikUgkEonUTy9gDDAZmAMsB9YBW4HNQDuwDHgOuBoYloLThwPXqMxlqsNm1Ul0+wp4RXUerTY0FF1U8VlqWKnKthS4zrPhvYHrgU9r0GcT8BJwotqWa84EltRgZKlC+wW4EehWhz7y3pu0Lx86fQKcRg7ZG3jDk5GlTu0zYGQNOh2hU0wIneYCQ8gJ5wJ/BDK0pO0fnUKSIk/9v4F1+h0YR8bcHdjIUqc2E+hu0ae7Lq5p6nQXGfFwFU/K88ClwOHAAGAnoAewOzAKuBZ4PeFTKx//nSvoI6/NS/B+kfGayjxKdeihOg1QHScAL1TxyX4wj0/+l8DFalxS9gCmA387+p7XaRDk5zcd79kCTAUGV6GP6H6Jhs8ue+8kxTnfpshGjbNb65AxFJjvkPOihoVdNOS1/e072mettGpovMkhZ1wa0Y7tY/k9MMKTrFZgGrDdIu8e4F7L7+W9U4CunnSSaOwHi7z1wF4ExBZqLgYGBZB5lWUQtjt+d3kAfcTGRY41Ktgmy/bkh3B+mSsTLoahnV9mN+Bri/xTQwhdbBC2STc9oZlWxQBIHic0B+h6Z9oxe01bjLYYKwtuGnTVUNXlfAkxW1LS6QaLHif4FDTLEmrWE+1US3/NXpqM/hHoR3q0WqYi2Ud4yySaspoXkT5jDQuvvHZSBvqMN/hGpqeePgSMsexwq9lk+WRGBX3ktSwQJ/8ZchqabOhc0gtZ0Q14AFirbXqdaetQU/R9PjqfY+hccjuRDi4z+Gg2HjDlQSRpFengSEuQUjdrDZ3LZiTSwUCDj37FA6bMZJZzbt7obsnA1s0GQ+d9fHReEPoafCTRUd2sNHR+oI/OC8LBBh+t8NH5B4bOZeWPdDDR4KP38MDjhs5f9dF5QZhr8JGXzeF5hs636hFiszPYEqic7SsBti3DtG/emWrwzTafofpbBiHrUs4+5o3+egxZyTdSJOCN0w1CSlqe0qw8YvHLKb4PQ1Zb1gKpOG42hmvFXiWfrApxKDTBMtoLPFYeNAJi64cWfwRJVLZYzoWl3UzzcJujvD7Yw3icRfBm3REWnUM1x2Pyw7GhFXjWInyF5kWKyi6OMsVn0lBCHPytRYnZjfBNkhoQm1521Ea1kRLHO0oGb6V43G6xVzZdx6StkKsmU1IYReEsSzZA2qQslGpx1OPLOcJhND4jLRVwJU3EpVUI9j/66abDpNwaYB8al6HATxb7VqY579uU/Nmi5KrAhbshz3m/sdglZ+X7kxNGOT6mS/PwpFRBm+M7xRv16025YqwlN1KuGG6EzGlf4CPHd8zOIKdc4AhPF+d8EPoCCx3RndSC5po7LAaUB6GtAZ1f0r1Aw+fJS5pJ7ENjOV9sahgkLn7SYdACza1kTR9HalnaE1nG+vXkTiqVke/YFumxXlbsmsD5TzWi86sZhC8y2icM1PC4sM7fcRAecxi6POUSFxnwzx06PV0E51czCKtTSlvsaSm3LKTzy7TogYXN8O+AfQPqsJ/m7ZvO+WVaEqwJa4CDAsg+xJFYk/ZokZ1fzW0r6zW/5DOlbPqiSblJhVtTcYvDIRv05K1ejk5w78/9NClXOE6attSZ+DrZccXMdr2Gpqm50JFFlcrjc2osp9ziyGpKsVkEOF9LHG3Oktu3kjLecf3ZVpUZ6XSe4GO6mJhgWpOrdyIBFkzXwv6Xp4W90IxIcNNtpUGY5HjPb3k8RswrwxLsWGfopknSHA85/rY90Oau0AxJkLOZqa3kqFcNepFekRmk6epSjW1Zg5bE5Ip+wMc1OH+J3oQb8XRytbAK52d90lZIeie4TVfa+zk78C8UvYC3Lc5/NycH/YWmp+Gi7vn6KYmkdD/PFI3v2/Vn2/8ViEQikUgkEolEIpFIJBKJRMia/wAdeS0zaD4x0QAAAABJRU5ErkJggg=="/></defs></svg>');
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .product .product__info-wrapper  .product__info-container .product__title{
      margin-bottom:0px !important;
   }

   .product .product__info-wrapper  .product__info-container .product__title+div{
      margin-top:0px;
   
   }
  .product .product__info-wrapper  .product__info-container .price__container{
    margin:0;
  }
   .product .product__info-wrapper  .product__info-container .price__regular .price-item{
       font-size:16px;
       font-weight:500;
      color: rgba(0, 0, 0, 1);
     font-family:"Avenir-medium";
     letter-spacing: normal;

    }

   .product .product-form__quantity .quantity__label{
      font-size:16px;
      font-weight:500;
       line-height:1.4;
       color: rgba(0, 0, 0, 1);

   }

   .product .product-form .product-form__buttons{
      max-width:100%;
   }

   .product .product-form__buttons button#tcustomizer-add{
      background-color:#000;
       min-height: calc(5.5rem + var(--buttons-border-width)* 2);
   }
    .product .product-form__buttons button#tcustomizer-add span{
       font-size:16px;
       font-weight:700;
       color:#fff;
       text-transform:uppercase;
     
}
.product .product-form__buttons .product-form__submit{
       background-color:#000;
       min-height: calc(5.5rem + var(--buttons-border-width)* 2);
  border:0;
}
.product .product-form__buttons .product-form__submit span{
       font-size:16px;
       font-weight:700;
       color:#fff;
       text-transform:uppercase;
}
.product .product-form__buttons .product-form__submit:after, 
.product .product-form__buttons .product-form__submit:before{
  box-shadow:none;
}

.product .product-form__buttons .shopify-payment-button__button{
        font-size:16px;
       font-weight:700;
        color:#fff;
         text-transform:uppercase;
         min-height: calc(5.5rem + var(--buttons-border-width)* 2);
      }

.product .product__info-wrapper .title-wraper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 0px;
  border-bottom:1px solid #E7E7E7;
  padding-bottom: 30px;
    margin-bottom: 30px;
   flex-wrap: wrap;
  gap:10px;
}
.product .product__info-wrapper .title-wraper .product__title p{
  font-size: 13px;
  color: #A5A5A5;
  text-transform: uppercase;
  line-height: 1.7;
  margin:0;
}
.product .product__info-wrapper .title-wraper:before{
  content:"";
  background:url('/cdn/shop/files/Ledbury_Football_Club_Logo_final_5000_x_5000_px_1_2_1.png?v=1725956409');
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  background-size: 50px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  display:none;
}
.product .product__info-wrapper .title-wraper .imglog{
  display: flex;
    align-items: center;
    justify-content: center;
}

.product .product__info-wrapper .title-wraper img{
  width: 50px;
  height: 50px;
}

.product .product__info-wrapper .product__tax{
  display:none;
}
.product .product__info-wrapper .product-form__input.product-form__quantity{
  display:none;
}

 
/* ================= // ================  */

.tcustomizer-product-form .tcustomizer-field__input .tcustomizer-row{
  margin:0;
}

.tcustomizer-product-form .tcustomizer-field__heading span{
   font-size:16px;
   font-weight:500;
  line-height:1.5;
  text-transform: uppercase;
}
.tcustomizer-product-form .tcustomizer-field__heading{
  line-height: 1;
  margin-bottom: 15px;
}
.tcustomizer-product-form .tcustomizer__dropdown-select{
  font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    padding: 2rem 12px;
    border-color: #eaeaea;
    border-radius: 0;
}

.tcustomizer-product-form .tcustomizer-row .tcustomizer-col .tcustomizer-btn{
   min-height:20px !important;
   border-radius:0px;
  font-size:16px;
  text-transform: uppercase;
}
.tcustomizer-product-form .shirtsize{
  /* border-bottom: 1px solid #E7E7E7; */
    /* padding-bottom: 30px; */
    margin-bottom: 30px;
}

 .tcustomizer-customization-form .tcustomizer-field--Dropdown{
     margin-bottom: 30px;
 }
.tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col .tcustomizer-btn{
   min-width: 89px;
  padding: 3rem .75em !important;
  line-height: 1;
  border-color:#DBDBDB;
}
.tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col .tcustomizer-btn{
  border-right-color:transparent;
}
.tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col:last-child .tcustomizer-btn{
  border-right-color:#DBDBDB;
}
.tcustomizer-product-form .slevesize .tcustomizer-row .tcustomizer-col{
  width:49%;
}
.tcustomizer-product-form .slevesize .tcustomizer-row .tcustomizer-col .tcustomizer-btn{
   min-width: 58px;
  padding: 2rem .75em !important;
  line-height: 1;
  width: 100%;
  border-color:#DBDBDB;
}

.tcustomizer-product-form .slevesize{
   border-bottom: 1px solid #E7E7E7;
   padding-bottom: 30px;
    margin-bottom: 30px;
}
.tcustomizer-product-form .slevesize .tcustomizer-row .tcustomizer-col:first-child .tcustomizer-btn{
  border-right-color:transparent;
}

.tcustomizer-product-form .tcustomizer-row .tcustomizer-col{
   padding:0px;
}

.tcustomizer-product-form .tcustomizer-row .tcustomizer-col .tcustomizer-btn.tcustomizer-btn--active{
   border-color:#000 !important;
   box-shadow:unset !important;
   border-radius:0px;
}

.tcustomizer-product-form .tcustomizer-field__input .tcustomizer__text-field-wrapper input::placeholder{
   text-transform:uppercase;
}

.tcustomizer-product-form .tcustomizer-watermark{
  display:none;
}
.tcustomizer-product-form .kitnumber .tcustomizer-toggle{
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
.tcustomizer-product-form .kitnumber .tcustomizer-toggle__label{
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-toggle__input{
  
}
.tcustomizer-product-form .kitnumbertext .tcustomizer__text-field-wrapper{
  padding-right: calc(30px + 1.5rem);
  border-color:#EAEAEA;
  border-radius: 0;
}
.tcustomizer-product-form .kitnumbertext{
  position: relative;
  margin-bottom:15px;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading{
  margin:0;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading span:first-child{
  display:none;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading .tcustomizer-tooltip--content span{
  display:block;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer__text-field{
  line-height:1;
  padding:2rem 0;
  font-size:14px;
}
.tcustomizer-customization-form .tcustomizer__text-field--subinfo, 
.tcustomizer-customization-form  .tcustomizer__text-field--total-characters{
  display:none;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading .tcustomizer-tooltip__icon .tcustomizer-tooltip--arrow{
    display:none;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading .tcustomizer-tooltip__icon{
  margin: 0;
  width: 100%;
  height: 100%;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading .tcustomizer-tooltip__icon svg{
  margin: 0;
  position: absolute;
  right: 15px;
  z-index: 1;
  --tcustomizer-tooltip-icon-size: 2rem;
  opacity: .5;
  top: calc(50% - 0.75rem);
  width: var(--tcustomizer-tooltip-icon-size);
  height: var(--tcustomizer-tooltip-icon-size);
  cursor:pointer;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading .tcustomizer-tooltip__icon .tcustomizer-tooltip--content{
  left: 0 !important;
  bottom: 0px;
  top: 0px;
  width: calc(100% - 30px - 1.5rem);
  max-width: 100%;
  height: 100%;
  background: #dbdbdb;
  color: #000;
  font-size: 11px;
  padding: .75em .75em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0;
  transform: translate3d(0%, 8px, 0);
}
.tcustomizer-product-form .kitnumbertext .tcustomizer-field__heading .tcustomizer-tooltip:hover .tcustomizer-tooltip--content{
  transform: translate3d(0%, 0, 0);
}
.tcustomizer-customization-form .tcustomizer-field.kitnumber{
  display: flex;
  gap:8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom:18px;
  /* flex-wrap:wrap; */
}
.tcustomizer-customization-form .tcustomizer-field.kitnumber .tcustomizer-field__heading{
  margin:0;
}

@media screen and (max-width:1200px){
   .tcustomizer-customization-form .tcustomizer-field.kitnumber{
       flex-wrap: wrap;
   }
}

@media screen and (min-width:1000px) and (max-width:1330px){
    .tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col .tcustomizer-btn{
       min-width: 82px;
   }
}
@media screen and (min-width:1400px){
   .tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col .tcustomizer-btn{
      min-width: 93px;
   }
}
@media screen and (min-width:760px) and (max-width:1000px){
    .tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col .tcustomizer-btn{
       min-width: 75px;
    padding: 2.85rem .75em !important;

   }
}


/* ================================================== */

.tcustomizer-product-form .lotinitialtext .tcustomizer__text-field-wrapper{
  padding-right: calc(30px + 1.5rem);
  border-color:#EAEAEA;
  border-radius: 0;
}
.tcustomizer-product-form .lotinitialtext{
  position: relative;
  margin-bottom:15px;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading{
  margin:0;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading span:first-child{
  display:none;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading .tcustomizer-tooltip--content span{
  display:block;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer__text-field{
  line-height:1;
  padding:2rem 0;
  font-size:14px;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading .tcustomizer-tooltip__icon .tcustomizer-tooltip--arrow{
    display:none;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading .tcustomizer-tooltip__icon{
  margin: 0;
  width: 100%;
  height: 100%;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading .tcustomizer-tooltip__icon svg{
  margin: 0;
  position: absolute;
  right: 15px;
  z-index: 1;
  --tcustomizer-tooltip-icon-size: 2rem;
  opacity: .5;
  top: calc(50% - 0.75rem);
  width: var(--tcustomizer-tooltip-icon-size);
  height: var(--tcustomizer-tooltip-icon-size);
  cursor:pointer;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading .tcustomizer-tooltip__icon .tcustomizer-tooltip--content{
  left: 0 !important;
  bottom: 0px;
  top: 0px;
  width: calc(100% - 30px - 1.5rem);
  max-width: 100%;
  height: 100%;
  background: #dbdbdb;
  color: #000;
  font-size: 11px;
  padding: .75em .75em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0;
  transform: translate3d(0%, 8px, 0);
}
.tcustomizer-product-form .lotinitialtext .tcustomizer-field__heading .tcustomizer-tooltip:hover .tcustomizer-tooltip--content{
  transform: translate3d(0%, 0, 0);
}
.tcustomizer-customization-form .tcustomizer-field.kitinitial{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom:20px;
  flex-wrap:wrap;
  gap:8px;
}
.tcustomizer-customization-form .tcustomizer-field.kitinitial .tcustomizer-field__heading{
  margin:0;
}
/* ================================================== */

.tcustomizer-product-form .addnametext .tcustomizer__text-field-wrapper{
  padding-right: calc(30px + 1.5rem);
  border-color:#EAEAEA;
  border-radius: 0;
}
.tcustomizer-product-form .addnametext{
  position: relative;
  margin-bottom:30px;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading{
  margin:0;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading span:first-child{
  display:none;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading .tcustomizer-tooltip--content span{
  display:block;
}
.tcustomizer-product-form .addnametext .tcustomizer__text-field{
  line-height:1;
  padding:2rem 0;
  font-size:14px;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading .tcustomizer-tooltip__icon .tcustomizer-tooltip--arrow{
    display:none;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading .tcustomizer-tooltip__icon{
  margin: 0;
  width: 100%;
  height: 100%;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading .tcustomizer-tooltip__icon svg{
  margin: 0;
  position: absolute;
  right: 15px;
  z-index: 1;
  --tcustomizer-tooltip-icon-size: 2rem;
  opacity: .5;
  top: calc(50% - 0.75rem);
  width: var(--tcustomizer-tooltip-icon-size);
  height: var(--tcustomizer-tooltip-icon-size);
  cursor:pointer;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading .tcustomizer-tooltip__icon .tcustomizer-tooltip--content{
  left: 0 !important;
  bottom: 0px;
  top: 0px;
  width: calc(100% - 30px - 1.5rem);
  max-width: 100%;
  height: 100%;
  background: #dbdbdb;
  color: #000;
  font-size: 11px;
  padding: .75em .75em;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0;
  transform: translate3d(0%, 8px, 0);
}
.tcustomizer-product-form .addnametext .tcustomizer-field__heading .tcustomizer-tooltip:hover .tcustomizer-tooltip--content{
  transform: translate3d(0%, 0, 0);
}
.tcustomizer-customization-form .tcustomizer-field.addname{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom:30px;
  flex-wrap:wrap;
  gap:8px;
}
.tcustomizer-customization-form .tcustomizer-field.addname .tcustomizer-field__heading{
  margin:0;
}


 .tcustomizer__dropdown-button span{
    font-size:16px;
    font-weight:500;
 }

 .tcustomizer-radio-button__label-content span{
    font-size:16px;
    font-weight:500;
 }
.product .product__media-wrapper .product__media-list .product-media-container{
  --ratio: 1 !important;
  --preview-ratio: 1 !important;
  width: 100%;
}
.product .product__media-wrapper .product__media-list .product-media-container img{
  object-fit: contain;
  background: #fff;
}
.tcustomizer-customization-form .tcustomizer-field.kitinitial {
   margin-bottom:18px;
}



@media screen and (min-width: 750px) {
  .product__info-container {
        max-width: 56rem !important;
    }
}

@media screen and (min-width: 990px){
  .product .product__accordion {
     display:none;
  }
}
@media screen and (min-width: 990px) {
  .product:not(.product--columns) .product__media-list .product__media-item:nth-child(2){
        width: 100%;
        max-width: 100%;
  }
}

@media screen and (max-width: 1340px) {
  .tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col:nth-last-child(2) .tcustomizer-btn {
    border-right-color: #dbdbdb;
  }
}
@media screen and (max-width: 1200px) {
  
  nav.tabrb ul a{
    font-size:14px;
  }
  nav.tabrb ul a:before{
    width: 14px;
    left: 0;
    top: 10px;
  }
  nav.tabrb ul a:after{
    height: 14px;
    top: 4px;
    left: 6px;
  }
  .product .product-form__buttons .shopify-payment-button__button, 
  .product .product-form__buttons button#tcustomizer-add span, 
  .tcustomizer-product-form .tcustomizer-row .tcustomizer-col .tcustomizer-btn, 
  .tcustomizer-product-form .tcustomizer-field__heading span, 
  .tcustomizer__dropdown-button span, 
  .tcustomizer-radio-button__label-content span{
    font-size:14px;
  }
  .product__media-icon.product__media-icon--lightbox{
    display:none;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px){
  .product__info-wrapper {
    padding: 0 0 0 3rem !important;
  }
  .product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper{
    max-width: 45% !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
  .product--medium:not(.product--no-media) .product__info-wrapper, .product--small:not(.product--no-media) .product__media-wrapper{
    max-width: 55% !important;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}
@media screen and (max-width: 990px) {
  .tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col:nth-last-child(3) .tcustomizer-btn {
    border-right-color: #dbdbdb;
  }
  .product .container-fluid.tabrb{
    display:none;
  }
}
@media screen and (max-width: 860px) {
  .tcustomizer-product-form .shirtsize .tcustomizer-row .tcustomizer-col:nth-last-child(4) .tcustomizer-btn {
    border-right-color: #dbdbdb;
  }
}

@media screen and (max-width: 767px) {
   .tcustomizer-product-form .tcustomizer-field__heading span{
       font-size:14px;
   }
  .tcustomizer__dropdown-button span{
       font-size:14px;
  }
  .tcustomizer-radio-button__label-content span{
        font-size:14px;
  }
  /* .product .product__info-wrapper .product__info-container .product__title .iwishAddWrap .iWishAdd:before{
      left: 92px;
      top: 39px;
    background-color: rgba(231, 231, 231, 1);
    border-radius: 100%;
    padding: 16px;
  } */
  .product .product__info-wrapper .title-wraper{
     flex-wrap: nowrap;
     padding-left: 0px;
     border-bottom:unset;
     position:relative;
  }
   .product .product__info-wrapper .title-wraper:before{
      display:none;
  }
  .product .product__info-wrapper .title-wraper .imglog{
    display:none;
  }
 .product .container-fluid.tabrb{
     display:none;
  }

  .product .product__accordion .summary__title h2{
     font-size:16px;
     font-weight:400;
     color:#000;
  }
   .product .product__accordion .accordion__content.rte{
      padding-left:0px;
   }
    .product .product__accordion .accordion__content.rte p{
       font-size:14px;
        font-weight:400;
        line-height:1.8;
        color: rgba(54, 54, 54, 1);

    }
  /* .product .product__info-wrapper .title-wraper .product__title p{
       position: absolute;
       top: 23px;
  } */

  .product .product__info-wrapper .product__info-container .product__title{
     display: flex;
    flex-direction: column-reverse;
  }
  .product .product__info-wrapper .product__info-container a.product__title{
     display:none;
  }

   .product .product__info-wrapper .title-wraper:after{
      content:"";
      position:absolute;
      background-color:#E7E7E7;
      width:107%;
      height:1px;
      bottom:-5px;
      left:-15px;
       overflow-x:hidden;
   }
  .tcustomizer-product-form .shirtsize{
     border-bottom:unset;
  }
  .tcustomizer-field--RadioButton.slevesize{
     border-bottom: 1px solid #E7E7E7;
    padding-bottom: 34px;
  }
  .tcustomizer-product-form .shirtsize{
     padding-bottom:0px;
  }
  .tcustomizer-customization-form .tcustomizer-field.kitnumber{
     margin-top:25px;
     margin-bottom: 20px;
  }
  .product .product-form__buttons button#tcustomizer-add{
     margin-top:36px;
  }

   .product .product__accordion.accordion{
       border-bottom:unset;
       border-top:unset;
       position:relative;
    }

  .product  .product__media-wrapper .product-media-container{
      width: 100% !important;
      border:unset !important;
  }
   .product  .product__media-wrapper .product-media-container img{
      object-fit:contain;
     
   }
   .product .product__media-wrapper slider-component{
        background-color:#fff;
     }

    .product .product__media-wrapper .slider-buttons{
       justify-content:flex-start;
    }
  
  body.club-shop #MainContent product-info{
     padding-top:0px;
  }
}

@media screen and (max-width: 990px){
   .product .product__info-wrapper .title-wraper .product__title p.iWishLoginMsg{
       width: 60%;
      left: 117px;
      top: 66px;
   }
}
@media screen and (max-width: 749px) {
  .product__media-wrapper .slider-mobile-gutter .slider-button{
    display:none;
  }
  .product__media-wrapper .slider-mobile-gutter .slider-counter{
    font-size: 13px;
    color: #535353;
    letter-spacing: 4px;
    padding-left: 1rem;
  }
  .product__info-wrapper{
    margin-top: 2rem;
  }
  body.club-shop .collection .slider-button, body.club-shop .collection .collection__view-all{
    display:none;
  }
  .product .product__info-wrapper .title-wraper .product__title p.iWishLoginMsg{
     width: auto;
        left: unset;
        top: 0;
        right: 0;
        z-index: 1;
        min-width: 200px;
  }
  .club-shop .page-width .product{
     padding-bottom:20px !important;
}
  
  .header--top-left .header__icons .iWishView{
     display:block;
  }
  .product .product__info-wrapper .product__info-container .product__title .iwishAddWrap{
     right:28px !important;
  }
}


@media screen and (min-width: 767px){
 .club-shop .product  .product__info-wrapper {
    margin-top:30px;
 }
}


.product .product__info-wrapper .title-wraper .product__title p.iWishLoginMsg{
    position: absolute;
    background: #f1f1f1;
    padding: 4px;
    font-size: 10px;

}

.tcustomizer-asterisk{
   display:none;
}

.tcustomizer-field__input .tcustomizer__dropdown-item>label.selected{
   background: rgba(219, 219, 219, 1);
   color:#000;
}

.tcustomizer__dropdown .tcustomizer__dropdown-select {
   background-size: 16px 20px !important;
}

.club-shop .isolate .rich-text{
  border-top: 1px solid rgba(231, 231, 231, 1);
  padding-top:80px !important;
  padding-bottom:80px;
}
.club-shop rich-text__blocks .rich-text__text p{
   margin-top:15px;
}

.club-shop .page-width .product{
   padding-bottom:70px;
}

.club-shop .collection .slider-buttons{
   margin-top: 70px
}

.club-shop .product .product-form__buttons{
   margin-top:60px;
}

.club-shop .rich-text__blocks .rich-text__heading{
   text-transform:uppercase;
}

.tcustomizer-customization-form .tcustomizer-field.addname {
   margin-bottom:18px;
}

/* ========================== product theme varient 16-09=============== */

variant-selects .product-form__input{
  margin-bottom:30px;
}
variant-selects .product-form__input .form__label{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
variant-selects .product-form__input--pill input[type=radio]+label{
  border: 1px solid #dbdbdb;
  padding: 2rem 12px;
  --color-foreground:#141413;
  border-radius:0px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  margin:0;
}
variant-selects .product-form__input--pill input[type=radio]+label{
  padding:3rem .75em;
}

variant-selects .product-form__input--pill .shirtsize input[type=radio]+label:last-child{
  border-right-color:#dbdbdb;
}
variant-selects .product-form__input--pill .agegroup input[type=radio]+label:last-child{
  border-right-color:#dbdbdb;
}

variant-selects .product-form__input--pill input[type=radio]:checked+label{
  background-color: transparent;
  border:1px solid var(--color-foreground) !important;
  color:var(--color-foreground);
}
variant-selects .product-form__input .opt-wrap{
  display: flex;
  flex-wrap: wrap;
}
variant-selects .product-form__input .opt-wrap{
  flex-wrap:wrap;
  width:100%;
}
variant-selects .product-form__input--pill input[type=radio]+label:hover{
  border-color:#dbdbdb;
}
/* variant-selects .product-form__input--pill .sleevesize input[type=radio]+label:first-child:hover{
  border-right-color: transparent;
}
variant-selects .product-form__input--pill .shirtsize input[type=radio]+label:hover{
  border-right-color:transparent;
}
variant-selects .product-form__input--pill .agegroup input[type=radio]+label:hover{
  border-right-color:transparent;
} */
variant-selects .product-form__input .sleevesize input[type=radio]+label{
  width: 50%;
}
variant-selects .product-form__input .sleevelengthtype input[type=radio]+label{
  width: 50%;
}

@media screen and (min-width: 1400px){
  variant-selects .product-form__input--pill input[type=radio]+label{
    min-width: 93px;
  }
  variant-selects .product-form__input--pill .sleevesize input[type=radio]+label:first-child{
    border-right-color: transparent;
  }
  variant-selects .product-form__input--pill input[type=radio]+label{
    /* border-right-color:transparent; */
  }
  variant-selects .product-form__input--pill .agegroup input[type=radio]+label{
    border-right-color:transparent;
  }
}
@media screen and (max-width: 1399px){
  variant-selects .product-form__input--pill input[type=radio]+label{
    min-width: 82px;
  }
}
@media screen and (max-width: 1000px){
  variant-selects .product-form__input--pill input[type=radio]+label{
    min-width: 75px;
    padding: 2.85rem .75em;
  }
}
@media screen and (max-width: 999px){
  variant-selects .product-form__input .opt-wrap.shirtsize{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 749px){
  variant-selects .product-form__input--pill input[type=radio]+label{
    min-width: 69px;
    padding: 2.55rem .75em;
  }
  
}



/* ============================================== Tab Product page ================================ */

nav.tabrb{
  margin: 2rem 0 0;
  border-top: 1px solid #E7E7E7;
  padding-top: 1.5rem;
}
nav.tabrb ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
nav.tabrb ul a{
  font-size: 16px;
  font-weight: 400;
  /* font-family: 'Avenir Next, sans-serif'; */
  position: relative;
  padding-left: 20px;
  color:#000;
}
nav.tabrb ul a:before{
  content:"";
  font-family: 'Avenir Next, sans-serif';
  background: #000;
  width: 10px;
  height: .10rem;
  position: absolute;
  left: 3px;
  top: 9px;
}
nav.tabrb ul a:after{
  content:"";
  background: #000;
  height: 9px;
  width: .10rem;
  position: absolute;
 font-family: 'Avenir Next, sans-serif';
  top: 5px;
  left: 8px;
  transition: .5s;

}
nav.tabrb ul a.active:after{
  opacity:0;
  transform: rotate(45deg);
}
.tab-content.details_content{
  position: absolute;
  left: 0;
  top: -2px;
  height: calc(100% - 63px);
  /* top:82%;
  height: calc(20% - 65px); */
  width: 100%;
  background: #fff;
  border: 1px solid #D3D3D3;
  margin: 0;
  padding: 2rem;
  z-index: 999;
  overflow-y: auto;
}
.tab-content.details_content p{
  margin:0;
}
.tab-content.details_content p+p{
  margin-top:1rem;
}


nav.tabrb ul a:not([href]) {
    cursor: pointer;
}


/* ======================================== Product Media =================================== */

@media screen and (min-width: 750px){
  .pagingInfo{
    display:none;
  }
}

@media screen and (max-width: 749px){
  .tab-content.details_content p{
    font-size:14px;
  }
  .product .product__accordion .accordion__content.rte{
    font-size:14px;
  }
  .product__media-list.slider.slider--mobile{
    /* flex-wrap: unset;
    overflow-x: unset;
    scroll-snap-type: unset;
    scroll-behavior: unset;
    scroll-padding-left: unset;
    -webkit-overflow-scrolling: unset; */
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .product__media-list.slider--mobile .grid__item{
    margin: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    min-width: unset;
    max-width: unset;
  }
  .product .product__media-wrapper slider-component{
    margin-left: 0;
    margin-right: 0;
  }
  .product .product__media-wrapper .slider-buttons{
    display:none;
  }
  .pagingInfo{
    font-size: 13px;
    color: #535353;
    letter-spacing: 4px;
    padding-left: 1rem;
    position: absolute;
        bottom: 10px;
  }
  .pagingInfo span{
    letter-spacing:0;
  }
  .slick-dots{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    bottom: 0;
        position: absolute;
        width: 100%;

  }
  .slick-dots li{
    width:100%;
    line-height: .1;
  }
  .slick-dots li button{
    background:#CBCBCB;
    padding: 2px;
    width: 100%;
    font-size: 0;
    border: 0;
  }
  .slick-dots li.slick-active button{
    background:#1D1D1D
  }
  body.club-shop .shopify-section .collection slider-component .slider__slide{
    
  }
  .collection.club-collection .product-grid-product {
    scroll-padding-left: 0;
  }
  .collection.club-collection .product-grid-product .grid__item{
    min-width: unset;
    --grid-mobile-horizontal-spacing:unset;
    max-width:unset;
    width: unset;
  }
  .club-shop .collection.club-collection .slider-buttons{
    display:none;
  }
  .collection.club-collection .product-grid-product ul.slick-dots{
     padding:0 40px;
  }
  .collection.club-collection .product-grid-product ul.slick-dots li{
     padding:0 2px;
  }
  .product .product__accordion.accordion{
    padding-top:6px;
  }
  .product .product__accordion.accordion+.accordion{
    padding-top:0px;
  }
  .product .product__accordion.accordion:before{
    content:"";
    background:#E7E7E7;
    background: #e7e7e7;
    height: 1px;
    width: calc(100% + (2* 1.5rem));
    position: absolute;
    left: -1.5rem;
    top: 0;
  }
  .product .product__accordion.accordion+.accordion:before{
    display:none;
  }
  .club-shop .isolate .rich-text{
     padding-top: 40px !important;
  }

   .club-shop .product .price__container .price__regular{
      position: relative;
      /* top: -24px; */
     white-space:nowrap;
   }
    .product .product__info-wrapper .title-wraper{
      align-items: flex-start;
    }
}

@media screen and (max-width: 1900px){
  .product .product__media-wrapper .product__media-list .product-media-container{
    --constrained-min-height: 800px;
  }
}

/* Breadcum for whole website */
.shopify-section .breadcrumbs__item a{
   color: #8C8C8C !important;
   font-weight: 400 !important;
   color: #8C8C8C !important;
    line-height: 1.2 !important;
    text-decoration: unset !important;
   font-size:16px !important;
}


@media screen and (max-width: 749px){
 .shopify-section .breadcrumbs__item a{
      font-size:12px !important;
  }
}


/* ======================================== varient Section ========================================== */

.product-form .extra-wrap+.extra-wrap{
  margin-top:40px;
}

.product-form .extra-wrap .extra-fld{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  gap:16px;
}
.product-form .extra-wrap p{
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  /* font-family: Avenir-medium; */
  color:#000;
  font-family: var(--font-body-family);

}
.product-form .extra-wrap .option-wrp{
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  /* font-family: Avenir-medium; */
  font-family: var(--font-body-family);

  color:#000;
}
.product-form .extra-wrap .option-wrp div{
  border: 1px solid #DBDBDB;
  padding: 2px 20px;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
  
}
.product-form .extra-wrap .option-wrp div+div{
  border-left-color:transparent;
}
.product-form .extra-wrap .option-wrp div.active{
  border-color:#000;
}
.product-form .extra-wrap .line-item-property__field{
  position:relative;
}
.product-form .extra-wrap [type="text"]{
  width: 100%;
  border: 1px solid #bdbdbd;
  font-size: 14px;
  text-transform: uppercase;
  padding: 24px 70px 24px 24px;
  outline: 0;
  box-shadow: none;
}
.product-form .extra-wrap .infrm-box{
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
.product-form .extra-wrap .infrm-box img{
  width:26px;
  opacity: .5;
  
}
.product-form .extra-wrap .infrm-box .info-icon{
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-form .extra-wrap .infrm-box .conten{
  background:#DBDBDB;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 24px;
  width: calc(100% - 67px);
  opacity:0;
  visibility:hidden;

  position: absolute;
  top: 0;
  left: 0;
}
.product-form .extra-wrap .infrm-box .conten p{
  font-family: var(--font-body-family);
  font-size:11px;
  font-weight:400;
}
.product-form .extra-wrap .infrm-box .info-icon:hover img{
  opacity:1;
}
.product-form .extra-wrap .infrm-box .conten:has(+ .info-icon:hover){
  opacity:1;
  visibility:visible;
}
variant-selects .product-form__input .form__label{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-family: Avenir-medium;
  font-family: var(--font-body-family);

  color:#000;
}
variant-selects .product-form__input{
  max-width: 100%;
}
variant-selects .product-form__input .select:after{
  box-shadow:none !important;
}
variant-selects .product-form__input select{
  border: 1px solid #DBDBDB;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  /* font-family: Avenir-medium; */
  font-family: var(--font-body-family);

  margin: 0;
  outline: 0;
  box-shadow: none !important;
  color:#000;
  min-height: 58px;
  padding-left:24px;
}

@media screen and (min-width: 1200px) and (max-width: 1330px){
  .product--medium:not(.product--no-media) .product__info-wrapper{
    max-width: 50% !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
  .product--medium:not(.product--no-media) .product__media-wrapper{
    max-width: 50% !important;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}


/* ==================================  */

.product .product__info-wrapper .product__info-container [data-block-handle="reviewsio-text-banner"].shopify-app-block{
  border: 1px solid #E9E9E9;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  padding: 12px 10px 10px;
  margin: 8px 0 0;
  background-color: #fff;
}
.product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget{
  position:relative;
  height: 26px;
  overflow: hidden;
}
.product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget:before{
  content:"";
  background:url('/cdn/shop/files/reviewsio-logo-svg.png?v=1727077026');
  position: absolute;
  left: 0;
  top: 50%;
  height: 25px;
  width: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget iframe{
  position: absolute;
  left: 0;
  top: -30px;
}
variant-selects .product-form__input .select .icon-caret,{
  height: 10px;
}
body.club-shop .product .product__info-wrapper .product__info-container .product-form{
  border-top:1px solid #E7E7E7;
  padding-top: 3rem;
}

@media screen and (min-width: 760px) and (max-width: 880px){
  .product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget iframe{
    scale: 0.9;
  }
}
@media screen and (min-width: 760px) and (max-width: 800px){
  .product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget{
    height: 36px;

  }
  .product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget iframe{
    top:-34px;
  }
}
@media screen and (max-width: 380px){
  .product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget iframe{
    scale: 0.9;
  }
}

/* =======================  */

.product .product__info-wrapper .product__info-container p.product__text.inline-richtext{
  position:relative;
  padding-left:45px;
}
.product .product__info-wrapper .product__info-container p.product__text.inline-richtext:before{
  content:"";
  position:absolute;
  position: absolute;
  left: 10px;
  top: 50%;
  height: 25px;
  width: 25px;
  transform: translateY(-50%);
  background:url('/cdn/shop/files/image_27_1_1.png?v=1727077026');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
.product .product__info-wrapper .product__info-container p.product__text.inline-richtext+.inline-richtext:before{
  background:url('/cdn/shop/files/Chip_1_1.png?v=1727077025');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}
/* ======================== */
variant-selects .product-form__input .opt-wrap.size input[type=radio]+label{
  --color-foreground: #141413;
    border-radius: 0px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    border: 1px solid #dbdbdb;
    padding: 3rem .75em;
}
@media screen and (min-width: 1400px) {
  variant-selects .product-form__input .opt-wrap.size input[type=radio]+label{
    min-width: 93px;
  }
}
@media screen and (max-width: 1399px) {
  variant-selects .product-form__input .opt-wrap.size input[type=radio]+label{
    min-width: 82px;
  }
}
@media screen and (max-width: 1000px) {
    variant-selects .product-form__input .opt-wrap.size input[type=radio]+label {
        min-width: 75px;
        padding: 2.85rem .75em;
    }
}

@media screen and (max-width: 749px) {
    variant-selects .product-form__input .opt-wrap.size input[type=radio]+label {
        min-width: 69px;
        padding: 2.55rem .75em;
    }
}
/* ================= Header Search ====================== */
@media screen and (min-width: 1500px){
  .search-modal.modal__content{
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  details[open] > .search-modal {
    animation: animateMenuOpen2 var(--duration-default) ease;
  }
  @keyframes animateMenuOpen2 {
    0% {
      opacity: 0;
      transform: translate(-50%, -1.5rem);
    }
  
    100% {
      opacity: 1;
      transform: translate(-50%, 0);
    }
  }
}

/* (04-10-24) */
.mega-menu #HeaderMenu-club-shop .header__active-menu-item{
   color:#fff;
}

.mega-menu ul li .mega-menu__link--active{
   font-weight:700;
}

.club-shop #shopify-block-reviews_io_reviewsio_text_banner_hTBqd4.shopify-app-block {
   border: 1px solid #E9E9E9;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    padding: 12px 10px 10px;
    margin-top: 8px;
    background-color: #fff;
}

@media screen and (min-width: 767px) and (max-width:990px){
 .product .product__info-wrapper .product__info-container .shopify-app-block #text-banner-widget:before{
    top:33% !important
 }
.club-shop #shopify-block-reviews_io_reviewsio_text_banner_hTBqd4.shopify-app-block{
   padding-bottom:0px !important;
}
}


@media screen and (min-width: 1000px) {
 .section-template--22216726118726__custom_liquid_HkKQjz-padding .container{
     padding:0 44px;
     margin-top:-40px;
 }

 .section-template--22376416706886__custom_liquid_mWkHmk-padding .container{
    padding:0 44px;
 }

  }


 .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left{
    z-index: 1 !important;
 }
.CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right{
   z-index: 1 !important;
}

  .header{
    z-index:999;
  }

@media screen and (max-width: 767px){
 .rich-text .rich-text__wrapper{
     margin-top:25px;
  }
}

#reviewsio-carousel-widget{
  overflow-x:hidden;
}

/* ============================== Size modal popup =================== */

#PopupModal-size .product-popup-modal__content{
  margin-top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#PopupModal-size .product-popup-modal__content .product-popup-modal__content-info{
  padding-right: 0;
}
#PopupModal-size .product-popup-modal__content img{
  height: auto;
}

@media screen and (max-width: 749px){
  #PopupModal-size .product-popup-modal__content{
    width: 90%;
    padding: 0 1.5rem;
  }
}


variant-selects fieldset.product-form__input{
  position: relative;
}
[data-modal="#PopupModal-size"].product-popup-modal__opener{
  position: absolute;
  right: 0;
  z-index: 1;
  line-height: 1;
}
[data-modal="#PopupModal-size"].product-popup-modal__opener .product-popup-modal__button{
  padding: 0;
  min-height: auto;
  position: relative;
  top: -4px;
  text-transform: uppercase;
}

/* ========================================== Default product ======================= */

.product .product__info-wrapper .product__info-container .product__text.inline-richtext+.shopify-app-block{
  border: 1px solid #E9E9E9;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  padding: 12px 10px 10px;
  margin: 8px 0 0;
  background-color: #fff;
}

@media screen and (max-width: 749px){
  .collection.default-product .grid.product-grid.slider{
    display:none;
  }
  
    .collection.default-product .product-grid-product {
      scroll-padding-left: 0;
    }
    .collection.default-product .product-grid-product .grid__item{
      min-width: unset;
      --grid-mobile-horizontal-spacing:unset;
      max-width:unset;
      width: unset;
    }
    .collection.default-product .slider-buttons{
      display:none;
    }
    .collection.default-product .product-grid-product ul.slick-dots{
       padding:0 40px;
    }
    .collection.default-product .product-grid-product ul.slick-dots li{
       padding:0 2px;
    }
    .collection.default-product .slider.slider--desktop{
      display:none;
    }
    .collection.default-product .product-grid-product{
      margin:0;
      padding:0 0 20px;
    }
  }

/* ======================================= */

footer.footer .footer__content-top .footer-block--newsletter .footer__follow-on-shop{
  width: 160px;
}
footer.footer .footer__content-top .footer-block--newsletter .list-social__link{
  padding:0;
}
.product .product__info-wrapper .title-wraper{
  align-items: flex-end;
}
body.club-shop .product .product__info-wrapper .title-wraper{
  align-items: center;
}
.default-richtxt .rich-text__heading{
  margin-bottom:1rem;
}
.global-media-settings{
  border:0px;
}

@media screen and (min-width: 750px){
  .product .product__info-wrapper{
    margin-top:30px;
  }
  .default-richtxt .rich-text{
    padding-top: 52px !important;
  }
}

@media screen and (min-width: 1140px){
  footer.footer .footer__content-top .footer-block--newsletter .list-social__link {
    padding: 0 .25rem;
  }
}

@media screen and (max-width: 749px) {
    .product .price__container .price__regular {
        /* position: relative; */
        white-space: nowrap;
    }
    .product .product__info-wrapper .product__info-container .product__title .wrap-ttl{
      display: flex;
      flex-direction: column-reverse;
    }
  .product .product__info-wrapper .title-wraper {
        align-items: flex-start;
        padding-bottom: 20px;
    }
  .collection.default-product{
    padding-top:30px;
  }
  .product .product__media-wrapper .product-media-container{
    width: calc(100% - 6px) !important;
  }
  .product__media-list.slider--mobile .grid__item{
    background:var(--gradient-background);
  }
}

/* =========================== */

.product-alt-colours{
  margin: 0 0 30px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px 4px;
}
.product-alt-colours .form__label{
  margin-bottom:15px;
  width:100%;
}
.product-alt-colours .variant-color{
  font-size:16px;
  color:#a5a5a5;
}
.product-alt-colours .variant-color span{
  text-transform: uppercase;
    color: #000;

}
.product-alt-colours a{
  border: 1px solid #d1d1d1;
  position: relative;
  width: calc(20% - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-alt-colours a:before{
  /* content:"";
  padding-bottom: 100%;
    display: block; */
}
.product-alt-colours a img{
  width: 100%;
    height: auto;
}
.product-alt-colours a.unavailable{
  overflow: hidden;
}
.product-alt-colours a.unavailable:before{
  content:"";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(217 217 217 / 42%);
}
.product-alt-colours a.unavailable:after{
  content:"";
  background: #a7a7a7;
    width: 1px;
    height: 160%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(45deg);
}
variant-selects .product-form__input--pill input[type=radio].disabled:checked+label, 
variant-selects .product-form__input--pill input[type=radio]:disabled:checked+label{
  color: var(--color-foreground);
}

.product-alt-colours a.active{
  border-color:#000;
}

@media screen and (max-width: 749px) {
  .product-alt-colours{
    justify-content: center;
    gap: 4px;
  }
  .product-alt-colours a{
    width: calc(25% - 3px);

  }
}

/* ======================================== Padel Templete Section ========================== */

.group-image-bg{
  position:relative;
}
.group-image-bg .group-image{
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.group-image-bg .group-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group-image-bg .corner:nth-of-type(1) h2,
.group-image-bg .corner:nth-of-type(3) h2{
    text-align:end;
 }

.group-image-bg .corner:nth-of-type(1) p,
.group-image-bg .corner:nth-of-type(3) p{
    text-align:end;
}

.group-image-bg .corner h2{
   color:#fff;
   font-size:32px;
   font-weight:700;
   letter-spacing: 1px;
   line-height: 1.25;
}

.group-image-bg .corner p{
  color:#fff;
  font-size:16px;
}

.bg-color-image{
   background: #D9B8B0;
   height: 65px;
   position:relative;
  margin-bottom: 60px;
}

.bg-color-image:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #fff;
  bottom: 8px;
}

.bg-color-image:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #fff;
    bottom: 21px;
}

.group-image-bg .container{
  max-width: 160rem;
  margin: 0 auto;
  padding: 0 3rem;
}


@media screen and (min-width:991px){
  .group-image-bg .corner-img{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10% 40%;
    grid-gap: 0% 30%;
    padding:30px 0 50px;
    /* min-height:560px; */
    align-items: center;
  }
  .group-image-bg .center-image-group{
    position: relative;
    z-index: 1;
  }
  .group-image-bg .center-image-group img{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 20%;
  }
  .group-image-bg .corner{
    position:relative;
    padding: 0 16px;
  }
  .group-image-bg .corner-img-inner1{
    position: absolute;
    right: -30%;
    width: 30%;
    height: 100%;
    top: 55%;
    transform: translateY(-50%);
  }
  .group-image-bg .corner-img-inner1:before{
    content:"";
    background:url('/cdn/shop/files/Vector_4.svg?v=1729662088');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .group-image-bg .corner-img-inner2{
    position: absolute;
    left: -30%;
    width: 30%;
    height: 100%;
    top: 55%;
    transform: translateY(-50%);
  }
  .group-image-bg .corner-img-inner2:before{
    content:"";
    background:url('/cdn/shop/files/Vector_1.svg?v=1729662088');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .group-image-bg .corner-img-inner3{
    position: absolute;
    right: -30%;
    width: 30%;
    height: 100%;
    top: 48%;
    transform: translateY(-50%);
  }
  .group-image-bg .corner-img-inner3:before{
    content:"";
    background:url('/cdn/shop/files/Vector_3.svg?v=1729662087');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .group-image-bg .corner-img-inner4{
    position: absolute;
    left: -30%;
    width: 30%;
    height: 100%;
    top: 48%;
    transform: translateY(-50%);
  }
  .group-image-bg .corner-img-inner4:before{
    content:"";
    background:url('/cdn/shop/files/Vector_2.svg?v=1729662088');
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .group-image-bg .corner:nth-child(1), .group-image-bg .corner:nth-child(2){
    padding-bottom:10%;
  }
}

@media screen and (min-width:991px) and (max-width:1260px){
  .group-image-bg .container{
    padding:0;
  }
  .group-image-bg .corner-img-inner1{
    right: -20%;
    width: 20%;
  }
  .group-image-bg .corner-img-inner2{
    left: -20%;
    width: 20%;
  }
  .group-image-bg .corner-img-inner3 {
    right: -20%;
    width: 20%;
  }
  .group-image-bg .corner-img-inner4{
    left: -20%;
    width: 20%;
  }
  .group-image-bg .center-image-group img{
     transform: translate(-50%, -18%);
    width: 20%;
  }
  .bg-color-image{
    margin:0;
  }
}
@media screen and (min-width:1100px) and (max-width:1260px){
  .group-image-bg .center-image-group img{
     transform: translate(-50%, -12%);
      width: 18%;
  }
}

@media screen and (min-width:1260px){
  .group-image-bg .corner-img{
    grid-gap: 0% 42%;
    min-height: 600px;
  }
  .group-image-bg .center-image-group img {
    transform: translate(-50%, 23%);
    width: 26%;
  }
}

@media screen and (min-width:1600px){
  .group-image-bg .container{
    max-width: 170rem;
  }
  .group-image-bg .corner-img{
    grid-gap: 0% 42%;
    min-height: 650px;
  }
  .group-image-bg .center-image-group img {
    transform: translate(-50%, 23%);
    width: 25%;
  }
  
}


@media screen and (min-width:2000px){
  .group-image-bg .container{
    max-width: 190rem;
  }
  .group-image-bg .corner-img{
    grid-gap: 0% 40%;
    min-height: 580px;
  }
  .group-image-bg .center-image-group img {
    transform: translate(-50%, 25%);
    width: 22%;
  }
}



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

     .racket-progressbar .racket-text p{
       font-size:14px;
     }
     .group-image-bg .corner h2{
       font-size:24px;
     }
     .group-image-bg .corner p{
       font-size:14px;
     }
     .group-image-bg .container{
        padding: 0 1.5rem;
      }
      

     
     .corner-img-inner{
        display:none !important;
     }
     .group-image-bg .corner{
        position:unset !important;
     }
     .group-image-bg .corner{
        text-align:center;
     }
     .group-image-bg .corner:nth-of-type(1) h2, .group-image-bg .corner:nth-of-type(3) h2{
           text-align:center !important;
     }
      .group-image-bg .corner:nth-of-type(1) p, .group-image-bg .corner:nth-of-type(3) p{
         text-align:center !important;
      }
     .group-image-bg .corner p{
        max-width:unset !important
     }
      .group-image-bg .corner-img{
        padding-top:60px;
      }
     .group-image-bg ul.slick-dots{
           display:flex;
           justify-content: center;
           align-items: center;
           list-style:none;
           gap:6px;
           position: absolute;
           top: 56px;
          left: 50%;
           transform: translateX(-50%);
           bottom:unset;
       width: 100%;
       max-width:250px;
       padding:0;
       margin:0;
       }
     .group-image-bg ul.slick-dots li{
       width:100%;
     }

     .group-image-bg ul.slick-dots li button{
          font-size:0px;
          width:100%;
          height:3px;
           background-color: #393939;
           border-radius: 0px;
           border-style: inherit;
     }

      .group-image-bg ul.slick-dots li.slick-active button{
          background-color:#fff;
            border-color:#fff;
       }

     .group-image-bg .corner{
        margin-top:26px;
     }
   
      .group-image-bg button.slick-prev,
      .group-image-bg button.slick-next{
          font-size:0px;
           background: #393939;
          border-radius: 100%;
          width: 45px;
          height: 45px;
          border-style: inherit;
          position: absolute;
          z-index:2;
        border:1px solid #636363;
       }
     .group-image-bg button.slick-prev{
        bottom: -520px;
        left: 100px;
     }

     .group-image-bg button.slick-next{
        bottom: -520px;
        right: 100px;
     }

       .group-image-bg button.slick-prev:before{
          content:"";
          background-image:url('/cdn/shop/files/Collapse_Arrow.png?v=1724221128');
          width: 20px;
          position: absolute;
          height: 20px;
          background-repeat: no-repeat;
          left: 12px;
          top: 11.8px;
          background-size: contain;
       }

     .group-image-bg button.slick-next:before{
         content:"";
         background-image:url('/cdn/shop/files/Collapse_Arrow_1.png?v=1724221128');
          width: 20px;
          position: absolute;
          height: 20px;
          background-repeat: no-repeat;
          left: 12px;
          top: 11.8px;
          background-size: contain;
     }
     .group-image-bg .center-image-group img{
       z-index: 1;
        position: relative;
        margin-bottom: -190px;
      max-width: 100%;
       max-height: 770px;
        padding: 0 0 60px;
     }
     .group-image-bg .center-image-group{
       text-align:center;
       padding-top: 0px;
     }
    .group-image-bg .container{
      position:relative;
    }
    body.padel .specification-class .rich-text__blocks .rich-text__text p{
      font-size: 14px;
    }
     .racket-progressbar .racket-text h2{
       font-size:24px !important;
     }
      .racket-progressbar .racket-text p{
        font-size:14px !important;
        line-height:1.7;
      }
     
   }

  

   @media screen and (max-width:767px){
     .group-image-bg .center-image-group img{
        width: 100%;
       object-fit:contain;
       max-height:740px;
       margin-bottom: -175px;
        padding: 0 0 40px;

     }
     .group-image-bg button.slick-prev{
          bottom: -500px;
          left: 50px;
     }

   .group-image-bg button.slick-next{
          bottom: -500px;
          right: 50px;
   }
     .specification-class .rich-text .rich-text__wrapper{
       margin-top: 0;
       width:100%;
     }
     .racket-progressbar .racket-text{
       padding: 30px 15px 40px !important;
     }
   }
   
  @media screen and (max-width:500px){
    .group-image-bg .center-image-group img{
      max-height: 640px;
        margin-bottom: -150px;
      max-height: 500px;
        margin-bottom: -140px;
      
    }
     .group-image-bg button.slick-prev{
          bottom: -335px;
          left: 20px;
     }

   .group-image-bg button.slick-next{
          bottom:-335px;
          right: 20px;
   }

      .group-image-bg .center-image-group img{
        padding-bottom:0;
      }
    
 }











.four-text .container{
  padding:0 3rem;
 max-width: var(--page-width);
    margin: 0 auto;
  width:100%;

}


 .four-text .four-text-flex {
     display: grid;
    grid-template-columns: repeat(4, 1fr);
     gap: 20px;
   }

 .four-text .rec-img{
   display:none;
    /* margin-left: 22px; */
  }

 .four-text .rec-text{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: 0;
   border-top: 4.5px solid #D9B8B0;
   padding-top: 15px;
  }

   .four-text .four-text-flex .rich-text p.block-p{
      font-size:16px;
      font-weight:400;
      line-height:1.2;
   }

  .four-text .four-text-flex .rich-text  h2{
     font-size:42px;
     font-weight:700;
     line-height:1.2;
    /* white-space: nowrap; */
    margin: 0;
  }
.shopify-section .four-text{
  padding-bottom: 60px;
}

.four-text .rec-text p{
  max-width: 70px;
}

@media screen and (max-width:990px){
  .four-text .container{
    padding:0 1.5rem;
  }
}



 @media screen and (min-width:990px) and (max-width:1025px){
      .four-text .four-text-flex .rich-text h2{
         font-size:40px;
      }
    }

   @media screen and (min-width:767px) and (max-width:990px){
      .four-text .four-text-flex .rich-text  h2{
      font-size:22px;
    }
   }

  @media screen and (max-width:767px){
     .four-text .four-text-flex {
       display:block;
      width: 90%;
      margin: 0 auto;
   }

    .four-text .four-text-flex .rich-text  h2{
      font-size:36px;
    }

     .four-text .four-text-flex .rich-text:before{
        content:unset !important;
     }
    .four-text .four-text-flex .rich-text{
       border-top:4.5px solid #D9B8B0;
    }

   .four-text  .rec-img img{
       display:none;
    }
    .four-text .rec-text{
      justify-content: space-between;
        width: 80%;
        margin: 0 auto;
      border-top:0;
      padding:0;
    }
    .four-text .rec-text p {
    max-width: unset;
    }

    .four-text .rec-text p {
       font-size:16px;
    }

     .four-text .rec-text p br{
        display:none;
     }
  }

   @media screen and (max-width:376px){
  .four-text .four-text-flex .rich-text:before{
        width:340px;
  }
   }


.racket-progressbar .container{
  padding:0 3rem;
  max-width: var(--page-width);
  margin: 0 auto;
  width:100%;
}

.racket-progressbar .racket-text{
   text-align:center;
}

.racket-progressbar .racket-text h2{
    font-size:32px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:0.6px;
    text-transform:uppercase;
    color:#fff;
 }

.racket-progressbar .racket-text p{
  font-size:16px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:0.6px;
  color:#eaeaea;
  max-width: 633px;
  margin: 0 auto;
}

.racket-progressbar .racket-text{
   padding:30px 20px 80px 20px;
}

.racket-progressbar .padel-bg h2{
   color:#000;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:0.6px;
}

.racket-progressbar .padel-bg{
  /* background: #D9B8B0; */
  height: 70px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top:20px;
}

.racket-progressbar .padel-bg h2{
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.6px;
  position: absolute;
  left: 160px;
  left: 154px;
  bottom: -11px;
  text-transform: uppercase;
}
 .racket-progressbar .padel-rackets .padel-text{
    margin:0 auto;
   width:100%;
 }
 .racket-progressbar .padel-text p{
    color:#000;
    font-size:13px;
    font-weight:400;
    line-height:1.2;
   margin:0;
 }

.racket-progressbar .padel-rackets .padel-img-text{
  display:flex;
  background-color:#fff;
  width: 100%;
  margin: 0 auto;
  align-items:center;
  justify-content: center;
  height: 115px;
   
}
.racket-progressbar .padel-rackets .padel-img-text .padel-img{
   margin-left: 26px;
  margin-top: -60px;
   z-index: 1;
}

.racket-progressbar .padel-rackets .padel-img-text .padel-img img{
  width:94px;
  
}
.racket-progressbar .padel-rackets .padel-text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 22px;
  padding: 0 36px;

}

.racket-progressbar .padel-rackets .padel-text-p{
   display:flex;
   gap: 100px;
   flex-wrap:wrap;
   /* position: relative;
   top: 60px; */
   justify-content: space-between;
   gap:8px;
}

.racket-progressbar  .custom-progress-bar {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  /* top: -118px; */
}

.racket-progressbar .progress-bar-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 25px;
  overflow: hidden;
  height: 8px;
  position: relative;
}

.racket-progressbar  .progress-bar-fill {
  height: 100%;
  width: var(--progress-width);
  /* background-color:#038800; */
  border-radius: 25px 0 0 25px;
  transition: width 0.3s ease;
}
      
.racket-progressbar .progress-bar-label {
      margin-top: 10px;
      font-size: 14px;
      color: #333;
}

.padel-rackets div:empty{
   display:block !Important
}
.padel-rackets .slide-container{
  background:#fff;
}

@media screen and (min-width:1900px){
  .racket-progressbar .padel-rackets .padel-img-text .padel-img{
      margin-top: -68px;
   }
}
@media screen and (min-width:980px) and  (max-width:1025px){
   .racket-progressbar .padel-rackets .padel-text{
      column-gap: 70px;
   }
}

@media screen and (max-width:990px){
  .racket-progressbar .container{
    padding:0 1.5rem;
  }
}

   @media screen and (max-width:767px){
      .racket-progressbar .padel-bg h2{
         text-align: center;
         position: relative;
         top: 12px;
         left:unset;
         bottom:unset;
         font-size:24px;
      }
     .racket-progressbar .padel-rackets .padel-text{
        display:unset;
       width: 80% !important;
        max-width: 500px;
        display: block;
     }
     .racket-progressbar .padel-rackets .padel-text-p{
        position:unset;
        /* gap:0px; */
       /* column-gap: 70px; */
        justify-content: space-between;
       padding: 25px 0;
     }

    .racket-progressbar .padel-rackets .padel-text-p p:nth-of-type(2){
          position: relative;
          /* left: 32px; */
   }
     .custom-progress-bar{
        top:unset;
     }
     .racket-progressbar .padel-rackets .padel-img-text{
        height:unset;
     }
     .racket-progressbar .padel-rackets .padel-img-text{
        display:block;
     }
     .racket-progressbar .padel-rackets .padel-img-text .padel-img{
        margin: -35px auto 0;
       width:100%;
     }
     .racket-progressbar .padel-rackets .padel-text{
        padding:0px;
        width: 270px;
     }
     .racket-progressbar .padel-rackets .padel-img-text{
        padding-bottom:45px;
     }
     .padel-rackets  ul.slick-dots{
           display:flex;
           justify-content: center;
           align-items: center;
           list-style:none;
           gap:6px;
           position: absolute;
          left: 50%;
           transform: translateX(-50%);
         margin: 0;
        padding: 0;
        width: calc(100% - 180px);
        bottom: -30px;
       }
       .padel-rackets  ul.slick-dots li {
        width: 100%;
       }
     .padel-rackets ul.slick-dots li button{
       width: 100% !important;
     }

     .padel-rackets ul.slick-dots li button{
          font-size:0px;
          width:50px;
          height:3px;
           background-color: #393939;
           border-radius: 0px;
           border-style: inherit;
     }

     .progress-bar-container{
         width: 280px;
     }

     .racket-progressbar .padel-text p{
        position: relative;
        /* left: -28px; */
     }

     .padel-rackets ul.slick-dots li.slick-active button{
          background-color:#fff;
            border-color:#fff;
       }

      .padel-rackets button.slick-prev,
      .padel-rackets button.slick-next{
          font-size:0px;
           background: #393939;
          border-radius: 100%;
          width: 45px;
          height: 45px;
          border-style: inherit;
          position: absolute;
          z-index:2;
        border: 1px solid #636363;
       }
     .padel-rackets button.slick-prev{
           left: 20px;
           bottom: -50px;
     }

       .padel-rackets button.slick-next{
          bottom: -50px;
          right: 20px;
     } 

        .padel-rackets button.slick-prev:before{
          content:"";
          background-image:url('/cdn/shop/files/Collapse_Arrow.png?v=1724221128');
          width: 20px;
          position: absolute;
          height: 20px;
          background-repeat: no-repeat;
          left: 12px;
          top: 11.8px;
          background-size: contain;
       }

      .padel-rackets button.slick-next:before{
         content:"";
         background-image:url('/cdn/shop/files/Collapse_Arrow_1.png?v=1724221128');
          width: 20px;
          position: absolute;
          height: 20px;
          background-repeat: no-repeat;
          left: 12px;
          top: 11.8px;
          background-size: contain;
     }
     .racket-progressbar .padel-bg{
       margin:0;
     }
     .padel-rackets .slide-container{
       background:transparent;
     }
    .racket-progressbar .padel-bg{
      height: 90px;
      margin-top: 0;
      border-bottom: 1px solid #000;
    }
     .racket-progressbar .padel-rackets .padel-img-text .padel-img img{
         position: relative;
        text-align: center;
        margin: 0 auto;
     }
     .racket-progressbar .padel-rackets .padel-img-text .padel-img img{
       max-height:150px;
     }
     .padel-rackets{
      padding-bottom:30px;
     }
   }


.padel-text-template .rich-text__heading, .specification-class .rich-text__heading{
  margin-bottom:1rem;
}
.specification-class .rich-text__heading{
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px){
  .padel-text-template .rich-text, .specification-class .rich-text{
    padding-top: 52px !important;
  }
}

 body.padel .CarouselWidget__inner {
       margin-top:20px !important;
    }

 .four-text .four-text-flex .rich-text h2{
    font-size:34px;
 }

@media screen and (max-width: 749px){
  .padel-text-template .rich-text, .specification-class .rich-text{
    padding-top: 30px !important;
  }
  .collection.padel-tempate-product .grid.product-grid.slider{
    display:none;
  }
  
  .collection.padel-tempate-product .product-grid-product {
    scroll-padding-left: 0;
  }
  .collection.padel-tempate-product .product-grid-product .grid__item{
    min-width: unset;
    --grid-mobile-horizontal-spacing:unset;
    max-width:unset;
    width: unset;
  }
  .collection.padel-tempate-product .slider-buttons{
    display:none;
  }
  .collection.padel-tempate-product .product-grid-product ul.slick-dots{
     padding:0 40px;
  }
  .collection.padel-tempate-product .product-grid-product ul.slick-dots li{
     padding:0 2px;
  }
  .collection.padel-tempate-product .slider.slider--desktop{
    display:none;
  }
  .collection.padel-tempate-product .product-grid-product{
    margin:0;
    padding:0 0 20px;
  }
  body.padel .collection .collection__title .collection__description p {
    font-size:14px;
  }
   body.padel .rich-text__blocks .rich-text__text p{
     font-size:14px;
  }
   .TextBanner .noBreakWrap{
   margin-top:5px !important;
}

 body.padel .racket-progressbar .padel-rackets{
     margin-top:-5px;
 }
body.padel .specification-class .rich-text__blocks .rich-text__text p{
   margin-top:24px;
}
body.padel  .racket-progressbar .racket-text p{
   line-height:24px !important;
}

 body.padel .racket-progressbar .padel-bg h2{
    top:18px;
 }
 body.padel .racket-progressbar .padel-rackets .padel-text-p{
     padding: 15px 0;
  }
  
  body.padel  .racket-progressbar {
     padding-bottom:110px;
  }

   body.padel  .group-image-bg .corner p {
      color:#D1D1D1;
   }

  body.padel  .collection .collection__title .title{
      color:black !important;
   }
  body.padel .four-text .four-text-flex .rich-text h2{
    font-size:21px; 
}

 .section-template--22714442776902__featured_collection_wBHMLm-padding{
    padding-top:0px !important;
 }

   body.padel .shopify-section .collection .collection__title{
     margin-top: 40px;
  }
    body.padel .CarouselWidget__inner {
       margin-top:38px !important;
    }
}
/* 
.product .product-form__buttons .product-form__submit{
  transition: top 1s linear;
}
.product .product-form__buttons .product-form__submit.active{
  position:fixed;
} */

/* body.club-shop */


body.padel .marquee-sec{
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background: #fff;
}
body.padel #MainContent {
    background: #fafafa;
}

body.padel .specification-class .rich-text__blocks .rich-text__text{
  opacity: 1;
}
body.padel .specification-class .rich-text__blocks .rich-text__text p{
  color:#232323;
}
.four-text .four-text-flex .rich-text h2, .four-text .four-text-flex .rec-text p{
  color:#000;
}

@media screen and (min-width:768px) and  (max-width:990px){
 body.padel  .racket-progressbar .racket-text{
     padding: 30px 20px 40px 20px;
  }
  .padel-text-template .rich-text, .specification-class .rich-text{
     padding-top: 12px !important;
  }

}

@media screen and (max-width: 749px) {
    .banner.banner--content .banner__buttons {
        width: 400px;
        margin-left: -14px;
    }
  
}

@media screen and (max-width: 979px){
  #shopify-section-template--22714442481990__image_banner_YDmEmz .banner.banner--content .banner__content .banner__box{
      margin-top:46px !important;
   }
     #shopify-section-template--22714442481990__image_banner_YDmEmz .banner.banner--content .banner__content .banner__heading{
      padding-left: 0rem;
   }
}

@media screen and (min-width: 980px) and (max-width:982px){
   #shopify-section-template--22714442481990__image_banner_YDmEmz .banner.banner--content .banner__content .banner__box{
         margin-top:208px !important;
   }
    #shopify-section-template--22714442481990__image_banner_YDmEmz .banner.banner--content .banner__content .banner__heading{
      padding-left: 0rem;
   }
}

 .header__inline-menu  .header__active-menu-item{
    color:#999;
 }

.club-shop3 .product-form__buttons{
   margin-top:15px;
}
