/** Shopify CDN: Minification failed

Line 4669:0 Unexpected "<"
Line 5010:0 Unexpected "<"
Line 5303:0 Unexpected "<"
Line 5759:0 Unexpected "<"
Line 5938:0 Unexpected "<"
Line 6285:0 Unexpected "<"
Line 6545:0 Unexpected "<"
Line 6723:0 Unexpected "<"
Line 6911:0 Unexpected "<"
Line 6945:0 Unexpected "<"
... and 1 more hidden warnings

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused--outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused--outline-offset: 0.3rem;
  --focused--box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/*  */

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

/* -details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.placeholder-svg {
  height: 100%;
  width: 100%;
}

/* -focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: var(--focused--outline);
  outline-offset: var(--focused--outline-offset);
  box-shadow: var(--focused--box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused--outline);
  outline-offset: var(--focused--outline-offset);
  box-shadow: var(--focused--box-shadow);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
    rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover .svg-wrapper {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > .svg-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message .svg-wrapper {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message .svg-wrapper {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button .svg-wrapper {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 0.5rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: '\2022';
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  min-height: 3.8rem;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      'left-icons heading icons'
      'navigation navigation navigation';
  }

  .header--top-center.drawer-menu {
    grid-template-areas: 'left-icons heading icons';
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: inline-block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  padding-right: 0.8rem;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 44px;
  height: 44px;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}

.header__icon--menu[aria-expanded='true']::before {
  content: '';
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  padding: 1rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 1rem 0;
  margin: 1rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-badge-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role='button']:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role='button']:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > *:first-child {
  margin-top: 0;
}

.rte > *:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > .svg-wrapper {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}



a#HeaderDrawer-dog-dog-food {
    FONT-WEIGHT: BOLD;
    COLOR: BLACK;
}


a#HeaderMenu-dog-dog-food {
    font-weight: bold;
    color: black;
}


svg.icon.icon-search {
    color: white;
}

span.svg-wrapper {
    color: white;
}



/* disscount*/

.custom-discount-text{
  margin-top: 6px;
  color: #1a8f3c;
  font-size: 13px;
  font-weight: 700;
}

.card__content{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card__information{
  flex-grow: 1;
}

.quick-add{
  margin-top: 12px;
}





/* Add cart button */
.quick-add__submit.button{
  background:white;
  border:1px solid #000;
  color:black;
  transition: all 0.3s ease;
}

/* Hover effect */
.quick-add__submit.button:hover{
  background:#000;
  color:#fff;
  border:1px solid #cf0606;
  transform: translateY(-2px);
}
/* Add cart button End button code*/

.discount-percent{
  display:inline-block;
  margin-left:8px;
  padding:4px 8px;
  background:#e6f7e6;
  color:#1a8f3c;
  font-size:13px;
  font-weight:700;
  border-radius:4px;
}


/*MRP PRICE SET */

/*.price {
  font-size: 20px;
  font-weight: 700;
  color: #e63946;
}
*/

/*.price--on-sale {
  font-size: 22px;
  font-weight: 800;
  color: #e63946;
}
*/

.price-item--sale {
  /*font-size: 22px;*/
  /*font-weight: bold;*/
  color: #e63946;
}

.price-item--regular {
  color: #333;
  font-size: 18px;
}






/* Category cards style */
.collection-list .card {
  border-radius: 18px;
  overflow: hidden;
  /*background: #f6efe7;*/
  text-align: center;
}

.collection-list img {
  border-radius: 18px;
}

.collection-list .card__heading {
  /*font-size: 18px;
  font-weight: 600;*/
  margin-top: 10px;
  text-align: center;
}




/*DELIVERY tTIME*/
.delivery-checker-box{
  margin-top: 20px;
  padding: 0;
}

.delivery-heading{
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 4px;
}

.delivery-subtext{
  font-size: 14px;
  color: #777;
  margin-bottom: 12px;
}

.delivery-check-row{
  display: flex;
  align-items: center;
  max-width: 380px;
  border-bottom: 1px solid #222;
  margin-bottom: 16px;
}

.delivery-pincode-input{
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 0;
  font-size: 16px;
}

.delivery-pincode-input::placeholder{
  color: #999;
}

.delivery-check-btn{
  border: none;
  background: transparent;
  color:rgb(182, 25, 5);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 12px;
}

.delivery-result{
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
}

.delivery-extra-note{
  font-size: 15px;
  color:rgb(43, 43, 43);
  margin-bottom: 8px;
}



.related-products .card-wrapper {
  height: 100%;
}

.related-products .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.related-products .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-products .card__information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 190px;
}

.related-products .card-information {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.related-products .card__heading {
  min-height: 58px;
}

.related-products .price {
  min-height: 70px;
}

.related-products .quick-add {
  margin-top: auto;
}

.related-products .quick-add__submit {
  width: 100%;
  min-height: 46px;
}





.product-description-tab{
  margin-top:40px;
  border:1px solid #ddd;
  background:#fff;
}

.tab-header{
  padding:16px 20px;
  font-size:18px;
  font-weight:600;
  border-bottom:1px solid #ddd;
  background:#f5f5f5;
  text-align:center; /* this centers the title */
}

.tab-content{
  padding:24px;
  font-size:16px;
  line-height:1.8;
  color:#222;
}

.tab-content ul{
  padding-left:20px;
}

.tab-content li{
  margin-bottom:8px;
}







.custom-cart-wrap{
  width:100%;
  max-width:520px;
  margin:20px 0;
}

.custom-cart-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.custom-qty-box{
  width:118px;
  height:48px;
  border:1.5px solid #e6ddd8;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:space-around;
  background:#fff;
  color:#5a220f;
  font-size:27px;
  font-weight:500;
  line-height:1;
}

.custom-qty-box span:nth-child(2){
  font-size:24px;
  color:#2d140c;
}

.custom-add-cart-btn{
  flex:1;
  height:48px;
  border:none;
  border-radius:999px;
  background:#5a220f;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  text-transform:uppercase;
}

.custom-add-cart-btn span{
  letter-spacing:0.3px;
}

.custom-wishlist-btn{
  width:48px;
  height:48px;
  border:1.5px solid #e6ddd8;
  border-radius:50%;
  background:#fff;
  color:#5a220f;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}

.custom-buy-now-btn{
  width:100%;
  height:48px;
  border:2px solid #5a220f;
  border-radius:999px;
  background:#fff;
  color:#5a220f;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  text-transform:uppercase;
}

@media screen and (max-width: 749px){
  .custom-cart-top{
    gap:10px;
  }

  .custom-qty-box{
    width:104px;
    height:44px;
    font-size:24px;
  }

  .custom-add-cart-btn{
    height:44px;
    font-size:15px;
  }

  .custom-wishlist-btn{
    width:44px;
    height:44px;
    font-size:24px;
  }

  .custom-buy-now-btn{
    height:44px;
    font-size:15px;
  }
}




/*CART PAGE*/

.custom-cart-page {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Empty cart design */
.custom-empty-cart-wrap {
  text-align: center;
  padding: 60px 20px 120px;
  max-width: 1100px;
  margin: 0 auto;
}

.custom-empty-cart-banner {
  position: relative;
  background: #fff;
  border-radius: 8px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
}

.custom-empty-cart-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30px 30px, rgba(0,0,0,0.06) 0 10px, transparent 11px),
    radial-gradient(circle at 180px 16px, rgba(0,0,0,0.05) 0 6px, transparent 7px),
    radial-gradient(circle at 320px 40px, rgba(0,0,0,0.05) 0 7px, transparent 8px),
    radial-gradient(circle at 520px 22px, rgba(0,0,0,0.05) 0 8px, transparent 9px),
    radial-gradient(circle at 760px 18px, rgba(0,0,0,0.05) 0 8px, transparent 9px),
    radial-gradient(circle at 980px 34px, rgba(0,0,0,0.05) 0 9px, transparent 10px);
  opacity: 0.8;
}

.custom-empty-cart-title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  color: #111;
}

.custom-empty-cart-text {
  margin: 0 0 24px;
  font-size: 18px;
  color: #222;
  line-height: 1.5;
}

.custom-empty-cart-btn {
  display: inline-block;
  background:rgb(20, 19, 19);
  color: #fff;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}

/* Filled cart design */
.custom-cart-top-steps {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 18px;
}

.custom-cart-top-steps .step {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.custom-cart-top-steps .step.active {
  color:rgb(179, 6, 6);
  font-weight: 700;
}

.custom-cart-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: start;
}

.custom-delivery-box,
.custom-offer-box,
.custom-coupon-box,
.custom-price-details-box,
.custom-cart-items-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.custom-delivery-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  margin-bottom: 12px;
}

.custom-delivery-box a {
  color:rgb(179, 6, 6);
  text-decoration: none;
  font-weight: 600;
}

.custom-cart-item {
  display: grid;
  grid-template-columns: 90px 1fr 40px;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid #eee;
}

.custom-cart-item:last-child {
  border-bottom: 0;
}

.custom-cart-item-image img {
  border-radius: 8px;
  display: block;
}

.custom-cart-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.3;
}

.custom-cart-item-variant {
  font-size: 15px;
  color: #666;
  margin-top: 6px;
}

.custom-cart-item-price-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.custom-qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  overflow: hidden;
}

.qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: #fff;
  font-size: 20px;
  color: #111;
  cursor: pointer;
}

.custom-qty-input {
  width: 42px;
  height: 32px;
  border: none;
  text-align: center;
  font-size: 16px;
  outline: none;
}

.custom-cart-prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}

