/*
 * FYKIKTA's first visual pass intentionally changes presentation only.  The
 * captured markup remains the source of truth for layout and interaction.
 */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/preview/assets/fonts/inter-latin-400-700.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/preview/assets/fonts/barlow-condensed-latin-400.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/preview/assets/fonts/barlow-condensed-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/preview/assets/fonts/barlow-condensed-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/preview/assets/fonts/barlow-condensed-latin-700.woff2") format("woff2");
}

:root {
  /* Replace the source capture's Poppins variables at the system level so
   * every component that consumes its own family token changes together. */
  --font-body-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading-family: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;
  --font-subheading-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-navigation-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-button-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-pcard-title-family: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;
  --fykikta-primary: #00a3af;
  --fykikta-primary-hover: #006b64;
  --fykikta-surface-tint: #e8f5f3;
  --fykikta-text: #1a2530;
  --fykikta-text-muted: #5b6770;
  --fykikta-border: #dee2e5;
  --fykikta-surface-weak: #f4f5f6;
  --color-primary: 0, 163, 175;
  --color-button: 0, 163, 175;
  --color-button-text: 255, 255, 255;
  --color-secondary-button: 255, 255, 255;
  --color-secondary-button-border: 222, 226, 229;
  --color-secondary-button-text: 0, 163, 175;
  --color-button-hover-background: 0, 107, 100;
  --color-button-hover-text: 255, 255, 255;
  --color-button-before: #66b6b0;
  --color-link: 0, 163, 175;
  --color-foreground: 26, 37, 48;
  --color-text: 26, 37, 48;
  --color-border: 222, 226, 229;
}

/* The capture sets these properties on every content color scheme.  This
 * selector is deliberately more specific than the captured single-class
 * rules, while leaving inverse surfaces in their original dark treatment. */
body [class*="color-scheme-"]:not(.color-scheme-inverse) {
  --color-background: 244, 245, 246;
  --color-secondary-background: 255, 255, 255;
  --color-primary: 0, 163, 175;
  --color-text-heading: 26, 37, 48;
  --color-foreground: 26, 37, 48;
  --color-border: 222, 226, 229;
  --color-button: 0, 163, 175;
  --color-button-text: 255, 255, 255;
  --color-secondary-button: 255, 255, 255;
  --color-secondary-button-border: 222, 226, 229;
  --color-secondary-button-text: 0, 163, 175;
  --color-button-hover-background: 0, 107, 100;
  --color-button-hover-text: 255, 255, 255;
  --color-button-before: #66b6b0;
  --color-field: 255, 255, 255;
  --color-field-text: 26, 37, 48;
  --color-link: 0, 163, 175;
  --color-link-hover: 0, 107, 100;
  --color-foreground-lighten-60: #5b6770;
  --color-foreground-lighten-19: #dee2e5;
}

body,
button,
input,
select,
textarea,
.header__menu-item,
.header__icon,
.btn {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.product__title,
.product__title h1,
.accordion__title,
details summary,
.accordion summary {
  font-family: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 700;
}

/* Collection and rich-text section titles use the same strong display voice
 * as the FYKIKTA live site, without changing product-title hierarchy. */
#MainContent .section__header .rich-text__heading,
#MainContent .section__header .section__heading,
#MainContent .comm_top_header .top_header_h2box > :is(h1, h2, h3) {
  font-family: "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif !important;
  font-size: clamp(36px, 4.5vw, 60px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
}

/* Eyebrows and editorial subtitles form one secondary FYKIKTA voice across
 * collection, article and rich-text sections: compact Inter, confident weight
 * and measured uppercase tracking. */
#MainContent :is(.text-subheading, .section__subtitle, .rich-text__subheading) {
  color: var(--fykikta-primary) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

/* Header alignment baseline, measured from the current FYKIKTA live site.
 * The captured Shopify markup and menu behavior stay intact; this only
 * makes its density, type, spacing and feedback agree with the live shell. */
.header-section {
  background: #fff;
}

.header {
  --header-height: 72px;
  min-height: 72px;
  /* glahoden.com desktop reference: 50px page inset, 34px grid gap,
   * 40px action controls and 8px action rhythm. */
  padding: 0 50px !important;
  column-gap: 3.4rem;
  background: #fff !important;
  border-block-end-color: var(--fykikta-border) !important;
}

.header .header__logo {
  align-self: center;
}

@media (min-width: 768px) {
  /* Centre the FYKIKTA mark inside the header's reserved logo grid area.
   * This follows the grid at every desktop width rather than using a fixed
   * pixel shift from the page edge. */
  .header .header__logo {
    justify-self: center;
    transform: none;
  }
}

.header .header__logo--image {
  max-width: 14.8rem !important;
}

.header .header__logo .logo {
  display: block;
  width: 14.8rem !important;
  height: auto !important;
}

/* The source marks the normal responsive pair with utility classes.  The
 * generic size declaration above has to be followed by an explicit display
 * contract or it turns both the mobile and desktop wordmarks on at once. */
.header .header__logo .header__logo--mobile:not(.header__logo--transparent) {
  display: none !important;
}

.header .header__logo .header__logo--desktop:not(.header__logo--transparent) {
  display: block !important;
}

/* The source template carries transparent sticky-state fallbacks beside the
 * normal logo. The generic size rule above must not make both visible. */
.header .header__logo .header__logo--transparent {
  display: none !important;
}

#MenuDrawer .header__logo--image img {
  display: block;
  width: 8.2rem !important;
  max-width: 8.2rem !important;
  height: auto !important;
}

.header .header__navigation {
  align-items: center;
  min-height: 72px;
}

.header .header__menu > ul {
  align-items: center;
  column-gap: 32px;
  row-gap: 12px;
}

.header .header__menu > ul > li {
  margin: 0;
}

.header .header__menu > ul > li > a.menu__item,
.header .header__menu > ul > li > details > summary .menu__item {
  min-height: 40px;
  align-items: center !important;
  padding: 0 !important;
  color: var(--fykikta-text-muted) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  line-height: 20px !important;
  text-transform: uppercase !important;
  transition: color 0.2s ease !important;
}

.header .header__menu > ul > li > a.menu__item :is(.reversed-link, .font-16),
.header .header__menu > ul > li > details > summary .menu__item :is(.reversed-link, .font-16) {
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  background: none !important;
  background-image: none !important;
}

.header .header__menu > ul > li > a.menu__item::after,
.header .header__menu > ul > li > details > summary .menu__item::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  width: auto;
  height: 1.5px;
  content: "";
  background: var(--fykikta-primary);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.16s cubic-bezier(0.33, 1, 0.68, 1);
}

.header .header__menu > ul > li:hover > a.menu__item,
.header .header__menu > ul > li > details[open] > summary .menu__item,
.header .header__menu > ul > li > details:hover > summary .menu__item,
.header .header__menu > ul > li > a.menu__item:focus-visible,
.header .header__menu > ul > li > details > summary .menu__item:focus-visible {
  color: var(--fykikta-primary) !important;
}

.header .header__menu > ul > li:hover > a.menu__item::after,
.header .header__menu > ul > li > details[open] > summary .menu__item::after,
.header .header__menu > ul > li > details:hover > summary .menu__item::after,
.header .header__menu > ul > li > a.menu__item:focus-visible::after,
.header .header__menu > ul > li > details > summary .menu__item:focus-visible::after {
  transform: scaleX(1);
}

/* ALL PRODUCTS, DISCOVER, and SUPPORT share the same FYKIKTA dropdown
 * affordance.  The captured source used two inline SVGs while DISCOVER gained
 * a runtime caret after its rename; this marker keeps rest/open animation and
 * alignment identical without touching any panel content or native details
 * ownership. */
@media (min-width: 990px) {
  .header .header__menu > ul > li > details > summary [data-fykikta-header-chevron="true"] {
    position: relative;
    display: inline-flex !important;
    align-items: center;
  }

  .header .header__menu > ul > li > details > summary [data-fykikta-header-chevron="true"] > svg {
    display: none !important;
  }

  .header .header__menu > ul > li > details > summary [data-fykikta-header-chevron="true"]::after {
    box-sizing: border-box;
    display: inline-block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    margin-left: 8px;
    content: "";
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.18s ease;
  }

  .header .header__menu > ul > li > details[open] > summary [data-fykikta-header-chevron="true"]::after {
    transform: translateY(2px) rotate(225deg);
  }

  .header .header__menu > ul > li > details:has([data-fykikta-header-discover="true"]) > .dropdown {
    padding-block-start: var(--header-height);
  }
}

/* The logo and the compact action group share the same 72px header axis.
 * A 16px action rhythm preserves clear targets while giving the three icons
 * the same deliberate spacing as the rest of the desktop header grid. */
