/** Shopify CDN: Minification failed

Line 1770:16 Expected identifier but found whitespace
Line 1770:17 Unexpected "("
Line 1849:0 Unexpected "}"

**/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-wrapper {
  overflow: clip;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  outline: none;
  border: none;
  background: var(--color-btn-bg, #000);
  color: var(--color-btn-text, #fff);
  padding: 6px 18px;
}

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

a {
  text-decoration: none;
  transition: 0.3s all;
  color: var(--color-link, #000);
}
a:hover {
  color: var(--color-link-hover);
}
a:hover.link-underline {
  text-decoration: underline;
}

.link--animated {
  position: relative;
  width: fit-content;
}
.link--animated::after {
  content: "";
  height: 1px;
  width: 0;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s width ease-in-out;
}
.link--animated:hover {
  color: var(--color-link-hover);
}
.link--animated:hover.link--animated::after {
  width: 100%;
}

/* Sticky element */
@media (min-width: 768px) {
  div#shopify-section-template--24594537120050__rich_text_hTLz3F {
    display: none;
}
  .sticky-element {
    position: sticky;
    top: var(--sticky-offset, 2rem);
    transition: all var(--animation-duration);
  }
  body.header-pinned .sticky-element {
    top: calc(var(--sticky-offset, 2rem) + var(--f-header-height));
  }
}

.reversed-link {
  --reversed-link-gap: 0.1rem;
}
.reversed-link:not(:has(.reversed-link__text)) {
  background: linear-gradient(to var(--transform-origin-end), currentColor, currentColor) var(--transform-origin-end) bottom/0 var(--reversed-link-gap) no-repeat;
  transition: background-size var(--animation-duration), color var(--animation-duration);
}
.reversed-link:has(.reversed-link__text) .reversed-link__text {
  background: linear-gradient(to var(--transform-origin-end), currentColor, currentColor) var(--transform-origin-end) bottom/0 var(--reversed-link-gap) no-repeat;
  transition: background-size var(--animation-duration), color var(--animation-duration);
}
.reversed-link.reversed-link--underline:not(:has(.reversed-link__text)) {
  background-position-x: var(--transform-origin-start);
  background-size: 100% var(--reversed-link-gap);
}
.reversed-link.reversed-link--underline:has(.reversed-link__text) .reversed-link__text {
  background-position-x: var(--transform-origin-start);
  background-size: 100% var(--reversed-link-gap);
}

.f-noscript-alert {
  background-color: #ffefef;
  color: #ff706b;
  padding: 2rem;
  text-align: center;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/
*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible,
.variant-picker__input input[type=radio]:focus-visible + label {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem var(--color-bg-2), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem var(--color-bg-2), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* 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: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

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

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

/*
  Focus ring - none
*/
.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem var(--color-bg-2), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

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

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

.disabled,
*:disabled,
[aria-disabled=true],
[disabled=true] {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.disabled .shopify-payment-button .shopify-payment-button__button--unbranded,
*:disabled .shopify-payment-button .shopify-payment-button__button--unbranded,
[aria-disabled=true] .shopify-payment-button .shopify-payment-button__button--unbranded,
[disabled=true] .shopify-payment-button .shopify-payment-button__button--unbranded {
  pointer-events: none;
}

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

p {
  margin: 0 0 1.2rem;
}
p:last-child {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--arrow-down);
  background-size: 10px;
  background-position-x: calc(100% - 12px);
  padding-right: 35px !important;
  cursor: pointer;
}
select:hover {
  box-shadow: 0 0 0 calc(0.1rem + 1px) rgba(var(--color-foreground), 0.3);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

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: 768px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

b,
strong {
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.rte img {
  height: auto;
  max-width: 100%;
}

.rte ul {
  padding-left: 2rem;
  margin: 0;
}

.rte li {
  list-style: inherit;
}

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

.rte a {
  color: var(--color-link);
  word-break: break-word;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness 0.2s ease;
  text-underline-offset: 0.2rem;
}

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

.rte blockquote {
  display: inline-flex;
}

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

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

.list-inline li {
  display: inline-block;
  margin-right: 1.5rem;
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

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

.f-icon-svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.f-icon-svg--solid {
  fill: currentColor;
}

.f-icon-svg--large {
  width: 26px;
  height: 26px;
}

.f-icon-svg--medium {
  width: 24px;
  height: 24px;
}

.f-icon-svg--small {
  width: 14px;
  height: 14px;
}

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

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

details {
  display: block;
}

deferred-media {
  display: block;
}

.deferred-media > *:not(.zoom):not(.deferred-media__poster-button),
.deferred-media model-viewer,
.deferred-media iframe {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.deferred-media video,
.deferred-media iframe {
  height: 100%;
  object-fit: cover;
}

.deferred-media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.deferred-media__poster {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.media > .deferred-media__poster {
  display: flex;
  align-items: center;
  justify-content: center;
}

.deferred-media__poster img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.deferred-media {
  overflow: hidden;
}
.deferred-media iframe {
  border: 0;
}

.deferred-media:not([loaded]) template {
  z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}

.deferred-media__poster:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.05), 0 0 0 calc(1px + 0.3rem) var(--color-bg-2), 0 0 0 calc(1px + 0.5rem) rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - 1px);
}

.deferred-media__poster:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.05), 0 0 0 calc(1px + 0.3rem) var(--color-bg-2), 0 0 0 calc(1px + 0.5rem) rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - 1px);
}

.deferred-media__poster:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.deferred-media__poster-button {
  background-color: var(--color-bg-2);
  border: 0.1rem solid var(--color-border);
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  width: 4.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s ease all;
  z-index: 1;
}
.deferred-media__poster:hover .deferred-media__poster-button {
  transform: translate(-50%, -50%) scale(1.05);
}
.deferred-media__poster-button svg {
  margin: 0;
}
.deferred-media__poster-button .f-icon-svg {
  width: 1.8rem;
  height: 1.8rem;
}
.deferred-media__poster-button .f-icon-play {
  margin-left: 0.2rem;
}
.deferred-media__poster-button .f-icon-play polygon {
  fill: currentColor;
}
@media (min-width: 767.98px) {
  .deferred-media__poster-button {
    height: 6.4rem;
    width: 6.4rem;
  }
  .deferred-media__poster-button .f-icon-svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

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

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

@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.5px;
    border: 0;
    margin: 0;
  }
  .responsive-table th::before,
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
  }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
  }
  .responsive-table__row + .responsive-table__row::after,
  tfoot > .responsive-table__row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid var(--color-border);
  }
}
.placeholder-svg {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
  vertical-align: middle;
}