.price-line {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.price-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.mrp-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.sale-price {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.saved-price {
  color: green;
  font-weight: 600;
  font-size: 14px;
}

.custom-cart-remove a {
  text-decoration: none;
  font-size: 18px;
}

.custom-cart-update-row {
  margin-top: 14px;
}

.custom-update-btn {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
}

.custom-offer-box,
.custom-coupon-box,
.custom-price-details-box {
  padding: 16px;
  margin-bottom: 14px;
}

.custom-offer-box h3,
.custom-price-details-box h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.custom-coupon-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-coupon-box a {
  color:rgb(179, 6, 6);
  text-decoration: none;
  font-weight: 600;
}

.price-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.price-row.total {
  font-weight: 700;
  font-size: 17px;
  border-bottom: 0;
  padding-top: 14px;
}

.saved-strip {
  background: #c8f3c9;
  color: #157a1f;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 650;
}

.custom-proceed-btn {
  display: block;
  width: 100%;
  margin-top: 12px;
  background:rgb(22, 22, 22);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 700;
}

@media screen and (max-width: 989px) {
  .custom-cart-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .custom-empty-cart-wrap {
    padding: 40px 15px 80px;
  }

  .custom-empty-cart-title {
    font-size: 22px;
  }

  .custom-empty-cart-text {
    font-size: 15px;
  }

  .custom-cart-item {
    grid-template-columns: 70px 1fr 30px;
    gap: 12px;
  }

  .custom-cart-item-title {
    font-size: 16px;
  }

  .custom-cart-top-steps {
    flex-wrap: wrap;
  }
}



/*footer*/
.custom-store-footer{
  background:#111;
  color:#fff;
  margin-top:40px;
}

.custom-footer-top{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:30px 40px;
  background:#dbe8b3;
}

.custom-footer-feature{
  display:flex;
  align-items:center;
  gap:14px;
}

.custom-footer-icon{
  width:52px;
  height:52px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.custom-footer-feature h4{
  margin:0 0 4px;
  font-size:18px;
  color:#6c8500;
}

.custom-footer-feature p{
  margin:0;
  font-size:14px;
  color:#6c8500;
}

.custom-footer-main{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:30px;
  padding:45px 40px;
}

.custom-footer-col h2,
.custom-footer-col h3{
  margin:0 0 16px;
  color:#fff;
}

.custom-footer-brand p{
  color:#ccc;
  line-height:1.7;
  max-width:320px;
}

.custom-footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.custom-footer-col li{
  margin-bottom:10px;
  color:#ccc;
}

.custom-footer-col a{
  color:#ccc;
  text-decoration:none;
}

.custom-footer-col a:hover{
  color:#fff;
}

.custom-footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1);
  padding:18px 40px;
  text-align:center;
}

.custom-footer-bottom p{
  margin:0;
  color:#bbb;
  font-size:14px;
}

@media screen and (max-width: 990px){
  .custom-footer-top{
    grid-template-columns:repeat(2,1fr);
  }

  .custom-footer-main{
    grid-template-columns:repeat(2,1fr);
  }
}

@media screen and (max-width: 749px){
  .custom-footer-top,
  .custom-footer-main{
    grid-template-columns:1fr;
    padding:25px 18px;
  }

  .custom-footer-bottom{
    padding:16px 18px;
  }
}





/* Top Categories home page*/
.custom-top-categories{
padding:40px 20px;
position:relative;
}

.custom-top-categories-heading{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:30px;
color:#222;
}

.category-scroll-wrapper{
position:relative;
}

.custom-top-categories-row{
display:flex;
gap:20px;
overflow-x:auto;
scroll-behavior:smooth;
padding:10px 50px;
scrollbar-width:none;
}

.custom-top-categories-row::-webkit-scrollbar{
display:none;
}

.custom-category-card{
min-width:230px;
flex:0 0 230px;
text-align:center;
border-radius:16px;
padding:30px 20px;
text-decoration:none;
transition:all .35s ease;
}

.custom-category-card:hover{
transform:translateY(-8px);
box-shadow:0 14px 30px rgba(0,0,0,.12);
}

.custom-category-image-wrap{
width:140px;
height:140px;
background:#fff;
border-radius:50%;
margin:0 auto 20px;
display:flex;
align-items:center;
justify-content:center;
overflow:hidden;
box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.custom-category-image-wrap img{
width:100%;
height:100%;
object-fit:cover;
border-radius:50%;
transition:transform .35s ease;
}

.custom-category-card:hover img{
transform:scale(1.08);
}

.custom-category-card h3{
font-size:18px;
margin-bottom:6px;
color:#222;
font-weight:700;
}

.custom-category-card p{
font-size:15px;
color:#444;
margin:0;
}

/* Card Colors */

.card-1{background:#dfe8cf;}
.card-2{background:#dbe8f7;}
.card-3{background:#e7def8;}
.card-4{background:#f5dddd;}
.card-5{background:#d8eff6;}
.card-6{background:#ffe4d6;}

/* Scroll Buttons */

.scroll-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
width:40px;
height:40px;
border:none;
border-radius:50%;
background:#fff;
font-size:22px;
cursor:pointer;
box-shadow:0 4px 12px rgba(0,0,0,.15);
z-index:10;
transition:.3s;
}

.scroll-btn:hover{
background:#222;
color:#fff;
}

.scroll-btn.left{
left:0;
}

.scroll-btn.right{
right:0;
}

/* Tablet */

@media(max-width:1100px){

.scroll-btn{
display:none;
}

.custom-top-categories-row{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
overflow:visible;
padding:0;
}

.custom-category-card{
min-width:unset;
}

}

/* MOBILE - 2 CARDS COMPACT */
@media(max-width:768px){

  .custom-top-categories{
    padding:24px 12px !important;
  }

  .custom-top-categories-heading{
    font-size:24px !important;
    margin-bottom:18px !important;
  }

  /* 2 cards in one row */
  .custom-top-categories-row{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:12px !important;
    padding:0 !important;
  }

  /* reduce card size */
  .custom-category-card{
    min-width:auto !important;
    padding:16px 10px !important;
    border-radius:12px !important;
  }

  /* smaller image circle */
  .custom-category-image-wrap{
    width:80px !important;
    height:80px !important;
    margin-bottom:12px !important;
  }

  /* smaller text */
  .custom-category-card h3{
    font-size:14px !important;
    margin-bottom:4px !important;
  }

  .custom-category-card p{
    font-size:12px !important;
  }

}
</style>




.lcpz-stock-status{
font-size:13px;
font-weight:700;
color:#16a34a;
margin-bottom:8px;
}

.lcpz-add-btn:disabled{
background:#ccc;
cursor:not-allowed;
}



.cart-popup{
position:fixed;
top:20px;
right:20px;
width:320px;
background:#fff;
border-radius:14px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
padding:12px;
display:flex;
gap:12px;
align-items:center;
z-index:99999;
opacity:0;
transform:translateY(-20px);
transition:.35s;
}

.cart-popup.show{
opacity:1;
transform:translateY(0);
}

.cart-popup img{
width:60px;
height:60px;
object-fit:cover;
border-radius:10px;
}

.cart-popup-title{
font-size:14px;
font-weight:700;
line-height:1.3;
margin-bottom:4px;
}

.cart-popup-price{
font-size:14px;
font-weight:700;
color:#111;
margin-bottom:4px;
}

.cart-popup-added{
font-size:13px;
color:#16a34a;
font-weight:700;
}

@media(max-width:767px){
.cart-popup{
right:10px;
left:10px;
width:auto;
top:12px;
}
}



/* healthcare-banner*/

.custom-healthcare-section{
  width:100%;
  padding:0;
  margin:0;
}

.custom-healthcare-banner{
  width:100%;
  background: linear-gradient(135deg, #2d55e8 0%, #8ea5f6 100%);
  padding: 50px 40px 30px;
  box-sizing:border-box;
  overflow:hidden;
}

.custom-healthcare-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin-bottom:30px;
}

.custom-healthcare-left{
  flex:1;
}

.custom-healthcare-left h2{
  margin:0 0 14px;
  font-size:54px;
  font-weight:700;
  color:#ffffff;
  line-height:1.2;
}

.custom-healthcare-left p{
  margin:0;
  font-size:28px;
  color:#f2f2f2;
  line-height:1.4;
}

.custom-healthcare-right{
  flex:1;
  text-align:right;
}

.custom-healthcare-right img{
  max-width:100%;
  width:430px;
  height:auto;
  display:inline-block;
}

.custom-healthcare-cards{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:30px;
}

.custom-healthcare-card{
  background:#ffffff;
  border-radius:28px;
  padding:18px 24px;
  display:flex;
  align-items:center;
  gap:24px;
  text-decoration:none;
  transition:all 0.35s ease;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.custom-healthcare-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:0 16px 34px rgba(0,0,0,0.16);
}

.custom-healthcare-card-image{
  width:180px;
  min-width:180px;
  height:150px;
  border-radius:18px;
  overflow:hidden;
}

.custom-healthcare-card-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.35s ease;
}

.custom-healthcare-card:hover .custom-healthcare-card-image img{
  transform:scale(1.08);
}

.custom-healthcare-card-content{
  flex:1;
}

.custom-healthcare-card-content h3{
  margin:0 0 10px;
  font-size:42px;
  font-weight:700;
  color:#000000;
  line-height:1.2;
}

.custom-healthcare-card-content p{
  margin:0;
  font-size:18px;
  color:#222222;
  line-height:1.5;
}

/* Tablet */
@media screen and (max-width: 991px){
  .custom-healthcare-banner{
    padding:40px 25px 25px;
  }

  .custom-healthcare-top{
    flex-direction:column;
    text-align:center;
  }

  .custom-healthcare-right{
    text-align:center;
  }

  .custom-healthcare-left h2{
    font-size:42px;
  }

  .custom-healthcare-left p{
    font-size:22px;
  }

  .custom-healthcare-cards{
    grid-template-columns:1fr;
    gap:20px;
  }

  .custom-healthcare-card-content h3{
    font-size:34px;
  }
}

/* Mobile only */
@media screen and (max-width: 767px){
  .custom-healthcare-banner{
    padding: 22px 12px 14px !important;
    border-radius: 0 !important;
  }

  .custom-healthcare-top{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    margin-bottom:14px !important;
    text-align:left !important;
  }

  .custom-healthcare-left{
    flex: 0 0 52% !important;
  }

  .custom-healthcare-left h2{
    font-size: 19px !important;
    line-height: 1.25 !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
    color:#fff !important;
  }

  .custom-healthcare-left p{
    font-size: 11px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    color:#eef2ff !important;
  }

  .custom-healthcare-right{
    flex: 0 0 48% !important;
    text-align:right !important;
  }

  .custom-healthcare-right img{
    width: 155px !important;
    max-width: 100% !important;
    height: auto !important;
    display:block !important;
    margin-left:auto !important;
  }

  .custom-healthcare-cards{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .custom-healthcare-card{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding:10px 10px !important;
    border-radius:16px !important;
    min-height:88px !important;
    text-align:left !important;
    box-shadow:0 6px 16px rgba(0,0,0,0.10) !important;
  }

  .custom-healthcare-card:hover{
    transform:none !important;
    box-shadow:0 6px 16px rgba(0,0,0,0.10) !important;
  }

  .custom-healthcare-card-image{
    width:72px !important;
    min-width:72px !important;
    height:72px !important;
    border-radius:12px !important;
    overflow:hidden !important;
  }

  .custom-healthcare-card-image img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
  }

  .custom-healthcare-card-content{
    flex:1 !important;
  }

  .custom-healthcare-card-content h3{
    margin:0 !important;
    font-size:10px !important;
    line-height:1.15 !important;
    font-weight:700 !important;
    color:#111 !important;
  }

  .custom-healthcare-card-content p{
    display:none !important;
  }
}





/*50% Off*/

<style>
.custom-offer-banner{
  width:100%;
  padding:20px;
  box-sizing:border-box;
}

.custom-offer-banner-inner{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  min-height:180px;
  padding:28px 60px;
  border-radius:6px;
  overflow:hidden;
  background:linear-gradient(135deg,#f5a24d 0%, #f2a154 100%);
  box-sizing:border-box;
}

.custom-offer-left{
  flex:1;
  z-index:2;
  max-width:360px;
}

.custom-offer-tag{
  display:inline-block;
  color:#fff;
  font-size:16px;
  font-weight:700;
  margin-bottom:10px;
}

.custom-offer-left h2{
  margin:0 0 10px;
  color:#fff;
  font-size:52px;
  line-height:1.05;
  font-weight:800;
}

.custom-offer-left p{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.4;
  font-weight:600;
}

.custom-offer-center{
  position:relative;
  flex:1.3;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:180px;
}

.custom-offer-curve{
  position:absolute;
  bottom:-120px;
  left:50%;
  transform:translateX(-50%);
  width:700px;
  height:320px;
  background:rgba(255,255,255,0.28);
  border-radius:50%;
}

.custom-offer-center img{
  position:relative;
  z-index:2;
  max-width:100%;
  width:440px;
  height:auto;
  object-fit:contain;
  transition:transform .35s ease;
}

.custom-offer-banner-inner:hover .custom-offer-center img{
  transform:translateY(-4px) scale(1.03);
}

.custom-offer-right{
  flex:1;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  text-align:right;
  max-width:250px;
}

.custom-offer-small{
  margin:0 0 14px;
  color:#fff;
  font-size:18px;
  font-weight:700;
}

.custom-offer-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:14px 24px;
  background:#6d35d8;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
  transition:all .3s ease;
}

.custom-offer-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.custom-offer-btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  background:#fff;
  color:#6d35d8;
  border-radius:50%;
  font-size:22px;
  line-height:1;
}

/* Decorative marks */
.custom-offer-banner-inner::before,
.custom-offer-banner-inner::after{
  content:"";
  position:absolute;
  z-index:1;
  background-repeat:no-repeat;
  opacity:.9;
}

.custom-offer-banner-inner::before{
  right:260px;
  top:28px;
  width:70px;
  height:40px;
  border-top:5px solid #fff;
  border-right:5px solid transparent;
  border-radius:40px;
  transform:rotate(18deg);
  opacity:.7;
}

.custom-offer-banner-inner::after{
  right:330px;
  top:64px;
  width:90px;
  height:30px;
  border-top:4px dashed rgba(255,255,255,.7);
  border-radius:50%;
}

/* Laptop */
@media screen and (max-width: 1199px){
  .custom-offer-banner-inner{
    padding:24px 30px;
  }

  .custom-offer-left h2{
    font-size:44px;
  }

  .custom-offer-center img{
    width:360px;
  }

  .custom-offer-curve{
    width:560px;
    height:260px;
    bottom:-100px;
  }
}

/* Tablet */
@media screen and (max-width: 991px){
  .custom-offer-banner-inner{
    flex-wrap:wrap;
    text-align:center;
    justify-content:center;
    padding:30px 24px;
  }

  .custom-offer-left,
  .custom-offer-center,
  .custom-offer-right{
    max-width:100%;
    flex:0 0 100%;
    text-align:center;
    align-items:center;
  }

  .custom-offer-left{
    order:1;
  }

  .custom-offer-center{
    order:2;
    min-height:auto;
  }

  .custom-offer-right{
    order:3;
  }

  .custom-offer-right{
    align-items:center;
  }

  .custom-offer-left h2{
    font-size:40px;
  }

  .custom-offer-small{
    margin-top:10px;
  }

  .custom-offer-curve{
    width:520px;
    height:220px;
    bottom:-70px;
  }
}

/* Mobile */
@media screen and (max-width: 767px){
  .custom-offer-banner{
    padding:12px;
  }

  .custom-offer-banner-inner{
    padding:22px 18px 24px;
    min-height:auto;
    border-radius:10px;
  }

  .custom-offer-tag{
    font-size:13px;
  }

  .custom-offer-left h2{
    font-size:32px;
  }

  .custom-offer-left p{
    font-size:15px;
  }

  .custom-offer-center img{
    width:260px;
  }

  .custom-offer-small{
    font-size:15px;
    margin-bottom:12px;
  }

  .custom-offer-btn{
    font-size:15px;
    padding:12px 18px;
  }

  .custom-offer-btn-icon{
    width:24px;
    height:24px;
    font-size:18px;
  }

  .custom-offer-curve{
    width:360px;
    height:160px;
    bottom:-45px;
  }

  .custom-offer-banner-inner::before,
  .custom-offer-banner-inner::after{
    display:none;
  }
}
</style>







/*Home Banner*/
<style>
.lpz-hero-slider{
  position:relative;
  width:100%;
  overflow:hidden;
  margin:0 auto;
}

.lpz-slides{
  position:relative;
  width:100%;
  height:540px;
}

.lpz-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .7s ease, visibility .7s ease;
  overflow:hidden;
}

.lpz-slide.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  z-index:2;
}

.lpz-slide-inner{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:50px 70px 90px;
  box-sizing:border-box;
}

.lpz-slide-content{
  flex:1;
  max-width:520px;
  transform:translateY(30px);
  opacity:0;
  transition:all .8s ease .2s;
}

.lpz-slide-image{
  flex:1;
  object-fit: cover;
  justify-content:center;
  align-items:flex-end;
  transform:translateX(40px);
  opacity:0;
  transition:all .8s ease .35s;
}

.lpz-slide.active .lpz-slide-content{
  transform:translateY(0);
  opacity:1;
}

.lpz-slide.active .lpz-slide-image{
  transform:translateX(0);
  opacity:1;
}

.lpz-slide-image img{
  max-width:100%;
  width:520px;
  height:auto;
  object-fit:contain;
  display:block;
  transition:transform .45s ease;
}

.lpz-slide:hover .lpz-slide-image img{
  transform:translateX(14px) scale(1.04);
}

.lpz-subtitle{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#ff8f31;
  margin-bottom:14px;
}

.lpz-slide-content h2{
  margin:0 0 14px;
  font-size:58px;
  line-height:1.02;
  font-weight:800;
  color:#151515;
}

.lpz-slide-content p{
  margin:0 0 22px;
  font-size:17px;
  line-height:1.6;
  color:#444;
  max-width:430px;
}

.lpz-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#6b39d4;
  color:#fff;
  text-decoration:none;
  padding:14px 24px;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  transition:all .3s ease;
}

.lpz-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(0,0,0,.14);
}

.lpz-btn span{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  color:#6b39d4;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1;
}

/* Background colors */
.slide-blue{
  background:linear-gradient(135deg,#dff0fb 0%, #d7ecfa 100%);
}

.slide-pink{
  background:linear-gradient(135deg,#f8e7ef 0%, #f6e3ec 100%);
}

.slide-cream{
  background:linear-gradient(135deg,#f8f5f1 0%, #efefef 100%);
}

/* Background shapes */
.lpz-shape{
  position:absolute;
  z-index:1;
  pointer-events:none;
}

.lpz-shape-1{
  width:720px;
  height:340px;
  background:#57ade8;
  left:32%;
  bottom:40px;
  border-radius:50% 50% 0 0;
}

.lpz-shape-2{
  width:180px;
  height:180px;
  background:rgba(255,255,255,.35);
  top:40px;
  right:120px;
  border-radius:50%;
}

.lpz-shape-3{
  width:720px;
  height:340px;
  background:#efbfd1;
  left:30%;
  bottom:40px;
  border-radius:50% 50% 0 0;
}

.lpz-shape-4{
  width:150px;
  height:150px;
  background:rgba(255,255,255,.25);
  top:50px;
  right:140px;
  border-radius:50%;
}

.lpz-shape-5{
  width:720px;
  height:340px;
  background:#f0d0b1;
  left:30%;
  bottom:40px;
  border-radius:50% 50% 0 0;
}

.lpz-shape-6{
  width:180px;
  height:180px;
  background:rgba(255,255,255,.35);
  top:40px;
  right:120px;
  border-radius:50%;
}

/* Small doodles */
.lpz-doodle{
  position:absolute;
  z-index:2;
  pointer-events:none;
}

.lpz-doodle-1{
  right:170px;
  top:80px;
  width:70px;
  height:30px;
  border-top:4px solid rgba(255,255,255,.9);
  border-radius:50%;
  transform:rotate(22deg);
}

.lpz-doodle-2{
  right:190px;
  top:85px;
  width:68px;
  height:28px;
  border-top:4px solid rgba(255,255,255,.9);
  border-radius:50%;
  transform:rotate(18deg);
}

.lpz-doodle-3{
  right:175px;
  top:82px;
  width:70px;
  height:30px;
  border-top:4px solid rgba(255,255,255,.9);
  border-radius:50%;
  transform:rotate(20deg);
}

/* Bottom brush shape */
.lpz-bottom-brush{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:78px;
  background:#ffffff;
  z-index:3;
  clip-path: polygon(
    0 72%,
    5% 78%,
    11% 70%,
    18% 76%,
    25% 68%,
    32% 75%,
    39% 67%,
    46% 74%,
    53% 66%,
    60% 73%,
    67% 65%,
    74% 72%,
    82% 66%,
    90% 74%,
    100% 68%,
    100% 100%,
    0 100%
  );
}

/* Arrows */
.lpz-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#fff;
  color:#6b39d4;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  z-index:5;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
  transition:all .3s ease;
}

.lpz-arrow:hover{
  background:#6b39d4;
  color:#fff;
}

.lpz-prev{
  left:18px;
}

.lpz-next{
  right:18px;
}

/* Dots */
.lpz-dots{
  position:absolute;
  left:50%;
  bottom:20px;
  transform:translateX(-50%);
  display:flex;
  gap:10px;
  z-index:5;
}

.lpz-dot{
  width:10px;
  height:10px;
  border:none;
  border-radius:50%;
  background:rgba(0,0,0,.18);
  cursor:pointer;
  transition:all .3s ease;
}

.lpz-dot.active{
  width:26px;
  border-radius:20px;
  background:#6b39d4;
}

/* Tablet */
@media screen and (max-width: 991px){
  .lpz-slides{
    height:640px;
  }

  .lpz-slide-inner{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    padding:42px 24px 86px;
    gap:24px;
  }

  .lpz-slide-content{
    max-width:100%;
  }

  .lpz-slide-content p{
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
  }

  .lpz-slide-content h2{
    font-size:42px;
  }

  .lpz-slide-image img{
    width:370px;
  }

  .lpz-shape-1,
  .lpz-shape-3,
  .lpz-shape-5{
    left:50%;
    transform:translateX(-50%);
    width:480px;
    height:220px;
    bottom:50px;
  }
}

/* Mobile */
@media screen and (max-width: 767px){
  .lpz-slides{
    height:560px;
  }

  .lpz-slide-inner{
    padding:32px 16px 70px;
  }

  .lpz-slide-content h2{
    font-size:32px;
  }

  .lpz-slide-content p{
    font-size:15px;
  }

  .lpz-slide-image img{
    width:250px;
  }

  .lpz-btn{
    padding:12px 18px;
    font-size:14px;
  }

  .lpz-arrow{
    width:36px;
    height:36px;
    font-size:22px;
  }

  .lpz-prev{
    left:10px;
  }

  .lpz-next{
    right:10px;
  }

  .lpz-bottom-brush{
    height:42px;
  }

  .lpz-shape-2,
  .lpz-shape-4,
  .lpz-shape-6,
  .lpz-doodle{
    display:none;
  }

  .lpz-shape-1,
  .lpz-shape-3,
  .lpz-shape-5{
    width:320px;
    height:150px;
    bottom:28px;
  }
}
</style>






/*     */
<style>
.pet-promo-section{
  width:100%;
  padding:20px 14px;
  box-sizing:border-box;
}

.pet-promo-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:28px;
  max-width:1400px;
  margin:0 auto;
}

.pet-promo-card{
  position:relative;
  min-height:400px;
  border-radius:4px;
  overflow:hidden;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform .35s ease, box-shadow .35s ease;
}

.pet-promo-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 30px rgba(0,0,0,.12);
}

.pet-promo-content{
  position:relative;
  z-index:3;
  padding:28px 28px 0;
}

.pet-promo-content h3{
  margin:0 0 20px;
  font-size:22px;
  line-height:1.25;
  color:#fff;
  font-weight:800;
}

.pet-promo-content p{
  margin:0 0 6px;
  font-size:15px;
  line-height:1.4;
  color:#fff;
  font-weight:500;
}

.pet-price{
  font-size:18px;
  line-height:1.3;
  color:#fff;
  font-weight:800;
}

.pet-promo-shape{
  position:absolute;
  left:50%;
  bottom:-80px;
  transform:translateX(-50%);
  width:88%;
  height:210px;
  border-radius:50%;
  z-index:1;
  opacity:.25;
}

.pet-promo-shape::after{
  content:"";
  position:absolute;
  inset:14px;
  border:2px dashed rgba(0,0,0,.15);
  border-radius:50%;
}

.pet-promo-image{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:0 18px 20px;
  min-height:220px;
}

.pet-promo-image img{
  max-width:100%;
  max-height:240px;
  object-fit:contain;
  display:block;
  transition:transform .4s ease;
}

.pet-promo-card:hover .pet-promo-image img{
  transform:scale(1.06) translateY(-4px);
}

/* Card Colors */
.card-green{
  background:#5dbe7f;
}
.card-green .pet-promo-shape{
  background:#19914d;
}

.card-orange{
  background:#e77a50;
}
.card-orange .pet-promo-shape{
  background:#c8572c;
}

.card-blue{
  background:#6da3d8;
}
.card-blue .pet-promo-shape{
  background:#2f71b7;
}

.card-pink{
  background:#e178aa;
}
.card-pink .pet-promo-shape{
  background:#bf4e86;
}

/* Tablet */
@media screen and (max-width: 1100px){
  .pet-promo-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

/* Mobile */
@media screen and (max-width: 767px){
  .pet-promo-section{
    padding:16px 12px;
  }

  .pet-promo-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .pet-promo-card{
    min-height:360px;
  }

  .pet-promo-content{
    padding:22px 22px 0;
  }

  .pet-promo-content h3{
    font-size:20px;
  }

  .pet-promo-image{
    min-height:190px;
    padding:0 16px 16px;
  }

  .pet-promo-image img{
    max-height:210px;
  }
}
</style>





/* Cat Banner */

<style>
header{
  position:relative;
  z-index:10;
}

.lpz-cat-banner{
  width:100%;
  padding:24px 16px 0;
  box-sizing:border-box;
  position:relative;
  z-index:1;
  margin-top:20px;
}

.lpz-cat-banner-inner{
  position:relative;
  width:100%;
  min-height:180px;
  background:#7f62ae;
  border-radius:0;
  overflow:hidden;
  display:grid;
  grid-template-columns:220px 1.3fr 280px 220px;
  align-items:center;
  gap:20px;
  padding:0 24px;
  box-sizing:border-box;
  margin-top:10px;
}

.lpz-cat-left-shape{
  position:absolute;
  left:-60px;
  top:24px;
  width:220px;
  height:220px;
  background:rgba(255,255,255,.35);
  border-radius:50%;
  z-index:1;
}

.lpz-cat-left-shape::before{
  content:"";
  position:absolute;
  left:35px;
  top:35px;
  width:150px;
  height:150px;
  border:3px solid rgba(255,255,255,.5);
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-radius:50%;
  transform:rotate(-20deg);
}

.lpz-cat-product{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:flex-start;
  align-items:flex-end;
  height:100%;
}

.lpz-cat-product img{
  width:180px;
  max-width:100%;
  height:auto;
  display:block;
  transition:transform .35s ease;
}

.lpz-cat-banner-inner:hover .lpz-cat-product img{
  transform:translateY(-6px) scale(1.03);
}

.lpz-cat-content{
  position:relative;
  z-index:2;
}

.lpz-cat-subtitle{
  display:inline-block;
  color:#fff;
  font-size:16px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:8px;
}

.lpz-cat-content h2{
  margin:0 0 10px;
  color:#fff;
  font-size:56px;
  line-height:1.05;
  font-weight:800;
}

.lpz-cat-content p{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.5;
  font-weight:500;
}

.lpz-cat-pets{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  height:100%;
}

.lpz-cat-pets img{
  width:260px;
  max-width:100%;
  height:auto;
  display:block;
  transition:transform .35s ease;
}

.lpz-cat-banner-inner:hover .lpz-cat-pets img{
  transform:translateY(-4px) scale(1.03);
}

.lpz-cat-action{
  position:relative;
  z-index:2;
  text-align:center;
}

.lpz-cat-action p{
  margin:0 0 14px;
  color:#fff;
  font-size:18px;
  font-weight:700;
}

.lpz-cat-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#6c31d9;
  color:#fff;
  text-decoration:none;
  padding:14px 24px;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
  transition:all .3s ease;
}

.lpz-cat-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.lpz-cat-btn span{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#fff;
  color:#6c31d9;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  line-height:1;
}

.lpz-paw{
  position:absolute;
  z-index:1;
  font-size:34px;
  color:rgba(146,93,38,.55);
  line-height:1;
}

.paw-1{
  right:245px;
  top:58px;
}

.paw-2{
  right:180px;
  top:96px;
}

.lpz-bottom-brush{
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  z-index:2;
  line-height:0;
  pointer-events:none;
}

.lpz-bottom-brush img{
  width:100%;
  height:60px;
  object-fit:cover;
  display:block;
  opacity:.95;
}

/* Laptop */
@media screen and (max-width: 1199px){
  .lpz-cat-banner-inner{
    grid-template-columns:180px 1.2fr 230px 200px;
    min-height:170px;
  }

  .lpz-cat-content h2{
    font-size:44px;
  }

  .lpz-cat-product img{
    width:150px;
  }

  .lpz-cat-pets img{
    width:220px;
  }

  .paw-1,
  .paw-2{
    display:none;
  }
}

/* Tablet */
@media screen and (max-width: 991px){
  .lpz-cat-banner{
    margin-top:14px;
  }

  .lpz-cat-banner-inner{
    grid-template-columns:1fr;
    text-align:center;
    padding:24px 20px 50px;
    gap:12px;
    min-height:auto;
    margin-top:0;
  }

  .lpz-cat-product,
  .lpz-cat-content,
  .lpz-cat-pets,
  .lpz-cat-action{
    justify-content:center;
    text-align:center;
  }

  .lpz-cat-product{
    order:1;
  }

  .lpz-cat-content{
    order:2;
  }

  .lpz-cat-action{
    order:3;
  }

  .lpz-cat-pets{
    order:4;
  }

  .lpz-cat-content h2{
    font-size:40px;
  }

  .lpz-cat-left-shape{
    left:-80px;
    top:auto;
    bottom:-60px;
  }

  .paw-1,
  .paw-2{
    display:none;
  }
}

/* Mobile */
@media screen and (max-width: 767px){
  .lpz-cat-banner{
    padding:12px 12px 0;
    margin-top:10px;
  }

  .lpz-cat-banner-inner{
    padding:20px 16px 40px;
  }

  .lpz-cat-subtitle{
    font-size:13px;
  }

  .lpz-cat-content h2{
    font-size:30px;
  }

  .lpz-cat-content p{
    font-size:15px;
  }

  .lpz-cat-product img{
    width:120px;
  }

  .lpz-cat-pets img{
    width:180px;
  }

  .lpz-cat-action p{
    font-size:16px;
  }

  .lpz-cat-btn{
    font-size:15px;
    padding:12px 18px;
  }

  .lpz-cat-btn span{
    width:24px;
    height:24px;
    font-size:16px;
  }

  .lpz-bottom-brush img{
    height:45px;
  }
}
</style>










<style>
#shopify-section-header,
.shopify-section-group-header-group,
header.header,
sticky-header {
  z-index: 999 !important;
}

.lpz-holistic-banner-wrap{
  width:100%;
  box-sizing:border-box;
  /*margin-top:130px !important;*/
  position:relative;
  z-index:1;
}

.lpz-holistic-banner{
  width:100%;
  padding:20px;
  box-sizing:border-box;
}

.lpz-holistic-inner{
  position:relative;
  width:100%;
  min-height:310px;
  background:#f8ae06;
  border-radius:6px;
  overflow:hidden;
  display:grid;
  grid-template-columns:320px 1fr 320px;
  align-items:center;
  padding:0 24px;
  box-sizing:border-box;
}

/* dog */
.lpz-holistic-dog{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:flex-start;
  height:100%;
}

.lpz-holistic-dog img{
  width:300px;
  max-width:none;
  height:auto;
  display:block;
  margin-left:-10px;
  margin-bottom:0;
}

/* content */
.lpz-holistic-content{
  position:relative;
  z-index:3;
  text-align:center;
  padding:20px 10px;
}

.lpz-holistic-content h2{
  margin:0 0 12px;
  color:#fff;
  font-size:42px;
  line-height:1.15;
  font-weight:700;
}

.lpz-holistic-content p{
  margin:0 0 24px;
  color:#fff;
  font-size:18px;
  line-height:1.4;
  font-weight:600;
}

.lpz-holistic-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:124px;
  height:42px;
  padding:0 24px;
  background:#000;
  color:#fff;
  text-decoration:none;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
  text-transform:lowercase;
  transition:transform .25s ease, box-shadow .25s ease;
}

