/** Shopify CDN: Minification failed

Line 3537:27 Unterminated string token

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
/* font-family: 'Satisfy', cursive; */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/* font-family: 'Playfair Display', serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: "Roboto", sans-serif; */


@font-face {
    font-family: 'Satisfy';
    src: url('Satisfy-Regular.eot');
    src: url('Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
        url('Satisfy-Regular.woff2') format('woff2'),
        url('Satisfy-Regular.woff') format('woff'),
        url('Satisfy-Regular.ttf') format('truetype'),
        url('Satisfy-Regular.svg#Satisfy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('PlayfairDisplay-Regular.eot');
    src: url('PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('PlayfairDisplay-Regular.woff2') format('woff2'),
        url('PlayfairDisplay-Regular.woff') format('woff'),
        url('PlayfairDisplay-Regular.ttf') format('truetype'),
        url('PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url('Poppins-Regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url('Poppins-Medium.ttf');
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url('Poppins-SemiBold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url('Poppins-Bold.ttf');
  font-weight: 700;
}

/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.product-grid,
.collection-list,
.blog__posts,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}

.multicolumn-list,
.multicolumn-card {
  --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);
}

.product__media-gallery .slider,
.product__media-item {
  --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);
}

/* base */

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

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

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

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

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

.page-width {
  max-width: 1320px;
  margin: 0 auto;
  width:100%;
  padding: 0 20px;
}

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

  img{
  	vertical-align:middle;
    max-width:100%;
    outline:none;
  }

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

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

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

.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;
  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:0;
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

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

.hidden {
  display: none !important;
}

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

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

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: #309116;
  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;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

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

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

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

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

hr {
  border: none;
  height: 0.1rem;
  background-color: 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;
  }
}

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: none;
  box-shadow: none;
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: none;
  box-shadow: none;
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: none;
  box-shadow: none;
}

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

/*
  Focus ring - none
*/

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

.focus-offset:focus-visible {
  outline: none;
  box-shadow: none;
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    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);
  }

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

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

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

  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

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

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

@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 {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  } */
  /* .blog__posts .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }
  .blog__posts .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  } */
}

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

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

/* component-media */
.media {
  display: block;
  background-color: 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,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  /* border-radius: var(--buttons-radius-outset); */
  border-radius:45px 45px 0 45px;
  position: relative;
}

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

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

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

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background:#73B76D;
  border:0px;
  border-radius: 500px;
    /* ff 3.6+ */
    /* background:-moz-linear-gradient(0deg, rgba(41, 110, 22, 1) 0%, rgba(41, 141, 14, 1) 100%);  */

    /* safari 5.1+,chrome 10+ */
    /* background:-webkit-linear-gradient(0deg, rgba(41, 110, 22, 1) 0%, rgba(41, 141, 14, 1) 100%); */

    /* opera 11.10+ */
    /* background:-o-linear-gradient(0deg, rgba(41, 110, 22, 1) 0%, rgba(41, 141, 14, 1) 100%); */

    /* ie 6-9 */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#296E16', endColorstr='#298D0E', GradientType=1 ); */

    /* ie 10+ */
    /* background:-ms-linear-gradient(0deg, rgba(41, 110, 22, 1) 0%, rgba(41, 141, 14, 1) 100%); */

    /* global 94%+ browsers support */
    /* background:linear-gradient(0deg, rgba(41, 110, 22, 1) 0%, rgba(41, 141, 14, 1) 100%); */
    /* box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity)); */
}


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

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

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

.button,
.button-label,
.shopify-challenge__button,
.customer button {
 
}

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

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

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  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-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
}

/* Button - social share */

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

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

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

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

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

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

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

.share-button__fallback {
  background: rgb(var(--color-background));
  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;
  inset: 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 {
  pointer-events: none;
  content: '';
  position: absolute;
  inset: 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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

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

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

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

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

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

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

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

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

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

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.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),.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-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: solid 1px #ddd;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  /*
  	pointer-events: none;
  content: '';
  position: absolute;
  inset: 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-base-text), 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;
  inset: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
  */
}

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

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

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

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

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

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

/* Select */

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

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 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.2rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1.4rem + 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: #a1a1a1;
  letter-spacing:0;
  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;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

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

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

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

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

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

/* Text area */

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

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

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
  font-weight:700;
  color:#000;
}

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

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

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

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

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

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

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

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

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

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

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: 47px;
    border:solid 1px #ccc;
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}



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

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

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

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

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

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

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

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

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

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

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

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

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

.modal__toggle-close {
  display: none;
}

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

.modal__toggle-open {
  display: flex;
}

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

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

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

.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;
  color: #fff;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  top:-12px;
  right:-12px;
  line-height: 24px;
  border:solid 2px #fff;
  background:#6aaa64;
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar {
  background:#e9f2e8;
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  margin: 0;
  letter-spacing:2px;
  color:#657663;
  font-weight:700;
  font-size:15px;
  text-transform: uppercase;
  height:50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
  .announcement-bar__message span{
  	color:#657663;
    padding:0 30px;
  }
/* section-header */
#shopify-section-header {
  z-index: 99;
}

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

.shopify-section-header-hidden {
  /* transform: translateY(-100%); */
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* 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: flex;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: space-between;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

.header__heading {
  margin: 0;
  line-height: 0;
  width: 100%;
  max-width: max-content;
}

.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;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
    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;
  align-items: center;
  width: 16%;
  justify-content: right;
}

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

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

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

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

.header__icon,
.header__icon--cart .icon {
}

.header__icon--cart {
  position: relative;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

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

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
  align-items:center;
}

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

.no-js .predictive-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;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

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

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

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
}

