/** Shopify CDN: Minification failed

Line 3630:0 All "@import" rules must come first
Line 3632:0 All "@import" rules must come first

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

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

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

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

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

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* 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-wrapper {
  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 {
    padding:8px;
    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 {
  --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);
}

.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 {
  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__button--unbranded: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) {
  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;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* 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-wrapper {
  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 .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.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-wrapper {
  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-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

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

.customer .field .form__message .svg-wrapper {
  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-wrapper {
  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 .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

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

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

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

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

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

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

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-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}


/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    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);
  }
}

@media screen and (max-width: 749px) {
  .grid--peek .grid__item {
    min-width: 100% !important;
    width: 100% !important;
  }

  .grid--peek.slider--mobile {
    margin: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
  }

  body, html {
    zoom: 1 !important;         /* Reset zoom */
    transform: none !important; /* Avoid scaling */
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


/* general css start */
.page-width {
    max-width: 100%;
    width: 1440px;
    margin: auto;
    padding: 0 64px;
}
.hidden-xs{
  display:block;
}
.visible-xs{
  display:none;
}

.text-center {
  text-align: center;
}
.section__header {
    margin-bottom: 48px;
}
.title_name {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0px;
    margin: 0;
  color: #341F18;
  text-transform:capitalize;
}
.button {
  border:1px solid #341F18;
    background-color: #341F18;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 12px;
      padding: 14px 60px;
}
.button:hover,
.button:focus{
  background-color: #BE8441;
  color: #262220;
  border-color:#BE8441;
}

.button:after, .button:not([disabled]):hover:after {
    box-shadow: unset;
}
.mb__100 {
    margin-bottom: 120px;
}

#MainContent,
.drawer__inner{
  background:#f9f8f4;
}
.menu-drawer,
.menu-drawer__inner-submenu{
  background:#f9f8f4 !important;
}
@media screen and (max-width: 767px) {
  .page-width {
    width: 100%;
    padding: 0 20px;
  }
  .hidden-xs{
    display:none;
  }
  .visible-xs{
    display:block;
  }

  .section__header {
    margin-bottom: 28px;
  }
  .title_name {
    font-size: 28px;
    line-height: 30px;
  }
  .mb__100 {
    margin-bottom: 48px;
  }
  .button {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 20px;
  }
}
/* general css end */

/* Annoucement bar css start */
.announcement-bar-section .utility-bar{
  background-position: center center;
}
.announcement-bar .announcement-bar__message{
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .announcement-bar .announcement-bar__message{
  font-size: 10px;
  color: #fff;
}
  .announcement-bar-section .page-width{
    padding:0 10px;
  }
  .announcement-bar .slider-button--prev{
    margin-left:0;
  }
  .announcement-bar .slider-button--next{
    margin-right:0;
  }
}
/* Annoucement bar css end */

/* header css start */
.header .header__inline-menu .header__menu-item {
  padding: 8px 16px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #262220;
}
.header .header__inline-menu .header__menu-item:hover span {
  text-decoration: unset;
}
.header .list-menu__item--active,
.header .header__active-menu-item,
.header .header__submenu .header__menu-item:hover{
   text-decoration:unset; 
}
.header .header__inline-menu .header__menu-item:hover,
.header .header__inline-menu .header__menu-item[aria-current=page]{
  background: #7E582B;
  color: #fff;
  border-radius: 8px;
}
.header .activeDDMenu > .header__active-menu-item:hover{
  color:#fff;
}
.header .header__inline-menu .header__menu-item[aria-current=page] .header__active-menu-item{
  text-decoration: unset;
  color: #fff;
}
.header .header__inline-menu ul.list-menu li {
    margin-right: 8px;
  margin-left:8px;
}
.header a.header__icon.header__icon--account.link {
    width: unset;
    font-size: 20px;
    text-decoration: unset;
    font-weight: 500;
}
.header.page-width {
  width: 100%;
}
.header a.header__icon.header__icon--account.link {
    margin-left: 20px;
}
.header summary.header__icon.header__icon--search {
    width: 100%;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0 14px;
    padding-left: 4px;
    text-decoration: unset;
}
details[open]>.header__menu-item {
    text-decoration: unset;
}
.header .header__icon--search span.search_label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
header .header__icons.header__icons--localization.header-localization {
    gap: 12px;
}
header .header__inline-menu .header__menu-item .icon-caret {
    width: 18px;
    height: 8px;
    top: 15px;
    right: -4px;
}
.header:not(.drawer-menu).page-width {
  box-shadow: 0px 2px 4px 0px #00000040;
  grid-template-columns: unset;
  padding: 12px 64px;
}
.header__submenu.list-menu{
  border-radius:10px;
}
header .header__icon--account .header_login_acc{
  position:relative;
  margin-left:15px;
}
header .header_login_acc .header__menu-item svg{
  width:28px;
  height:28px;
}
header .header_login_acc .header__menu-item svg path{
  fill:#000;
}
header .header_login_acc .dropdown_login{
  position: absolute;
  z-index: 9;
  padding: 1rem 0;
  background: #fff;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), var(--popup-border-opacity));
  border-radius: 10px;
  right: 0;
  display:none;
}
header .header_login_acc.active .dropdown_login{
  display:block;
}
header .header_login_acc .dropdown_login ul{
  list-style:none;
  padding:0;
  margin:0;
}
header .header_login_acc .dropdown_login ul li{
  margin-right: 8px;
  margin-left: 8px;
}
header .header_login_acc.active .dropdown_login a{
  padding: 8px 16px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #262220;
  display: block;
  text-decoration: unset;
}
header .header_login_acc.active .dropdown_login a:hover{
  background: #7e582b;
  color: #fff;
  border-radius: 8px;
}
.header__icon:hover .icon, .modal__close-button:hover .icon {
    transform: unset;
}
#menu-drawer .menu-drawer__account .svg-wrapper{
  margin-right:10px;
}
@media screen and (min-width: 990px) {
header nav.header__inline-menu {
    display: flex;
    justify-content: center;
}
}
@media screen and (max-width: 1280px) {
  .header .header__inline-menu .header__menu-item {
      padding: 6px 12px;
  }
  header .header__icons.header__icons--localization.header-localization {
    gap: 4px;
  }
  .header a.header__icon.header__icon--account.link {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
   .header__heading-logo{
     width:133px !important;
   }
  .header .header__icon--search span.search_label {
    display: none;
  }
  .header summary.header__icon.header__icon--search {
    width: unset;
    border: unset;
    border-radius: unset;
    padding: unset;
  }
  .header:not(.drawer-menu).page-width {
    padding: 12px 20px;
  }
  header img.header_iconImg {
    width: 24px;
    height: 24px;
  }
  header .header__icon .svg-wrapper, .header__icon, .header__icon--cart .icon {
    width: 35px;
    height: 35px;
  }
  header .header__icons.header__icons--localization.header-localization {
    gap: 2px;
  }
  header.header.header--middle-left.header--mobile-left.page-width {
    display: flex;
    width: 100%;
    justify-content:space-between;
  }
  header-drawer {
    order: 3;
  }
  details#Details-menu-drawer-container {
    margin-left: 20px;
  }
  header .header__heading{
    width:150px;
  }
  header .header-drawer{
    width:40px;
    margin:0;
  }
  header .header__icons{
    width:calc(100% - 200px);
    justify-content: flex-end;
  }
   header details#Details-menu-drawer-container {
        margin-left: 6px;
    }
}
/* header css end */

/* footer css start */
.footer__content-top .footer-block--newsletter {
  justify-content: space-between;
  margin-top: 50px;
}
footer .footer-block__heading {
    font-family: 'Nunito Sans';
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
  position: relative;
      padding-bottom: 12px;
}
footer .footer__content-top .footer-block__heading:after {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #ffffff;
    display: block;
}
.social-icons_d .list-social {
    justify-content: unset;
      gap: 30px;
}
.footer__content-top .payment-partner_d img {
    margin-right: 40px;
}
.footer__content-top.page-width {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
}
.footer__content-top .footer__blocks-wrapper.grid {
    justify-content: space-between;
    gap: 40px;
}
.footer__content-top .footer-block.grid__item.footer-block--menu {
    width: 10%;
}
footer .footer__content-bottom {
    padding-top: 0;
    margin-top: 40px;
}
.footer__copyright.caption {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.footer__copyright.caption a {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-decoration: unset;
}
@media screen and (max-width: 767px) {
  footer.footer.color-scheme-76376f53-cbe5-4eb2-886d-156b39033594.gradient.section-sections--18777996230911__footer-padding {
    padding: 20px;
  }
  .footer__content-top.page-width {
    padding: 0;
  }
  footer .footer-block__heading {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 0;
  }
  footer .footer__content-top .footer-block__heading:after {
    top: 22px;
  }
  .footer__content-top .footer-block.grid__item.footer-block--menu {
    width: 100%;
  }
  .footer__content-top .footer-block--newsletter {
    flex-direction: unset;
  }
  .social-icons_d img {
    width: 20px;
    height: 20px;
  }
  .social-icons_d .list-social {
    gap: 0px;
  }
  .footer__copyright.caption {
    justify-content: center;
  }
  .footer__copyright.caption a {
    font-size: 16px;
    line-height: 20px;
        width: 50%;
  }
  .footer__copyright.caption a:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__copyright.caption a:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    width: 1px;
  }
}
/* footer css end */

/* Single banner sec css start */
.singleBanner_sec img{
  width:100%;
}
/* Single Banner Sec css end */

/* Cart page css start */
cart-items cart-remove-button .button:not([disabled]):hover{
    fill:#fff;color:#fff;
}
.cart-drawer .cart-item cart-remove-button{
  margin-left:10px !important;
}
/* Cart Page css end */

/* swiper slider common css start */
.swiperSlider .img_d img {
    width: 100%;
}
.swiper-pagination.swiper-pagination-bullets {
    display: none;
}
.swiperSlider .swiper_arrows {
  color: transparent;
  display: block;
  width: 50px;
    height: auto;
  top: 45%;
}
.swiperSlider .swiper-button-prev {   
    background: url(/cdn/shop/files/arrow-circle-left.svg?v=1734341778) no-repeat scroll left center;   
    left: -2px;
}
.swiperSlider .swiper-button-next {
    background: url(/cdn/shop/files/arrow-circle-next.svg?v=1734341778) no-repeat scroll left center;
    right: -2px;
}
/* swiper slider common css end */

