/*!
Theme Name: Hostinger AI theme
Author: FREEZEMILL
Description: Conversion-focused WooCommerce storefront for home, garden, outdoor living, portable power and entertainment.
Version: 1.0.0
Tested up to: 7.1
Requires at least: 6.4
Requires PHP: 8.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: freezemill
WPVibe: yes
*/

:root {
  --fm-navy: #092440;
  --fm-deep: #06192c;
  --fm-ink: #10283f;
  --fm-blue: #196aa8;
  --fm-sky: #62c9f4;
  --fm-ice: #eff5f8;
  --fm-mist: #dce9f1;
  --fm-white: #ffffff;
  --fm-warm: #f5b85c;
  --fm-success: #25845d;
  --fm-text: #23384a;
  --fm-muted: #607384;
  --fm-border: rgba(9, 36, 64, 0.14);
  --fm-shadow: 0 24px 70px rgba(6, 25, 44, 0.14);
  --fm-radius: 22px;
  --fm-width: 1240px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--fm-text);
  background: #fbfdfe;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea { font-family: "Public Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--fm-navy);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.028em;
}

a {
  color: var(--fm-blue);
  text-underline-offset: 3px;
}

img { max-width: 100%; height: auto; }

::selection { color: var(--fm-deep); background: var(--fm-sky); }

:focus-visible {
  outline: 3px solid var(--fm-sky);
  outline-offset: 3px;
}

.fm-shell {
  width: min(var(--fm-width), calc(100% - 40px));
  margin-inline: auto;
}

.fm-announcement {
  color: #dff4ff;
  background: var(--fm-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}

.fm-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  gap: 22px;
}

.fm-announcement__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.fm-announcement__item + .fm-announcement__item::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 15px;
  border-radius: 999px;
  background: var(--fm-sky);
}

.fm-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--fm-border);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
}

.admin-bar .fm-header { top: 32px; }

.fm-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 80px;
  gap: 28px;
}

.fm-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--fm-navy);
  text-decoration: none;
}

.fm-brand__mark {
  position: relative;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  color: var(--fm-white);
  background: linear-gradient(145deg, var(--fm-blue), var(--fm-navy));
  box-shadow: 0 9px 22px rgba(25, 106, 168, .22);
}

.fm-brand__mark::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  border-radius: 10px;
  background: rgba(98, 201, 244, .78);
  transform: rotate(-43deg);
}

.fm-brand__snow {
  position: relative;
  z-index: 1;
  font-family: "Fraunces", serif;
  font-size: 22px;
}

.fm-brand__name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .12em;
}

.fm-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.fm-nav a {
  position: relative;
  color: var(--fm-ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.fm-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--fm-blue);
  transform: scaleX(0);
  transition: transform .22s ease;
}

.fm-nav a:hover::after,
.fm-nav a:focus-visible::after { transform: scaleX(1); }

.fm-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fm-icon-link {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--fm-border);
  border-radius: 50%;
  color: var(--fm-navy);
  background: var(--fm-white);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.fm-icon-link:hover {
  border-color: var(--fm-sky);
  background: var(--fm-ice);
  transform: translateY(-2px);
}

.fm-icon-link svg { width: 20px; height: 20px; }

.fm-mobile-nav { display: none; }

.fm-hero {
  position: relative;
  overflow: hidden;
  color: var(--fm-white);
  background:
    radial-gradient(circle at 16% 20%, rgba(98, 201, 244, .22), transparent 32%),
    linear-gradient(128deg, var(--fm-deep) 0%, var(--fm-navy) 64%, #10406b 100%);
}

.fm-hero::before {
  content: "";
  position: absolute;
  right: 45%;
  bottom: -280px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02);
}

.fm-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  min-height: 680px;
  gap: 64px;
  padding-block: 74px;
}

.fm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: #bfeeff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.fm-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--fm-sky);
}

.fm-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--fm-white);
  font-size: clamp(48px, 6.2vw, 86px);
}

.fm-hero h1 em {
  color: var(--fm-sky);
  font-style: normal;
}

.fm-hero__copy > p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #d7e8f4;
  font-size: clamp(17px, 1.8vw, 20px);
}

.fm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.fm-btn,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button.wc-block-components-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.fm-btn:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
button.wc-block-components-button:hover { transform: translateY(-2px); }

.fm-btn--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
button.wc-block-components-button {
  color: var(--fm-deep);
  background: var(--fm-sky);
  box-shadow: 0 12px 30px rgba(98, 201, 244, .25);
}

