/** Shopify CDN: Minification failed

Line 17:0 "@charset" must be the first rule in the file
Line 5810:18 Expected identifier but found "!"
Line 7740:18 Expected identifier but found "!"
Line 8051:0 Expected "}" to go with "{"

**/
/* New css 18-11-2025 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* Font end */


@charset "UTF-8";
.no-js:not(html),
.no-js-inline,
html.no-js .no-js-hidden {
  display: none !important;
}

html.no-js .no-js {
  display: block !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}

.page-width {
  max-width: var(--page-width, 1400px);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 750px) {
  .page-width.width--narrow {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-width.width--narrow {
    max-width: 72.6rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

[hidden], .hidden {
  display: none !important;
}

[aria-hidden=true] a,
[aria-hidden=true] button,
[aria-hidden=true] input,
[aria-hidden=true] textarea,
[aria-hidden=true] select {
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .large-up-hide {
    display: none !important;
  }
}
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;
}

.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;
}

body{
  font-family: "Poppins", sans-serif;
  color: #000000;
  background: #FFFBF6 !important;
}
.visibility-hidden {
  visibility: hidden;
}

@media screen and (max-width: 749px) {
  .visually-hidden-mobile {
    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;
  }
}
.overflow-hidden {
  overflow: hidden;
}

.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: 1200px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.d-block,
deferred-media,
product-model {
  display: block;
}

.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}

.justify-content-start, .justify-content-left {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-end, .justify-content-right {
  justify-content: flex-end !important;
}
.justify-content-space {
  justify-content: space-between !important;
}

@media screen and (max-width: 749px) {
  .small-align-items-start {
    align-items: flex-start !important;
  }
  .small-align-items-center {
    align-items: center !important;
  }
  .small-align-items-end {
    align-items: flex-end !important;
  }
  .small-justify-content-start {
    justify-content: flex-start !important;
  }
  .small-justify-content-center {
    justify-content: center !important;
  }
  .small-justify-content-end {
    justify-content: flex-end !important;
  }
  .small-justify-content-space {
    justify-content: space-between !important;
  }
}
.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}
.link.link-text[aria-disabled=true], .link.link-text[disabled] {
  opacity: 0.5;
}
@media (prefers-reduced-motion: reduce) {
  .link.link-text:hover {
    opacity: 0.75;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .link.link-text {
    position: relative;
    --underline-scale: 0;
  }
  .link.link-text:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background: rgba(var(--color-foreground), 1);
    transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
    transform: scaleX(var(--underline-scale));
    transform-origin: bottom right;
  }
  .link.link-text:hover {
    --underline-scale: 1;
  }
  .link.link-text:hover:after {
    transform-origin: bottom left;
  }
  .link.link-text.show-underline {
    --underline-scale: 1;
  }
  .link.link-text.show-underline:hover {
    --underline-scale: 0;
  }
}
.link.link-full:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.link.link-underline:hover {
  text-decoration: underline;
}

.position-container {
  display: flex;
}
.position-container.position--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.position-container.position--top-center {
  align-items: flex-start;
  justify-content: center;
}
.position-container.position--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.position-container.position--middle-left {
  align-items: center;
  justify-content: flex-start;
}
.position-container.position--middle-center {
  align-items: center;
  justify-content: center;
}
.position-container.position--middle-right {
  align-items: center;
  justify-content: flex-end;
}
.position-container.position--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.position-container.position--bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.position-container.position--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  .position-container.position--top-left, .position-container.position--top-center, .position-container.position--top-right {
    justify-content: center;
  }
  .position-container.position--middle-left, .position-container.position--middle-center, .position-container.position--middle-right {
    justify-content: center;
  }
  .position-container.position--bottom-left, .position-container.position--bottom-center, .position-container.position--bottom-right {
    justify-content: center;
  }
  .position-container.position-mobile--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .position-container.position-mobile--top-center {
    align-items: flex-start;
    justify-content: center;
  }
  .position-container.position-mobile--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .position-container.position-mobile--middle-left {
    align-items: center;
    justify-content: flex-start;
  }
  .position-container.position-mobile--middle-center {
    align-items: center;
    justify-content: center;
  }
  .position-container.position-mobile--middle-right {
    align-items: center;
    justify-content: flex-end;
  }
  .position-container.position-mobile--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .position-container.position-mobile--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }
  .position-container.position-mobile--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
*:focus-visible.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}
*:focus-visible.focus-none {
  outline: none !important;
  box-shadow: none !important;
}

.focused {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.focused.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}

.no-js *:focus {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.no-js *:focus.focus-inset {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: -2px;
}
.no-js *:focus.focus-none {
  outline: none !important;
  box-shadow: none !important;
}
.no-js *:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}
.no-js *:focus:not(:focus-visible).focus-inset {
  outline: none !important;
  box-shadow: none !important;
}

.gradient {
  --alpha-background: 1;
  background: var(--gradient-background, rgba(var(--color-background), var(--alpha-background)));
  background-attachment: fixed;
}

.background--blur {
  backdrop-filter: blur(1rem);
}

.background--transparent {
  background-color: transparent !important;
}

.reverse-color {
  background-color: rgb(var(--color-foreground)) !important;
  color: rgb(var(--color-background)) !important;
}

.isolate {
  position: relative;
  z-index: 0;
}
.isolate.isolate--higher {
  z-index: 1;
}

body[scroll-y-off] {
  width: 100%;
  position: fixed;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(var(--color-foreground), 0.1);
  display: block;
  margin: 1rem 0;
}
hr.hr--l {
  margin: 2rem 0;
}

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.no-pointer-event {
  pointer-events: none !important;
}

.round {
  border-radius: 9999px;
  overflow: hidden;
}

.sm-round {
  border-radius: var(--small-radius);
  overflow: hidden;
}

.md-round {
  border-radius: var(--medium-radius);
  overflow: hidden;
}

.lg-round {
  border-radius: var(--large-radius);
  overflow: hidden;
}

.blur {
  filter: blur(1rem);
}

.skip-to-content-link:focus {
  z-index: 101;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.ratio {
  position: relative;
  display: flex;
  align-items: stretch;
}
.ratio:before {
  content: "";
  display: block; /* 防止宽度高度没有作用 */
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.icon {
  width: 0.875rem;
  height: auto;
}

.texture-background-image {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}
.texture-background-image.background--fixed {
  clip-path: inset(-1px); /* -1px 可以抗锯齿 */
}
.texture-background-image.background--fixed img, .texture-background-image.background--fixed svg {
  position: fixed !important;
}
.texture-background-image.background--ambient-move img, .texture-background-image.background--ambient-move svg {
  animation: ambientMove 30s linear infinite;
}

picture img {
  width: 100%;
  height: 100%;
}

.media {
  display: block;
  position: relative;
  overflow: hidden;
}
.media > :not(.zoom, .button, .deferred-media-poster-button, .loading-overlay-spinner), .media model-viewer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.media img {
  object-fit: cover;
  object-position: center center;
}
.media.media-fit--cover img {
  object-fit: cover;
}
.media.media-fit--contain img {
  object-fit: contain;
}
.media.media--square, .media.media--narrow, .media.media--panoramic, .media.media--landscape, .media.media--portrait, .media.media--adapt {
  --padding-bottom: 100%;
}
.media.media--square:before, .media.media--narrow:before, .media.media--panoramic:before, .media.media--landscape:before, .media.media--portrait:before, .media.media--adapt:before {
  content: "";
  display: block;
  pointer-events: none;
  padding-bottom: var(--padding-bottom);
}
.media.media--adapt {
  --padding-bottom: var(--ratio-percent, 100%);
}
.media.media--portrait {
  --padding-bottom: 125%;
}
.media.media--landscape {
  --padding-bottom: 62.5%;
}
.media.media--panoramic {
  --padding-bottom: 56.25%;
}
.media.media--narrow {
  --padding-bottom: 45%;
}
.media.media--circle {
  border-radius: 9999px;
  overflow: hidden;
}

.media-poster {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}

.video-model-media {
  display: block;
  position: relative;
  overflow: hidden;
}
.video-model-media video, .video-model-media iframe, .video-model-media .shopify-model-viewer-ui, .video-model-media model-viewer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.video-model-media.media-fit--cover video, .video-model-media.media-fit--cover iframe, .video-model-media.media-fit--cover .shopify-model-viewer-ui, .video-model-media.media-fit--cover model-viewer {
  object-fit: cover;
}

.deferred-media video, .deferred-media iframe, .deferred-media .shopify-model-viewer-ui, .deferred-media model-viewer {
  display: none;
}
.deferred-media[loaded] video, .deferred-media[loaded] iframe, .deferred-media[loaded] .shopify-model-viewer-ui, .deferred-media[loaded] model-viewer {
  display: block;
}
.deferred-media[loaded]:not(product-model) .media-poster {
  filter: blur(1rem);
}

.font-body {
  font-family: var(--font-body-family), serif !important;
  font-style: var(--font-body-style) !important;
  font-weight: var(--font-body-weight) !important;
  letter-spacing: var(--font-body-letter-spacing) !important;
}

.font-decorative {
  font-family: var(--font-decorative-family), serif !important;
  font-style: var(--font-decorative-style) !important;
  letter-spacing: var(--font-decorative-letter-spacing) !important;
}

b,
.font-weight-bold {
  font-weight: var(--font-body-weight-bold) !important;
}

/* Italics */
.font-italic {
  font-style: italic;
}

/* Font size */
.font-size-extra-s {
  font-size: 0.5rem !important;
}

.font-size-xxs {
  font-size: 0.625rem !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-s {
  font-size: 0.875rem !important;
}

.font-size-l {
  font-size: 1.25rem !important;
}

.font-size-xl {
  font-size: 1.5rem !important;
}

.font-size-xxl {
  font-size: 1.75rem !important;
}

.font-size-extra-l {
  font-size: 2rem !important;
}

/* Letter spacing */
.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.letter-space-3 {
  letter-spacing: 3px;
}

/* Line height */
.lh-0 {
  line-height: 0 !important;
}

/* Line height set to 1 - Used for elements that should have standard line height */
.lh-1 {
  line-height: 1;
}

/* Line height set to 2 - Used for elements that need more spacing */
.lh-2 {
  line-height: 2;
}

.ln-normal {
  line-height: normal;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.light {
  opacity: 0.75 !important;
}

.lighter {
  opacity: 0.5 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.break {
  word-break: break-word;
}

s {
  opacity: 0.75;
  font-weight: normal;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-heading-family), serif;
  font-style: var(--font-heading-style);
  letter-spacing: var(--font-header-letter-spacing);
  font-weight: var(--font-heading-weight);
  color: inherit;
  line-height: normal;
  word-break: normal;
  margin-block-start: 0;
  margin-block-end: 1rem;
} */

/* .hxxl {
  font-size: 4rem;
}

.hxl {
  font-size: 3rem;
}

.h0 {
  font-size: 2.25rem;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.75rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.875rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.5rem;
} */

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 2px solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
fieldset legend {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.caption {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.75);
}

.rte > *:first-child {
  margin-top: 0;
}
.rte > *:last-child {
  margin-bottom: 0;
}
.rte > *:is(p) {
  margin-bottom: 1.5rem;
}
.rte > *:is(ul, ol, div) {
  margin-bottom: 1rem;
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  margin-bottom: 0.5rem;
}
.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-radius: var(--medium-radius);
}
.rte video, .rte iframe {
  width: 100%;
  height: auto;
  border-radius: var(--medium-radius);
  border: none;
}
.rte iframe {
  aspect-ratio: 16/9;
}
.rte ul, .rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}
.rte li {
  list-style: inherit;
  margin-bottom: 0.5rem;
}
.rte li p {
  display: inline;
}
.rte li:last-child {
  margin-bottom: 0;
}
.rte a {
  --color-opacity: 0.75;
  color: rgba(var(--color-foreground), var(--color-opacity));
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness 100ms ease;
}
.rte a:hover {
  --color-opacity: 1;
  text-decoration-thickness: 2px;
}
.rte blockquote {
  display: inline-flex;
}
.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}
.rte:after {
  clear: both;
  content: "";
  display: block;
}

.text-align--left {
  text-align: left !important;
}
.text-align--center {
  text-align: center !important;
}
.text-align--right {
  text-align: right !important;
}

@media screen and (max-width: 749px) {
  .text-align-mobile--left {
    text-align: left !important;
  }
  .text-align-mobile--center {
    text-align: center !important;
  }
  .text-align-mobile--right {
    text-align: right !important;
  }
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.2);
}
table:not([class]) td, table:not([class]) th {
  padding: 1rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}
table.table-collapse {
  border-collapse: collapse;
}

details > * {
  box-sizing: border-box;
}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

.details-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
}
.details-disclosure summary .icon {
  flex: 0 0 auto;
  width: 0.875rem;
  opacity: 0.75;
  transition: transform 300ms ease;
}
.details-disclosure .details-disclosure-content {
  padding: 0.5rem 0;
  visibility: hidden;
  opacity: 0;
}
.details-disclosure.has-opened summary .icon {
  transform: scaleY(-1);
}
.details-disclosure.has-opened .details-disclosure-content {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}



.shopify-challenge__button, .button {
  --buttons-radius: var(--small-radius);
  --border-width: 1px;
  --border-color: var(--color-button-text);
  --border-offset: 1px; /* reduce radius edge artifacts */
  --border-opacity: 0.05; /* 按钮边框透明度 */
  --alpha-button-background: 1;
  --alpha-button-text: 1;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0 2rem;
  min-height: 3rem;
  min-width: 3rem;
  width: auto;
  max-width: 100%;
  border: 0;
  border-radius: var(--buttons-radius);
  font: inherit;
  font-size: 0.875rem;
  font-weight: var(--font-body-weight-bold);
  line-height: 1;
  text-decoration: none;
  color: rgba(var(--color-button-text), var(--alpha-button-text));
  background: rgba(var(--color-button), var(--alpha-button-background));
  overflow: hidden;
  appearance: none;
  pointer-events: auto;
  cursor: pointer;
}
.focus-inset.shopify-challenge__button, .focus-inset.button {
  --color-outline: var(--color-button-text);
}
.shopify-challenge__button:after, .button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: none !important;
  pointer-events: none;
  border-radius: var(--buttons-radius);
  transition: box-shadow 300ms ease;
}

.button .icon {
  width: 1.25rem;
  height: auto;
  pointer-events: none;
  flex-shrink: 0;
  flex-grow: 0;
}
.button .icon.icon-arrow-right, .button .icon.icon-arrow-left {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button:hover .icon-arrow-right {
  transform: translateX(0.5rem);
}
.button:hover .icon-arrow-left {
  transform: translateX(-0.5rem);
}
.button[disabled], .button[aria-disabled=true], .button .disabled {
  cursor: not-allowed;
  opacity: 0.5 !important;
}
.button.button--icon {
  padding: 0 !important;
  min-width: 3rem;
  min-height: 3rem;
}
.button.button--icon .icon {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--icon:hover .icon {
  transform: scale(1.2);
}
.button.button--secondary {
  --border-opacity: 1;
  --alpha-button-background: 0;
  --color-button-text: var(--color-secondary-button-text);
}
.button.button--secondary:not([disabled], [aria-disabled=true]):hover:after {
  --border-width: 2px;
}
.button.button--tertiary {
  --border-opacity: 0;
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-foreground);
  --alpha-button-background: 0.02;
  text-decoration: underline;
}
.button.button--tertiary:not([disabled], [aria-disabled=true]):hover {
  --alpha-button-background: 0.05;
}
.button.button--ethereal {
  --border-opacity: 0;
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-foreground);
  --alpha-button-background: 0;
}
.button.button--ethereal:not([disabled], [aria-disabled=true]):hover {
  --alpha-button-text: 0.5;
}
.button.button--ambient {
  --color-button-text: var(--color-foreground);
  --color-button: var(--color-background);
}
.button.button--ambient-reverse {
  --color-button-text: var(--color-background);
  --color-button: var(--color-foreground);
}
.button.button--float {
  --color-button-text: var(--color-background);
  --alpha-button-background: 0.1;
  --color-button: var(--color-foreground);
  --border-opacity: 0.5;
  backdrop-filter: blur(8px);
}
.button.button--pill {
  --buttons-radius: 9999px;
}
.button.button--full-width {
  display: flex;
  width: 100%;
}
.button.button--large {
  padding: 0 4.5rem;
  min-width: 4.5rem;
  min-height: 4.5rem;
  font-size: 1.125rem;
}
.button.button--large .icon {
  width: 1.75rem;
}
.button.button--small {
  padding: 0 1.25rem;
  min-height: 2.25rem;
  min-width: 2.25rem;
  font-size: 0.75rem;
}
.button.button--small .icon {
  width: 1rem;
}
.button.button--mini {
  padding: 0 0.875rem;
  min-height: 2rem;
  min-width: 2rem;
  font-size: 0.625rem;
  gap: 0.25rem;
}
.button.button--mini .icon {
  width: 0.875rem;
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]) {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]):before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgb(var(--color-button-text));
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0, 0, 0.3, 1);
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]):hover {
  transform: translateY(-0.125rem);
}
.button.button--hover-animate:not([disabled], [aria-disabled=true]):hover:before {
  opacity: 0.2;
}

.button-group {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.button-group.button--multiple {
  flex-wrap: wrap;
}
.button-group.button--multiple .button {
  flex: 1 1 auto;
}

.button--clear {
  background: none; /* 移除背景 */
  color: inherit; /* 继承文本颜色 */
  border: none; /* 移除边框 */
  padding: 0; /* 移除内边距 */
  margin: 0; /* 移除外边距 */
  font-size: inherit; /* 继承字体样式 */
  cursor: pointer; /* 指针样式 */
  appearance: none; /* 移除浏览器默认样式 */
  outline: none; /* 移除聚焦时的外边框 */
}

[role=button] {
  cursor: pointer;
}

.select, .field {
  --color-input-border: var(--color-foreground);
  --border-width: 1px;
  --alpha-input-border: 1;
  --alpha-input-text: 1;
  --input-radius: var(--small-radius);
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  font-size: 1rem;
  background: rgba(var(--color-background), 0.1);
  backdrop-filter: blur(1rem);
  border-radius: var(--input-radius);
}
.select:after, .field:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 var(--border-width) rgb(var(--color-input-border));
  border-radius: var(--input-radius);
  pointer-events: none;
  z-index: 1;
  transition: box-shadow 100ms ease;
}
.select:hover, .field:hover, .select:has(input:focus, select:focus, textarea:focus), .field:has(input:focus, select:focus, textarea:focus) {
  --border-width: 2px;
}
.field-error.select, .field-error.field {
  --color-input-border: var(--color-error);
  --color-background: var(--color-error);
}

