/** Shopify CDN: Minification failed

Line 5705:45 Expected ":"

**/
: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: 1400px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.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.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,

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 {
 
}

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


.shopify-challenge__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%;
  width: 95px;
}

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


/**************custom css***********/
.page-width {
    max-width: 90% !important;
}
h2{
 font-family: "Exo 2", sans-serif;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EBEBEB;
}
.hero-inr-rht {
    width: 50%;
    line-height: 0;
        text-align: right;
}
.hero-inr-lft {
    width: 50%;
    padding-left: 6%;
    padding-top: 95px;
}
img.hero-logo {
    max-width: 100%;
    width: 100%;
}
.hero-inr-lft h1 {
    font-weight: 700;
    font-size: 47px;
    text-transform: capitalize;
    color: #000000;
}
.hero-inr-lft p {
    max-width: 82%;
    margin-bottom: 45px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 21px !important;
    color: #000000;
}
.submit-btn,a.hero-btn {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633);
    opacity: 1;
    border-radius: 43.99px;
    padding: 10.27px 33.73px;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 14.66px;
    transition: all 0.3s ease;
}
header.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    top: 50px;
    border-radius: 89px;
    padding-top: 5px;
    padding-bottom: 5px;
        padding-left: 30px !important;
    padding-right: 30px !important;
   box-shadow: 0px 4px 4px 0px #00000040;
}
.header__icons {
    display: none;
}
header {
    position: absolute;
    width: 100%;
    background: transparent;

}
.header__icon--menu .icon {
    color: #fff;
}
footer {
    background: url(/cdn/shop/files/Rectangle_665.webp?v=1757572805) !important;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 5% 0 !important;
}
.about-content h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-transform: capitalize;
    margin-top: 0;
}
.about-content p {
    max-width: 79%;
    color: #000;
    font-family: Poppins;
    font-weight: 300;
    line-height: 120%;
}
.about-wrapper {
    display: flex;
    justify-content: space-between;
}
.stat-box {
    width: 25%;
    border-right: 1px solid #AFAFAF;
    margin-right: 35px;
}
.stat-box:last-child {
    margin-right: 0;
}
.stat-box:last-child {
    border: 0;
}
.stats-grid {
    display: flex;
        margin-bottom: 5%;
        margin-right: -15%;
        margin-top: 55px;
}

.stat-box1 {
    display: flex;
    align-items: center;
    gap: 4px;
        margin-bottom: 10px;
}
.inrbox p {
    color: #939393;
    font-family: Poppins;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px !important;
    margin: 0;
}
.inrbox p {
    max-width: 100%;
}
.inrboxlft {
    width: 27%;
        line-height: 0;
}
.inrbox {
    width: 50%;
}
.about-image img {
    width: 100%;
}
.about-image {
    width: 30%;
   
}
.about-content {
    width: 60%;
}
span.stat-value {
    font-family: Poppins;
    font-weight: 500;
    font-size: 47px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000;
}
section.about-stats {
    margin-top: 5%;
    margin-bottom: 5%;
}
.precision-slider {
    padding: 5% 0 0px;
    background: linear-gradient(.4deg,#fdfdfd 50.09%,#b67833 85.76%,#6e3633 103.72%);
    background: url(/cdn/shop/files/Group_1000005589_1_1.webp?v=1758899059);
    background-size: cover;
    background-position: center;
}
.precision-content h2 {
    margin-bottom: 38px;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-transform: capitalize;
        margin-top: 0;
}
.inr-brndrht strong {
    font-weight: bold;
}
.precision-content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.precision-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px 20px 8px;
    color: #fff;
    width: 99%;
    display: flex;
    align-items: baseline;
    background: #5b1b20;
    gap: 13px;
    right: 0;
    margin: 0 auto;
}
.precision-desc p {
    font-size: 16px;
    color: #fff;
}
.in1 {
    width: 7%;
}
.precision-card img {
    width: auto;
}
.precision-info-in {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}
.precision-info .slide-number {
    margin-bottom: 5px;
    display: block;
    font-family: Poppins;
    font-weight: 500;
    font-size: 47px;
    line-height: 120%;
}
.precision-info h4 {
    margin: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 21px;
    line-height: 13.85px;
    color: #fff;
}
.precision-card {
  position: relative;
  overflow: hidden;
}
.precision-card img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-backface-hidden .swiper-slide:nth-child(even) .precision-info {
    background: #B67833;
}
.precision-navigation .swiper-button-next:after,.precision-navigation .swiper-button-prev::after
{
  display: none;
}
.inr-brnd {
    display: flex;
    justify-content: space-between;
}
.inr-brndlft{
    width: 42%;
}
.inr-brndrht {
    width: 55%;
}
.inr-brndlft h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
}
.inr-brndrht p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin: 0;
}
.brnd-log {
    width: 20%;
}

.brands-logoss {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 2% 0;
}
.brands-logos {
    
    margin-top: 5%;
    background: url(/cdn/shop/files/Rectangle_626.webp?v=1758886290);
    background-size: cover;
    background-position: center;
}
.box-cat {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.categories-grid {
    display: flex;
    gap: 30px;
    width: 50%;
    align-items: baseline;
}
.categories-header h2 {
    margin: 0;
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
}
.categories-header {
    text-align: left;
    width: 53%;
   
}
.category-box {
    background: #272727;
    padding: 75px 25px 30px;
    transition: transform .3s ease, box-shadow .3s ease;
    width: 45%;
    background: url(/cdn/shop/files/Rectangle_657.webp?v=1757958876);
}
.category-box img {
    margin-bottom: 0;
    width: 35%;
    height: auto;
}
.category-box h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 21px;
    line-height: 120%;
    margin: 13px 0 0;
    color: #fff;
    min-height: 40px;
}
.category-box:nth-child(2) {
    background: #b67833;
    background: url(/cdn/shop/files/Rectangle_658.webp?v=1757960499);
}
.categories-grid1 {
    display: flex;
    gap: 32px;
}
.categories-grid1 .category-box {
    width: 22%;
}
.categories-grid1 .category-box:nth-child(1) {
    background: #8f8f8f !important;
    background: url(/cdn/shop/files/Rectangle_658_1.webp?v=1757960669) !important;
}
.categories-grid1 .category-box:nth-child(2) {
    background: #5B1B20;
     background: url(/cdn/shop/files/Rectangle_657_1.webp?v=1757960686) !important;
  
}
.categories-grid1 .category-box:nth-child(4) {
    background: #7D7D7D;
      background: url(/cdn/shop/files/Rectangle_657_2.webp?v=1757960828) !important;
}
.categories-section p {
  
    color: #000;
    margin-top: 40px;
}
.brands-categories {
    padding: 5% 0 5%;
}
.top-header h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-transform: capitalize;
    color: #000;
        margin-top: 0;
}

.top-header p {
    max-width: 79%;
    margin: 0 auto;
    color: #000;
}
ul.footer-block__details-content a {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF !important;
}
ul.footer-block__details-content li img {
    width: 11px;
    margin-right: 11px;
}
.footer__content-bottom-wrapper {
    background: #dcc66c;
    justify-content: space-between;
    align-items: center;
}
.social-lnk ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
.social-lnk ul a {
  color: #000;
  font-size: 25px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-lnk ul a:hover {
    background: #b67833;
    color: #000;
    box-shadow: 0 0 10px #b67833;
    transform: scale(1.1);
}

small.copyright__content {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
}
.footer__copyright.caption {
    margin: 0;
}
.footer-block__details-content li {
    margin-bottom: 20px;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    padding: 0;
}
.top-products {
    padding: 5% 20px;
    color: #fff;
  
    background: url(/cdn/shop/files/Group_1000005588.webp?v=1758618747);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
}
.top-header {
    text-align: center;
    margin-bottom: 75px;
}
.product-card {
    background: #fff;
    padding: 52px 20px 20px;
    text-align: left;
    color: #000;
    position: relative;
        min-height: 410px;
}
.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #EDEDED;
    color: #C52D2D;
    padding: 5px 12px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}
.buy-btn {
    background: radial-gradient(104.72% 192.18% at 104.72% 50%, #FDFDFD 0%, #DBAE66 24.53%, #B67833 55.38%, #6E3633 100%);
    opacity: 1;
    border-radius: 37.02px !important;
    padding-top: 10.64px !important;
    padding-right: 28.38px !important;
    padding-bottom: 10.64px !important;
    padding-left: 28.38px !important;
    color: #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12.77px;
    line-height: 100%;
}
.cart-btn {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    background: transparent;
}
.product-card .price {
    margin: 20px 0 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}
.product-card .gst {
    display: block;
    margin-top: 4px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #191919;
}
.product-card h4 {
    margin-bottom: 8px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-top: 0;
            min-height: 48px;
}
.product-card .sku {
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
    min-height: 30px;
}
.category-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #EDEDED;
    color: #C52D2D;
    padding: 5px 12px;
    opacity: 1;
    border-radius: 2.97px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}
.product-card img {
    height: 190px;
    object-fit: contain;
    margin-bottom: 15px !important;
    margin: 0 auto;
    width: 100%;
}
.bottom-txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 40px;
   
    width: 100%;
    gap: 20px;
}
.extra-text {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}
.video-slide {
    line-height: 0;
}
.video-thumb {
    width: 100%;
  }
  .slider-header h2 {
    
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 30px;
        margin-top: 0;
}
.slider-header p {
    margin: 0;
    color: #fff !important;
    max-width: 52%;
}
.nav-buttons .swiper-button-prev, .nav-buttons .swiper-button-next,.swiper-button-prev,.precision-navigation .swiper-button-prev {
  background: #000;
  color: #fff;
  z-index: 1;
}
.nav-buttons .swiper-button-prev, .nav-buttons .swiper-button-next,.swiper-button-next,.precision-navigation .swiper-button-next {
  background: #f3b301;
  color: #000;
  z-index: 1;
}
/* Custom Navigation */
.precision-navigation {
    position: relative;
    bottom: 60px;
    right: -93%;
    transform: translate(-50%);
    display: flex;
    gap: 15px;
    z-index: 1;
    min-height: 45px;
    max-width: 16%;
}
.card-content1 {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.text-wrap1 p {
    margin-top: 0;
    font-weight: 100 !important;
    font-size: 17px;
    line-height: 25px;
}
.inrrr span.counter {
    margin-top: 100px;
}
nav.header__inline-menu ul.list-menu.list-menu--inline {
    gap: 45px;
}
.header__menu-item span {
    text-decoration: none;
}

nav.header__inline-menu ul.list-menu.list-menu--inline a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}
.hdr-btn a.hero-btn {
       width: fit-content;
    padding: 10px 20px 10px 30px;
}

h1.header__heading {
    width: 34%;
}
.about-advanced h2.about-heading {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    margin-top: 0;
}
.snglimg {
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
    align-items: flex-start;
}
.snglimglft {
    width: 29%;
}
.snglimgrht {
    width: 72%;
    padding-left: 40px;
}
.about-single-img img {
    width: 100%;
}
.snglimgrht p.about-para {

    margin-top: 0;
    margin-bottom: 22px;
        font-size: 16px;
    line-height: 21px;
}
.snglimgrht p
{
    font-size: 16px;
    line-height: 21px;
}
p.about-parass {
   
    margin-bottom: 0;
}
.about-grid {
    display: block;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
}
.about-grid-img img {
    width: 100%;
}
.about-grid-img:nth-child(3) {
    margin-left: 36px;
}
.about-grid-img:nth-child(3) img {
    width: 77%;
}
.abtpg .about-content {
    width: 100%;
}
.abtsctn {
    display: flex;
    justify-content: space-between;
}
.abtsctn {
    display: flex;
    justify-content: space-between;
}
.abthdngs {
    width: 50%;
}
.aboutparagrp {
    width: 50%;
}
.abthdngs h2 {
    margin-bottom: 0;
}
.aboutparagrp p {
    margin: 0;
}
.abtsctn {
       margin-bottom: 5%;
}
.abtpg .stats-grid {
    justify-content: space-between;
}
.abtpg .stats-grid .stat-box {
    width: 21%;
    padding-right: 35px;
}
.supply-header h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    margin-top: 0;
}
.supply-header {
    display: flex;
    align-items: flex-start;
}
.custom-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
    transform: translateY(-50%);
    pointer-events: none;
    margin-top: 3%;
}
.supply-header p span {
    color: #000000;
    letter-spacing: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
}
.supply-header p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
}
.splyhdr {
    margin-bottom: 40px;
}
.smart-supply {
   padding: 5% 0;
    position: relative;
    background: url(/cdn/shop/files/Vector_69_d353627d-0753-4762-8d5f-064f8cfd67f5.webp?v=1758889177);
    background-repeat: no-repeat;
    background-size: cover;
}
/* Staggered layout */
.supply-card.card-up {
  margin-top: -60px;
}
.in1 img {
    height: auto !important;
}