.header .header__icons--right {
  align-self: center;
  justify-self: end;
}

.header .header__icons--right .header__buttons {
  align-items: center;
  min-height: 40px;
  column-gap: 16px;
  will-change: transform;
}

.header .header__buttons > :is(a, button) {
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.2s ease;
}

.header .header__buttons > :is(a, button):hover,
.header .header__buttons > :is(a, button):focus-visible {
  background-color: var(--fykikta-surface-weak);
  color: var(--fykikta-primary);
}

/* A dedicated quantity element keeps the cart corner badge visible even when
 * the source theme intentionally hides its zero-count custom element. */
.header .cart-drawer-button .fykikta-cart-badge {
  position: absolute !important;
  top: 4px !important;
  right: 4px !important;
  display: grid !important;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0 3px !important;
  place-items: center;
  border: 2px solid var(--fykikta-surface) !important;
  border-radius: 999px !important;
  background: var(--fykikta-primary) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transform: translate(30%, -30%);
}

@media (max-width: 1023.98px) {
  .header {
    --header-height: 56px;
    min-height: 56px;
    padding: 0 16px !important;
  }

  .header .header__logo--image,
  .header .header__logo .logo {
    width: 10.4rem !important;
    max-width: 10.4rem !important;
  }

  .menu-drawer__item-link {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .header .header__logo .header__logo--desktop:not(.header__logo--transparent) {
    display: none !important;
  }

  .header .header__logo .header__logo--mobile:not(.header__logo--transparent) {
    display: block !important;
  }
}

/* The home carousel follows the actual 1440 / 768 / 390 FYKIKTA live sizes.
 * It intentionally overrides the captured image aspect ratio only for the
 * home hero, leaving every product and editorial image untouched. */
body.index-template #MainContent .section--slideshow .slideshow-wrapper {
  height: clamp(560px, 72vh, 760px) !important;
}

body.index-template #MainContent .section--slideshow :is(.swiper-wrapper, .swiper-slide, .slideshow__item-wrap) {
  min-height: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

body.index-template #MainContent .section--slideshow .slideshow__text {
  width: min(100%, 52rem);
  padding: 0 !important;
}

body.index-template #MainContent .section--slideshow .slideshow__title {
  max-width: 52rem;
  font-size: clamp(34px, 2.8vw, 42px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
}

body.index-template #MainContent .section--slideshow .slideshow__description {
  max-width: 48rem;
  margin-top: 14px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

body.index-template #MainContent .section--slideshow .slideshow__buttons {
  justify-content: flex-start !important;
  margin-top: 20px;
}

body.index-template #MainContent .section--slideshow .comm_button {
  min-height: 52px;
  padding: 4px !important;
  color: #fff !important;
  background: var(--fykikta-primary) !important;
  border-radius: 999px !important;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.2s ease !important;
}

body.index-template #MainContent .section--slideshow .comm_button_text {
  padding: 0 24px !important;
  color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
}

body.index-template #MainContent .section--slideshow .comm_button_arrow {
  width: 44px !important;
  height: 44px !important;
  color: var(--fykikta-primary) !important;
  background: #fff !important;
}

body.index-template #MainContent .section--slideshow .comm_button_arrow svg {
  width: 14px !important;
}

body.index-template #MainContent .section--slideshow .comm_button_arrow svg path {
  fill: currentColor !important;
}

body.index-template #MainContent .section--slideshow .comm_button:hover,
body.index-template #MainContent .section--slideshow .comm_button:focus-visible {
  color: #fff !important;
  background: var(--fykikta-primary) !important;
  box-shadow: 0 8px 24px rgb(0 133 124 / 40%) !important;
  transform: translateY(-3px) !important;
}

/* The home carousel keeps its source slide logic, with two direct controls
 * so visitors can switch banners without waiting for autoplay. */
body.index-template #MainContent .section--slideshow .slideshow-wrapper {
  position: relative;
}

/* Place the source-preserving slide controls at the vertical centre of each
 * image edge, matching the requested Gardena-style navigation rhythm. */
body.index-template #MainContent .section--slideshow .fykikta-hero-controls {
  position: static;
  z-index: 12;
  display: contents;
}

body.index-template #MainContent .section--slideshow .fykikta-hero-control {
  position: absolute;
  top: 50%;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--fykikta-text);
  background: rgb(255 255 255 / 92%);
  border: 1px solid rgb(255 255 255 / 76%);
  border-radius: 50%;
  box-shadow: 0 6px 18px rgb(0 0 0 / 16%);
  transform: translateY(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.index-template #MainContent .section--slideshow .fykikta-hero-control--previous {
  left: 32px;
}

body.index-template #MainContent .section--slideshow .fykikta-hero-control--next {
  right: 32px;
}

body.index-template #MainContent .section--slideshow .fykikta-hero-control svg {
  width: 18px;
  height: 18px;
}

body.index-template #MainContent .section--slideshow .fykikta-hero-control:hover,
body.index-template #MainContent .section--slideshow .fykikta-hero-control:focus-visible {
  color: #fff;
  background: var(--fykikta-primary);
  border-color: var(--fykikta-primary);
  transform: translateY(-50%) scale(1.04);
}

@media (min-width: 768px) and (max-width: 1024px) {
  body.index-template #MainContent .section--slideshow .slideshow-wrapper {
    height: clamp(520px, 72vh, 640px) !important;
  }
}

@media (max-width: 767.98px) {
  body.index-template #MainContent .section--slideshow .slideshow-wrapper {
    height: clamp(420px, 72vh, 640px) !important;
  }

  body.index-template #MainContent .section--slideshow .slideshow__text {
    width: min(100%, 32rem);
  }

  body.index-template #MainContent .section--slideshow .slideshow__title {
    font-size: clamp(30px, 8vw, 36px) !important;
  }

  body.index-template #MainContent .section--slideshow .slideshow__description {
    font-size: 15px !important;
  }

  body.index-template #MainContent .section--slideshow .comm_button {
    min-height: 52px;
  }

  body.index-template #MainContent .section--slideshow .comm_button_text {
    padding: 0 22px !important;
    font-size: 14px !important;
  }

  body.index-template #MainContent .section--slideshow .comm_button_arrow {
    width: 44px !important;
    height: 44px !important;
  }
}

body {
  color: var(--fykikta-text);
}

a {
  color: var(--fykikta-primary);
}

a:hover,
a:focus-visible {
  color: var(--fykikta-primary-hover);
}

.color-scheme-inverse a,
.color-scheme-inverse a:hover,
.color-scheme-inverse a:focus-visible {
  color: rgb(var(--color-link));
}

.btn--primary,
button.btn--primary,
.button--primary {
  background-color: var(--fykikta-primary) !important;
  border-color: var(--fykikta-primary) !important;
  color: #fff !important;
}

.btn--primary:hover,
.btn--primary:focus-visible,
button.btn--primary:hover,
.button--primary:hover,
.button--primary:focus-visible {
  background-color: var(--fykikta-primary-hover) !important;
  border-color: var(--fykikta-primary-hover) !important;
  color: #fff !important;
}

.btn--secondary,
button.btn--secondary,
.button--secondary {
  background-color: transparent !important;
  border-color: var(--fykikta-primary) !important;
  color: var(--fykikta-primary) !important;
}

.btn--secondary:hover,
.btn--secondary:focus-visible,
.btn--secondary.btn--active,
button.btn--secondary:hover {
  background-color: var(--fykikta-surface-tint) !important;
  border-color: var(--fykikta-primary-hover) !important;
  color: var(--fykikta-primary-hover) !important;
}

/* Captured component styles can arrive after the base page and animate every
 * button with ::before/::after. Map those state tokens at the button itself
 * so drawers, overlays and late-loaded sections cannot briefly restore yellow
 * or orange. The empty-cart CTA is repeated explicitly for its source ID. */
body :is(.btn, .button--primary, .button--secondary) {
  --color-button-hover-background: 0, 107, 100 !important;
  --color-button-hover-text: 255, 255, 255 !important;
  --color-button-before: #66b6b0 !important;
}

.cart-drawer #CartDrawerEmpty-sections--25255945732398__cart-drawer .btn.btn--secondary:is(:hover, :focus-visible, .btn--active) {
  background-color: var(--fykikta-surface-tint) !important;
  border-color: var(--fykikta-primary-hover) !important;
  color: var(--fykikta-primary-hover) !important;
}

.cart-drawer #CartDrawerEmpty-sections--25255945732398__cart-drawer .btn.btn--secondary::before {
  background-color: #66b6b0 !important;
}