.fm-btn--secondary {
  border: 1px solid rgba(255,255,255,.3);
  color: var(--fm-white);
  background: rgba(255,255,255,.06);
}

.fm-hero__media {
  position: relative;
  min-height: 520px;
}

.fm-hero__image {
  position: absolute;
  inset: 0 0 36px 34px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px 30px 30px 90px;
  box-shadow: 0 34px 80px rgba(0,0,0,.3);
  transform: rotate(1.4deg);
}

.fm-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(6,25,44,.45));
}

.fm-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fm-hero__badge {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 0;
  width: 190px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  color: var(--fm-white);
  background: rgba(6, 25, 44, .9);
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
}

.fm-hero__badge strong {
  display: block;
  color: var(--fm-sky);
  font-family: "Fraunces", Georgia, serif;
  font-size: 29px;
  line-height: 1;
}

.fm-hero__badge span { display: block; margin-top: 7px; color: #d7e8f4; font-size: 12px; }

.fm-photo-credit {
  position: absolute;
  z-index: 3;
  bottom: 51px;
  left: 54px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
}

.fm-photo-credit a { color: inherit; }

.fm-trust {
  border-bottom: 1px solid var(--fm-border);
  background: var(--fm-white);
}

.fm-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fm-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 102px;
  gap: 13px;
  padding: 20px;
  border-right: 1px solid var(--fm-border);
}

.fm-trust__item:last-child { border-right: 0; }

.fm-trust__item svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: var(--fm-blue);
}

.fm-trust__item strong { display: block; color: var(--fm-navy); font-size: 14px; }
.fm-trust__item span { display: block; color: var(--fm-muted); font-size: 12px; }

.fm-section { padding-block: 100px; }

.fm-section--ice { background: var(--fm-ice); }

.fm-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 30px;
}

.fm-section__head h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(38px, 4.8vw, 60px);
}

.fm-section__head p {
  max-width: 470px;
  margin: 0;
  color: var(--fm-muted);
}

.fm-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--fm-navy);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.fm-text-link span { transition: transform .2s ease; }
.fm-text-link:hover span { transform: translateX(4px); }

.fm-categories {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.fm-category {
  position: relative;
  grid-column: span 4;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 390px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(9,36,64,.1);
  border-radius: var(--fm-radius);
  color: var(--fm-navy);
  background: var(--fm-white);
  box-shadow: 0 12px 35px rgba(9,36,64,.07);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.fm-category:nth-child(1) { grid-column: span 6; }
.fm-category:nth-child(2),
.fm-category:nth-child(3) { grid-column: span 3; }

.fm-category:hover {
  box-shadow: 0 24px 58px rgba(9,36,64,.16);
  transform: translateY(-7px);
}

.fm-category__media {
  position: relative;
  display: block;
  height: 238px;
  overflow: hidden;
  background: #dce9f0;
}

.fm-category__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,25,44,.08), transparent 48%, rgba(6,25,44,.16));
  pointer-events: none;
}

.fm-category__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.75,.2,1);
}

.fm-category:hover .fm-category__media img { transform: scale(1.055); }

.fm-category__top {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  left: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: none;
}

.fm-category__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 15px;
  color: var(--fm-navy);
  background: rgba(255,255,255,.9);
  box-shadow: 0 10px 28px rgba(6,25,44,.18);
  backdrop-filter: blur(8px);
}

.fm-category__icon svg { width: 25px; height: 25px; }

.fm-category__arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: var(--fm-white);
  background: rgba(6,25,44,.9);
  box-shadow: 0 8px 22px rgba(6,25,44,.24);
}

.fm-category__content {
  position: relative;
  z-index: 2;
  display: block;
  padding: 24px 26px 27px;
  background: var(--fm-white);
}

.fm-category__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: var(--fm-sky);
}

.fm-category h3 {
  margin: 0 0 8px;
  color: var(--fm-navy);
  font-size: clamp(23px, 2.1vw, 29px);
  line-height: 1.08;
}

.fm-category p {
  max-width: 430px;
  margin: 0;
  color: var(--fm-muted);
  font-size: 14px;
  line-height: 1.55;
}

.fm-story {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: stretch;
  gap: 22px;
}

.fm-story__intro,
.fm-story__panel {
  border-radius: 26px;
}

.fm-story__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 70px);
  color: var(--fm-white);
  background: var(--fm-navy);
}

.fm-story__intro h2 {
  margin: 0;
  color: var(--fm-white);
  font-size: clamp(38px, 4.6vw, 58px);
}

.fm-story__intro p { color: #d7e8f4; }

.fm-story__panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  border: 1px solid var(--fm-border);
  background: var(--fm-white);
}