.f-spinner-icon {
  animation: f-spinner 1.4s infinite linear;
}
.f-spinner-icon circle {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: circle-dash 1.4s ease-in-out infinite;
}

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

.btn-view-details.btn--underline:after {
  bottom: 0;
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

[data-media-loading] {
  overflow: hidden;
}

[data-image-loading],
[data-media-loading],
[data-info-loading] {
  position: relative;
}

responsive-image {
  display: inline-block;
}

[data-image-loading]:after,
[data-media-loading]:after {
  content: "";
  background-color: #000;
  animation: placeholder-background-loading 1.5s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

[data-media-loading]:after {
  animation: none;
  background-color: #f1f1f1;
  left: -1.5rem;
  width: calc(100% + 3rem);
  z-index: 2;
}

responsive-image img {
  opacity: 0;
}

.no-js responsive-image img {
  opacity: 1;
}

.f-image .f-img-loaded {
  animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  animation-name: image-fade-in;
  opacity: 1;
}

.f-image--no-zoom .f-image {
  transform: scale(1) !important;
  animation: unset;
}

.no-js [data-image-loading]:after {
  animation-name: none;
  display: none;
}

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

.f-image {
  width: var(--image-width, 100%);
  vertical-align: middle;
}

.visibility-visible {
  visibility: visible;
}

.visibility-hidden {
  visibility: hidden;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

[class*=show-on] {
  display: none;
}

.f__page-title,
.shopify-policy__title {
  padding-bottom: 2.4rem;
}

@media (max-width: 767px) {
  body.template-index footer.site-footer {
    padding-bottom: 75px;
}
  .bottom-feature-sticky {
    display: block; /* Make it visible by default */
    position: sticky;
    bottom: 0;
    width: 100%;
}
  h2.section__heading.h3 {
    font-weight: 500 !important;
  }
  h2.section__heading.h2 strong {
    font-weight: 500;
}
  .site-footer__social-links.flex.md\:justify-end.overflow-hidden {
    display: block;
    padding-bottom: 5px;
}
  .site-footer__bottom-row.flex.flex-wrap.justify-between {
    width: 100%;
    display: flow;
    text-align: center;
    justify-content: center;
}
  .site-footer__social-links .social-links a {
    padding: .4rem .6rem;
}
  .f-promotion-testimonial__text p {
    font-size: 14px !important;
}
  div#template--24594537120050__multicolumn_jMWHtt h2.section__heading.h2 {
    font-size: 32px !important;
    font-weight: 400;
  }
  div#shopify-block-AQXVReTF0eVFSYXM1V__tolstoy_shoppable_video_ugc_carousel_block_gQePye {
    margin-top: -53px !important;
}
  div#sections--24594537283890__product_features_zzXKeF  .multicolumn-card__image responsive-image.f-image img.f-img-loaded {
    padding: 3px;
    width: 37px;
    height: 37px;
    object-fit: scale-down;
}
  .site-footer__bottom.color-inverse ul.f-linklist li a, p.site-footer__copyright.text-sm.m-0 {
    letter-spacing: 0.2px !important;
    font-size: 10px !important;
    opacity: 0.5 !important;
}
  button.product-card__atc.btn.btn--white {
    font-size: 14px !important;
}
  div#template--24594537120050__product_tabs_4dRRfg {
    padding-bottom: 76px;
  }
  .show-on-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .show-on-tablet {
    display: block;
  }
}
@media (min-width: 1200px) {
  .show-on-desktop {
    display: block;
  }
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}
@keyframes placeholder-background-loading {
  0% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.07;
  }
  100% {
    opacity: 0.03;
  }
}
@media (max-width: 1023.98px) {
  a.f-mobile-nav__link {
    text-transform: capitalize;
    font-size: 18px;
}
  .f-mobile-nav__dropdown {
    padding-left: 0 !important;
}
  img.mobile-menu-img {
    width: 74px;
  }
  .f-mobile-nav__link {
    margin: 12px 0;
    font-size: 18px;
    text-transform: capitalize;
}
  .f-mobile-nav__dropdown li.f-mobile-nav__subitem.f-mobile-nav__sub-item--has-child collapsible-tab .f-mobile-nav__dropdown.f-mobile-nav__dropdown--level3 {
      margin-top: 10px;
      padding-left: 0;
}
  .f-mobile-nav__dropdown li.f-mobile-nav__subitem.f-mobile-nav__sub-item--has-child collapsible-tab .f-mobile-nav__dropdown.f-mobile-nav__dropdown--level3 a.f-mobile-nav__sub-link {
    margin-bottom: 16px;
    padding: 12px 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 17px;
    background: #F5F5F5;
    display: flex;
}
  .grandchild_title {
    width: 85%;
    margin-top: auto;
    margin-bottom: auto;
}
  .grandchild_title_img {
    width: 15%;
}
  .f-mobile-nav__link {
    font-size: 18px;
}
  .f-mobile-nav__dropdown {
    padding-left: 0;
}
  b.grandchild_title {
    font-weight: 100;
}
  .f-mobile-nav__dropdown li.f-mobile-nav__subitem.f-mobile-nav__sub-item--has-child {
        margin-bottom: 10px;
        padding-bottom: 0px;
        font-size: 18px;
        text-transform: uppercase;
        display: inline-grid;
        width: 100%;
}
  .f-mobile-nav__dropdown li.f-mobile-nav__subitem.f-mobile-nav__sub-item--has-child a.f-mobile-nav__sub-link {
    font-weight: 600;
}
  .lg-down-swiper {
    display: flex !important;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1.2rem;
    padding-inline: calc(var(--column-gap-mobile, 15px));
    margin-inline: max(-1.5rem, var(--column-gap-mobile, 15px) * -1);
    scroll-behavior: smooth;
  }
  .lg-down-swiper.f-grid {
    margin-inline: max(-1.5rem, var(--column-gap-mobile, var(--column-gap)) / -1);
  }
  .lg-down-swiper.f-flex {
    margin-inline: calc((max(-1.5rem, var(--column-gap-mobile, var(--column-gap))) / 2 + 1.5rem) / -1);
  }
  .lg-down-swiper .f-column {
    flex: 0 0 auto;
    width: var(--swiper-column-width-lg, 40vw);
    scroll-snap-align: start;
  }
}