.cart-drawer #CartDrawerEmpty-sections--25255945732398__cart-drawer .btn.btn--secondary::after {
  background-color: var(--fykikta-primary-hover) !important;
}

.btn--link,
.button--link {
  color: var(--fykikta-primary) !important;
}

.btn--link:hover,
.btn--link:focus-visible,
.button--link:hover,
.button--link:focus-visible {
  color: var(--fykikta-primary-hover) !important;
}

input,
select,
textarea {
  border-color: var(--fykikta-border);
  color: var(--fykikta-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

input:hover,
select:hover,
textarea:hover {
  border-color: var(--fykikta-primary);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--fykikta-primary);
  box-shadow: 0 0 0 3px rgb(0 133 124 / 16%);
}

:focus-visible {
  outline: 3px solid var(--fykikta-primary);
  outline-offset: 3px;
}

.swiper-pagination-bullet-active {
  background-color: var(--fykikta-primary) !important;
}

/* Some captured carousel sections declare their accent with a late inline
 * pseudo-element rule.  Override both layers so a selected slide is always
 * FYKIKTA teal, rather than retaining a single orange indicator. */
#MainContent .swiper-pagination {
  --swiper-pagination-color: var(--fykikta-primary) !important;
}

#MainContent .swiper-pagination-bullet.swiper-pagination-bullet-active,
#MainContent .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: var(--fykikta-primary) !important;
}

.menu-badge,
.badge--new {
  background-color: var(--fykikta-primary) !important;
  color: #fff !important;
}

/* The captured pages include a few inline, late-loading orange declarations
 * that do not inherit the theme variables.  Keep these overrides inside
 * MainContent so the inverse footer retains its original dark presentation. */
#MainContent:not(.color-scheme-inverse) .f-badge--new {
  background-color: var(--fykikta-primary) !important;
  color: #fff !important;
}

#MainContent:not(.color-scheme-inverse) .text-subheading {
  color: var(--fykikta-primary) !important;
}

/* Article-date pills receive their legacy orange only at narrower source
 * breakpoints, so keep their brand color explicit across every viewport. */
#MainContent:not(.color-scheme-inverse) .article-card__date {
  background-color: var(--fykikta-primary) !important;
  color: #fff !important;
}

#MainContent:not(.color-scheme-inverse) .comm_button_layout_one .comm_button_arrow,
#MainContent:not(.color-scheme-inverse) .comm_button_layout_two {
  background-color: var(--fykikta-primary) !important;
}

#MainContent:not(.color-scheme-inverse) .comm_button_layout_one:hover .comm_button_arrow,
#MainContent:not(.color-scheme-inverse) .comm_button_layout_one:focus-visible .comm_button_arrow,
#MainContent:not(.color-scheme-inverse) .comm_button_layout_two:hover,
#MainContent:not(.color-scheme-inverse) .comm_button_layout_two:focus-visible {
  background-color: var(--fykikta-primary-hover) !important;
}

#MainContent:not(.color-scheme-inverse) .comm_button_layout_one .comm_button_arrow svg path {
  fill: #fff !important;
}

/* The menu drawer is outside MainContent.  Its account CTA keeps the same
 * filled-teal-to-deep-teal hover treatment as the approved purchase button. */
.menu-drawer .account-button.btn--primary:hover,
.menu-drawer .account-button.btn--primary:focus-visible {
  background-color: var(--fykikta-primary-hover) !important;
  border-color: var(--fykikta-primary-hover) !important;
  color: #fff !important;
}

/* Content modules sit directly on their section canvas. Keep their native
 * content, spacing, background and controls, while removing source boxed-card
 * shells such as the PDF download tiles on the user-guide page. */
#MainContent .multicolumn__items > .f-column > .multicolumn-card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Module cards stay part of their parent canvas when hovered. Do not turn a
 * text/image module into a teal tile: only its native image-scale motion may
 * remain. This prevents the small coloured card frame across every route. */
#MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):hover,
#MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):focus-within {
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--fykikta-text) !important;
}

#MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):hover :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p),
#MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):focus-within :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p) {
  color: var(--fykikta-text) !important;
}

/* Product-detail feature cards retain their original surface when hovered.
 * This applies across every product route so descriptive data remains calm,
 * legible and free of a cyan fill or cyan image frame. */
body.product-template #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):hover,
body.product-template #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):focus-within {
  color: var(--fykikta-text) !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.product-template #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):hover :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p),
body.product-template #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):focus-within :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p) {
  color: var(--fykikta-text) !important;
}

/* Innovation's product-technology cards keep the source page's quiet image
 * scaling interaction. They must not inherit the global teal feature-card
 * surface or teal image frame: each card remains part of the shared canvas. */
body.innovation #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):hover,
body.innovation #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):focus-within {
  color: var(--fykikta-text) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.innovation #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):hover :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p),
body.innovation #MainContent .multicolumn__items > .f-column:has(.multicolumn-card__text):focus-within :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p) {
  color: var(--fykikta-text) !important;
}

/* The two marked homepage modules use permanent, separated white cards:
 * benefits and customer reviews sit on the shared pale canvas, rather than
 * looking like one continuous text block until someone happens to hover. */
#MainContent :is(.fykikta-home-benefits, .fykikta-testimonials) .multicolumn__items > .f-column {
  height: 100%;
  padding: clamp(1.5rem, 2vw, 2rem);
  border-radius: 16px;
  color: var(--fykikta-text) !important;
  background-color: #fff !important;
  box-shadow: 0 10px 28px rgb(26 37 48 / 8%) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

#MainContent :is(.fykikta-home-benefits, .fykikta-testimonials) .multicolumn__items > .f-column > .multicolumn-card {
  height: 100%;
}

#MainContent :is(.fykikta-home-benefits, .fykikta-testimonials) .multicolumn__items > .f-column:hover,
#MainContent :is(.fykikta-home-benefits, .fykikta-testimonials) .multicolumn__items > .f-column:focus-within {
  color: var(--fykikta-text) !important;
  background-color: #fff !important;
  box-shadow: 0 16px 34px rgb(26 37 48 / 14%) !important;
  transform: translateY(-4px);
}

#MainContent :is(.fykikta-home-benefits, .fykikta-testimonials) .multicolumn__items > .f-column:hover :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p),
#MainContent :is(.fykikta-home-benefits, .fykikta-testimonials) .multicolumn__items > .f-column:focus-within :is(.multicolumn-card__title, .multicolumn-card__text, .multicolumn-card__text p) {
  color: var(--fykikta-text) !important;
}

@media (max-width: 767.98px) {
  #MainContent :is(.fykikta-home-benefits, .fykikta-testimonials) .multicolumn__items > .f-column {
    padding: 1.25rem;
    border-radius: 14px;
  }
}

/* Collection-product imagery is a compact product frame rather than a tall
 * square slab: the source's 1:1 lazy-image placeholder pushed product names
 * and prices too far below the viewport. Keep the product fully visible. */
#ProductsList > .f-column.card {
  align-self: start;
}

#ProductsList .product-card.product-card-style-card,
#ProductsList .product-card__wrapper.h-full {
  height: auto !important;
}

#ProductsList .product-card__image::before {
  padding-top: 75% !important;
}

#ProductsList .product-card__image > img {
  object-fit: contain !important;
  object-position: center !important;
}

/* The compact collection card must retain the normal three-across grid on
 * every collection route and sort state. The reference remains three-across
 * throughout tablet-landscape sizes, rather than reverting to one tall card
 * when the operator changes sort order. */
@media (min-width: 768px) {
  /* Sort navigation can rehydrate the collection custom element without its
   * initial f-grid class. Target its permanent ID instead of that transient
   * class so every sort and category retains the same three-card row. */
  #ProductsList {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
  }

  #ProductsList > .f-column.card {
    width: auto !important;
    min-width: 0 !important;
  }
}

/* The Help Center source uses a desktop 7.32:1 slide ratio until 767px, while
 * its copy becomes tall at 1024px. Give the whole slide a real medium-width
 * height so title, description and search control remain in the slide. */
@media (min-width: 768px) and (max-width: 1024px) {
  #slideshow-template--25255951860014__slideshow_piE8tR .slideshow-wrapper,
  #slideshow-template--25255951860014__slideshow_piE8tR .swiper-wrapper,
  #slideshow-template--25255951860014__slideshow_piE8tR .swiper-slide,
  #slideshow-template--25255951860014__slideshow_piE8tR .slideshow__item-wrap {
    min-height: 28rem !important;
    height: 28rem !important;
    aspect-ratio: auto !important;
  }
}