.fm-story__feature {
  min-height: 210px;
  padding: 34px;
  border-right: 1px solid var(--fm-border);
  border-bottom: 1px solid var(--fm-border);
}

.fm-story__feature:nth-child(2n) { border-right: 0; }
.fm-story__feature:nth-last-child(-n+2) { border-bottom: 0; }

.fm-story__number {
  color: var(--fm-blue);
  font-family: "Fraunces", Georgia, serif;
  font-size: 15px;
  font-weight: 700;
}

.fm-story__feature h3 { margin: 34px 0 8px; font-size: 23px; }
.fm-story__feature p { margin: 0; color: var(--fm-muted); font-size: 14px; }

.fm-product-area .woocommerce,
.fm-product-area .wp-block-shortcode { width: 100%; }

.woocommerce ul.products,
.wc-block-product-template,
.wp-block-woocommerce-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }

.woocommerce ul.products li.product,
.wc-block-product,
.wp-block-post.product {
  width: auto !important;
  margin: 0 !important;
  padding: 14px 14px 20px !important;
  border: 1px solid var(--fm-border);
  border-radius: 18px;
  background: var(--fm-white);
  box-shadow: 0 10px 32px rgba(9,36,64,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

.woocommerce ul.products li.product:hover,
.wc-block-product:hover,
.wp-block-post.product:hover {
  box-shadow: 0 20px 50px rgba(9,36,64,.12);
  transform: translateY(-5px);
}

.woocommerce ul.products li.product img,
.wc-block-components-product-image img,
.wc-block-grid__product-image img {
  aspect-ratio: 1 / 1;
  border-radius: 13px;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-title,
.wc-block-grid__product-title {
  color: var(--fm-navy);
  font-family: "Public Sans", sans-serif;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price {
  color: var(--fm-blue) !important;
  font-weight: 800;
}

.woocommerce span.onsale {
  min-width: 0;
  min-height: 0;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--fm-deep);
  background: var(--fm-sky);
  font-size: 11px;
  line-height: 1;
}

.fm-faq-preview {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: start;
  gap: 70px;
}

.fm-faq-preview h2 {
  margin-top: 0;
  font-size: clamp(38px, 4.8vw, 58px);
}

.fm-faq-list details,
.fm-faq details {
  border-bottom: 1px solid var(--fm-border);
}

.fm-faq-list summary,
.fm-faq summary {
  position: relative;
  padding: 23px 42px 23px 0;
  color: var(--fm-navy);
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.fm-faq-list summary::-webkit-details-marker,
.fm-faq summary::-webkit-details-marker { display: none; }

.fm-faq-list summary::after,
.fm-faq summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 4px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--fm-white);
  background: var(--fm-navy);
}

.fm-faq-list details[open] summary::after,
.fm-faq details[open] summary::after { content: "−"; }

.fm-faq-list details p,
.fm-faq details p {
  max-width: 800px;
  margin: -5px 0 23px;
  color: var(--fm-muted);
}

.fm-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 7vw, 84px);
  border-radius: 30px;
  color: var(--fm-white);
  background: linear-gradient(115deg, var(--fm-blue), var(--fm-navy));
}

.fm-cta::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025);
}

.fm-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.fm-cta h2 { max-width: 760px; margin: 0; color: var(--fm-white); font-size: clamp(38px, 5vw, 60px); }
.fm-cta p { max-width: 650px; color: #dff4ff; }

.fm-page-hero {
  padding: 76px 20px;
  text-align: center;
  background:
    radial-gradient(circle at 50% -40%, rgba(98,201,244,.45), transparent 50%),
    var(--fm-navy);
}

.fm-page-hero h1,
.fm-page-hero .wp-block-post-title {
  max-width: 950px;
  margin: 0 auto;
  color: var(--fm-white);
  font-size: clamp(42px, 5.5vw, 68px);
}

.fm-page-content {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding-block: 70px 100px;
}

.fm-page-content > *:first-child { margin-top: 0; }

.fm-page-content h2 {
  margin-top: 48px;
  font-size: clamp(27px, 3vw, 36px);
}

.fm-page-content h3 { margin-top: 34px; font-size: 23px; }

.fm-page-content p,
.fm-page-content li { color: var(--fm-text); }

.fm-page-content ul { padding-left: 22px; }

.fm-lead {
  color: var(--fm-ink) !important;
  font-size: 20px;
  line-height: 1.7;
}

.fm-policy,
.fm-about,
.fm-contact-page,
.fm-faq,
.fm-track-order { width: 100%; }

.fm-policy > p:first-child {
  color: var(--fm-muted);
  font-size: 13px;
  letter-spacing: .02em;
}

.fm-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.fm-contact-card {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid var(--fm-border);
  border-radius: 18px;
  background: var(--fm-ice);
}

.fm-contact-grid .fm-contact-card { margin-top: 0; }

.fm-contact-card h2 { margin-top: 0; font-size: 25px; }

.fm-order-tracking-form {
  margin: 34px 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--fm-border);
  border-radius: 20px;
  background: var(--fm-white);
  box-shadow: 0 18px 55px rgba(9,36,64,.09);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid #c8d5dd;
  border-radius: 10px;
  color: var(--fm-ink);
  background: var(--fm-white);
}