.select .select-select, .field .field-input {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  flex: 1 1 auto;
  color: rgba(var(--color-foreground), var(--alpha-input-text));
  background: transparent;
  border-radius: var(--input-radius);
  height: 3rem; /* 基础输入框的尺寸 */
  width: 100%;
  min-width: 8rem;
  padding: 0 1rem;
  border: 0;
}
.select .select-select:focus, .field .field-input:focus, .select .select-select:focus-visible, .field .field-input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
.select .select-select :disabled, .field .field-input :disabled {
  background: rgba(var(--color-foreground), 0.1);
}

.field .field-input.text-area {
  padding: 1rem;
  min-height: 10rem;
}
.field .field-input.text-area ~ .field-label {
  padding: 1rem;
  align-items: flex-start;
}
.field .field-input:not(:placeholder-shown) ~ .field-label, .field .field-input:-webkit-autofill ~ .field-label, .field .field-input:focus ~ .field-label {
  display: none;
}
.field .field-input:-webkit-autofill ~ .field-button, .field .field-input:-webkit-autofill ~ .field-label {
  color: rgb(0, 0, 0);
}
.field .field-input::-webkit-search-cancel-button {
  display: none;
}
.field .field-input::placeholder {
  opacity: 0;
}
@media screen and (max-width: 749px) {
  .field .field-input {
    font-size: 16px;
  }
}
.field .field-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  pointer-events: none;
  color: rgba(var(--color-foreground), 0.75);
  font-size: 0.875rem;
  line-height: 1;
}
.field .field-button {
  background: none; /* 移除背景 */
  color: inherit; /* 继承文本颜色 */
  border: none; /* 移除边框 */
  margin: 0; /* 移除外边距 */
  cursor: pointer; /* 指针样式 */
  appearance: none; /* 移除浏览器默认样式 */
  height: auto;
  padding: 0 1rem;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field .field-button .icon {
  width: 1.5rem;
}
.field.field--no-border {
  --border-width: 0;
  --alpha-input-border: 0;
  background: rgba(var(--color-foreground), 0.1);
}
.field.field--pill {
  --input-radius: 9999px;
}
.field.field--line {
  background: none;
  backdrop-filter: none;
}
.field.field--line:after {
  box-shadow: inset 0 calc(var(--border-width) * -1) 0 0 rgb(var(--color-input-border));
}
.field.field--line .field-label {
  padding-left: 0;
}
.field.field--line .field-input {
  padding-left: 0;
}
.field.field--line .field-button {
  padding-right: 0;
}

.select .select-select {
  --alpha-input-text: 0.75;
  padding-right: 2rem;
  cursor: pointer;
}
.select .select-select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: black;
  padding: 0.25rem 1rem;
}
.select .select-select::-ms-expand {
  display: none;
}
.select .field-button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  pointer-events: none;
  display: flex;
}
.select .field-button .icon {
  width: 0.875rem;
}
.select.select--inline {
  display: inline-flex;
  width: auto;
}

.field-line-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.field-line-group > * {
  flex: 1 1 50%;
}

.flexible-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.flexible-group .field {
  flex: 100 1 auto;
}
.flexible-group .button {
  flex: 1 100 auto;
}

.radio, .checkbox {
  --border-radius: var(--small-radius);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.radio input, .checkbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
}
.radio label, .checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  word-break: break-word;
}
.radio label .input-face, .checkbox label .input-face {
  flex: 0 0 auto;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius);
}
.radio label .input-face:after, .checkbox label .input-face:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), 0.4);
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 1;
}
.radio label .input-face span, .checkbox label .input-face span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --alpha-background: 0;
  border-radius: var(--border-radius);
  background: rgba(var(--color-foreground), var(--alpha-background));
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.radio label:hover .input-face span, .checkbox label:hover .input-face span, .radio label:has(input:focus-visible) .input-face span, .checkbox label:has(input:focus-visible) .input-face span {
  --alpha-background: 0.2;
  transform: scale(0.6);
}
.radio label:has(input:checked) .input-face, .checkbox label:has(input:checked) .input-face {
  --color-pulse: var(--color-foreground);
  animation: pulse 100ms cubic-bezier(0, 0, 0.3, 1);
}
.radio label:has(input:checked) .input-face span, .checkbox label:has(input:checked) .input-face span {
  --alpha-background: 1;
  transform: scale(0.5);
}

.radio {
  --border-radius: 9999px;
}

.search-field .field-button-group {
  display: flex;
  align-items: stretch;
}
.search-field .field-button-group .search-button {
  opacity: 0.75;
}
.search-field .field-button-group .reset-button {
  padding: 0;
}
.search-field .reset-button {
  opacity: 0.5;
  width: max-content;
  white-space: nowrap;
}

.search-trending-main {
  min-height: 10rem;
  overflow: hidden;
}
.search-trending-main .keyword-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 1rem;
  row-gap: 0.5rem;
  font-size: 0.875rem;
  opacity: 0.75;
}
.search-trending-main .keyword-list .hot {
  font-weight: var(--font-body-weight-bold);
}
.search-trending-main .suggest-icon {
  width: 100%;
  height: 15rem;
}
.search-trending-main .search-tips {
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.75;
}

.drop-menu {
  position: relative;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-button .icon-caret {
  transform: scaleY(-1);
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper.pop-from--top {
  animation: slideInFromTop 300ms ease;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper.pop-from--left {
  animation: slideInFromLeft 300ms ease;
}
.drop-menu.has-opened:not([data-constrain]) .drop-menu-wrapper.pop-from--right {
  animation: slideInFromRight 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-button .icon-caret {
  transform: scaleY(-1);
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper.pop-from--top {
  animation: slideInFromTop 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper.pop-from--left {
  animation: slideInFromLeft 300ms ease;
}
.drop-menu.has-opened[data-constrain].position--constrained .drop-menu-wrapper.pop-from--right {
  animation: slideInFromRight 300ms ease;
}
.drop-menu .drop-menu-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0 1.5rem;
  --alpha-button-background: 0;
  background: rgba(var(--color-foreground), var(--alpha-button-background));
  cursor: pointer;
  position: relative;
  border-radius: var(--small-radius);
}
.drop-menu .drop-menu-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgb(var(--color-foreground));
  border-radius: var(--small-radius);
  pointer-events: none;
  z-index: 1;
  transition: box-shadow 100ms ease;
}
.drop-menu .drop-menu-button:hover:after {
  box-shadow: inset 0 0 0 2px rgb(var(--color-foreground));
}
.drop-menu .drop-menu-button:hover {
  --alpha-button-background: 0.05;
}
.drop-menu .drop-menu-button .icon-caret {
  width: 0.75rem;
  opacity: 0.75;
  transition: transform 300ms ease;
}
.drop-menu .drop-menu-wrapper {
  position: absolute;
  border-radius: var(--small-radius);
  top: 100%;
  bottom: auto;
  left: 0;
  min-width: 100%;
  width: max-content;
  overflow: hidden;
  background: rgb(var(--color-background));
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 1rem;
  margin-top: 0.5rem;
}
.drop-menu .drop-menu-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgb(var(--color-foreground), 0.5);
  border-radius: var(--small-radius);
  pointer-events: none;
  z-index: 1;
}
.drop-menu .drop-menu-wrapper.pop-from--top {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.drop-menu .drop-menu-wrapper .drop-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quantity {
  font-size: 0.875rem;
  color: rgb(var(--color-foreground));
  width: 12.5rem;
  display: flex;
  align-items: stretch;
  --inputs-border-opacity: 0.5;
  --border-radius: var(--small-radius);
  position: relative;
  border-radius: var(--border-radius);
}
.quantity:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), var(--inputs-border-opacity));
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 1;
}
.quantity .quantity-input {
  font-weight: var(--font-body-weight-bold);
  text-align: center;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex: 1 1 auto;
  appearance: none;
  -moz-appearance: textfield;
}
.quantity .quantity-input:focus, .quantity .quantity-input:focus-visible {
  background: rgb(var(--color-background));
  z-index: 2;
}
.quantity .quantity-input::-webkit-outer-spin-button, .quantity .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .quantity-button {
  width: 4.5rem;
  height: 4.5rem;
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity .quantity-button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.title-wrapper {
  position: relative;
  padding-top: 1rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.title-wrapper .text-content {
  max-width: 60rem;
  display: inline-block;
}
.title-wrapper .water-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 0.05);
  line-height: 0.875;
  z-index: -1;
  pointer-events: none;
}
/*---------------- Custom CSS for only desktop -------------------
.title-wrapper.title-wrapper--with-bottom {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
}
*/
@media screen and (max-width: 749px) {
  .title-wrapper .water-text {
    font-size: 3rem;
  }
}

.has-loading .loading-overlay-spinner {
  display: none;
}
.has-loading.loading {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.has-loading.loading .loading-overlay-spinner {
  display: inline-flex;
  line-height: 0;
  align-items: center;
  justify-content: center;
}
.has-loading.loading .loading-overlay-spinner .spinner {
  width: 1.25rem;
  height: auto;
  animation: loading-rotator 1.4s linear infinite;
}
.has-loading.loading .loading-overlay-spinner .spinner circle {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: loading-dash 1.4s ease-in-out infinite;
}
.has-loading.loading .loading-hidden {
  display: none !important;
}
@keyframes loading-rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.beauty-scrollbar {
  /* Firefox */
  scrollbar-width: thin; /* 设置滚动条宽度 */
  scrollbar-color: rgba(var(--color-background), 0.5) rgba(var(--color-foreground), 1); /* 设置滚动条滑块和轨道颜色 */
}
.beauty-scrollbar::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}
.beauty-scrollbar::-webkit-scrollbar-track {
  background: rgba(var(--color-foreground), 1); /* 滚动条轨道颜色，保持不变 */
}
.beauty-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(var(--color-background), 0.5); /* 滚动条滑块颜色 */
  border-radius: var(--small-radius); /* 滚动条滑块圆角 */
}
.beauty-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--color-background), 0.85); /* 滚动条滑块悬停颜色，稍微加深 */
}

.hidden-scrollbar {
  scrollbar-width: none; /* Firefox */
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none; /* 完全隐藏滚动条 */
}

.sticky-scroll {
  display: block;
  position: relative;
}
.sticky-scroll .sticky-scroll-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.tool-tip {
  position: fixed;
  right: auto;
  bottom: auto;
  transform: translateX(-50%) translateY(-100%);
  z-index: 103;
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: normal;
  font-weight: var(--font-body-weight-bold);
  border-radius: 9999px;
  width: max-content;
  max-width: 10rem;
}
.tool-tip:after {
  position: absolute;
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  background: inherit;
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.typing-words {
  position: relative;
}
.typing-words:after {
  content: "|";
  margin-left: 2px;
  animation: blink 1s ease infinite;
}

.image-lazy-loading.loading-animation--pixel {
  image-rendering: pixelated;
}
.image-lazy-loading.loading-animation--pixel.image-lazy-loaded {
  image-rendering: auto;
}
.image-lazy-loading.loading-animation--breathing:not(.image-lazy-loaded) {
  background-color: rgba(var(--color-foreground), 0.05);
  animation: shimmer 800ms cubic-bezier(0, 0, 0.3, 1) infinite;
}
.image-lazy-loading.loading-animation--breathing.image-lazy-loaded {
  animation: fadeIn 300ms cubic-bezier(0.2, 0, 1, 1);
}

.icon-wrap {
  display: inline-block;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
  line-height: 0;
  border-radius: 9999px;
  color: rgb(var(--color-foreground));
  background: rgba(var(--color-foreground), 0.05);
}
.icon-wrap.icon-wrap--lage {
  padding: 0.75rem;
}
.icon-wrap.icon-wrap--lage .icon {
  width: 1.5rem;
}
.icon-wrap:hover .icon {
  animation: scaleIn 300ms cubic-bezier(0, 0, 0.3, 1);
}

.text-with-icon {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.text-with-icon.text-icon--inline {
  display: inline-flex;
  line-height: 0;
}
.text-with-icon .icon {
  width: 0.875rem;
}
.text-with-icon.icon--s .icon {
  width: 0.75rem;
}
.text-with-icon.icon--l .icon {
  width: 1rem;
}
.text-with-icon.icon--xl .icon {
  width: 1.5rem;
}

.list-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-social .social-item {
  padding: 0.25rem;
  line-height: 0;
  --icon-width: 2rem;
  --alpha-border: 0;
  position: relative;
  border-radius: var(--small-radius);
}
.list-social .social-item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), var(--alpha-border));
  border-radius: var(--small-radius);
  pointer-events: none;
  z-index: 1;
}
.list-social .social-item .icon {
  width: var(--icon-width);
}
.list-social .social-item:hover .icon {
  animation: bounceScale 300ms ease;
}
.list-social.social-style--icon .social-item {
  padding: 0;
}
.list-social.social-style--icon .social-item .icon {
  width: calc(var(--icon-width) * 1.25);
}
.list-social.social-style--border .social-item {
  --alpha-border: 1;
}
.list-social.social-style--wrapper .social-item {
  --alpha-background: 0.05;
  background: rgba(var(--color-foreground), var(--alpha-background));
  --alpha-border: 0.02;
}
.list-social.social-style--wrapper .social-item:hover {
  --alpha-background: 1;
  color: rgb(var(--color-background));
}
.list-social.social-style--solid .social-item {
  --alpha-background: 1;
  color: rgb(var(--color-background));
  background: rgba(var(--color-foreground), var(--alpha-background));
}
.list-social.social-style--solid .social-item:hover {
  --alpha-background: 0.05;
  color: rgb(var(--color-foreground));
}

.placeholder {
  display: block !important;
  background: rgba(var(--color-foreground), 0.05);
  color: rgba(var(--color-foreground), 0.6);
  fill: rgba(var(--color-foreground), 0.6);
  border-radius: var(--small-radius);
  animation: shimmer 800ms linear infinite forwards;
}

.placeholder-svg {
  background: rgba(var(--color-foreground), 0.2);
}

.text-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.text-content > *:not(:first-child) {
  margin-top: 1rem;
}
.text-content .text-content-heading {
  font-size: 2rem;
}
.text-content .text-content-heading.heading-size--small {
  font-size: 1.5rem;
}
.text-content .text-content-heading.heading-size--large {
  font-size: 2.5rem;
}
.text-content .text-content-heading.heading-size--super {
  font-size: 6rem;
  line-height: 0.875;
}
.text-content .text-content-buttons {
  margin-top: 2rem;
}
@media screen and (max-width: 749px) {
  .text-content .text-content-heading.heading-size--super {
    font-size: 4rem;
  }
}
@media screen and (min-width: 750px) {
  .text-content.content-width--narrow {
    max-width: 40rem;
  }
  .text-content.content-width--normal {
    max-width: 60rem;
  }
}

article,
.main-page,
[role=main] .shopify-policy__container {
  line-height: 1.6;
}

[role=main] .shopify-policy__container {
  max-width: 60rem;
}
[role=main] .shopify-policy__container .shopify-policy__title {
  padding: 4rem 0;
}