.f-swiper--no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.f-swiper--no-scrollbar::-webkit-scrollbar {
  display: none;
}
.f-swiper--with-snap {
  scroll-snap-type: x mandatory;
}
@media (max-width: 767.98px) {
  .f-swiper {
    display: flex !important;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1.2rem;
    padding-inline: max(1.5rem, (var(--column-gap-mobile, 15px)));
    margin-inline: min(-1.5rem, var(--column-gap-mobile, 15px) * -1);
    scroll-behavior: smooth;
  }
  .f-swiper .f-column {
    flex: 0 0 auto;
    width: var(--swiper-column-width, 66vw);
    scroll-snap-align: start;
  }
  .f-swiper--no-scrollbar {
    padding-bottom: 0;
  }
  .f-swiper--2-cols .f-column {
    width: var(--swiper-column-width, 45vw);
  }
}

@keyframes image-fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes f-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes circle-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}

.f-confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.f-confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0;
}
.f-confetti--animation-slow {
  animation: f-confetti-slow 2.25s linear 1 forwards;
}
.f-confetti--animation-medium {
  animation: f-confetti-medium 1.75s linear 1 forwards;
}
.f-confetti--animation-fast {
  animation: f-confetti-fast 1.25s linear 1 forwards;
}

@keyframes f-confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes f-confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes f-confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.f-form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.f-form__message svg,
.f-form__message .f-icon {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.errors ul {
  list-style: disc;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes z-zoom-fade {
    0% {
      opacity: 0;
      transform: scale(1.08);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}
@keyframes reversed-link--underline {
  100% {
    background-size: 100% var(--reversed-link-gap);
  }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .reversed-link:not([aria-disabled]):not(:has(.reversed-link__text)):hover {
    background-position-x: var(--transform-origin-start);
    background-size: 100% var(--reversed-link-gap);
  }
  .reversed-link:not([aria-disabled]):has(.reversed-link__text):hover .reversed-link__text {
    background-position-x: var(--transform-origin-start);
    background-size: 100% var(--reversed-link-gap);
  }
  .reversed-link:not([aria-disabled]).reversed-link--underline:not(:has(.reversed-link__text)):hover {
    background-size: 0% var(--reversed-link-gap);
    animation: reversed-link--underline var(--animation-duration) 0.1s forwards;
  }
  .reversed-link:not([aria-disabled]).reversed-link--underline:has(.reversed-link__text):hover .reversed-link__text {
    background-size: 0% var(--reversed-link-gap);
    animation: reversed-link--underline var(--animation-duration) 0.1s forwards;
  }
  .f-image-hover-effect__zoom {
    overflow: hidden;
  }
  .f-image-hover-effect__zoom .f-image {
    transition: transform 0.55s cubic-bezier(0.26, 0.54, 0.32, 1);
  }
  .f-image-hover-effect__zoom:hover .f-image {
    transform: scale(1.1) translateZ(0);
  }
  .f-image-hover-effect__zoom-and-rotate {
    overflow: hidden;
  }
  .f-image-hover-effect__zoom-and-rotate .f-image {
    transition: transform 0.55s cubic-bezier(0.26, 0.54, 0.32, 1);
  }
  .f-image-hover-effect__zoom-and-rotate:hover .f-image {
    transform: scale(1.2) rotate(5deg) translateZ(0);
  }
}


/******************************************************************/
/***AUTHOR: PG**********************/
h2.section__heading.h3 {
  font-size: 32px;
  font-weight: 400 !important;
  font-style: normal;
  font-family: 'Archivo' !important;
}

.product-tabs__header.f-tabs__header.f-tabs__header--vertical.flex.md\:justify-center.justify-center button {
  font-size: 16px;
  text-transform: uppercase;
}
.product-card__info.text-left h3 {
  font-size: 20px;
  text-transform: none;
  font-weight: 700 !important;
}


.f-price.f-price--left.f-price--on-sale span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #808080;
}
.jdgm-widget.jdgm-widget {
  margin-bottom: 10px;
}
.f-flex.flex-wrap.f-grid--gap-medium.f-grid--row-gap-medium {
  position: relative;
  color: #fff;
  text-align: center;
  justify-content: center;
}


.f-flex.flex-wrap.f-grid--gap-medium.f-grid--row-gap-medium h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}






div#f-custom-block--text_box_yL4r43 {
  position: absolute;
  left: 215px;
  top: 20%;
  max-width: 100%;
  width: 500px;
}
h2.f-slideshow__title.h3 {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: 0.5px;
}
a.btn.btn--white.btn--small {
  font-size: 16px;
  border-radius: 0;
  font-weight: 700;
}
button.product-card__atc.btn.btn--white {
  background-color: #000;
  border-color: #000;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
      text-transform: capitalize;
}
.product-card__info.text-left p {
  font-size: 16px;
  margin-top: 15px;
  border-bottom: 1px solid;
  padding-bottom: 14px;
  margin-bottom: 13px;
  height: 62px;
}
h2.section__heading.h2 {
  font-size: 36px;
}
.f-promotion-testimonial__image {
  height: 280px;
}
.f-promotion-testimonial__image responsive-image.f-image.w-full {
  height: 280px;
}
div#template--24594537120050__multicolumn_jMWHtt h2.section__heading.h2 {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
div#template--24594537120050__multicolumn_jMWHtt p {
  font-size: 22px;
  margin: 0;
  letter-spacing: 0.5px;
}
.multicolumn-card__image responsive-image.f-image {
  background: #ede6db;
  border: 3px solid #000;
}