textarea { min-height: 130px; }

input:focus,
textarea:focus,
select:focus {
  border-color: var(--fm-blue);
  outline: 3px solid rgba(98,201,244,.26);
}

.woocommerce-breadcrumb,
.wc-block-breadcrumbs {
  color: var(--fm-muted);
  font-size: 13px;
}

.woocommerce div.product {
  padding-block: 60px 90px;
}

.woocommerce div.product div.images img {
  border-radius: 18px;
  background: var(--fm-ice);
}

.woocommerce div.product .product_title { font-size: clamp(38px, 4.7vw, 60px); }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--fm-blue);
  font-size: 25px;
  font-weight: 800;
}

.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce .quantity .qty { width: 75px; }

.woocommerce-tabs,
.related.products { margin-top: 70px; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--fm-border);
  border-top: 4px solid var(--fm-blue);
  border-radius: 12px;
  background: var(--fm-ice);
}

.wc-block-cart,
.wc-block-checkout {
  padding-block: 50px 90px;
}

.wc-block-components-sidebar-layout {
  gap: 34px;
}

.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 16px;
}

.fm-footer {
  color: #cddce8;
  background: var(--fm-deep);
}

.fm-footer__top {
  display: grid;
  grid-template-columns: 1.3fr .8fr .8fr 1fr;
  gap: 48px;
  padding-block: 76px 56px;
}

.fm-footer h3 {
  margin: 0 0 18px;
  color: var(--fm-white);
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.fm-footer__about p {
  max-width: 390px;
  color: #9eb2c2;
  font-size: 14px;
}

.fm-footer__links {
  display: grid;
  gap: 10px;
}

.fm-footer__links a,
.fm-footer__contact a {
  color: #cddce8;
  font-size: 13px;
  text-decoration: none;
}

.fm-footer__links a:hover,
.fm-footer__contact a:hover { color: var(--fm-sky); }

.fm-footer__contact {
  color: #9eb2c2;
  font-size: 13px;
}

.fm-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #7f98aa;
  font-size: 12px;
}

.fm-payment-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.fm-payment-note svg { width: 17px; height: 17px; color: var(--fm-sky); }

.woocommerce main,
.woocommerce-page main,
body.archive main.wp-block-group {
  width: min(var(--fm-width), calc(100% - 40px));
  margin-inline: auto;
  padding-block: 54px 90px;
}

body.archive main.wp-block-group > .wp-block-query-title,
body.post-type-archive-product main.wp-block-group > .wp-block-query-title {
  margin: 12px 0 32px;
  font-size: clamp(42px, 5vw, 62px);
}

@keyframes fm-rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.fm-hero__copy > * {
  animation: fm-rise .7s ease both;
}

.fm-hero__copy > *:nth-child(2) { animation-delay: .09s; }
.fm-hero__copy > *:nth-child(3) { animation-delay: .18s; }
.fm-hero__media { animation: fm-rise .85s .14s ease both; }