@media (max-width: 767.98px) {
  #slideshow-template--25255951860014__slideshow_piE8tR .slideshow-wrapper,
  #slideshow-template--25255951860014__slideshow_piE8tR .swiper-wrapper,
  #slideshow-template--25255951860014__slideshow_piE8tR .swiper-slide,
  #slideshow-template--25255951860014__slideshow_piE8tR .slideshow__item-wrap {
    min-height: 32rem !important;
    height: 32rem !important;
    aspect-ratio: auto !important;
  }
}

.product-form__input--button input:checked + label,
.product-form__input--button input:focus-visible + label,
.product-form__input--button label:hover,
.product-form__input input[type="radio"]:checked + label,
.product-form__input input[type="radio"]:focus-visible + label,
.product-form__input label:hover {
  background-color: var(--fykikta-surface-tint) !important;
  border-color: var(--fykikta-primary) !important;
  color: var(--fykikta-text) !important;
}

.product-form__input--button input:checked + label::after,
.product-form__input input[type="radio"]:checked + label::after {
  border-color: var(--fykikta-primary) !important;
}

[data-option-value].is-selected,
[data-option-value][aria-checked="true"],
[data-value].is-selected,
[data-value][aria-selected="true"],
.option-value.is-selected,
.variant-option.is-selected {
  background-color: var(--fykikta-surface-tint) !important;
  border-color: var(--fykikta-primary) !important;
  color: var(--fykikta-text) !important;
}

.card,
.product-card,
.accordion,
details {
  border-color: var(--fykikta-border);
}

/* A secondary-styled Add to cart control needs an explicit filled hover
 * state.  The captured theme otherwise lets its label inherit a transparent
 * treatment while the button background changes. */
.product-form__submit.btn--secondary:hover,
.product-form__submit.btn--secondary:focus-visible {
  background-color: var(--fykikta-primary-hover) !important;
  border-color: var(--fykikta-primary-hover) !important;
  color: #fff !important;
}

.product-form__submit.btn--secondary:hover > span,
.product-form__submit.btn--secondary:focus-visible > span {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  opacity: 1 !important;
}

/* Module imagery may scale, but never receives a coloured hover frame. */
.multicolumn-card:has(.hover-scale-up) .multicolumn-card__image {
  transition: box-shadow var(--animation-fast, 0.3s ease);
}

.multicolumn-card:has(.hover-scale-up):hover .multicolumn-card__image,
.multicolumn-card:has(.hover-scale-up):focus-within .multicolumn-card__image {
  box-shadow: none !important;
}

/* Homepage benefit-icon cards use the raised white panel only. Product-detail
 * cards use the same no-cyan hover policy below; non-product media retains
 * the source image-frame cue. */
body.index-template #MainContent .multicolumn-card:has(.hover-scale-up):hover .multicolumn-card__image,
body.index-template #MainContent .multicolumn-card:has(.hover-scale-up):focus-within .multicolumn-card__image {
  box-shadow: none !important;
}

body.product-template #MainContent .multicolumn-card:has(.hover-scale-up):hover .multicolumn-card__image,
body.product-template #MainContent .multicolumn-card:has(.hover-scale-up):focus-within .multicolumn-card__image {
  box-shadow: none !important;
}

body.innovation #MainContent .multicolumn-card:has(.hover-scale-up):hover .multicolumn-card__image,
body.innovation #MainContent .multicolumn-card:has(.hover-scale-up):focus-within .multicolumn-card__image {
  box-shadow: none !important;
}

/* About-page capability tabs previously inherited captured orange states,
 * which the skin remapped to teal pills. Keep hover and selected tabs flat;
 * the active item is distinguished only by deep text and a short underline. */
body.about-us #MainContent .tabs__nav button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--fykikta-text) !important;
  outline: none !important;
}

body.about-us #MainContent .tabs__nav button:hover,
body.about-us #MainContent .tabs__nav button:focus-visible,
body.about-us #MainContent .tabs__nav button[aria-selected="true"] {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--fykikta-text) !important;
  outline: none !important;
}

body.about-us #MainContent .tabs__nav button[aria-selected="true"] {
  border-bottom: 2px solid var(--fykikta-primary) !important;
}

body.about-us #MainContent .tabs__nav button:is(:hover, :focus-visible, [aria-selected="true"]) .tabs__tab-name {
  color: var(--fykikta-text) !important;
  opacity: 1 !important;
}

.grid-list-pagination-item:hover,
.grid-list-pagination-item:focus-visible {
  background-color: var(--fykikta-primary) !important;
  border-color: var(--fykikta-primary) !important;
  color: #fff !important;
}

.grid-list-pagination-item:hover svg path,
.grid-list-pagination-item:focus-visible svg path {
  stroke: #fff !important;
}

/* The captured source has yellow/orange accents embedded in page-level CSS,
 * inline styles and SVG attributes.  The local runtime labels only warm UI
 * colors outside the footer; these rules replace their actual visual role
 * without recoloring any photographs or the approved dark footer. */
body [data-fykikta-warm-color] {
  color: var(--fykikta-primary) !important;
}

body [data-fykikta-warm-background] {
  background-color: var(--fykikta-primary) !important;
}

body [data-fykikta-warm-border] {
  border-color: var(--fykikta-primary) !important;
}

body [data-fykikta-warm-fill] {
  fill: var(--fykikta-primary) !important;
}

body [data-fykikta-warm-stroke] {
  stroke: var(--fykikta-primary) !important;
}

/* Do not let a captured color-transition briefly animate an old orange state
 * before the teal replacement becomes visible. */
body :is(
  [data-fykikta-warm-color],
  [data-fykikta-warm-background],
  [data-fykikta-warm-border],
  [data-fykikta-warm-fill],
  [data-fykikta-warm-stroke]
) {
  transition: none !important;
}

/* The captured Online Retailers hero is a flat orange raster. Replace only that
 * route-local art layer with the FYKIKTA cyan treatment while preserving the
 * white display type and the original responsive hero dimensions. */
body.online-retailers #slideshow-template--25255952056622__slideshow_Cynrzg .slideshow__slide-bg {
  background: linear-gradient(135deg, rgb(0 133 124) 0%, rgb(0 107 100) 100%) !important;
}

body.online-retailers #slideshow-template--25255952056622__slideshow_Cynrzg .slideshow__slide-bg img {
  opacity: 0 !important;
}

/* White accordion panels must keep their labels dark in both collapsed and
 * expanded states. The captured Retailer accordion applies an open-state text
 * color that can turn the heading white against its white surface. */
#shopify-section-template--25255952056622__collapsible_tabs_VaXQJf .accordion-details__summary,
#shopify-section-template--25255952056622__collapsible_tabs_VaXQJf .accordion-details__summary :is(h1, h2, h3, svg),
#shopify-section-template--25255952056622__collapsible_tabs_VaXQJf .accordion-details[open] > .accordion-details__summary,
#shopify-section-template--25255952056622__collapsible_tabs_VaXQJf .accordion-details[open] > .accordion-details__summary :is(h1, h2, h3, svg) {
  color: var(--fykikta-text) !important;
  -webkit-text-fill-color: var(--fykikta-text) !important;
  opacity: 1 !important;
}

/* Pagination cannot use the same teal for the active background and numeral.
 * Keep normal page controls legible teal and the current page's numeral white. */
#MainContent .pagination .pagination__item {
  color: var(--fykikta-primary) !important;
  -webkit-text-fill-color: var(--fykikta-primary) !important;
  opacity: 1 !important;
}

#MainContent .pagination .pagination__item.pagination__item--current,
#MainContent .pagination .pagination__item[aria-current="page"] {
  background-color: var(--fykikta-primary) !important;
  border-color: var(--fykikta-primary) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

/* Help Center and Contact keep image-contact details readable on changing
 * photographs; each supporting form remains on the normal FYKIKTA light surface. */
#shopify-section-template--25255951860014__form .contact-form__info .card-media__content,
#shopify-section-template--25255951728942__form .contact-form__info .card-media__content,
#shopify-section-template--25255951860014__form .contact-form__info .card-media__content :is(.card-media__heading, .card-media__heading span, .card-media__description, .card-media__description p, .card-media__description strong, .card-media__description a),
#shopify-section-template--25255951728942__form .contact-form__info .card-media__content :is(.card-media__heading, .card-media__heading span, .card-media__description, .card-media__description p, .card-media__description strong, .card-media__description a) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 1px 3px rgb(0 0 0 / 72%);
}

#shopify-section-template--25255951860014__form .contact-form__info .card-media__content a,
#shopify-section-template--25255951728942__form .contact-form__info .card-media__content a {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration-color: rgb(255 255 255 / 76%) !important;
}