.multicolumn-card__image responsive-image.f-image img.f-img-loaded {
  padding: 5px;
}
.multicolumn-card__info.has-image h3.m-0.h4 {
  font-size: 19px;
  letter-spacing: 0.5px;
}
div#shopify-section-template--24594537120050__rich_text_jDgnYD motion-element.block.f-text-blocks__btn {
  margin: 0;
}
div#shopify-section-template--24594537120050__rich_text_jDgnYD motion-element.block.f-text-blocks__btn a.btn.btn--secondary.btn--medium {
  padding: 0 64px;
  background: #000;
  opacity: 1 !important;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
}
div#template--24594537120050__featured_blog_kCUxN8 h2.section__heading.h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 2
}
.f-article-card__excerpt.text-subtext .text-limit-2-lines {
    font-size: 18px;
    opacity: 0.6;
}
div#template--24594537120050__featured_blog_kCUxN8  a.btn.btn--primary {
  border-radius: 25px;
  text-transform: uppercase;
}
div#template--24594537120050__logo_list_3ihBjq h2.section__heading.h2 {
  font-size: 18px;
  text-transform: uppercase;
}
div#template--24594537120050__logo_list_3ihBjq h3 {
  font-size: 30px;
}
.f-promotion-testimonial__text {
 height: 15vh;
 border-bottom: 1px solid #d4c7b3;
 margin-bottom: 20px;
}