/* 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: 1199px) {
  .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: 13px 28px;
  font-size:18px;
  font-weight:500;
  text-decoration: none;
  color: #000000;
}

.header__menu-item:hover {
  color: #6aaa64;
}

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

details[open] > .header__menu-item {
}

details[open]:hover > .header__menu-item {
}

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

.header__submenu.list-menu--disclosure {
  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));
}

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

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

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

.header__submenu .header__menu-item {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}

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

.header__submenu .icon-caret {
  right: 2rem;
}

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

@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;
  line-height: 1;
  padding: 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-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;
  inset: 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:solid 1px #dcdcdc;
  border-radius:0;
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  inset: 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;
}

.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 {
  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 {
  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);
    }
  }
}
  .header__icons > div, .header_social{
    margin:0 20px 0 0;
    padding:4px 20px 4px 0;
    line-height: 33px;
    background:url("line_bg.png") no-repeat right center;
  }
  .header__icons > div:last-child{
    margin:0;
    padding:0;
    background:none;
  }
  .header_social .list-social__link{
    padding: 7px;
  }
  .header_social .list-social__link .icon:hover  { color:#298d0e !important;}
  /* .search_ic{
    text-decoration:none;
    font-size:16px;
    color:#000;
    display:block;
    background:url("search_ic.png") no-repeat left center;
    padding-left:35px;
    line-height:24px;
  } */
  .acc_info a{
    text-decoration:none;
    font-size:15px;
    color:#000;
  }
  .acc_info a img{
    margin-right:4px;
    vertical-align:-5px;
  }
  .acc_info .or{
    font-size:15px;
    color:#767676;
  }
  .header__icons .cart_ic{
    display:block;
    position:relative;
    background:url("cart_ic.png") no-repeat center center;
    width:35px;
    height:32px;

  }
  .cart_info .header__icon--cart .icon{
    width:35px;
    height:32px;
    display:inline-block;
    vertical-align:middle;
    background:url("cart_ic.png") no-repeat center center;
  }
  .cart_info .header__icon--cart .icon path{
    display:none;
  }
  .main_navigation{
    text-align:left;
    width: 100%;
  }
  .single-slider .owl-carousel .owl-item {
    margin: 0;
  }
  .single-slider .owl-carousel .owl-item img {
    width: 100%;
  }
  .single-slider .owl-theme .owl-controls {
    margin-top: -20px;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .single-slider .owl-theme .owl-controls .owl-pagination {
    display: inline-block;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 8px 20px;
    border-radius:45px;
  }
  
  .single-slider .owl-theme .owl-controls .owl-buttons { display:none;}
  
  
  @media (min-width: 992px) {
    .single-slider .mobile_img {
      display: none;
    }
  }
  @media (max-width: 991px) {
    .single-slider .desk_img {
      display: none;
    }
  }
  .serviceSec {
    padding: 70px 0;
  }
  .serviceSec .serviceBlock {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .serviceSec .serviceBlock:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .serviceSec .serviceBlock .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 40px;
    border-left:solid 1px #d9d9d9;
  }
  .serviceSec .serviceBlock .col:first-child{
    border:none;
  }
  .serviceSec .serviceBlock .col .colIn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .serviceSec .serviceBlock .col .colIn .ser_ic {
    display: block;
    vertical-align: middle;
    margin: 0 20px 0 0;
  }
  .serviceSec .serviceBlock .col .colIn .ser_title {
    margin: 0;
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
    color: #000;
    line-height: normal;
    display: block;
  }  
  .info_section .multicolumn{
    padding:40px 0;
    background:url("info_bg.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
  }
  .info_section .multicolumn .multicolumn-card{
    background:#fff;
    border-radius:10px !important;
    padding:70px 30px 30px;
    -webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.1);
    min-height: 300px;
  }
  .info_section .column_ic{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -74px;
  }
  .info_section .column_ic span{
    display:inline-block;
    vertical-align:middle;
    height:128px;
    width:128px;
    background:#298d0e;
    border:solid 10px #fff;
    border-radius:50%;
    line-height:111px;
  }
  .info_section .column_ic span img { width:50px;}
  .multicolumn-card__info h3{
    font-weight:500;
    font-size:20px;
    font-family: 'Playfair Display', serif;
    color:#000000;
    letter-spacing:0;
    text-transform:none;
  }
  .info_sec_in .column_top_content{
    padding:0 0 85px;
    text-align:center;
  }
  .info_sec_in .column_top_content h2{
    font-weight:normal;
    letter-spacing:0;
    text-transform:none;
    line-height:1;
    margin:0 0 15px;
    /* font-family: 'Satisfy', cursive; */
    font-size:54px;
    color:#000;
    padding: 0;
    font-weight: 700;
    font-size: 54px;
    color: #13692f;
    text-align: center;
  }
  .info_sec_in .column_top_content p{
    margin:0 0 10px;
    font-size:18px;
    color:#000000;
    line-height:normal;
  }
  .info_sec_in .column_top_content .col_list strong{
    font-size:20px;
    font-weight:700;
    color:#000;
    display:inline-block;
    vertical-align:middle;
    padding-left:35px;
    line-height:24px;
    background:url("check_ic.png") no-repeat left center;
  }
  .info_sec_in .column_top_content .col_list span{
    padding:0 35px;
    font-size:21px;
    color:#000;
    display: inline-block;
    vertical-align: middle;
  }
  .iconSec {
    padding: 30px 0px;
    margin:40px 0 85px 0;
    position: relative;
    /* background:url("icon_bg.jpg") no-repeat center center; */
  }
  .iconSec .icon_block {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 55px;
  }
  /* .iconSec .icon_block .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  } */
  /* .products-slider{
  	background:url("pro_bg_left.jpg") no-repeat top 80px left, url("pro_bg_right.jpg") no-repeat bottom right;
    padding: 25px 0 50px;
  } */
  .products-slider ul.tabs {
    margin: 0 0 80px;
    padding: 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    gap: 20px;
    list-style:none;
  }
  .products-slider ul.tabs li {
    font-size: 16px;
    height: auto;
    font-weight: 600;
    line-height: normal;
    margin:0;
    padding: 20px;
    width: auto;
    color: #000000;
    position: relative;
    text-transform: none;
    z-index: 1;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 25px 55px 0 25px;
 }
  .products-slider ul.tabs li .tab_in{
  	height:60px;
    width:1500px;
    display:table-cell;
    vertical-align:top;
    padding-top:10px;
  }
  .products-slider ul.tabs li.active {
    color: #fff;
    background: #6aaa64;
  }
  .products-slider ul.tabs li:after {
    width: 0;
    height: 0;
    border-left: 17px solid #fff;
    border-right: 17px solid #fff;
    border-top: 15px solid #6aaa64;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    opacity:0;
}
  .products-slider ul.tabs li.active:after {
    opacity: 1;
  }
  .products-slider .tab_container .tab_drawer_heading {
    display: none;
    margin: 0 0 20px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    padding: 15px;
    color: #303030;
    background: #f1f1f1;
  }
  .products-slider .tab_container .tab_drawer_heading.d_active {
    color: #ffffff;
    background: #297c12; 
  }
  .products-slider .view_all {
    text-align: center; 
  }

  .owl-carousel .owl-item > .grid__item {
    width: 100% !important;
    margin: 0;
    padding: 0;
    max-width:100%;
  }
  .grid-view-item.product_card {
    border: solid 1px #ccc;
    text-align: center;
    background: #fff;
  }
  .grid-view-item.product_card .pro_info {
    padding: 35px;
  }
   .product-list, .customer_review .review_list {
    margin: 0;
    overflow: visible;
  }
  .product-list .owl-controls, .review_list .owl-controls {
    margin: 0;
  }
  .owl-carousel .owl-item {
    margin: 0 10px;
  }
  .owl-controls .owl-prev, .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    font-size: 0;
    opacity: 1;
  }
  /* .owl-controls .owl-prev {
    left: -50px;
    background: url("prev_arrow.png") no-repeat center center;
  }
  .owl-controls .owl-next {
    right: -50px;
    background: url("next_arrow.png") no-repeat center center;
  } */
  .pageTitle{
    position:relative;
    text-align: center;
  }
  .pageTitle .view_all{
    position:absolute;
    top:7px;
    right:0;
    text-decoration:underline;
    font-size:16px;
    font-family: Poppins;
    color:#000000;
  }
  .pageTitle h2 {
    margin: 0 0 40px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-size: 54px;
    color: #13692f;
    line-height: 1;
    text-align: center;
    font-style: normal;
    font-family: Poppins, sans-serif;
  }
  .pageTitle h2 span {
    font-weight: 400;
  }
  .pageTitle h2  strong{
    font-weight: 600;
  }
  .pageTitle h2 + a{
    margin-bottom: 60px;
  }

  .pageTitle h2 em { font-weight: 700;}
  .products-slider .grid--quarter-max.grid--4-col-desktop{
  	column-gap: 20px;
    display:block;
  }
  .products-slider .grid--quarter-max.grid--4-col-desktop .grid__item{
  	max-width: 100%;
  }
  .card-wrapper .card__media .media img{
  	object-fit:contain;
  }
  
  .infoMain .mobileImg { display:none;}
  
  .infoMain {
	 position: relative;
}
  .infoMain .infoImg img{
  	height:776px;
    width:100%;
    object-fit:cover;
  }
  @media screen and (min-width:1024px){
    .infoMain .infoImg img{
  	height:889px;
    }
  }