/* hp banner sec css start */
section#shopify-section-template--18777995772159__image_banner .banner__content.banner__content--middle-left.page-width {
    padding: 62px 94px;
    max-width:1560px;
}
section#shopify-section-template--18777995772159__image_banner h2.title_name.banner__heading {
    font-size: 57px;
    line-height: 65px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}
section#shopify-section-template--18777995772159__image_banner h2.title_name.banner__heading strong {
    font-weight: 900;
}
section#shopify-section-template--18777995772159__image_banner .banner__buttons a.button.button--primary {
    padding: 18px 64px;
}
section#shopify-section-template--18777995772159__image_banner .banner__buttons {
    margin-top: 40px;
}
section#shopify-section-template--18777995772159__image_banner .banner__buttons a.button.button--primary:hover {
    color: #341f18;
    background: #fff;
}
@media screen and (max-width: 767px) {
  section#shopify-section-template--18777995772159__image_banner .banner__content.banner__content--middle-left.page-width {
    padding: 0;
  }
  section#shopify-section-template--18777995772159__image_banner h2.title_name.banner__heading {
    font-size: 28px;
    line-height: 30px;
  }
  section#shopify-section-template--18777995772159__image_banner .banner__buttons {
    margin-top: 20px;
  }
  section#shopify-section-template--18777995772159__image_banner .banner__buttons a.button.button--primary {
    padding: 5px 20px;
    font-size: 12px;
    line-height: 12px;
    min-height: 30px;
  }
}
/* hp banner sec css end */

/* hp featured tabs sec css start */
.collection_tabs_sec .tabMainDivv {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    max-width: 340px;
    margin: auto;
    gap: 16px;
    background: #F5F5F5;
    box-shadow: 0px 1px 16px 0px #00000040;
    padding: 8px;
    border-radius: 24px;
}
.tabMainDivv .tab-title .tablinks.active, .tabMainDivv .tab-title .tablinks2.active {
    color: #ffffff;
    background: #7E582B;
    border-radius: 16px;
}
.tabMainDivv .tab-title .tablinks, .tabMainDivv .tab-title .tablinks2 {
    border: unset;
    padding: 10px 25px;
    background: unset;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Nunito Sans';
    color: #000000;
    cursor: pointer;
}
.tab-collection_listing .grid__item {
  /* padding: 8px; */
  background: #fff;
}
.tab-collection_listing .product-card-wrapper{
  margin: 8px;
  
}
@media screen and (max-width: 767px) {
  .collection_tabs_sec .tabMainDivv {
      width: 100%;
    max-width: 270px;
    padding: 4px 25px;
  }
  .tabMainDivv .tab-title .tablinks, .tabMainDivv .tab-title .tablinks2 {
    padding: 5px 25px !important;
    font-size: 14px ;
    line-height: 20px;
  }
  .collection_tabs_sec .card-wrapper .card__heading .full-unstyled-link {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    height:23px;
  }
}
/* hp featured tabs sec css end */

/* hp category sec css start */
.categorySec .two_divs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  align-items: center;
  margin: auto;
}
.categories__sec .categories__d .categoriesD {
  width: 50%;
  position: relative;
}
.categories__sec .categories__d .categoriesD .two_divs {
  gap: 16px;
  justify-content: center;
  width: 100%;
  margin: unset;
}
.categories__sec .categorySec {
  background: url(/cdn/shop/files/24c4d10c19b4024bb7cc481a4479c34d.png?v=1736148775)no-repeat scroll center center;
  padding: 60px 0;
}
.categories__sec .categories__d .categoriesD:before {
  content: "";
  position: absolute;
  left: 24px;
  right: 0;
  top: 15%;
  bottom: 0;
  display: block;
  background: #908786;
  width: 1px;
}
.categories__sec .categories__d .categoriesD .overlay_nm {
  color: #908786;
  transform-origin: left;
  font-family: Oswald;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  transform: rotate(-90deg);
  position: absolute;
  top: 40px;
  left: 15px;
}
.categories__sec .categories__d .categoriesD .category_d {
    position: relative;
}
.categories__sec .categories__d .categoriesD .contentD {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'Oswald';
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}
.categories__sec .categories__d .categoriesD .category_d .imgD img {
    width: 100%;
    display: block;
   transition: transform 0.4s ease;
}
.categories__sec .categories__d .categoriesD .category_d:hover .imgD img {
transform: scale(1.2);
}
.categories__sec .categories__d .categoriesD .category_d .imgD{
  overflow:hidden;
}
@media screen and (max-width: 1280px) {
  .categories__sec .categories__d .categoriesD:before {
    left: 6px;
  }
  .categories__sec .categories__d .categoriesD .overlay_nm {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .categories__sec .categories__d .categoriesD .contentD {
    font-size: 20px;
    line-height: 20px;
    bottom: 4px;
  }
  .categories__sec .categories__d .categoriesD:before {
    content: unset;
  }
  .categories__sec .categories__d .categoriesD .overlay_nm {
    top:50%;
    transform: translateY(-50%);
  }
  .categories__sec .categories__d .categoriesD .two_divs {
    width: 100%;
    gap: 8px;
    padding-left: 85px;
  }
  .categories__d.two_divs {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .categories__sec .categories__d .categoriesD {
    width: 100%;
  }
  .categories__sec .categories__d .categoriesD .category_d {
    width: calc(50% - 8px);
  }
  .categories__sec .categorySec {
    padding: 20px 0;
  }
  .categories__sec .categorySec .categories_forHim.categoriesD {
    margin-bottom: 10px;
  }
}
/* hp category sec css end */

/* hp promise icons sec css start */
.promise_icons {
  background:transparent !important;
}
.promise_icons .title-wrapper-with-link {
    justify-content: center;
    margin: 0;
}
.promise_icons .multicolumn-list {
  width: 100%;
  max-width:840px;
  margin: auto;
}
.promise_icons .multicolumn-card__info {
  padding: 0!important;
}
.promise_icons .multicolumn-card__info p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  padding: 16px 0 0;
  color:#000;
}
/* hp promise icons sec css end */

/* common card css start */
.card--standard>.card__content .card__information {
    padding: 16px 0;
}
.card--standard>.card__content .card__information .card__heading {
    font-family: 'Nunito Sans';
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.card-information .price__container .price-item {
    font-family: 'Nunito Sans';
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
}
.card-information .price__container .price__sale s.price-item.price-item--regular {
    font-size: 14px;
    color: #908786;
    font-family:'Nunito Sans';
}
.card-wrapper.underline-links-hover:hover .card__information a {
  text-decoration: unset;
}
.card--media .card__inner .card__content .card__badge {
    display: none;
}
.card-wrapper .couponCode_d{
  min-height:35px;
  line-height: 19px !important;
  margin-top:12px;
}
.card-wrapper .quick-add{
  margin-bottom:0;
}
  .card-wrapper .smartwishlist{
    position:absolute;
    right:10px;
    top:10px;
    font-size: 20px !important;
    display: flex;
    z-index: 9 !important;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }
@media screen and (min-width: 768px) {
  /* .card-wrapper .quick-add{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.card-wrapper .quick-add > product-form{
  width: calc(100% - 50px);
}
.card-wrapper .quick-add > modal-opener{
  width: 40px;
  height: 40px;
} */
/* .card-wrapper .quick-add > modal-opener .quick-add__submit{ */
  /* background: #fff;
  border: 1px solid #000;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: unset;
  min-width: unset;
  border-radius: 100%;
  min-height: unset;
}
.card-wrapper .quick-add > modal-opener .quick-add__submit img{
  width:20px;
} */

  .quick-add-modal__content .product .product__title{
    justify-content:flex-start;
  }
}
@media screen and (max-width: 767px) {
.card--standard>.card__content .card__information{
    padding:8px 0;
  }
  .card-wrapper .couponCode_d{
    line-height: 19px !important;
    min-height: 27px;
  }
  /* .card-wrapper .smartwishlist{
    right: 0;
    top: 0;
    margin: 0;
  } */
  .card-wrapper .price--on-sale .price__sale{
    display: flex;
    align-items: center;
  }
  /* .card-wrapper .quick-add > modal-opener{
    display:none;
  } */
  .quick-add-modal__content{
    border-radius:12px;
  }
}
/* common card css end */

/* collection page css start */
h2.product-count__text {
    display: none;
}
.collection-hero .noCollectionImage img{
  width:100%;
  display:block;
}
#product-grid .grid__item{
  background:#fff;
}
.collectionBanners{
  width:100%;
}
.collectionBanners img{
  width:100%;
}
.collection-hero{
  background:transparent;
}
.collection-hero .colletion_desctription{
  font-size:20px;
  line-height:28px;
  color:#666;
  font-weight:500;
  text-align:center;
  max-width:1100px;
  width:100%;
  margin:50px auto 25px;
  padding:0 20px;
}
@media screen and (max-width: 767px) {
  .collection-hero .colletion_desctription{
    font-size: 16px;
    line-height: 26px;
    margin: 50px auto 15px;
  }
}
/* collection page css end */

/* product page css start */
product-info .backToCategory{
  margin:10px 0;
}
product-info .backToCategory a{
  text-decoration: unset;
  color: #000;
  font-size: 13px;
}
product-info{
  padding-bottom:0 !important;
  margin-bottom:64px;
  background:transparent !important;
}
.product .price-item {
    font-family: 'Oswald' !important;
    color: #000;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
}
.product .product__info-container .price--on-sale .price-item--regular {
    font-family: 'Oswald';
    font-size: 24px;
    line-height: 20px;
    font-weight: 400;
    color: #908786;
}
.product__title h1 {
    font-family: 'Oswald';
    font-size: 54px;
    line-height: 54px;
    font-weight: 500;
    margin-bottom: 20px;
}
.product media-gallery .virtualTryOn{
  position: absolute;
  right: 10px;
  bottom: 12px;
  z-index:9;
}
.product media-gallery .virtualTryOn img{
  max-width:150px;
  display:block;
}
.product .viewSimilarTab{
  display:none;
}
.product .viewSimilarTab a{
  background: #FCF9F2;
  box-shadow: 0px 2px 4px 0 #00000040;
  border-radius: 8px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: #7E582B;
  font-weight: 400;
  text-decoration:unset;
}
.product .viewSimilarTab a svg{
  margin-right:4px;
}
.product .product__media-wrapper{
  margin-bottom:40px;
}
.product .product__info-wrapper {
  position:relative;
}
.product .forMobileRating{
  position: absolute;
  top: -66px;
  right: 0;
  z-index: 1;
}
.product .product__title {
  margin:0 0 24px;
}
.product .price{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.product .price .price__container{
  margin:0;
}
.product .price .badge.price__badge-sale{
  display:none;
}
.product .price .discount-badge{
  font-size: 20px;
  line-height: 20px;
  color: #7E582B;
  font-weight: 500;
  background: #FCF9F2;
  padding: 4px 8px;
  border-radius: 8px;
  margin-left:4px;
}
.product .price .inclusiveTax{
  width:100%;
  font-size: 20px;
  line-height: 20px;
  color: #908786;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px 0 0;
}
.product .suitable-for-mobile.deliveryFreeText{
  width:100%;
  margin:30px 0 0;
}
.product .customeColorDiv .label__d{
  font-size: 20px;
  line-height: 22px;
  color: #262220;
  font-weight: 400;
  margin: 0 0 15px;
}
.product .customeColorDiv{
  margin:0 0 32px;
}
.product .size_guide_d{
  margin:0 0 20px;
}
.product .size_guide_d a{
  font-size: 20px;
  line-height: 22px;
  color: #262220;
  /* text-decoration:unset; */
}
 .product .ColorSwatchList{
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding:0;
  row-gap: 5px;
}
.product .ColorSwatchList .HorizontalList__Item{
  margin-right:5px;
}
.product .ColorSwatchList .custom{
  border:1px solid #d7d7d7;
  width:62px;
  height:62px;
  display:inline-block;
  overflow:hidden;
  border-radius:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
}
.product .ColorSwatchList .custom label{
  width:60px;
  height:60px;
  border-radius:100%;
  overflow:hidden;
  margin:0;
}
.product .ColorSwatchList .custom label img{
  width: inherit;
  height: inherit;
  object-fit: cover;
  cursor:pointer;
  transform: scale(1.8);
}
.product .ColorSwatchList .active .custom{
  border-width:2px;
  border-color:#333637;
      box-shadow: 0px 2px 4px 0px #00000080;
}
#judgeme_product_reviews .jdgm-rev-widg__title{
  font-family: "Oswald";
  font-weight: 500;
  font-size: 54px;
  line-height: 54px;
  margin: 0 0 48px;
}
#judgeme_product_reviews .jdgm-rev-widg,
#judgeme_product_reviews .jdgm-rev-widg__header{
  padding-top:0;
  padding-bottom:0;
}
#shopify-section-template--18777995935999__reviews_sec_byttky .reviews_sec,
#shopify-block-AcTZDYW1FQkIwVFRDd__judge_me_reviews_review_widget_L8KfM3{
    margin: 0 0 64px !important;
}
.techTableD .tech_tr{
  display:flex;
  justify-content:space-between;
  margin: 0 0 15px;
}
.techTableD .tech_td{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.techTableD .tech_tr .tech_td:first-child{
  color: #7E582B;
  width: 130px;
}
.techTableD .tech_tr .tech_td:last-child{
  color:#262220;
  width: calc(100% - 135px);
  padding-left:5px;
}
.techTableD{
  position:relative;
}
.techTableD:before{
  position:absolute;
  content:"";
  width:1px;
  height:100%;
  left:133px;
  background:#C1BFBF;
}
.product .mainProductDGallery .slider-buttons{
  display:block !important;
}
.product .mainProductDGallery .slider-buttons .slider-button{
  position: absolute;
  top: 50%;
  z-index: 9;
  border: 1px solid #000;
  border-radius: 100%;
  cursor: pointer;
  background:transparent;
}
.product .mainProductDGallery .slider-buttons .slider-button svg{
  width:18px;
  height:18px;
}
.product .mainProductDGallery .slider-buttons .slider-button.slider-button--prev{
  left:10px;
}
.product .mainProductDGallery .slider-buttons .slider-button.slider-button--next{
  right:10px;
}
.product .mainProductDGallery .slider-counter{
  display:none;
}
.product .thumbnail-slider .slider-pagination.dotsCustomPagination {
  display:none;
}
@media screen and (min-width: 768px) {
  .product .viewSimilarTab{
     position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    display:block;
  }
}
@media screen and (max-width: 767px) {
   .product media-gallery .virtualTryOn{
    bottom:55px;
    width: 155px;
    height: auto;
  }
  .section-template--18777995935999__main-padding{
    margin-bottom:32px;
  }
  .product .viewSimilarTab{
    display:block;
  }
  .product__title h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
  }
  .product .price .inclusiveTax{
    font-size:16px;
    line-height:21px;
  }
  .techSpaceContainer .productLastImage img{
    margin:16px 0 !important;
  }
  .techSpaceContainer .faq-question{
    font-size:16px !important;
    padding:16px 0 !important;
  }
  .techTableD .tech_td{
    font-size:14px;
    line-height:19px;
  }
  #judgeme_product_reviews .jdgm-rev-widg__title{
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 28px;
  }
  #shopify-section-template--18777995935999__reviews_sec_byttky .reviews_sec, 
  #shopify-block-AcTZDYW1FQkIwVFRDd__judge_me_reviews_review_widget_L8KfM3 {
    margin: 0 0 32px !important;
  }
}
@media screen and (max-width: 749px) {
  .product .thumbnail-slider{
    display:block !important;
  }
  .product .thumbnail-slider .thumbnail-list,
  .product .thumbnail-slider .slider-button{
     display:none !important;
  }
  .product .thumbnail-slider .slider-pagination.dotsCustomPagination {
    padding: 0;
    min-height: 10px;
    margin: -19px 0 0;
    list-style: unset;
    display:flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap:6px;
  }
  .product .thumbnail-slider .slider-pagination.dotsCustomPagination .dot{
    width: 5.2px;
    height: 5.2px;
    background-color: #D4AD80;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display:block;
  }
  .product .thumbnail-slider .slider-pagination.dotsCustomPagination .dot.active{
    width: 20.82px;
    border-radius: 10px;
    background-color: #AE8D5B;
  }
}
/* product page css end */