@media ( min-width: 1024px ) {
  div#template--24594537120050__logo_list_3ihBjq h3 {
    font-weight: 100;
    font-size: 30px;
    width: 90%;
    margin: 60px auto 36px;
  }
  
}
.rich-text__wrapper .rich-text__content.f-text-blocks.text-center motion-element.block.rich-text__subheading.text-subheading.h6 {
  font-size: 18px;
}
.rich-text__wrapper h2.rich-text__heading.h0 {
  font-size: 42px;
}
.rich-text__wrapper motion-element.block.rich-text__text.mega-description.rte p {
  font-size: 20px;
}
div#shopify-section-template--24594537120050__rich_text_bnNeMb .rich-text__wrapper {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
div#template--24594537120050__collapsible_tabs_QcDkL6 h2.section__heading.h2 {
  font-size: 36px;
  font-weight: 600;
}
div#shopify-section-template--24594537120050__rich_text_RDxeJf h2.rich-text__heading.h2 {
    font-size: 40px;
  font-weight: 600;
}
button.collapsible__button.text-left.font-body.h6 {
  font-size: 20px;
}
.collapsible__content-inner.rte p {
  font-size: 16px;
}
div#shopify-section-template--24594537120050__rich_text_RDxeJf a.btn.btn--white {
  opacity: 1 !important;
  text-transform: uppercase;
  border-radius: 0;
}
.site-footer summary h3.site-footer__block-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 100 !important;
  letter-spacing: 0.5px;
  opacity: 0.4;
  padding-bottom: 12px;
}
.site-footer__block-content a.link--animated {
  font-size: 15px;
  font-weight: 100 !important;
  letter-spacing: 0.5px;
}
.f-site-nav__dropdown--mega ul.f-grid>li>a {
  font-weight: 700;
}
.product-card.grid-list__column {
  padding: 0;
  box-shadow:  rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 10px;
}
.product-card.grid-list__column .product-card__info {
  padding: 0px 10px;
}

/*****mobile view *************
Homepage***/

.jdgm-preview-badge .jdgm-star {
  color: #FFB224 !important;
} 
.f-custom__block-wrapper.relative.w-full.h-full.flex.flex-col.justify-center.color-background-1 {
  background: rgba(0, 0, 0, 0);
}

span.jdgm-prev-badge__text {
  font-size: 14px !important;
  font-weight: 300;
}


@media (min-width:1400px) and (max-width: 1556px){
  .f-promotion-testimonial__text {
   height: 28vh;
   border-bottom: 1px solid #d4c7b3;
   margin-bottom: 20px;
 }
}
@media (max-width: 1900px) and (min-width:1800px){
  .f-promotion-testimonial__text {
   height: 23vh;
   border-bottom: 1px solid #d4c7b3;
   margin-bottom: 20px;
 }
}
@media (min-width:1900px){
  .f-promotion-testimonial__text {
   height: 22vh;
   border-bottom: 1px solid #d4c7b3;
   margin-bottom: 20px;
 }
}
@media only screen and (min-width: 1280px) {
  div#template--24594537120050__custom_content_TmH8Bc .f-flex {
    background: #000;
    
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  div#f-custom-block--image_r64eej:before{
    display: none;
  }
  div#f-custom-block--image_j38hiT, div#f-custom-block--image_r64eej {
    max-width: 100%;
    width: 500px;
  }
  
  div#f-custom-block--text_box_madnp7 {
    position: absolute;
    right:  215px;
    top: 20%;
    max-width: 100%;
    width: 670px;
  }
  motion-element.block.section__description.mobile-remove-br {
    margin: 0 0 0;
  }
  
  
  
}


@media only screen and (max-width: 1280px) {
  div#f-custom-block--image_r64eej:before {
    content: " ";
    position: absolute;
    top: 100px;
    left: 204px;
    height: 150px;
    width: 1px;
    background: #808080;
  }


  div#shopify-section-template--24594537120050__product_tabs_4dRRfg .product-card__actions.mobile-hide-quick-add.mobile-hide-quick-view
  {
    display: inline !important;
  }
}