.supply-card .overlay .number {
    display: block;
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
}
.ovrly h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.85px;
    color: #fff;
    margin: 0;
}
.ovrly .precision-info-in {
    width: 75%;
}
.abtpg {
    margin-bottom: 0 !important;
}
.tst-box {
    background: url(/cdn/shop/files/Frame_6919.webp?v=1758305565);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0;
}
.tstimg img {
    width: 0;
}
.tst-box .page-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tstimg {
    width: 50%;
    visibility: hidden;
}
.testimonial-quote {
    width: 60%;
    padding-right: 10px;
}
.quote {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 50px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    color: #fff;
}
.quote-desc {
    color: #FFFFFF;
    padding-right: 19%;
}
.client-name {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
    color: #000;
}
.client-role {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.ctfrmbg {
    background: url(/cdn/shop/files/Frame_6701_1.webp?v=1757783360);
    background-size: cover;
    background-repeat: no-repeat;
}
.ctfrmbg {
    background: url(/cdn/shop/files/Frame_6701_1.png?v=1757783360);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 5%;
}
.contact-form {
    text-align: center;
}
.contact-form h2 {
    font-weight: 400;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: #fff;
    margin-top: 0;
}
.contact-form .subheading {
    font-family: Poppins;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    max-width: 81%;
    margin: 0 auto 75px;
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields input,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea {
    border-bottom: 2px solid #fff;
    padding: 30px 0;
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields input::placeholder,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea::placeholder
{
color: #fff;
font-family: Poppins;
font-weight: 500;
font-style: Medium;
font-size: 21px;
line-height: 24px;
letter-spacing: 0%;

}
.form-fields input, .form-fields textarea {
  border: 0;
      padding: 26px 0 27px;
    border-bottom: 2px solid #000;
    color: #000;
    background: transparent;
    box-shadow: none;
    margin-bottom: 20px;
}
section#testimonial-contact-template--18449651007566__testimonial_contact_form_RDeBaQ {
    background: #dcdbd7;
}
.form-fields input::placeholder, .form-fields textarea::placeholder {
    color: #000;
    font-family: Poppins;
font-weight: 500;

font-size: 21px;
line-height: 24px;
letter-spacing: 0%;

}
textarea {
    font-family: Poppins;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
}
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 80%;
    margin: 0 auto;
}
button.submit-btn {
    margin: 0 auto;
    width: 18%;
}
.contact-text h2 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    margin-top: 0;
}
.inr-frminfos h6 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 0;
    margin-top: 0;
}
.inr-frminfos p {
    margin: 17px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
div#shopify-section-template--18423647797326__contactpageform_ijmUFK .form-fields {
    width: 100%;
    max-width: 97%;
}
div#shopify-section-template--18423647797326__contactpageform_ijmUFK .form-fields .form-fields input,div#shopify-section-template--18423647797326__contactpageform_ijmUFK .form-fields .form-fields textarea{
font-size:21px;
padding:30px 0px;
}
.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5%;
}
.form-wrapper p {
    margin-bottom: 20px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #000;
    max-width: 84%;
    margin: 0 auto 35px;
}
button.submit-btn {
    margin: 0 auto;
    color: #fff;
    width: 21%;
    background: radial-gradient(146.58% 269.01% at 138.94% 64.32%, #fdfdfd, #3e3e3e 24.53%, #272727 55.38%, #000);
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    opacity: 1;
    border-radius: 43.99px;
    gap: 14.66px;
    padding: 15.27px 33.73px;
    border: 0;
}
.about-content a.hero-btn {
    padding: 10px 39px 10px 39px;
}

.footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:last-child {
    width: 12%;
}
.footer__blocks-wrapper {
    justify-content: space-between;
}
product-info#MainProduct-template--18423647895630__main {
    padding-top: 15%;
    padding-bottom: 5%;
}
.product__title h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
}
div#desc-preview p {
    margin-top: 0;
}
button#read-more-btn {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    border: 0;
    background: transparent;
    padding: 0;
}
.product-meta {
    display: flex;
    justify-content: space-between;
}
.product-meta p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 100%;
    color: #191919;
}
div#price-template--18423647895630__main span.price-item.price-item--regular {
    font-family: Poppins;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #000;
}
label.quantity__label.form__label {
    display: none;
}

quantity-input.quantity {
    width: 100%;
}
.quantity:after {
    border-radius: 50px;
    border-color: #000;
}
.product-form__buttons {
  display:flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.shopify-payment-button,button#ProductSubmitButton-template--18423647895630__main {
    width: 48%;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633);
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    text-transform: capitalize;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded::after {
    box-shadow: none;
}
button#ProductSubmitButton-template--18423647895630__main::after {
    border-radius: 50px;
}
.product button#ProductSubmitButton-template--18423647895630__main {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
    border-radius: 43.99px;
    border-width: 1px;
    padding-top: 10.27px;
    padding-right: 33.73px;
    padding-bottom: 10.27px;
    padding-left: 33.73px;
    border: 1px solid #000;
}
.zipcode_bar_title_1511 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: end;
    gap: 10px;
}
span#delhivery {
    font-family: Poppins;
    font-weight: 500;
    font-size: 22px !important;
    line-height: 120%;
}
input#pin {
    width: 100% !important;
    border-radius: 50px !important;
    padding: 20px !important;
    max-width: 82%;
    border-color: #000 !important;
    border-width: 2px !important;
}
button#checkPin {
    position: absolute;
    right: 20%;
    background: transparent !important;
    color: #000 !important;
    border: 0 !important;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}
.powered-by-zippy {
   
    display: none;
}
.download-heading {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    margin-bottom: 45px;
    margin-top: 0;
}


.tab-button {
    cursor: pointer;
    transition: all 0.3s 
ease;
    border: 0;
    background: #fff;
    font-family: Poppins;
    font-size: 21px;
    line-height: 120%;
    padding: 10px 0px;
    width: 23%;
    text-align: left;
    font-weight: 300;
}
.tab-button.active {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    text-decoration: underline;
}
.tab-content {
    background: #D9D9D95C;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 22px 30px;
}
.inr-tabcontnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
}

.download-btn {
    display: inline-block;
    padding: 12px 45px;
    color: #fff;
    text-decoration: none;
    border-radius: 45px;
    font-weight: 700;
    transition: .3s;
    background: radial-gradient(146.58% 269.01% at 138.94% 64.32%, #fdfdfd, #3e3e3e 24.53%, #272727 55.38%, #000);
    display: flex;
    align-items: center;
    gap: 10px;
}
.tab-button:first-child {
    border-right: 1px solid #000;
    margin-right: 15px;
}
.contact-info .info-item {
    display: flex;
    align-items: self-start;
    gap: 30px;
   
    font-size: 15px;
    width: 31%;
}
div#shopify-section-template--18423647797326__contactpageform_ijmUFK button.submit-btn {
    margin-top: 40px;
    width: fit-content;
    padding: 15px 40px 15px 40px;
}
.footer__blocks-wrapper .footer-block.grid__item:first-child {
    width: 37%;
}
.video-slide .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    color: #fff;
    font-size: 32px;
    padding: 14px 21px;
    border-radius: 50%;
    cursor: pointer;
    background: #FFFFFF63;
}
a.header__heading-link.link.link--text.focus-inset {
    width: 35%;
    padding: 0;
}
img.site-logo {
        width: 90px;
    padding-left: 14px;
}
    .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
        margin-top: 0;
    }
div#shopify-section-template--18449651007566__aboutvision_6XQkVb .stats-grid {
    margin-right: 0;
}
.aboutparagrp {
    width: 66%;
}
.abtpg .inrbox p {
    font-family: Poppins;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #939393;
}
.smart-supply .swiper-button-prev.swiper-button-prev-template--18449651007566__smartsupplyslider_QJc3WM {
    background: #000;
}
.supply-card .overlay p {
    margin-top: 10px;
    font-weight: 100;
    font-size: 13px;
    line-height: 20px;
  
    transition: opacity 0.3s ease;
    padding-right: 45px;
        color: #FFFFFF;
        padding-left: 14px;
}

section#testimonial-contact-template--18449651007566__testimonial_contact_form_RDeBaQ button.submit-btn {
    background: radial-gradient(104.72% 192.18% at 104.72% 50%, #FDFDFD 0%, #DBAE66 24.53%, #B67833 55.38%, #6E3633 100%);
    width: fit-content;
    padding: 16px 42px 16px 42px;
    margin-top: 60px;
}
.product-downloads-section {
    margin-bottom: 5%;
}
 .top-header-you {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .top-header-you a {
    color: #fff;
    width: fit-content;
    background: radial-gradient(146.58% 269.01% at 138.94% 64.32%, #fdfdfd, #3e3e3e 24.53%, #272727 55.38%, #000);
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    opacity: 1;
    border-radius: 43.99px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 45px 15px 45px;
    text-decoration: none;
}
div#shopify-section-template--18423647895630__youmaylikesection_trtRMm section#top-products-template--18423647895630__youmaylikesection_trtRMm {
    margin-top: 0 !important;
}
small.gst-text {
    font-family: Poppins;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #328C50;
}
.tx-cls p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
section#ProductInfo-template--18423647895630__main button.share-button__button {
    position: absolute;
    top: 99%;
    right: 0;
    font-size: 0;
}
span.svg-wrapper.s4 svg.icon.icon-share {
    display: none;
}

.thumbnail,.product__media-toggle:after {
    background: #d9d9d936 !important;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.custom-navigation .swiper-button-prev.swiper-button-prev-template--18423647895630__youmaylikesection_trtRMm {
    left: 4%;
        top: 60%;
}
.custom-navigation .swiper-button-next.swiper-button-next-template--18423647895630__youmaylikesection_trtRMm {
    right: 4%;
        top: 60%;
}
.modular-slider-section .swiper-wrapper {
    align-items: end !important;
}
.brand-slider-nav {
    position: relative;
}



.brand-slider-header h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    margin-top: 0;
}
.brand-name {
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 0;
}

.brand-btn {
     display: inline-block;
    padding: 10px 35px 10px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-top: 5px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    line-height: 100%;
    gap: 10px;
    transition: all 0.3s 
ease;
    align-items: center;
}

.brand-slider {
    padding: 5% 0;
    border-radius: 16px;
    background: url(/cdn/shop/files/Vector_68_2.webp?v=1758107062);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5%;
}
.facets-container {
    background: url(/cdn/shop/files/Vector_59_1.webp?v=1758108081);
    background-size: cover;
    padding: 115px 40px 55px;
    background-repeat: no-repeat;
}
h2#verticalTitle {
    display: none;
}
   .facets-vertical-form {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
    max-width: 74%;
    margin-left: auto;
    margin-bottom: 40px;
    margin-top: 45px;
}

span#ProductCountDesktop {
    font-family: Poppins;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    color: #000 !important;
}
.facet-filters__label label,.facet-filters__label, .facet-filters__field .select__select, .mobile-facets__sort .select__select {
    font-family: Poppins ;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
}
.collection ul#product-grid {
    display: flex;
    gap: 30px;
        justify-content: space-between;
}
.collection ul#product-grid li.grid__item {
    width: 40%;
}
.collection .card-wrapper
{
  border: 1.48px solid #8F8F8F;
  padding: 48px 33px 30px;
}
.collection .card__heading {
    font-family: Poppins;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
    margin-bottom: 25px;
}
.collection .card-information .price {
    font-family: Poppins;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
}
.collection .card-information .price small.gst-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #191919 !important;
}
.collection .card-information .price .tx-cls {
    display: none;
}
.qvk-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.qvk-btn a.buy-now-btn {
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633);
    opacity: 1;
    border-radius: 37.02px;
   padding: 15.64px 45.38px;
    color: #fff;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    transition: all 0.3s ease;
}
.qvk-btn .quick-add__submit {
    padding: 15.64px 45.38px;
    gap: 12.34px;
    border-radius: 37.02px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    border-width: 1px;
    padding-top: 8.64px;
    padding-right: 28.38px;
    padding-bottom: 8.64px;
    padding-left: 28.38px;
    border: 1px solid #000;
}
.qvk-btn .button:after
{
  border-radius: 50px;
}
.facets-vertical .facets__summary span,.facets-vertical .facets__summary {
    color: #fff;
    width: 88%;
}