.lpz-holistic-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 18px rgba(0,0,0,.18);
}

/* bag */
.lpz-holistic-bag{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  height:100%;
  perspective:1000px;
}

.lpz-holistic-bag img{
  width:250px;
  max-width:none;
  height:auto;
  display:block;
  transform:rotate(24deg) skewY(-2deg) rotateX(6deg) rotateY(-14deg);
  transform-origin:center;
  margin-right:-8px;
  margin-bottom:-18px;
  filter:drop-shadow(12px 16px 10px rgba(0,0,0,.18));
}

/* laptop */
@media screen and (max-width:1199px){
  .lpz-holistic-banner-wrap{
    margin-top:120px !important;
  }

  .lpz-holistic-inner{
    grid-template-columns:260px 1fr 260px;
    min-height:280px;
  }

  .lpz-holistic-dog img{
    width:245px;
  }

  .lpz-holistic-bag img{
    width:210px;
  }

  .lpz-holistic-content h2{
    font-size:36px;
  }

  .lpz-holistic-content p{
    font-size:16px;
  }
}

/* tablet */
@media screen and (max-width:991px){
  .lpz-holistic-banner-wrap{
    margin-top:105px !important;
  }

  .lpz-holistic-banner{
    padding:14px;
  }

  .lpz-holistic-inner{
    grid-template-columns:1fr;
    min-height:auto;
    padding:24px 18px 18px;
    text-align:center;
  }

  .lpz-holistic-dog,
  .lpz-holistic-bag{
    justify-content:center;
    height:auto;
  }

  .lpz-holistic-dog{
    order:1;
  }

  .lpz-holistic-content{
    order:2;
  }

  .lpz-holistic-bag{
    order:3;
  }

  .lpz-holistic-dog img{
    width:210px;
    margin:0 auto 8px;
  }

  .lpz-holistic-bag img{
    width:180px;
    margin:8px auto 0;
    transform:rotate(14deg) skewY(-2deg) rotateX(4deg) rotateY(-8deg);
  }

  .lpz-holistic-content h2{
    font-size:32px;
  }

  .lpz-holistic-content p{
    font-size:15px;
    margin-bottom:18px;
  }
}