/* home page banner css starts */
.bannerSliderSec{
  position:relative;
}
.bannerSliderSec .MainBannerSlider .content_d{ 
  position:absolute;
  left:160px;
  top:138px;
}
.bannerSliderSec .MainBannerSlider .content_d .banner_title{
  font-family: 'Oswald';
  font-weight: 400;
  font-size: 67.73px;
  line-height: 67.73px;
  letter-spacing: 0px;
  text-align: start;
  margin:0;
}
.bannerSliderSec .MainBannerSlider .content_d .banner_sub_title{
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: start;
  color:#7E4B3A;
}
.bannerSliderSec .MainBannerSlider .content_d .banner_description{
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 21.82px;
  letter-spacing: 0px;
  color:#262220;
  margin-top: 80px;
  max-width:286px;
}
.action_btn .button11{
  padding: 10px 70px;
  color:white;
    background-color:#341F18;
    border-radius:16px;
    border:none;
  font-family: "Nunito Sans";
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .bannerSliderSec .MainBannerSlider .content_d{ 
    position:absolute;
    left:40px;
    top:40px;
  }
  .bannerSliderSec .MainBannerSlider .content_d .banner_title{
    font-size: 23.15px;
    line-height: 23.15px;
    letter-spacing: 0px;
  }
  .bannerSliderSec .MainBannerSlider .content_d .banner_sub_title{
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16.37px;
    letter-spacing: 0px;
  }
  .bannerSliderSec .MainBannerSlider .content_d .banner_description{
    display:none;
  }
  .action_btn .button11{
    font-family: "Nunito Sans";
    font-weight: 500;
    font-size: 6.84px;
    line-height: 6.84px;
    letter-spacing: 0px;
    margin-top: 35px;
    padding: 8px 30px;
  }
  /* .action_btn .button11{
    height:30px;
    min-height:30px
  } */
}

/* .bannerSliderSec .MainBannerSlider .content_d  */
/* home page banner css ends */