span.facets__selected, span.facet-checkbox__text, .facets-vertical .facets__summary span, .facets-vertical .facets__summary {
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}


.facets-container {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.product-card-collection {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #c52d2d;
    width: fit-content;
    background: #ededed;
    height: 40px;
    position: absolute;
    top: 13px;
    padding: 16px;
    border-radius: 5px;
    z-index: 1;
}

.search-bar {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  max-width: 500px;
  position: relative;
}
.search-input {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
}
.search-btn {
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    right: 13px;
    top: 15px;
}
.search-input {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 50px;
}

.srchbx {
    display: flex;
    gap: 23px;
    align-items: center;
}
.lftsrch {
    width: 28%;
}
.rht-srch {
    width: 75%;
}
.boxinr {
    width: 85%;
    margin: 5% auto -70px;
}
.brand-slider-nav .swiper-button-prev:after,.brand-slider-nav .swiper-button-next:after {
    font-size: 0;
    color: #000;
}
.brand-slider-nav .swiper-button-prev {
    background: #000;
}
.brand-slider-nav .swiper-button-prev {
    left: auto;
    top: 0;
}
.brand-slider .swiper-button-next {
    right: 0;
    top: 0;
}
.collection .card__inner {
    background: #fff;
}
.customer h1,h1#login,h1.title.title--primary {
    font-family: "Exo 2", sans-serif;
    font-size: 50px;
    font-weight: 700;
}
.cart__ctas button {
    background: radial-gradient(104.72% 192.18% at 104.72% 50%, #FDFDFD 0%, #DBAE66 24.53%, #B67833 55.38%, #6E3633 100%);
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    width: fit-content !important;
    margin-left: auto;
}
.button:after
{
  border: 0;
}
.cart__ctas button::after{
  display: none;
}
.customer form button {
    background: radial-gradient(104.72% 192.18% at 104.72% 50%, #FDFDFD 0%, #DBAE66 24.53%, #B67833 55.38%, #6E3633 100%);
    opacity: 1;
    border-radius: 37.02px;
    gap: 12.34px;
    padding: 15px 55px;
}
.customer form a {
    color: #995d33;
    font-size: 15px;
    font-weight: 600;
}
.mn-sts {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 25px;
}
.maroon-card h4 {
    font-weight: 400;
    font-size: 27px;
    color: #fff;
    line-height: 35px;
        max-width: 70%;
}
.static-maroon {
    width: 100%;
}
.testimonial.yellow {
  background: #f7c600;
  color: #000;
  padding: 20px;
}
div#shopify-section-template--18423647895630__custom_testimonialslider_NKFr8U .slider-header h2 {
    color: #000;
}
div#shopify-section-template--18423647895630__custom_testimonialslider_NKFr8U .slider-header {
    flex-direction: column;
}
.text-wrap1 p {
    margin-top: 0;
    font-weight: 300!important;
    line-height: 25px;
    color: #fff;
    font-size:16px !important;
}
.mn-sts {
    max-width: 95%;
    margin-left: auto;
}

.testimonial.yellow .card-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    padding: 20px 15px 0;
}
.testimonial.yellow img.card-img {
    
    width: 15%;
}
.testimonial.yellow h3 {
    margin-top: -2px;
    font-size:16px !important;
}
.text-wrap {
    width: 73%;
}
.testimonial.yellow h3 {
    margin-top: -2px;
}
.inrrr img.card-img {
    margin-bottom: 245%;
}
div#shopify-section-template--18449651007566__aboutvision_6XQkVb .about-content p {
    max-width: 100%;
}
.contact-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 5% 60px;
  align-items: start;
}
.contact-bottom .form-wrapper h3 {
  font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}
div#shopify-section-template--18423647895630__custom_testimonialslider_NKFr8U .slider-header
{
  
margin-bottom: 0;
}
.testimonial.white {
    background: #fff;
    padding: 40px 30px 20px;
}
.testimonial.white p {
    color: #000;
}
.testimonial.white span.counter {
    color: #000;
}

.precision-wrapper {
  display: flex;
  justify-content: space-between;
 align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
div#shopify-section-template--18423647797326__hero_section_CwgmcT .hero-inr-lft {
    width: 63%;
}
.rhtct-tctc p {
    margin-top: -4px !important;
}
p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 25px;
    color: #000000;

}
div#shopify-section-template--18423647731790__aboutsection_NDJ3ki .page-width {
    max-width: 100% !important;
    padding: 0;
}
div#shopify-section-template--18423647731790__aboutsection_NDJ3ki .about-content {
    padding-left: 5%;
}

.categories-header p {
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 0;
}
.top-header p span {
    font-weight: 500;
}

.client-info img {
  width: 60px;
  height: 60px;

}
div#shopify-section-template--18449651007566__aboutvision_6XQkVb .stat-box1 {
    gap: 0;
}
div#shopify-section-template--18423647699022__hero_section_cYg98i .hero-inr-lft {
    width: 57%;
}
.rht-srch h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    font-size: 36px;
}

.facet-filters__field .select {
    border-bottom: 1px solid #000;
}
.swym-wishlist-collections-v2-container {
   
    top: 4px;
    left: 45px;
    
}

p.product-id {
    font-weight: 400;
    color: #000;
}
.section-template--18423647699022__product-grid-padding.gradient.color-scheme-1 {
    padding-bottom: 5%;
}
media-gallery#MediaGallery-template--18423647895630__main .product-media-container {
    width: 100% !important;
}


div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header {
    margin-bottom: 0;
}
.share-button {
    position: absolute;
    top: 290px;
    right: 0;
    margin: 0;
}
.share-button summary.share-button__button {
    font-size: 0;
}
.swiper-button-prev img,.swiper-button-next img {
    width: 16px;
}
p.zpy-txt {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px !important;
    color: #2A9E00;
}

.thumbnail-slider .thumbnail-list.slider--tablet-up
{
  gap: 25px;
}


.brands-top {
  text-align: center;
  margin-bottom: 50px;
}



.categories-section {
  margin-top: 5%;
}


.categories-header p {
  font-size: 15px;
  color: #444;
  max-width: 700px;
}


.category-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.maroon-card {
    background: #6E3633;
    color: #fff;
    padding: 30px 20px;
    clip-path: polygon(0 0, 55% 0, 100% 65%, 100% 100%, 0 100%);
}
.swym-wishlist-collections-v2-container {
   
    top: 9px !important;
    left: 43px !important;
    
}

div#shopify-section-template--18449651007566__custom_testimonialslider_3xxHwh .static-maroon,div#shopify-section-template--18423647895630__custom_testimonialslider_NKFr8U .static-maroon {
    width: 55%;
}
 .top-header-you {
    margin-bottom: 30px;
}
 .top-header-you h2

 {
    margin-bottom: 0;
}

.in1 {
    width: 0%;
}
.header__active-menu-item, nav.header__inline-menu ul.list-menu.list-menu--inline a:active, nav.header__inline-menu ul.list-menu.list-menu--inline a:hover {
    color: #be833e !important;
}
.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #999;
}
.swiper-button-next-template--18423647731790__productslider_89Dwqc
{
top: 65%;
    right: 4%;
}
.swiper-button-prev-template--18423647731790__productslider_89Dwqc {
   
    top: 65%;
    left: 4%;
}
.nav-buttons {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.swiper-slide.precision-card.swiper-slide-next {
    margin-top: -70px;
}
.one img {
    width: 59%;
}

.two img {
    width: 70%;
}
.three img {
    width: 55%;
}
.one {
    text-align: left;
}
.four img {
    width: 100%;
}
header.header.page-width {
    max-width: 95% !important;
}
.container {
    width: 100%;
    max-width: 90%;
    margin: auto;
}
div#cart-notification {
    z-index: 1;
}
.swym-ui-component .swym-sfl-popup-dialog.swym-control-centre-mode {
    padding: 10px !important;
}
button.swym-button.swym-button-1.swym-is-button.swym-sfl-popup-save-btn {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633) !important;
    opacity: 1;
    border-radius: 43.99px !important;
    padding: 10.27px 33.73px;
    display: flex;
    justify-content: center;
    width: fit-content !important;
    text-align: center;
    align-items: center;
    min-width: 181px !important;
}
button.swym-button.swym-sfl-popup-cancel.swym-is-button {
    border-color: #ab6e33 !important;
    color: #a66933 !important;
}
.swym-ui-component .swym-sfl-popup-dialog.swym-control-centre-mode .swym-cc-sfl-popup-action-container>div .swym-cc-sfl-popup-content h3 {
    font-size: 15px;
    font-weight: 500;
}
.cart__warnings a.button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633) !important;
    opacity: 1;
    border-radius: 43.99px !important;
    padding: 10.27px 33.73px;
    display: flex;
    justify-content: center;
    width: fit-content !important;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}
h1.cart__empty-text {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
}
button.button.button--primary {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    color: #fff;
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633) !important;
    border-radius: 43.99px !important;
    padding: 10.27px 33.73px;
    width: fit-content !important;
    margin: 0 auto;
}
.inr-frminfos a {
    text-decoration: none;
    font-family: Poppins;
    font-weight: 300;
    margin: 17px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.inr-frminfos a:hover
 {
    color: #9a5e33;
}
 .top-header-you a,button.shopify-payment-button__button.shopify-payment-button__button--unbranded,.customer form button
{
  transition: all 0.3s ease;
}
.product button#ProductSubmitButton-template--18423647895630__main:hover,div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a:hover,button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover,.customer form button:hover,.qvk-btn .quick-add__submit:hover,.qvk-btn a.buy-now-btn:hover,.brand-btn:hover,button.buy-btn:hover,.about-content a.hero-btn:hover,.submit-btn:hover, a.hero-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
   
}
select#SortBy {
    padding: 10px;
}
select#SortBy option {
    padding: 10px 20px !important;
    font-size: 14px;
}

.swiper-slide-active .precision-desc {
  
    padding-right: 10px;
}
.brand-slider-nav {
  
    max-width: 6%;
    width: 100%;
}
.hero-inr-rht img.animate-onload {
    width: 100%;
    height: 100%;
}
.form-fields input, .form-fields textarea
{
  padding: 26px 0 27px;
  font-size: 14px;
}
    input:-internal-autofill-selected {
   
    
    background-color: transparent !important;
  
}
.form-fields input:invalid, .form-fields textarea:invalid
{
      border: 1px solid transparent !important;
}

.form-fields input, .form-fields textarea {
    
    border-bottom: 2px solid #000 !important;
    background: transparent;
    color: #000;
        font-weight: 400;
    
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields input
{
   border-bottom: 2px solid #fff !important;s
}
 div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea
{
      border-bottom: 2px solid #fff !important;
       border-bottom: 2px solid #000 !important;
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields input {
    color: #fff;
    font-size: 21px;
    font-weight:500;
     font-family: Poppins;
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea {
    border-bottom: 2px solid #fff !important;
}
div#shopify-section-template--18423647797326__contactpageform_ijmUFK textarea, div#shopify-section-template--18423647797326__contactpageform_ijmUFK input {
    border-bottom: 2px solid #000 !important;
    font-size: 21px;
    font-weight:500;
     font-family: Poppins;
}


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

#HeaderMenu-cart.active,
#HeaderMenu-account.active {
  color: #be833e !important;
}
#HeaderMenu-cart:hover,
#HeaderMenu-account:hover {
  color: #be833e !important;
}
    .cart__warnings {
        padding: 7rem 0 7rem !important;
    }