div#shopify-section-template--24594537120050__6689630c-6cbe-48c7-8952-7e41401b21ac .rotating-promotion{
  padding: 30px 0;
}


@media only screen and (max-width:1024px)and (min-width:760px)
{
 div#template--24594537120050__custom_content_TmH8Bc {
  background: #000;
  max-width: 650px;
  margin: auto;
  padding: 20px 10px;
}

div#f-custom-block--image_j38hiT, div#f-custom-block--image_r64eej {
  max-width: 100%;
  width: 300px;
}
div#f-custom-block--image_r64eej:before{
  display: none;}
}



@media only screen and  (max-width: 760px)and (min-width: 360px)  {

 div#f-custom-block--image_j38hiT, div#f-custom-block--image_r64eej {
  max-width: 100%;
  width: 167px !important;
}
div#sections--24594537283890__product_features_zzXKeF .multicolumn-card__image responsive-image.f-image {
  background: none;
  border: none;
  width: 37px !important;
  margin: 0 0 2px 0;
  height: 37px;
}
.product-ingredients-new {
    display: none;
}
div#sections--24594537283890__product_features_zzXKeF p {
  font-size: 12px !important;
}
div#sections--24594537283890__product_features_zzXKeF {
    padding: 11px 0 8px 0;
    border-top: 1px solid;
}
.f-promotion-testimonial__text {
  height: 20vh;
}
div#f-custom-block--text_box_madnp7 {
  position: absolute;
  right: 0px;
  top: 20%;
  max-width: 100%;
  width: 209px;
}
/***homepage***/
}

@media only screen and (max-width: 1280px) {
  div#shopify-section-template--24594537120050__rich_text_RDxeJf h2.rich-text__heading.h2 {
    font-size: 34px !important;
  }
  .rich-text__wrapper h2.rich-text__heading.h0 {
    font-size: 32px !important;
}
  .rich-text__wrapper motion-element.block.rich-text__text.mega-description.rte p {
    font-size: 16px !important;
}
  div#shopify-section-template--24594537120050__custom_content_TmH8Bc responsive-image.f-image:before {
    padding-top: 350px;
  }