/* The contact image changes substantially from one crop to another. Give its
 * support copy a dedicated dark-teal reading surface instead of relying on
 * photograph brightness, and retain a visible email-link affordance. */
#shopify-section-template--25255951728942__form .contact-form__info .card-media__content-wrapper {
  width: calc(100% - 40px) !important;
  max-width: 38rem;
  margin: 0 20px 20px !important;
  padding: clamp(18px, 1.7vw, 26px) !important;
  border: 1px solid rgb(255 255 255 / 22%) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgb(5 40 43 / 94%), rgb(5 40 43 / 82%) 62%, rgb(5 40 43 / 74%)) !important;
  box-shadow: 0 12px 28px rgb(0 0 0 / 30%) !important;
  backdrop-filter: blur(5px);
}

#shopify-section-template--25255951728942__form .contact-form__info .card-media__content :is(.card-media__heading, .card-media__heading span) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-heading-family) !important;
  font-size: clamp(2rem, 1.55rem + 1vw, 2.5rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

#shopify-section-template--25255951728942__form .contact-form__info .card-media__description :is(p, strong, a) {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-family: var(--font-body-family) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.005em;
  opacity: 1 !important;
  text-shadow: 0 1px 3px rgb(0 0 0 / 72%) !important;
}

#shopify-section-template--25255951728942__form .contact-form__info .card-media__description a {
  text-decoration-line: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 767px) {
  #shopify-section-template--25255951728942__form .contact-form__info .card-media__content-wrapper {
    width: calc(100% - 32px) !important;
    margin: 0 16px 16px !important;
    padding: 18px !important;
  }
}

/* Help Topics are links on one shared section canvas, not floating cards. The
 * captured source uses a white tile plus an orange hover circle; preserve the
 * icon, label and hit target while removing that detached-card treatment. */
#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn > .f-column,
#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn:is(:hover, :focus-visible) > .f-column {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn .multicolumn-card {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn .multicolumn-card__image img {
  /* Source help-topic SVGs embed #FF7700; recolour only those icon images. */
  filter: brightness(0) saturate(100%) invert(37%) sepia(73%) saturate(650%) hue-rotate(128deg) brightness(88%) contrast(101%) !important;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn .multicolumn-card__button svg circle,
#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn:is(:hover, :focus-visible) .multicolumn-card__button svg circle {
  fill: var(--fykikta-primary) !important;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn .multicolumn-card__button svg path,
#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn:is(:hover, :focus-visible) .multicolumn-card__button svg path {
  stroke: #fff !important;
}

/* Help Topics retain their shared-canvas layout without detached cards,
 * while their icon, label and teal arrow still respond to hover/focus. */
#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn {
  cursor: pointer;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-card__image img,
#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-card__button,
#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-card__text {
  transition: transform 0.24s ease, color 0.24s ease !important;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn:is(:hover, :focus-visible) .multicolumn-card__image img {
  transform: translateY(-4px) scale(1.025) !important;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn:is(:hover, :focus-visible) .multicolumn-card__button {
  transform: translateX(4px) scale(1.06) !important;
}

#shopify-section-template--25255951860014__multicolumn_v2_M8VWqY .multicolumn-btn:is(:hover, :focus-visible) .multicolumn-card__text {
  color: var(--fykikta-primary-hover) !important;
}

/* The live FYKIKTA footer is a deep charcoal surface rather than source black.
 * Its muted copy and teal feedback retain contrast without importing source
 * business copy or contact claims into this local-only skin. */
footer,
.footer,
.footer .footer__wrapper {
  color: #999 !important;
  background: #1e1e1e !important;
}

/* The captured bottom rows may paint outside their inner wrapper.  Reserve
 * the final safe area on the root footer so payment and social icons cannot
 * settle against the viewport edge. */
footer,
.footer {
  padding-bottom: 3.5rem;
}

.footer :is(p, span, li, a) {
  color: #999;
}

.footer :is(a:hover, a:focus-visible) {
  color: var(--fykikta-primary) !important;
}

.footer :is(h1, h2, h3, h4, h5, h6, .footer-block__heading) {
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.footer .footer-block__heading {
  color: #fff !important;
  font-family: "Barlow Condensed", Arial Narrow, sans-serif !important;
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  text-transform: none !important;
}

/* Preserve the footer's source divider placement while replacing its orange
 * accent with the FYKIKTA teal used by the live footer interaction. */
footer .border-top {
  border-top-color: var(--fykikta-primary) !important;
}

/* User-approved removal: this is the source site's oversized footer wordmark
 * row only.  The dark footer, navigation, social links, copyright and payment
 * groups remain in the captured structure. */
.footer .footer__bottom-row:has(> .svg-name) {
  display: none;
}

/* Screenshot-matched FYKIKTA footer lockup: a 208px wordmark, divider,
 * and FYKIKTA's own two-line slogan share one horizontal brand signature. */
.footer .fykikta-footer-brand {
  --fykikta-footer-lockup-teal: #00a3af;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
  width: min(81rem, calc(100% - 10rem));
  max-width: none;
  margin: 0;
  transform: translateY(-1rem);
  padding: 0 0 1.1rem;
  background: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.footer .fykikta-footer-brand__wordmark {
  display: block;
  width: min(40rem, 100%);
  height: auto;
  flex: 0 0 auto;
  background: transparent;
}

.footer .fykikta-footer-brand__divider {
  width: 1px;
  height: 7rem;
  flex: 0 0 1px;
  background: var(--fykikta-footer-lockup-teal);
}

.footer .fykikta-footer-brand__slogan {
  display: grid;
  gap: 0.2rem;
  margin: 0;
  color: var(--fykikta-footer-lockup-teal);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
}

.footer .fykikta-footer-brand__slogan > span {
  display: block;
}

/* Keep the source footer structure, but lift its interactive/social and
 * payment groups away from the viewport edge.  The bottom padding belongs on
 * the shared footer region so the spacing is stable across desktop and mobile
 * source breakpoints. */
.footer .footer__bottom {
  padding-top: 1.75rem;
  padding-bottom: 2.5rem;
}

.footer .social-list {
  margin-top: 0 !important;
  padding-top: 0.375rem;
  padding-bottom: 1.25rem;
}

.footer .footer__list-social {
  gap: 0.75rem !important;
}

.footer .social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #fff !important;
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 50%;
}

.footer .social__link:hover,
.footer .social__link:focus-visible {
  color: #fff !important;
  background: var(--fykikta-primary);
  border-color: var(--fykikta-primary);
  transform: translateY(-2px);
}

.footer .footer-copyright-and-payment {
  min-height: 2.5rem;
  margin-top: 2.25rem !important;
  padding-top: 1.4rem;
  border-top: 1px solid rgb(255 255 255 / 12%);
}

.footer .list-payment {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* A narrow source footer switches the copyright/payment row to a column.
 * Keep both icon groups inside the same safe area instead of letting the last
 * row sit flush to the viewport. */
@media (max-width: 767.98px) {
  footer,
  .footer {
    padding-bottom: 3.5rem;
  }

  .footer .fykikta-footer-brand {
    gap: 0.6rem;
    padding-top: 2rem;
    padding-right: 1.25rem;
    padding-bottom: 1.5rem;
    padding-left: 1.25rem;
  }

  .footer .footer__bottom {
    padding-top: 1.35rem;
    padding-bottom: 1.75rem;
  }

  .footer .social-list {
    padding-bottom: 1rem;
  }

  .footer .footer-copyright-and-payment {
    gap: 0.9rem;
    margin-top: 1.5rem !important;
    padding-top: 1.1rem;
  }

  .footer .list-payment {
    flex-wrap: wrap;
    gap: 0.4rem;
  }
}

@media (max-width: 767.98px) {
  body.index-template #MainContent .section--slideshow .fykikta-hero-control--previous {
    left: 16px;
  }

  body.index-template #MainContent .section--slideshow .fykikta-hero-control--next {
    right: 16px;
  }

  body.index-template #MainContent .section--slideshow .fykikta-hero-control {
    width: 38px;
    height: 38px;
  }

  .footer .fykikta-footer-brand {
    align-items: center;
    flex-direction: row;
    gap: 1rem;
    transform: translateY(-1rem);
    padding-top: 0;
  }

  .footer .fykikta-footer-brand__wordmark {
    width: min(20.8rem, 58vw);
  }

  .footer .fykikta-footer-brand__divider {
    height: 3.4rem;
  }

  .footer .fykikta-footer-brand__slogan {
    font-size: 1.35rem;
  }
}


/* The product detail tail is a verbatim local reference snapshot. Its section
 * styles travel inside the injected template; this wrapper supplies no visual
 * interpretation, only a stable local insertion boundary. */