.alert-message {
  font-size: 0.875rem;
  font-weight: var(--font-body-weight-bold);
  text-align: left;
  padding: 1rem;
  border-radius: var(--small-radius);
  background: rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
}
.alert-message .message-list {
  font-weight: normal;
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.alert-message .message-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.alert-message.alert-error {
  --color-foreground: var(--color-error);
}
.alert-message.alert-success {
  --color-foreground: var(--color-success);
}
.alert-message.alert-warning {
  --color-foreground: var(--color-warning);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: none;
}
.modal > .modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.1);
  backdrop-filter: blur(0.5rem);
}
.modal > .modal-inner {
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 1rem rgba(var(--color-shadow), 0.2);
  visibility: hidden;
  opacity: 0.01;
  width: 45rem;
  min-height: 20rem;
  position: relative;
  border-radius: var(--medium-radius);
}
.modal > .modal-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgba(var(--color-foreground), 0.05);
  border-radius: var(--medium-radius);
  pointer-events: none;
  z-index: 1;
}
.modal > .modal-inner .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  --color-button: var(--color-background);
  --alpha-button-background: 0.2;
  border-radius: 0;
  z-index: 1;
}
.modal > .modal-inner .modal-close .icon {
  width: 1rem;
}
.modal > .modal-inner .modal-content {
  overflow-y: auto;
  max-height: calc(100vh - 4rem);
  padding: 3rem 2rem 2rem;
}
@media screen and (min-width: 750px) {
  .modal > .modal-inner {
    max-width: 50rem;
  }
}
.modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.modal[open] > .modal-inner {
  visibility: visible;
  animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .modal[open] > .modal-inner {
    opacity: 1;
  }
}
.modal.confirm-modal > .modal-inner {
  width: 20rem;
  min-height: auto;
}
.modal.drawer > .modal-inner {
  border-radius: var(--large-radius);
  width: 30rem;
  height: 100%;
  padding: 1rem 2rem 2rem;
  display: grid;
  grid-template-rows: max-content auto;
}
.modal.drawer > .modal-inner .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.drawer > .modal-inner .drawer-header .drawer-close {
  margin-left: -1rem;
}
.modal.drawer > .modal-inner .drawer-header .drawer-close .icon {
  width: 1rem;
}
.modal.drawer > .modal-inner .drawer-header .drawer-title {
  margin-bottom: 0;
  font-size: 1rem;
}
.modal.drawer > .modal-inner .drawer-header .drawer-title a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.modal.drawer > .modal-inner .drawer-header .drawer-title a .icon {
  width: 1rem;
}
.modal.drawer > .modal-inner .drawer-content {
  overflow-y: hidden; /* 必须，否则无法子元素内容实现滚动 */
}
.modal.drawer[open] {
  justify-content: flex-end;
}
.modal.drawer[open] > .modal-inner {
  animation: fadeIn 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
.modal.drawer[open].position--left {
  justify-content: flex-start;
}

.slider .slider-container .slider-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider .slider-controller {
  display: none;
}
@media screen and (max-width: 749px) {
  .slider[data-slide-mobile] {
    display: block;
    touch-action: pan-y;
  }
  .slider[data-slide-mobile] > .slider-container {
    position: relative;
    overflow: hidden;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper > .slider-slide {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.slider--center {
    justify-content: center;
  }
  .slider[data-slide-mobile] > .slider-container > .slider-wrapper.auto-grid > .grid-item {
    width: var(--item-perfect-size-mobile);
    height: auto;
  }
  .slider[data-slide-mobile] > .slider-container.slider--overflow-visible {
    overflow: visible;
  }
  .slider[data-slide-mobile] .slider-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem; /* 必须添加预留高度，防止CLS */
    margin-top: 1rem;
  }
  .slider[data-slide-mobile] .slider-controller .slider-nav-buttons {
    display: none;
  }
  .slider[data-slide-mobile] .slider-controller .slider-page-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .slider[data-slide-mobile] .slider-controller.has-dots.has-nav {
    /* 两个都显示的时候 */
    justify-content: space-between;
  }
  .slider[data-slide-mobile] .slider-controller.has-dots.has-nav {
    justify-content: center;
  }
  .slider[data-slide-mobile] .slider-controller:not(.has-dots) {
    display: none;
  }
  .slider[data-slide-mobile].slider--installed > .slider-container > .slider-wrapper {
    justify-content: flex-start;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons .nav-button .icon {
    transition: transform 500ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--prev:hover .icon {
    transform: translateX(-0.5rem);
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--next:hover .icon {
    transform: translateX(0.5rem);
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots .page-dot {
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
    width: 1.5rem;
    height: 0.25rem;
    border-radius: 9999px;
    background: rgba(var(--color-foreground), 0.2);
    cursor: default;
    transition: width 100ms cubic-bezier(0, 0, 0.3, 1), transform 100ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots .page-dot.current {
    width: 3rem;
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots .page-dot.current:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--color-foreground));
  }
  .slider[data-slide-mobile].slider--installed .slider-controller .slider-page-dots:hover .page-dot {
    transform: scaleY(2.4);
  }
  .slider[data-slide-mobile].slider--installed[data-draggable] .slider-container {
    cursor: grab;
  }
  .slider[data-slide-mobile].slider--installed[data-draggable]:active .slider-container {
    cursor: grabbing;
  }
  .slider[data-slide-mobile].slider--installed[data-draggable].slider--is-dragging .slider-container .slider-slide {
    pointer-events: none;
    user-select: none;
  }
  .slider[data-slide-mobile].slider--installed[data-autoplay]:not([editor-selected]) .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-mobile].slider--installed[data-autoplay]:not([editor-selected]):not(.slider--is-playing) .page-dot.current:after {
    animation-play-state: paused;
  }
}
@media screen and (min-width: 750px) {
  .slider[data-slide-desktop] {
    display: block;
    touch-action: pan-y;
  }
  .slider[data-slide-desktop] > .slider-container {
    position: relative;
    overflow: hidden;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    will-change: transform;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper > .slider-slide {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.slider--center {
    justify-content: center;
  }
  .slider[data-slide-desktop] > .slider-container > .slider-wrapper.auto-grid > .grid-item {
    width: var(--item-perfect-size);
    height: auto;
  }
  .slider[data-slide-desktop] > .slider-container.slider--overflow-visible {
    overflow: visible;
  }
  .slider[data-slide-desktop] .slider-controller {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem; /* 必须添加预留高度，防止CLS */
    margin-top: 1rem;
  }
  .slider[data-slide-desktop] .slider-controller .slider-nav-buttons {
    display: none;
  }
  .slider[data-slide-desktop] .slider-controller .slider-page-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
  }
  .slider[data-slide-desktop] .slider-controller.has-dots.has-nav {
    /* 两个都显示的时候 */
    justify-content: space-between;
  }
  .slider[data-slide-desktop].slider--installed > .slider-container > .slider-wrapper {
    justify-content: flex-start;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons .nav-button .icon {
    transition: transform 500ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--prev:hover .icon {
    transform: translateX(-0.5rem);
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--next:hover .icon {
    transform: translateX(0.5rem);
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots .page-dot {
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
    width: 1.5rem;
    height: 0.25rem;
    border-radius: 9999px;
    background: rgba(var(--color-foreground), 0.2);
    cursor: default;
    transition: width 100ms cubic-bezier(0, 0, 0.3, 1), transform 100ms cubic-bezier(0, 0, 0.3, 1);
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots .page-dot.current {
    width: 3rem;
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots .page-dot.current:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--color-foreground));
  }
  .slider[data-slide-desktop].slider--installed .slider-controller .slider-page-dots:hover .page-dot {
    transform: scaleY(2.4);
  }
  .slider[data-slide-desktop].slider--installed[data-draggable] .slider-container {
    cursor: grab;
  }
  .slider[data-slide-desktop].slider--installed[data-draggable]:active .slider-container {
    cursor: grabbing;
  }
  .slider[data-slide-desktop].slider--installed[data-draggable].slider--is-dragging .slider-container .slider-slide {
    pointer-events: none;
    user-select: none;
  }
  .slider[data-slide-desktop].slider--installed[data-autoplay]:not([editor-selected]) .page-dot.current:after {
    animation: growWidth var(--slide-interval) linear;
  }
  .slider[data-slide-desktop].slider--installed[data-autoplay]:not([editor-selected]):not(.slider--is-playing) .page-dot.current:after {
    animation-play-state: paused;
  }
}

.scrollable-content {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  touch-action: pan-y;
}
.scrollable-content .scrollable-buttons {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  pointer-events: none;
}
.scrollable-content .scrollable-buttons .nav-button[disabled] {
  visibility: hidden;
}
.scrollable-content .scrollable-buttons .nav-button .icon {
  transition: transform 500ms cubic-bezier(0, 0, 0.3, 1);
}
.scrollable-content .scrollable-buttons .nav-button:hover.nav-button--next .icon {
  transform: translateX(0.5rem);
}
.scrollable-content .scrollable-buttons .nav-button:hover.nav-button--prev .icon {
  transform: translateX(-0.5rem);
}
.scrollable-content.scrollable--overflow-visible {
  overflow: visible;
}
.scrollable-content.scrollable--installed .scrollable-content-wrapper {
  justify-content: flex-start !important;
}
.scrollable-content.scrollable--installed[data-draggable] {
  cursor: grab;
}
.scrollable-content.scrollable--installed[data-draggable]:active {
  cursor: grabbing;
}
.scrollable-content.scrollable--installed[data-draggable].scrollable--is-dragging .scrollable-content-wrapper {
  pointer-events: none;
  user-select: none;
}

.tab-panel .tab-panel-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.tab-panel .tab-panel-tabs.tabs-alignment--left {
  justify-content: flex-start;
}
.tab-panel .tab-panel-tabs.tabs-alignment--center {
  justify-content: center;
}
.tab-panel .tab-panel-tabs.tabs-alignment--right {
  justify-content: flex-end;
}
.tab-panel .tab-panel-tabs .tab {
  cursor: pointer;
}
.tab-panel .tab-panel-panels .panel[aria-hidden=true] {
  display: none !important;
}

#toasts-container {
  position: fixed;
  z-index: 102;
  padding: 1rem;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#toasts-container .toast {
  padding: 0.5rem 1rem;
  border-radius: var(--small-radius);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --color-background: #7eecf8;
  --color-foreground: #000000;
  background: var(--color-background);
  color: var(--color-foreground);
  animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1);
}
#toasts-container .toast:before {
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background: var(--color-foreground);
}
#toasts-container .toast.type-success {
  --color-background: #009519;
  --color-foreground: #ffffff;
}
#toasts-container .toast.type-warning {
  --color-background: #ffdc2f;
  --color-foreground: #000000;
}
#toasts-container .toast.type-error {
  --color-background: #da0b0b;
  --color-foreground: #ffffff;
}

.badge {
  position: relative;
  font-size: 0.875rem;
  padding: 0 0.875rem;
  height: 1.75rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  border-radius: 9999px;
}
.badge .icon {
  width: 1rem;
}
.badge.sale-badge {
  background: rgb(var(--sale-badge-background));
  color: #fff;
  top: 114%;
}
.badge.sold-out-badge {
  background: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.8);
}
.badge.gift-badge {
  background: rgb(var(--gift-badge-background));
  color: rgb(var(--gift-badge-foreground));
}
.badge.new-badge {
  background: rgb(var(--new-badge-background));
  color: rgb(var(--new-badge-foreground));
}
.badge.preorder-badge {
  background: rgb(var(--preorder-badge-background));
  color: rgb(var(--preorder-badge-foreground));
}
.badge.limit-edition-badge {
  background: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-foreground));
  font-size: 0.625rem;
  text-transform: uppercase;
}
.badge.custom-badge {
  background: rgb(var(--custom-badge-background));
  color: rgb(var(--custom-badge-foreground));
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  align-content: flex-start;
  align-items: center;
}
.card-badges.position--left {
  justify-content: flex-start;
}
.card-badges.position--right {
  justify-content: flex-end;
}
.card-badges.badges--small .badge {
  font-size: 0.625rem;
  padding: 0 0.5rem;
  height: 1.25rem;
}
.card-badges.badges--small .badge .icon {
  width: 0.75rem;
}

.color-swatches {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.color-swatches .color-swatch {
  --border-opacity: 0.05;
  --border-width: 2px;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  cursor: default;
  position: relative;
  border-radius: 9999px;
}
.color-swatches .color-swatch:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 var(--border-width) rgba(var(--color-foreground), var(--border-opacity));
  border-radius: 9999px;
  pointer-events: none;
  z-index: 1;
}
.color-swatches .color-swatch .color {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
}
.color-swatches .color-swatch .color:has(img) {
  background: transparent !important;
}
.color-swatches .color-swatch .color:has(img) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.color-swatches .color-swatch:hover {
  --border-opacity: 0.2;
}
.color-swatches .color-swatch.active, .color-swatches .color-swatch:has(input:checked) {
  --border-opacity: 1;
  --color-pulse: var(--color-foreground);
  animation: pulse 100ms ease;
}
.color-swatches .color-swatch:has(input:disabled, input.disabled) .color {
  opacity: 0.5;
}
.color-swatches .color-swatch:has(input:disabled, input.disabled):before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(var(--color-foreground));
}
.color-swatches .color-swatch:has(input:focus-visible) {
  outline: 2px solid rgba(var(--color-outline), 0.75) !important;
  box-shadow: 0 0 5px 3px rgb(var(--color-outline), 0.2);
  outline-offset: 3px;
}
.color-swatches.swatch-type--image .color-swatch {
  width: 2.4rem;
  height: 2.4rem;
}