span.error-msg {
    text-align: left;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px !important;
    background: #ffffffb0;
    padding: 3px 9px;
    width: fit-content;
}
div#collection-template--18423647731790__featured_collection_6gPWUt {
    padding: 5% 20px;
    color: #fff;
    background: url(/cdn/shop/files/Group_1000005588.png?v=1758618747);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
}
.collection__title.title-wrapper {
    text-align: center;
}
h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-transform: capitalize;
    color: #000;
    margin-top: 0;
    font-family: "Exo 2", sans-serif;
}
.collection__description.body.rte.scroll-trigger.animate--slide-in p {
    margin-top: 30px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 25px;
}
div#collection-template--18423647731790__featured_collection_6gPWUt .card-wrapper {
    background: #fff;
    padding: 16px;
}
div#collection-template--18423647731790__featured_collection_6gPWUt .card-wrapper .product-card-collection {
    
    font-size: 13px;
    width: 47%;
    height: 35px;
    position: absolute;
    top: 13px;
    padding: 11px;
}
div#collection-template--18423647731790__featured_collection_6gPWUt .card-wrapper .swym-wishlist-collections-v2-container {
    top: -6px !important;
    left: -7px !important;
}
.collection .card__heading a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
}
.collection span.price-item.price-item--regular {
    font-family: Poppins;
    font-weight: 500;
    font-size: 21px;
    line-height: 100%;
}
.collection .qvk-btn a.buy-now-btn {
    
    padding: 12.64px 21.38px;
    font-size: 13px;
    line-height: 100%;
    transition: all 0.3s 
ease;
}
.collection .qvk-btn .quick-add__submit {
    border: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

    .section-template--18423647961166__main-padding {
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 0;
        padding-right: 0;
        max-width: 90% !important;
    }
.account-dashboard {
    margin-top: 55px !important;
}

:is(.account,.order)>div:nth-of-type(2) {
    gap: 20px;
    align-items: baseline;
}
:is(.account,.order) {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

.customer ul {
   padding-left:0 !important;
}
div#swym-wishlist-render-container {
    padding-top: 12%;
}
div#swym-wishlist-render-container .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 35px !important;
}
.swym-ui-components .swym-bg-2, .swym-ui-component .swym-bg-2, .swym-ui-component .swym-htc-tabs .swym-htc-tab-item.swym-selected {
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633) !important;
    border-radius: 50px !important;
}
.swym-wishlist-container-title-bar.swym-bg-1.swym-bg-2.swym-color-4 {
    background: #fff !important;
}
    .yn-rt-r .xl\:yn-rt-my-28 {
        margin-top: 235px !important;
    }
   .customer.addresses.section-template--18423648026702__main-padding {
    padding-top: 12%;
}
.customer button {
    font-family: Poppins;
    font-weight: 500;
    font-size: 15.18px;
    line-height: 100%;
    text-decoration: none;
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633);
    opacity: 1;
    border-radius: 43.99px;
    padding: 10.27px 33.73px;
    transition: all 0.3s 
ease;
}
.customer.addresses.section-template--18423648026702__main-padding button, .customer.addresses.section-template--18423648026702__main-padding button#EditFormButton_9384119664718 {
    color: #fff !important;
}
section#shopify-section-template--18423647830094__main h1.main-page-title {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 35px !important;
}
.section-template--18423647830094__main-padding ul {
    list-style: none;
    padding: 0 35px;
}
.section-template--18423647830094__main-padding h3 {
    font-weight: 600;
}

.section-template--18423647830094__main-padding {
    max-width: 90% !important;
    padding: 50px 0 !important;
}


button.slider-button.slider-button--prev {
    position: absolute;
    top: 43%;
    left: 0px;
}
button.slider-button.slider-button--next
{
   position: absolute;
    top: 43%;
    right: 0px;
}

.slider--desktop {
    overflow-x: hidden;
    width: 95%;
    margin: 0 auto;
}
.slider--desktop li {
    margin: 0 9px;
}
.svg-wrapper img {
    width: 260%;
}
.account-dashboard {
    margin-bottom: 40px;
  }
  .account-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
  }
  .account-tabs li a {
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f4f4f4;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  .account-tabs li a:hover, .account-tabs li a.active {
    color: #fff;
    
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633);
    
}
  .customer__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .order-history {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
  }
  .order-history th, .order-history td {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 10px;
    text-align: left;
  }
  .order-history th {
    background: #f8f8f8;
  }
  .account-details {
    margin-top: 40px;
    background: #fafafa;
    padding: 20px;
    border-radius: 10px;
  }
.section-template--18423647830094__main-padding a {
    color: #c7914b;
}
.page-width.page-width--narrow.section-template--18423647830094__main-padding {
    max-width: 90% !important;
}
.customer:not(.account):not(.order) a {
    color: #bf8640;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar
{
          border-bottom: 0 !important;
}
button.swym-storefront-layout-notification-action {
    color: #fff;
    text-decoration: none;
    background: radial-gradient(104.72% 192.18% at 104.72% 160%, #FDFFFD, #dbae66 24.53%, #b67833 55.38%, #6e3633);
    border-radius: 50px;
    font-size: 13px !important;
    padding: 3px 10px !important;
}
.swym-storefront-layout-notification-container {
    color: #c58d47 !important;
}
swym-storefront-layout-notification#swym-storefront-layout-notification
{
  background: #fff !important;
}
swym-storefront-layout-notification[status="neutral"]
{
   color: #c58d47 !important;
}
#modular-slider-template--18423647895630__custom_testimonialslider_NKFr8U .static-maroon {
    width: 100% !important;
}
.swym-storefront-layout-tab-button {
    font-family: Poppins !important;
    font-weight: 300 !important;
    font-size: 21px !important;
    line-height: 120% !important;
}
.swym-storefront-layout-tab-indicator:empty {
    background: #c7904a !important;
}


.swym-storefront-layout-title {
    font-weight: 400 !important;
    font-size: 36px !important;
    line-height: 114.99999999999999% !important;
    text-transform: capitalize !important;
}
a.swym-storefront-layout-grid-item-title {
    font-family: Poppins  !important;
    font-weight: 500  !important;
    font-size: 16px  !important;
    line-height: 100%;
    text-decoration: none;
}
.swym-storefront-layout-empty-sfl-title,.swym-storefront-layout-grid-item-price-variant .swym-storefront-layout-grid-item-final-price {
    font-family: Poppins  !important;
    font-weight: 500  !important;
    font-size: 21px  !important;
    line-height: 100%;
    color: #000 !important;
}
.swym-storefront-layout-empty-sfl-view-cart-button,.swym-storefront-layout-grid-item-add-to-cart-button {
    background: radial-gradient(104.72% 192.18% at 104.72% 50%, #FDFDFD 0%, #DBAE66 24.53%, #B67833 55.38%, #6E3633 100%) !important;
    opacity: 1;
    border-radius: 37.02px  !important;
    padding: 15.64px 45.38px  !important;
    color: #fff  !important;
}
swym-storefront-layout-login-user .swym-storefront-layout-login-button {
    background: radial-gradient(104.72% 192.18% at 104.72% 50%, #FDFDFD 0%, #DBAE66 24.53%, #B67833 55.38%, #6E3633 100%) !important;
    opacity: 1;
    border-radius: 37.02px !important;
    padding: 15.64px 45.38px !important;
    color: #fff !important;
}
swym-storefront-layout-login-user .swym-storefront-layout-login-button svg {
    display: none;
}
swym-storefront-layout-tab-content.swym-storefront-layout-container {
    margin: 0 auto 5% !important;
    width: 94% !important;
        overflow: hidden !important;
}
.new-sctnn
 {
    padding: 5% 20px;
    color: #fff;
    background: url(/cdn/shop/files/Group_1000005588.png?v=1758618747);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
}
.new-sctnn .color-scheme-1.isolate.gradient {
    background: transparent;
}
.swym-storefront-layout-login-user-container .swym-storefront-layout-login-heading {
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-size: 21px !important;
}
.new-sctnn .card-wrapper.product-card-wrapper {
    background: #fff;
        padding: 10px 15px;
}
.new-sctnn .top-header-you h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
}
.new-sctnn div#collection-template--18423647895630__youmaylikesection_trtRMm {
    padding-top: 0;
}
.new-sctnn .card-wrapper.product-card-wrapper .product-card-collection {
    font-size: 13px;
    padding: 8px;
     width: fit-content;
    height: 29px;
}
.new-sctnn .card-wrapper.product-card-wrapper .swym-wishlist-collections-v2-container {
    top: -7px !important;
    left: 0 !important;
}
.swym-storefront-layout-login-user-container {
    max-width: 93% !important;
    margin: 20px auto 0px !important;
    background: #afafaf42 !important;
}
.swym-storefront-layout-body
{
      overflow: hidden !important;
}

ul.list-menu.list-menu--inline li:last-child {
    display: none;
}

section#modular-slider-template--18449651007566__about_halfslider_hrnEKm .mn-sts {
    margin-top: 0%;
}

.page-contentpolicy {
    padding: 55px 0;
}

div#shopify-section-template--18423647764558__main h1.title,.page-contentpolicy h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 114.99999999999999%;
    text-transform: capitalize;
    margin-top: 0;
}
div#shopify-section-template--18423647764558__main {
    padding: 55px 0;
}
div#shopify-section-template--18423647764558__main h1.title {
    margin-bottom: 45px;
}
.inrrr,.testimonial.yellow img.card-img {
   
    display: none;
}
.text-wrap1,.text-wrap {
    width: 100%;
}
.card-content1
{
  display: block;
}

.testimonial.black p.extra-text {
    color: #fff !important;
}
.social-lnk {
    display: none;
}
    .footer__content-bottom-wrapper.page-width {
        padding: 1px 0 10px;
        justify-content: center;
    }

button.submit-btn {
    background: radial-gradient(104.72% 192.18% at 104.72% 50%, #FDFDFD 0%, #DBAE66 24.53%, #B67833 55.38%, #6E3633 100%);
}
.precision-desc {
    display: none;
}
.card__information .price small.gst-text {
    display: none;
}
.card__information .card-information {
    display: flex;
}
.contact-info .info-item:nth-child(2) {
    width: 16%;
}
hr {
    margin: 20px 0;
}

.collection-hero {
    padding-top: 175px !important;
    background: #ebebeb!important
}


.empty-collection aside#main-collection-filters {
    display: none;
}
h1.collection-hero__title {
    font-weight: 700;
    font-size: 47px;
    text-transform: capitalize;
    color: #000000;
}
._AccessorySubmitButtonWrapper_13vmb_1 button {
    background: #965333 !important;
}
.pE97h:hover, .pE97h:focus-visible {
    background: #fff !important;
}

/*********Responsive css**********/
@media screen and (min-width: 2560px)
{
h1.header__heading {
    width: 58%;
}
.submit-btn, a.hero-btn
{
  width: 21%;
}
.about-content a.hero-btn
 {
    width: 21%;
    padding: 10px 10px 10px 39px;
}
.stat-box {
    width: 15%;
   
}
}

@media(max-width:1920px)
{
.hero-inr-lft {
    padding-left: 4%;
  
}
div#shopify-section-template--18423647731790__aboutsection_NDJ3ki .about-content {
    padding-left: 4%;
}
.page-width {
    max-width: 97% !important;
}
.container {
   
    max-width: 91%;
  
}
.mn-sts {
    max-width: 95.5%;
  
}
.brand-slider-nav {
    max-width: 5%;
   
}
}

@media(max-width:1900px)
{
  .brand-slider-nav {
        max-width: 6%;
    }
}


@media(max-width: 1650px)
{
  .page-width {
    max-width: 97% !important;
}
.footer__content-bottom-wrapper.page-width {
    max-width: 90% !important;
}
.hero-inr-lft {

    padding-left: 4.8%;
}
.product-card .sku
{
  font-size: 12px;
}
.product-card h4 {
    font-size: 15px;
            min-height: 48px;
}
.product-card .price {
    font-size: 18px;
}
.buy-btn {
    padding: 10.64px 21.38px !important;
    font-size: 10.77px;
}
.cart-btn
{
      font-size: 13px;
}
.category-box h4
{
  font-size: 17px;
}
    .hero-inr-lft, div#shopify-section-template--18423647731790__aboutsection_NDJ3ki .about-content {
        padding-left: 4.5%;
    }
    img.site-logo {
    padding-left: 9px !important;
}
}