body.product-template #MainContent > .fykikta-giraffe-detail-tail {
  display: block;
  width: 100%;
  border: 0;
}

/* Keep the existing product jump directory directly above the copied detail
 * document. Its targets are the captured source sections inside the local,
 * same-origin frame. */
body.product-template .fykikta-product-jump-nav {
  position: sticky;
  top: 72px;
  z-index: 8;
  background: rgb(255 255 255 / 97%);
  border-block: 1px solid var(--fykikta-border);
  box-shadow: 0 1px 0 rgb(26 37 48 / 4%);
}

body.product-template .fykikta-product-jump-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(3rem, 4vw, 5.5rem);
  width: min(var(--page-width), 100%);
  min-height: 60px;
  margin: 0 auto;
  padding: 0 var(--page-padding);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}

body.product-template .fykikta-product-jump-nav__list::-webkit-scrollbar {
  display: none;
}

body.product-template .fykikta-product-jump-nav__link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 60px;
  padding: 0.15rem 0 0;
  color: #77828a;
  font-family: "Barlow Condensed", Arial Narrow, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

body.product-template .fykikta-product-jump-nav__link:hover,
body.product-template .fykikta-product-jump-nav__link:focus-visible {
  color: var(--fykikta-primary);
}

body.product-template .fykikta-product-jump-nav__link[aria-current="true"] {
  color: var(--fykikta-text);
  border-bottom-color: var(--fykikta-primary);
}

@media (max-width: 1023.98px) {
  body.product-template .fykikta-product-jump-nav {
    top: 56px;
  }

  body.product-template .fykikta-product-jump-nav__list,
  body.product-template .fykikta-product-jump-nav__link {
    min-height: 52px;
  }

  body.product-template .fykikta-product-jump-nav__list {
    justify-content: flex-start;
    gap: 2.8rem;
    padding-inline: 1.2rem;
  }

  body.product-template .fykikta-product-jump-nav__link {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}


/* Sitewide accent decision: all warm source accents resolve to the official
 * FYKIKTA cyan. Deep teal remains reserved for hover/pressed feedback. */
:root {
  --fykikta-cyan: #00a3af;
  --fykikta-primary: var(--fykikta-cyan);
  --color-primary: 0, 163, 175;
  --color-button: 0, 163, 175;
  --color-secondary-button-text: 0, 163, 175;
  --color-link: 0, 163, 175;
}

body [class*="color-scheme-"],
body [data-fykikta-warm-color],
body [data-fykikta-warm-background],
body [data-fykikta-warm-border],
body [data-fykikta-warm-fill],
body [data-fykikta-warm-stroke] {
  --fykikta-primary: #00a3af;
}

/* Site-wide home-page typography contract: Inter for reading, Barlow Condensed for display titles. */
body #MainContent {
  font-family: var(--font-body-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body #MainContent :is(p, li, dt, dd, small, label, input, textarea, select, button, .rte, .rich-text__text, .button, .btn) {
  font-family: var(--font-body-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
}

body #MainContent :is(h1, h2, h3, h4, h5, h6, .product__title, .product__title h1, .section__heading, .rich-text__heading, .card__heading, .article-card__title) {
  font-family: var(--font-heading-family, "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif) !important;
  font-weight: 700 !important;
}

/* Product FAQ prompts are reading controls, not display headings. */
body.product-template #MainContent #Product-FAQs .collapsible-toggle h3 {
  font-family: var(--font-body-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
  font-weight: 500 !important;
}

/* Final text reset: local captured modules must not reintroduce a third font family. */
body #MainContent * {
  font-family: var(--font-body-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
}

/* Large display titles match the homepage heading scale. */
body #MainContent :is(h1, h2, .product__title, .product__title h1, .section__heading, .rich-text__heading) {
  font-family: var(--font-heading-family, "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif) !important;
  font-size: clamp(32px, 2.8vw, 40.32px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.05 !important;
}

/* Supporting bold titles use the same condensed display family at a subordinate scale. */
body #MainContent :is(h3, h4, h5, h6, .product__accordion-title) {
  font-family: var(--font-heading-family, "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif) !important;
  font-size: clamp(22px, 1.8vw, 26px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.12 !important;
}

/* Keep disclosures and customer feedback as Inter reading text. */
body.product-template #MainContent #Product-FAQs .collapsible-toggle h3,
body.product-template #MainContent .fykikta-reference-review-widget :is(h1, h2, h3, h4, h5, h6, p, span, strong, b) {
  font-family: var(--font-body-family, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif) !important;
}

body.product-template #MainContent #Product-FAQs .collapsible-toggle h3 {
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
}

/* Collection cards retain their compact three-column rhythm while using the shared display family. */
body #ProductsList .product-card :is(h3, h4, h5, h6, .card__heading, .product-card__title) {
  font-family: var(--font-heading-family, "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
}

/* Preserve compact three-column product cards when their two-line display title is present. */
@media (min-width: 768px) and (max-width: 1279.98px) {
  #ProductsList .product-card__image::before {
    padding-top: 65% !important;
  }
}

/* At tablet three-column density, retain the 4:3 image frame and compact the card's top text inset. */
@media (min-width: 768px) and (max-width: 1279.98px) {
  #ProductsList .product-card__image::before {
    padding-top: 75% !important;
  }

  #ProductsList .product-card__info {
    padding: 6px 8px 8px !important;
  }
}

/* Product disclosure labels participate in the same display-title hierarchy. */
body.product-template #MainContent [id^="MainProduct-"] summary {
  font-family: var(--font-heading-family, "Barlow Condensed", "Roboto Condensed", "Arial Narrow", sans-serif) !important;
  font-size: clamp(22px, 1.8vw, 26px) !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.12 !important;
}


/* Local preview cart: the static mirror has no cart API, so these line items
 * retain a complete, tactile cart interaction without presenting a stale count. */
#FykiktaLocalCartDrawer.fykikta-local-cart-open {
  visibility: visible;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line {
  list-style: none;
  border-bottom: 1px solid var(--fykikta-border, #dee2e5);
  padding: 0 0 18px;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line + .fykikta-local-cart-line {
  padding-top: 18px;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__content {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__image {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__title {
  margin: 0;
  color: var(--fykikta-ink, #1a2530);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__quantity {
  display: inline-grid;
  grid-template-columns: 32px 34px 32px;
  align-items: center;
  width: max-content;
  min-height: 34px;
  overflow: hidden;
  border: 1px solid var(--fykikta-border, #dee2e5);
  border-radius: 999px;
  background: #fff;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__quantity-button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--fykikta-primary, #00857c);
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.16s ease, color 0.16s ease;
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__quantity-button:is(:hover, :focus-visible) {
  outline: 0;
  background: var(--fykikta-surface-weak, #e8f5f3);
  color: var(--fykikta-primary-dark, #006b64);
}

#FykiktaLocalCartDrawer .fykikta-local-cart-line__quantity-value {
  color: var(--fykikta-ink, #1a2530);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767.98px) {
  #FykiktaLocalCartDrawer .fykikta-local-cart-line__content {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  #FykiktaLocalCartDrawer .fykikta-local-cart-line__image {
    width: 64px;
    height: 64px;
  }
}

/* Isolated preview drawer: do not inherit the captured custom-element layout. */
#FykiktaLocalCartDrawer[hidden] {
  display: none !important;
}

#FykiktaLocalCartDrawer {
  position: fixed !important;
  inset: 0 0 0 auto !important;
  z-index: 1001 !important;
  display: block;
  width: min(430px, 100vw) !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: -18px 0 42px rgb(26 37 48 / 18%);
  transform: translateX(100%);
  transition: transform 0.22s ease;
}

#FykiktaLocalCartDrawer.fykikta-local-cart-open {
  transform: translateX(0);
}

#FykiktaLocalCartDrawer > .fixed-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: -1 !important;
  display: block !important;
  width: 100vw !important;
  height: 100dvh !important;
  background: rgb(26 37 48 / 32%) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#FykiktaLocalCartDrawer > .drawer__inner {
  position: relative !important;
  z-index: 1;
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  background: #fff;
  transform: none !important;
}

#FykiktaLocalCartDrawer .drawer__close-btn {
  position: absolute !important;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--fykikta-border, #dee2e5);
  border-radius: 50%;
  background: #fff;
  color: var(--fykikta-ink, #1a2530);
  font-size: 26px;
  line-height: 1;
}

#FykiktaLocalCartDrawer .drawer__header,
#FykiktaLocalCartDrawer .drawer__footer {
  flex: 0 0 auto;
  padding: 24px;
  background: #fff;
}

#FykiktaLocalCartDrawer .drawer__header {
  padding-right: 68px;
  border-bottom: 1px solid var(--fykikta-border, #dee2e5);
}

#FykiktaLocalCartDrawer .drawer__body {
  min-height: 0;
  padding: 24px;
  overflow: auto;
  background: #fff;
}

#FykiktaLocalCartDrawer .drawer__footer {
  border-top: 1px solid var(--fykikta-border, #dee2e5);
}

#FykiktaLocalCartDrawer .fykikta-local-cart-footer {
  margin: 0;
  color: var(--fykikta-muted, #5b6770);
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 767.98px) {
  #FykiktaLocalCartDrawer {
    width: 100vw !important;
  }
}

#FykiktaLocalCartDrawer .cart-drawer__empty .btn.btn--secondary:is(:hover, :focus-visible, .btn--active) {
  border-color: #006b64 !important;
  border-top-color: #006b64 !important;
  background: #e8f5f3 !important;
  background-color: #e8f5f3 !important;
  color: #006b64 !important;
}

#FykiktaLocalCartDrawer .cart-drawer__empty .btn.btn--secondary::before {
  background: #66b6b0 !important;
}