.price {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: normal;
  color: rgb(var(--color-foreground));
}
.price .price-container {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.price .price-container .unit-price {
  padding: 0.25rem 0.5rem;
  line-height: 1;
  border-radius: 9999px;
  background: rgba(var(--color-foreground), 0.75);
  color: rgb(var(--color-background));
  font-size: 0.75rem;
}

image-magnify {
  display: block;
  cursor: zoom-in;
}
image-magnify img {
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
image-magnify.image-zoom-in {
  cursor: zoom-out;
}

.main-page__wrapper, .shopify-email-marketing-confirmation__container, .shopify-policy__container, .shopify-challenge__container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.paginate-content--empty {
  padding: 10rem 0;
  text-align: center;
}
.paginate-content--empty .empty-title {
  opacity: 0.5;
}

.breadcrumb {
  width: 100%;
}
.breadcrumb .breadcrumb-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-wrapper .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-wrapper .breadcrumb-item.page-current a {
  opacity: 0.75;
}
.breadcrumb .breadcrumb-wrapper .breadcrumb-item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}

.rating-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.rating-wrapper .rating {
  --star-size: 1rem;
  display: flex;
  gap: calc(var(--star-size) * 0.125);
}
.rating-wrapper .rating .icon {
  width: var(--star-size);
}
.rating-wrapper.star-size--medium .rating {
  --star-size: 1.25rem;
}
.rating-wrapper.star-size--large .rating {
  --star-size: 1.5rem;
}

.banner {
  position: relative;
  display: flex;
  align-items: stretch;
}
.banner .banner-content {
  width: 100%;
}
.banner:before {
  content: "";
  display: block;
  width: 0;
}
.banner.banner--adapt {
  height: 100%;
}
.banner.banner--adapt.banner--placeholder:before {
  padding-bottom: 40rem;
}
.banner.banner--small:before {
  padding-bottom: 30rem;
}
.banner.banner--medium:before {
  padding-bottom: 40rem;
}
.banner.banner--large:before {
  padding-bottom: 50rem;
}
.custom-slider-container .banner:before {
  display: none;
}
.custom-slider-container .image-banner__wrapper .banner-content {
  position: absolute;
  left: 0;
  top: 0;
}
.custom-slider-container .image-banner__wrapper .banner-media {
  position: unset;
}
.custom-slider-container .deferred-media video {
  position: unset;
}
.custom-slider-container .deferred-media video {
  display: block;
}
@media screen and (min-width: 1420px) {
  .custom-slider-container .deferred-media video {
    max-height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
@media screen and (min-width: 750px) {
  .banner.banner--small:before {
    padding-bottom: 40rem;
  }
  .banner.banner--medium:before {
    padding-bottom: 50rem;
  }
  .banner.banner--large:before {
    padding-bottom: 60rem;
  }
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  line-height: 0;
}
.icon-list li .icon, .icon-list li .media {
  width: 1.75rem;
}
.icon-list li:hover .icon, .icon-list li:hover .media {
  animation: bounceScale 300ms cubic-bezier(0, 0, 0.3, 1);
}

.discount-code {
  padding: 0.5rem 1rem;
  border: 1px dashed rgb(var(--color-foreground), 0.5);
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  --alpha-background: 0;
  background: rgba(var(--color-foreground), var(--alpha-background));
}
.discount-code:hover {
  --alpha-background: 0.2;
}

.featured-card .featured-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.featured-card .slider-wrapper {
  gap: 1rem;
}

@media screen and (forced-colors: active) {
  /* 基本文档样式 */
  body {
    --color-background: Canvas;
    --color-foreground: CanvasText;
  }
  /* 标题和段落 */
  h1, h2, h3, h4, h5, h6, p {
    color: CanvasText; /* 确保文本颜色对比度足够 */
  }
  /* 链接样式 */
  a {
    color: LinkText; /* 明显区分链接颜色 */
  }
  a:hover, a:focus {
    background-color: LinkText; /* 鼠标悬停和焦点时的背景 */
    color: Canvas; /* 反转文本颜色以提高可见性 */
    outline: 1px solid LinkText; /* 增加轮廓以增强焦点指示 */
  }
  /* 按钮样式 */
  button,
  .button,
  input[type=button],
  input[type=submit],
  input[type=reset] {
    --color-button: ButtonFace;
    --color-button-text: ButtonText;
    border: 2px solid ButtonText; /* 添加边框确保按钮在所有背景下可见 */
  }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=reset]:hover,
  input[type=reset]:focus {
    --color-button: Highlight;
    --color-button-text: HighlightText;
  }
  /* 图像样式 */
  img {
    border: 2px solid LinkText; /* 为所有图片添加边框 */
  }
  /* 表格样式 */
  table {
    border: 1px solid CanvasText; /* 增加表格边框 */
  }
  table th, table td {
    border: 1px solid CanvasText; /* 增加单元格边框 */
  }
  /* 其他交互元素 */
  input, textarea, select {
    border: 1px solid CanvasText; /* 增加输入和选择元素的边框 */
  }
  input:focus, textarea:focus, select:focus {
    outline: 1px solid Highlight; /* 焦点时增加醒目的轮廓 */
  }
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes ambientMove {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }
  @keyframes shimmer {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slideInFromTop {
    0% {
      opacity: 0.01;
      transform: translateY(-2rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInFromLeft {
    0% {
      opacity: 0.01;
      transform: translateX(-5rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideInFromRight {
    0% {
      opacity: 0.01;
      transform: translateX(5rem);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes slideUpDown {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(-100%); /* 图标向上移动 */
      opacity: 0;
    }
    51% {
      transform: translateY(100%); /* 图标向上移动 */
    }
    100% {
      transform: translateY(0); /* 图标从下面重新进入 */
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0.01;
    }
  }
  @keyframes scaleIn {
    from {
      transform: scale(0.1);
      opacity: 0.01;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes scaleDown {
    from {
      transform: scale(1.5);
      opacity: 0.01;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes rotateIn {
    from {
      transform: rotate(-180deg) scale(0.1);
      opacity: 0;
    }
    to {
      transform: rotate(0deg) scale(1);
      opacity: 1;
    }
  }
  @keyframes bounceScale {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.25);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(var(--color-pulse), 0.5);
    }
    100% {
      box-shadow: 0 0 0 0.5rem rgba(var(--color-pulse), 0);
    }
  }
  @keyframes scaleUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
  }
  @keyframes shrinkSlightly {
    0% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes bounceUp {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2rem);
    }
  }
  @keyframes bounceDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(2rem);
    }
  }
  @keyframes bounceRight {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(1rem);
    }
  }
  @keyframes bounceLeft {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-1rem);
    }
  }
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  @keyframes growWidth {
    0% {
      transform: scaleX(0);
      transform-origin: left;
    }
    100% {
      transform: scaleX(1);
      transform-origin: left;
    }
  }
  @keyframes growWidthFromRight {
    0% {
      transform: scaleX(0);
      transform-origin: right;
    }
    100% {
      transform: scaleX(1);
      transform-origin: right;
    }
  }
  @keyframes pushInFromLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes pushInFromRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes pushOutToLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes pushOutToRight {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
.scroll-trigger {
  visibility: hidden;
  opacity: 0.01;
}
.scroll-trigger:not(.scroll-trigger--offscreen) {
  visibility: visible;
}
@media (prefers-reduced-motion) {
  .scroll-trigger:not(.scroll-trigger--offscreen) {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: slideIn 800ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--left-in {
    animation: slideInFromLeft 500ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--right-in {
    animation: slideInFromRight 500ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    animation: fadeIn 1200ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
  .scroll-trigger:not(.scroll-trigger--offscreen).animate--scale-in {
    animation: scaleDown 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
    animation-delay: calc(var(--animation-order) * 150ms);
  }
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (min-width: 750px) {
  .hover-trigger .animate-scale-up {
    transition: transform 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger .animate--fade-in {
    visibility: hidden;
    opacity: 0;
    transition: opacity 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger .animate--fade-out {
    visibility: visible;
    opacity: 1;
    transition: opacity 800ms cubic-bezier(0, 0, 0.3, 1);
  }
  .hover-trigger:hover .animate-scale-up {
    transform: scale(1.05);
  }
  .hover-trigger:hover .animate--fade-in {
    visibility: visible;
    opacity: 1;
  }
  .hover-trigger:hover .animate--fade-out {
    visibility: hidden;
    opacity: 0;
  }
}
.section-header {
  z-index: 3;
}
.section-header .header-wrapper {
  display: block;
  position: relative;
}
.section-header .header-wrapper .header {
  --alpha-shadow: 0;
  --alpha-border: 0.05;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(var(--color-shadow), var(--alpha-shadow));
}
.header-main {
  display: grid;
  grid-template-areas: "left-area heading icons";
  grid-template-columns: auto auto 1fr;
  gap: 1rem;
  align-items: center;
  z-index: 1;
  min-height: 4rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.header-main .header-left-area {
  grid-area: left-area;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-heading {
  width: max-content;
  line-height: 0;
  grid-area: heading;
  justify-self: center;
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  transform-origin: left center;
}
.header-heading .header-heading-logo-wrapper {
  width: 100%;
  display: inline-block;
}
.header-heading .header-heading-logo-wrapper .header-heading-logo {
  max-width: 100%;
  width: var(--logo-width-mobile, 100px);
  height: auto;
}
.header-heading .header-heading-logo-wrapper .header-heading-logo.transparent-logo {
  display: none;
}

.header-main .search-wrapper {
  display: none;
}
.header-main .header-menu-nav {
  display: none;
}
.header-icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}
.header-icons .header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  padding: 0;
  cursor: pointer;
}
.header-icons .header-icon .icon {
  flex: 0 0 auto;
  width: 1.5rem;
  transition: transform 300ms ease;
}
.header-icons .header-icon .cart-count-bubble {
  text-align: center;
  font-size: 0.875rem;
  font-weight: var(--font-body-weight-bold);
}
.header-icons .header-icon .cart-count-bubble span[aria-hidden=true] {
  display: inline-block;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--cart, .header-icons .header-icon .cart-count-bubble.bubble-style--bag {
  position: relative;
  line-height: 0;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--cart span[aria-hidden=true], .header-icons .header-icon .cart-count-bubble.bubble-style--bag span[aria-hidden=true] {
  position: absolute;
  top: 0;
  left: 100%;
  font-size: 0.75rem;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--cart span[aria-hidden=true] {
  margin-left: -6px;
  margin-top: 4px;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--bag span[aria-hidden=true] {
  line-height: normal;
  top: auto;
  bottom: 0;
  margin-left: 0.125rem;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--frame {
  min-width: 3rem;
  padding: 0.25rem 0.875rem;
  margin-left: 0.5rem;
  position: relative;
  border-radius: 9999px;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--frame:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 0 1px rgb(var(--color-foreground));
  border-radius: 9999px;
  pointer-events: none;
  z-index: 1;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--frame:hover span[aria-hidden=true] {
  animation: slideUpDown 300ms cubic-bezier(0, 0, 0.3, 1) forwards;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--text {
  min-width: 3rem;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.header-icons .header-icon .cart-count-bubble.bubble-style--text:hover {
  opacity: 0.5;
}
.header-icons .header-icon:hover .icon {
  transform: scale(1.1);
}

.section-header .header-wrapper .header .header-bottom {
  display: none;
}
.header-menu-nav .list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-menu-nav .list-menu.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}
.header-menu-nav .list-menu.list-menu--inline .header-menu-first-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-menu-nav .list-menu.list-menu--inline .header-menu-first-level .first-level-item {
  padding: 1rem 0;
  font-size: .875rem;
  font-weight: var(--font-body-weight-bold);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-menu-nav .list-menu.list-menu--disclosure {
  position: absolute;
  top: 100%;
  min-width: 20rem;
  width: auto;
  margin-top: 0.5rem;
  border-radius: var(--medium-radius);
  padding: 1rem 0;
  background: rgb(var(--color-background));
  box-shadow: 0 0 0.5rem 0 rgba(var(--color-shadow), 0.2);
}
.header-menu-nav .list-menu.list-menu--disclosure.list-menu-second--disclosure {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0.25rem;
}
.header-menu-nav .list-menu.list-menu--disclosure.list-menu-second--disclosure:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  left: auto;
  top: 0;
  right: 100%;
  bottom: 0;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item {
  position: relative; /* 子菜单可以跟随展开 */
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu {
  width: 100%;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu > details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu > details > summary .icon-caret {
  width: 0.875rem;
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item > drop-menu > details.has-opened > summary .icon-caret {
  transform: rotate(-90deg);
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item.header-menu-second-level > drop-menu[data-hover-open] > details.has-opened > summary {
  position: relative;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item.header-menu-second-level > drop-menu[data-hover-open] > details.has-opened > summary:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -100%;
  height: 300%;
  width: 5rem;
}
.header-menu-nav .list-menu.list-menu--disclosure .list-menu-item.header-menu-second-level > drop-menu[data-hover-open] > details.has-opened.position--exceed > summary:after {
  left: auto;
  right: 100%;
}
.header-menu-nav .list-menu.list-menu--mega {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: auto;
  max-height: calc(100vh - 8rem);
  padding: 2rem 0;
  overflow-y: auto;
  border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
  --gap-column: 2rem;
  --gap-row: 2rem;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--gap-row) var(--gap-column);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item {
  grid-column: span 1;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item .list-menu .list-menu-item {
  padding: 0.25rem 0;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item .mega-menu-image {
  --image-ratio: 100%;
  position: relative;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item .mega-menu-image:before {
  content: "";
  display: block;
  width: 0;
  padding-bottom: var(--image-ratio);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-2 {
  grid-column: span 2;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-2 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column)) / 2);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-3 {
  grid-column: span 3;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-3 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column) * 2) / 3);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-4 {
  grid-column: span 4;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-4 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column) * 3) / 4);
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-5 {
  grid-column: span 5;
}
.header-menu-nav .list-menu.list-menu--mega .mega-menu-list .mega-menu-item.column-5 .mega-menu-image {
  --image-ratio: calc((100% - var(--gap-column) * 4) / 5);
}
.header-menu-nav .list-menu details .header-submenu {
  visibility: hidden;
  opacity: 0;
}
.header-menu-nav .list-menu details.has-opened > .header-submenu {
  visibility: visible;
  opacity: 1;
  animation: slideIn 300ms ease;
}
.header-menu-nav .list-menu details.has-opened > .header-submenu.list-menu-second--disclosure {
  animation: slideInFromLeft 300ms ease;
}
.header-menu-nav .list-menu details.has-opened.position--exceed > summary .icon-caret {
  transform: rotate(90deg) !important;
}
.header-menu-nav .list-menu details.has-opened.position--exceed > .header-submenu {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: 0.25rem;
}

.section-header .header-wrapper .header .first-level-drop > details > summary .icon-caret {
  width: 0.75rem;
  opacity: 0.75;
  transition: transform 100ms cubic-bezier(0, 0, 0.3, 1);
}
.section-header .header-wrapper .header .first-level-drop > details.has-opened > summary .icon-caret {
  transform: scaleY(-1);
}
.section-header .header-wrapper .header .first-level-drop > details.has-opened.position--exceed > .header-submenu {
  right: 0;
}
.section-header .header-wrapper .header .first-level-drop[data-hover-open] > details.has-opened > summary {
  position: relative;
}
.section-header .header-wrapper .header .first-level-drop[data-hover-open] > details.has-opened > summary:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 90%;
  width: 200%;
  min-width: 10rem;
  height: 10rem;
  z-index: 1;
}
.section-header .header-wrapper .header .first-level-drop[data-hover-open] > details.has-opened > .header-submenu {
  z-index: 1;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button {
  line-height: 0;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  user-select: none;
  width: 3rem;
  height: auto;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger .line {
  fill: none;
  transition: stroke-dasharray 300ms, stroke-dashoffset 300ms;
  stroke: rgb(var(--color-foreground));
  stroke-width: 5.5;
  stroke-linecap: round;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger .line.top {
  stroke-dasharray: 40 139;
}
.section-header .header-wrapper .header header-drawer .menu-toggle-button .button .hamburger .line.bottom {
  stroke-dasharray: 40 180;
}
.section-header .header-wrapper .header .mega-menu-image {
  border-radius: var(--medium-radius);
}
.section-header .header-wrapper .header .mega-menu-image .media-content {
  padding: 1rem;
}
.section-header .header-wrapper .header .mega-menu-image .media-content .image-title.title-effect--background {
  padding: 1rem 3rem;
  --alpha-text-background: 0.8;
  background: linear-gradient(270deg, rgba(var(--color-background), 0) 0%, rgba(var(--color-background), var(--alpha-text-background)) 40%, rgba(var(--color-background), var(--alpha-text-background)) 60%, rgba(var(--color-background), 0) 100%);
}
.section-header .header-wrapper .header .mega-menu-image .media-content .image-title.title-effect--shadow {
  text-shadow: 0 0 0.25rem rgb(var(--color-background));
}
.section-header .header-wrapper .header .image-title.title-size--small {
  font-size: 1rem;
}
.section-header .header-wrapper .header .image-title.title-size--medium {
  font-size: 1.5rem;
}
.section-header .header-wrapper .header .image-title.title-size--large {
  font-size: 2rem;
}
.section-header .header-wrapper .header .menu-bubble {
  padding: 0.125rem 0.625rem;
  font-size: 0.625rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.section-header .header-wrapper .header:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(var(--color-foreground), var(--alpha-border));
}
@media screen and (max-width: 749px) {
  .section-header .header-wrapper .header .header-main {
    gap: 0;
  }
  .section-header .header-wrapper .header.header-mobile--center .header-main {
    grid-template-columns: 1fr auto 1fr;
  }
  .section-header .header-wrapper .header.header-mobile--center .header-main .header-heading {
    text-align: center;
    transform-origin: center center;
  }
}
@media screen and (min-width: 1200px) {
  .section-header .header-wrapper .header .header-main {
    gap: 0;
  }
  .section-header .header-wrapper .header .header-main .header-left-area {
    display: none;
  }
  .section-header .header-wrapper .header .header-main .header-left-area header-drawer {
    display: none;
  }
  .section-header .header-wrapper .header .header-main .header-heading .header-heading-logo-wrapper .header-heading-logo {
    width: var(--logo-width, 100px);
  }
  .section-header .header-wrapper .header .header-main .search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 30rem;
  }
  .section-header .header-wrapper .header .header-main .search-wrapper .search-form {
    width: 100%;
  }
  .section-header .header-wrapper .header .header-main .search-wrapper .search-container {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: rgb(var(--color-background));
    padding: 1.25rem;
    border-radius: var(--medium-radius);
    box-shadow: 0 0 0.5rem 0 rgba(var(--color-shadow), 0.2);
  }
  .section-header .header-wrapper .header .header-main .search-wrapper.in-focus .search-container {
    display: block;
    animation: slideIn 300ms cubic-bezier(0, 0, 0.3, 1);
  }
  .section-header .header-wrapper .header .header-main .search-wrapper.predictive-search-wrapper .predictive-search-main {
    max-height: var(--result-max-height);
  }
  .section-header .header-wrapper .header .header-main .header-menu-nav {
    display: block;
    grid-area: navigation;
  }
  .section-header .header-wrapper .header .header-bottom {
    display: block;
  }
  .section-header .header-wrapper .header .header-bottom .header-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
  }
  .section-header .header-wrapper .header .header-bottom .header-bottom-wrapper .header-contact {
    flex: 0 0 auto;
    font-size: 0.875rem;
  }
  .section-header .header-wrapper .header.drawer-menu .header-main {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .section-header .header-wrapper .header.drawer-menu.header--has-menu .header-left-area {
    display: flex;
  }
  .section-header .header-wrapper .header.drawer-menu.header--has-menu .header-left-area header-drawer {
    display: block;
  }
  .section-header .header-wrapper .header.header--menu-position-bottom.header--has-menu .header-main {
    border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
  }
  .section-header .header-wrapper .header.header--left-left .header-main {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr auto;
  }
  .section-header .header-wrapper .header.header--left-left.header--has-menu .header-main {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--left-left.header--has-menu.drawer-menu .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
  .section-header .header-wrapper .header.header--left-left.header--has-menu.drawer-menu .header-main .header-heading {
    justify-self: left;
  }
  .section-header .header-wrapper .header.header--left-center .header-main {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr auto;
  }
  .section-header .header-wrapper .header.header--left-center .header-main .header-heading {
    justify-self: flex-start;
  }
  .section-header .header-wrapper .header.header--left-center.header--has-menu .header-main {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--left-center.header--has-menu.drawer-menu .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }
  .section-header .header-wrapper .header.header--left-bottom .header-main {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "heading inline-search icons";
  }
  .section-header .header-wrapper .header.header--left-bottom .header-main .header-heading {
    justify-self: flex-start;
  }
  .section-header .header-wrapper .header.header--left-bottom .header-main .search-wrapper {
    grid-area: inline-search;
    justify-self: center;
  }
  .section-header .header-wrapper .header.header--left-bottom.header--has-menu.drawer-menu .header-main {
    grid-template-columns: auto 1fr 4fr 2fr;
    grid-template-areas: "left-area heading inline-search icons";
    gap: 1rem;
  }
  .section-header .header-wrapper .header.header--center-bottom .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--center-bottom .header-main .header-left-area {
    display: flex;
  }
  .section-header .header-wrapper .header.header--center-bottom .header-main .header-left-area .search-wrapper {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 750px) {
  .section-header .header-wrapper .header.header--center-bottom .header-main .header-heading {
    text-align: center;
    transform-origin: center center;
  }
}
@media screen and (min-width: 1200px) {
  .section-header .header-wrapper .header.header--center-bottom.drawer-menu .header-main .header-left-area .search-wrapper {
    margin-left: 0;
  }
  .section-header .header-wrapper .header.header--center-left .header-main {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 1200px) and (min-width: 750px) {
  .section-header .header-wrapper .header.header--center-left .header-main .header-heading {
    text-align: center;
    transform-origin: center center;
  }
}
@media screen and (min-width: 1200px) {
  .section-header .header-wrapper .header.header--center-left.header--has-menu .header-main {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    gap: 2rem;
  }
  .section-header .header-wrapper .header.header--center-left.header--has-menu.drawer-menu .header-main {
    grid-template-areas: "left-area heading icons";
    grid-template-columns: 1fr auto 1fr;
  }
}
.section-header .header-wrapper.header--background-transparent {
  height: 0;
}
.section-header .header-wrapper.header--background-transparent .header {
  background: transparent;
}
.section-header .header-wrapper.header--background-transparent .header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--gradient-background, rgb(var(--color-background)));
  transform: scaleY(0);
  transform-origin: bottom;
}
.section-header .header-wrapper.header--first-level-uppercase .first-level-item {
  text-transform: uppercase;
}
.section-header.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
.section-header.scrolled-past-header sticky-header[data-sticky-type=reduce-logo-size] .header-heading {
  transform: scale(0.75);
}
.section-header.scrolled-past-header .header {
  --alpha-shadow: 0.1;
  transition: box-shadow 300ms 300ms cubic-bezier(0, 0, 0.3, 1);
}
.section-header.animate {
  transition: top 300ms ease-out;
}
.section-header.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}
.section-header:hover .header-wrapper.header--background-transparent .header:before, .section-header.header--is-active .header-wrapper.header--background-transparent .header:before, .section-header.scrolled-past-header .header-wrapper.header--background-transparent .header:before {
  transition: transform 300ms cubic-bezier(0, 0, 0.3, 1);
  transform: scaleY(1);
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header {
  --color-foreground: var(--transparent-foreground-color);
  --alpha-border: 1;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header .header-main .header-heading .header-heading-logo-wrapper.has-transparent-logo .header-heading-logo {
  display: none;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent .header .header-main .header-heading .header-heading-logo-wrapper.has-transparent-logo .header-heading-logo.transparent-logo {
  display: block;
}
.section-header:not(:hover, .header--is-active, .scrolled-past-header) .header-wrapper.header--background-transparent.header--transparent-border-hide .header {
  --alpha-border: 0;
}
.featured-collection-tabs__alt .panel {
  display: flex;
}
.featured-collection-tabs__alt .product-list-container {
  width: 100%;
}
.featured-collection-tabs__alt .featured-collection-tabs__wrapper .tab-panel .tab-panel-panels .panel .collection-title {
  display: none;
}
.featured-collection-tabs__alt .featured-collection-tabs__wrapper .tab-panel .tab-panel-panels .panel .collection-title h3 {
  font-size: 1.5rem;
  margin: 20px 0;
}
.featured-collection-tabs__alt .collection-title img {
  position: unset;
  border-radius: var(--medium-radius);
}
.featured-collection-tabs__alt ul.auto-grid {
  list-style: none;
}
@media screen and (min-width: 749px) {
  .featured-collection-tabs__alt .featured-collection-tabs__wrapper .tab-panel .tab-panel-panels .panel .collection-title {
    display: block;
    margin-right: 20px;
    padding: 20px;
    background: #fff;
    height: fit-content;
    border-radius: var(--medium-radius);
    text-align: center;
  }
  .featured-collection-tabs__alt .featured-collection-tabs__wrapper .tab-panel .tab-panel-panels .panel .collection-title h3 {
    font-size: 1.5rem;
    margin: 20px 0;
  }
  .featured-collection-tabs__alt .featured-collection-tabs__wrapper .tab-panel .icon-image {
    display: none;
  }
  .featured-collection-tabs__alt .collection-title img {
    position: unset;
    border-radius: var(--medium-radius);
  }
  .featured-collection-tabs__alt .block-heading {
    margin: 0;
  }
}

.featured-collection-tabs__alt .tab-panel-tabs__count {
  display: none;
}
.featured-collection-tabs__alt .selected-panel__header {
  display: none;
}
.featured-products {
  --color-foreground: var(--color-background);
}
.slider-product__wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.slider-product__image img {
  width: 100%;
  height: auto;
}
.slider-product__content {
  padding: 30px 0;
  flex: 1;
}
.slider-product__image {
  width: 24rem;
}
.slider-product__image img {
  border-radius: var(--medium-radius);
}
.button.button--alt {
  background-color: #88c540;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .slider-product__wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  .slider-product__image {
    width: 100%;
  }
  .slider-product__content {
    padding: 0 0;
    text-align: center;
  }
  .featured-collection-tabs.featured-collection-tabs__alt ul.tab-panel-tabs {
    display: flex;
    flex-direction: column;
    gap: 1px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
    border-radius: 10px;
    overflow: hidden;
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs.tab-style--pill .tab {
    width: 100%;
    border-radius: 0;
    justify-content: space-between;
    min-height: 4.75rem;
    padding: 0;
    font-weight: normal;
    position: relative;
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs.tab-style--pill .tab .tab-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs.tab-style--pill .tab[aria-selected=true] {
    --alpha-background: .05;
    color: rgb(var(--color-foreground));
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs .tab .media, .selected-panel__header .media {
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 0;
    transition: transform .3s cubic-bezier(0,0,.3,1);
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs .tab .block-heading {
    font-weight: var(--font-body-weight-bold);
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs .tab:hover .media, .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs .tab:hover .icon {
    transform: scale(1);
  }
  .featured-collection-tabs__alt .tab-panel-tabs__count {
    display: block;
    font-style: italic;
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs.tab-style--pill .tab .tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 50%;
    margin-right: 10px;
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel .tab-panel-tabs.tab-style--pill .tab[aria-selected=true] .tab-icon>span {
    display: block;
    background-color: #333;
    border-color: #333;
    border: 1px solid transparent;
    border-radius: 50%;
    height: 10px;
    transition: all .2s;
    width: 10px;
  }
  .featured-collection-tabs__alt .scrollable-content {
    overflow: visible;
  }
  .featured-collection-tabs__alt .selected-panel__header {
    --alpha-background: .05;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 10px #0003, 0 4px 20px #00000030;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(var(--color-foreground), var(--alpha-background));
    color: rgb(var(--color-foreground));
    cursor: pointer;
  }
  .featured-collection-tabs__alt .selected-panel__header .panel__header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
  }
  .featured-collection-tabs__alt .selected-panel__header .block-heading {
    font-weight: var(--font-body-weight-bold);
  }
  .featured-collection-tabs__alt .selected-panel__header .panel__header-icon {
    margin-right: 5px;
    transition: all .3s;
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel ul.tab-panel-tabs {
    display: none;
  }
  .featured-collection-tabs.featured-collection-tabs__alt .tab-panel.show-tabs ul.tab-panel-tabs {
    display: flex;
  }
  .featured-collection-tabs__alt .tab-panel.show-tabs .selected-panel__header {
    display: none;
  }
  .featured-collection-tabs__alt .tab-panel.show-tabs .selected-panel__header .panel__header-icon {
    transform: rotate(180);
  }
}

#ShopifyChat {
  z-index: 2147483646 !important;
}
#Cart-Drawer {
  z-index: 2147483647 !important;
}

/* New css */
body{
  font-family: "Poppins", sans-serif !important;
  color: #000000;
  background: #FFFBF6;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif !important;
}

.text-inter{
	font-family: "Inter", sans-serif !important;
}
.text-opensans{
	font-family: "Open Sans", sans-serif;
}

a{
	text-decoration: none;
	color: #ffffff;
}

.fw-100{
	font-weight: 100;
}
.fw-200{
	font-weight: 200;
}
.fw-300{
	font-weight: 300;
}
.fw-400{
	font-weight: 400; /* normal */
}
.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700; /* bold */
}
.fw-800{
	font-weight: 700;
}
.fw-900{
	font-weight: 900;
}
.text-orange{
	color: #FF8800;
}

/*--------------------------- BUTTON--------------------------------*/
.button-orange{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #FF8800;
	color: #FFFFFF;
	cursor: pointer;
}
.button-orange:hover{
	background: #EB7400;
	color: #FFFFFF;
}

.button-white-orange{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #ffffff;
	color: #FF8800;
	cursor: pointer;
}
.button-white-orange:hover{
	background: #ffffff;
	color: #EB7400;
}

.button-green{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #9BCE5F;
	color: #FFFFFF;
	cursor: pointer;
}
.button-green:hover{
	background: #71A435;
	color: #FFFFFF;
}

.button-white-green{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #ffffff;
	color: #9BCE5F;
	cursor: pointer;
}
.button-white-green:hover{
	background: #ffffff;
	color: #71A435;
}
/*-----------------------------------------------------------*/
.fyw-top-bar {
	font-family: "Inter", sans-serif;
  background-color: #ff8800;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
  position: relative;
  z-index: 1;
}

.navbar-main {
	background: #FFFFFF99;
  box-shadow: 0px 4px 9px 0px #B8B8B81A,
							0px 17px 17px 0px #B8B8B817,
							0px 37px 22px 0px #B8B8B80D,
							0px 66px 26px 0px #B8B8B803,
							0px 103px 29px 0px #B8B8B800;
	backdrop-filter: blur(34px);
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	z-index: 9;
	padding: 0px !important;
}

.navbar-nav .nav-link {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px !important;
  margin-right: 16px;
  color: #FF8800 !important;
}

.navbar-nav a:after{
	display:block;
  content: '';
  border-bottom: solid 1px #FF8800 !important;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.navbar-nav a:hover:after{ 
	transform: scaleX(1); 
	transform-origin:   0% 50%; 
}
.navbar-nav .dropdown .nav-link::after{
	border-bottom: 0px !important;
}
.navbar-nav .dropdown a::after

.navbar-nav .dropdown a img{
	transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}


.navbar-nav .dropdown .dropdown-menu{
	border-radius: 8px;
	background: #ffffff;
	padding: 25px 25px;
	border: 0px;
}
.navbar-nav .dropdown .dropdown-menu li a{
	font-family: Poppins;
	font-weight: 700;
	font-size: 18px;
	color: #FF8800;
	padding: 0px;
	text-transform: uppercase;
	display: table-cell;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

/* When dropdown is open */
.dropdown-arrow.rotated {
  transform: rotate(-180deg); /* change to 90deg or 180deg depending on your SVG direction */
}

.navbar-nav .dropdown .dropdown-menu li a:hover,
.navbar-nav .dropdown .dropdown-menu li a:focus{
	background: none;
}

/* === Desktop hover with fade === */
@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu {
    display: grid;
    gap: 19px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-15px, 0px);
    transition: all 0.35s ease;
    position: absolute;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-15px, 0px);
  }
  .navbar-nav .dropdown:hover img{
		transform: rotate(-180deg);
	}
}

/* === Mobile slide effect (for toggle) === */
@media (max-width: 1199px) {
  .dropdown-menu {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  .dropdown-menu.show {
    display: grid;
    gap: 8px;
    max-height: 500px; 
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .navbar-nav .dropdown img {
    float: right;
    margin: 9px 0px;
  }
  .navbar-nav .dropdown .show img {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
  }
  .navbar-nav .dropdown .dropdown-menu{
		border-radius: 8px;
		background: #ffffff;
		padding: 10px 15px 0px 15px;
		border: 0px;
	}
  .navbar-nav .dropdown .dropdown-menu li a{
		font-size: 16px;
	}
}


.fyw-top-bar .fyw-top-bar-text {
	display: flex !important;
}
.fyw-top-bar .fyw-top-bar-text a:after{
	display:block;
  content: '';
  border-bottom: solid 1px #fff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.fyw-top-bar .fyw-top-bar-text a:hover:after{ 
	transform: scaleX(1); 
	transform-origin:   0% 50%; 
}
.fyw-top-bar .tob-bar-hover img{
	transition: ease all 0.5s;
}
.fyw-top-bar .tob-bar-hover span{
	transition: ease all 0.5s;
}
.fyw-top-bar .tob-bar-hover:hover img{
	transform:translateX(5px);
	transition: ease all 0.5s;
}
/* .fyw-top-bar .tob-bar-hover:hover span{
	margin-left: -5px;
	transition: ease all 0.5s;
} */
.offcanvas .offcanvas-body .navbar-nav .nav-item{
	margin: 10px 0px;
}

.navbar-brand {
  text-align: center;
  font-weight: bold;
  color: #bf5b00;
}

@media only screen and (min-width: 2501px){
 .fyw-home-banner{
  background-image: url('/cdn/shop/files/banner-3460x1082.png?v=1763728958');
  background-size: cover !important;
}
}

@media only screen and (max-width: 2500px) and (min-width: 1688px){
  .fyw-home-banner{
  background-image: url('/cdn/shop/files/banner-2460x1082.png?v=1763728959');
}
}

@media only screen and (max-width: 1687px){
 .fyw-home-banner{
  background-image: url('/cdn/shop/files/banner.png?v=1763730104');
  background-size: cover !important;
}
}
 

.fyw-home-banner{
  height: 100%;
  min-height: 1082px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -130px;
  overflow: hidden;
}
.fyw-home-banner .banner-text{
	margin-top: 345px;
}
.fyw-home-banner .banner-text h1{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 94px;
	line-height: 94px;
	text-transform: uppercase;
	color: #ffffff;
}
.fyw-home-banner .button-orange{
	margin-top: 30px;
}




.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 18px !important;
  color: #88C540 !important;
}


.fyw-bundles-box{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
  margin-top: 45px;
}
.fyw-bundles-box h1{
	font-weight: 300;
	font-size: 54px;
	text-align: center;
}
 .fyw-product-box{
	width: 298px;
	height: 485px;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0px 4px 12px 0px #00000030;
	text-align: center;
	margin: 0 auto;
	justify-self: center;
	max-width: 292px;
	position: relative;
}

 .fyw-product-box:hover{
	background: #FF8800;
}
 .fyw-product-box .product-img{
	width: auto;
	max-width: 282px;
	height: 276px;
	border-radius: 4px;
	overflow: hidden;
}
.fyw-product-box .product-img .shoping-cart{
	position: absolute;
  left: 14px;
  top: 14px;
  display: none;
}
.fyw-product-box:hover .product-img .shoping-cart{
	display: block;
}


#swiper-slide-111 .fyw-product-box {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#swiper-slide-111 .slider-column {
  position: relative;
}
#swiper-slide-111 .swiper-button-next::after, 
#swiper-slide-111 .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}


 .product-text h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	margin-top: 12px;
}
.product-text .price-text{
	margin-bottom: 14px !important; 
}
.fyw-product-box:hover .product-text h4{
	color: #ffffff !important;
}
 .product-text p{
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	margin: 13px 0px;
}
 .fyw-product-box:hover .product-text p{
	color: #ffffff;
}
 .product-text h3{
	font-weight: 700;
	font-size: 24px;
}
 .fyw-product-box:hover .product-text h3{
	color: #ffffff !important;
}
.fyw-product-box .button-orange{
	height: 41px;
	padding: 4px 20px 4px 20px;
}
 .fyw-product-box:hover .button-orange{
	background: #ffffff;
	color: #EB7400;
	height: 41px;
}
 .price-compare{
	font-weight: 700;
	font-size: 16px;
	text-decoration: line-through;
	color: #D9D9D9;
}
.fyw-bundles-box .swiper-wrapper {
	margin: 50px 0px;
}
.fyw-bundles-box .container {
  max-width: 1292px;
	width: 100%;
	margin: 0 auto;
}
.swiper-container {
  overflow: hidden;
}
/*.fyw-bundles-box .swiper-slide{
	width: auto !important;
	margin: 0px 8px !important;
}*/

.swiper_wrap {
  position: relative !important;
  display: block !important;
  text-align: left !important;
}
/*.swiper-button-next {
  right: -40px !important;
  align-content: center;
}
.swiper-button-prev {
  left: -20px !important;
  align-content: center;
}*/

.fyw-bundles-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: -50px !important;
    right: auto;
    opacity: 1 !important;
    font-weight: 900;
}

.fyw-bundles-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: -50px !important;
    left: auto;
    opacity: 1 !important;
    font-weight: 900;
}



.fyw-video-box{
	margin-top: 200px ;
}
.fyw-video-box .video-text{
	margin-left: 55px ;
}
.fyw-video-box h1{
	font-family: Poppins;
	font-weight: 300;
	font-size: 74px;
	line-height: 115px;
	color: #000000;
	margin-top: 20px;
}
.fyw-video-box p{
	margin-top: 30px;
	font-family: Poppins;
	font-weight: 300;
	font-size: 20px;
	color: #000000;
}


.fyw-clientlogo-box{
	margin-top: 160px;
}
.fyw-clientlogo-box .col-md-2{
	width: 18.666667%;
}
.fyw-clientlogo-box .client-logos{
	max-width: 1408px;
	margin: 0 auto;
	border-radius: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #FF8800;
	box-shadow: 0px 4px 20px 0px #00000040;
	text-align: center;
}



.fyw-favorites-box{
	margin-top: 200px;
	max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.fyw-favorites-box .favorites-text{
	margin-left: 166px;
}
.fyw-favorites-box .favorites-text h2{
	font-weight: 300;
	font-size: 54px;
	line-height: 80px;
	color: #000000;
	margin-right: 80px;
}
.fyw-favorites-box .favorites-text p{
	font-weight: 300;
  font-size: 20px;
  color: #000000;
  margin: 30px 80px 30px 0px;
}
.fyw-favorites-box .favorites-img{
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/favorites-img.png?v=1760688548);
	/*width: 751px;*/
  height: 1067px;
  background-position: right;
  background-repeat: no-repeat;

}



.fyw-health-box{
  max-width: 1548px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}
.fyw-health-box-swiper {
  overflow: hidden;
}
.fyw-health-box h1{
	font-weight: 300;
	font-size: 54px;
	line-height: 62px;
	text-align: center;
	margin-top: 130px;
}
.fyw-health-box .container {
  max-width: 1548px;
	width: 100%;
	margin: 0 auto;
}
.fyw-health-box .swiper-wrapper {
	margin: 50px 0px 20px 0px;
}
.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: -35px !important;
    padding-left: 10px;
    right: auto;
    opacity: 1 !important;
    font-weight: 900;
}
.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: -35px !important;
    padding-right: 10px;
    left: auto;
    opacity: 1 !important;
    font-weight: 900;
}
.fyw-health-box .swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	background: #D9D9D9;
	opacity: 1 !important;
	margin-right: 10px !important;
}
.fyw-health-box .swiper-pagination-bullet-active{
	background: #FF8800 !important;
}
.fyw-health-box .swiper_wrap{
	margin-bottom: 50px;
}
.fyw-health-box .swiper-pagination{
	position: relative;
	display: block;
}
.fyw-health-box .main-p-button{
	padding: 40px 30px 0px 30px;
}

#fyw-health-slide .fyw-product-box {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#fyw-health-slide .slider-column {
  position: relative;
}
#fyw-health-slide .swiper-button-next::after, 
#fyw-health-slide .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}



.fyw-customers-box {
  margin-top: 120px;
  z-index: 1;
  position: relative;
}
.fyw-customers-box .customers-text {
  max-width: 1408px;
  margin: 0 auto;
  border-radius: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #FF8800;
  box-shadow: 0px 4px 20px 0px #00000040;
  text-align: center;
}

.fyw-customers-box .customers-text h1{
	font-weight: 700;
	font-size: 54px;
	line-height: 62px;
	color: #ffffff;
}
.fyw-customers-box .customers-text p{
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0px;
	color: #ffffff;
}




.fyw-testimonial-box{
	background: linear-gradient(0deg, #FFFBF6 5.68%, #FFBF76 96.4%);
	position: relative;
	top: -68px;
}
.fyw-testimonial-box .button-orange{
	margin-bottom: 180px;
}

.fyw-testimonial-box h2{
	font-weight: 300;
	font-size: 54px;
	line-height: 62px;
	text-align: center;
	padding-top: 220px;
	padding-bottom: 15px;
}

.fyw-testimonial-box .swiper {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
}

.fyw-testimonial-box .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fyw-testimonial-box .testimonial-card{
	width: 729px;
	height: 339px;
	justify-content: space-between;
	angle: 0 deg;
	opacity: 1;
	border-radius: 30px;
	border-width: 1px;
	padding: 50px 100px;
	background: #FFFFFF;
	border: 1px solid #FF8800;
	box-shadow: 8px 12px 31px 0px #9696961A;
}
.fyw-testimonial-box .testimonial-card img{
	margin-bottom: 30px;
}
.fyw-testimonial-box .testimonial-card p{
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
.fyw-testimonial-box .testimonial-card h4{
	font-family: Open Sans;
	font-weight: 700;
	font-style: Italic;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	margin-top: 35px;
}
#fyw-testimonial-slider .testimonial-card {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#fyw-testimonial-slider .slider-column {
  position: relative;
}
#fyw-testimonial-slider .swiper-button-next::after, 
#fyw-testimonial-slider .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}

.fyw-shipping-box{
	padding-bottom: 30px;
}
.fyw-shipping-box h3{
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.fyw-follow-box{
	padding: 120px 0px;
	max-width: 1420px;
	margin: 0 auto;
}

.fyw-follow-box h2{
	font-family: Poppins;
	font-weight: 400;
	font-size: 54px;
	line-height: 62px;
	margin-left: 12px;
}
.fyw-follow-box .mySwiper-2 {
	padding: 50px 12px;
}
.fyw-follow-box .fyw-follow-button{
	display: none;
}

.follow-card-1{
	max-width: 456px;
	height: 523px;
	border-radius: 12px;
	overflow: hidden;
	object-fit: cover;
	text-align: center;
	align-content: center;
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/follow-us-1.png?v=1760688554);
	background-size: cover;
	box-shadow: 0px 4px 20px 0px #00000040;
}
.follow-card-2{
	max-width: 456px;
	height: 523px;
	border-radius: 12px;
	overflow: hidden;
	object-fit: cover;
	text-align: center;
	align-content: center;
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/follow-us-2.png?v=1760688556);
	background-size: cover;
	box-shadow: 0px 4px 20px 0px #00000040;
}
.follow-card-3{
	max-width: 456px;
	height: 523px;
	border-radius: 12px;
	overflow: hidden;
	object-fit: cover;
	text-align: center;
	align-content: center;
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/follow-us-3.png?v=1760688554);
	background-size: cover;
	box-shadow: 0px 4px 20px 0px #00000040;
}
.follow-card-1 img{
	display: none;
}
.follow-card-1:hover{
	background: #FF8800;
	z-index: -1;
	background-image: none;
}
.follow-card-1:hover img{
	display: inline-block;
}

.follow-card-2 img{
	display: none;
}
.follow-card-2:hover{
	background: #FF8800;
	z-index: -1;
	background-image: none;
}
.follow-card-2:hover img{
	display: inline-block;
}

.follow-card-3 img{
	display: none;
}
.follow-card-3:hover{
	background: #FF8800;
	z-index: -1;
	background-image: none;
}
.follow-card-3:hover img{
	display: inline-block;
}



footer{
	text-align: center;
	background: #FF8800;
	padding-top: 30px;
}
footer .social-icon{
	margin-top: 50px;
}
footer .social-icon a{
	margin: 12px;
}
footer .footer-menu a{
	margin: 30px 5px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
footer .footer-menu{
	margin: 30px 5px;
}
footer .footer-address{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	justify-content: center;
	color: #ffffff;
	margin-bottom: 30px;
}
footer .footer-address div{
	margin: 5px 30px;
}
footer .footer-policy a{
	margin: 30px 5px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
footer .footer-policy{
	padding: 9px 5px 66px 5px;
	border-top: 0.5px solid #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------*/

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
	.container {
	  max-width: 1420px;
	  margin: 0 auto;
	}
	
}
@media only screen and (min-width: 1560px) {
  .container {
    max-width: 1548px;
    margin: 0 auto;
    padding: 0px;
  }
  .modal-xl {
    --bs-modal-width: 1470px;
	}
}


@media (max-width: 1728px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 78px;
	}
	.fyw-testimonial-box .testimonial-card {
          padding: 40px 12px;
    }
}
@media (max-width: 1635px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 31px;
	}
}




@media (max-width: 1566px) {
	.fyw-favorites-box .favorites-text{
		margin-left: 70px;
	}
	.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    left: -35px !important;
	    padding-left: 10px;
	    right: auto
	}
	.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    right: -35px !important;
	    padding-right: 10px;
	    left: auto
	}
}
@media (max-width: 1440px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 11px;
	}
}

@media (max-width: 1399px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 0px;
	}
	.fyw-video-box h1 {
    font-size: 64px;
    line-height: 85px;
	}
	.fyw-video-box .video-text {
    margin-left: 0px;
  }
 	.fyw-testimonial-box .testimonial-card{
		width: auto !important;
		height: 343px !important;
		padding: 40px 12px;
	}
}

@media (max-width: 1200px) {

	.fyw-testimonial-box .testimonial-card { 
		padding: 20px 12px;
    }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .fyw-home-banner .banner-text h1 {
    font-size: 75px;
    line-height: 75px;
	}
	.fyw-video-box h1 {
    font-size: 54px;
    line-height: 65px;
	}
	.fyw-video-box .video-text {
    margin-left: 0px;
  }
  .fyw-video-box p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
	}
	.fyw-favorites-box .favorites-text p{
	  font-size: 18px;
	}
	.fyw-bundles-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    display: none;
	}
	.fyw-bundles-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    display: none;
	}

	.fyw-health-box .swiper-pagination{
    position: absolute;
    padding: 0px 30px;
	}
	.fyw-health-box .main-p-button{
		padding: 0px 30px;
	}
	.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    position: relative;
	}
	.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    position: relative;
	}
	.fyw-health-box .swiper-nav{
		display: flex;
		justify-content: end;
		padding: 0px 30px 10px 30px;
	}
	.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    left: 0px !important;
	    padding-left: 0px;
	    right: auto;
	    margin-top: calc(0px - (var(--swiper-navigation-size)/ 4.5)) !important;
	}
	.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    right: 0px !important;
	    padding-right: 0px;
	    left: auto;
	    margin-top: calc(0px - (var(--swiper-navigation-size)/ 4.5)) !important;
	}
	.fyw-health-box .swiper-button-next:after, .fyw-health-box .swiper-button-prev:after{
		color: #FF8800 !important;
	}

}

@media (max-width: 991px) {
	.fyw-top-bar .fyw-top-bar-text{
		display: none !important;
	}
	.fyw-video-box h1 {
    margin-top: 80px;
	}
  .fyw-favorites-box .favorites-text {
    margin-left: 58px;
  }
  .fyw-health-box .swiper-wrapper {
		margin: 50px 0px 20px 0px;
	}
	.fyw-testimonial-box .testimonial-card h4{
  	margin-top: 20px !important;
  }
}

@media (max-width: 779px) {
  .fyw-favorites-box .favorites-text {
    margin-left: 37px;
    margin-right: 37px;
  }
  .fyw-favorites-box .favorites-text p {
    margin: 30px 0px 30px 0px;
  }

}


@media (max-width: 767px) {
	body{
	  background: #ffffff;
	}
	.fyw-testimonial-box h2{
padding-top: 150px !important;
}
	.button-orange{
		height: 35px;
		border-radius: 6px;
		padding-top: 4px;
		padding-right: 16px;
		padding-bottom: 4px;
		padding-left: 16px;
		font-weight: 700;
		font-size: 18px;
		line-height: 26px;
	}
	.fyw-bundles-box h1{
		font-weight: 300;
		font-size: 40px;
	}
	.fyw-bundles-box {
    margin-top: 35px;
	}
	.fyw-bundles-box .swiper-wrapper {
    margin: 20px 20px;
  }
	
	.fyw-home-banner .banner-text{
		text-align: center;
	}
  .fyw-home-banner .banner-text h1 {
    font-size: 52px;
    line-height: 52px;
	}
	.fyw-home-banner .banner-text{
		margin-top: 180px;
	}
	.fyw-home-banner .button-orange {
    margin-top: 40px;
  }
  .fyw-video-box h1 {
    margin-top: 80px;
	}
	
	.fyw-shipping-box{
    margin-top: 43px;
    margin-bottom: 20px;
	}
	.fyw-shipping-box .container{
    padding: 0px 30px;
	}
	.fyw-shipping-box h3 {
    font-family: Poppins;
		font-weight: 700;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	footer .footer-menu{
		display: flex;
		flex-direction: column;
	}
	footer .footer-menu a{
		margin: 10px 5px;
	}
	footer .footer-address{
		flex-direction: column;
	}
	footer .footer-address a,
	footer .footer-address div{
		text-align: -webkit-center !important;
  	text-align: -moz-center !important;
		text-align: center;
	}
	footer .footer-address img{
		display: flex;
    justify-self: center;
    margin-bottom: 10px;
	}
	footer .footer-policy{
		display: flex;
		flex-direction: column;
		padding: 30px 5px 30px 5px;
	}
	footer .footer-policy a{
		margin: 10px 5px;
	}
	.container, .container-fluid {
	  padding: 0px 20px;
  }
	.fyw-customers-box .customers-text h1{
  	font-family: Poppins;
		font-weight: 700;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
  }
  .fyw-customers-box .customers-text p{
  	font-size: 20px;
  	margin-bottom: 40px;
  }
  .fyw-clientlogo-box .col-md-2 {
	  width: 31.666667%;
	}
	.fyw-clientlogo-box .client-logos img{
		margin: 10px 0px;
		width: 101px;
    height: 101px;
    max-width: 101px;
	}
	.fyw-health-box .swiper-wrapper {
    margin: 15px 0px 20px 0px;
  }
  .fyw-health-box{
  	padding: 0px 0px;
  }
  .fyw-customers-box {
    margin-top: 200px;
	}
	.fyw-testimonial-box h2{
		font-family: Poppins;
		font-weight: 300;
		font-size: 40px;
		text-align: center;
		padding: 0px 20px;
	}
	.product-text .button-orange{
		font-size: 22px;
		line-height: 34px
	}
	.fyw-follow-box .mySwiper-2 {
		padding: 30px 12px;
	}
	.fyw-follow-box .fyw-follow-button {
		padding: 5px 20px;
	}
	.fyw-follow-box .fyw-follow-button{
		display: block;
	}
}

@media (max-width: 767px) and (min-width: 577px) {
	.fyw-home-banner {
	top: 0px !important;
	background-position: center right;
	}
}

@media (max-width: 636px) {
  .fyw-product-box .product-img {
    width: 100% !important;
	max-width: 100% !important;
  }


@media (max-width: 576px) {
	.fyw-home-banner {
    background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/banner-mobile.png?v=1762778610);
    /* background-position: -1136px; */
    background-repeat: no-repeat;
    position: relative;
    top: -100px;
    height: 1225px;
	background-size: cover;
	}
	.fyw-top-bar {
		font-family: "Inter", sans-serif;
	  background-color: #ff8800;
	  color: white;
	  font-size: 12px;
	  padding: 10px 10px;
	  position: relative;
	  z-index: 1;
	}
	.fyw-bundles-box .container{
		margin: -90px auto;
	}
	.fyw-bundles-box .button-orange{
		width: 100%;
	}
	.fyw-video-box h1 {
    font-size: 54px;
    line-height: 75px;
	}
	.fyw-clientlogo-box .client-logos{
		padding-left: 40px;
		padding-right: 40px;
	}

	.fyw-favorites-box .favorites-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fyw-favorites-box .favorites-text h2 {
    font-size: 40px;
    line-height: 56px;
    margin-right: 20px;
	}
	.fyw-favorites-box .favorites-text .button-orange {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
	}
	.fyw-health-box h1{
		font-weight: 300;
		font-size: 40px;
		line-height: 62px;
		text-align: center;
		margin-top: 154px;
	}
	.fyw-health-box .button-orange{
		width: 100%;
	}
	.fyw-health-box .swiper_wrap{
		margin-bottom: 20px!important;
	}
	.fyw-testimonial-box{
		top: -160px;
	}
	.fyw-testimonial-box h2{
		padding-top: 250px !important;
		margin-bottom: 40px;
	}
	.fyw-testimonial-box .swiper{
		padding-bottom: 0px;
	}
	.fyw-testimonial-box .button-orange{
		width: 90%;
		margin-bottom: 120px;
		margin-top: 20px;

	}
	.fyw-testimonial-box .swiper{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.fyw-testimonial-box .testimonial-card{
		padding: 40px 12px;
		border: 0px;
	}
	.fyw-follow-box {
    padding: 50px 0px 70px 0px;
  }
	.fyw-follow-box h2{
		font-family: Poppins;
		font-weight: 300;
		font-size: 40px;
		text-align: center;
		margin-bottom: 10px;
	}
	.fyw-shipping-box {
    margin-top: -100px;
  }

  .follow-card-1{
  	height: 459px;
  }
  .follow-card-2{
  	height: 459px;
  }
  .follow-card-3{
  	height: 459px;
  }
  .fyw-bundles-box {
    padding: 0px 0px;
	}
  .fyw-video-box {
    margin-top: 290px;
	}
	
}

@media (max-width: 490px) {
	.fyw-bundles-box .swiper-wrapper {
    margin: 20px 0px;
  }
  .fyw-clientlogo-box .client-logos{
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media (max-width: 430px) {
		
}

@media only screen and (max-width: 1590px) {
#navbar-main .me-lg-5{
margin-right: 4rem!important
}
}
@media only screen and (max-width: 1559px) {
#navbar-main .me-lg-5{
margin-right: 6.5rem!important
}
}

@media (max-width: 1200px) {
#navbar-main .me-lg-5 {
    margin-right: 5rem!important
  }
}

@media (max-width: 991px) {
  #navbar-main .me-lg-5 {
    margin-right: 0rem !important;
}
}



/* New css Dev 7 */

.product-image{
	width: 100%;
}

#offcanvascart{
	width: 490px;
border-radius: 0.875rem;
display: grid;
grid-template-rows: max-content auto;
max-width: 100%;
box-shadow: 0 0 1rem rgba(0,0,0,.2);
height: 96%;
margin: auto 20px auto 0px;
}

#offcanvascart .offcanvas-header{
	padding: 20px;
}

.side-cart-close-button{
	background: #FF8800 !important;
	position: absolute;
	left: -55px;
	height: 30px !important;
  	width: 30px !important;
 	 border-radius: 100px;
  	opacity: 1;
  	color: #fff !important;
}

.side-cart-close-button img{
	width: 40% !important
}

#offcanvascart .side-cart-title{
	font-family: Poppins;
font-weight: 300;
font-style: Light;
font-size: 52px;
leading-trim: NONE;
line-height: 52px;
letter-spacing: 0%;
text-align: center;
text-align: center;
margin: auto;
}

.free-ship{
	display: flex !important;
	justify-content: space-between !important;
	align-items: top !important;
}

.free-ship p{
	margin: 0px !important;
}

.free-ship img{
	align-self: start !important;
	margin-top: 5px !important;
}

#offcanvascart .offcanvas-body{
	padding: 30px 20px 0px 20px !important;
}

.gift-ship{
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

.gift-ship .progress-bar {
  background-color: #ff7c00;
}


.side-cart-product-details .product-card{
	display: flex !important;
	justify-content: center !important;
	gap: 10px;
}

.side-cart-product-details .product-card .product-img,
.side-cart-product-details .product-card .product-img img{
	width: 138px !important;
	height: 138px !important;
	object-fit: contain !important;
	border-radius: 10px !important;
}

.side-cart-product-details{
	margin-top: 20px !important;
}

#offcanvascart .side-cart-product-details .product-info{
	width: 282px;
	max-width: 100%;
}

.side-cart-product-details .qty-btn{
	background: transparent !important;
	border: none !important;
}
.side-cart-product-details .product-detail{
	display: flex !important;
	flex-direction: column !important;
	justify-content: start;
	align-items: start;
	gap: 10px !important;
}

.side-cart-product-details .product-detail span {
  height: 29px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #9696961a;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

.side-cart-product-details .product-title{
font-family: Poppins;
font-weight: 700;
font-style: ExtraBold;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
}

.side-cart-product-details .product-info > div:first-child {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.side-cart-product-details .product-info img[alt="image-cross"] {
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: .7;
  transition: .2s;
}

.side-cart-product-details .product-info > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}


.side-cart-product-details .quantity-control {
  height: 36px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid #000000;
  align-content: center;
}


.side-cart-product-details .price-tag {
  font-family: Poppins !important;
font-weight: 700; !important;
font-style: ExtraBold !important;
font-size: 22px !important;
leading-trim: NONE !important;
line-height: 24px !important;
background:  #FF8800 !important;
padding: 6px 8px !important;
color: #fff !important;
}

.offcanvas .side-cart-footer{
	margin-top: auto !important;
}

.offcanvas .side-cart-footer{
	background: #9696964D;
	padding: 20px;
	border-radius: 1.25rem 1.25rem 0.875rem 0.875rem;
}

.offcanvas .side-cart-footer h4{
font-weight: 300 !important;
font-size: 34px !important; 
line-height: 34px !important;
}

.offcanvas .side-cart-footer .offcanvas .side-cart-footer .total-section{
	font-weight: 700 !important;
font-size: 34px !important;
line-height: 34px !important;
}

.offcanvas .side-cart-footer .checkout-footer  {
      text-align: center;
      font-size: 0.9rem;
      color: #444;
      margin-top: 15px;
    }
.offcanvas .side-cart-footer .checkout-footer p {
      	font-family: Poppins;
		font-weight: 300;
		font-size: 16px;
		text-align: center;
		margin: 20px 0px;
    }

.offcanvas .side-cart-footer .checkout-footer a {
      	color: #000;
      	font-weight: 500;
      	text-decoration: underline;
     	margin: 0 10px;
       	transition: 0.2s;
       	font-family: Poppins;
		font-weight: 300;
		font-style: Light;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		text-decoration: underline;
		text-decoration-style: solid;
		text-decoration-offset: 0%;
		text-decoration-thickness: 0%;
		text-decoration-skip-ink: auto;

    }

	/* --- TOTAL SECTION --- */
    .offcanvas .side-cart-footer .total-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .offcanvas .side-cart-footer .total-section h4 {
      	font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		line-height: 24px;
		color: #000000;
		margin: 0px;
    }

    .offcanvas .side-cart-footer .price-box {
		height: 36px;
		padding-top: 6px;
		padding-right: 8px;
		padding-bottom: 6px;
		padding-left: 8px;
		border-radius: 6px;
		background: #FF8800;
		font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		line-height: 24px;
		color: #ffffff;

    }

	/* --- CHECKOUT BUTTON --- */
    .offcanvas .side-cart-footer .checkout-btn {
    	width: 100%;
		height: 57px;
		padding: 12px;
		border-radius: 10px;	
		background: #FF8800;
		margin-top: 20px;
		display: block;
		text-align: center;
		font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		text-align: center;
		text-transform: uppercase;
    }

    .offcanvas .side-cart-footer .checkout-btn:hover {
      background-color: #e96c00;
    }

	.offcanvas .side-cart-footer .offcanvas-checkout-btns{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
	}

	.offcanvas .side-cart-footer .cart-btn {
    	width: 100%;
		height: 57px;
		padding: 12px;
		border-radius: 10px;	
		background: #FFFFFF;
		display: block;
		text-align: center;
		font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		text-align: center;
		text-transform: uppercase;
		color: #FF8800;
    }

	@media only screen and (max-width: 767px){
		#offcanvascart .side-cart-title{
			font-size: 25px !important;
			line-height: 20px !important;
			margin: 0px !important;
		}

		#offcanvascart .side-cart-product-details .product-info > div:last-child{
			flex-direction: column;
			justify-content: flex-start;
			align-items: start;
			gap: 10px;
		}

		#offcanvascart .price-tag{
			margin-left: 0px !important;
		}
	}

	@media only screen and (max-width: 520px){
		#offcanvascart{
width: 100%;
  left: 0px;
  right: 0px;
}
.side-cart-close-button{
	position: static;
}
	}

.fyw-balance-contain{
	background: #fff !important;
}



/* policys */

.shopify-policy__container{
	max-width: 1320px !important;
	padding: 20px !important;
}

.clickable-title {
    cursor: pointer;
  }


  .pack-1-box,
  .pack-2-box,
  .pack-3-box{
	display: flex;
	flex-direction: column;
  }

  .pack-1-text{
	order: 1;
  margin-bottom: 20px;
  }

  .pack-1-subscribe{
	margin-top: 0px;
  }



  @media (max-width: 413px) {
	.fyw-product-banner .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

#fyw-testimonial-slider {
max-width: 1920px !important;
margin: 0 auto !important;
}

.fyw-product-box:hover .button-orange a{
    color: #eb7400;
}

/*-------------------------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1590px)  {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		padding-right: 50px !important;
    	padding-left: 50px !important;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1590px)  {
    .fyw-home-banner .col-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
}

@media (max-width: 1730px) {
	.fyw-product-contains .fyww-contains-text .fyw-contains-img{
		right: 0px;
	}
}
@media (max-width: 1590px) {
	.fyw-product-banner .container{
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
	.fyw-product-banner .discount-text{
		left: 50px;
	}
}


@media (min-width: 990px) and (max-width: 1400px;) {
  .fyw-home-banner .col-xxl-6 {
    flex: 0 0 auto;
    width: 51%;
  }

  .fyw-bundles-box .container{
    padding: 0px !important;
  }
}


@media only screen and (max-width: 991px;) {
  .fyw-home-banner .col-xxl-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .fyw-bundles-box .container{
    padding: 0px !important;
  }
}


/* New css */

.search-results-wrapper .predictive-search-button{
  background: #eb7400 !important;
}

 /* New css */
body{
  font-family: "Poppins", sans-serif;
  color: #000000;
  background: #FFFBF6 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", sans-serif;
}

.text-inter{
	font-family: "Inter", sans-serif;
}
.text-opensans{
	font-family: "Open Sans", sans-serif;
}

a{
	text-decoration: none;
	color: #ffffff;
}

.fw-100{
	font-weight: 100;
}
.fw-200{
	font-weight: 200;
}
.fw-300{
	font-weight: 300;
}
.fw-400{
	font-weight: 400; /* normal */
}
.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.fw-700{
	font-weight: 700; /* bold */
}
.fw-800{
	font-weight: 700;
}
.fw-900{
	font-weight: 900;
}
.text-orange{
	color: #FF8800;
}

/*--------------------------- BUTTON--------------------------------*/
.button-orange{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #FF8800;
	color: #FFFFFF;
	cursor: pointer;
}
.button-orange:hover{
	background: #EB7400;
	color: #FFFFFF;
}

.button-white-orange{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #ffffff;
	color: #FF8800;
	cursor: pointer;
}
.button-white-orange:hover{
	background: #ffffff;
	color: #EB7400;
}

.button-green{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #9BCE5F;
	color: #FFFFFF;
	cursor: pointer;
}
.button-green:hover{
	background: #71A435;
	color: #FFFFFF;
}

.button-white-green{
	display: inline-block;
	height: 53px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	opacity: 1;
	border-radius: 10px;
	font-family: Poppins;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	background: #ffffff;
	color: #9BCE5F;
	cursor: pointer;
}
.button-white-green:hover{
	background: #ffffff;
	color: #71A435;
}
/*-----------------------------------------------------------*/
.fyw-top-bar {
	font-family: "Inter", sans-serif;
  background-color: #ff8800;
  color: white;
  font-size: 16px;
  padding: 10px 10px;
  position: relative;
  z-index: 1;
}

.navbar-main {
	background: #FFFFFF99;
  box-shadow: 0px 4px 9px 0px #B8B8B81A,
							0px 17px 17px 0px #B8B8B817,
							0px 37px 22px 0px #B8B8B80D,
							0px 66px 26px 0px #B8B8B803,
							0px 103px 29px 0px #B8B8B800;
	backdrop-filter: blur(34px);
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	z-index: 9;
	padding: 0px !important;
}

.navbar-nav .nav-link {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px !important;
  margin-right: 16px;
  color: #FF8800 !important;
}

.navbar-nav a:after{
	display:block;
  content: '';
  border-bottom: solid 1px #FF8800 !important;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.navbar-nav a:hover:after{ 
	transform: scaleX(1); 
	transform-origin:   0% 50%; 
}
.navbar-nav .dropdown .nav-link::after{
	border-bottom: 0px !important;
}
.navbar-nav .dropdown a::after

.navbar-nav .dropdown a img{
	transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}


.navbar-nav .dropdown .dropdown-menu{
	border-radius: 8px;
	background: #ffffff;
	padding: 25px 25px;
	border: 0px;
}
.navbar-nav .dropdown .dropdown-menu li a{
	font-family: Poppins;
	font-weight: 700;
	font-size: 18px;
	color: #FF8800;
	padding: 0px;
	text-transform: uppercase;
	display: table-cell;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

/* When dropdown is open */
.dropdown-arrow.rotated {
  transform: rotate(-180deg); /* change to 90deg or 180deg depending on your SVG direction */
}

.navbar-nav .dropdown .dropdown-menu li a:hover,
.navbar-nav .dropdown .dropdown-menu li a:focus{
	background: none;
}

/* === Desktop hover with fade === */
@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu {
    display: grid;
    gap: 19px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-15px, 10px);
    transition: all 0.35s ease;
    position: absolute;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-15px, 10px);
  }
  .navbar-nav .dropdown:hover img{
		transform: rotate(-180deg);
	}
}