/* mobile */
@media screen and (max-width:767px){
  .lpz-holistic-banner-wrap{
    margin-top:95px !important;
  }

  .lpz-holistic-banner{
    padding:12px;
  }

  .lpz-holistic-inner{
    padding:18px 14px 16px;
  }

  .lpz-holistic-dog img{
    width:170px;
  }

  .lpz-holistic-content h2{
    font-size:24px;
    line-height:1.2;
  }

  .lpz-holistic-content p{
    font-size:14px;
    line-height:1.45;
    margin-bottom:16px;
  }

  .lpz-holistic-btn{
    min-width:108px;
    height:38px;
    font-size:15px;
    padding:0 16px;
  }

  .lpz-holistic-bag img{
    width:140px;
    transform:rotate(10deg) skewY(-2deg) rotateX(4deg) rotateY(-6deg);
  }
}
</style>







/*Home 2nd card*/

<style>
.lcpz-promo-section{
  width:100%;
  padding:20px 0;
}

.lcpz-promo-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}

.lcpz-promo-card{
  position:relative;
  min-height:355px;
  border-radius:16px;
  overflow:hidden;
  text-decoration:none;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding:30px;
}

/* pastel backgrounds */
.lcpz-card-1{
  background:#edd0c2;
}

.lcpz-card-2{
  background:#d8cfeb;
}