@media(max-width:1440px)
{
  span.stat-value {
    font-size: 35px;
}
.about-image {
    width: 27%;
}
    .footer__content-bottom-wrapper.page-width {
        max-width: 87% !important;
    }
    .inrbox p
    {
      font-size: 12px !important;
      line-height: 18px;
    }
        .product-card h4 {
        font-size: 15px;
        min-height: 50px;
    }
    .precision-desc p {
    width: 89%;
    font-size: 15px !important;
}
.new-sctnn .card-wrapper.product-card-wrapper .product-card-collection {
    
      width: fit-content;
  
}
}


@media(max-width:1300px)
{
     h1.header__heading {
        width: 30%;
    }
      a.header__heading-link.link.link--text.focus-inset {
        width: 32%;
    } 
    .header__heading-logo {
    
    width: 65px;
}
nav.header__inline-menu ul.list-menu.list-menu--inline {
    gap: 10px;
}
nav.header__inline-menu ul.list-menu.list-menu--inline a
{
  font-size: 14px;
}
.header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
        margin-top: 0;
    }
        .page-width {
        max-width: 98% !important;
    }
       .hero-inr-lft h2 {
        line-height: 40px;
        font-size: 33px;
        margin-bottom: 20px;
    }
    .hero-inr-lft p {
    margin-bottom: 35px;
    line-height: 21px;
    font-size: 14px !important;
}
    .submit-btn, a.hero-btn {
        font-size: 13.18px;
               width: fit-content;
        
        justify-content: center;
    }
    .about-content a.hero-btn {
    padding: 10px 26px;
}
.about-content h2 {
    font-size: 30px;
    line-height: 38px;
   
}
p {
   
    font-size: 14px !important;
    line-height: 24px !important;

}
header.header.page-width {
    max-width: 99% !important;
}
    .hero-inr-lft {
        padding-left: 1.8%;
    }
    div#shopify-section-template--18423647731790__aboutsection_NDJ3ki .about-content {
    padding-left: 2%;
}
.stats-grid {
    display: flex;
    margin-top: 20px;
}
.about-content {
    width: 70%;
}
.inrbox p {
    max-width: 100%;
    font-size: 10px !important;
    line-height: 17px !important;
}
.inrboxlft
{
  width: 25%;
}
.inrboxlft img.logo1 {
    width: 100%;
}
span.stat-value
{
  font-size: 34px;
}
.precision-content h2
{
  font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
}
.precision-navigation
{
  max-width: 21%;
  right: -89%;
}
.page-width {
        max-width: 98% !important;
        padding: 0 13px;
    }
    .inr-brndlft h2 {
    
    font-size: 30px;
    line-height: 114.99999999999999%;

}

    .category-box h4 {
        font-size: 14px;
    }
    .top-header h2
    {
      font-size: 30px;
    line-height: 50px;

    }
    .top-header {
    margin-bottom: 40px;
}
    .product-card h4 {
        font-size: 14px;
    }
        .buy-btn {
        padding: 10.64px 15.38px !important;
        font-size: 9.77px;
    }
        .cart-btn {
        font-size: 12px;
    }
    .mn-sts {
    max-width: 97%;
  
}
.top-products {
    padding: 5% 0px;
}
.container
{
      width: 95%;
}
.maroon-card h4 {
   
    font-size: 21px;
    line-height: 29px;
    max-width: 90%;
}
.testimonial.yellow .card-content {
    gap: 20px;
    padding: 18px 0px 0;
}
.testimonial.yellow h3 {
    font-size: 14px;
    line-height: 22px;
}
p.extra-text {
    font-size: 13px !important;
    line-height: 23px !important;
}
      .inrrr img.card-img

 {
        margin-bottom: 325%;
    }
    .testimonial.white {
    
    padding: 25px 18px;
}

.testimonial.black

 {
    padding: 20px 16px 11px;
}
.footer__blocks-wrapper .footer-block.grid__item:first-child {
    width: 20%;
}
    .footer__content-bottom-wrapper.page-width {
        max-width: 94% !important;
    }
    .footer-block__image-wrapper img {
   
    max-width: 65%;
}
.about-advanced h2.about-heading {
    font-size: 30px;
}
.snglimg {
  
    align-items: end;
}
.snglimgrht {
    width: 72%;
    padding-left: 20px;
}
.abtpg .stats-grid .stat-box {
    width: 25%;
    padding-right: 15px;
}
    span.stat-value {
        font-size: 26px;
    }
    .custom-arrows {
   
    width: 33%;
   
}
.supply-header h2 {
   
    font-size: 30px;
    line-height: 113%;
    padding-left: 65px;
}
.supply-header p {
    padding-left: 65px;
}
.supply-card .overlay .number {
    
    font-size: 30px;
    
}
.ovrly h4 {
  
    font-size: 15px;
    line-height: 17.85px;
    
}
.tst-box {
    
    padding: 5% 0 4% 0;
}
.contact-form h2
{
      font-size: 30px;
}
.contact-form .subheading {
   
    max-width: 90%;
    margin: 0 auto 40px;
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields input::placeholder,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea::placeholder
{

font-size: 16px;
line-height: 24px;
}
section#testimonial-contact-template--18449651007566__testimonial_contact_form_RDeBaQ button.submit-btn {
    width: 23%;
    padding: 15px 14px 14px 42px;
    margin-top: 35px;
    font-size: 14px;
}
    .footer__content-bottom-wrapper.page-width {
        max-width: 94% !important;
        width: 100%;
    }
    div#shopify-section-template--18423647699022__hero_section_cYg98i .hero-inr-lft {
    width: 57%;
    padding-top: 15%;
    padding-bottom: 4%;
}
.brand-slider-header h2 {
    font-size: 30px;
    padding-left: 10%;
}
.brand-name {
    font-size: 25px;
}
.brand-btn {
   
    padding: 14px 35px 6px;
    font-size: 14px;
  
}
.boxinr {
    width: 96%;
    margin: 3% auto -70px;
}
.rht-srch h1 {
    font-size: 30px;
}
.facet-filters__label label, .facet-filters__label, .facet-filters__field .select__select, .mobile-facets__sort .select__select,span#ProductCountDesktop
{
  font-size: 16px;
}
.product-card-collection {
    font-size: 13px;
    width: 56%;
        height: 32px;
    top: 12px;
    padding: 10px;
}
.collection .card-wrapper {
    border: 1.48px solid #8F8F8F;
    padding: 34px 15px 18px;
}
.collection .card__heading {
   
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
}
.collection .card-information .price small.gst-text
{
  font-size: 14px;
}
.collection .card-information .price {
    font-size: 16px;
    line-height: 100%;
}
.qvk-btn a.buy-now-btn {
   padding: 16.64px 24.38px;

    font-size: 12px;
   
}
.qvk-btn .quick-add__submit {
    font-size: 14px;
    padding: 3.64px 20.38px;
    transition: all 0.3s ease;
}

product-info#MainProduct-template--18423647895630__main {
    padding-top: 20%;
    padding-bottom: 5%;
}
.product__title h1
{
  font-size: 30px;
}
button#read-more-btn
{
  font-size: 14px;
}
.product-meta p
 {
    font-size: 13px !important;
    line-height: 20px !important;
}
.share-button
 {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
}
section#ProductInfo-template--18423647895630__main button.share-button__button {
    position: relative;
    top: 0;
    
}
div#price-template--18423647895630__main span.price-item.price-item--regular

 {
    font-size: 30px;
   
}
.tx-cls p
 {
    margin: 0;
    font-size: 12px !important;
}
span#delhivery
 {
   
    font-size: 18px !important;
    line-height: 30px;
}
.download-heading
{
  font-size: 30px;
}
.tab-button
 {
    font-size: 14px;
    width: 21%;
}
.download-btn {
    font-size: 14px;
    padding: 12px 35px;
}
.inr-tabcontnt
 {
    padding: 0 0px;
}
 .top-header-you
{
    justify-content: space-around;
}
    .product-card .price

 {
        font-size: 12px !important;
    }
    .contact-top {
    margin-top: 5%;
    margin-bottom: 5%;
}
.inr-frminfos p {
    font-size: 11px !important;
    line-height: 18px !important;
}
.contact-info .info-item {
    
    gap: 15px;
    font-size: 15px;
}
.contact-info .info-item img {
    width: 35px;
}
.contact-text h2

 {
    font-size: 30px !important;
}
.contact-bottom .form-wrapper h3 {
    font-size: 30px;
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields input::placeholder,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea::placeholder,.form-fields input::placeholder, .form-fields textarea::placeholder {
   
    font-size: 14px;
}

div#shopify-section-template--18423647797326__contactpageform_ijmUFK button.submit-btn

 {
    margin-top: 50px;
    width: 25%;
    padding: 15px 16px 15px 40px;
    font-size: 14px;
}
div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a
{
  width: 22%;
}
.custom-navigation .swiper-button-prev.swiper-button-prev-template--18423647895630__youmaylikesection_trtRMm {
    left: 0%;
   
}
.custom-navigation .swiper-button-next.swiper-button-next-template--18423647895630__youmaylikesection_trtRMm {
    right: 0%;
}
    product-info#MainProduct-template--18423647895630__main {
        padding-top: 15%;
    }
    .product-meta p {
    line-height: 18px !important;
    font-size: 12px !important;
}
div#price-template--18423647895630__main span.price-item.price-item--regular {
        font-size: 25px;
    }
        .tx-cls p {
        margin: 0;
        font-size: 11px !important;
    }
    .product button#ProductSubmitButton-template--18423647895630__main {
    font-size: 13.18px;
    padding-top: 10.27px;
    padding-right: 25.73px;
    padding-bottom: 10.27px;
    padding-left: 25.73px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded
{
   font-size: 13.18px;
}
p.zpy-txt {
   
    font-size: 12px !important;
  
}
    .download-heading {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .customer h1, h1#login, h1.title.title--primary {
    font-size: 30px;
}
.stat-box1 {
    gap: 11px;

}
.stat-box {
    margin-right: 46px;
}
    .stat-box {
        width: 22%;
        border-right: 1px solid #AFAFAF;
        margin-right: 30px;
        padding-right: 11px;
    }
.swiper-button-prev-template--18423647731790__productslider_89Dwqc {
    left: 0%;
}
.swiper-button-next-template--18423647731790__productslider_89Dwqc {
   
    right: 0;
}
.tab-button.active {
    
    font-size: 14px;
   
}
.wishlist-btn {
        top: 18px;
        right: 12px;
        color: #999;
    }
    .swiper-button-prev-template--18423647731790__productslider_89Dwqc {
    left: 1%;
}
.swiper-button-next-template--18423647731790__productslider_89Dwqc {
    right: 1%;
}
.swiper-slide-active .precision-desc {
   
    margin-top: -4px;
}
.precision-info h4 {
    font-size: 18px;
}
.precision-info .slide-number
{
  font-size: 35px;

}
.hero-inr-lft p
 {
    font-size: 18px !important;
   
}
    .snglimg

 {
        align-items: center;
    }
    .swym-wishlist-collections-v2-container {
    top: 6px !important;
    left: 15px !important;
}
.two img {
    width: 100%;
}
.three img {
    width: 85%;
}
#modular-slider-template--18423647731790__custom_testimonialslider_AxpPkA {
  
    background-position: right !important;
   
}
.testimonial.yellow h3

 {
    margin-top: -2px;
    font-size: 15px;
}
.brand-slider-nav {
    max-width: 7%;
   
}
.account-tabs
{
      gap: 10px;
}
.account-tabs li a
{
  font-size: 13px;
  padding: 10px 17px;
}
.swym-ui-component.swym-wishlist-page {
        max-width: 92% !important;
   
}
.collection .card__heading a {
    font-size: 11px;
    line-height: 22px;
}
.collection span.price-item.price-item--regular
{
  font-size: 15px;
}
    .collection .card-information .price small.gst-text {
        font-size: 13px;
    }
    .product-card-wrapper .qvk-btn {
    flex-direction: column;
}
div#collection-template--18423647731790__featured_collection_6gPWUt .card-wrapper .product-card-collection {
    font-size: 11px;
    width: 65%;
    height: 31px;
    padding: 9px;
}
.new-sctnn .card-wrapper.product-card-wrapper .product-card-collection {
    font-size: 12px;
    padding: 7px;
        width: fit-content;
   
}
.contact-info .inr-frminfos p {
    font-size: 16px !important;
    line-height: 22px !important;
}
section#modular-slider-template--18449651007566__about_halfslider_hrnEKm .mn-sts {
    margin-top: 0%;
}
}