/* === Mobile slide effect (for toggle) === */
@media (max-width: 1199px) {
  .dropdown-menu {
    display: none;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
  }
  .dropdown-menu.show {
    display: grid;
    gap: 8px;
    max-height: 500px; 
    position: relative !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .navbar-nav .dropdown img {
    float: right;
    margin: 9px 0px;
  }
  .navbar-nav .dropdown .show img {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
  }
  .navbar-nav .dropdown .dropdown-menu{
		border-radius: 8px;
		background: #ffffff;
		padding: 10px 15px 0px 15px;
		border: 0px;
	}
  .navbar-nav .dropdown .dropdown-menu li a{
		font-size: 16px;
	}
}


.fyw-top-bar .fyw-top-bar-text {
	display: flex !important;
}
.fyw-top-bar .fyw-top-bar-text a:after{
	display:block;
  content: '';
  border-bottom: solid 1px #fff;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}
.fyw-top-bar .fyw-top-bar-text a:hover:after{ 
	transform: scaleX(1); 
	transform-origin:   0% 50%; 
}
.fyw-top-bar .tob-bar-hover img{
	transition: ease all 0.5s;
}
.fyw-top-bar .tob-bar-hover span{
	transition: ease all 0.5s;
}
.fyw-top-bar .tob-bar-hover:hover img{
	transform:translateX(5px);
	transition: ease all 0.5s;
}
/* .fyw-top-bar .tob-bar-hover:hover span{
	margin-left: -5px;
	transition: ease all 0.5s;
} */
.offcanvas .offcanvas-body .navbar-nav .nav-item{
	margin: 10px 0px;
}

.navbar-brand {
  text-align: center;
  font-weight: bold;
  color: #bf5b00;
}


.fyw-home-banner{
  height: 100%;
  min-height: 1082px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -130px;
  overflow: hidden;
}
.fyw-home-banner .banner-text{
	margin-top: 345px;
}
.fyw-home-banner .banner-text h1{
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 94px;
	line-height: 94px;
	text-transform: uppercase;
	color: #ffffff;
}
.fyw-home-banner .button-orange{
	margin-top: 30px;
}




.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 18px !important;
  color: #88C540 !important;
}


.fyw-bundles-box{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px;
  margin-top: 45px;
}
.fyw-bundles-box h1{
	font-weight: 300;
	font-size: 54px;
	text-align: center;
}
 .fyw-product-box{
	width: 298px;
	height: 485px;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0px 4px 12px 0px #00000030;
	text-align: center;
	margin: 0 auto;
	justify-self: center;
	max-width: 292px;
	position: relative;
}

 .fyw-product-box:hover{
	background: #FF8800;
}
 .fyw-product-box .product-img{
	width: auto;
	max-width: 282px;
	height: 276px;
	border-radius: 4px;
	overflow: hidden;
}
.fyw-product-box .product-img .shoping-cart{
	position: absolute;
  left: 14px;
  top: 14px;
  display: none;
}
.fyw-product-box:hover .product-img .shoping-cart{
	display: block;
}


#swiper-slide-111 .fyw-product-box {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#swiper-slide-111 .slider-column {
  position: relative;
}
#swiper-slide-111 .swiper-button-next::after, 
#swiper-slide-111 .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}


 .product-text h4{
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	margin-top: 12px;
}
.product-text .price-text{
	margin-bottom: 14px !important; 
}
.fyw-product-box:hover .product-text h4{
	color: #ffffff !important;
}
 .product-text p{
	font-weight: 300;
	font-size: 16px;
	color: #000000;
	margin: 13px 0px;
}
 .fyw-product-box:hover .product-text p{
	color: #ffffff;
}
 .product-text h3{
	font-weight: 700;
	font-size: 24px;
}
 .fyw-product-box:hover .product-text h3{
	color: #ffffff !important;
}
.fyw-product-box .button-orange{
	height: 41px;
	padding: 4px 20px 4px 20px;
}
 .fyw-product-box:hover .button-orange{
	background: #ffffff;
	color: #EB7400;
	height: 41px;
}
 .price-compare{
	font-weight: 700;
	font-size: 16px;
	text-decoration: line-through;
	color: #D9D9D9;
}
.fyw-bundles-box .swiper-wrapper {
	margin: 50px 0px;
}
.fyw-bundles-box .container {
  max-width: 1292px;
	width: 100%;
	margin: 0 auto;
}
.swiper-container {
  overflow: hidden;
}
/*.fyw-bundles-box .swiper-slide{
	width: auto !important;
	margin: 0px 8px !important;
}*/