.product-card__info.text-left {
    padding-bottom: 10px !important;
}
  .product-card__info.text-left p {
    font-size: 14px;
    margin-top: 15px;
    border-bottom: 1px solid;
    margin-bottom: 13px;
    height: auto;
    /* max-height: 108px; */
  } 
  /* flickity-component.flickity-button-initialized .f-column {
    max-height: 506px !important;
  } */
  div#f-custom-block--image_j38hiT{
    margin: 0 10px 0 0 ;
  }
  div#f-custom-block--text_box_yL4r43 {
    position: absolute;
    left: 0px;
    top: 20%;
    max-width: 100%;
    width: 200px;
    z-index: 99;
  }
  div#template--24594537120050__custom_content_TmH8Bc  img.f-img-loaded {
    height: 347px !important;
  }
  div#shopify-section-template--24594537120050__scrolling_promotion_MPQnDe .f-image img {
    top: 20px;
    height: 100%;
    width: 100%;
    margin: 0px;
  }
  div#shopify-section-template--24594537120050__custom_content_TmH8Bc .rte a {
    color: #fff !important;
    position: relative;
    top:60px;
  }
  .f-flex.flex-wrap.f-grid--gap-medium.f-grid--row-gap-medium h3 {
    font-size: 33px;
    font-weight: 700;
    color: #fff;
  }
  div#template--24594537120050__custom_content_TmH8Bc {
    background: #000;
    padding: 36px 0px;
  }
  div#shopify-section-template--24594537120050__scrolling_promotion_MPQnDe h2.section__heading.h2 {
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Archivo' !important;
  }
  div#shopify-section-template--24594537120050__scrolling_promotion_MPQnDe motion-element.block.section__description.mobile-remove-br {
    margin: 0;
  }
  div#shopify-section-template--24594537120050__scrolling_promotion_MPQnDe motion-element.block.section__description.mobile-remove-br h4{
    font-size: 26px;
    font-weight: 400;
  }
  div#shopify-section-template--24594537120050__multicolumn_jMWHtt motion-element.block.section__description.mobile-remove-br {
    margin: 0;
  }
  div#shopify-section-template--24594537120050__multicolumn_jMWHtt motion-element.block.section__description.mobile-remove-br p{
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 12px;
  }
  div#shopify-section-template--24594537120050__rich_text_jDgnYD motion-element.block.f-text-blocks__btn a.btn.btn--secondary.btn--medium {
    width: 100%;
  }
  div#shopify-section-template--24594537120050__featured_blog_kCUxN8 .section__header--text.text-center.md\:text-center {
    text-align: center;
  }
  div#shopify-section-template--24594537120050__featured_blog_kCUxN8 motion-element.block.section__description.mobile-remove-br{
    margin: 0;
  }
  div#shopify-section-template--24594537120050__featured_blog_kCUxN8 motion-element.block.section__description.mobile-remove-br h1{
      font-size: 32px;
      font-weight: 500;
  }
    div#shopify-section-template--24594537120050__featured_blog_kCUxN8 .f-column {
      width: 102% !important;
    }
    div#template--24594537120050__featured_blog_kCUxN8 {
      padding: 47px 0;
    }
    .f-article-card__excerpt.text-subtext .text-limit-2-lines
    Specificity: (0,3,0)
    {
      font-size: 18px;
      font-weight: 400;
    }
    h3.f-article-card__title.h4 {
      font-size: 22px;
      font-weight: 400;
    }
    div#template--24594537120050__logo_list_3ihBjq h3 {
        font-size: 24px;
        font-weight: 300;
        padding-bottom: 15px;
    }
    div#template--24594537120050__logo_list_3ihBjq {
      padding: 50px 0;
    }
    div#shopify-section-template--24594537120050__logo_list_3ihBjq flickity-component.f-grid.items-center.f-grid-1-cols.md\:f-grid-3-cols.lg\:f-grid-5-cols.flickity-disable.f-grid--row-gap-medium.f-grid--gap-medium {
      display: flex;
    }
    div#template--24594537120050__rich_text_bnNeMb {
      margin: 10px 10px 0  10px;
    }
    div#template--24594537120050__rich_text_pdxEC8{
     margin: -1px 10px 10px  10px;
     padding: 0 0 50px 0;
   }
   div#shopify-section-template--24594537120050__collapsible_tabs_QcDkL6 h2.section__heading.h2 {
    font-size: 28px !important;
             text-align: left;
  }
  div#template--24594537120050__rich_text_RDxeJf {
    padding: 120px 20px;
    margin: 20px;
  }
  div#template--24594537120050__rich_text_RDxeJf .rich-text__wrapper motion-element.block.rich-text__text.mega-description.rte p {
    font-size: 17px;
  }
  h3.site-footer__block-heading.h3.font-body-bolder {
    font-size: 30px;
  }
  footer.site-footer .list-none {
    padding: 0;
    margin: 0;
    position: relative;
   gap: 0rem 0rem;
  }
  .site-footer__bottom-row {
    gap: 1rem;
    margin: 0 !important;
}
  footer.site-footer a::after {
    content: " ";
    position: absolute;
    top: 22px;
    left: -1px;
    background: transparent;
    width: 400px;
    height: 2px;
    z-index: 99;
  }
}
 flickity-component.f-grid.f-grid-1-cols.md\:f-grid-3-cols.lg\:f-grid-4-cols.f-grid--row-gap-medium.f-grid--gap-medium.flickity-disable{
  display: flex;
}
div#sections--24594537283890__product_features_zzXKeF .f-column {
  width: 25% !important;
}
div#shopify-section-sections--24594537283890__product_features_zzXKeF {
  background: #000;
}
div#sections--24594537283890__product_features_zzXKeF .multicolumn-card__image responsive-image.f-image {
  background: none;
  border: none;
  width: 50px;
}
.multicolumn-card__info.has-image {
  margin: 4px 0 0 0 !important;
}
}

@media  (max-width: 400px) {
  div#f-custom-block--image_r64eej:before {
    display: :none !important;
  }
  div#f-custom-block--image_j38hiT, div#f-custom-block--image_r64eej {
   width: 194px !important;
 }
 .f-flex.flex-wrap.f-grid--gap-medium.f-grid--row-gap-medium h3 {
  font-size: 25px; 
}
motion-element.block.mega-description.rte{
  margin:0px;
}
div#f-custom-block--text_box_madnp7 {
 
  width: 170px!important;
}
}
@media ( min-width: 1024px ) {
  div#shopify-section-template--24594537120050__image_comparison_jnJc3R {
    padding-left: var(--fluid-offset, 5rem);
    padding-right: var(--fluid-offset, 5rem);
}
  .f-slideshow__content.f-text-blocks {
    width: 25%;
  }
  div#sections--24594537283890__product_features_zzXKeF {
    display: none;
  }
}
div#sections--24594537283890__product_features_zzXKeF p {
  font-size: 25px;
}

div#sections--24594537283890__product_features_zzXKeF p {
  text-un: 25px;
}

@media ( min-width: 767px ) {
 div#shopify-section-template--24594537120050__featured_blog_kCUxN8 motion-element.section__footer.flex.justify-center {
  display: none;
}
.product-card__actions.mobile-hide-quick-add.mobile-hide-quick-view {
  margin: inherit;
  height: 48px;
}
.f-price.f-price--left.f-price--on-sale span {
  font-size: 20px !important;
}
h2.section__heading.h3 {
  font-size: 36px;
  font-weight: 700;
}
}
span.f-price-item.f-price-item--sale {
  color: #000 !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

p.f-article-card__date {
  font-size: 16px;
  opacity: 0.3;
}
div#shopify-block-AQXVReTF0eVFSYXM1V__tolstoy_shoppable_video_ugc_carousel_block_gQePye {
  margin-top: -90px;
}
.tolstoy-carousel-arrows-container {
  margin-top: -50px !important;
  margin-bottom: 36px;
}