.lcpz-card-3{
  background:#d7e6ea;
}

.lcpz-promo-content{
  position:relative;
  z-index:2;
  max-width:180px;
}

.lcpz-promo-content h3{
  margin:0 0 22px;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
}

/* text color per card */
.lcpz-card-1 .lcpz-promo-content h3{
  color:#7d4a27;
}

.lcpz-card-2 .lcpz-promo-content h3{
  color:#4f3d8d;
}

.lcpz-card-3 .lcpz-promo-content h3{
  color:#2f6273;
}

.lcpz-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  height:48px;
  padding:0 24px;
  border-radius:30px;
  color:#fff;
  font-size:18px;
  font-weight:600;
  line-height:1;
  text-transform:lowercase;
  transition:background-color .3s ease, color .3s ease;
}

/* button color per card */
.lcpz-card-1 .lcpz-btn{
  background:#8b5628;
}

.lcpz-card-2 .lcpz-btn{
  background:#5a3e9b;
}

.lcpz-card-3 .lcpz-btn{
  background:#2e6579;
}

/* only button hover color change */
.lcpz-card-1:hover .lcpz-btn{
  background:#a5672f;
}

.lcpz-card-2:hover .lcpz-btn{
  background:#7255b8;
}

.lcpz-card-3:hover .lcpz-btn{
  background:#3d7d94;
}

.lcpz-promo-image{
  position:absolute;
  right:0;
  bottom:0;
  width:58%;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  z-index:1;
}

.lcpz-promo-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right bottom;
  display:block;
}

/* tablet */
@media screen and (max-width: 990px){
  .lcpz-promo-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .lcpz-promo-card{
    min-height:320px;
  }

  .lcpz-promo-content h3{
    font-size:30px;
  }
}

/* mobile */
@media screen and (max-width: 575px){
  .lcpz-promo-card{
    min-height:260px;
    padding:22px;
  }

  .lcpz-promo-content{
    max-width:140px;
  }

  .lcpz-promo-content h3{
    font-size:24px;
    margin-bottom:16px;
  }

  .lcpz-btn{
    min-width:110px;
    height:42px;
    font-size:16px;
    padding:0 18px;
  }

  .lcpz-promo-image{
    width:55%;
  }
}
</style>







/* SEARCH BAR */
<style>

.lcpz-search-outer{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:20px 0;
  position:relative;
  z-index:10;
}

.lcpz-search-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.lcpz-search-box{
  width:100%;
  max-width:760px;
  margin:0 auto;
  position:relative;
}

.lcpz-search-form{
  width:100%;
  margin:0;
}

.lcpz-search-input-wrap{
  position:relative;
  width:100%;
}

.lcpz-search-input{
  width:100%;
  height:62px;
  border:none;
  outline:none;
  background:#f6f6f6;
  border-radius:14px;
  padding:0 80px 0 24px;
  font-size:20px;
  color:#111;
  box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.lcpz-search-btn{
  position:absolute;
  top:50%;
  right:8px;
  transform:translateY(-50%);
  width:58px;
  height:46px;
  border:none;
  border-radius:10px;
  background:EA0000;
  color:#111;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background-color .3s ease;
}

.lcpz-search-btn:hover{
  background:#a8cb33;
}

.lcpz-search-suggestions{
  position:absolute;
  top:72px;
  left:0;
  width:100%;
  background:#efefef;
  border-radius:0 0 14px 14px;
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
  display:none;
  overflow:hidden;
  z-index:50;
}

.lcpz-search-suggestions.show{
  display:block;
  animation:lcpzFadeDown .28s ease;
}

.lcpz-suggestion-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 22px 8px;
  font-size:14px;
  color:#777;
}

.lcpz-close-suggestions{
  border:none;
  background:transparent;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  color:#222;
}

.lcpz-suggestion-list{
  max-height:420px;
  overflow-y:auto;
  padding:0 0 14px;
}

.lcpz-suggestion-list a{
  display:block;
  text-decoration:none;
  color:#222;
  font-size:18px;
  padding:10px 22px;
  transition:background-color .25s ease, padding-left .25s ease;
}

.lcpz-suggestion-list a:hover{
  background:#e2e2e2;
  padding-left:28px;
}

@keyframes lcpzFadeDown{
  from{
    opacity:0;
    transform:translateY(-8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media screen and (max-width: 990px){
  .lcpz-search-outer{
    padding:16px 14px;
  }

  .lcpz-search-box{
    max-width:100%;
  }

  .lcpz-search-input{
    height:56px;
    font-size:18px;
  }

  .lcpz-search-suggestions{
    top:66px;
  }
}

@media screen and (max-width: 575px){
  .lcpz-search-input{
    height:52px;
    font-size:16px;
    padding:0 70px 0 18px;
  }

  .lcpz-search-btn{
    width:48px;
    height:38px;
  }

  .lcpz-suggestion-list a{
    font-size:16px;
    padding:10px 16px;
  }
}





</style>






/* check out */
<style>
.custom-delivery-message {
  margin: 10px 0 14px;
  padding: 10px 12px;
  background: #f6f7f8;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.delivery-free-msg {
  margin: 0 0 4px;
  color: #15803d;
  font-size: 13px;
  font-weight: 600;
}
.delivery-progress-msg {
  margin: 0 0 4px;
  color:  #15803d;
  font-size: 13px;
  font-weight: 500;
}
.delivery-note-msg {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}
</style>








/*<style>
.checkout-address-page {
  padding: 20px 0;
}
.address-container {
  max-width: 500px;
  margin: auto;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
}
.address-container h2 {
  margin-bottom: 15px;
}
.address-container input,
.address-container select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.address-btn {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}
.custom-cart-top-steps {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.step {
  padding: 6px 12px;
  background: #eee;
  border-radius: 20px;
  font-size: 13px;
}
.step.active {
  background: #000;
  color: #fff;
}
.step.done {
  background: green;
  color: #fff;
}
</style>*/








./* =========================
   PRODUCT CARD FULL STYLE
========================= */

.grid__item {
  display: flex;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}


.custom-product-card {
  background: #fff;
  padding: 14px 12px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
}

.custom-card-title a,
.card__heading a,
.card-wrapper .full-unstyled-link {
  text-decoration: none !important;
  border-bottom: none !important;
}

.custom-product-card {
  transition: all 0.35s ease !important;
  position: relative;
}

/* STRONG HOVER EFFECT */
.custom-product-card:hover {
  transform: translateY(-10px) scale(1.02) !important;
  box-shadow: 0 25px 45px rgba(0,0,0,0.18) !important;
  z-index: 10;
}

/* IMAGE ZOOM */
.custom-product-image img {
  transition: transform 0.4s ease !important;
}

.custom-product-card:hover .custom-product-image img {
  transform: scale(1.08) !important;
}


.custom-product-image {
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
}

.custom-product-image a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}

.custom-product-card:hover .custom-product-image img {
  transform: scale(1.08);
}

.custom-top-badge {
  display: inline-block;
  background: #d9ef8b;
  color: #658400;
  font-size: 11px;
  line-height: 1.4;
  padding: 6px 8px;
  margin-bottom: 10px;
  transition: all 0.25s ease;
}

.custom-product-card:hover .custom-top-badge {
  background: #cde86a;
}

.custom-card-title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  min-height: 42px;
}

.custom-card-title a {
  color: #111;
}

.custom-size-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0;
  position: relative;
  z-index: 5;
}