.swiper_wrap {
  position: relative !important;
  display: block !important;
  text-align: left !important;
}
/*.swiper-button-next {
  right: -40px !important;
  align-content: center;
}
.swiper-button-prev {
  left: -20px !important;
  align-content: center;
}*/

.fyw-bundles-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: -50px !important;
    right: auto;
    opacity: 1 !important;
    font-weight: 900;
}

.fyw-bundles-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: -50px !important;
    left: auto;
    opacity: 1 !important;
    font-weight: 900;
}



.fyw-video-box{
	margin-top: 200px ;
}
.fyw-video-box .video-text{
	margin-left: 55px ;
}
.fyw-video-box h1{
	font-family: Poppins;
	font-weight: 300;
	font-size: 74px;
	line-height: 115px;
	color: #000000;
	margin-top: 20px;
}
.fyw-video-box p{
	margin-top: 30px;
	font-family: Poppins;
	font-weight: 300;
	font-size: 20px;
	color: #000000;
}


.fyw-clientlogo-box{
	margin-top: 160px;
}
.fyw-clientlogo-box .col-md-2{
	width: 18.666667%;
}
.fyw-clientlogo-box .client-logos{
	max-width: 1408px;
	margin: 0 auto;
	border-radius: 12px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #FF8800;
	box-shadow: 0px 4px 20px 0px #00000040;
	text-align: center;
}