.infoMain .infoContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: #ffffff;
    max-width: 880px;
    margin: auto;
    right: 0;
    padding:32px 20px;
    border-radius: 40px 100px 40px 40px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.18);
}
@media screen and (min-width:768px){
  .infoMain .infoContent {
    padding:70px;
  }
}
 .infoMain .infoTextBlock {
	 max-width:670px;
}
 .infoMain .infoTextBlock h2 {
	 font-size: 54px;
	 color: #13692F;
	 text-transform: none;
     font-style: normal;
     font-family: Poppins,sans-serif;
     font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin:0 0 32px 0;
}

.infoMain .infoTextBlock h2 strong {font-family: Poppins; font-weight: 600;}
.infoMain .infoTextBlock h2 em {font-family: Poppins; font-weight: 600;}
  .infoMain .infoTextBlock h2 span{
  	display:block;
    letter-spacing:18px;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    font-size:45px;
    font-weight:500;
  }
 .infoMain .infoTextBlock div {
	 margin: 0 0 32px;
	 color: #000;
	 font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}
 @media screen and (min-width:768px){
  .infoMain .infoTextBlock h2 {
    margin:0 0 46px 0;
  }
.infoMain .infoTextBlock div {
   margin: 0 0 48px;
   font-size: 18px;
}
}
.customer-slider {
  margin:80px 0;
  background: url("review_bg.jpg") no-repeat right bottom;
}
  .customer-slider .review_img {
    display: inline-block;
    vertical-align: middle;
    width: 53%;
    margin-left: -90px;
}
  .customer-slider .review_content {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-left: -30px;
}
 .customer-slider .pageTitle {
}
 .customer-slider .pageTitle h2 {
   padding: 0 0 0 80px;
   background: url("quetos_ic.png") no-repeat left center;
   text-align:left;
}

  .customer-slider .review-box .starImg {
    margin-bottom: 15px;
    display: block;
  }
  .customer-slider .review-box p {
    font-size: 16px;
    font-style: italic;
    margin: 0 0 20px;
    color: #000000;
    line-height: 26px;
  }
  .customer-slider .review-box p strong{
    display:block;
    margin:0 0 20px;
    font-style:normal;
    font-family: 'Playfair Display', serif;
    font-weight:500;
    font-size:27px;
    line-height: normal;
  }
  .customer-slider .review-box p br{
    display:none;
  }
  .customer-slider .review-box .authorDtl {
    font-size: 22px;
    color: #000000;
    line-height: 24px;
    font-weight:600;
  }
  .customer-slider .review-box .authorDtl .review_thumb{
  	display:inline-block;
    vertical-align:middle;
    margin-right:25px;
  }
  .customer-slider .review-box .authorDtl .review_thumb img{
  	height:90px;
    width:90px;
    object-fit:cover;
    border-radius:50%;
  }
  .customer-slider .owl-carousel .owl-item{
  	padding:0;
  }
  .customer-slider .owl-theme .owl-controls{
    text-align:left;
    margin: 40px 0 0;
  }
  .customer-slider .owl-controls .owl-prev, .customer-slider .owl-controls .owl-next{
  	position: relative;
    top: auto;
    transform: none;
    display: inline-block;
    left: auto !important;
    right: auto !important;
    vertical-align: middle;
  }
  .customer-slider .owl-controls .owl-next{
  	margin-left:10px;
  }
  .aboutSec{
  	position:relative;
  }
  div.aboutSec {
    overflow: unset;
  }
  .aboutSec:after{
    content:'';
    width:50%;
    height:100%;
    border-radius: 103%;
    opacity: 0.8;
    background: radial-gradient(50% 50% at 50% 50%, #FFE351 0%, #FFF6C8 100%);
    filter: blur(100px);
    z-index:-1;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
  }
  .aboutSec .page-width{
  	max-width:1630px;
    padding:0 15px;
    margin:0 auto;
    display:flex;
    justify-content:space-between;
  }
  .aboutSec .aboutCntn{
    width:48%;
    border-radius: 50px 24px 24px 24px;
    border: 1px solid rgba(115, 183, 109, 0.50);
    background: #FFF;
    padding: 32px 20px 20px 20px;
    
  }
   .aboutSec .aboutRight{
    width:48%;
    margin-left:-5px;
    position:relative;
    border-radius:13.134px 41.045px 13.134px 13.134px;
  }
  .aboutSec .aboutRight img{
    max-height:100%;
    max-width:100%;
    width:100%;
    height:100%;
    border-radius:inherit;
  }
  .custom_blog_main {
    position: relative;
  }
  .custom_blog_main::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: linear-gradient(90deg, #FFF 0%, #EAF5E8 25%, #EAF5E8 75%, #FFF 100%);
    filter: blur(100px);
    z-index: -1;
  }
  @media screen and (min-width:1920px){
    .aboutSec .aboutRight{
      max-height:750px;
    }
  }
  @media screen and (min-width:1440px) and (max-width:1919.9px){
    .aboutSec .aboutRight{
      max-height:600px;
    }
  }
  @media screen and (min-width:1240px) and (max-width:1439.9px){
    .aboutSec .aboutRight{
      max-height:560px;
    }
  }
  @media screen and (min-width:1024px) and (max-width:1239.9px){
    .aboutSec .aboutRight{
      max-height:464px;
    }
  }
  @media screen and (max-width:1023.9px) {
    .aboutSec .aboutRight{
     aspect-ratio:1;
     margin-bottom:10px;
    }
    .aboutSec .page-width{
      flex-direction:column-reverse;
    }
    .aboutSec:after{
      aspect-ratio:1;
      max-height: 339.041px;
      border-radius: 339.041px;
      top:50%;
      transform:translate(-50%);
    }
    .aboutSec .aboutCntn{width:100%;}
    .aboutSec .aboutRight{width: 100%;}
  }

  @media screen and (min-width:1440px){
    .aboutSec .aboutCntn{
      border-radius: 100px 32px 32px 32px;
      padding: 64px 48px;
      margin-right:30px;
    }
    .aboutSec .aboutRight{
      border-radius: 32px 100px 32px 32px;
    }
  }
  @media screen and (min-width:1024x) and (max-width:1439.9px){
    .aboutSec .aboutCntn{
     border-radius: 64px 24px 24px 24px;
     padding: 48px 32px 32px 32px;
     margin-right:15px;
    }
    .aboutSec .aboutRight{
    border-radius: 24px 64px 24px 24px;
    max-height:
    }
  }
 
 
  .aboutCntn .pageTitle h2{
  	text-align:left;
    font-weight: 700;
  }
    .aboutCntn .pageTitle h2 span {
      font-weight: 400;
    }
  .aboutCntn p{
  	color: #323232;
    font-family: "Poppins";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom:20px;
  }
 
  .aboutCntn ul{
  	margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-wrap: wrap;
    gap:10px;
    padding:20px 0;
    border-top:1px solid rgba(19, 105, 47, 0.5);
    border-bottom:1px solid rgba(19, 105, 47, 0.5);
  }

  .aboutCntn ul li{
  	color: #13692F;
    text-align: center;
    font-family: "Poppins:;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
    text-transform: lowercase;
    padding:5px 10px 5px 37px;
    border-radius: 500px;
    max-width:fit-content;
    position:relative;
    background-color: #FFE76B;
    

  }
  .aboutCntn ul li:before{
    content:'';
    width: 24px;
    height: 24px;
    background:url("Frame 44519.png") center center / cover no-repeat;
    position:absolute;
    top:7px;
    left:6px;
    }
@media screen and (min-width:1440px){
  .aboutCntn p{
    margin-bottom:32px;
    font-size:18px;
  }
  .aboutCntn ul li{
    font-size: 18px;
    padding:8px 14px 8px 40px;
  }
  .aboutCntn ul li:before{
    width: 24px;
    height: 24px;
    top:8px;
    left:8px;
  }
}
@media screen and (min-width:1240px){
  .aboutCntn ul{
  padding:32px 0;
  }
}
@media screen and (min-width:1240px) and (max-width:1439.9px){
   .aboutCntn p{
    margin-bottom:32px;
    font-size:16px;
  }
}
@media screen and (min-width:1024px) and (max-width:1439.9px){

  .aboutCntn ul li{
    font-size: 14px;
    padding:6px 12px 6px 30px;
  }
  .aboutCntn ul li:before{
    width: 18px;
    height: 18px;
    top:6px;
    left:6px;
  }
}

  .blog-slider{
  	position:relative;
  }
  /* .blog-slider::after{
  	position:absolute;
    content:"";
    width:265px;
    height:212px;
    background:url("blog_bg.png") no-repeat left center;
    bottom:-60px;
    right:0;
  } */
  
  .blog-slider .gradient {
  background-color: transparent;
    position: relative;
    z-index: 9;
  
  }

  
  .blog-slider .page-width{
  	max-width:1640px;
  }
  
  .blog-list .card-wrapper{
  	padding:0;
  }
  .blog-list .card-wrapper .media{
  	background:none;
  }
  .blog-list .card-wrapper .media img{
  	object-fit:cover;
    border-radius:25px 70px 0px 0px;
  }
  .blog-list .card__content{
  text-align:left;
  padding:0 !important;
  }
  .blog-list .card__content:has(.card__heading__wrap){
    padding:0;
  }
  .blog-list .card__content .read_more ,
  .card-wrapper .card.article-card .button.read_more_btn_new {
  	  color: #323232;
      font-family: "Poppins";
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%; 
      text-transform: lowercase;
      background: transparent;
      padding: 0;
      display:flex;
      align-items:center;
      gap:10px;
      text-decoration:none;
      transition:.3s linear;
  }
  .underline-links-hover:hover .read_more{
    color:#13692F;
  } 

  .blog-articles {
    position: relative;
  }
  .blog-articles::after {
        content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: linear-gradient(90deg, #FFF 0%, #EAF5E8 25%, #EAF5E8 75%, #FFF 100%);
    filter: blur(100px);
    z-index: -1;
  }
  .card__heading__wrap ,
  .blog-articles .card > .card__content {
    padding:20px;
    border-radius: 0 0 30px 30px;
    border-right: 1px solid rgba(115, 183, 109, 0.50);
    border-bottom: 1px solid rgba(115, 183, 109, 0.50);
    border-left: 1px solid rgba(115, 183, 109, 0.50);
    background: #FFF;
    display:flex;
    flex-direction:column;
  }
.blog-articles__article div.card > .card__content .card__information {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
    text-align: left;
    padding: 0;
  }
  .card > .card__content .card__information:hover {
    text-decoration: none !important;
  }
  .article-card__image-wrapper .article-card__image img{
  	object-fit:cover !important;
  }
  .instaMain {
    padding: 0;
    overflow:hidden;
  }
  .instaMain .page-width{
    max-width: 1640px;
  }
  .instaMain .instaTitle {
    text-align: center;
    margin: 0 0 20px;
  }
  /* .instaMain .instaTitle h2 {
    margin: 0;
    display: inline-block;
    padding-left: 80px;
    background: url("instafeed_ic.png") no-repeat left center;
    font-weight: normal;
    text-transform: none;
    color: #000;
    letter-spacing: 0;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Satisfy', cursive;
  } */
  .instaMain .instaTitle h2 {
    margin: 0;
    display: inline-block;
    padding-left: 80px;
    background: url("instafeed_ic.png") no-repeat left center;
    font-weight: normal;
    text-transform: none;
    color: #000;
    letter-spacing: 0;
    line-height: 60px;
    font-family: 'Satisfy', cursive;
  }
  .instaMain .instaBlock{
    margin:0 -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .instaMain .instaBlock a {
    padding: 12px;
    overflow: hidden;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 16.66%;
  }
  .instaMain .instaBlock a img{
    border-radius:12px;
    width:100%;
  }
  .footer_bot_social{
  	padding-top:45px;
    margin-bottom:40px;
  }	
  .footer_bot_social .page-width{
  	max-width: 1640px;
  }
  .footer_bot_social .list-social{
  	justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position:relative;
  }
.footer_bot_social .list-social:before{
  content:"";
  position:absolute;
  width:100%;
  height:4px;
  background:#e9f2e8;
  top:25px;
}
.footer_bot_social .list-social li{background:#ffffff; padding: 0 5px; z-index:1;}
  /* .footer_bot_social .list-social .list-social__item{
  	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  } */
  .footer_bot_social .list-social .list-social__link{
  	padding:0;
  } 

  .footer_news{
    text-align: center;
  }
  .footer_news .news_in{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius:15px;
    position:relative;
    max-width: 1200px;
    width: 100%;
    column-gap:60px;
  }
  .footer_news .news_in .news_title{
    text-align: left;
    padding: 0 0px 0 0px;
    /* background: url("news_ic.png") no-repeat left center; */
  }
  .footer_news .news_in .news_title h2{
    margin: 0;
    font-size: 34px;
    color: #13692f;
    line-height:normal;
    font-weight: 700;
    letter-spacing: 0;
  }
  .footer_news .news_in .footer-block__newsletter .newsletter-form{
  	max-width: inherit;
  }
  .newsletter-form__field-wrapper .field__input{
  	min-width:495px;
    border-radius: 40px 40px 0 40px;;
    min-height:65px;
    border: 0;
    background: #f5f5f5;
  }
  .newsletter-form__field-wrapper .field__label{
  	top: 22px;
  }
  .newsletter-form__field-wrapper .field__label{
  
  }
  .footer_news .news_in .newsletter-form__field-wrapper{
  	max-width:100%;
  }
  /* .footer{
  	background: url("footer_bg_new.jpg") no-repeat top center;
    background-size: cover;
  } */
  .footer .footerIn:after {
    content: "";
    clear: both;
    display: table;
  }
  .footer .footerIn .footerCol {
    float: left;
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .footer .footerIn .footerCol:first-child {
    width: 32%;
  }
  .footer .footerIn .footerCol:nth-child(2) {
    width: 34%;
  }
  .footer .footerIn .footerCol:nth-child(3) {
    width: 17%;
  }
  .footer .footerIn .footerCol:last-child {
    padding-right: 0;
    width: 17%;
  }
  .footer .footerIn .footerCol .footer_logo{
    margin-bottom: 25px;
  }
  .footer .footer-block__heading {
    letter-spacing: 0;
    margin: 41px 0 18px;
    padding: 0px;
    color: #13692f;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
  }
  .footer p, .footer a{
    color: #000000;
    font-size: 17px;
    line-height: normal;
  }
  .footer-block__details-content.rte {
    margin: 0;
  }
  .footer-block__details-content.rte a {
    border: none !important;
    text-decoration:none;
    color:#000;
  }
  
  
  .footer-block__details-content.rte .mail_ic {
    background: url("ftr_mail_ic.png") no-repeat left center;
    padding-left: 30px;
    display: block;
  }
  
  .footer-block__details-content.rte .insta_ic {
    background: url("ins.png") no-repeat left center;
    padding-left: 30px; background-size: 18px;
    display: block;
  }
  
  .footer-block__details-content.rte .location_ic {
    background: url("location_ic.png") no-repeat left top 0px;
    padding-left: 30px;
    display: block;
  }
  .footer-block__details-content.rte .location_ic, .footer-block__details-content.rte .mail_ic, .footer-block__details-content.rte .call_ic{
    position: relative;
    padding-left: 38px;
    display: block;
    line-height: normal;
    margin-top: 33px;
    font-size:17px;
  }
  .footer_social .list-social{justify-content: flex-start; margin:0 0 30px;}
  .footer_social .list-social li{padding: 0 8px 0 0;}
  .footer_social .list-social li a{padding: 0; margin: 0; font-size: 22px; color: #298d0e; display: inline-block; vertical-align: middle;}
  .footer_text {
    position: relative;
    padding: 17px 0;
    text-align:center;
    background:#f2f2f2;
  }
  .footer_text p{
  	margin:0;
    font-size: 14px;
    color: #000;
    opacity: 70%;
  }
  .footerBottom {
    position: relative;
    padding: 26px 0;
    margin: 0;
  }
  .footerBottom a, .footerBottom p {
    text-decoration: none;
    margin: 0;
    font-size: 16px;
    color: #000;
  }
  .footerBottom strong a {
    font-weight: 700;
  }
  .footerBottom .ftrbtmLeft {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
  }
  .footerBottom .ftrbtmRight {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
    text-align: right;
  }
  .footerBottom .bull {
    color: #e3ae33;
    margin: 0 10px;
  }
  
  .breadcrumbs {
    margin: 0;
     padding:20px 0;
  }

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

  .breadcrumbs__item {
    display: inline-block;
  }

  .breadcrumbs__item:not(:last-child):after {
    content: "»";
    display: inline-block;
    position: relative;
    font-size:14px;
    font-weight:500;
    color:#7c7c7c;
    vertical-align: middle;
    margin: 0 5px 0 2px;
  }

  .breadcrumbs__link {
    text-decoration: none;
    font-size:14px;
    color:#000000;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
    color:#7c7c7c;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: underline;
  } 
  
  .ssl_sec {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center; padding-top:20px; 
  }
  .ssl_sec .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 20px;
  }
  .ssl_sec .col .ssl_ic{
  	display:block;
    line-height:40px;
  }
  .ssl_sec .col .ssl_ic img{
  	max-width:40px;
  }
  .ssl_sec .col .ssl_title{
  	display:block;
    font-weight:500;
    color:#000;
    padding:15px 0 0;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
  }
  .img_cnt_sec{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    margin:30px 0 30px;
  }
  .img_cnt_sec > div{
  	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .img_cnt_sec .pro_img_cnt{
  	padding:40px;
  }
  .img_cnt_sec .pro_img_cnt h2{
  	margin:0 0 20px;
    font-weight:800;
    color:#000;
    font-size:28px;
  }
  .img_cnt_sec .pro_img_cnt ul{
  	padding-left:20px;
  }
  .pro_img_gallery{
  	display: flex; max-width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;	
    margin:0 -30px;
  }
  .pro_img_gallery .col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  	padding:30px 30px;
    flex: 0 0 33.33%;
  }
  .article-template__content.rte img{ border:0
  	
  }
  .main-blog .blog-articles .card__heading .full-unstyled-link { font-weight: 600; font-size:18px;}
  .card-wrapper .quick_shop_container{
  	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    display:none !important;
  }
  .card-wrapper .quick_shop_container .button{
  	color:#fff;
  }
  .card-wrapper:hover .quick_shop_container{
  	display:block;
  }
  .cart_calc h4{
  	font-weight:700;
    font-size:20px;
    margin:0 0 20px;
    padding:0 0 15px;
    border-bottom:solid 1px #dcdcdc;
  }
  .cart__footer .cart_calc{
  	width: 80%;
  }
  .cart_calc #shipping-calculator-form-wrapper{
  	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .cart_calc #shipping-calculator-form-wrapper .columns{
  	margin:0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width:100%;
    float:none;
    display:block;
  }
  .cart_calc #shipping-calculator-form-wrapper {
  	
  }
  .cart_calc label{
  	font-weight:700;
    color:#000;
    display:block;
    font-size:14px;
  }
  .cart__footer .cart_calc .form_control{
  	height:45px;
    width:100%;
    border:solid 1px #dcdcdc;
    padding: 0 15px;
    border-radius: 50px;
  }
  .cart__footer .cart_calc .action_btn{
  	margin:15px 0;
  }
  
  .product  .product__info-container ul.social-sharing { display:none !important;}
  .productInfo { display:flex; flex-wrap: wrap; align-items: center; }
  .productInfo .productInfoLeft { width:100%; max-width:47%; }
  .productInfo .productInfoRight { width:100%; max-width:50%; padding-left:50px; } 
  .productInfo .productInfoRight h3 { font-size:30px; color:#298d0e;     margin: 0; padding-bottom: 20px; }  
  .productInfo .productSingle { display:flex;     flex-wrap: wrap; margin-bottom:30px; }
  .productInfo .productSingle .proImg { width:100%; max-width:10%;  }
  .productInfo .productSingle .proDtl { width:100%; max-width:90%; padding-left:20px; }
  .productInfo .productSingle .proDtl h4 { font-size:18px; margin:0 0 3px 0; padding:0; font-weight: 500; }
  .productInfo .productSingle .proDtl p { margin:0; padding:0;}
  .videoBtn { display: inline-block;    text-transform: uppercase;    font-size: 14px;    font-weight: 500;    border: 1px solid #000;  padding: 10px 25px;    text-decoration: none;}
  
  .product__info-container .short_description { height: 90px; overflow: hidden; }
  
  ul.social-sharing { list-style:none;  margin: 20px 0; padding:0; display:block;}
  ul.social-sharing li { display:inline-block;}
  ul.social-sharing a { line-height:normal; display:block; padding:8px 12px 8px 12px; color: #545451; border: 1px solid #d7d4d3; font-size: 13px; border-radius: 5px; text-decoration:none;}
  ul.social-sharing .share-title { display:inline-block; vertical-align:middle;}
  ul.social-sharing .icon  { width:18px; margin-right:5px; display:inline-block; vertical-align:middle;}
  
  .quantityCart { display: flex;}
  .quantityCart .quantityLeft { margin-right:10px;  }
  
  .slogan-title {padding: 85px 0 0px 0;}
  .slogan-title .rich-text { padding:0;}
  .slogan-title .content-container--full-width:after { display:none; }
  .slogan-title .rich-text__text { margin-top:20px;  color: #000;}
  .slogan-title .rich-text__text p { font-size:23px; color:#5e5e5e; font-weight:500; line-height:normal;}
  .slogan-title {color: #13692f; font-weight: bold; font-size: 54px; font-style:bold; /*  font-family: Satisfy,cursive;*/ }
  .slogan-title h2 {color: #13692f; font-weight: 700; font-size: 54px;  font-family: Poppins; font-style:normal; /*  font-family: Satisfy,cursive;*/ } 
  .slogan-title h2 em { font-family: Poppins; font-weight: 600; }
  .slogan-title h2 span {
    font-weight: 400;
  }
  .slogan-title .rich-text__blocks {  max-width: 100%;}
  .section-template--18320242049139__164691642568332d70-padding.rich-text__blocks{max-width:1055px }
  
  .info_section .col_list { display:none;}
  .main-blog .blog-articles--collage { display: flex; flex-wrap: wrap; row-gap: 0; column-gap: 0;} 
  .main-blog .blog-articles--collage .blog-articles__article { width:100%; max-width:33.33%; margin: 0;  padding: 0 10px; }
  
  article.article-template .article-template__hero-container { display:none; }
  .read_more_btn { display:none; }
  .product-recommendations { padding-top: 0 !important; }
  .main-blog .card__heading { height:auto !important;}
  .main-blog p.article-card__excerpt { display:none; }
  .main-blog .blog-articles--collage .blog-articles__article  .article-card__excerpt { display:none;}
  .read_more_btn { display: inline-block; color: #fff; background: #000; text-decoration: none; font-size: 16px; padding: 10px 20px; border-radius: 3px; text-transform: uppercase; font-weight: 600; margin: 15px 0;}
  
  
.slider-mobile-gutter ul.product__media-list  { border:10px solid #eeeeee;  }
.slider-mobile-gutter ul.product__media-list .product__media-item .product__media {  border: 0;     padding-top: 75% !important;}
.slider-mobile-gutter ul.product__media-list .product__media-item .product__media img { object-fit: contain; }
.img_sec {  display: flex;  flex-wrap: wrap; margin:0 -30px; }
.img_sec .colGrid { width:100%; max-width:33.33%; padding:30px; }
.product__info-container .short_description { font-weight:bold; }
.product .slider-button .icon { height:14px; color: #298d0e !important; }  
.product-recommendations { margin-top:30px;}  
.blog-slider .owl-controls .owl-prev, 
.blog-slider .owl-controls .owl-next { top: 40%; } 
#g-recaptcha { margin-bottom:20px; }
  
  
  
@media (max-width:1700px){
    
.blog-slider .owl-controls .owl-next { right: 0; }
.blog-slider .owl-controls .owl-prev { left: 0; }
    
}
  
@media (max-width:1440px){
  .owl-controls .owl-prev{left: 0; height: 30px; width: 30px; background-size: contain;}
  .owl-controls .owl-next{right: 0; height: 30px; width: 30px; background-size: contain;}
  .products-slider{background:none;}
  .main_why_choose_ctnt .column_right_content:before {width: 295px; height: 145px; background-size: 100%;}
  
 
}

@media (max-width:1320px){
  .serviceSec .serviceBlock .col .colIn .ser_title{font-size:16px;}
  .customer-slider{background-size: 290px;}
  .footerBottom .ftrbtmLeft{width: 100%; text-align: center;}
  .footerBottom .ftrbtmRight{margin: 15px 0 0; width: 100%; text-align: center;}
  .aboutSec .aboutCntn{padding-right: 20px;}
  .header__heading-logo {max-width: 200px;}
  .main_why_choose_ctnt .column_right_content:before{display:none;}
  .main_why_choose_ctnt .column_right_content:before{display:none;}
  .button, .shopify-challenge__button, .customer button {padding: 13px 20px; font-size: 17px;}
  .products-slider ul.tabs li img{display:none;}
  .products-slider ul.tabs li {padding: 10px; width: 20%; border-radius: 15px 20px 0 15px; font-size:15px;}
  .products-slider ul.tabs li .tab_in {height: auto; padding-top: 3px;}
  .products-slider ul.tabs {column-gap: 10px; flex-wrap: wrap; row-gap:20px;}
  .iconSec .icon_block {gap: 35px;}
  
}
  
@media (max-width:1199px){
  .serviceSec .serviceBlock .col .colIn{display:block;}
  .serviceSec .serviceBlock .col .colIn .ser_ic{margin:0 0 20px;}
  .iconSec .icon_block{gap:15px;}
  .infoMain .infoTextBlock h2{font-size:48px;}
  .footer_news .news_in{display:block;}
  .footer_news .news_in .news_title{text-align: center; padding: 0px 0 20px; background-position:top center;}
  .footer-block__newsletter{max-width: 500px; margin: 0 auto;}
  .newsletter-form__field-wrapper .field__input{min-width: inherit;}
  /* .header .header__heading-logo { height: 65px; } */
  .infoMain .infoTextBlock p {font-size: 18px;}
  .info_section .multicolumn .multicolumn-card { min-height: 343px;}
  .header header-drawer{margin-left:0; width: 16%; text-align: left;}
  .mobile_search{margin:30px 30px 0 30px;}
  /* .header .header__icons .header__search, .acc_info{display:none;} */
  .header .main_navigation {display: none;}
  .footer {background: unset;}
  .slogan-title h2 { font-size: 45px;}
  .pageTitle h2 {font-size: 48px;}
   .info_sec_in .column_top_content h2 {font-size: 45px;}
}
  
@media (max-width:991px){
    /* .header__icons>.acc_info{display:none;} */
    .serviceSec .serviceBlock .col{ margin: 15px 0;}
    .grid--3-col-tablet .grid__item{width: 100%; margin: 0 0 80px;}
    .grid--3-col-tablet .grid__item:last-child{margin-bottom:0;}
    .iconSec .icon_block { gap: 0; flex-wrap: nowrap; }
    .iconSec .icon_block .col:last-child { display: none; }
    .iconSec .icon_block .col{ padding:5px;}
    .info_sec_in .column_top_content h2{font-size: 50px;}
    
    .products-slider ul.tabs { gap: 10px; display: flex; flex-wrap: wrap; flex-direction: column; }
    .products-slider ul.tabs li { flex: inherit;  padding: 12px 20px;     font-size: 14px; }
    .products-slider ul.tabs li br { display:none;}
    .products-slider ul.tabs li .tab_in { height: auto; }
    
    .infoMain .infoContent{position: relative; top: auto;  transform: none; left: 0; width: 95%; padding: 30px 0 0; margin: 20px auto; border-radius: 40px 40px 0 40px;}
    .infoMain .infoTextBlock {max-width: 100%; }
    .infoMain .infoImg img{height: auto;}
    .customer-slider .review_img{width: 100%; margin-left: 0; text-align: center;}
    .customer-slider .review_content{width: 100%; margin-left: 0; padding:40px 0 0;}
    .aboutSec .page-width{padding:0;}    
    .instaMain .instaBlock a{flex: 0 0 25%;}
    .footer .footerIn .footerCol{width: 50% !important;}
    .footer .footerIn .footerCol:nth-child(even){padding-right: 0;}
    .footer .footerIn .footerCol:nth-child(odd){clear: both;}
    .products-slider .grid--quarter-max.grid--4-col-desktop{justify-content: center;}
    .productInfo .productInfoLeft { max-width: 100%;}
    .productInfo .productInfoRight {  max-width:100%; padding-left:0px; padding-top:15px; }
    .infoMain .mobileImg { display:inline-block;}
    .infoMain .DeskImg { display:none;}
    .main-blog .blog-articles--collage .blog-articles__article { max-width: 50%; }
    .img_sec .colGrid { width: 100%;  max-width: 50%; padding:0 0 5px 0;  }
    .img_sec {  margin: 0; }
    .info_section .multicolumn .multicolumn-card { min-height: auto;}
    .products-slider ul.tabs { display:none; }
    .products-slider .tab_container .tab_drawer_heading { display: block; border-radius: 50px;  margin-bottom: 10px; font-size: 14px; width:50%; margin:0 auto 10px auto;}  
    

    .card .card__content .button { padding: 10px 20px; font-size: 14px;}
}
  
@media (max-width:768px){	
  .products-slider .tab_container .tab_drawer_heading { width:100%;}  
  .footer .footerIn .footerCol:last-child .footer-block__heading{display:none;}
  .button, .shopify-challenge__button, .customer button {padding: 12px 30px;}
  .customer-slider {background-size: 160px;}
  .instaMain .instaBlock a {flex: 0 0 33.33%;}
  .footer_bot_social .list-social .list-social__item{flex: unset;}
  .footer_bot_social{padding-bottom:15px;}
  .infoMain .infoTextBlock h2 {font-size: 28px;}
  .infoMain .infoTextBlock p, .aboutCntn p, .aboutCntn ul li{font-size: 16px; line-height: 1.5;}
  .footer .footerIn .footerCol {width: 100% !important; padding: 30px 0 0 0 !important; margin-bottom:0px;}
  .footer .footerIn .footerCol:last-child {padding: 0 !important;}
  .footerBottom .bull{font-size: 0; display: block;}
  .announcement-bar__message span {padding: 0 8px;}
  .newsletter-form__field-wrapper .field{display:block;}
  .pageTitle h2 {font-size: 28px;}
  .blog-slider .slider-buttons{display:none;}
  .footer_news .news_in{padding:0px;}
  .cart__footer .cart_calc{width:100%;}
  .cart_calc #shipping-calculator-form-wrapper{display:block;}
  .cart_calc #shipping-calculator-form-wrapper .columns{margin:0 0 15px;}
  .serviceSec { padding: 50px 0;}
  .customer-slider { background-image:none;  margin:40px 0; }
  .customer-slider .owl-theme .owl-controls {  margin: 20px 0 0;}
  .info_sec_in .column_top_content .col_list strong {  font-size: 15px;  padding-left: 18px; background-size: 14px;}
  .info_sec_in .column_top_content .col_list span {  padding: 0 5px; font-size: 15px; }
  .description-tabs ul.tabs li { display:inline-block !important; margin-right:5px; margin-bottom:5px !important; }
  .descriptionMain ul.tabs { border-bottom:0 !important;}
  .description-tabs ul.tabs li a { border-bottom: solid 1px #d1d1d1 !important;}
  .descriptionMain ul.tabs li a { border-radius: 5px !important;}
  
  .customer-slider .review-box .starImg img { width:50px;}
  .customer-slider .review-box p strong { font-size: 16px; }
  .customer-slider .review-box .authorDtl { font-size: 16px; }
  .customer-slider .review-box .authorDtl .review_thumb {  margin-right: 0; }
  .customer-slider .owl-carousel .owl-item .review-box { padding-right:5px;}
  .customer-slider .review-box p { font-size: 14px; line-height: 24px;     height: 203px; overflow: hidden;}
  .onlyDesktop { display:none;}
  #insta-feed .instafeed-container{width:33.33% !important; padding-top:33.33% !important;} 
  .card-wrapper .card__content h3.card__heading {
    font-size: 14px;
  }
  .article-card .card__heading {font-size: 15px;}
  .blog-list .card__content .article-card__info {font-size: 12px;}
  .footerCol .footer-block__details-content {margin-bottom: 0;}

  .footerBottom a, .footerBottom p {font-size: 14px;}
   .info_sec_in .column_top_content h2 {font-size: 40px;}   
  .header__icons>div, .header_social {margin: 0 10px 0 0;padding: 4px 10px 4px 0;}
}
  
@media (max-width:768px){ 

  #main-collection-filters .mobile-facets__open { color: #000; }
  #main-collection-filters .mobile-facets__open line, #main-collection-filters .mobile-facets__open circle { stroke:#000;}
  #main-collection-filters .mobile-facets__sort .select__select { margin-right: 0 !important; }
  #main-collection-filters .mobile-facets__sort .select .icon-caret { right: 10px !important;}
  
  .product .thumbnail-slider { display: flex !important; width:100%; }
  .product .slider-mobile-gutter .slider-buttons { display:none;}
  .product .thumbnail-list__item.slider__slide { width: calc(25% - 0.6rem); }
  .product .thumbnail-slider .thumbnail-list.slider {  padding: 8px; }
  
  .img_cnt_sec { display: flex !important; flex-wrap: wrap; flex-direction: column-reverse;}
  .img_cnt_sec .pro_img_left { width: 100%; max-width: 100%;}
  .img_cnt_sec .pro_img_cnt  {  width: 100%; max-width: 100%;}
  .img_cnt_sec .pro_img_cnt { padding: 20px; }
  
  .serviceSec .serviceBlock {  margin: 0px -10px; }
  .serviceSec .serviceBlock .col .colIn .ser_ic { margin: 0;}
  .serviceSec .serviceBlock .col { width:100%; max-width:25%; margin:0; padding:0 5px; }
  .serviceSec .serviceBlock .col .colIn .ser_ic img { width:30px; }
  .serviceSec { padding: 20px 0;}
  .serviceSec .serviceBlock .col .colIn .ser_title { font-size: 14px; margin-top:10px; }
   .serviceSec .serviceBlock .col .colIn .ser_title {  font-size: 12px; margin-top: 10px; }
   .info_section .column_ic span img {  width:40px;}
  .info_section .column_ic span { height: 100px; width: 100px; border: solid 6px #fff;  line-height:85px; }
  .info_section .multicolumn .multicolumn-card { padding: 50px 20px 20px; min-height: auto; }
  .info_sec_in .column_top_content p { font-size: 15px; margin-bottom: 5px; }
  .info_section .column_ic { margin-top: -54px; }
  .grid--3-col-tablet .grid__item { margin: 0 0 60px;}
  .info_sec_in .column_top_content {  padding: 0 0 70px; }
  .info_section .multicolumn { padding: 30px 0; }
  .multicolumn-card__info > :nth-child(2) {  margin-top: 15px;}
  .single-slider .owl-theme .owl-controls .owl-buttons { display:inline-block;} 
  .single-slider .owl-theme .owl-controls .owl-pagination { display:none;}
  .single-slider .owl-theme .owl-controls { margin-top: 0;  left: 0;  width: 90%; bottom: 45%;right: 0; margin: 0 auto;}
  .img_cnt_sec .pro_img_cnt h2 {font-size: 20px;}
  .customer-slider .review-box .authorDtl .review_thumb img { height: 50px; width: 50px; }
  .customer-slider .review-box .authorDtl .review_thumb { display: block; }
  .customer-slider .review-box .authorDtl { font-size:14px; }
  .customer-slider { margin: 40px 0 20px 0;}
  .aboutSec { padding: 20px 0; }  
  .slogan-title h2 { font-size: 40px;}
  .slogan-title .rich-text__blocks { width: calc(100% - 2rem ) !important;}
  article.article-template .article-template__hero-container .article-template__hero-adapt.media { display:none;}
  .pro_img_gallery { margin:0; }
  .pro_img_gallery .col { padding: 10px;}
  .slogan-title .rich-text__text p { font-size:15px;}
  .slogan-title {  padding: 25px 0;}
  
  .header__icons>div.acc_info { display: none;}

  .quantityCart { flex-wrap: wrap;}
  .quantityCart .quantityLeft { margin: 0 0 20px 0; width: 100%;}
}
  
@media (max-width:550px){ 
  .main-blog .blog-articles--collage .blog-articles__article {  max-width: 100%; }
  .blog-slider .page-width {  padding: 20px 0; }
  .instaMain .instaTitle {  margin: 0 0 0px;}   
  .customer-slider .review_content {  padding: 20px 0 0; }  
 .infoMain .infoTextBlock h2 {  margin-bottom: 15px;}  
  .info_section .multicolumn-card__info>:nth-child(2) { margin-top: 10px;}
  .info_section .multicolumn { padding: 20px 0;}
  .products-slider .card-wrapper {  padding-bottom: 10px;}
  .slogan-title { padding: 20px 0 30px 0;}  
  .customer-slider .review-box p { height:auto; } 
  .blog-slider .owl-controls .owl-prev, .blog-slider .owl-controls .owl-next {  top: 35%;}
  .img_sec .colGrid.FullGrid { max-width: 100%;}  
  .product .slider-button .icon {     height:10px;  }
  #main-cart-items .cart-item { gap: 0.5rem; }

  .header .header__heading-logo { height: 70px; }

}
  
  
  
@media (max-width:480px){
  .announcement-bar__message{font-size: 11px; letter-spacing:0;}  
  .info_sec_in .column_top_content h2 {font-size: 40px;}
  .iconSec{padding:15px 0;}
  .products-slider { padding: 0 0 0px;}
  .products-slider .grid--quarter-max.grid--4-col-desktop { column-gap: 10px;}
  .products-slider .card__content .button { font-size: 13px; padding: 11px 15px; 	}
  .pageTitle .view_all{position: relative; top: -20px;}
  .infoMain .infoTextBlock h2 { font-size: 30px; padding: 0;}
  .infoMain .infoTextBlock h2 span {font-size: 18px; letter-spacing: 0;}
  .customer-slider .pageTitle h2{ padding: 0 0 0 65px; margin: 0 0 25px;}
  .pageTitle h2{font-size: 28px;margin-bottom:20px;}
  .instaMain .instaTitle h2{background-size:50px; background-position:top center; padding:50px 0 0; font-size:40px;}
  .footer_news .news_in .news_title { padding: 0px 0 0 0px;  margin-bottom: 10px; display: inline-block; background-position: left center;}
  .footer_news .news_in .news_title h2{font-size:18px;}
  .instaMain .instaBlock a {flex: 0 0 33.33%; padding:5px;}
  .instaMain .instaBlock a:nth-child(n+4) { display:none;} 
  iframe{max-width:100%; width:100%; height: auto;}
  .products-slider .slider-mobile-gutter .grid .grid__item { width: 100% !important; margin: 0 0 10px; }
  .footer .footer-block__heading { margin: 0 0 10px; padding: 0 0 10px; }
  .footer_text br { display:none;}
  .amazon_show img { width:100px;}
  .footer_news .news_in .news_title { background-size: 50px;}
  .button, .shopify-challenge__button, .customer button { padding: 11px 18px; font-size: 14px; }
  .product  .product__info-container { padding: 20px; }
  .product  .ssl_sec .col {  padding: 0 0 20px 0; display: flex; align-items: center; }
  .product  .ssl_sec .col:last-child { padding-bottom:0;}
  .product  .ssl_sec .col .ssl_title {  padding: 0; font-size: 14px; text-align: left; padding-left: 10px;}
  .product .product__title { margin-top:0;}
  .product  .product-form__buttons .product-form__submit { border: solid 3px #fff; }
  .product .product-form__buttons .product-form__submit { padding: 11px 10px; font-size: 12px;}
  .main-blog .blog-articles .card__heading .full-unstyled-link { font-size: 16px;}
 .product .description-tabs iframe { width:100%; }
  .mobile-facets__sort .select {  width: 100% !important; max-width: 160px;}
  #insta-feed a:nth-child(n+7){display:none;}

  .footer_bot_social { padding-top: 30px; margin-bottom: 20px;}

  .announcement-bar__message {height: 40px;}
  
}
  
@media (max-width:400px){ 
 .products-slider .card__content .button { font-size: 12px; padding: 11px 13px;} 
 .products-slider .tab_container .tab_drawer_heading { font-size: 13px; } 
  
}


.insta-section-bg, .aboutSec { overflow: hidden;}

.slider__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}

.slider__arrow {
  width: 48px;
  height: 48px;
  border-radius: 500px;
  background-color: #13692F;
  border: 1px solid #13692F;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}

@media screen and (min-width: 768px) {
  .slider__arrow {
    width: 60px;
    height: 60px;
  }
}
.slider__arrow.swiper-button-lock {
  display: none;
}
.slider__arrow:not(.swiper-button-disabled) {
  cursor: pointer;
}
.slider__arrow:not(.swiper-button-disabled):hover {
  background-color: #13692F;
}
.slider__arrow:not(.swiper-button-disabled):hover svg path {
  stroke: #fff;
}
.slider__arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.slider__arrow svg {
  width: 20px;
  height: 20px;
}
.slider__arrow svg path {
  transition: 0.3s linear;
  stroke: #fff;
}

.productSlider *,
.slider *{
  box-sizing:border-box;
}
.productSlider{
padding-bottom:20px;
position:relative;
}
.products__slide  {
  border-radius: 24px;
  border: 1.5px solid transparent;
  padding-bottom: 14px;
  color: #13692F;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height:auto;
  position:relative;
}
.products__slide span{
  font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align:center;
padding:0 10px;
}
@media screen and (min-width:1920px) and (max-width:1440px){
  .products__slide span{
    font-size:12px;
  }
}
@media screen and (min-width: 1440px) {
  .products__slide {
    width: 20%; 
  }
}
.products__slide img {
  border-radius: inherit;
  max-width: 100%;
  max-height: 260px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products__slide__img {
  max-width: 100%;
  max-height: 260px;
  aspect-ratio: 15/14;
  border-radius: inherit;
  background: radial-gradient(74.81% 74.81% at 50% 79.48%, #FFF9DC 0%, #FFE249 100%);
}
.active.products__slide{
  border-color:#13692F;
}
.active.products__slide:after{
  content:'';
  position:absolute;
  bottom:-14px;
  left:50%;
  transform:translateX(-50%);
  width: 34px;
height: 20px;
background:url('Products-after.svg') center center / cover no-repeat;
}
@media screen and (min-width:768px){
  .active.products__slide:after{
    width: 24px;
    height: 14.118px;
  }
}
.productSlider .slider__arrow{
  background-color:#13692F;
}
 .productSlider .slider__arrow{
  display:none;
 }
@media screen and (min-width:1024px){
 .productSlider .slider__arrow{
  display:flex;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:1;
}
}
@media screen and (min-width:1440px){

.productSlider .slider__arrow.product-button-next{
  right:0%;
}
.productSlider .slider__arrow.product-button-prev{
  left:0%;
}
}
@media screen and (min-width:1240px) and (max-width:1439.9px){

.productSlider .slider__arrow.product-button-next{
  left:0%;
}
.productSlider .slider__arrow.product-button-prev{
  right:0%;
}
}
@media screen and (min-width:1024px) and (max-width:1239.9px){

.productSlider .slider__arrow.product-button-next{
  left:0%;
}
.productSlider .slider__arrow.product-button-prev{
  right:0%;
}
}
@media screen and (max-width: 767px) {
  .products-custom-block .swiper-slide {
    max-width: 230px;
    width: 100%;
  }
}