/* hp reviews sec css start */
.reviews_sec .reviews__d .reviewsList_d .reviews_inner_d.two_divs {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.reviews__d .reviews_inner_d .item__d.imgText_d {
    width: 60%;
    /* justify-content: space-between; */
    justify-content: flex-start;
}
.reviews__d .reviews_inner_d .item__d {
    width: calc(40% - 24px);
}
.reviews_inner_d .item__d .content_d {
    background: #F5F5F5;
    padding: 12px;
}
.reviews_inner_d .item__d.imgText_d .img_d {
    width: 25%;
}
.reviews_inner_d .item__d.imgText_d .content_d {
    width: calc(100% - 26%);
    padding: 12px 1px 1px 0;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews_inner_d .item__d.two_contentD .content_d {
    margin-bottom: 12px;
}
.reviews_inner_d .item__d .content_d .textD p {
    margin: 9px 0;
      font-size: 16px;
    line-height: 24px;
}
.reviews_inner_d .item__d .content_d .textD p.author_nm {
    margin: 0;
}
.reviews_inner_d .item__d.imgText_d .img_d img {
    width: 100%;
    display: block;
    height: 100%;
}
.reviews_inner_d .item__d .content_d .linkD a {
    background: #ffffff;
    display: flex;
    padding: 6px 12px;
    justify-content: space-between;
    color: #000000;
    font-size: 20px;
    line-height: 23px;
    margin-top: 12px;
    align-items: center;
}
.reviews_inner_d .item__d.imgText_d .textD, .reviews_inner_d .item__d.imgText_d .starD {
    padding: 0 18px;
}
.reviews_sec .two_divs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (max-width: 767px) {
  .reviews_sec .reviews__d .reviewsList_d .reviews_inner_d.two_divs {
    gap: 16px;
  }
  .reviews__d .reviews_inner_d .item__d {
    width: calc(40% - 16px);
  }
  .reviews_inner_d .item__d .content_d {
    padding: 8px;
  }
  .reviews_inner_d .item__d.imgText_d .img_d {
    width: 100px;
  }
  .reviews_inner_d .item__d.imgText_d .content_d {
    padding: 8px 1px 1px 0;
    width: calc(100% - 101px);
  }
  .reviews_inner_d .item__d.imgText_d .textD, .reviews_inner_d .item__d.imgText_d .starD {
    padding: 0 12px;
  }
  .reviews_inner_d .item__d .content_d .textD p {
    margin: 6px 0;
    line-height: 17px;
  }
  .reviews_inner_d .item__d .content_d .linkD a {
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
  }
  .reviews_inner_d .item__d.imgText_d .starD img {
    height: 14px;
    display: block;
  }
}
/* hp reviews sec css end */

.PriceContainerOuterDiv .item_d h3{
  font-weight:500;
}

/* Size Guide Page css start */
.size_guide_sec{
  padding:40px 0;
  color:#000000;
}
.size_guide_sec .top_info h2{
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 32px;
}
.size_guide_sec .top_info p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 32px;
}
.size_guide_sec .top_info p:last-child{
  margin:0;
}
.size_guide_sec .method_heading{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #7E582B;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  letter-spacing: 4px;
  margin:32px 0 16px;
}
.size_guide_sec .method_heading:after{
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  position: relative;
  display: flex;
  align-items: center;
}
.size_guide_sec .method_text{
  font-size: 20px;
  line-height: 30px;
  color: #341F18;
  font-weight: 700;
  margin: 0 0 32px;
}
.size_guide_sec .table_d{
  max-width:100%;
}
.size_guide_sec .table_d .d_tr{
  display:flex;
}
.size_guide_sec .table_d .d_tr:first-child{
  border-bottom:1px solid #000;
}
.size_guide_sec .table_d .d_tr > div{
  padding: 5px;
  width: 33.33%;
  text-align: center;
  display: block;
}
.size_guide_sec .table_d .d_tr .d_th:first-child,
.size_guide_sec .table_d .d_tr .d_th:nth-child(2),
.size_guide_sec .table_d .d_tr .d_td:first-child,
.size_guide_sec .table_d .d_tr .d_td:nth-child(2){
  border-right:1px solid #000;
}
.size_guide_sec .step_heading{
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #7E4B3A;
  margin: 0 0 16px;
}
.size_guide_sec .stepImgText{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin:0 0 16px;
}
.size_guide_sec .stepImgText .img_d{
  width:90px;
}
.size_guide_sec .stepImgText .content_d{
  width:calc(100% - 106px);
}
.size_guide_sec .stepImgText h4{
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 8px;
  font-family: "Nunito Sans", sans-serif;
}
.size_guide_sec .stepImgText p{
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.size_guide_sec .stepImgText .img_d img{
  display:block;
  mac-with:100%;
}
.size_guide_sec .btm_blocks .item_d{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin:0 0 20px;
}
.size_guide_sec .btm_blocks .img_d{
  width: 130px;
}
.size_guide_sec .btm_blocks .img_d img{
  width:100%;
  display:block;
}
.size_guide_sec .btm_blocks .content{
  width: calc(100% - 145px);
}
.size_guide_sec .btm_blocks .h_title{
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 7px;
}
.size_guide_sec .btm_blocks .h_desc{
  font-size:16px;
  line-height:24px;
}
.size_guide_sec .middleImg{
  margin:0 0 23px;
}
.size_guide_sec .middleImg img{
  width:100%;
  display:block;
}
.size_guide_sec .page-width{
  max-width:680px;
  padding:0 20px;
}
@media screen and (min-width: 768px) {
  .size_guide_sec .top_info h2{
    font-size: 54px;
    line-height: 54px;
  }
  .size_guide_sec .top_info p{
    font-size:20px;
    line-height:28px;
  }
  .size_guide_sec .table_d .d_tr .d_th{
    font-size:20px;
  }
}
@media screen and (max-width: 767px) {
  .size_guide_sec .btm_blocks .item_d{
    align-items:flex-start;
  }
}
/* Size Guide Page css end */

/* Login page css start */
 .customer button{
       background-color: #341f18;
   border-color:#341f18;
 }
 .customer button:before,
 .customer button:after{
  display:none;
 }
.customer button:hover,
.customer button:focus{
  background-color: #BE8441;
  color: #262220;
  border-color:#BE8441;
}
.addresses li>button{
  background-color: #341f18;
  border-color: #341f18;
  color: #fff;
}
.customer.addresses li > button:hover,
.customer.addresses li > button:focus{
  background-color: #BE8441;
  color: #262220;
  border-color:#BE8441;
}
/* Login page css end */


.oxi_social_wrapper{
  margin-top:20px !important;
}

/* Gaurav */

/* .couponCode_d {
    display: none !important;
} */

/* .Filter_tabs_sec {
    display: none;
} */

#judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link{
  min-width:170px;
}

/* Quickview mobile start */
quick-add-modal .product .mainProductDGallery .slider-buttons{
  display:none !important;
}
quick-add-modal .product .thumbnail-slider .slider-pagination.dotsCustomPagination{
  display:none !important;
}
@media screen and (max-width: 749px) {
  quick-add-modal .quick-add-modal__content{
    height: 80%;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    --modal-height-offset: unset;
  }
}
/* Quickview Mobile end */

/* Wishlist Page css start */
.wishlistpage a.btn.btn-primary.addbutton{   
    background: #341f18 !important;
    border-color: #341f18 !important;
  color:#fff !important;
}
.wishlistpage a.btn.btn-primary.addbutton:hover,
.wishlistpage a.btn.btn-primary.addbutton:focus{   
  background:#be8441 !important;
  border-color: #be8441 !important;
  color:#262220 !important
}
.wishlistpage a.btn.btn-warning.removebutton{
  background:#be8441 !important;
  border-color: #be8441 !important;
  color:#262220 !important;
  margin-right:7px;
}
.wishlistpage a.btn.btn-warning.removebutton:hover,
.wishlistpage a.btn.btn-warning.removebutton:focus{
  background:#341f18 !important;
  border-color: #341f18 !important;
  color:#fff !important
}
.wishlistpage .product .text h3{
  font-family: Nunito Sans;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  height: unset;
  margin-bottom:10px;
}
.wishlistpage .product .variant_title{
  margin:0 0 10px;
}
.wishlistpage .product .text p{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  margin:0 0 10px;
}
.wishlistpage .product .price.compare-price{
  font-size: 14px;
  color: #908786;
  font-family: Nunito Sans;
}
.wishlistpage .products .buttons{
  padding-top:0;
}
.wishlistpage a.btn.btn-info.sharebutton{
  background-color: transparent !important;
  border-color: #341f18 !important;
  color: #341f18 !important;
}
.wishlistpage a.btn.btn-info.sharebutton:hover,
.wishlistpage a.btn.btn-info.sharebutton:focus{
  background-color: #be8441 !important;
  border-color: #be8441 !important;
  color: #262220 !important;
}
.wishlistpage .titletext{
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #341f18;
  text-transform: capitalize;
}
.wishlistpage .alert.alert-info.sw-login-notification{
  background-color: transparent;
  border-color: #d7d7d7;
  color: #000 !important;
}
.wishlistpage .alert.alert-info.sw-login-notification a{
  color:#000 !important;
}
.wishlistpage{
  padding-top:20px;
}
@media screen and (max-width: 767px) {
  .wishlistpage .container-fluid{
    padding:0 !important;
  }
  .wishlistpage .row{
    margin:0 !important;
  }
  .wishlistpage .product{
    margin-bottom:30px !important;
  }
  .wishlistpage .titletext{
    font-size: 28px;
    line-height: 30px;
  }
}
/* Wishlist Page css end */

.appify-imgz-magnifier-glass{
  border-radius:0 !important;
}

/* Blog Listing Page css start */
.main-blog{
  padding-bottom:50px !important;
}
.main-blog h1.title--primary{
  text-align: center;
  margin: 0 0 30px;
}
.main-blog .blog-articles {
  display:flex;
  flex-wrap:wrap;
  margin:0 -15px;
  row-gap:30px;
      column-gap: unset;
}
.main-blog .blog-articles .article{
  width:50%;
  padding:0 15px;
}
.main-blog .article-card-wrapper{
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
  background:#fff;
}
.main-blog .blog-articles .card__information{
  padding:15px 20px !important;
}
.article .card--standard>.card__content .card__information .card__heading {
  font-weight:700;
}
.article .continueReading span{
  font-weight:700;
}
@media screen and (max-width: 767px) {
  .main-blog .blog-articles .article{
    width:100%;
  }
}
/* Blog Listing Page css end */

/* Blog Detail Page css start */
.article-template{
  padding:50px 0;
}
.article-template .table__d{
  overflow-x:scroll;
}
.article-template .table__d table{
  width:100%;
  border:1px solid #12121233;
  text-align: center;
}
.article-template .table__d table th,
.article-template .table__d table td{
  padding:10px;
}
@media screen and (max-width: 767px) {
.article-template .table__d table th,
.article-template .table__d table td{
  width:150px;
}
}
/* Blog Detail page css end*/.w-50{
  width:50%;
}
.w-100{
  width:100%;
}
.techSpaceContainer{
  width:100%;
  display:flex;
  gap:50px;
}
.techSpaceContainer .techSpaceLeftContainer{
  width:50%;
}
.techSpaceContainer .techSpaceRightContainer{
  width:50%
}
/* imagesProducttype section css starts */
.techSpaceContainer .ProductTypeSectionFirst{
  display:flex;
  gap:27px;
  margin-bottom:24px;
}
.suitableHeadingMobile{
  display:none;
}
.techSpaceContainer .ProductTypeSectionFirst img{
  width:100%;
  height:100%;
}
.techSpaceContainer .productLastImage img{
   width:100%;
  height:100%;
  margin:32px 0px;
  display:block;
}
.techSpaceContainer .bottomProductTypeImg img{
  width:100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 0; 
}
.techSpaceContainer .bottomProductTypeImg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.techSpaceContainer .bottomProductTypeImg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      179.58deg,
      rgba(59, 26, 15, 0.3) 48.35%,
      rgba(59, 26, 15, 0.3) 99.64%
  );
  z-index: 1;
  border-radius: 16px;
}

.techSpaceContainer .Absolutetext{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:2;
  width:90%;
  margin:0 auto;
}
.techSpaceContainer .Absolutetext p{
  margin:0px;
  font-family: Nunito Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 65.47px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#fff;
}
.techSpaceContainer .Absolutetext p span{
  font-size: 48px;
  line-height: 65.47px;
  font-weight: 800;
}
/* imagesProducttype setion css ends */
/* suitable for css starts */