.fyw-favorites-box{
	margin-top: 200px;
	max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.fyw-favorites-box .favorites-text{
	margin-left: 166px;
}
.fyw-favorites-box .favorites-text h2{
	font-weight: 300;
	font-size: 54px;
	line-height: 80px;
	color: #000000;
	margin-right: 80px;
}
.fyw-favorites-box .favorites-text p{
	font-weight: 300;
  font-size: 20px;
  color: #000000;
  margin: 30px 80px 30px 0px;
}
.fyw-favorites-box .favorites-img{
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/favorites-img.png?v=1760688548);
	/*width: 751px;*/
  height: 1067px;
  background-position: right;
  background-repeat: no-repeat;

}



.fyw-health-box{
  max-width: 1548px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}
.fyw-health-box-swiper {
  overflow: hidden;
}
.fyw-health-box h1{
	font-weight: 300;
	font-size: 54px;
	line-height: 62px;
	text-align: center;
	margin-top: 130px;
}
.fyw-health-box .container {
  max-width: 1548px;
	width: 100%;
	margin: 0 auto;
}
.fyw-health-box .swiper-wrapper {
	margin: 50px 0px 20px 0px;
}
.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: -35px !important;
    padding-left: 10px;
    right: auto;
    opacity: 1 !important;
    font-weight: 900;
}
.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: -35px !important;
    padding-right: 10px;
    left: auto;
    opacity: 1 !important;
    font-weight: 900;
}
.fyw-health-box .swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
	background: #D9D9D9;
	opacity: 1 !important;
	margin-right: 10px !important;
}
.fyw-health-box .swiper-pagination-bullet-active{
	background: #FF8800 !important;
}
.fyw-health-box .swiper_wrap{
	margin-bottom: 50px;
}
.fyw-health-box .swiper-pagination{
	position: relative;
	display: block;
}
.fyw-health-box .main-p-button{
	padding: 40px 30px 0px 30px;
}

#fyw-health-slide .fyw-product-box {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#fyw-health-slide .slider-column {
  position: relative;
}
#fyw-health-slide .swiper-button-next::after, 
#fyw-health-slide .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}



.fyw-customers-box {
  margin-top: 120px;
  z-index: 1;
  position: relative;
}
.fyw-customers-box .customers-text {
  max-width: 1408px;
  margin: 0 auto;
  border-radius: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: #FF8800;
  box-shadow: 0px 4px 20px 0px #00000040;
  text-align: center;
}

.fyw-customers-box .customers-text h1{
	font-weight: 700;
	font-size: 54px;
	line-height: 62px;
	color: #ffffff;
}
.fyw-customers-box .customers-text p{
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0px;
	color: #ffffff;
}




.fyw-testimonial-box{
	background: linear-gradient(0deg, #FFFBF6 5.68%, #FFBF76 96.4%);
	position: relative;
	top: -68px;
}
.fyw-testimonial-box .button-orange{
	margin-bottom: 180px;
}

.fyw-testimonial-box h2{
	font-weight: 300;
	font-size: 54px;
	line-height: 62px;
	text-align: center;
	padding-top: 220px;
	padding-bottom: 15px;
}

.fyw-testimonial-box .swiper {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
}

.fyw-testimonial-box .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fyw-testimonial-box .testimonial-card{
	width: 729px;
	height: 339px;
	justify-content: space-between;
	angle: 0 deg;
	opacity: 1;
	border-radius: 30px;
	border-width: 1px;
	padding: 50px 100px;
	background: #FFFFFF;
	border: 1px solid #FF8800;
	box-shadow: 8px 12px 31px 0px #9696961A;
}
.fyw-testimonial-box .testimonial-card img{
	margin-bottom: 30px;
}
.fyw-testimonial-box .testimonial-card p{
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
.fyw-testimonial-box .testimonial-card h4{
	font-family: Open Sans;
	font-weight: 700;
	font-style: Italic;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	text-decoration-skip-ink: auto;
	margin-top: 35px;
}
#fyw-testimonial-slider .testimonial-card {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
#fyw-testimonial-slider .slider-column {
  position: relative;
}
#fyw-testimonial-slider .swiper-button-next::after, 
#fyw-testimonial-slider .swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}

.fyw-shipping-box{
	padding-bottom: 30px;
}
.fyw-shipping-box h3{
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.fyw-follow-box{
	padding: 120px 0px;
	max-width: 1420px;
	margin: 0 auto;
}

.fyw-follow-box h2{
	font-family: Poppins;
	font-weight: 400;
	font-size: 54px;
	line-height: 62px;
	margin-left: 12px;
}
.fyw-follow-box .mySwiper-2 {
	padding: 50px 12px;
}
.fyw-follow-box .fyw-follow-button{
	display: none;
}

.follow-card-1{
	max-width: 456px;
	height: 523px;
	border-radius: 12px;
	overflow: hidden;
	object-fit: cover;
	text-align: center;
	align-content: center;
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/follow-us-1.png?v=1760688554);
	background-size: cover;
	box-shadow: 0px 4px 20px 0px #00000040;
}
.follow-card-2{
	max-width: 456px;
	height: 523px;
	border-radius: 12px;
	overflow: hidden;
	object-fit: cover;
	text-align: center;
	align-content: center;
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/follow-us-2.png?v=1760688556);
	background-size: cover;
	box-shadow: 0px 4px 20px 0px #00000040;
}
.follow-card-3{
	max-width: 456px;
	height: 523px;
	border-radius: 12px;
	overflow: hidden;
	object-fit: cover;
	text-align: center;
	align-content: center;
	background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/follow-us-3.png?v=1760688554);
	background-size: cover;
	box-shadow: 0px 4px 20px 0px #00000040;
}
.follow-card-1 img{
	display: none;
}
.follow-card-1:hover{
	background: #FF8800;
	z-index: -1;
	background-image: none;
}
.follow-card-1:hover img{
	display: inline-block;
}

.follow-card-2 img{
	display: none;
}
.follow-card-2:hover{
	background: #FF8800;
	z-index: -1;
	background-image: none;
}
.follow-card-2:hover img{
	display: inline-block;
}

.follow-card-3 img{
	display: none;
}
.follow-card-3:hover{
	background: #FF8800;
	z-index: -1;
	background-image: none;
}
.follow-card-3:hover img{
	display: inline-block;
}



footer{
	text-align: center;
	background: #FF8800;
	padding-top: 30px;
}
footer .social-icon{
	margin-top: 50px;
}
footer .social-icon a{
	margin: 12px;
}
footer .footer-menu a{
	margin: 30px 5px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
footer .footer-menu{
	margin: 30px 5px;
}
footer .footer-address{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	justify-content: center;
	color: #ffffff;
	margin-bottom: 30px;
}
footer .footer-address div{
	margin: 5px 30px;
}
footer .footer-policy a{
	display: none !important;
	margin: 30px 5px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
footer .footer-policy{
	padding: 9px 5px 66px 5px;
	border-top: 0.5px solid #FFFFFF;
}
/*--------------------------------------------------------------------------------------------------*/

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
	.container {
	  max-width: 1420px;
	  margin: 0 auto;
	}
	
}
@media only screen and (min-width: 1560px) {
  .container {
    max-width: 1548px;
    margin: 0 auto;
    padding: 0px;
  }
  .modal-xl {
    --bs-modal-width: 1470px;
	}
}


@media (max-width: 1728px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 78px;
	}
	.fyw-testimonial-box .testimonial-card {
          padding: 40px 12px;
    }
}
@media (max-width: 1635px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 31px;
	}
}




@media (max-width: 1566px) {
	.fyw-favorites-box .favorites-text{
		margin-left: 70px;
	}
	.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    left: -35px !important;
	    padding-left: 10px;
	    right: auto
	}
	.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    right: -35px !important;
	    padding-right: 10px;
	    left: auto
	}
}
@media (max-width: 1440px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 11px;
	}
}