@media(max-width:1200px)
{
      div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
        width: 24%;
    }
    .brand-slider-nav {
    max-width: 9%;
  
}
    .new-sctnn .card-wrapper.product-card-wrapper .product-card-collection {
        font-size: 11px;
        padding: 6px;
            width: fit-content;
    }
}

@media(max-width:991px)
{
  .hdr-btn {
    display: none;
}
h1.header__heading a.header__heading-link.link.link--text.focus-inset {
    width: 100%;
}
    a.header__heading-link.link.link--text.focus-inset {
        width: 15%;
        padding: 0;
    }

        h1.header__heading {
        width: 15%;
    }
    header-drawer {
    order: 2;
}
.header__icon--menu .icon {
    color: #9e5c33;
}
.hero-content {
  
    flex-direction: column-reverse;
}
.hero-inr-rht {
    width: 100%;
    line-height: 0;
}
    .hero-inr-lft

 {
        padding-left: 0;
        padding-top: 10px;
        width: 96%;
        padding-bottom: 5%;
    }
    .hero-inr-lft h2 {
        line-height: 35px;
        font-size: 27px;
        margin-bottom: 15px;
        text-align: center;
    }
        .hero-inr-lft p {
        margin-bottom: 35px;
        line-height: 20px !important;
        font-size: 12px !important;
        max-width: 100%;
        text-align: center;
    }
        .submit-btn, a.hero-btn {
        font-size: 13.18px;
               width: fit-content;
        padding: 10.27px 41.73px;
        margin: 0 auto;
    }
    .about-wrapper {
  
    flex-direction: column-reverse;
}
.about-image {
    width: auto;
}
       div#shopify-section-template--18423647731790__aboutsection_NDJ3ki .about-content {
        padding-left: 2%;
        width: 100%;
        padding: 0;
        padding: 8px 14px;
    }
        .stats-grid {
        margin: 0;
        margin-top: 15px;
    }
        .about-content h2 {
        font-size: 25px;
        line-height: 38px;
        text-align: center;
    }
    .about-content p {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
    p {
        font-size: 12px !important;
        line-height: 21px !important;
    }
       .stat-box {
        width: 48%;
        margin-right: 0;
        padding: 0 5px;
        border: 0;
    }
        .inrboxlft {
        width: 17%;
    }
        span.stat-value {
        font-size: 26px;
        padding-left: 5px;
    }
        .stats-grid {
       gap: 20px;
        flex-wrap: wrap;
    }
.inrbox p {
    text-align: left !important;
    font-size: 11px !important;
    margin-bottom: 0;
}
.stat-box1 {
   
    align-items: anchor-center;
    
}
    .stats-grid {

        margin-bottom: 35px;
    }
        .precision-content h2 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 22px;
        text-align: center;
    }
    .precision-content p {
    text-align: center;
}
    .precision-navigation {
        bottom: 0px !important;
        max-width: 17%;
    }
    .inr-brnd {
    flex-direction: column;
}
.inr-brndrht, .inr-brndlft {
    width: 100%;
}
    .inr-brndlft h2 {
        font-size: 27px;
        line-height: 114.99999999999999%;
        margin-bottom: 20px;
        text-align: center;
    }
    .inr-brndrht p {
    text-align: center;
}
.box-cat {
    flex-direction: column-reverse;
}
.categories-header {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.categories-header h2 {
    font-size: 27px;
}
.categories-grid {
    width: 100%;

    justify-content: center;
}

.categories-grid1 {
    gap: 27px;
    flex-wrap: wrap;
    padding: 0 19px;
}
.categories-grid1 .category-box {
    width: 48%;
}
    .top-header h2 {
        font-size: 27px;
        line-height: 44px;
    }
    .slider-header {
   
    flex-direction: column;
}
.heading-content {
    width: 100%;
    text-align: center;
}
.slider-header h2 {
    font-size: 27px;
        margin-bottom: 15px;
}
.slider-header p

 {
    margin: 0;
    color: #fff !important;
    max-width: 100%;
}
.nav-buttons {
    
    margin: 35px auto 0;
}
    .mn-sts {
        max-width: 98%;
        width: 100%;
                flex-wrap: wrap;
                        margin: 0;
    }
  
.static-maroon {
    width: 97%;
}
.static-maroon

 {
    width: 99%;
    margin-left: 17px;
    margin-bottom: -113px;
}
.maroon-card .quote {
   
    text-align: center;
}
    .maroon-card h4 {
        font-size: 20px;
        line-height: 29px;
        max-width: 100%;
        text-align: center;
    }
        .footer__blocks-wrapper .footer-block.grid__item:first-child {
        width: 50%;
    }
    div#menu-drawer{
    width: 100% !important; 
    border: 0 !important;
}

.snglimgrht {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .snglimglft {
    width: 29%;
    margin-right: auto;
}
div#shopify-section-template--18449651007566__aboutvision_6XQkVb .about-content p {
    
    text-align: left;
}
.supply-header {
   
    flex-direction: column;
}
    .supply-header h2 {
        font-size: 27px;
        line-height: 107%;
        padding-left: 0;
        text-align: center;
    }
.supply-header p span {
    font-size: 16px;
    text-align: center;
}
.supply-header p {
        padding-left: 0;
        text-align: center;
    }
.splyhdr {
    margin-bottom: 22px;
}
    .custom-arrows {
        width: 17%;
        margin: 0 auto 40px;
    }
        .tst-box {
        padding: 3% 0 0;
        background-size: auto;
    }
    .tst-box .page-width {
    flex-direction: column-reverse;
}
    .tstimg {
        visibility: visible;
        width: 100%;
        text-align: center;
    }
    .tstimg img {
    width: 50%;
    margin: 0 auto;
}
.quote-text {
    text-align: center;
}
.testimonial-quote {
    width: 100%;
    padding-right: 0;
}
    .snglimg {
        
        flex-direction: column-reverse;
    }
.client-info {
   
    justify-content: center;
    margin-bottom: 25px;
}
    section#testimonial-contact-template--18449651007566__testimonial_contact_form_RDeBaQ button.submit-btn {
        width: 29%;
        
    }
    div#shopify-section-template--18423647699022__hero_section_cYg98i .hero-inr-lft {
        width: 100%;
        padding-top: 2%;
        padding-bottom: 6%;
    }
.brand-slider {
    background-position: center;
}
.brand-slider-header {
    width: 100%;
    text-align: center;
    justify-content: center;
}
       .brand-slider-header h2 {
        font-size: 27px;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .facets-vertical-form {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
    .product-count-vertical {
        margin-left: 0 !important;
        
    }
  
    
.lftsrch {
    width: 50%;
}
.rht-srch {
    width: 50%;
    text-align: center;
}
.rht-srch h1 {
        font-size: 27px;
        margin: 0 0 35px 0;
    }
       .facets-container {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        padding: 12px;
    }
    span.facets__selected, span.facet-checkbox__text, .facets-vertical .facets__summary span, .facets-vertical .facets__summary {
   
    font-size: 12px;
    line-height: 107%;
}
    .facets-vertical .facets-wrapper {
        padding-right: 1rem !important;
        width: 36% !important;
    }
    .qvk-btn {
   
    flex-direction: column;
}
.collection ul#product-grid {

    gap: 13px;
  
}
    .collection ul#product-grid li.grid__item

 {
        width: 35%;
        max-width: 50%;
    }
    .product-card-collection

 {
        font-size: 11px;
        width: fit-content;
       
        top: 11px;
        padding: 9px;
    }
        .collection .card__heading

 {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 17px;
    }
        .collection .card-information .price small.gst-text

 {
        font-size: 10px;
    }
        .qvk-btn

 {
        flex-direction: column;
        gap: 11px;
    }
        .qvk-btn a.buy-now-btn

 {
        padding: 14.64px 35.38px;
        font-size: 12px;
    }
    .share-button {
    position: relative;
    top: 0;  
}
    .tab-button {
        font-size: 14px;
        width: 28%;
    }
#modular-slider-template--18423647895630__custom_testimonialslider_NKFr8U .mn-sts {
    margin-top: 5px;
}
div#shopify-section-template--18423647895630__custom_testimonialslider_NKFr8U .slider-header {
    margin-bottom: 0;
    width: 100%;
}
    #modular-slider-template--18423647895630__custom_testimonialslider_NKFr8U .mn-sts {
        margin-top: 25px;
    }
        .inrrr img.card-img {
        margin-bottom: 320%;
    }
.top-products {
    background-position: center;
}
    div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header {
        flex-direction: column;
    }
        div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
        width: 27%;
        margin-bottom: 35px;
    }
        .footer__blocks-wrapper .footer-block.grid__item:first-child {
        width: 50%;
    }
    .footer-block.grid__item {
    width: 48%;
}
    .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:last-child {
            width: 10%;
}
.footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:nth-child(2) {
    width: 11%;
}
    .contact-top {
      
        flex-direction: column;
        display: flex;
                gap: 17px;
    }
    .contact-text {
    width: 100%;
    text-align: center;
}
.rhtct-tctc {
    width: 100%;
    text-align: center;
}
    .contact-text h2 {
        font-size: 27px !important;
        margin-bottom: 0;
    }
    .contact-info .info-item {
    flex-wrap: wrap;
}
div#shopify-section-template--18423647797326__contactpageform_ijmUFK button.submit-btn
{
          width: 34%;
                  margin-top: 25px;
}
div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields input::placeholder,div#shopify-section-template--18449651007566__testimonial_contact_form_RDeBaQ .form-fields textarea::placeholder
{

font-size: 14px;


}
.form-fields input::placeholder, .form-fields textarea::placeholder{
font-size: 14px;
}
div#shopify-section-template--18423647797326__hero_section_CwgmcT .hero-inr-lft {
    width: 100%;
}
    .product-card h4 {
        font-size: 14px;
        line-height: 20px;
        min-height: 41px;
    }
    .snglimglft {
    display: none;
}
.swym-wishlist-collections-v2-container {
    top: 0px !important;
    left: 19px !important;
}
    div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
        width: 27%;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 10px;
        justify-content: center;
        font-size: 14px;
    }
        .stats-grid {
        margin-bottom: 35px;
        max-width: 80%;
        margin: 0 auto 30px 13%;
    }
   .inr-brndlft h2 br {
    display: none;
}
    .nav-buttons {
        margin: 35px 0 -51px auto;
    }
    .categories-header h2 br,.precision-content h2 br,.about-content h2 br{
      display: none;
    }
     .footer__blocks-wrapper .footer-block.grid__item:nth-child(3),.footer__blocks-wrapper .footer-block.grid__item:first-child {
        
        padding-left: 30px;
    }
        .abtpg .stats-grid .stat-box

 {
        width: 43%;
        padding-right: 15px;
    }
    .supply-card.card-up {
    margin-top: 0;
}
.hero-inr-lft p
{
  max-width: 97%;
}
.contact-bottom {
    background-position: center;
}
.form-fields input::placeholder, .form-fields textarea::placeholder {
    padding: 8px 0 !important;
    font-size: 14px;
}
.contact-text h2 br {
    display: none;
}
.inr-frminfos h6 {
    font-size: 17px;
}
    product-info#MainProduct-template--18423647895630__main {
        padding-top: 20%;
    }
    div#desc-preview {
    max-height: 60px !important;
}
input#pin
{
  max-width: 100%;
}
    div#shopify-section-template--18423647895630__custom_testimonialslider_NKFr8U .static-maroon {
        margin-bottom: 0px;
    }