.techSpaceContainer .suitable-for {
  text-align:center;
  margin-bottom:24px;
  font-weight: bold;
  color: black;
  position: relative;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 400;
  line-height: 27.28px;
  letter-spacing: 22px;
}
.techSpaceContainer .suitable-for-mobile{
  display:none;
}
.techSpaceContainer .suitable-for .middle_text{
    background: #f9f8f4;
    padding: 0 10px;
    display: inline-table;
    position: relative;
    z-index: 1;
}
.techSpaceContainer .suitable-for:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.techSpaceContainer .beforeBox{
    width: 15px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 7px;
    transform:rotate(45deg);
}
.techSpaceContainer .afterBox{
    width: 15px;
    height: 15px;
    background: #000;
    position: absolute;
    right: 0;
    top: 7px;
    transform:rotate(45deg);
}
/* suitable for css ends */
/* headingTechSpecs css starts */
.techSpaceContainer .headingTechSpecs{
  text-align:center;
  font-family: Nunito sans;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin:0;
  margin-bottom:48px;
  color:#000000;
}
.techSpaceContainer .eachLableSec p{
  color:#000000;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
/* headingTechSpecs css starts */

/* innerContentFromTags section css starts */
.techSpaceContainer .innerContentFromTags{
  margin: 0px 66px;
  /* display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-template-rows:1fr 1fr;*/
  row-gap:7px; 
  display:flex;
  flex-wrap:wrap;
}
.techSpaceContainer .eachLableSec{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  padding:0 5px;
  width:33.33%;
}
.techSpaceContainer .eachLableSec img{
  width: 80px;
  margin: 0 auto;
}
/* innerContentFromTags section css ends */

/* techSpecsBottomDesc and frameWidthContainer section css starts */
.techSpaceContainer .techSpecsBottomDesc{
  margin:73px 61px;
}
.techSpaceContainer .techSpecsBottomDesc h3{
  font-family: Nunito Sans;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin:0px;
  color:#000000;
  margin-bottom:24px;
}
.techSpaceContainer .techSpecsBottomDesc p{
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin:0px;
  color:#000000;
}
.techSpaceContainer .frameWidthFirst{
  background: #fff;
  border-radius: 18px;
  max-width: 550px;
  width: auto;
  margin: 0 auto 16px;
  padding: 5px 0;
  display:flex;
}
.techSpaceContainer .firstElem{
  text-align:center;
  flex:1;
}
.techSpaceContainer .labelThird{
  /* width: 190px !important; */
}
.techSpaceContainer .labelFirstImg{
  margin-bottom:20px !important;
  max-width:100%;
}
.techSpaceContainer .firstElem .labelFirst{
  min-height: 60px;
  color:#000000;
  margin:0 auto;
  margin-bottom:20px !important;
  /* width: 160px; */
  text-align:center;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.techSpaceContainer .firstElem .labelFirst.last_d{
  margin-bottom:0 !important;
  min-height:unset;
}
/* techSpecsBottomDesc and frameWidthContainer section css ends */

/* frame css starts */
.techSpaceContainer .frameBottomDesc{
    /* margin-top: 40px; */
}
.techSpaceContainer .frameBottomDesc h3{
  margin-bottom: 16px;
  margin-top:0px;
  color:#000000;
  font-family: Nunito Sans;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.techSpaceContainer .frameBottomDesc p{
  margin:0px;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.techSpaceContainer .frameBottomDesc span{
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#7E4B3A;
}
/* frame css ends */
/* every eye made section css starts */
.techSpaceContainer .EveryEyemadeSection {
  margin:71px 36px;
}
.techSpaceContainer .EveryEyemadeSection p{
  color: #000000;
  margin:0;
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.techSpaceContainer .EveryEyemadeSection .headingTechSpecs{
  width:100%;
  margin:0;
}
.techSpaceContainer .OuterEveryEyemade{
  margin-top:48px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.techSpaceContainer .OuterEveryEyemade img{
  width:80px;
}


.techSpaceContainer .FirstAccurateDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.techSpaceContainer .FirstAccurateDiv p{
  margin-top:20px;
}
/* every eye made section css ends */

/* faq section starts */
.techSpaceContainer .faq_section {
    display: flex;
    margin: 0px 100px;
}

.techSpaceContainer .faq-container {
    width: 100%;
    margin: auto;
}

.techSpaceContainer .faq-item {
    border-bottom: 1px solid #000000;
}
.techSpaceContainer .faq-item-first{
    border-top: 1px solid #000000;
}
.techSpaceContainer .faq-question {
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #262220;
  padding: 23px 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.techSpaceContainer .faq-answer {
    display: none;
    padding: 0 15px 15px 15px;
    font-size: 16px;
  color:#262220;
}
.techSpaceContainer .faq-answer a{
  color:#262220;
}
.techSpaceContainer .icon_plus {
  font-size: 30px;
  margin-right:7px;
}
.techSpaceContainer .icon_plus img{
  height:24px;
}
.techSpaceContainer .ask_us {
    font-size: 20px;
    line-height: 21.9px;
    letter-spacing: 1px;
    width: 100%;
}

.techSpaceContainer .ask_us_span {
    border-bottom: 2px solid black;

}
.techSpaceContainer .Text_interface_faq {
    font-size: 60px;
    margin: 0;
    line-height: 60.79px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.techSpaceContainer .serivicesForBorder_2 {
    display: inline-block;
    /* To apply background color to only the text */
    position: relative;
    color: #000;
    /* Text color */
    font-weight: 700;
}
 .techSpaceContainer .serivicesForBorder_2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 18px;
    background-color: #FFDD00;
    z-index: -1;
}
 .techSpaceContainer .ux19_section_audit_faq {
    height: 22px;
    font-size: 20px;
    line-height: 21.9px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #838383;
}
@media only screen and (max-width: 1100px) {
    .techSpaceContainer .faq_section {
        display: flex;
        margin: 0px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .techSpaceContainer .icon_plus img{
      height:15px;
      width: 15px;
}
}
@media only screen and (max-width: 1000px) {
    .techSpaceContainer .faq_section {
        display: flex;
        flex-direction: column;
    }
    .techSpaceContainer .ask_us {
        font-size: 20px;
        line-height: 21.9px;
        letter-spacing: 1px;
        width: auto !important;
    }
    .techSpaceContainer .faq-container {
        width: auto;
        margin: auto;
    }
}
@media only screen and (max-width: 767px) {
  .suitableHeadingMobile{
  display:block;
}
 .techSpaceContainer .Text_interface_faq {
    font-size: 40px;
    text-align: center;
}
  .techSpaceContainer .OuterEveryEyemade{
    gap:0 !important;
    display:flex;
  }
  .techSpaceContainer .FirstAccurateDiv{
    width:33.33%;
    padding:0 5px;
  }
  .techSpaceContainer .EveryEyemadeSection p{
    font-size:16px;
    line-height:21px;
            word-break: break-word;
  }
  .techSpaceContainer .techSpaceLeftContainer .headingTechSpecs{
  width:100%;
  order:unset;
}
  .techSpaceContainer .frameWidthFirst{
    margin:0 0 32px;
  }
  .techSpaceContainer .faq-answer{
    text-align:left;
  }
  .techSpaceContainer .faq-answer p{
    text-align:left;
    margin:0 0 10px;
  }
}
/* faq section ends */
.techSpaceContainer .deskDnone{
  display:none;
}
.techSpaceContainer .mobileActive{
    display:none;
  }
/* left side container all mediaqueries starts here  */
@media only screen and (max-width: 1200px) {
 .techSpaceContainer .innerContentFromTags {
    margin: 0 6px;
 }
  .techSpaceContainer .techSpecsBottomDesc {
    margin: 22px 6px;
  }
  .techSpaceContainer .labelFirstImg {
    width:100px;
  }
  .techSpaceContainer .firstElem .labelFirst {
    width:100%
  }
  .techSpaceContainer .EveryEyemadeSection {
    margin: 11px 9px;
  }
  .techSpaceContainer .OuterEveryEyemade img {
    width: 70px;
  }
  .techSpaceContainer .Absolutetext p span {
    font-size: 33px;
    line-height: 41.47px;
  }
  .techSpaceContainer .Absolutetext p {
    font-size: 31px;
    font-weight: 400;
    line-height: 25.47px;
  }
}
 .SortByCustomIconDesk{
    display:none;
  }

.CustomLabelSort{
    font-size:20px;
    color:#000000;
  }
.customSortMobile{
  font-size:16px !important;
}
.techSpaceContainer .innerContentFromTags.setTwoGrid .eachLableSec{
  width:50%;
}
.techSpaceContainer .innerContentFromTags.sethreeGrid{
  justify-content: center;
}
@media only screen and (max-width: 786px) {
  .sortByCustomIcon{
    display:none;
  }
  .customSvgWrapper{
        top: calc(50% - 0.2rem);
    left: 0;

  }
  .CustomLabelSort{
    display:none;
  }
  .customSortMobile{
    padding-left:2.75rem !important;
    padding-right:0 !important;
    font-size: 16px !important;
    color: black !important;
  }
  .SortByCustomIconDesk{
    display:flex;
    
  }
  .techSpaceContainer {
    flex-direction:column-reverse;
    gap:32px;
  }
  .techSpaceContainer .techSpaceLeftContainer, .techSpaceContainer .techSpaceRightContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .techSpaceContainer .FaqAccordianSection{
    order:5;
    margin-bottom: 32px;
  }
  .techSpaceContainer .EveryEyemadeSection{
    order:6;
    margin:0;
  }
  .techSpaceContainer .frameWidthContainer{
    order:1;
    display: flex;
    flex-direction: column;
  }
 .techSpaceContainer .frameBottomDesc h3 {
  /* margin-bottom: 9px; */
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
   text-align:left;
  }   
  .techSpaceContainer .frameBottomDesc h3 svg{
    top:2px !important;
  }
  .techSpaceContainer .frameBottomDesc p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.82px;
    text-align:left;
  }
 .techSpaceContainer .firstElem .labelFirst {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
  }
  .techSpaceContainer .firstElem .labelFirst br{
    display:none;
  }
 .techSpaceContainer .headingTechSpecs , .suitable-for-mobile{
    text-align:left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 4px;
    color:#7E582B;
    text-transform: uppercase;
    margin-bottom:36px;
  }
 .techSpaceContainer .headingTechSpecs::after , .suitable-for-mobile::after{
      content: '';
      flex: 1;
      height: 1px;
      background-color: black;
      position: relative;
      display: flex;
      align-items: center;
    }
 .techSpaceContainer .eachLableSec p{
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color:#000000;
  }
  .techSpaceContainer .innerContentFromTags.setTwoGrid .eachLableSec{
    width:50%;
  }
 .techSpaceContainer .innerContentFromTags {
    row-gap: 30px;
   /* column-gap:10px; */
   justify-content:center;
  }
 .techSpaceContainer .eachLableSec img {
    width: 50px;
  }
 .techSpaceContainer .techSpecsBottomDesc h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
  }
 .techSpaceContainer .techSpecsBottomDesc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
  }
 .techSpaceContainer .frameBottomDesc span {
    font-size: 14px;
    font-weight: 700;
    line-height: 19.1px;
  }
 .techSpaceContainer .OuterEveryEyemade img {
    width: 50px;
  }
 .techSpaceContainer .OuterEveryEyemade {
    background: #FCF9F2;
    padding:16px;
    border-radius:16px;
    gap:10px;
   margin-top:32px;
   margin-bottom:30px;
  }
  .techSpaceContainer .techSpecsBottomDesc{
    order:4;
  }
  .techSpaceContainer .innerContentFromTags{
    order:3;
  }
  .techSpaceContainer .headingTechSpecs{
    order:2;
  }
 .techSpaceContainer .deskDnone{
  display:block;
    text-align: center;
    padding: 8px 0px 8px 0px;
    gap: 8px;
    opacity: 0px;
    background-color:#AE8D5B;
    color:#FCF9F2;
    display: flex;
    align-items: center;
    justify-content: center;
    /* vertical-align: middle; */
    border-radius: 0 0 12px 12px;
  }
 .techSpaceContainer .paraUnderthe{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
  }
 .techSpaceContainer .paraUnderthe img{
    width:16px;  
  }
 .techSpaceContainer .mobileNonActive{
  display:none
  }
 .techSpaceContainer .mobileActive{
    display:block;
    overflow: hidden;
  }
  /* .suitable-for-mobile{
  display:block;
  } */
 .techSpaceContainer .suitable-for {
    display:none;
  }
 .techSpaceContainer .firstElem .labelFirst{
  min-height: 36px;
  }
}
.techSpaceContainer .swiper-wrapper img {
  width: 100%;
  display:block;
}
/* left side container all mediaqueries ends here  */



/* Collection list section css starts */
.collectionListSec .page-width{
  position:relative;
}
.collectionListSec .swiper-button-prev,
.collectionListSec .swiper-button-next{
  width: 50px;
  height: 50px;
  opacity: 1;
  display: block;
  z-index:1;
}
.collectionListSec .swiper-button-prev{
  background: url(/cdn/shop/files/arrow-circle-left.svg?v=1734341778) no-repeat scroll left center;
  background-size: 48px;
}
.collectionListSec .swiper-button-next{
  background: url(/cdn/shop/files/arrow-circle-next.svg?v=1734341778) no-repeat scroll left center;
  background-size: 48px;
}
.collectionListSec .swiper-button-prev:after,
.collectionListSec .swiper-button-next:after{
  display:none;
}
.collListSlider h3{
  font-size:22px;
  line-height:24px;
    display: block;
    padding: 17px 0px 20px;
    margin: 0;
    color:white;
  background-color: #7E582C;
}
.collListSlider a{
  text-decoration:none;
}
.collListSlider .img_d{
  overflow:hidden;
}
.collListSlider .img_d img {
   border-radius: 16px 16px 0px 0px;
  display:block;
  transition: transform 0.4s ease;
}
.collListSlider .item_d:hover .img_d img {
  transform: scale(1.2);
}
.collListSlider .item_d{
    /* background-color: #7E582C ; */
    border-radius: 22px;
    color: white;
  overflow:hidden;
}
@media only screen and (max-width: 768px){
  .collectionListSec .page-width{
    padding:0;
  }
  .collListSlider h3{
    font-size:12px;
    line-height:20px;
    display: block;
    padding: 7px 0 10px;
    margin: 0;
    color:white;
  }
  .collListSlider .item_d {
    border-radius: 10px;
  }
  .collListSlider .img_d img {
   border-radius: 8px 8px 0px 0px;
  }
}
/* Collection list section css ends */

/* Shop By Shape section css starts*/
.ShopByShape h3{
  background: #341f18;
   padding: 20px 0px 22px;
  font-family: Nunito Sans;
  font-weight: 500;
  font-size: 38.35px;
  line-height: 38.35px;
  letter-spacing: 0px;
  text-align: center;
}
.SwiperOuterContiner{
  position:relative;
  margin:0px 120px;
}
.CustomShopShapeSlider{
  position:static !important;
}
.CustomShopShapeSlider .item_d{
  background-color: transparent;
  border-radius:45px;
  box-shadow: 0px 2px 4px 0px #00000040;
  overflow: hidden;
  margin: 1px;
}

.prevShop.swiper-button-disabled ,.nextShop.swiper-button-disabled{
    display:none !important;
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.CustomShopShapeSlider .item_d .img_d{
  overflow:hidden;
}
.CustomShopShapeSlider .img_d img {
    /* border-radius: 45px 45px 0 0; */
  border-radius: 0;
  display: block;
  transition: transform 0.4s ease;
}
.CustomShopShapeSlider .item_d:hover .img_d img{
transform: scale(1.2);
}
.swiper_ShopByShape{
  position:static !important;
}
.prevShop ,.nextShop{
  display:block !important;
  width:45px !important;
  position:absolute;
}
.prevShop {
  left: -64px !important;
}
.nextShop{
  right: -64px !important;
}
.ShopByShape .swiper-button-next:after, .ShopByShape .swiper-button-prev:after {
    content: '';
}
@media only screen and (max-width: 1200px){
  .ShopByShape h3 {
    background: #341f18;
    padding: 10px 0 12px;
    font-family: Nunito Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px){
  .SwiperOuterContiner{
    margin: 0 0px 0 20px;
  }
  .prevShop ,.nextShop{
    display:none !important;
  }
  .CustomShopShapeSlider .item_d{
  border-radius:24px;
  } 
  .ShopByShape h3 {
    background: #341f18;
    padding: 10px 0 12px;
    font-family: Nunito Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
  }
}
/* Shop By Shape section css ends */

/* Shop By Price section css Starts */
.PriceContainerOuterDiv{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:15px;
  margin:0px auto;
  max-width:760px;
  width:100%;
}
.PriceContainerOuterDiv .item_d .img_d img{
  /* display: block; */
  width: 100%;
  border-radius: 16px;
}
.PriceContainerOuterDiv .item_d{
  position:relative;
}
.PriceContainerOuterDiv .item_d .PriceHeaderDiv{
  font-family: Oswald;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
  position:absolute;
  background-color: transparent;
  color: white;
  left:50%;
  top:50%;
  transform:translate(-50% ,-50%);
  margin:0;
}
.PriceContainerOuterDiv .item_d h3{
  background: #F5F5F5;
  background-color: transparent;
  color: white;
   margin:0;
  padding:0px 0 16px;
  font-family:"Oswald";
  font-size:40px;
  line-height:40px;
}
.mt__100{
  margin-top:100px;
}
@media only screen and (max-width: 1000px){
  .PriceContainerOuterDiv{
    gap:15px;
    margin:0px 100px;
  }
}
@media only screen and (max-width: 1000px){
  .PriceContainerOuterDiv{
    /* gap:15px; */
    margin:0px auto;
    padding:0 20px;
  }
  .PriceContainerOuterDiv .item_d h3 {
    font-family: Nunito Sans;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    padding:0px 0 20px;
    min-width: 60px;
  }
  .IconDivOuter{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .PriceContainerOuterDiv .PriceHeaderDiv img{
    display:block;
    height:22px;
  }
}
/* Shop By Price section css ends */


/* Custom Filter Css Strats Here */
/* filter css starts */
  .customFacetContainer{
    padding: 32px 16px 32px 16px;
    gap: 32px;
    opacity: 0px;
    background-color:#FCF9F2 !important;
    height:100%;
  }
.CustomLabelContClass{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.customIconImg img{
  width:24px;
}
.customSummaryLabel{
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#000000;
  display: flex;
  align-items: center;
  gap: 8px;
}
.customFacetDisclosure{
  border-top:none !important;
}
.customInnerLableClass{
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customFilterCheckbox input[type="checkbox"]{
  width: 16px !important;
  height: 16px !important;
  gap: 0px !important;
  border-radius: 4px;
  border: 1px solid #000000 !important;
  opacity: 0px !important;
  position:static !important;
  margin-right:8px;
  margin-left:16px;
}
.customFilterCheckbox>svg{
  display:none;
  background-color:transparent !important;
}
.customFilterCheckbox{
  display: flex;
  align-items: center;
  padding-right:0px !important;
}
.customFrameImage{
  /* width:56px; */
  display: flex;
  align-items: center;
}
.customFrameImage img{
  width:56px;
}
.customFilterCheckbox .svg-wrapper {
  width: 1.7rem !important;
  height: 1.5rem !important;
  left: 15px !important;
}
facet-filters-form .customIconImg.ddArrow{
  transform: rotate(180deg);
}
facet-filters-form .facets__summary[aria-expanded=true] .customIconImg.ddArrow{
  transform: rotate(0deg);
}
facet-filters-form .facets__summary:hover .facets__summary-label{
  text-decoration: unset;
}
/* #customImgIdIcon{
  transform: rotate(0deg);
  transition: transform 0.3s ease;
} */
.CustomMobileFacet .CustomFilterButton{
  display:none;
}

.applyFilter{
    display:none;
  }
.CustomFacetFormMain{
  width:200px !important;
}
#FacetSortForm{
  display:none;
}
.CustomMobileFacet{
    position: absolute; 
    top: 0;
    right: 64px;
}
facet-filters-form .select__select:focus,
facet-filters-form .facet-filters__sort:focus-visible{
  box-shadow:unset;
  outline:none;
}
.CustomFacetFormMain .facet-checkbox{
  align-items:flex-start;
}
/* @media only screen and (min-width: 786px) and (max-width: 1106px) { */
  @media (min-width: 786px) and (max-width: 1106px) {

  .CustomBuyItNowBtn .shopify-payment-button__button {
    font-size:12px !important;
  }
  .customAddToCartBtn{
    font-size:12px !important;
    
  }
}
@media only screen and (max-width: 786px) {
  .mt__100{
    margin-top:48px;
  }
  .CustomMobileFacet{
    display:block;
  }
  .closeIconFilter img{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px;
  }
  .CustomMobileFacet .CustomFilterButton{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #C1BFBF;
    gap: 8px;
  }
  .CustomMobileFacet{
    display:flex;
    font-size:16px;
    color:#000000;
    position: fixed !important;
    bottom: 0px !important;
    z-index: 91;
    background-color: #fcf9f2 !important;
    width: 100%;
    /* top:90%; */
    top:unset;
    bottom:0 !important;
    height:40px;
    left: 0 !important;
    padding: 7px 16px;
    flex-direction: row-reverse;
  }
  .CustomMobileFacet p{
    margin:0;
  }
  .customFacetContainer{
    padding-top:0 !important;
    padding:0;
    gap:0;
  }
  facet-filters-form .facets__summary{
    padding:0;
  }
  .customFacetContainer {
    display:none !important;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100vw;
    height: calc(100vh - 40px);
    background-color: white;
    z-index: 1000;
   transition: left 0.2s cubic-bezier(0.820, 0.085, 0.395, 0.895);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y:scroll;
    overflow-x: hidden;
     transform: translate(100%, 0);
     animation-delay: 0s;
     animation-play-state: running;
     animation-iteration-count: 1;
     animation-duration: 0.4s;
     animation-name: supportanimation;
    animation-fill-mode: forwards; 
  }

  @keyframes supportanimation {
   from {
    transform: translate(100%, 0);
   }
   to {
    transform: translate(0%, 0);
   }
  }
  #FacetsWrapperDesktop{
      margin-top:30px;
     padding: 24px;
  }   
  .customFacetContainer.active {
    transform: translateX(100%); 
  }
  #verticalTitle{
    display:none;
  }
  .customActiveFacets{
    margin:20px !important;
    margin-bottom: 70px !important;
  }
  .customActiveFacets facet-remove .active-facets__button-inner{
    color:white;
  } 
  .applyFilter{
    display:block;
    position:sticky;
    bottom:29px;
    width: 100%;
    height: 38px;
    padding: 8px 32px 8px 32px;
    gap: 10px;
    border-radius: 12px;
    opacity: 0px;
    background-color:#341F18;
    color:#FFFFFF;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    margin:0 auto;
    max-width:200px;
  }
  .CustomSortBy{
    width: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .CustomSortBy .facets__form {
    display:block !important;
  }
  .CustomSortBy .facet-filters {
    padding-left:0px !important;
  }
  .CustomFilterButton{
    width: 50%;
  }
  .CustomLabelSort{
    font-size:20px;
    color:#000000;
  }
  .CustomFacetFormMain {
    width: 100% !important;
  }
}

.customDeskSortBy{
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#000000;
}

.visible {
  display: block !important; 
}
.d-none{
  display:none !important;
}
.customFacetWrap{
  border:none !important;
}
.customActiveFacets{
  margin:20px;
}


/* product details page css start Here */
.CustomProductDetailButtons{
  display:flex;
  gap:16px;
  flex-direction:row-reverse;
  width:100%;
  max-width: 100% !important;
}
.CustomProductDetailButtons shopify-buy-it-now-button{
  height:48px;
}
.CustomBuyItNowBtn{
  width:50%;

}
.CustomBuyItNowBtn .shopify-payment-button__button{
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 10px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background-color:#341F18 !important;
  border:1px solid #341F18;
  padding:0px !important;
}
.CustomBuyItNowBtn .shopify-payment-button__button:hover,
.CustomBuyItNowBtn .shopify-payment-button__button:focus{
background-color: #BE8441 !important;
  color: #262220;
  border-color:#BE8441;
}
.CustomBuyItNowBtn .shopify-payment-button__button:before,
.CustomBuyItNowBtn .shopify-payment-button__button:after{
  display:none;
}
.customAddToCartBtn{
  width:50%;
  
}
.CustomBuyItNowBtn .shopify-payment-button__button ,.CustomBuyItNowBtn .shopify-payment-button__button:after{
    border-radius: 16px;
}
.customAddToCartBtn{
  padding:0px !important;
  margin-bottom: 0px !important;
  border-radius:16px;
  background-color:#ffffff !important;
  border:1px solid #341F18 ;
  color:#341F18;
}
.customAddToCartBtn:hover{
  background-color: #BE8441 !important;
  color: #262220;
  border-color:#BE8441;
}

.CustomRatig{
  font-family: "Oswald";
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display:flex;
  
}
.customProductTitle{
  display:flex;
  justify-content:space-between;
}
.customProductTitle #wishlist_icon{
  font-size:40px;
}
.customProductTitle h1{
  font-family: Oswald;
  font-size: 54px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display:flex;
  gap:16px;
  align-items: center;

}
.customMarginForDetailsPage{
  padding-bottom:61px;
}
.CustomProductDetailButtons .stickyProTitle{
  display:none;
}
@media only screen and (max-width: 786px) {
  .customMarginForDetailsPage{
    padding-bottom:32px;
  }
  .customProductTitle #wishlist_icon{
    font-size:30px;
  }
  .CustomProductDetailButtons{
    position:fixed;
    bottom:0px;
    left:0px;
    z-index:99;
    padding: 16px 24px 16px 24px;
    gap: 8px;
    border-radius: 16px 16px 0px 0px;
    opacity: 0px;
    background-color:#FCF9F2;
    box-shadow: 0px -2px 4px 0px #00000040;
    flex-wrap: wrap;
    flex-direction: unset;
    gap: unset;
    justify-content: space-between;
  }
  .CustomProductDetailButtons .stickyProTitle{
    width: 100%;
    order: 1;
    font-size: 16px;
    margin: 0 0 5px;
    font-family: Oswald, sans-serif;
    color: #121212;
    display:block;
  }
  .CustomProductDetailButtons .product-form__submit{
    width: 48%;
    order: 3;
  }
  .CustomProductDetailButtons .CustomBuyItNowBtn{
    width: 48%;
    order: 2;
  }
  .customProductTitle h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
        width: calc(100% - 50px);
    margin:0;
  }
  .customProductTitle .wishlistIconD{
    width:40px;
    display:flex;
    justify-content:flex-end;
  }
  .customProductTitle .wishlistIconD #smartwishlist{
    position: relative;
    top: 5px;
  }
}

.bgCustom{
  background-color:red;
}
.CustomColorCheckbox{
  width: 32px !important;
  height: 32px !important;
  gap: 0px;
  opacity: 0px;
  padding:0px !important;
  box-shadow: 0px 2px 4px 0px #00000080;

}
.CustomColorCheckbox:before{
   width: 32px;
  border-radius:100%;
height: 32px;
  
}
.CustomColorCheckbox:checked + .customCheckBorder{
  border:4px white solid;
}
.customLabelForRadio{
  font-family: Nunito Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#262220;
}
/* product details page css ends Here */



/* Custom Filter Css Ends Here */

/* hp featured tabs sec css start */
/* .collection_tabs_sec .tabMainDivv {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 25%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
    gap: 16px;
    background: #F5F5F5;
    box-shadow: 0px 1px 16px 0px #00000040;
    padding: 8px;
    border-radius: 24px;
} */
.collection_tabs_sec .page-width{
  position:relative;
}
.collection_tabs_sec .swiper {
  position: static;
}
.collection_tabs_sec .swiperSlider .swiper_arrows {
  top: 60%;
}
.collection_tabs_sec .swiperSlider .swiper-button-prev {
  left: 0;
}
.collection_tabs_sec .swiperSlider .swiper-button-next {
  right: 0;
}
.tabMainDivv .tab-title .tablinks.active, .tabMainDivv .tab-title .tablinks2.active {
    color: #ffffff;
    background: #7E582B;
    border-radius: 16px;
}
/* .tabMainDivv .tab-title .tablinks, .tabMainDivv .tab-title .tablinks2 {
    border: unset;
    padding: 10px 25px;
    background: unset;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Nunito Sans';
    color: #000000;
    cursor: pointer;
} */
@media screen and (max-width: 767px) {
  /* .collection_tabs_sec .tabMainDivv {
      width: 100%;
  }
  .tabMainDivv .tab-title .tablinks, .tabMainDivv .tab-title .tablinks2 {
    padding: 5px 22px;
    font-size: 18px;
    line-height: 20px;
  } */
 .tabs_d .swiperSlider .swiper-button-prev {
    background: url(/cdn/shop/files/arrow-left-mobile.png?v=1740043526)
      no-repeat scroll left center;
   left: 0px !important;
  } 
  .tabs_d .swiperSlider .swiper-button-next {
    background: url(/cdn/shop/files/arrow-right-mobile.png?v=1740043513) no-repeat scroll left center;
    right:0px !important;
  } 
  .tabs_d .swiperSlider .swiper_arrows {
    top: 60%;
    width: 43px !important;
  }  
  .promise_icons .multicolumn-list{
    width:calc(100% - 20px);
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding:0px;
    background-color:#fcf9f2;
    padding: 16px 0 ;
    border-radius:16px;
  }
  .multicolumn__title .section__header{
    margin-bottom: 0px !important;
  }
  .multicolumn-list:not(.slider) {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .promise_icons .multicolumn-card__info p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 16px 0 0;
  }
  .promise_icons .multicolumn-list .multicolumn-card__image-wrapper--third-width {
    width: 40px;
  }
  .collection_tabs_sec .collection{
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
/* hp featured tabs sec css end */

/* Collection Page Banner Css starts */
.mt-50{
  margin-top:50px
}
.collectionPageBanner .CollectioBannerInner_d{
  margin:0 60px;
}
.collectionPageBanner .CollectioBannerInner_d .Banner_top_image{
  max-width: 1025px;
  margin: 0 auto;
}
.collectionPageBanner .CollectioBannerInner_d .Banner_top_image img{
  width: 100%;
  display: block;
}
.collectionPageBanner .BannerContent{
  display: flex;
  max-width: 950px;
  margin: 64px auto 32px auto;
      justify-content: center;
}
.collectionPageBanner .BannerContent .content_d{
  padding: 70px 0px 70px 64px;
}
.collectionPageBanner .BannerContent .content_d .banner_title{
  font-family: "Oswald";
  font-weight: 500;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -2%;
  margin:0;
  color:#000000;
}
.collectionPageBanner .BannerContent .content_d .banner_sub_title{
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19.1px;
  letter-spacing: 0px;
  margin:24px 0px;
  color:#908786;
}
.collectionPageBanner .banner_description{
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 25.82px;
  letter-spacing: 0px;
  color:#000000;
}
.QuoeDiv .Quote{
  font-family: "Open Sans Hebrew";
  font-weight: 400;
  font-style: italic;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  max-width:574px;
  margin:32px auto;
  color:#000000;
}
.QuoeDiv .author{
  margin: 0px auto;
  text-align: center;
  font-family: "Oswald";
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color:#000000;
}

@media screen and (max-width: 1000px) {
  .collectionPageBanner .BannerContent .content_d{
    padding: 20px 0px 20px 20px;
  }
}
@media screen and (max-width: 786px) {
  .collectionPageBanner .BannerContent .content_d{
    padding: 0px 0px 0px 20px;
    max-width: 240px;
  }
  .collectionPageBanner .BannerContent {
        margin: 64px auto 16px;
  }
  .collectionPageBanner .CollectioBannerInner_d {
    margin: 0 30px;
  }
  .collectionPageBanner .BannerContent .content_d .banner_title{
    font-family: "Oswald";
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .collectionPageBanner .BannerContent .content_d .banner_sub_title{
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 19.1px;
    letter-spacing: 0px;   
    margin:15px 0px;
  }
  .collectionPageBanner .banner_description{
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 19.1px;
    letter-spacing: 0px;
  }
  .QuoeDiv .Quote{
    font-family: "Nunito Sans";
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 21.82px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 20px;
    margin:32px auto 0px auto;
  }
  .QuoeDiv .author{
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 21.82px;
    letter-spacing: 0px;
    text-align: center;
  }
}

/* Collection Page Banner Css ends */
/* Revies sectioin css starts */
.reviews_inner_d .item__d .content_d .linkD a {
  text-decoration:none;  
}
.reviews_inner_d .item__d.imgText_d{
  box-shadow: 0px 3.07px 6.15px 0px #00000040;
}
.reviews_inner_d .item__d .content_d .textD .author_nm{
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 21.51px;
  line-height: 29.34px;
  letter-spacing: 0px;
}
.reviews_inner_d .item__d .content_d .textD p{
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 27.28px;
  letter-spacing: 0px;
}

.reviews_inner_d .item__d.imgText_d .content_d {
  width: 69.6%;
} 
.reviews_inner_d .item__d.imgText_d .img_d{
  width: 30%;
}
.reviews_inner_d .item__d.imgText_d .textD,.reviews_inner_d .item__d .content_d .textD{
  color:black;
}
.reviews_inner_d .item__d .content_d .starD img{
  display:block;
}
.reviews_inner_d .item__d.imgText_d .starD img{
  display:block;
}
.reviews_inner_d .two_contentD img{
  display:block;
}
.mb_100{
  margin-bottom:100px;
}

@media screen and (max-width: 786px) {
  .reviews_inner_d .item__d .content_d .textD p {
    margin: 6px 0;
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 19.1px;
    letter-spacing: 0px;
  }
  .reviews_inner_d .item__d .content_d .textD .author_nm{
    font-family: "Nunito Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 19.1px;
    letter-spacing: 0px;
    
  }
  .reviews_inner_d .item__d .content_d .starD img{
    height:16px;
  }
  .reviews_inner_d .two_contentD img {
    height:14px;
  }
  .reviews_inner_d .item__d .content_d .linkD a img{
    height:16px;
  }
  .mb_100 {
    margin-bottom: 70px;
  }
}

/* Revies sectioin css ends */

.CoupanCodeDiv .MainDiv{
  gap: 16px;
  border-radius: 10px;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21.82px;
  letter-spacing: 0px;
  background-color:transparent;
  color:#000000;
  /* margin-bottom: 5px; */
  display:flex;
  cursor:pointer;
}
.MainDiv p{
  margin:4px 0 0 0 ;
  color:#341F18;
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 19.1px;
  letter-spacing: 0px;

}
.CoupanCodeDiv{
 background-color:#fff;
  border-radius: 12px;
}
.Code{
  font-family: "Nunito Sans";
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color:#341F18;
}
.more-button ,.less-button{
    display: flex;
    justify-content: end;
    color: black;
    /* margin-top: 5px; */
    padding-bottom:16px;
    padding-right: 16px;
    font-family: "Nunito Sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 21.82px;
    letter-spacing: 0px;
    text-align: right;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: Auto;
    text-decoration-thickness: Auto;

}
.coupanCodeLinearGray{
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    gap: 10px;
    background: linear-gradient(90deg, #341F18 0%, #AE8D5B 100%);
    color: #FFFFFF;
    font-family: "Nunito Sans";
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    border-radius: 12px 12px 0px 0px;

}
/* View similar section css starts */
.related-products__heading {
    margin: 0 0 64px;
    text-align: center;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
}
@media screen and (max-width: 786px) {
  .related-products__heading {
    margin: 0 0 64px;
    text-align: center;
    font-family: "Oswald";
    font-weight: 500;
    line-height: 28.8px;
    font-size: 24px;
    letter-spacing: -2%;
    text-align: center;
    color: #000000;
    font-family: Oswald;
  }
}
/* View similar section css ends */

/* Related Products Buttons css sarts*/
  .ShopByButtons{
    display:flex;
    justify-content:center;
    gap:16px;
    margin-bottom:48px;
  }
 .ShopByButtons a{
    color:#262220;
   text-decoration:none;
  }
  .shopBySunglasses ,.shopByEyeglasses{
    height:48px;
    padding:0px 30px;
    font-family: "Nunito Sans";
    color:#262220;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    border:1px solid #341F18;
    border-radius:8px;
    display: flex;
    align-items: center;
    background-color:transparent;
    cursor:pointer;
  }
@media screen and (max-width: 767px) {
  .shopBySunglasses ,.shopByEyeglasses{
    height:40px;
    padding:0px 10px;
    font-family: "Nunito Sans";
    color:#262220;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    border:1px solid #341F18;
    border-radius:8px;
    display: flex;
    align-items: center;
    background-color:transparent;
    cursor:pointer;
  }
/* .reviews_sec .title_name {
    text-align: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 4px;
    color: #7e582b;
    text-transform: uppercase;
    width: 100%;
    padding: 0px 30px;
}
.reviews_sec .title_name::after{
     content: "";
    flex: 1;
    height: 1px;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center; 
} */
  
  
}

.ExtraInformation{
  margin:16px 0px 32px !important;
}
.CustomPriceCont{
  margin-bottom:32px !important;
}
.featured_collection_tabs2 ,.featured_collection_tabs{
  margin-top:48px !important;
}
@media screen and (max-width: 767px) {
  .featured_collection_tabs2 ,.featured_collection_tabs{
    margin-top:32px !important;
  }
  .Filter_tabs_sec .tabMainDivvFilterPage {
    margin-bottom: 4px !important;
    background:#fff !important;
  }
  .ExtraInformation{
  margin:0px 0px 24px !important;
  }
}
/*  */

.HeaderWishA{
  position:relative;
}
.HeaderWishA span{
  position:absolute;
  bottom:0;
}
.cart-count-bubble {
  left:13px !important;
  bottom:0 !important;
  font-size:12px;
  height:20px;
  width:20px;
}
.card-wrapper .card__heading {
      display: flex;
    justify-content: space-between;
}
.card-wrapper .reviewRating{
  display:inline;
  width:60px;
  font-size:20px;
  line-height:20px;
  font-weight:400;
  
}
.card-wrapper .reviewRating .jdgm-star{
  color:#be8441;
  margin-left:6px !important;
}
.CustomRatig .reviewRating .jdgm-star{
  color:#be8441;
  margin-left:6px !important;
}

.card-wrapper .card__heading .full-unstyled-link{
  width:calc(100% - 70px);
}
.couponCode_d{
    margin-top: 16px;
    background: #FCF9F2;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
    line-height:20px;
}  
.codCheckerDiv .codInputD:focus-visible{
  border:1px solid ;
  outline:none;
  outline-offset:none;
  box-shadow:none;
}
@media screen and (max-width: 767px) {
  .cart-count-bubble {
    left:7px !important;
  }  
  .card-wrapper .reviewRating{
    font-size:16px;
    position:absolute;
    top:0;
    left:0;
  }
  .card-wrapper .card__heading .full-unstyled-link{
    width:100%;
  }
  .couponCode_d{
    margin-top: 6px !important;
    height: 27px;
    font-size:14px;
    line-height:20px !important;
  }  
  .couponCode_d span{
    display:none;
  }
   
}

/* .facets-vertical {
  width: 100% !important;
} */
/*custom   */
.section-header.shopify-section-group-header-group {
 z-index: 99;
}

@media (max-width: 768px) {
  .product-grid-container .collection .product-grid{
    column-gap:13px !important;
    row-gap:9px !important;
    
  }
  .product-grid-container .collection .product-grid .grid__item{
    max-width :calc(50% - 13px / 2);
    width: calc(50% - 13px / 2);
    padding:8px;
    background-color: white;
    border-radius: 8px;
  }
  .forMobileRating{
    text-align: end;
    font-family: "Nunito Sans";
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
            color: #341F18;
  }
  .forMobileRating .jdgm-star{
    margin-left:4px !important;
    color:#be8441;
  } 
  .product .product-media-container.constrain-height.media-fit-contain {
    width: 100%;
  }
  .product__media-list .product__media-item{
    width:100% !important;
    margin:0 !important;
  }
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  media-gallery .slider-button{
    position: absolute;
    top: 50%;
    z-index: 9;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 100%;
    width: 36px;
    height: 36px;
    border:2px solid #000;
  }
    media-gallery .slider-button svg{
      width:15px !important;
      height:15px !important;
    }
  media-gallery .slider-button svg path{
    fill:#000;
  }
  media-gallery .slider-button.slider-button--prev{
    left:-10px;
  }
    media-gallery .slider-button.slider-button--next{
    right:-10px;
  }
  media-gallery .slider-counter{
    display:none;
  }
  .section-template--18777995935999__main-padding{
    padding-top:0 !important;
  }
  .product slider-component .global-media-settings{
    border:none;
  }
}
 .facets-vertical.page-width{
  position:relative !important;
  padding-top: 30px;
}


/* mobile view changes */
.product .freeShippingText {
    display: flex;
    align-items: center;
    font-family: "Nunito Sans";
    color: #121212;
    font-size: 16px;
    font-weight: 400;
  margin:0;
}
.product .mob_shipping_policy{
  margin-top:30px;
}
.product .freeShippingText img {
    display: block;
    margin-right: 8px;
  width:35px;
}
 .card-wrapper .quick-add__submit{
    font-family: "Nunito Sans";
    border-radius: 16px;
  }
.sort-text {
  display:none;
}
#ProductGridContainer .grid{
  column-gap:8px;
  row-gap:24px;
}
@media (max-width: 768px) {
  .template_collection .content-for-layout{
    background-color:#f5f5f5 !important;
  }
  .utility-bar{
   background:none;
   background-image:url(/cdn/shop/files/announcementBarbg.png?v=1740981313) 
  }
  .card-wrapper .quick-add__submit{
    font-family: "Nunito Sans";
    height:40px;
    line-height:40px;
    min-height:40px;
    padding:0 3px;
    font-size: 16px;
    border-radius: 8px;
  }
  .price .price-item{
    margin-right:6px !important;
    font-family: "Nunito Sans";
  }
  .customSortMobile {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
  .customSelect{
    max-width: 200px;
    width: 100px !important;
    text-align: center;
    justify-content: center;
  }

/* Style for "Sort by" text */
.sort-text {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  display:block;
}
}
/* mobile view changes end */