@media (max-width: 1080px) {
  .fm-nav { gap: 16px; }
  .fm-nav a { font-size: 13px; }
  .fm-hero__grid { gap: 36px; }
  .fm-footer__top { grid-template-columns: 1.2fr 1fr 1fr; }
  .fm-footer__about { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .admin-bar .fm-header { top: 46px; }
  .fm-header__inner { grid-template-columns: 1fr auto; min-height: 70px; }
  .fm-nav { display: none; }
  .fm-mobile-nav { position: relative; display: block; }
  .fm-mobile-nav summary {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--fm-border);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
  }
  .fm-mobile-nav summary::-webkit-details-marker { display: none; }
  .fm-mobile-nav__panel {
    position: absolute;
    top: 52px;
    right: 0;
    display: grid;
    width: min(320px, calc(100vw - 40px));
    padding: 16px;
    border: 1px solid var(--fm-border);
    border-radius: 16px;
    background: var(--fm-white);
    box-shadow: var(--fm-shadow);
  }
  .fm-mobile-nav__panel a {
    padding: 12px;
    border-bottom: 1px solid var(--fm-border);
    color: var(--fm-navy);
    font-weight: 700;
    text-decoration: none;
  }
  .fm-mobile-nav__panel a:last-child { border-bottom: 0; }
  .fm-hero__grid { grid-template-columns: 1fr; padding-block: 64px; }
  .fm-hero__media { min-height: 430px; }
  .fm-hero__image { left: 0; }
  .fm-trust__grid { grid-template-columns: repeat(2, 1fr); }
  .fm-trust__item:nth-child(2) { border-right: 0; }
  .fm-trust__item:nth-child(-n+2) { border-bottom: 1px solid var(--fm-border); }
  .fm-categories .fm-category {
    grid-column: span 6;
    min-height: 380px;
  }
  .fm-story,
  .fm-faq-preview { grid-template-columns: 1fr; }
  .woocommerce ul.products,
  .wc-block-product-template,
  .wp-block-woocommerce-product-template { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .fm-contact-grid { grid-template-columns: 1fr; }
  .fm-footer__top { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .fm-shell { width: min(100% - 28px, var(--fm-width)); }
  .fm-announcement__item:nth-child(n+2) { display: none; }
  .fm-brand__name { font-size: 17px; }
  .fm-header__actions .fm-icon-link:first-child { display: none; }
  .fm-hero__grid { min-height: auto; padding-block: 52px 66px; }
  .fm-hero h1 { font-size: 48px; }
  .fm-hero__media { min-height: 340px; }
  .fm-hero__image { right: 0; bottom: 28px; border-radius: 24px 24px 24px 64px; }
  .fm-hero__badge { right: -5px; width: 160px; }
  .fm-photo-credit { left: 18px; bottom: 42px; }
  .fm-trust__item { min-height: 90px; justify-content: flex-start; padding: 15px; }
  .fm-section { padding-block: 72px; }
  .fm-section__head { align-items: flex-start; flex-direction: column; }
  .fm-categories .fm-category {
    grid-column: 1 / -1;
    min-height: 370px;
  }

  .fm-category__media { height: 220px; }
  .fm-story__panel { grid-template-columns: 1fr; }
  .fm-story__feature,
  .fm-story__feature:nth-child(2n),
  .fm-story__feature:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--fm-border); }
  .fm-story__feature:last-child { border-bottom: 0; }
  .woocommerce ul.products,
  .wc-block-product-template,
  .wp-block-woocommerce-product-template { grid-template-columns: 1fr !important; }
  .fm-cta__inner { align-items: flex-start; flex-direction: column; }
  .fm-page-content { width: min(100% - 30px, 920px); }
  .fm-footer__top { grid-template-columns: 1fr; gap: 34px; }
  .fm-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* WooCommerce pre-launch screen shown while products are being prepared. */
.wp-block-woocommerce-coming-soon {
  box-sizing: border-box;
  margin: 48px auto 72px;
  max-width: 1288px;
  padding-inline: 24px;
}

.wp-block-woocommerce-coming-soon > .wp-block-group {
  align-items: flex-start;
  background:
    radial-gradient(circle at 88% 45%, rgba(98, 201, 244, .22) 0 14%, transparent 14.5%),
    linear-gradient(118deg, #126da0 0%, #0b365c 53%, #06192c 100%);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(6, 25, 44, .14);
  box-sizing: border-box;
  min-height: 390px;
  overflow: hidden;
  padding: clamp(64px, 8vw, 104px);
  position: relative;
  text-align: left;
}

.wp-block-woocommerce-coming-soon .wp-block-spacer {
  display: none;
}

.wp-block-woocommerce-coming-soon h1.wp-block-heading {
  color: #fff;
  font-family: "Fraunces", Georgia, serif !important;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  letter-spacing: -.04em;
  line-height: .98;
  margin: 0 0 24px;
  max-width: 760px;
  text-align: left;
}

.wp-block-woocommerce-coming-soon p.wp-block-paragraph {
  color: rgba(255,255,255,.82);
  font-family: "Public Sans", Arial, sans-serif !important;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
  text-align: left;
}

@media (max-width: 600px) {
  .wp-block-woocommerce-coming-soon {
    margin-block: 24px 48px;
    padding-inline: 16px;
  }

  .wp-block-woocommerce-coming-soon > .wp-block-group {
    min-height: 330px;
    padding: 52px 28px;
  }
}