.custom-size-option {
  position: relative;
  z-index: 6;
  pointer-events: auto;
  border: 1px solid #999;
  font-size: 10px;
  padding: 4px 8px;
  background: #fff;
  color: #222;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.custom-size-option:hover {
  border-color: rgb(5, 5, 5);
  color: rgb(153, 0, 0);
}

.custom-size-option.active {
  background: rgb(153, 0, 0);
  color: #fff;
  border-color: rgb(153, 0, 0);
}

.custom-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
  min-height: 60px;
}

.price-item--sale {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.price-item--regular {
  font-size: 12px;
  color: #777;
  text-decoration: line-through;
}

.card-saving-text {
  font-size: 11px;
  color: #1a8f2f;
  font-weight: 700;
}

.is-hidden {
  display: none !important;
}

/* BUTTON */
.custom-add-cart-btn {
  width: 100%;
  height: 42px;
  border: 1px solid rgb(14, 14, 14);
  color: rgb(3, 3, 3);
  background: #fff;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-top: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: capitalize !important;
}

.custom-add-cart-btn:not(:disabled):hover {
  background: rgb(0, 0, 0);
  color: #fff;
  border-color: rgb(0, 0, 0);
}

.custom-add-cart-btn:disabled {
  background: #f3f3f3;
  color: #aaa;
  border-color: #ddd;
  cursor: not-allowed;
}

.custom-add-cart-btn:disabled:hover {
  background: #f3f3f3;
  color: #aaa;
  border-color: #ddd;
}

.custom-add-cart-btn:disabled::before {
  display: none;
}

#product-grid {
  column-gap: 0 !important;
  row-gap: 0 !important;
}

.card-wrapper .full-unstyled-link::after,
.card-wrapper .card__heading a::after {
  pointer-events: none !important;
}