@media (max-width: 1399px) {
	.fyw-favorites-box .favorites-text {
	    margin-left: 0px;
	}
	.fyw-video-box h1 {
    font-size: 64px;
    line-height: 85px;
	}
	.fyw-video-box .video-text {
    margin-left: 0px;
  }
 	.fyw-testimonial-box .testimonial-card{
		width: auto !important;
		height: 343px !important;
		padding: 40px 12px;
	}
}

@media (max-width: 1200px) {

	.fyw-testimonial-box .testimonial-card { 
		padding: 20px 12px;
    }

  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .fyw-home-banner .banner-text h1 {
    font-size: 75px;
    line-height: 75px;
	}
	.fyw-video-box h1 {
    font-size: 54px;
    line-height: 65px;
	}
	.fyw-video-box .video-text {
    margin-left: 0px;
  }
  .fyw-video-box p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
	}
	.fyw-favorites-box .favorites-text p{
	  font-size: 18px;
	}
	.fyw-bundles-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    display: none;
	}
	.fyw-bundles-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    display: none;
	}

	.fyw-health-box .swiper-pagination{
    position: absolute;
    padding: 0px 30px;
	}
	.fyw-health-box .main-p-button{
		padding: 0px 30px;
	}
	.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    position: relative;
	}
	.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    position: relative;
	}
	.fyw-health-box .swiper-nav{
		display: flex;
		justify-content: end;
		padding: 0px 30px 10px 30px;
	}
	.fyw-health-box .swiper-button-prev,.swiper-rtl .swiper-button-next {
	    left: 0px !important;
	    padding-left: 0px;
	    right: auto;
	    margin-top: calc(0px - (var(--swiper-navigation-size)/ 4.5)) !important;
	}
	.fyw-health-box .swiper-button-next,.swiper-rtl .swiper-button-prev {
	    right: 0px !important;
	    padding-right: 0px;
	    left: auto;
	    margin-top: calc(0px - (var(--swiper-navigation-size)/ 4.5)) !important;
	}
	.fyw-health-box .swiper-button-next:after, .fyw-health-box .swiper-button-prev:after{
		color: #FF8800 !important;
	}

}

@media (max-width: 991px) {
	.fyw-top-bar .fyw-top-bar-text{
		display: none !important;
	}
	.fyw-video-box h1 {
    margin-top: 80px;
	}
  .fyw-favorites-box .favorites-text {
    margin-left: 58px;
  }
  .fyw-health-box .swiper-wrapper {
		margin: 50px 0px 20px 0px;
	}
	.fyw-testimonial-box .testimonial-card h4{
  	margin-top: 20px !important;
  }
}

@media (max-width: 779px) {
  .fyw-favorites-box .favorites-text {
    margin-left: 37px;
    margin-right: 37px;
  }
  .fyw-favorites-box .favorites-text p {
    margin: 30px 0px 30px 0px;
  }

}


@media (max-width: 767px) {
	body{
	  background: #ffffff;
	}
	.fyw-testimonial-box h2{
padding-top: 150px !important;
}
	.button-orange{
		height: 35px;
		border-radius: 6px;
		padding-top: 4px;
		padding-right: 16px;
		padding-bottom: 4px;
		padding-left: 16px;
		font-weight: 700;
		font-size: 18px;
		line-height: 26px;
	}
	.fyw-bundles-box h1{
		font-weight: 300;
		font-size: 40px;
	}
	.fyw-bundles-box {
    margin-top: 35px;
	}
	.fyw-bundles-box .swiper-wrapper {
    margin: 20px 20px;
  }
	
	.fyw-home-banner .banner-text{
		text-align: center;
	}
  .fyw-home-banner .banner-text h1 {
    font-size: 52px;
    line-height: 52px;
	}
	.fyw-home-banner .banner-text{
		margin-top: 180px;
	}
	.fyw-home-banner .button-orange {
    margin-top: 40px;
  }
  .fyw-video-box h1 {
    margin-top: 80px;
	}
	
	.fyw-shipping-box{
    margin-top: 43px;
    margin-bottom: 20px;
	}
	.fyw-shipping-box .container{
    padding: 0px 30px;
	}
	.fyw-shipping-box h3 {
    font-family: Poppins;
		font-weight: 700;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 30px;
	}
	footer .footer-menu{
		display: flex;
		flex-direction: column;
	}
	footer .footer-menu a{
		margin: 10px 5px;
	}
	footer .footer-address{
		flex-direction: column;
	}
	footer .footer-address a,
	footer .footer-address div{
		text-align: -webkit-center !important;
  	text-align: -moz-center !important;
		text-align: center;
	}
	footer .footer-address img{
		display: flex;
    justify-self: center;
    margin-bottom: 10px;
	}
	footer .footer-policy{
		display: flex;
		flex-direction: column;
		padding: 30px 5px 30px 5px;
	}
	footer .footer-policy a{
		margin: 10px 5px;
	}
	.container, .container-fluid {
	  padding: 0px 20px;
  }
	.fyw-customers-box .customers-text h1{
  	font-family: Poppins;
		font-weight: 700;
		font-size: 30px;
		line-height: 30px;
		text-align: center;
  }
  .fyw-customers-box .customers-text p{
  	font-size: 20px;
  	margin-bottom: 40px;
  }
  .fyw-clientlogo-box .col-md-2 {
	  width: 31.666667%;
	}
	.fyw-clientlogo-box .client-logos img{
		margin: 10px 0px;
		width: 101px;
    height: 101px;
    max-width: 101px;
	}
	.fyw-health-box .swiper-wrapper {
    margin: 15px 0px 20px 0px;
  }
  .fyw-health-box{
  	padding: 0px 0px;
  }
  .fyw-customers-box {
    margin-top: 200px;
	}
	.fyw-testimonial-box h2{
		font-family: Poppins;
		font-weight: 300;
		font-size: 40px;
		text-align: center;
		padding: 0px 20px;
	}
	.product-text .button-orange{
		font-size: 22px;
		line-height: 34px
	}
	.fyw-follow-box .mySwiper-2 {
		padding: 30px 12px;
	}
	.fyw-follow-box .fyw-follow-button {
		padding: 5px 20px;
	}
	.fyw-follow-box .fyw-follow-button{
		display: block;
	}
}

@media (max-width: 767px) and (min-width: 577px) {
	.fyw-home-banner {
	top: 0px !important;
	background-position: center right;
	}
}

@media (max-width: 636px) {
  .fyw-product-box .product-img {
    width: 100% !important;
	max-width: 100% !important;
  }


@media (max-width: 576px) {
	.fyw-home-banner {
    background-image: url(https://cdn.shopify.com/s/files/1/0788/3449/9826/files/banner-mobile.png?v=1762778610);
    /* background-position: -1136px; */
    background-repeat: no-repeat;
    position: relative;
    top: -100px;
    height: 1225px;
	background-size: cover;
	}
	.fyw-top-bar {
		font-family: "Inter", sans-serif;
	  background-color: #ff8800;
	  color: white;
	  font-size: 12px;
	  padding: 10px 10px;
	  position: relative;
	  z-index: 1;
	}
	.fyw-bundles-box .container{
		margin: -90px auto;
	}
	.fyw-bundles-box .button-orange{
		width: 100%;
	}
	.fyw-video-box h1 {
    font-size: 54px;
    line-height: 75px;
	}
	.fyw-clientlogo-box .client-logos{
		padding-left: 40px;
		padding-right: 40px;
	}

	.fyw-favorites-box .favorites-text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .fyw-favorites-box .favorites-text h2 {
    font-size: 40px;
    line-height: 56px;
    margin-right: 20px;
	}
	.fyw-favorites-box .favorites-text .button-orange {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
	}
	.fyw-health-box h1{
		font-weight: 300;
		font-size: 40px;
		line-height: 62px;
		text-align: center;
		margin-top: 154px;
	}
	.fyw-health-box .button-orange{
		width: 100%;
	}
	.fyw-health-box .swiper_wrap{
		margin-bottom: 20px!important;
	}
	.fyw-testimonial-box{
		top: -160px;
	}
	.fyw-testimonial-box h2{
		padding-top: 250px !important;
		margin-bottom: 40px;
	}
	.fyw-testimonial-box .swiper{
		padding-bottom: 0px;
	}
	.fyw-testimonial-box .button-orange{
		width: 90%;
		margin-bottom: 120px;
		margin-top: 20px;

	}
	.fyw-testimonial-box .swiper{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.fyw-testimonial-box .testimonial-card{
		padding: 40px 12px;
		border: 0px;
	}
	.fyw-follow-box {
    padding: 50px 0px 70px 0px;
  }
	.fyw-follow-box h2{
		font-family: Poppins;
		font-weight: 300;
		font-size: 40px;
		text-align: center;
		margin-bottom: 10px;
	}
	.fyw-shipping-box {
    margin-top: -100px;
  }

  .follow-card-1{
  	height: 459px;
  }
  .follow-card-2{
  	height: 459px;
  }
  .follow-card-3{
  	height: 459px;
  }
  .fyw-bundles-box {
    padding: 0px 0px;
	}
  .fyw-video-box {
    margin-top: 290px;
	}
	
}

@media (max-width: 490px) {
	.fyw-bundles-box .swiper-wrapper {
    margin: 20px 0px;
  }
  .fyw-clientlogo-box .client-logos{
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media (max-width: 430px) {
		
}

@media only screen and (max-width: 1590px) {
#navbar-main .me-lg-5{
margin-right: 4rem!important
}
}
@media only screen and (max-width: 1559px) {
#navbar-main .me-lg-5{
margin-right: 6.5rem!important
}
}

@media (max-width: 1200px) {
#navbar-main .me-lg-5 {
    margin-right: 5rem!important
  }
}

@media (max-width: 991px) {
  #navbar-main .me-lg-5 {
    margin-right: 0rem !important;
}
}



/* New css Dev 7 */

.product-image{
	width: 100%;
}

#offcanvascart{
	width: 490px;
border-radius: 0.875rem;
display: grid;
grid-template-rows: max-content auto;
max-width: 100%;
box-shadow: 0 0 1rem rgba(0,0,0,.2);
height: 96%;
margin: auto 20px auto 0px;
}

#offcanvascart .offcanvas-header{
	padding: 20px;
}

.side-cart-close-button{
	background: #FF8800 !important;
	position: absolute;
	left: -55px;
	height: 30px !important;
  	width: 30px !important;
 	 border-radius: 100px;
  	opacity: 1;
  	color: #fff !important;
}

.side-cart-close-button img{
	width: 40% !important
}

#offcanvascart .side-cart-title{
	font-family: Poppins;
font-weight: 300;
font-style: Light;
font-size: 52px;
leading-trim: NONE;
line-height: 52px;
letter-spacing: 0%;
text-align: center;
text-align: center;
margin: auto;
}

.free-ship{
	display: flex !important;
	justify-content: space-between !important;
	align-items: top !important;
}

.free-ship p{
	margin: 0px !important;
}

.free-ship img{
	align-self: start !important;
	margin-top: 5px !important;
}

#offcanvascart .offcanvas-body{
	padding: 30px 20px 0px 20px !important;
}

.gift-ship{
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

.gift-ship .progress-bar {
  background-color: #ff7c00;
}


.side-cart-product-details .product-card{
	display: flex !important;
	justify-content: center !important;
	gap: 10px;
}

.side-cart-product-details .product-card .product-img,
.side-cart-product-details .product-card .product-img img{
	width: 138px !important;
	height: 138px !important;
	object-fit: contain !important;
	border-radius: 10px !important;
}

.side-cart-product-details{
	margin-top: 20px !important;
}

#offcanvascart .side-cart-product-details .product-info{
	width: 282px;
	max-width: 100%;
}

.side-cart-product-details .qty-btn{
	background: transparent !important;
	border: none !important;
}
.side-cart-product-details .product-detail{
	display: flex !important;
	flex-direction: column !important;
	justify-content: start;
	align-items: start;
	gap: 10px !important;
}

.side-cart-product-details .product-detail span {
  height: 29px;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #9696961a;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

.side-cart-product-details .product-title{
font-family: Poppins;
font-weight: 700;
font-style: ExtraBold;
font-size: 22px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
}

.side-cart-product-details .product-info > div:first-child {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.side-cart-product-details .product-info img[alt="image-cross"] {
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: .7;
  transition: .2s;
}

.side-cart-product-details .product-info > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}


.side-cart-product-details .quantity-control {
  height: 36px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 4px;
  border: 1px solid #000000;
  align-content: center;
}


.side-cart-product-details .price-tag {
  font-family: Poppins !important;
font-weight: 700; !important;
font-style: ExtraBold !important;
font-size: 22px !important;
leading-trim: NONE !important;
line-height: 24px !important;
background:  #FF8800 !important;
padding: 6px 8px !important;
color: #fff !important;
}

.offcanvas .side-cart-footer{
	margin-top: auto !important;
}

.offcanvas .side-cart-footer{
	background: #9696964D;
	padding: 20px;
	border-radius: 1.25rem 1.25rem 0.875rem 0.875rem;
}

.offcanvas .side-cart-footer h4{
font-weight: 300 !important;
font-size: 34px !important; 
line-height: 34px !important;
}

.offcanvas .side-cart-footer .offcanvas .side-cart-footer .total-section{
	font-weight: 700 !important;
font-size: 34px !important;
line-height: 34px !important;
}

.offcanvas .side-cart-footer .checkout-footer  {
      text-align: center;
      font-size: 0.9rem;
      color: #444;
      margin-top: 15px;
    }
.offcanvas .side-cart-footer .checkout-footer p {
      	font-family: Poppins;
		font-weight: 300;
		font-size: 16px;
		text-align: center;
		margin: 20px 0px;
    }

.offcanvas .side-cart-footer .checkout-footer a {
      	color: #000;
      	font-weight: 500;
      	text-decoration: underline;
     	margin: 0 10px;
       	transition: 0.2s;
       	font-family: Poppins;
		font-weight: 300;
		font-style: Light;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		text-decoration: underline;
		text-decoration-style: solid;
		text-decoration-offset: 0%;
		text-decoration-thickness: 0%;
		text-decoration-skip-ink: auto;

    }

	/* --- TOTAL SECTION --- */
    .offcanvas .side-cart-footer .total-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .offcanvas .side-cart-footer .total-section h4 {
      	font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		line-height: 24px;
		color: #000000;
		margin: 0px;
    }

    .offcanvas .side-cart-footer .price-box {
		height: 36px;
		padding-top: 6px;
		padding-right: 8px;
		padding-bottom: 6px;
		padding-left: 8px;
		border-radius: 6px;
		background: #FF8800;
		font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		line-height: 24px;
		color: #ffffff;

    }

	/* --- CHECKOUT BUTTON --- */
    .offcanvas .side-cart-footer .checkout-btn {
    	width: 100%;
		height: 57px;
		padding: 12px;
		border-radius: 10px;	
		background: #FF8800;
		margin-top: 20px;
		display: block;
		text-align: center;
		font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		text-align: center;
		text-transform: uppercase;
    }

    .offcanvas .side-cart-footer .checkout-btn:hover {
      background-color: #e96c00;
    }

	.offcanvas .side-cart-footer .offcanvas-checkout-btns{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 10px;
	}

	.offcanvas .side-cart-footer .cart-btn {
    	width: 100%;
		height: 57px;
		padding: 12px;
		border-radius: 10px;	
		background: #FFFFFF;
		display: block;
		text-align: center;
		font-family: Poppins;
		font-weight: 700;
		font-size: 22px;
		text-align: center;
		text-transform: uppercase;
		color: #FF8800;
    }

	@media only screen and (max-width: 767px){
		#offcanvascart .side-cart-title{
			font-size: 25px !important;
			line-height: 20px !important;
			margin: 0px !important;
		}

		#offcanvascart .side-cart-product-details .product-info > div:last-child{
			flex-direction: column;
			justify-content: flex-start;
			align-items: start;
			gap: 10px;
		}

		#offcanvascart .price-tag{
			margin-left: 0px !important;
		}
	}

	@media only screen and (max-width: 520px){
		#offcanvascart{
width: 100%;
  left: 0px;
  right: 0px;
}
.side-cart-close-button{
	position: static;
}
	}

.fyw-balance-contain{
	background: #fff !important;
}



/* policys */

.shopify-policy__container{
	max-width: 1320px !important;
	padding: 20px !important;
}

.clickable-title {
    cursor: pointer;
  }


  .pack-1-box,
  .pack-2-box,
  .pack-3-box{
	display: flex;
	flex-direction: column;
  }

  .pack-1-text{
	order: 1;
  margin-bottom: 20px;
  }

  .pack-1-subscribe{
	margin-top: 0px;
  }



  @media (max-width: 413px) {
	.fyw-product-banner .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

#fyw-testimonial-slider {
max-width: 1920px;
margin: 0 auto;
}

.fyw-product-box:hover .button-orange a{
    color: #eb7400;
}

/*-------------------------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1590px)  {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
		padding-right: 50px !important;
    	padding-left: 50px !important;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1590px)  {
    .fyw-home-banner .col-xxl-6 {
    flex: 0 0 auto;
    width: 60%;
  }
}

@media (max-width: 1730px) {
	.fyw-product-contains .fyww-contains-text .fyw-contains-img{
		right: 0px;
	}
}
@media (max-width: 1590px) {
	.fyw-product-banner .container{
		padding-right: 100px !important;
		padding-left: 100px !important;
	}
	.fyw-product-banner .discount-text{
		left: 50px;
	}
}


@media (min-width: 990px) and (max-width: 1400px;) {
  .fyw-home-banner .col-xxl-6 {
    flex: 0 0 auto;
    width: 51%;
  }

  .fyw-bundles-box .container{
    padding: 0px !important;
  }
}


@media only screen and (max-width: 991px;) {
  .fyw-home-banner .col-xxl-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .fyw-bundles-box .container{
    padding: 0px !important;
  }
}


/* New css */

.search-results-wrapper .predictive-search-button{
  background: #eb7400 !important;
}

.price-text span{
  font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: line-through !important;
    color: #D9D9D9 !important;
}

.add-cart-button::after{
  box-shadow: none !important;
}

.shopify-challenge__button::after, .button::after{
  box-shadow: none !important;
}


.klaviyo-close-form {
  pointer-events: auto !important;
  z-index: 999999 !important;
  background: transparent !important;
  border: none !important;
}