@media (max-width:385px) {
  .product-card__info.text-left h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 700 !important;
  } 
}

div#template--24594537120050__featured_blog_kCUxN8 a.btn.btn--primary
{
  color:#000;
  border-radius: 0px;
}

.contact-info p {
  line-height: 3rem;
  font-size: 16px;
}
.site-footer__bottom.color-inverse ul.f-linklist li a,
p.site-footer__copyright.text-sm.m-0 {
  letter-spacing: 0.5px;
  font-size: 14px;
  opacity: 0.5;
}
.site-footer__bottom.color-inverse {
  border-top: 1px solid #eee;
  padding-top: 2px;
  padding-bottom: 28px;
}

@media (min-width: 430px) and (max-width: 760px) {
  .product-card__info.text-left h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .product-card__info.text-left p {
    font-size: 13px !important;
  }
  button.product-card__atc.btn.btn--white {
    margin: 0 0 0 0 !important;       
  }
}

@media (max-width:1000px) {
  div#sections--24594537283890__product_features_zzXKeF p {
    font-size: 15px;
  }
}

@media ( max-width: 920px ) {
.product-card__info.text-left h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: -webkit-box; */
    /* white-space: normal; */
    height: 43px;
    margin-bottom: 0;
}
  .product-card__info.text-left p {
    font-size: 15px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: -webkit-box; */
    /* white-space: nowrap; */
    margin-top: 5px;
  }
}
.product-card__info.text-left h3 {
  font-size: 17px;
  text-transform: none;
  font-weight: 700 !important;
}
.product-card__info.text-left p {
  font-size: 15px;
}
button.product-card__atc.btn.btn--white {
  margin: 0;
}

div#template--24594537120050__rich_text_RDxeJf {
    background-image: url(/cdn/shop/files/overlay.png?v=1750597372) !important;
    background: transparent;
}
.f-drawer__scroller.scroll-container .product-card__info.text-left p {
    height: auto;
}
body.template-cart.cart-.header-pinned .product-recommendations.f-section-padding.color-background-1.no-js-hidden {
    display: none;
}
marquee p em {
    padding-left: 24px;
}
div#HeaderMenu-SubMenuList-1,
div#HeaderMenu-SubMenuList-2,
.f-site-nav__dropdown--mega ul.f-grid {
    display: none !important;
}
h1.collection-banner__title.m-0.h2 motion-element.block {
    color: #000;
    font-weight: 600;
    font-size: 36px;
}
.product-card__image-wrapper.f-card {
    padding: 0;
}
.f-badge--sale {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.all_btn {
    margin: 30px auto 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.all_btn a {
    background: #000;
    color: #fff;
    padding: 12px 50px;
}
div#template--24594536988978__collapsible_tabs_3YFXzJ h2.section__heading.h2 {
    text-align: left;
}
.f-product-single__block.f-product-single__block--addons {
    right: 0;
    top: 0;
    position: absolute;
    margin-top: 0px;
}
.product__badge {
    display: flex;
}
.product__badge .product-card__badge span.f-badge.f-badge--sale {
    font-size: 16px;
    border: none;
    padding-bottom: 0;
  padding-left: 12px;
    padding-top: 6px;
    color: green;
    font-weight: 600;
    text-transform: capitalize;
}
.author_star {
    display: flex;
}
.f-promotion-testimonial__icon {
    order: 2;
    padding-left: 10px;
      padding-top: 5px;
}
 p.f-promotion-testimonial__author.font-body-bolder {
    font-size: 17px;
    font-weight: 700 !important;
}
.product-card__badge.bestseller {
    position: absolute;
    top: 7px;
    left: 8px;
    background: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: .4rem .8rem;
    border-radius: 0;
    line-height: 1;
    border: 1px solid #000;
}
.product-card.grid-list__column .product-card__info {
    position: relative;
}
h6.tagsadd {
    color: red;
    position: absolute;
    top: -26px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
h4.form-message {
    display: none !important;
}
.f-customer ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
    color: red;
    font-size: 18px;
    font-weight: 600;
}
.f-customer ul a {
    text-decoration: underline;
}
p.backtohome a {
    background: #000;
    color: #fff;
    padding: 12px 22px;
    border-radius: 4px;
}
p.backtohome {
    margin-bottom: 33px;
    text-align: left;
}
div#shopify-section-template--24594537120050__image_comparison_jnJc3R {
    margin-bottom: 70px;
}