#FykiktaLocalCartDrawer .cart-drawer__empty .btn.btn--secondary::after {
  background: #006b64 !important;
}


/* The final two desktop menus are service/brand-navigation utilities. Keep
 * every dropdown action readable as enlarged black body text. */
@media (min-width: 1024px) {
  .header .header__menu > ul > li:nth-last-child(-n + 2) > details > .dropdown :is(a, button) {
    color: #171717 !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.45 !important;
  }

  .header .header__menu > ul > li:nth-last-child(-n + 2) > details > .dropdown :is(a, button):is(:hover, :focus-visible) {
    color: #171717 !important;
  }
}

/* Collection FAQ: preserve a readable hierarchy beside the large visual panel. */
body.collection-template #MainContent .collapsible-tabs__content-col .accordion-details__summary h2.inline-richtext.font-19 {
  color: var(--fykikta-text, #1a2530) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 26px !important;
}

@media (max-width: 767.98px) {
  body.collection-template #MainContent .collapsible-tabs__content-col .accordion-details__summary h2.inline-richtext.font-19 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

/* Home best-selling product cards: the source marks this carousel as static on
 * desktop.  Force the no-slider two-card layout so Swiper never expands an
 * image to an off-canvas width while the page is hydrating. */
@media (min-width: 768px) {
  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection__products {
    overflow: visible !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection__products-inner {
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    transform: none !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection__products-inner > .swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .product-card__image,
  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .product-card__image > img {
    max-width: 100% !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .product-card__image > img {
    object-fit: contain !important;
    object-position: center !important;
  }
}

/* Guarantee rail: four benefits use the same outer margins as every homepage
 * section, with deliberate breathing room between each icon/card. */
body.index-template #icon-info-template--25255951630638__icon_info_Ymyey6 {
  box-sizing: border-box !important;
  width: min(1500px, calc(100% - (var(--fykikta-home-rail, 40px) * 2))) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  column-gap: clamp(52px, 5vw, 88px) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

@media (max-width: 767.98px) {
  body.index-template #icon-info-template--25255951630638__icon_info_Ymyey6 {
    width: calc(100% - 24px) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 28px !important;
    row-gap: 36px !important;
  }
}

/* ALL PRODUCTS uses the full desktop panel rather than the width of its nav
 * label.  Warm reference accents are mapped to the FYKIKTA cyan system. */
@media (min-width: 1024px) {
  /* Menu panels remain part of their details owner while floating full-width.
   * The runtime retains the short pointer corridor from label to panel so a
   * deliberate desktop hover never retracts before the panel is reached. */
  .header .header__menu > ul > li > details[data-fykikta-header-hover-retained="true"] > :is(.mega-menu, .dropdown) {
    pointer-events: auto !important;
  }

  .header .header__menu > ul > li:has(> details[id^="Mega-menu-item-product_list"]) {
    position: static !important;
  }

  .header details[id^="Mega-menu-item-product_list"] > .mega-menu {
    position: fixed !important;
    top: var(--header-height, 56px) !important;
    right: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .header details[id^="Mega-menu-item-product_list"] .mega-menu__container {
    width: 100% !important;
    min-width: 0 !important;
    padding-top: 0 !important;
  }

  .header details[id^="Mega-menu-item-product_list"] .mega-menu__wrapper.mega-menu_custom {
    display: grid !important;
    width: min(1500px, calc(100vw - 146px)) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 32px 0 40px !important;
    grid-template-columns: minmax(250px, .78fr) minmax(0, 2.2fr) !important;
    gap: clamp(32px, 5vw, 80px) !important;
    background: #eef8f7 !important;
  }

  .header details[id^="Mega-menu-item-product_list"] :is(.mega-menu_custom-rt, .mega-menu-swiper) {
    width: 100% !important;
    min-width: 0 !important;
  }

  .header details[id^="Mega-menu-item-product_list"] .mega-menu_custom :is(.mega-menu_custom-lt-top h2::before, .mega-menu_custom-rt-top h2::before),
  .header details[id^="Mega-menu-item-product_list"] .mega-menu_custom :is(.f-badge--new, .f-badge--hot) {
    background-color: var(--fykikta-primary, #00a3af) !important;
  }

  .header details[id^="Mega-menu-item-product_list"] .mega-menu_custom .mega-menu_custom-lt-title.active {
    color: #006b64 !important;
    background: #e3f4f3 !important;
  }

  .header details[id^="Mega-menu-item-product_list"] .mega-menu_custom .mage_menu_switch_item:is(:hover, :focus-visible) {
    color: #fff !important;
    border-color: var(--fykikta-primary, #00a3af) !important;
    background: var(--fykikta-primary, #00a3af) !important;
  }
}


@media (min-width: 1024px) {
  .header details[id^="Mega-menu-item-product_list"] .mega-menu_custom .mega-menu_custom-lt-top h2::before,
  .header details[id^="Mega-menu-item-product_list"] .mega-menu_custom .mega-menu_custom-rt-top h2::before {
    background-color: var(--fykikta-primary, #00a3af) !important;
  }
}

/* Comment 2: the four-service-benefits area is one uninterrupted white panel. */
body.index-template #MainContent .shopify-section:has(#icon-info-template--25255951630638__icon_info_Ymyey6),
body.index-template #icon-info-template--25255951630638__icon_info_Ymyey6,
body.index-template #icon-info-template--25255951630638__icon_info_Ymyey6 .icon-info-item {
  background-color: #fff !important;
  background-image: none !important;
}

/* Home best-selling module: its two supplied product sources carry different
 * whitespace inside their source canvases.  Register their visible product
 * silhouettes on the same visual rail, while retaining the source 1:1 cards
 * and non-cropping contain behavior. */
@media (min-width: 768px) {
  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .product-card__image {
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .product-card__image > img {
    display: block !important;
    transform-origin: center center !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection__products-inner > .swiper-slide:nth-child(2) .product-card__image > img {
    transform: translateY(3px) scale(0.928) !important;
  }
}

/* Home best-selling module: the source section becomes a single, readable
 * media → title → two-card sequence before the narrow desktop two-column
 * layout can squeeze the cards.  This keeps the supplied source image whole,
 * matches the source card rhythm, and gives the 786px mobile viewport the
 * same full-width visual rail as the other homepage sections. */
@media (max-width: 1023.98px) {
  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 28px !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt :is(.col-media, .col-products) {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .col-media {
    order: 0 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .col-products {
    align-items: stretch !important;
    order: 1 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .col-products-inner {
    width: 100% !important;
    max-width: none !important;
    padding-inline: 0 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .section__header {
    padding-bottom: 18px !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .section__header--text,
  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .font-h2 {
    max-width: 100% !important;
    text-align: left !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .font-h2 {
    font-size: clamp(32px, 6.8vw, 52px) !important;
    line-height: .98 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection__products {
    overflow: visible !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection__products-inner {
    display: grid !important;
    width: 100% !important;
    height: auto !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    transform: none !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection__products-inner > .swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .product-card__image {
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .product-card__image > img {
    display: block !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

/* Home best-selling module: use the same lower visual rail for the large
 * editorial photo and the two product cards.  The source photo keeps its crop
 * instead of ending early with a detached white block beneath it. */
@media (min-width: 1024px) {
  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .media-with-collection {
    align-items: stretch !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .col-media {
    align-self: stretch !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    padding-bottom: 50px !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .col-media .media-wrapper {
    display: block !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt .col-media .media-wrapper > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}


/* Desktop mega menus sit 16px below their labels.  This invisible bridge keeps
 * pointer continuity through that gap so the native details menu does not
 * close/reopen while the visitor enters its panel. */
@media (min-width: 990px) and (hover: hover) {
  .header details[data-fykikta-header-hover-retained="true"] > .fykikta-header-hover-bridge {
    position: fixed;
    z-index: 0;
    top: var(--fykikta-header-hover-bridge-top, 56px);
    right: 0;
    left: 0;
    display: block;
    height: var(--fykikta-header-hover-bridge-height, 16px);
    pointer-events: auto;
    background: transparent;
  }

  .header details[data-fykikta-header-hover-retained="true"]:not([open]) > .fykikta-header-hover-bridge {
    display: none;
  }
}

/* Homepage shared rail: after the hero every module keeps its own background,
 * while its real content uses the exact same left/right page edges.  Apply the
 * edge to each theme .page-width once, then let the real inner content fill it.
 * This prevents the old double-rail composition (page padding + inner width). */
body.index-template {
  --fykikta-home-shared-edge: clamp(24px, calc((100vw - 1500px) / 2), 96px);
}

@media (min-width: 768px) {
  body.index-template #MainContent > .shopify-section:not(:first-child) .page-width {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    padding-right: var(--fykikta-home-shared-edge) !important;
    padding-left: var(--fykikta-home-shared-edge) !important;
  }

  body.index-template #MainContent > .shopify-section:not(:first-child) :is(
    .collection-list .section__wrapper,
    .multicolumn .section__content,
    .featured-blog .featured-blog__wrapper,
    .newsletter__wrapper
  ) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  /* This icon root is visually rendered by direct grid children. Its own box
   * may be transparent to layout inspection, while its visible children hold
   * the same 1,500px edge-to-edge rail. */
  body.index-template #icon-info-template--25255951630638__icon_info_Ymyey6 {
    box-sizing: border-box !important;
    width: min(1500px, calc(100% - (var(--fykikta-home-shared-edge) * 2))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  /* These theme sections already own their visible rail. Do not make the
   * shared page-width rule introduce a second inset around the real content. */
  body.index-template #shopify-section-template--25255951630638__newsletter_R93PKC .newsletter__wrapper {
    width: min(1500px, calc(100% - (var(--fykikta-home-shared-edge) * 2))) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

/* Homepage featured articles intentionally inherit the exact Blog-index card
 * language: cyan date label/link, compact copy below media, and bold headings.
 * The selectors are scoped so standalone product/article cards remain intact. */
body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__media {
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #eef0f1 !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__content {
  display: block !important;
  min-height: 0 !important;
  padding: 16px 0 0 !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card :is(time, .article-card__date) {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  margin: 0 !important;
  padding: 2px 12px !important;
  border-radius: 2px !important;
  background: var(--fykikta-primary, #00a3af) !important;
  color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__title,
body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__title a {
  display: -webkit-box !important;
  overflow: hidden;
  margin: 14px 0 9px !important;
  color: var(--fykikta-primary, #00a3af) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(17px, 1.3vw, 21px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.42 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__excerpt {
  display: -webkit-box !important;
  overflow: hidden;
  margin: 0 !important;
  color: #8f969c !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.55 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Shopify injects section-local styles after the shared skin. Give the two
 * special footer-adjacent modules a two-ID override so their visible content
 * remains on the shared outer rail instead of receiving that edge twice. */
@media (min-width: 768px) {
  body.index-template #MainContent #shopify-section-template--25255951630638__icon_info_Ymyey6 #icon-info-template--25255951630638__icon_info_Ymyey6 {
    --fykikta-home-rail: var(--fykikta-home-shared-edge) !important;
    box-sizing: border-box !important;
    width: min(1500px, calc(100% - (var(--fykikta-home-shared-edge) * 2))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.index-template #MainContent #shopify-section-template--25255951630638__newsletter_R93PKC .newsletter__wrapper.page-width {
    box-sizing: border-box !important;
    width: min(1500px, calc(100% - (var(--fykikta-home-shared-edge) * 2))) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* FYKIKTA review 2026-08-25: one homepage rail, complete product menu, and Blog-index card parity. */
@media (min-width: 768px) {
  body.index-template #MainContent {
    --fykikta-home-review-rail: clamp(24px, calc((100vw - 1500px) / 2), 96px);
    --fykikta-home-review-width: min(1500px, calc(100% - (var(--fykikta-home-review-rail) * 2)));
  }

  /* Every non-hero homepage module starts and ends on the same visible rail.
   * Section backgrounds still span the viewport; only their content aligns. */
  body.index-template #MainContent > .shopify-section:not(:first-child) > :is(
    .page-width,
    .container,
    .section.page-width,
    .section > .page-width,
    .section > .container
  ) {
    box-sizing: border-box !important;
    width: var(--fykikta-home-review-width) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.index-template #MainContent > .shopify-section:not(:first-child) :is(
    .collection-list .section__wrapper,
    .multicolumn .section__content,
    .featured-blog .featured-blog__wrapper,
    .newsletter__wrapper
  ) {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* The native menu has all five product collections and 21 cards in its DOM.
 * The source transition left its inner container invisible after opening. */
@media (min-width: 990px) {
  .header details[id^="Mega-menu-item-product_list"][open] > .mega-menu > .mega-menu__container {
    visibility: visible !important;
  }
}

/* Homepage articles use the Blog-index card system: same canvas, image ratio,
 * white card, metadata, headline, excerpt, grid rhythm and desktop sizing. */
body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN > .section {
  background: #f4f5f5 !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .featured-blog__items {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 30px 15px !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .swiper-slide {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card {
  display: flex !important;
  height: 100% !important;
  min-height: 0 !important;
  flex-direction: column;
  overflow: hidden !important;
  border-radius: 4px !important;
  background: #fff !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__media {
  display: block !important;
  flex: 0 0 auto;
  overflow: hidden !important;
  border-radius: 4px 4px 0 0 !important;
  background: #edf0f1 !important;
  aspect-ratio: 358 / 204;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__content {
  display: flex !important;
  min-height: 185px !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px !important;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card :is(time, .article-card__date) {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgb(56 63 66 / 70%) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  line-height: 17.6px !important;
  text-transform: uppercase;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__title,
body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__title a {
  display: -webkit-box !important;
  overflow: hidden;
  margin: 8px 0 10px !important;
  color: #383f42 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -0.4px !important;
  line-height: 28px !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__excerpt {
  display: -webkit-box !important;
  overflow: hidden;
  margin: 0 !important;
  color: #383f42 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 25.714px !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 767px) {
  body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .featured-blog__items {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__content {
    min-height: 0 !important;
  }

  body.index-template #shopify-section-template--25255951630638__featured_blog_zLngRN .article-card__title {
    font-size: 21px !important;
    line-height: 25px !important;
  }
}

/* The reference HTML nests several modules in `.shopify-section > .section`.
 * Keep that exact nesting on the same reviewed rail as direct page-width modules. */
@media (min-width: 768px) {
  body.index-template #MainContent > .shopify-section:not(:first-child) > .page-width,
  body.index-template #MainContent > .shopify-section:not(:first-child) > .container,
  body.index-template #MainContent > .shopify-section:not(:first-child) > .section.page-width,
  body.index-template #MainContent > .shopify-section:not(:first-child) > .section > .page-width,
  body.index-template #MainContent > .shopify-section:not(:first-child) > .section > .container {
    box-sizing: border-box !important;
    width: var(--fykikta-home-review-width) !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* Homepage surface pass: the supplied best-selling media panel is a full-width
 * section canvas, not a gray card floating inside white page gutters. */
body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt {
  background-color: #f4f5f6 !important;
}

body.index-template #shopify-section-template--25255951630638__media_with_collection_gntCNt > .page-width {
  background-color: #f4f5f6 !important;
}

/* The WHY FYKIKTA introductory band is intentionally a crisp white surface.
 * It separates the preceding product canvas from the pale benefit-card field
 * without creating a near-white framed rectangle at the shared page edge. */
body.index-template #MainContent > .shopify-section:has(#comm_top_header-template--25255951630638__comm_top_header_XtDYE9),
body.index-template #comm_top_header-template--25255951630638__comm_top_header_XtDYE9 {
  background-color: #fff !important;
}

/* Homepage first-fold geometry: the banner stays deliberately compact so the
 * complete moving proof/metrics rail immediately below it fits in a standard
 * 1625 × 889 desktop viewport. Mobile geometry remains unchanged. */
@media (min-width: 1025px) {
  body.index-template #MainContent .section--slideshow .slideshow-wrapper {
    height: clamp(500px, 33vw, 570px) !important;
  }
}