.testimonial.white {
    background: #fff;
    padding: 35px 19px;
}
.brand-slider-nav {
    max-width: 11.5%;
    
}
.brand-slider-header {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
    .brand-slider-nav {
        max-width: 11%;
        margin-bottom: 20px;
    }
    .customer ul {
    gap: 22px;
    justify-content: center;
}
div#swym-wishlist-render-container {
    padding-top: 18%;
}
.card-wrapper .product-card-collection {
        font-size: 11px !important;
        width: fit-content !important;
        height: 13px !important;
        padding: 9px !important;
    }
        .collection .card__heading a {
        font-size: 13px;
        line-height: 22px;
    }
    .card--standard>.card__content .card__information {
    max-height: 82px;
}
.top-header-you {
    flex-direction: column;
    gap: 20px;
}
.new-sctnn {
    background-position: center;
}
ul.list-menu.list-menu--inline li:last-child {
    display: block;
}
    section#modular-slider-template--18449651007566__about_halfslider_hrnEKm .mn-sts {
        margin-top: 0%;
    }
}

 
@media(max-width:684px)
{    
  .submit-btn, a.hero-btn {
        
        width: 37%;
       
    }
.about-content a.hero-btn {
    width: 40%;
    padding: 10px 10px 10px 39px;
}
    .precision-navigation {
        bottom: 0px !important;
        max-width: 18%;
    }
        .categories-grid1 .category-box {
        width: 47%;
    }
    .footer__blocks-wrapper .footer-block.grid__item:first-child {
        width: 100%;
    }
    .footer-block__details-content li {
    margin-bottom: 5px;
  
    align-items: center;
}
.footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:last-child {
    width: 100%;
    margin-top: 0;
}
.footer-block__details-content {
    margin-bottom: 0rem;
}
header.header
{
  top: 30px;
}
    .footer-block__details-content li {
        display: flex;
    }
    .testimonial.white {

    padding: 12px 10px;
}

    .inrrr img.card-img {
        margin-bottom: 183%;
    }
    .bottom-txt {
    
    gap: 20px;
}
    section#testimonial-contact-template--18449651007566__testimonial_contact_form_RDeBaQ button.submit-btn {
        width: 31%;
    }
        .facets-vertical .facets-wrapper {
        padding-right: 0rem !important;
        width: 100% !important;
        margin-top: 55px;
}
.product-count.light.medium-hide.large-up-hide {
    display: none;
}
.mobile-facets__open {
    color: #fff;
}
.section-template--18423647699022__product-grid-padding.gradient.color-scheme-1 {
    padding-bottom: 7%;
}
.product__title h1 {
        font-size: 27px;
        text-align: center;
    }
    div#desc-preview {
    text-align: center;
}
    button#read-more-btn {
        margin: 10px auto 0;
        font-size: 14px;
        text-align: center;
        display: block;
    }
    .product .price {
    text-align: center;
}
div#Quantity-Form-template--18423647895630__main {
    margin: 0 auto;
}
.product-form__buttons {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 20px;
}
button#ProductSubmitButton-template--18423647895630__main {
    margin-bottom: 0 !important;
}
div#zippy_widget_1511 {
    text-align: center;
}
.zipcode_bar_title_1511 {
    justify-content: center;
}
    p.zpy-txt {
        font-size: 12px !important;
        text-align: center;
    }
    section#ProductInfo-template--18423647895630__main button.share-button__button {
    display: none;
}
.tab-button {
        font-size: 14px;
        width: 32%;
    }
        div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
        width: 34%;
        margin-bottom: 35px;
    }
    .contact-bottom {
    background-position: center;
}
    div#shopify-section-template--18423647797326__contactpageform_ijmUFK button.submit-btn

 {
        width: 38%;
        margin-top: 25px;
    }
        .hero-inr-lft {
        padding-bottom: 3%;
    }
    .section-template--18423647666254__cart-items-padding {
    padding-top: 30px;
    padding-bottom: 0px;
}
.cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 2rem;
}
    .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:nth-child(2) {
        width: 100%;
        margin-bottom: 10px !important;
    }
        .footer__blocks-wrapper .footer-block.grid__item:nth-child(3), .footer__blocks-wrapper .footer-block.grid__item:first-child {
        padding-left: 0px;
        margin: 0 !important;
    }
    span.mobile-facets__open-label.button-label.medium-hide.large-up-hide {
    color: #fff;
}
.mobile-facets__open svg.icon.icon-filter {
    color: #fff;
}
.mobile-facets__inner.gradient {
    border: 0 !important;
}
    .contact-bottom .form-wrapper h3 {
        font-size: 27px;
    }
   .product-form__buttons {
    max-width: 44rem;
    margin: 0 auto;
}
    input#pin {
        max-width: 68%;
    }
    .footer .grid {
    display: flex !important;
    flex-wrap: wrap !important;
}
    .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:nth-child(2) {
        width: 30%;
        margin-bottom: 10px !important;
        margin-top: 0;
    }
    .footer__blocks-wrapper .footer-block.grid__item:nth-child(3) {
    width: 49%;
}
.footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:last-child {
        width: 100%;
        margin-top: 0;
        margin-bottom: -40px;
    }
    .brand-slider-header {
    flex-direction: column;
}
    .brand-slider-nav {
        max-width: 13%;
       
    }
    h1.customer__title {
    text-align: center;
}
}

@media(max-width:568px)
{
  h1.header__heading {
        width: 20%;
    }
        .submit-btn, a.hero-btn
 {
        width: 60%;
    }
        .hero-inr-lft h2
 {
        line-height: 32px;
        font-size: 25px;
        margin-bottom: 14px;
        text-align: center;
    }
        .about-content h2 {
        font-size: 23px;
        line-height: 30px;
        text-align: center;
    }
        .stats-grid {
        margin-bottom: 35px;
               flex-wrap: wrap;
    }
        .stat-box {
        width: 50%;
        margin-right: 0px;
        padding: 0;
        border: 0 !important;
        margin-bottom: 25px;
    }
        span.stat-value {
        font-size: 22px;
    }
        .about-content a.hero-btn {
        width: 65%;
        padding: 10px 10px 10px 39px;
    }
    div#shopify-section-template--18423647731790__precision_slider_YeGbpA {
    margin-top: 35px;
}
        .precision-navigation {
        bottom: 0 !important;
        max-width: 22%;
        left: 60px;
        right: 0;
        margin: 0 auto;
        display: block;
    }
    .brands-categories {
    padding: 9% 0 9%;
}
.brnd-log {
    width: 45%;
}
.categories-section {
    margin-top: -2%;
}
.category-box {
    
    padding: 14px 10px;
        width: 50%;
}
    .categories-grid1 {
        gap: 20px;
        flex-wrap: wrap;
        padding: 0;
        justify-content: space-between;
    }
        .categories-grid1 .category-box {
        width: 47%;
    }
    .top-products
    {
      background-position: center;
    }
    #modular-slider-template--18423647731790__custom_testimonialslider_AxpPkA

 {
   
    padding: 9% 0;
   
}
.footer-block__details-content

 {
    margin-bottom: 0 !important;
}
ul.footer-block__details-content a
{
  font-size: 13px;
}
section.about-stats {
    margin-top: 8%;
    margin-bottom: 5%;
}
.hero-inr-lft
{
          padding-bottom: 8%;

}
.stats-grid {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    #modular-slider-template--18449651007566__custom_testimonialslider_3xxHwh {
    
    padding: 8% 0;
  
}
section#testimonial-contact-template--18449651007566__testimonial_contact_form_RDeBaQ button.submit-btn {
        width: 60%;
    }
    .ctfrmbg {
    background-position: center;
}
.contact-form h2 {
        font-size: 27px;
        margin-bottom: 15px;
    }
.ctfrmbg

 {
    background-position: center;
    padding-top: 7%;
}
    .submit-btn, a.hero-btn {
        width: 66%;
    }
        .about-advanced h2.about-heading {
        font-size: 27px;
        margin-top: 20px;
    }
    .abtsctn {
    flex-direction: column;
    margin-bottom: 5%;
}
.aboutparagrp

 {
    width: 100%;
    margin-top: 10px;
}
.abthdngs {
    width: 100%;
}
div#shopify-section-template--18449651007566__aboutvision_6XQkVb .about-content p {
        text-align: center;
    }