/* =========================
   MOBILE FIX
========================= */
@media screen and (max-width: 749px) {
  .custom-product-card {
    padding: 10px 8px !important;
    width: 100% !important;
    min-height: auto !important;
  }

  .custom-product-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .custom-product-image {
    height: 140px !important;
    margin-bottom: 8px !important;
  }

  .custom-top-badge {
    font-size: 9px !important;
    line-height: 1.3 !important;
    padding: 4px 6px !important;
    margin-bottom: 8px !important;
  }

  .custom-card-title {
    font-size: 12px !important;
    line-height: 1.35 !important;
    min-height: 48px !important;
    margin: 0 0 6px !important;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .custom-size-tags {
    gap: 4px !important;
    margin: 6px 0 !important;
  }

  .custom-size-option {
    font-size: 9px !important;
    padding: 4px 6px !important;
  }

  .custom-price-wrap {
    min-height: auto !important;
    gap: 2px !important;
    margin-top: 6px !important;
  }

  .price-item--sale {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .price-item--regular {
    font-size: 10px !important;
  }

  .card-saving-text {
    font-size: 10px !important;
  }

  .custom-card-form {
    width: 100% !important;
    margin-top: 8px !important;
  }

  .custom-add-cart-btn {
    width: 100% !important;
    height: 36px !important;
    min-height: 36px !important;
    font-size: 12px !important;
    margin-top: 0 !important;
    padding: 0 8px !important;
  }

  .custom-add-cart-btn span {
    font-size: 12px !important;
    line-height: 36px !important;
  }

  /* featured collection mobile cards */
  .featured-collection .grid__item,
  .featured-collection .slider__slide,
  .slider .grid__item {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    box-sizing: border-box !important;
  }
}








/* ===== PERFECT CARD ALIGNMENT ===== */


/* CARD STRUCTURE */
.custom-product-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding: 14px;
}

/* IMAGE FIX */
.custom-product-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TITLE FIX (2 LINE LOCK) */
.custom-card-title {
  font-size: 14px;
  line-height: 1.4;
  height: 56px;
  overflow: hidden;
  margin-bottom: 6px;
}

.custom-card-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* STOCK FIX */
.custom-stock-status {
  height: 20px;
  font-size: 12px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}

/* SIZE FIX */
.custom-size-tags {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

/* PRICE FIX */
.custom-price-wrap {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* BUTTON ALWAYS BOTTOM */
.custom-card-form {
  margin-top: auto;
}

/* BUTTON */
.custom-add-cart-btn {
  height: 40px;
  font-size: 13px;
}

/* ===== MOBILE FIX ===== */
@media screen and (max-width: 749px) {

  .custom-product-image {
    height: 160px;
  }

  .custom-card-title {
    height: 48px;
    font-size: 13px;
  }

  .custom-size-tags {
    height: 30px;
  }

  .custom-price-wrap {
    height: 55px;
  }
}

/* REMOVE GRID LINES */
#product-grid .grid__item {
  border: none !important;
}


/* DISCOUNT TEXT */
.card-saving-text {
  display: block !important;
  min-height: 18px;
  font-size: 12px;
  font-weight: 700;
  color: #1a8f2f;
  margin-top: 4px;
}

/* COMPARE PRICE */
.price-item--regular {
  display: block !important;
  min-height: 18px;
  font-size: 12px;
  color: #777;
  text-decoration: line-through;
  margin-top: 2px;
}

/* SALE PRICE */
.price-item--sale {
  display: block !important;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* PRICE AREA WITH DISCOUNT ALIGNMENT */
.custom-price-wrap {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
}



















/*Top Pet Treats*/

/* SECTION */
.lpz-grid-categories{
  padding: 40px 20px;
}

.lpz-grid-categories__title{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

/* GRID 3 COLUMN */
.lpz-grid-categories__wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* CARD */
.lpz-grid-categories__card{
  text-align: center;
  padding: 18px;
  border-radius: 16px;
  text-decoration: none;
  transition: .3s ease;
  display: block;
}

.lpz-grid-categories__card:hover{
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,.12);
}

/* IMAGE - SQUARE */
.lpz-grid-categories__img{
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 15px;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  display: block;
}

.lpz-grid-categories__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

/* TEXT */
.lpz-grid-categories__card h3{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #222;
  line-height: 1.3;
}

/* COLORS */
.card1{ background:#DDEEDB; }
.card2{ background:#CFE0F3; }
.card3{ background:#E6DDF5; }
.card4{ background:#FFE8CC; }
.card5{ background:#D8EFF6; }
.card6{ background:#FADADD; }
.card7{ background:#DAD0F0; }
.card8{ background:#F5E6DA; }
.card9{ background:#CFE8D6; } 

/* TABLET */
@media (max-width: 1024px){
  .lpz-grid-categories__wrap{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE - 3 CARDS SMALL SIZE */
@media (max-width: 600px){

  .lpz-grid-categories{
    padding: 20px 10px !important;
  }

  .lpz-grid-categories__title{
    font-size: 22px !important;
    margin-bottom: 14px !important;
  }

  /* 3 cards in one row */
  .lpz-grid-categories__wrap{
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
  }

  /* reduce card size */
  .lpz-grid-categories__card{
    padding: 10px !important;
    border-radius: 12px !important;
  }

  /* smaller image */
  .lpz-grid-categories__img{
    aspect-ratio: 1 / 1 !important;
    margin-bottom: 8px !important;
    border-radius: 10px !important;
  }

  /* smaller text */
  .lpz-grid-categories__card h3{
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

}
</style>








/* Pharmacy page 1st Code*/
.lpz-promo-section {
  padding: 20px 0;
}

.lpz-final-promo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.lpz-promo-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 240px;
  padding: 30px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.lpz-promo-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.lpz-promo-card-purple {
  background: #8d72d9;
}

.lpz-promo-card-purple .lpz-circle {
  background: #4d2ea3;
}

.lpz-promo-card-orange {
  background: #ef9645;
}

.lpz-promo-card-orange .lpz-circle {
  background: #b95b07;
}

.lpz-promo-content {
  width: 48%;
  position: relative;
  z-index: 2;
}

.lpz-promo-content h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.lpz-promo-sub {
  margin: 0 0 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.lpz-promo-price {
  margin: 0 0 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.lpz-promo-link {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  /*text-decoration: underline;*/
}

.lpz-promo-image {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.lpz-promo-image img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}

.lpz-promo-card:hover .lpz-promo-image img {
  transform: scale(1.08);
}

.lpz-circle {
  position: absolute;
  border-radius: 999px;
  opacity: 0.22;
}

.lpz-circle-top {
  width: 180px;
  height: 180px;
  right: -40px;
  top: -25px;
}

.lpz-circle-bottom {
  width: 150px;
  height: 150px;
  left: -5px;
  bottom: -50px;
}

@media (max-width: 768px) {
  .lpz-final-promo-row {
    grid-template-columns: 1fr;
  }

  .lpz-promo-card {
    min-height: 220px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .lpz-promo-content h3 {
    font-size: 20px;
  }

  .lpz-promo-sub,
  .lpz-promo-link {
    font-size: 14px;
  }

  .lpz-promo-price {
    font-size: 17px;
  }
}






/* Pharmacy Cards 2nd page */

.lpzx-pharma-section{
  background:#d9d0f3 !important;
  padding:24px 20px 40px !important;
  overflow:visible !important;
}

.lpzx-pharma-heading{
  text-align:center !important;
  font-size:42px !important;
  font-weight:800 !important;
  margin:20px 0 30px !important;
  color:#1f1f1f !important;
}

.lpzx-pharma-row{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
  margin-bottom:40px !important;
}

.lpzx-pharma-card{
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  text-decoration:none !important;
  background:#ffffff !important;
  border-radius:26px !important;
  overflow:hidden !important;
  min-height:230px !important;
  position:relative !important;
  box-shadow:0 6px 16px rgba(0,0,0,.08) !important;
  transition:transform .35s ease, box-shadow .35s ease !important;
}

/* CENTER 2 CARDS */
.center-two{
  grid-template-columns: repeat(3, 250px) !important;
  justify-content: center !important;
}



.lpzx-pharma-card:hover{
  transform:translateY(-10px) !important;
  box-shadow:0 24px 40px rgba(0,0,0,.18) !important;
}

.lpzx-pharma-imgbox{
  height:165px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:18px 12px 6px !important;
  background:#ffffff !important;
}
/*
.lpzx-pharma-imgbox img{
  max-width:95px !important;
  max-height:115px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  display:block !important;
  transition:transform .4s ease !important;
}*/


/* IMAGE BOX */
.lpzx-pharma-imgbox{
  width:100% !important;
  height:250px !important;              /* increased more */
  overflow:hidden !important;
  border-radius:22px 22px 0 0 !important;
  background:#fff !important;
}

/* IMAGE */
.lpzx-pharma-imgbox img{
  width:100% !important;
  height:100% !important;

  object-fit:contain !important;
  object-position:center center !important;

  padding:2px !important;              /* less padding = bigger image */
  display:block !important;

  transform:scale(1.18) !important;   /* default larger */
  transition:transform .6s ease, filter .6s ease !important;
}

/* SMOOTH HOVER */
.lpzx-pharma-card:hover .lpzx-pharma-imgbox img{
  transform:scale(1.28) !important;
  filter:brightness(1.05) !important;
}


/* hover */
.lpzx-pharma-card:hover .lpzx-pharma-imgbox img{
  transform:scale(1.30) !important;
}

.lpzx-pharma-title01{
  min-height:60px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:10px 8px 12px !important;
  background:linear-gradient(90deg,#46189C 0%, #1E38B1 100%) !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:500 !important;
  border-radius:0 0 26px 26px !important;
  transition:letter-spacing .3s ease, transform .3s ease !important;
}


.lpzx-pharma-title02{
  min-height:60px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:10px 8px 12px !important;
  background:linear-gradient(90deg,#5A1C71 0%,#D238A8 100%) !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:500 !important;
  border-radius:0 0 26px 26px !important;
  transition:letter-spacing .3s ease, transform .3s ease !important;
}

.lpzx-pharma-title03{
  min-height:60px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:10px 8px 12px !important;
  background:linear-gradient(90deg,#16327B 0%,#0980BA 100%) !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:500 !important;
  border-radius:0 0 26px 26px !important;
  transition:letter-spacing .3s ease, transform .3s ease !important;
}


/* home page */
.lpzx-pharma-title04{
  min-height:60px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:10px 8px 12px !important;
  background:linear-gradient(90deg,#5D7227 0%,#B5C210 100%) !important;
  color:#fff !important;
  font-size:18px !important;
  line-height:1.05 !important;
  font-weight:500 !important;
  border-radius:0 0 26px 26px !important;
  transition:letter-spacing .3s ease, transform .3s ease !important;
}








.lpzx-pharma-card:hover .lpzx-pharma-title{
  letter-spacing:.3px !important;
  transform:translateY(-2px) !important;
}

@media (max-width: 1024px){
  .lpzx-pharma-row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width:600px){

  .lpzx-pharma-section{
    padding:16px 10px 24px !important;
  }

  .lpzx-pharma-heading{
    font-size:26px !important;
    margin:12px 0 18px !important;
  }

  .lpzx-pharma-row{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    margin-bottom:20px !important;
  }

  .lpzx-pharma-card{
    min-height:auto !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }

  /* SQUARE IMAGE BOX */
  .lpzx-pharma-imgbox{
    width:100% !important;
    aspect-ratio:1/1 !important;
    height:auto !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  /* IMAGE FULL COVER */
  .lpzx-pharma-imgbox img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
    transform:scale(1.22) !important;
    transition:transform .6s ease !important;
  }

  .lpzx-pharma-card:hover .lpzx-pharma-imgbox img{
    transform:scale(1.26) !important;
  }

  .lpzx-pharma-title01,
  .lpzx-pharma-title02,
  .lpzx-pharma-title03,
  .lpzx-pharma-title04{
    min-height:42px !important;
    font-size:13px !important;
    line-height:1.2 !important;
    padding:8px 6px 10px !important;
    border-radius:0 0 18px 18px !important;
  }

  /* centered rows */
  .lpzx-pharma-row.center-home,
  .center-two{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    justify-content:center !important;
    gap:12px !important;
  }

}


/* MOBILE - ONLY center-two = 3 CARDS (SQUARE IMAGE) */
@media (max-width:600px){

  .lpzx-pharma-row.center-two{
    grid-template-columns:repeat(3,1fr) !important;
    gap:10px !important;
  }

  .lpzx-pharma-row.center-two .lpzx-pharma-card{
    min-height:auto !important;
    border-radius:14px !important;
    overflow:hidden !important;
  }

  /* SQUARE IMAGE BOX */
  .lpzx-pharma-row.center-two .lpzx-pharma-imgbox{
    width:100% !important;
    aspect-ratio:1/1 !important;
    height:auto !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  /* IMAGE FULL COVER */
  .lpzx-pharma-row.center-two .lpzx-pharma-imgbox img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
    transform:scale(1.22) !important;
  }
 .lpzx-pharma-card:hover .lpzx-pharma-imgbox img{
    transform:scale(1.26) !important;
  }
  .lpzx-pharma-row.center-two .lpzx-pharma-title01,
  .lpzx-pharma-row.center-two .lpzx-pharma-title02,
  .lpzx-pharma-row.center-two .lpzx-pharma-title03,
  .lpzx-pharma-row.center-two .lpzx-pharma-title04{
    min-height:38px !important;
    font-size:11px !important;
    padding:6px 4px 8px !important;
    border-radius:0 0 14px 14px !important;
  }

}





@media (max-width: 600px){
  .lpzx-pharma-row.center-two .lpzx-pharma-card{
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
  }
}






/* =========================
   LIFE CARE PET ZONE Product CARD
========================= */

.grid--product,
.product-grid,
.collection .grid,
ul.grid.product-grid {
  gap: 16px !important;
}

.card-wrapper {
  height: 100%;
}

.lcpz-grid-card {
  background: #fff;
  border: 1px solid #d6dbe3;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow .2s ease, transform .2s ease;
}

.lcpz-grid-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,.07);
}

.lcpz-offer-bar {
  background:#e91f25;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 8px;
  line-height: 1.15;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lcpz-image-wrap {
  position: relative;
  background: #fff;
  padding: 12px 12px 6px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lcpz-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 170px;
  text-decoration: none;
}

.lcpz-image-wrap img {
  max-width: 100%;
  max-height: 165px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.lcpz-wishlist {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 2;
  cursor: pointer;
  color: #222;
}

.lcpz-info {
  padding: 0 12px 12px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.lcpz-brand {
  color: #34588a;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 6px;
}

.lcpz-title-link {
  text-decoration: none;
  color: inherit;
}

.lcpz-title {
  color: #1c2430;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lcpz-card-form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lcpz-variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 12px;
  min-height: auto;
  overflow: visible;
}

.lcpz-variant {
  width: 100%;
  min-width: 0;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 7px 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  color: #1d2d44;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-align: center;
  min-height: 48px;
  line-height: 1.1;
  flex-shrink: 0;
}

.lcpz-variant.active {
  background: #173b6c;
  color: #fff;
  border-color: #173b6c;
}

.lcpz-variant-title {
  display: block;
  line-height: 1.1;
  font-size: 11px;
  font-weight: 700;
  word-break: break-word;
}

.lcpz-delivery {
  background: #eef5ff;
  color: #2f4f77;
  font-size: 13px;
  padding: 10px 10px;
  border-radius: 6px;
  margin: 0 0 12px;
  line-height: 1.25;
}

.lcpz-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 36px;
  margin-bottom: 12px;
}

.lcpz-compare {
  color: #9b9b9b;
  font-size: 15px;
  text-decoration: line-through;
  line-height: 1;
}

.lcpz-price {
  color: #111;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.lcpz-discount {
  margin-left: auto;
  background: #ff2e2e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1;
}

.lcpz-compare:empty,
.lcpz-discount:empty {
  display: none;
}

.lcpz-add-btn {
  margin-top: auto;
  border: 1.5px solid rgb(15, 14, 14);
  background: #fff;
  color:rgb(5, 5, 5);
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .25s ease;
  cursor: pointer;
  width: 100%;
}

.lcpz-add-btn:hover {
  background:rgb(0, 0, 0);
  color: #fff;
}

@media screen and (min-width: 990px) {
  .product-grid .grid__item,
  ul.grid.product-grid .grid__item {
    width: calc(25% - 12px) !important;
    max-width: calc(25% - 12px) !important;
  }
}

@media screen and (max-width: 989px) {
  .grid--product,
  .product-grid,
  .collection .grid,
  ul.grid.product-grid {
    gap: 12px !important;
  }

  .lcpz-variants {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .grid--product,
  .product-grid,
  .collection .grid,
  ul.grid.product-grid {
    gap: 10px !important;
  }

  .lcpz-image-wrap {
    min-height: 165px;
    padding: 10px 10px 6px;
  }

  .lcpz-image-link {
    min-height: 136px;
  }

  .lcpz-image-wrap img {
    max-height: 132px;
  }

  .lcpz-title {
    font-size: 14px;
    min-height: 40px;
  }

  .lcpz-brand {
    font-size: 13px;
  }

  .lcpz-variants {
    gap: 5px;
  }

  .lcpz-variant {
    min-height: 42px;
    padding: 5px 4px;
    border-radius: 7px;
  }

  .lcpz-variant-title {
    font-size: 10px;
  }

  .lcpz-price {
    font-size: 16px;
  }

  .lcpz-discount {
    font-size: 11px;
    padding: 4px 6px;
  }

  .lcpz-add-btn {
    min-height: 42px;
    font-size: 14px;
  }

  .lcpz-offer-bar {
    font-size: 10px;
    min-height: 24px;
  }

  .lcpz-delivery {
    font-size: 12px;
    padding: 8px 8px;
  }
}






/* ===== FORCE FIX VARIANTS & ALIGNMENT ===== */

.lcpz-variants{
  display:grid !important;
  grid-template-columns:repeat(2,1fr) !important;
  gap:4px !important;
  margin-bottom:6px !important;
}

.lcpz-variant{
  height:32px !important;
  min-height:32px !important;
  padding:2px 4px !important;

  border:1px solid #d9dee5 !important;
  border-radius:5px !important;

  font-size:10px !important;
  font-weight:700 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;

  background:#fff !important;
  color:#1d2d44 !important;
}

.lcpz-variant.active{
  background:#173b6c !important;
  color:#fff !important;
  border-color:#173b6c !important;
}

.lcpz-variant-title{
  font-size:10px !important;
  line-height:1 !important;
}

/* ===== CARD TIGHT ALIGN ===== */

.lcpz-info{
  padding:8px 10px 10px !important;
}

.lcpz-title{
  font-size:14px !important;
  min-height:38px !important;
  margin-bottom:6px !important;
}

.lcpz-delivery{
  padding:6px !important;
  font-size:11px !important;
  margin-bottom:6px !important;
}

.lcpz-price-row{
  margin-bottom:8px !important;
}

.lcpz-add-btn{
  min-height:38px !important;
  font-size:13px !important;
}

/* ===== GRID GAP FIX ===== */

.product-grid,
.collection .grid{
  gap:120px !important;
}









.lcpz-delivery-bar{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  padding:12px 16px;
  border-radius:10px;
  border:1px solid #e3e6ea;
  font-weight:600;
}

.lcpz-location-icon{
  font-size:18px;
}

.lcpz-change-btn{
  margin-left:auto;
  border:none;
  background:none;
  color:#173b6c;
  font-weight:700;
  cursor:pointer;
}

.lcpz-pin-box{
  margin-top:10px;
  display:flex;
  gap:8px;
}

.lcpz-pin-box input{
  height:40px;
  padding:0 12px;
  border:1px solid #d8d8d8;
  border-radius:8px;
  min-width:180px;
}

.lcpz-pin-box button{
  height:40px;
  padding:0 16px;
  border:none;
  border-radius:8px;
  background:#173b6c;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}


/* Product card content alignment */
.lcpz-grid-card{
display:flex;
flex-direction:column;
height:100%;
}

.lcpz-info{
display:flex;
flex-direction:column;
height:100%;
padding:14px;
text-align:left;
}

.lcpz-brand{
margin:0 0 6px;
line-height:1.2;
}

.lcpz-title{
margin:0 0 10px;
line-height:1.35;
min-height:52px;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
overflow:hidden;
}

.lcpz-card-form{
display:flex;
flex-direction:column;
height:100%;
}

.lcpz-variants{
margin-bottom:10px;
min-height:68px;
align-content:flex-start;
}

.lcpz-delivery{
margin-bottom:8px;
min-height:28px;
display:flex;
align-items:center;
}

.lcpz-stock{
margin-bottom:8px;
min-height:24px;
display:flex;
align-items:center;
font-weight:600;
}

.lcpz-price-row{
margin-top:auto;
min-height:58px;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
gap:6px;
}

.lcpz-add-btn{
margin-top:12px;
width:100%;
height:46px;
}

@media(max-width:767px){
.lcpz-title{
min-height:46px;
font-size:15px;
}
.lcpz-variants{
min-height:62px;
}
}





/* =========================
   LCPZ MOBILE DRAWER - ZIGLY STYLE
========================= */

@media screen and (max-width: 989px) {
  .menu-drawer {
    background: #ffffff !important;
    width: 100% !important;
  }

  .menu-drawer__inner-container {
    background: #ffffff !important;
  }

  .menu-drawer__navigation-container {
    padding-bottom: 2rem !important;
  }

  .menu-drawer__navigation {
    padding: 0 !important;
  }

  .menu-drawer__menu {
    padding: 0 !important;
    margin: 0 !important;
  }

  .menu-drawer__menu > li {
    border-bottom: 1px solid #edf1f5 !important;
  }

  .menu-drawer__menu-item {
    min-height: 52px !important;
    padding: 1.4rem 2rem !important;
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    color: #173b6c !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    line-height: 1.25 !important;
    background: #ffffff !important;
  }

  .menu-drawer__menu-item:hover {
    background: #f7f9fc !important;
  }

  .menu-drawer__menu-item--active {
    color: #173b6c !important;
    font-weight: 700 !important;
  }

  .menu-drawer__submenu {
    background: #eef3f8 !important;
    padding: 0 !important;
  }

  .menu-drawer__inner-submenu {
    padding: 0 !important;
  }

  .menu-drawer__close-button {
    min-height: 50px !important;
    padding: 1.2rem 2rem !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #173b6c !important;
    background: #e7edf5 !important;
    border-bottom: 1px solid #dbe4ee !important;
  }

  .menu-drawer__submenu .menu-drawer__menu-item {
    min-height: 44px !important;
    padding: 1rem 2.6rem !important;
    font-size: 1.45rem !important;
    font-weight: 500 !important;
    color: #4a5d75 !important;
    background: transparent !important;
  }

  .menu-drawer__submenu .menu-drawer__menu-item:hover {
    color: #173b6c !important;
    background: #e8eef6 !important;
  }

  .menu-drawer__submenu .menu-drawer__menu .menu-drawer__menu-item {
    padding-left: 3.4rem !important;
  }

  .menu-drawer summary .svg-wrapper:last-child {
    margin-left: auto !important;
  }

  .menu-drawer summary .svg-wrapper:first-of-type {
    display: none !important;
  }

  .menu-drawer .svg-wrapper svg {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }

  .menu-drawer__utility-links {
    padding: 1.6rem 2rem 0 !important;
    border-top: 1px solid #edf1f5 !important;
    margin-top: 0.8rem !important;
  }

  .menu-drawer__account {
    color: #173b6c !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
  }

  .list-social {
    gap: 1.2rem !important;
    margin-top: 1.2rem !important;
  }

  .list-social__link {
    color: #173b6c !important;
  }
}





/* ===== CENTER MENU FIX ===== */

/* Make header grid 3 columns */
.header--middle-left {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
}

/* Move menu to center */
.header__inline-menu {
  justify-self: center !important;
}

/* Center menu items */
.header__inline-menu .list-menu--inline {
  justify-content: center !important;
  gap: 30px !important;
}

/* Keep logo left */
.header__heading {
  justify-self: start !important;
}

/* Keep icons right */
.header__icons {
  justify-self: end !important;
}




/* related products*/
.related-products .grid {
  row-gap: 16px;
  column-gap: 12px;
}

.related-products .grid__item {
  width: calc(50% - 6px) !important;
  max-width: calc(50% - 6px) !important;
}

.related-products .card-wrapper {
  height: 100%;
}

.related-products .card {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.related-products .card__inner {
  background: #fff;
}

.related-products .card__media {
  padding: 10px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-products .card__media img,
.related-products .media img {
  max-height: 130px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.related-products .card__content {
  padding: 10px 10px 12px;
}

.related-products .card__information {
  padding: 0;
}

.related-products .card__heading {
  font-size: 14px;
  line-height: 1.35;
  min-height: 38px;
  margin-bottom: 8px;
}

.related-products .price {
  margin-top: 6px;
}

.related-products .price-item {
  font-size: 14px;
  font-weight: 700;
}

.related-products .quick-add__submit,
.related-products .button {
  min-height: 38px;
  font-size: 13px;
  border-radius: 10px;
}

@media screen and (max-width: 749px) {
  .related-products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .related-products .grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .related-products .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .related-products .card__media {
    min-height: 130px;
    padding: 8px;
  }

  .related-products .card__media img,
  .related-products .media img {
    max-height: 110px;
  }

  .related-products .card__heading {
    font-size: 13px;
    min-height: 34px;
  }

  .related-products .price-item {
    font-size: 13px;
  }
}



@media screen and (max-width: 749px) {
  .product__media-wrapper {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .product__media-list,
  .product__media-list.slider {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  .product__media-item {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    scroll-snap-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .product__media-item .product-media-container,
  .product__media-item .media,
  .product__media,
  .product .media {
    width: 100% !important;
    min-height: 280px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .product__media-item img,
  .product__media img,
  .product .media img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 82% !important;
    max-height: 260px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
  }

  .thumbnail-slider {
    justify-content: center !important;
    margin-top: 12px !important;
  }

  .slider-buttons,
  .slider-counter {
    display: none !important;
  }
}




/*product loader*/
.lcpz-load-more-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:30px 0 10px;
}

.lcpz-load-more-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:220px;
  padding:14px 28px;
  border:2px solid #111;
  border-radius:40px;
  background:#fff;
  color:#111;
  font-size:16px;
  font-weight:700;
  text-decoration:none;
  transition:all .3s ease;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  cursor:pointer;
}

.lcpz-load-more-btn:hover{
  transform:translateY(-2px);
  background:#111;
  color:#fff;
}

.lcpz-load-more-btn.is-loading{
  opacity:.7;
  pointer-events:none;
}







/* ONLY Wishlist icon color */
.header a[href*="wishlist"] svg,
.header a[href*="wishlist"] path {
  fill: red !important;
  stroke: red !important;
}



.header a[href*="wishlist"]:hover svg,
.header a[href*="wishlist"]:hover path {
  fill: #ff3b3b !important;
  stroke: #ff3b3b !important;
}







/* Search Page - 2 Products per Row (Mobile) */
@media screen and (max-width: 749px) {
  .template-search .grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
  }

  .template-search .grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
}







/* ===== BASE (ALL DEVICES) ===== */

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Items */
.pagination li {
  display: flex;
  align-items: center;
}

/* Buttons */
.pagination a,
.pagination span {
  min-width: 42px;
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #111;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Hover */
.pagination a:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* Active */
.pagination .current {
  background: #000;
  color: #fff;
}

/* Arrow buttons */
.pagination-arrow {
  font-size: 18px;
  width: 42px;
  height: 42px;
}

/* ===== DESKTOP (≥ 1024px) ===== */
@media (min-width: 1024px) {
  .pagination {
    gap: 16px;
  }

  .pagination a,
  .pagination span {
    min-width: 48px;
    height: 48px;
    font-size: 16px;
  }
}

/* ===== TABLET (768px – 1023px) ===== */
@media (max-width: 1023px) and (min-width: 768px) {
  .pagination {
    gap: 12px;
  }

  .pagination a,
  .pagination span {
    min-width: 42px;
    height: 42px;
    font-size: 14px;
  }
}

/* ===== MOBILE (≤ 767px) ===== */
@media (max-width: 767px) {

  .pagination-wrapper {
    overflow-x: auto; /* allow scroll if many pages */
  }

  .pagination {
    gap: 8px;
    flex-wrap: nowrap;
  }

  .pagination a,
  .pagination span {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }

  .pagination-arrow {
    font-size: 16px;
  }
}


.pagination-wrapper::-webkit-scrollbar {
  display: none;
}