.abtpg .stats-grid .stat-box

 {
        width: 50%;
        padding-right: 15px;

}
.smart-supply

 {
    background-position: center;
    padding-top: 24px;
}
        .custom-arrows

 {
        width: 30%;
        margin: 0 auto 40px;
    }
    .ctfrmbg {
        background-position: center;
        padding-top: 9%;
        padding-bottom: 9%;
    }
    .contact-form .subheading {
        max-width: 95%;
        margin: 0 auto 15px;
    }
    #modular-slider-template--18449651007566__custom_testimonialslider_3xxHwh {
  
    padding: 8% 0;
   
}
.precision-info {
    flex-direction: column;
    padding: 13px;
}
span.counter {
    display: none;
}
.extrtxt {
    margin-left: 26px;
}
    .static-maroon {
        width: 96%;
        margin-left: 0px;
    }
        .mn-sts {
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
    }
    .swiper-button-prev img, .swiper-button-next img {
    width: 16px;
}
.srchbx {
        flex-direction: column;
      
    }
        .lftsrch {
        width: 100%;
    }
    .mobile-facets__open {
    color: #fff !important;
}
       .product-card-collection {
        font-size: 10px;
        width: fit-content;
        top: 12px;
        padding: 13px;
        line-height: 10px !important;
        margin-bottom: 10px;
    }
    .swym-wishlist-collections-v2-container {
   
    top: 5px !important;
    left: 28px !important;
   
}
.swym-wishlist-collections-v2, .swym-wishlist-collections-v2 svg {
    background: unset;
    border: unset;
    width: 20px !important;
    height: 20px !important;
}
.submit-btn, a.hero-btn {
        width: 55%;
    }
        .submit-btn, a.hero-btn {
        width: 60%;
        padding: 10px 10px 10px 10px;
        justify-content: center;
    }
       .collection ul#product-grid li.grid__item {
        width: 100%;
        max-width: 100%;
    }
      .facets-container {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
        padding: 12px;
    }
    .mobile-facets__inner.gradient {
    border: 0;
    width: 100% !important;
    max-width: 99%;
}
    product-info#MainProduct-template--18423647895630__main {
        padding-top: 30%;
    }
        .product__title h1 {
        font-size: 21px;
      
        margin-top: 13px;
        margin-bottom: -7px;
    }
    .product-meta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
    .product-meta p {
        line-height: 12px !important;
        font-size: 12px !important;
        margin-bottom: 0px;
        margin-top: 0;
    }
    .product-meta {
    margin-top: 15px;
}
input#pin
{
  max-width: 100%;
}
    .download-heading {
        font-size: 20px;
        margin-bottom: 19px;
    }
        .tab-button {
        font-size: 12px;
        width: 50%;
    }
    .tab-content {
    padding: 10px;
}
.inr-tabcontnt {
    flex-direction: column;
}
    div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
        width: 52%;
        margin-bottom: 35px;
        font-size: 13px;
    }
    .contact-info {
    flex-wrap: wrap;
    gap: 30px;
}
.contact-info .info-item {
    width: 46%;
}
.inr-frminfos h6 {
    
    font-size: 16px;
    line-height: 75%;
    
}
    .contact-bottom .form-wrapper h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .form-fields input::placeholder, .form-fields textarea::placeholder{
font-size: 12px !important;
}
    div#shopify-section-template--18423647797326__contactpageform_ijmUFK button.submit-btn {
        width: 60%;
        margin-top: 5px;
        font-size: 12px;
        padding: 15px 12px 15px 29px;
    }
    .contact-info .info-item {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
    }
    .contact-info .icon {
   
    margin: 0 auto;
}
.contact-info {
  
    margin-bottom: 9%;
}
.contact-bottom {
   
    padding: 9% 0px !important;
}
    div#shopify-section-template--18423647797326__contactpageform_ijmUFK button.submit-btn {
        width: 71%;
        
    }
    .customer h1, h1#login, h1.title.title--primary {
    margin-bottom: 0 !important;
    font-size: 21px;
}
.section-template--18423648125006__main-padding {
    padding-top: 27px;
    padding-bottom: 20px;
}
    .stat-box1 {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
        span.stat-value {
        font-size: 22px;
        text-align: center;
        display: block;
    }
        .inrbox p {
        text-align: center !important;
       
    }
    .inrbox {
    width: 100%;
}
    .about-content a.hero-btn {
        width: 49%;
        padding: 10px 10px 10px 10px;
        justify-content: center;
    }
    .precision-info .slide-number {
     font-size: 30px;
    line-height: 140%;
}
    .inr-brndlft h2 {
        font-size: 21px;
        line-height: 114.99999999999999%;
       
    }
        .categories-header h2 {
        font-size: 21px;
    }
    div#shopify-section-template--18449651007566__custom_testimonialslider_3xxHwh .static-maroon, div#shopify-section-template--18423647895630__custom_testimonialslider_NKFr8U .static-maroon {
    width: 97%;
}
    .maroon-card h4 {
        font-size: 17px;
        line-height: 25px;
        max-width: 100%;
        text-align: center;
    }
        .swym-wishlist-collections-v2-container {
        top: 2px !important;
        left: 17px !important;
    }
    .contact-info .info-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
        width: 52%;
        margin-bottom: 0px;
        font-size: 13px;
    }
    .buy-btn {
        padding: 10.64px 28.38px !important;
        font-size: 10.77px;
    }
        .stats-grid {
        max-width: 100%;
        margin: 0 auto 0px 0%;
    }
        .stat-box {
        width: 48%;
        margin-bottom: 25px;
    }
            .inrboxlft {
        width: 20%;
    }
        .precision-info .slide-number
 {
        font-size: 26px;
        line-height: 134%;
    }
        .swiper-slide-active .precision-desc

 {
        margin-top: -5px !important;
    }
    .brands-logoss
    {
      padding: 4% 0 2%;
    }
    .categories-grid1
    {
      gap: 20px 10px;
    }
    .category-box h4
    {
      min-height: 25px;
    }
    .top-header p {
    max-width: 100%;
}
.footer-block-image>img {
    width: 60%;
    margin-top: 20px;
}
.footer__content-top.page-width {
    max-width: 98% !important;
    padding: 0 13px;
}
.footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:last-child {
      
        margin-bottom: 0px;
    }
        .brand-card-link {
        height: 262px !important;
    }
        .brand-slider-nav {
        max-width: 16%;
    }
       .customer ul {
    flex-direction: column;
}
.customer ul li {
    width: 100%;
}
    .account-tabs li a {

        width: 100% !important;
        display: block !important;
    }
        .swym-ui-component .swym-htc-tabs .swym-htc-tab-item {
        font-size: 15px !important;
        padding: 12px !important;
    }
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
        width: 100% !important;
        max-width: 100% !important;
    }
    div#collection-template--18423647731790__featured_collection_6gPWUt .card-wrapper {
   
    padding: 22px 40px 22px 15px;
}
div#collection-template--18423647731790__featured_collection_6gPWUt {
    background-position: center;
}
h2.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
   
    font-size: 21px;
    line-height: 30px;
    
}
div#shopify-section-template--18423647764558__main h1.title, .page-contentpolicy h2
{
      font-size: 25px;
}
.page-contentpolicy
 {
    padding: 35px 0;
}
}
@media(max-width:500px)
{
      .about-content a.hero-btn {
        width: 61%;
    }
        .categories-grid1 {
        gap: 20px 10px;
        padding: 0;
        justify-content: space-between;
    }
        .category-box h4 {
        font-size: 11px;
        line-height: 20px;
    }
    .precision-navigation {
     
        max-width: 30%;
        left: 60px;
        
    }
    .stat-box {
        width: 47%;
        
    }
    .inrboxlft {
        width: 30%;
    }
        .precision-info h4

 {
        font-size: 16px;
    }
        .precision-desc p

 {
        width: 89%;
        font-size: 13px !important;
    }
        .about-advanced h2.about-heading {
        font-size: 21px;
      
    }
        .abtpg .stats-grid .stat-box {
        width: 47%;
        padding-right: 15px;
    }
        .inrbox p {
        min-height: 30px;
    }
        .supply-header h2
 {
        font-size: 21px;
        line-height: 107%;

    }
        .supply-header p span {
        font-size: 14px;
        text-align: center;
    }
      .contact-bottom .form-wrapper h3 {
        font-size: 21px;
    }
        .contact-text h2 {
        font-size: 21px !important;
        margin-bottom: 0;
    }
     .category-box h4
    {
      min-height: 38px;
    }
      .custom-arrows
      {
        width: 33%;
      }
          .precision-content h2 {
        font-size: 21px;
        line-height: 23px;
       
    }
        .top-header h2 {
        font-size: 21px;
        line-height: 25px;
    }
        .brand-slider-nav {
        max-width: 18%;
    }
    
}
@media(max-width:400px)
{
      .precision-navigation {
        max-width: 33%;
        left: 68px;
    }
        .brand-card-link {
        height: 235px !important;
    }
        .brand-slider-nav {
        max-width: 23%;
    }
}

@media(max-width:376px)
{
      .submit-btn, a.hero-btn {
        width: 62%;
    }
    .brand-card-link
    {
      height: 220px;

    }
     .cart-item {
    display: flex;
    flex-direction: column;
}
.cart-items *.right {
    text-align: left;
    justify-content: flex-start;
}
    .about-content a.hero-btn {
        width: 71%;
       
    }
        .product-card-collection {
      
        width: fit-content;
       
    }
    div#price-template--18423647895630__main span.price-item.price-item--regular {
        font-size: 19px;
    }
        .tab-button.active {
        font-size: 11px;
    }
#modular-slider-template--18423647895630__custom_testimonialslider_NKFr8U
 {
    
    padding: 8% 0;
   
}
    .precision-navigation {
        max-width: 33%;
        left: 60px;
    }
        .inrboxlft {
        width: 30%;
    }
        .stats-grid {
      
        margin: 0 auto 30px 0%;
    }
        .inrbox p {
        min-height: 35px;
    }
    .precision-slider
 {
    padding: 8% 0 0;
    
}
.footer__blocks-wrapper .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:last-child {

        margin-bottom: -12px !important;
    }
        .contact-bottom .form-wrapper h3 {
        font-size: 21px;
    }
        ul.footer-block__details-content a {
        font-size: 13px;
        line-height: 21px;
    }
        .custom-arrows {
        width: 35%;
       
    }
        .brand-slider-nav {
        max-width: 24%;
    }
        div#swym-wishlist-render-container {
        padding-top: 35%;
    }
    ul.swym-wishlist-grid {
    flex-direction: column !important;
}
    .swym-ui-component .swym-wishlist-grid li {
        width: 100% !important;
    }
    .yn-rt-r .xl\:yn-rt-my-28 {
    margin-top: 200px !important;
}
.yn-rt-r .yn-rt-text-2xl {
    font-size: 20px;
    line-height: 32px;
}
.account-dashboard {
    margin-top: 25px !important;
}
section#shopify-section-template--18423647830094__main h1.main-page-title {
   
    font-size: 21px !important;
    
}
}

@media(max-width:374px)
{
      .hero-inr-lft h2 {
        line-height: 27px;
        font-size: 21px;
        margin-bottom: 14px;
        text-align: center;
    }
        .brand-slider-header h2 {
        font-size: 20px;
        padding-left: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .brand-card-link
    {
      height: 262px !important;

    }
   
.brand-slider
{
      padding: 8% 0;
}
    .brand-btn {
        padding: 10px 35px 10px;
        font-size: 12px;
        align-items: center;
    }
        .brand-name {
        font-size: 21px;
    }
        .rht-srch h1 {
        font-size: 21px;
        margin: 0 0 20px 0;
    }
        .srchbx {
      
        gap: 6px;
    }
        div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
        width: 68%;
        margin-bottom: 33px;
        font-size: 12px;
    }
        div#shopify-section-template--18423647797326__hero_section_CwgmcT .hero-inr-lft {
        width: 95%;
    }
        .contact-top {
        margin-top: 8%;
        margin-bottom: 5%;
    }
          .contact-info .info-item {
        width: 100%;
        text-align: center;
    }
        .contact-info {
      
        gap: 15px;
    }
    .contact-info .icon {
    margin: 0 auto;
}
       .about-content a.hero-btn {
        width: 85%;
    }
    .precision-navigation {
     
        max-width: 39%;
        
    }
        .precision-content h2 {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 19px;
       
    }
    .categories-grid {
    gap: 16px;

}
    .category-box h4 {
        font-size: 11px;
       
        min-height: 40px;
    }
        .top-header h2 {
        font-size: 21px;
        line-height: 23px;
    }
        .slider-header h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }
        .about-advanced h2.about-heading {
        font-size: 21px;
        margin-top: 20px;
    }
        .supply-header h2 {
        font-size: 21px;
        line-height: 107%;
  
    }
        .supply-header p span {
        font-size: 13px;
        text-align: center;
    }
        .custom-arrows {
        width: 40%;
        margin: 0 auto 40px;
    }
        .contact-form h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }
        section#testimonial-contact-template--18449651007566__testimonial_contact_form_RDeBaQ button.submit-btn {
        width: 75%;
        font-size: 12px !important;
    }
    #modular-slider-template--18449651007566__custom_testimonialslider_3xxHwh {
    
    padding: 8% 0;
  
}
    .product-card-collection {
        width: fit-content;
    }
        .product button#ProductSubmitButton-template--18423647895630__main {
        font-size: 12.18px;
        padding: 10.27px 21.73px;
    }
        .stat-box {
        width: 46%;
    }
    .inrboxlft {
        width: 35%;
    }
        .abtpg .stats-grid .stat-box {
        width: 46%;
        padding-right: 0px;
    }
      
    .footer-block__details-content .list-menu__item--link {
    font-size: 8px;
}
    .brand-slider-nav {
        max-width: 29%;
    }
    .section-template--18423647830094__main-padding ul {
    list-style: none;
    padding: 0 5px;
}
.section-template--18423647830094__main-padding a {
    color: #c7914b;
    font-size: 14px;
}


}   

@media screen and (min-device-width: 1201px) and (max-device-width: 1366px) {
  nav.header__inline-menu ul.list-menu.list-menu--inline {
    gap: 15px !important;
  } 
  .submit-btn, a.hero-btn {
    width: fit-content;
  }  
  .about-content a.hero-btn {
    width: fit-content;
    padding: 10.27px 33.73px;
  }
  .swiper-button-prev.custom-prev {
    left: -5px;
  }   
  .about-content {
    width: 70%;
  }
  .product-card .sku {
    line-height: normal !important;
  }
  .snglimg {
    align-items: center;
  }
  .snglimglft {
      width: auto;
  }
  .abtpg .stats-grid .stat-box {
    width: auto;
    padding-right: 30px;
  }
  .abtpg .inrbox p {
    line-height: normal;
  }
  .custom-arrows {
    width: 30%;
  }
  button.submit-btn {
    width: fit-content !important;
    padding: 16px 42px 16px 42px !important;
  }
  .brand-btn {
    line-height: normal !important;
  }
  .product-card-collection {
    width: fit-content;
    height: auto;
  } 
  .full-unstyled-link {
    line-height: 36px;
  }
  .collection .card-wrapper {
    padding: 48px 20px 30px;
  }
  .qvk-btn a.buy-now-btn {
    padding: 15px 30px;
  }
  .quick-add__submit
  {
    padding: 15px 30px;
  }
  .swym-wishlist-collections-v2-container {
    left: 25px !important;
  }
  .footer {
    margin-top: -1px !important;
  }
  .product-meta p {
    line-height: inherit;
}
.tab-button {
    width: auto;
    padding: 10px 30px 10px 0px;
}
div#shopify-section-template--18423647895630__youmaylikesection_trtRMm .top-header a {
    width: fit-content !important;
    padding: 15px 45px;
}
.footer__blocks-wrapper .footer-block.grid__item:first-child {
  width:auto !important;
}
}



.swym-storefront-layout-tabs-view button#tab-tabSavedForYou, .swym-storefront-layout-tabs-view button#tab-tabSavedForLater {
    display: none;
}.collection-list .card__media .media img {
    object-fit: contain !important;
}
.collection-list-wrapper .card__inner.color-scheme-3.gradient.ratio {
    background: #fff;
    border: 1px solid #f0f0f0;
}



span.hide-code {
    display: none;
}