:root {
  --fv-blue: var(--e-global-color-primary, #0ea5da);
  --fv-blue-dark: #08799f;
  --fv-ink: var(--e-global-color-text, #1d1c2d);
  --fv-orange: var(--e-global-color-accent, #F29863);
  --fv-secondary: var(--e-global-color-secondary, #F2B84B);
  --fv-blue-soft: var(--e-global-color-b1e5076, #C7E4FC);
  --fv-green-soft: var(--e-global-color-98532d0, #DCF8EA);
  --fv-salmon-soft: var(--e-global-color-331ada3, #F9DBD9);
  --fv-salmon: var(--e-global-color-54e365f, #EF908C);
  --fv-yellow-soft: var(--e-global-color-b5384ba, #FCEBCF);
  --fv-yellow: var(--e-global-color-24f0718, #F6C273);
  --fv-lilac-soft: var(--e-global-color-f918e4d, #D5D5F2);
  --fv-lilac: var(--e-global-color-e00cba7, #9494E5);
  --fv-green: var(--e-global-color-464254b, #8BD8A4);
  --fv-surface: #f7fafc;
  --fv-border: #e5eaee;
  --fv-muted: #686875;
  --fv-gutter: 24px;
  --fv-layout-gutter: 50px;
  --fv-header-overlap: 74px;
  --fv-radius: 20px;
  --fv-pill: 999px;
  --fv-shadow: 0 16px 40px rgba(29, 28, 45, .08);
}

.farmavete-commerce,
.farmavete-commerce button,
.farmavete-commerce input,
.farmavete-commerce select,
.farmavete-commerce textarea {
  color: var(--fv-ink);
  font-family: "Be Vietnam Pro", sans-serif;
}

.farmavete-commerce .site-main,
.farmavete-commerce main.site-main {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 88px;
}

.fv-shop-hero,
.fv-category-nav,
.farmavete-commerce .woocommerce-breadcrumb,
.farmavete-commerce .woocommerce-notices-wrapper,
.farmavete-commerce .woocommerce-result-count,
.farmavete-commerce .woocommerce-ordering,
.farmavete-commerce ul.products,
.farmavete-commerce .woocommerce-pagination,
.farmavete-commerce div.product,
.farmavete-commerce .page-header,
.farmavete-commerce .wp-block-woocommerce-cart,
.farmavete-commerce .wp-block-woocommerce-checkout,
.farmavete-commerce .woocommerce-MyAccount-navigation,
.farmavete-commerce .woocommerce-MyAccount-content {
  box-sizing: border-box;
}

.farmavete-commerce .woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: fit-content;
  margin-top: 24px;
  margin-bottom: 18px;
  padding: 9px 16px !important;
  border: 1px solid var(--fv-green);
  border-radius: var(--fv-pill);
  background: var(--fv-green);
  color: var(--fv-ink) !important;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 7px 18px rgba(60, 145, 91, .16);
}

.farmavete-commerce .woocommerce-breadcrumb a { color: var(--fv-ink) !important; font-weight: 700; text-decoration: none !important; }
.farmavete-commerce .woocommerce-breadcrumb a:hover { color: #175d3b !important; text-decoration: none !important; }
.farmavete-commerce .woocommerce-breadcrumb .fv-breadcrumb-separator { color: var(--fv-ink) !important; font-size: 17px; font-weight: 500; line-height: 1; opacity: .58; }
.farmavete-commerce.single-product .woocommerce-breadcrumb { margin-top: 36px; }

.fv-shop-hero {
  position: relative;
  left: 0;
  width: 100%;
  max-width: none;
  margin: calc(var(--fv-header-overlap) * -1) 0 28px;
  overflow: hidden;
  background: var(--fv-blue-soft);
  isolation: isolate;
}

.fv-shop-hero::before,
.fv-shop-hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.fv-shop-hero::before {
  top: -92px;
  right: max(20px, calc(var(--fv-layout-gutter) - 28px));
  width: 270px;
  height: 270px;
  background: var(--fv-salmon);
  opacity: .92;
}

.fv-shop-hero::after {
  right: calc(var(--fv-layout-gutter) + 190px);
  bottom: -82px;
  width: 170px;
  height: 170px;
  border: 28px solid var(--fv-secondary);
  background: transparent;
}

.fv-shop-hero__inner {
  box-sizing: border-box;
  max-width: none;
  margin: 0 auto;
  padding: calc(clamp(68px, 7vw, 94px) + var(--fv-header-overlap)) var(--fv-layout-gutter) clamp(54px, 6vw, 76px);
}

.fv-shop-hero--gatti { background: var(--fv-salmon-soft); }
.fv-shop-hero--gatti::before { background: var(--fv-lilac); }
.fv-shop-hero--gatti::after { border-color: var(--fv-salmon); }
.fv-shop-hero--altri-animali { background: var(--fv-yellow-soft); }
.fv-shop-hero--altri-animali::before { background: var(--fv-green); }
.fv-shop-hero--altri-animali::after { border-color: var(--fv-yellow); }
.fv-shop-hero--altri-prodotti { background: var(--fv-lilac-soft); }
.fv-shop-hero--altri-prodotti::before { background: var(--fv-orange); }
.fv-shop-hero--altri-prodotti::after { border-color: var(--fv-lilac); }

.fv-shop-hero__content { position: relative; z-index: 1; max-width: 720px; }
.farmavete-commerce .fv-shop-hero .woocommerce-breadcrumb {
  margin: 0 0 24px !important;
}
.fv-eyebrow {
  margin: 0 0 10px;
  color: var(--fv-blue-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fv-shop-hero h1,
.farmavete-commerce .page-header .entry-title,
.farmavete-commerce div.product .product_title,
.farmavete-commerce h2 {
  color: var(--fv-ink);
  font-family: "Baloo 2", sans-serif;
  font-weight: 600;
}

.fv-shop-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.025em;
}

.fv-shop-hero__content > p:not(.fv-eyebrow) {
  margin: 18px 0 0;
  color: var(--fv-muted);
  font-size: 17px;
  line-height: 1.6;
}

.fv-category-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 0 32px;
  scrollbar-width: none;
}

.fv-category-nav a {
  padding: 10px 18px;
  border: 1px solid var(--fv-border);
  border-radius: var(--fv-pill);
  background: #fff;
  color: var(--fv-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.fv-category-nav a:hover { border-color: var(--fv-blue); color: var(--fv-blue-dark); }
.fv-category-nav a:nth-child(2) { border-color: #a9d5f7; background: var(--fv-blue-soft); }
.fv-category-nav a:nth-child(3) { border-color: #efc0bd; background: var(--fv-salmon-soft); }
.fv-category-nav a:nth-child(4) { border-color: #f1d59e; background: var(--fv-yellow-soft); }
.fv-category-nav a:nth-child(5) { border-color: #bfbfe9; background: var(--fv-lilac-soft); }
.fv-category-nav a.is-current {
  border-color: var(--fv-blue-dark);
  box-shadow: inset 0 0 0 1px var(--fv-blue-dark);
  color: var(--fv-blue-dark);
}
.fv-products-anchor { scroll-margin-top: 120px; }
.farmavete-commerce .woocommerce-products-header { display: none; }
.farmavete-commerce .woocommerce-result-count { float: left; margin-top: 13px; color: var(--fv-muted); }
.farmavete-commerce .woocommerce-ordering { float: right; margin-bottom: 24px; }

.fv-catalog-layout {
  display: grid;
  max-width: none;
  margin: 0 var(--fv-layout-gutter);
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 32px;
}

.fv-catalog-sidebar { min-width: 0; }
.fv-filters {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid var(--fv-border);
  border-radius: var(--fv-radius);
  background: #fff;
}
.fv-filters__title {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid var(--fv-border);
  color: var(--fv-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.fv-filters__content { padding: 4px 20px 20px; }
.fv-filter-group { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--fv-border); }
.fv-filter-group:last-child { padding-bottom: 0; border-bottom: 0; }
.fv-filter-group h2 {
  margin: 0 0 12px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.fv-category-tree,
.fv-category-tree ul,
.fv-attribute-filter ul { margin: 0; padding: 0; list-style: none; }
.fv-category-tree li,
.fv-attribute-filter li { margin: 0; padding: 0; }
.fv-category-tree a,
.fv-attribute-filter a {
  display: block;
  padding: 6px 0;
  color: var(--fv-muted);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}
.fv-category-tree a { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fv-category-tree .count { flex: 0 0 auto; color: var(--fv-muted); font-size: 12px; font-weight: 600; }
.fv-category-tree a:hover,
.fv-attribute-filter a:hover,
.fv-category-tree .is-current > a,
.fv-category-tree .current-cat > a,
.fv-attribute-filter .chosen a { color: var(--fv-blue-dark); font-weight: 700; }
.fv-category-tree--children { margin-top: 10px; padding-top: 10px; border-top: 1px solid var(--fv-border); }
.fv-category-tree--children .children { padding-left: 14px; }
.fv-category-tree--subcategories { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--fv-border); }
.fv-category-tree__label { margin-bottom: 4px !important; color: var(--fv-muted); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.fv-attribute-filter .count { float: right; color: #9999a3; font-size: 12px; }
.fv-catalog-results { min-width: 0; }
.fv-catalog-layout { transition: opacity .18s ease; }
.fv-catalog-layout.is-loading { opacity: .42; pointer-events: none; }
.fv-catalog-layout.is-loading::after {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 3px solid var(--fv-blue-soft);
  border-top-color: var(--fv-blue);
  border-radius: 50%;
  content: "";
  animation: fv-spin .7s linear infinite;
}
@keyframes fv-spin { to { transform: rotate(360deg); } }
.fv-catalog-results .woocommerce-result-count,
.fv-catalog-results .woocommerce-ordering,
.fv-catalog-results ul.products,
.fv-catalog-results .woocommerce-pagination { max-width: none; }
.farmavete-commerce nav.woocommerce-pagination {
  clear: both;
  padding-top: 34px;
  border: 0 !important;
}
.farmavete-commerce nav.woocommerce-pagination ul,
.farmavete-commerce.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.farmavete-commerce nav.woocommerce-pagination ul li,
.farmavete-commerce.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  width: 42px;
  height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  background: transparent !important;
}
.farmavete-commerce nav.woocommerce-pagination ul li a,
.farmavete-commerce nav.woocommerce-pagination ul li span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--fv-border);
  border-radius: 50% !important;
  background: #fff;
  color: var(--fv-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}
.farmavete-commerce nav.woocommerce-pagination ul li a:hover,
.farmavete-commerce nav.woocommerce-pagination ul li a:focus {
  border-color: var(--fv-blue);
  background: var(--fv-blue-soft);
  color: var(--fv-blue-dark);
  transform: translateY(-1px);
}
.farmavete-commerce nav.woocommerce-pagination ul li span.current {
  border-color: var(--fv-blue);
  background: var(--fv-blue);
  color: #fff;
}

.farmavete-commerce select,
.farmavete-commerce input[type="text"],
.farmavete-commerce input[type="email"],
.farmavete-commerce input[type="tel"],
.farmavete-commerce input[type="password"],
.farmavete-commerce textarea {
  min-height: 48px;
  padding: 11px 15px;
  border: 1px solid var(--fv-border);
  border-radius: 12px;
  background: #fff;
}

.farmavete-commerce ul.products {
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 0;
}

.farmavete-commerce ul.products::before,
.farmavete-commerce ul.products::after { display: none !important; content: none !important; }

.farmavete-commerce.woocommerce ul.products.columns-3 li.product,
.farmavete-commerce .woocommerce ul.products.columns-3 li.product {
  position: relative;
  display: flex;
  float: none !important;
  flex-direction: column;
  width: auto !important;
  margin: 0 !important;
  padding: 14px 14px 20px;
  overflow: hidden;
  border: 1px solid var(--fv-border);
  border-radius: var(--fv-radius);
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.farmavete-commerce ul.products li.product.first,
.farmavete-commerce ul.products li.product.last { clear: none !important; }

.farmavete-commerce ul.products li.product:hover {
  border-color: transparent;
  box-shadow: var(--fv-shadow);
  transform: translateY(-4px);
}

.farmavete-commerce ul.products li.product .woocommerce-LoopProduct-link {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.farmavete-commerce ul.products li.product a img {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 17px;
  padding: 18px;
  aspect-ratio: 1;
  border-radius: 14px;
  background: var(--fv-surface);
  object-fit: contain;
}
.farmavete-commerce ul.products li.product .woocommerce-loop-product__link > img {
  width: 100%;
  height: 280px;
  max-height: 280px;
  object-fit: contain !important;
  object-position: center;
}

.farmavete-commerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.4em;
  padding: 0 6px;
  color: var(--fv-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.farmavete-commerce ul.products li.product .price {
  margin-top: auto;
  padding: 6px 6px 0;
  color: var(--fv-blue-dark);
  font-size: 22px;
  font-weight: 700;
}

.farmavete-commerce .fv-price-comparison {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: var(--fv-ink);
  line-height: 1.3;
}

.farmavete-commerce .fv-list-price,
.farmavete-commerce .fv-current-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
}

.farmavete-commerce .fv-price-label {
  color: var(--fv-muted);
  font-size: .68em;
  font-weight: 500;
}

.farmavete-commerce .fv-list-price del {
  position: relative;
  display: inline-block;
  color: var(--fv-muted) !important;
  font-weight: 500;
  opacity: 1;
  text-decoration: none !important;
}

.farmavete-commerce .fv-list-price del::after {
  position: absolute;
  top: 50%;
  right: -1px;
  left: -1px;
  height: 1px;
  background: currentColor;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
}

.farmavete-commerce .fv-current-price ins {
  color: var(--fv-blue-dark) !important;
  font-weight: 700;
  text-decoration: none;
}
.farmavete-commerce ul.products li.product .price .woocommerce-Price-amount,
.farmavete-commerce ul.products li.product .price .amount {
  color: var(--fv-blue-dark) !important;
  font-size: 22px !important;
  line-height: 1.2;
}
.farmavete-commerce ul.products li.product .fv-list-price .amount {
  color: var(--fv-muted) !important;
  font-size: 15px !important;
}

.farmavete-commerce a.button,
.farmavete-commerce button.button,
.farmavete-commerce input.button,
.farmavete-commerce .wc-block-components-button:not(.is-link) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: var(--fv-pill) !important;
  background: var(--fv-blue) !important;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none !important;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.farmavete-commerce a.button:hover,
.farmavete-commerce button.button:hover,
.farmavete-commerce .wc-block-components-button:not(.is-link):hover {
  background: var(--fv-blue-dark) !important;
  box-shadow: 0 8px 24px rgba(14, 165, 218, .2);
  transform: translateY(-2px);
}

.farmavete-commerce ul.products li.product .button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  width: calc(100% - 12px);
  min-height: 48px;
  margin: 14px 6px 0;
  padding: 12px 20px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: normal;
}
.farmavete-commerce span.onsale {
  z-index: 3;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 8px 13px !important;
  border-radius: var(--fv-pill) !important;
  background: var(--fv-blue-soft) !important;
  color: var(--fv-blue-dark) !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-transform: none;
}
.farmavete-commerce.single-product span.onsale { top: 42px !important; right: auto !important; left: 16px !important; }
.farmavete-commerce ul.products li.product span.onsale { top: 27px !important; right: 27px !important; left: auto !important; }

.fv-product-badge {
  position: absolute;
  z-index: 4;
  top: 27px;
  left: 27px;
  padding: 7px 11px;
  border-radius: var(--fv-pill);
  background: var(--fv-lilac-soft);
  color: #58589f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.farmavete-commerce div.product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
  padding: 28px 0 72px;
}

.farmavete-commerce.single-product .site-main,
.farmavete-commerce.single-product main.site-main {
  --fv-product-stage-content-height: 390px;
  position: relative;
  padding-top: 46px;
  isolation: isolate;
}

.farmavete-commerce.single-product .site-main::before,
.farmavete-commerce.single-product main.site-main::before {
  position: absolute;
  z-index: -1;
  top: calc(var(--fv-header-overlap) * -1);
  left: 50%;
  width: 100vw;
  height: calc(var(--fv-product-stage-content-height) + var(--fv-header-overlap));
  background: var(--fv-yellow-soft);
  content: "";
  transform: translateX(-50%);
}

.farmavete-commerce.single-product .site-main::after,
.farmavete-commerce.single-product main.site-main::after {
  position: absolute;
  z-index: -1;
  top: calc(-70px - var(--fv-header-overlap));
  right: max(20px, calc(var(--fv-layout-gutter) - 30px));
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: var(--fv-salmon);
  content: "";
  opacity: .75;
}

.farmavete-commerce div.product div.images {
  grid-column: 1 / span 5;
  float: none;
  width: auto !important;
  margin: 0;
}

.farmavete-commerce div.product div.summary {
  grid-column: 6 / span 7;
  float: none;
  width: auto !important;
  margin: 0;
  padding: 18px 0 0 32px;
}

.farmavete-commerce div.product:not(.has-post-thumbnail) div.images { display: none; }
.farmavete-commerce div.product:not(.has-post-thumbnail) div.summary {
  grid-column: 1 / -1;
  max-width: 820px;
  padding-left: 0;
}

.farmavete-commerce div.product div.images img {
  border-radius: var(--fv-radius);
  background: var(--fv-surface);
  object-fit: contain;
}
.farmavete-commerce div.product div.images .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(520px, 58vh);
  max-height: 520px;
  border-radius: var(--fv-radius);
  background: var(--fv-surface);
  overflow: hidden;
}
.farmavete-commerce div.product div.images .woocommerce-product-gallery__image > a > img {
  width: 100% !important;
  height: 100% !important;
  max-height: 520px;
  object-fit: contain !important;
  object-position: center;
}
.farmavete-commerce div.product div.images .flex-control-thumbs img {
  box-sizing: border-box;
  width: 100%;
  height: 86px;
  padding: 7px;
  object-fit: contain !important;
}

.farmavete-commerce div.product .product_title {
  max-width: 100%;
  font-size: clamp(36px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.015em;
  text-wrap: balance;
}
.fv-product-description {
  margin: 18px 0 20px;
  color: var(--fv-muted);
  font-size: 16px;
  line-height: 1.65;
}
.fv-product-description > :first-child { margin-top: 0; }
.fv-product-description > :last-child { margin-bottom: 0; }
.fv-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: var(--fv-blue-dark);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
}
.fv-read-more:hover { color: var(--fv-blue); text-decoration: none !important; }
.farmavete-commerce div.product p.price { color: var(--fv-blue-dark); font-size: 30px; font-weight: 700; }
.farmavete-commerce div.product p.price > .woocommerce-Price-amount,
.farmavete-commerce div.product p.price .fv-current-price .amount {
  color: var(--fv-blue-dark) !important;
  font-size: 30px !important;
  line-height: 1.2;
}
.farmavete-commerce div.product p.price .fv-list-price .amount {
  color: var(--fv-muted) !important;
  font-size: 17px !important;
}
.farmavete-commerce div.product p.price .fv-price-comparison { gap: 5px; }
.farmavete-commerce div.product p.price .fv-price-label { font-size: 14px; }
.farmavete-commerce div.product p.price .fv-list-price,
.farmavete-commerce div.product p.price .fv-current-price { flex-wrap: nowrap; }
.farmavete-commerce div.product p.stock {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 10px 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.farmavete-commerce div.product p.stock.in-stock { background: var(--fv-green-soft); color: #246b47 !important; }
.farmavete-commerce div.product p.stock.low-stock { background: #fff1bf; color: #765400 !important; }
.farmavete-commerce div.product p.stock.out-of-stock { background: #f9e5ed; color: #a12f58 !important; }
.farmavete-commerce div.product form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.farmavete-commerce div.product form.cart .quantity {
  float: none !important;
  margin: 0 !important;
}
.farmavete-commerce div.product form.cart .quantity .qty {
  box-sizing: border-box;
  width: 76px;
  height: 48px !important;
  min-height: 48px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--fv-border);
  border-radius: var(--fv-pill);
  background: #fff;
  line-height: 48px;
}
.farmavete-commerce div.product form.cart .single_add_to_cart_button {
  height: 48px;
  margin: 0 !important;
}
.fv-rx-notice { margin: 18px 0; padding: 17px 19px; border-radius: 14px; background: var(--fv-lilac-soft); color: #4f4f8e; }
.fv-rx-notice strong { display: block; margin-bottom: 3px; }
.fv-rx-notice span { display: block; font-size: 14px; line-height: 1.55; }
.farmavete-commerce div.product .woocommerce-tabs,
.farmavete-commerce div.product .related { grid-column: 1 / -1; }
.farmavete-commerce div.product .woocommerce-tabs { margin-top: 56px; padding: 28px; border-radius: var(--fv-radius); background: var(--fv-surface); }
.farmavete-commerce div.product .woocommerce-tabs:has(ul.tabs li:only-child) ul.tabs { display: none; }
.farmavete-commerce div.product .woocommerce-tabs:has(ul.tabs li:only-child) .panel { margin: 0; }
.farmavete-commerce div.product .related { margin-top: 44px; }

.farmavete-commerce .page-header {
  margin-top: 32px;
  margin-bottom: 36px;
  padding: 34px 40px;
  border-left: 5px solid var(--fv-blue);
  border-radius: 0 20px 20px 0;
  background: var(--fv-blue-soft);
}

.farmavete-commerce.woocommerce-cart .page-header,
.farmavete-commerce.woocommerce-checkout .page-header {
  position: relative;
  left: 0;
  width: 100%;
  max-width: none;
  margin: calc(var(--fv-header-overlap) * -1) 0 42px;
  padding: calc(70px + var(--fv-header-overlap)) var(--fv-layout-gutter) 54px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}

.farmavete-commerce.woocommerce-cart .page-header { background: var(--fv-lilac-soft); }
.farmavete-commerce.woocommerce-checkout .page-header { background: var(--fv-green-soft); }
.farmavete-commerce.woocommerce-cart .page-header::after,
.farmavete-commerce.woocommerce-checkout .page-header::after {
  position: absolute;
  top: -100px;
  right: max(20px, calc(var(--fv-layout-gutter) - 20px));
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--fv-lilac);
  content: "";
  opacity: .8;
}
.farmavete-commerce.woocommerce-checkout .page-header::after { background: var(--fv-green); }
.farmavete-commerce.woocommerce-cart .page-header .entry-title,
.farmavete-commerce.woocommerce-checkout .page-header .entry-title { position: relative; z-index: 1; }

.farmavete-commerce .page-header .entry-title { margin: 0; font-size: clamp(38px, 4vw, 52px); line-height: 1; }
.farmavete-commerce .wp-block-woocommerce-cart,
.farmavete-commerce .wp-block-woocommerce-checkout { padding: 0 0 60px; }
.farmavete-commerce .wc-block-components-sidebar-layout .wc-block-components-main,
.farmavete-commerce .wc-block-components-sidebar { padding: 0; }
.farmavete-commerce .wc-block-components-sidebar { padding-left: 32px; }
.farmavete-commerce .wc-block-components-order-summary,
.farmavete-commerce .wc-block-components-totals-wrapper,
.farmavete-commerce .wc-block-cart-items,
.farmavete-commerce .wc-block-checkout__form { border-color: var(--fv-border); }
.farmavete-commerce .wc-block-components-order-summary,
.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block,
.farmavete-commerce .wp-block-woocommerce-checkout-order-summary-block { border-radius: var(--fv-radius); background: var(--fv-surface); }
.farmavete-commerce .fv-checkout-total-top {
  margin: 0 0 14px;
  padding: 16px 18px !important;
  border: 0 !important;
  border-radius: 14px;
  background: var(--fv-blue-soft);
}
.farmavete-commerce .fv-checkout-total-top .wc-block-components-totals-item__label,
.farmavete-commerce .fv-checkout-total-top .wc-block-components-totals-item__value {
  color: var(--fv-ink);
  font-size: 18px;
  font-weight: 800;
}

/* Cart blocks */
.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block {
  overflow: hidden;
  padding: 26px 28px 24px;
  border: 1px solid var(--fv-border);
}

.farmavete-commerce .wc-block-cart__totals-title {
  margin: 0 0 12px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--fv-border);
  color: var(--fv-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: none;
}

.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
  padding: 16px 0;
}

.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item {
  padding-top: 20px;
}

.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__label,
.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value,
.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel__button {
  font-size: 15px;
  line-height: 1.5;
}

.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.farmavete-commerce .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  color: var(--fv-ink);
  font-size: 20px;
  font-weight: 700;
}

.farmavete-commerce .wc-block-cart-items { font-size: 16px; }
.farmavete-commerce .wc-block-cart-items__header th {
  padding-bottom: 15px;
  color: var(--fv-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
}

.farmavete-commerce .wc-block-cart-items td { padding-top: 22px; padding-bottom: 22px; }
.farmavete-commerce .wc-block-cart-item__image { width: 112px; }
.farmavete-commerce .wc-block-cart-item__image img { border-radius: 12px; background: var(--fv-surface); }
.farmavete-commerce .wc-block-components-product-name {
  color: var(--fv-ink) !important;
  font-family: "Baloo 2", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

.farmavete-commerce .wc-block-components-product-name:hover { color: var(--fv-blue-dark) !important; }
.farmavete-commerce .wc-block-cart-item__prices { margin-top: 7px; }
.farmavete-commerce .wc-block-cart-item__prices .wc-block-components-product-price { color: var(--fv-blue-dark); font-size: 18px; line-height: 1.5; }
.farmavete-commerce .wc-block-components-product-price__regular { color: var(--fv-muted); text-decoration-thickness: 1px; }
.farmavete-commerce .wc-block-components-product-price__value.is-discounted {
  margin-left: 7px;
  color: var(--fv-blue-dark);
  font-weight: 700;
  text-decoration: none;
}

.farmavete-commerce .wc-block-components-product-metadata {
  margin-top: 8px;
  color: var(--fv-muted);
  font-size: 14px;
  line-height: 1.55;
}

.farmavete-commerce .wc-block-components-product-metadata p { margin: 0; }
.farmavete-commerce .wc-block-cart-item__total .wc-block-components-product-price { font-size: 17px; font-weight: 700; }
.farmavete-commerce .wc-block-components-sale-badge {
  margin-top: 8px;
  padding: 5px 9px;
  border: 0;
  border-radius: var(--fv-pill);
  background: var(--fv-blue-soft);
  color: var(--fv-blue-dark);
  font-size: 12px;
  font-weight: 700;
}

.farmavete-commerce .wc-block-components-sale-badge { display: none; }

.fv-rve-archive-callout {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 26px;
  padding: 20px 22px;
  border: 1px solid #c6e7f5;
  border-radius: 16px;
  background: var(--fv-blue-soft);
  color: var(--fv-blue-dark);
}
.fv-rve-archive-callout div { display: flex; flex-direction: column; gap: 3px; }
.fv-rve-archive-callout strong { color: var(--fv-ink); font-family: "Baloo 2", sans-serif; font-size: 20px; }
.fv-rve-archive-callout span { font-size: 14px; }
.fv-rve-archive-callout .button { flex: 0 0 auto; }

button.fv-rve-floating {
  position: fixed;
  z-index: 99990;
  right: 22px;
  bottom: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(8, 121, 159, .9) !important;
  background-color: rgba(8, 121, 159, .9) !important;
  -webkit-backdrop-filter: brightness(.7) saturate(1.15);
  backdrop-filter: brightness(.7) saturate(1.15);
  box-shadow: 0 10px 30px rgba(8, 82, 110, .32);
  color: #fff !important;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
button.fv-rve-floating:hover,
button.fv-rve-floating:focus { border: 0 !important; background: rgba(5, 87, 116, .96) !important; background-color: rgba(5, 87, 116, .96) !important; color: #fff !important; box-shadow: 0 12px 32px rgba(5, 63, 84, .38); transform: translateY(-2px); }
.fv-rve-modal {
  width: min(920px, calc(100% - 32px));
  max-height: calc(100vh - 40px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(29, 28, 45, .24);
  overflow: auto;
}
.fv-rve-modal::backdrop { background: rgba(29, 28, 45, .58); backdrop-filter: blur(3px); }
.fv-rve-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--fv-surface);
  color: var(--fv-ink);
  font-size: 28px;
  line-height: 1;
  place-items: center;
  cursor: pointer;
}
.fv-rve-app { box-sizing: border-box; max-width: 980px; margin: 36px auto 70px; padding: 34px; border-radius: 22px; background: #fff; color: var(--fv-ink); }
.fv-rve-modal .fv-rve-app { margin: 0; padding: 76px 38px 38px; }
.fv-rve-progress { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 34px; }
.fv-rve-progress::before { position: absolute; z-index: 0; top: 13px; right: 14px; left: 14px; height: 2px; background: var(--fv-border); content: ""; }
.fv-rve-progress > span { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; color: var(--fv-muted); font-size: 12px; font-weight: 700; }
.fv-rve-progress > span::before { display: grid; z-index: 2; flex: 0 0 28px; width: 28px; height: 28px; border: 2px solid var(--fv-border); border-radius: 50%; background: #fff; content: counter(rve-step); place-items: center; }
.fv-rve-progress > span > span { position: relative; z-index: 2; padding: 2px 10px 2px 0; background: #fff; }
.fv-rve-progress { counter-reset: rve-step; }
.fv-rve-progress > span { counter-increment: rve-step; }
.fv-rve-progress > span:not(:last-child)::after { content: none; }
.fv-rve-progress > span.is-active { color: var(--fv-blue-dark); }
.fv-rve-progress > span.is-active::before { border-color: var(--fv-blue); background: var(--fv-blue); color: #fff; }
.fv-rve-step h2 { margin: 3px 0 10px; font-size: clamp(28px, 4vw, 40px); line-height: 1.1; }
.fv-rve-step > p { max-width: 720px; color: var(--fv-muted); line-height: 1.6; }
.fv-rve-lookup-form { display: grid; grid-template-columns: 1fr 180px auto; align-items: end; gap: 14px; margin-top: 28px; }
.fv-rve-lookup-form label,
.fv-rve-line label { display: flex; flex-direction: column; gap: 7px; color: var(--fv-ink); font-size: 13px; font-weight: 700; }
.fv-rve-lookup-form input,
.fv-rve-line input { box-sizing: border-box; width: 100%; height: 48px; padding: 10px 13px; border: 1px solid var(--fv-border); border-radius: 10px; background: #fff; color: var(--fv-ink); font-size: 16px; }
.fv-rve-lookup-form .button { min-height: 48px; }
.fv-rve-test-hint { margin: 14px 0 0; color: var(--fv-muted); font-size: 13px; }
.fv-rve-form-error { grid-column: 1 / -1; margin: 0; color: #a33737; font-size: 14px; }
.fv-rve-step-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.fv-rve-step-heading .fv-rve-reset { min-height: 42px; padding: 9px 18px; border: 1px solid var(--fv-blue) !important; background: #fff !important; color: var(--fv-blue-dark) !important; }
.fv-rve-start-over { display: block; margin: 20px auto 0; padding: 7px 4px; border: 0; background: transparent; color: var(--fv-blue-dark); font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.fv-rve-change,
.fv-rve-toggle { padding: 0; border: 0; background: transparent; color: var(--fv-blue-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.fv-rve-lines { display: grid; gap: 10px; margin-top: 24px; }
.fv-rve-line { display: grid; grid-template-columns: minmax(0, 1fr) 90px 120px; align-items: end; gap: 18px; padding: 17px 18px; border: 1px solid var(--fv-border); border-radius: 14px; background: #fff; transition: opacity .2s ease, background-color .2s ease; }
.fv-rve-line.is-removed,
.fv-rve-line.is-disabled { background: var(--fv-surface); }
.fv-rve-line.is-removed .fv-rve-line__main,
.fv-rve-line.is-removed label { opacity: .42; }
.fv-rve-line.is-disabled { opacity: .46; }
.fv-rve-line__main { align-self: center; display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.fv-rve-line__main strong { font-family: "Baloo 2", sans-serif; font-size: 19px; line-height: 1.2; }
.fv-rve-line__main > span { color: var(--fv-muted); font-size: 12px; }
.fv-rve-line__main .price { margin: 2px 0 0; color: var(--fv-blue-dark); font-size: 17px; font-weight: 700; }
.fv-rve-line input { height: 44px; }
.fv-rve-line .fv-rve-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 6px 8px;
  border: 0 !important;
  background: transparent !important;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}
.fv-rve-line .fv-rve-toggle:disabled { color: var(--fv-muted) !important; text-decoration: none; }
.fv-rve-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; }
.fv-rve-feedback { margin: 0; color: var(--fv-muted); font-size: 14px; }
.fv-rve-feedback a { color: var(--fv-blue-dark); font-weight: 700; }
.fv-rve-complete { padding: 12px 0 6px; text-align: center; }
.fv-rve-complete > p { margin-right: auto; margin-left: auto; }
.fv-rve-complete__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.fv-rve-choice {
  display: flex;
  align-items: flex-start;
  min-height: 150px;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 28px;
  border: 2px solid var(--fv-border);
  border-radius: 20px;
  background: #fff;
  color: var(--fv-ink);
  text-align: left;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.fv-rve-choice strong { color: inherit; font-family: "Baloo 2", sans-serif; font-size: 25px; line-height: 1.15; }
.fv-rve-choice span { margin-top: 7px; color: inherit; font-size: 14px; opacity: .78; }
.fv-rve-choice--primary { border-color: var(--fv-blue); background: var(--fv-blue); color: #fff; }
.fv-rve-choice:hover { border-color: var(--fv-blue); box-shadow: var(--fv-shadow); color: var(--fv-blue-dark); transform: translateY(-2px); }
.fv-rve-choice--primary:hover { border-color: var(--fv-blue-dark); background: var(--fv-blue-dark); color: #fff; }

.fv-cart-groups { box-sizing: border-box; max-width: none; margin: 28px var(--fv-layout-gutter) 26px; }
.fv-cart-saving {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: none;
  margin: 28px var(--fv-layout-gutter) 18px;
  padding: 15px 18px;
  border: 1px solid #cfe8da;
  border-radius: 14px;
  background: #eaf6ef;
  color: #246b47;
  font-size: 14px;
  font-weight: 600;
}
.fv-cart-saving strong { color: #246b47; font-size: 20px; }
.fv-cart-groups > h2 { margin: 0 0 16px; color: var(--fv-ink); font-family: "Baloo 2", sans-serif; font-size: 28px; }
.fv-cart-groups__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.fv-cart-group { padding: 21px; border: 1px solid var(--fv-border); border-radius: 18px; background: #fff; }
.fv-cart-group.is-prescription { border-color: var(--fv-blue-soft); background: #edf8fe; }
.fv-cart-group__eyebrow { margin: 0 0 4px; color: var(--fv-blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.fv-cart-group h3 { margin: 0 0 15px; color: var(--fv-ink); font-family: "Baloo 2", sans-serif; font-size: 21px; line-height: 1.2; }
.fv-cart-group ul { margin: 0; padding: 0; list-style: none; }
.fv-cart-group li { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid rgba(104, 104, 117, .16); color: var(--fv-ink); font-size: 13px; }
.fv-cart-group li small { color: var(--fv-muted); font-size: 12px; }
.fv-cart-group li strong { flex: 0 0 auto; color: var(--fv-blue-dark); font-size: 14px; }
.fv-cart-groups__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 18px;
  background: var(--fv-blue-soft);
}
.fv-cart-groups__total { display: flex; flex: 0 0 auto; flex-direction: column; gap: 3px; }
.fv-cart-groups__footer span { color: var(--fv-muted); font-size: 13px; font-weight: 700; }
.fv-cart-groups__footer strong { color: var(--fv-ink); font-family: "Baloo 2", sans-serif; font-size: 28px; line-height: 1.1; }
.fv-cart-coupon { flex: 1 1 360px; max-width: 460px; }
.fv-cart-coupon label { display: block; margin-bottom: 6px; color: var(--fv-ink); font-size: 12px; font-weight: 700; }
.fv-cart-coupon > div { display: flex; gap: 7px; }
.fv-cart-coupon input { box-sizing: border-box; width: 100%; min-height: 44px; padding: 9px 14px; border: 1px solid #a9d5f7; border-radius: var(--fv-pill); background: #fff; }
.fv-cart-coupon button { min-height: 44px; padding: 9px 17px; border: 0; border-radius: var(--fv-pill); background: var(--fv-blue-dark); color: #fff; font-weight: 800; cursor: pointer; }
.fv-cart-coupon button:disabled { opacity: .6; cursor: wait; }
.fv-cart-coupon__feedback { min-height: 17px; margin: 5px 0 0; color: var(--fv-muted); font-size: 12px; }
.fv-cart-groups__checkout { display: inline-flex !important; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px !important; border-radius: var(--fv-pill) !important; background: var(--fv-blue) !important; color: #fff !important; font-weight: 800 !important; text-decoration: none !important; }
.fv-cart-details-heading {
  box-sizing: border-box;
  margin: 40px var(--fv-layout-gutter) 22px;
  padding-top: 30px;
  border-top: 1px solid var(--fv-border);
}
.fv-cart-details-heading h2 { margin: 0; color: var(--fv-ink); font-family: "Baloo 2", sans-serif; font-size: 32px; line-height: 1.15; }
.fv-cart-details-heading > p:last-child { margin: 6px 0 0; color: var(--fv-muted); font-size: 14px; }

body.page .fv-rve-app .button,
.fv-rve-modal .fv-rve-app .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 0; border-radius: var(--fv-pill); background: var(--fv-blue); color: #fff; font-weight: 700; cursor: pointer; }
body.page .fv-rve-app .button:disabled,
.fv-rve-modal .fv-rve-app .button:disabled { opacity: .55; cursor: wait; }

.fv-product-accordions {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 36px;
  padding-top: 48px;
  background: #fff;
}

.fv-product-accordion {
  border-bottom: 1px solid var(--fv-border);
  scroll-margin-top: 130px;
}

.fv-product-accordion:first-child { border-top: 1px solid var(--fv-border); }

.fv-product-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  color: var(--fv-ink);
  font-family: "Baloo 2", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  list-style: none;
}

.fv-product-accordion summary::-webkit-details-marker { display: none; }
.fv-product-accordion summary:hover { color: var(--fv-blue-dark); }
.fv-accordion-icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
.fv-accordion-icon::before,
.fv-accordion-icon::after {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform .2s ease;
}
.fv-accordion-icon::after { transform: rotate(90deg); }
.fv-product-accordion[open] .fv-accordion-icon::after { transform: rotate(0); }
.fv-accordion-content {
  max-width: 850px;
  padding: 0 4px 24px;
  color: var(--fv-muted);
  font-size: 16px;
  line-height: 1.7;
}
.fv-accordion-content > :first-child { margin-top: 0; }
.fv-accordion-content > :last-child { margin-bottom: 0; }
.fv-accordion-content .woocommerce-product-attributes {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
.fv-accordion-content .woocommerce-product-attributes th,
.fv-accordion-content .woocommerce-product-attributes td {
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid var(--fv-border);
  background: transparent;
  font-style: normal;
  text-align: left;
}
.fv-accordion-content .woocommerce-product-attributes th {
  width: 34%;
  color: var(--fv-ink);
  font-weight: 600;
}

.farmavete-commerce .woocommerce-MyAccount-navigation { float: left; width: 27%; padding: 22px; border-radius: var(--fv-radius); background: var(--fv-blue-soft); }
.farmavete-commerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.farmavete-commerce .woocommerce-MyAccount-navigation a { display: block; padding: 11px 14px; border-radius: 12px; color: var(--fv-ink); font-weight: 600; text-decoration: none; }
.farmavete-commerce .woocommerce-MyAccount-navigation .is-active a { background: #fff; color: var(--fv-blue-dark); }
.farmavete-commerce .woocommerce-MyAccount-content { float: right; width: 69%; padding-bottom: 70px; }
.farmavete-commerce .woocommerce-message,
.farmavete-commerce .woocommerce-info { border-top-color: var(--fv-blue); border-radius: 14px; background: var(--fv-blue-soft); }
.farmavete-commerce .woocommerce-message::before,
.farmavete-commerce .woocommerce-info::before { color: var(--fv-blue-dark); }

.fv-category-nav,
.farmavete-commerce .woocommerce-breadcrumb,
.farmavete-commerce .woocommerce-notices-wrapper,
.farmavete-commerce div.product,
.farmavete-commerce .page-header,
.farmavete-commerce .wp-block-woocommerce-cart,
.farmavete-commerce .wp-block-woocommerce-checkout {
  max-width: none;
  margin-left: var(--fv-layout-gutter);
  margin-right: var(--fv-layout-gutter);
}

.farmavete-commerce .woocommerce-MyAccount-navigation,
.farmavete-commerce .woocommerce-MyAccount-content {
  max-width: none;
  margin-right: var(--fv-layout-gutter);
  margin-left: var(--fv-layout-gutter);
}

.farmavete-commerce .woocommerce-breadcrumb {
  margin-right: var(--fv-layout-gutter) !important;
  margin-left: var(--fv-layout-gutter) !important;
}

.farmavete-commerce .wp-block-woocommerce-cart,
.farmavete-commerce .wp-block-woocommerce-checkout { width: auto !important; }

.farmavete-commerce.woocommerce-cart .page-header,
.farmavete-commerce.woocommerce-checkout .page-header {
  width: 100% !important;
  margin-right: 0;
  margin-left: 0;
}

.fv-catalog-results .woocommerce-result-count,
.fv-catalog-results .woocommerce-ordering,
.fv-catalog-results ul.products,
.fv-catalog-results .woocommerce-pagination {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  :root { --fv-layout-gutter: 20px; }
}

@media only screen and (min-width: 768px) and (max-width: 1499px) {
  :root { --fv-layout-gutter: 50px; }
}

@media only screen and (min-width: 1500px) and (max-width: 1899px) {
  :root { --fv-layout-gutter: 90px; }
}

@media only screen and (min-width: 1900px) {
  :root { --fv-layout-gutter: 100px; }
}

@media (max-width: 900px) {
  .fv-catalog-layout { grid-template-columns: 1fr; gap: 22px; }
  .fv-filters { position: static; }
  .farmavete-commerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .farmavete-commerce div.product { grid-template-columns: 1fr; }
  .farmavete-commerce div.product div.images,
  .farmavete-commerce div.product div.summary { grid-column: 1; }
  .farmavete-commerce div.product div.summary { padding: 30px 0 0; }
  .farmavete-commerce .wc-block-components-sidebar { padding-left: 0; }
}

@media (max-width: 600px) {
  :root { --fv-gutter: 18px; }
  .fv-shop-hero__inner { padding: calc(42px + var(--fv-header-overlap)) var(--fv-layout-gutter) 48px; }
  .fv-shop-hero::before { top: -72px; right: -90px; width: 190px; height: 190px; opacity: .72; }
  .fv-shop-hero::after { right: 34px; bottom: -78px; width: 130px; height: 130px; border-width: 22px; opacity: .8; }
  .fv-shop-hero h1 { font-size: 40px; }
  .farmavete-commerce.single-product .woocommerce-breadcrumb { margin-top: 24px; }
  .fv-shop-hero__content > p:not(.fv-eyebrow) { font-size: 16px; }
  .farmavete-commerce .woocommerce-result-count,
  .farmavete-commerce .woocommerce-ordering { float: none; display: block; }
  .farmavete-commerce ul.products {
    position: static;
    left: auto;
    width: 100% !important;
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-template-columns: 1fr;
  }
  .farmavete-commerce .page-header { padding: 28px 24px; }
  .farmavete-commerce .wp-block-woocommerce-cart-order-summary-block { padding: 22px 20px 20px; }
  .farmavete-commerce .wc-block-components-product-name { font-size: 18px !important; }
  .farmavete-commerce .wc-block-cart-item__image { width: 84px; }
  .farmavete-commerce .woocommerce-MyAccount-navigation,
  .farmavete-commerce .woocommerce-MyAccount-content { float: none; width: auto; margin: 0 18px 24px; }
  .fv-rve-archive-callout { align-items: stretch; flex-direction: column; }
  .fv-rve-archive-callout .button { width: 100%; }
  .fv-rve-floating { right: 14px; bottom: 82px; }
  .fv-rve-app,
  .fv-rve-modal .fv-rve-app { padding: 28px 20px; }
  .fv-rve-modal .fv-rve-app { padding-top: 70px; }
  .fv-rve-progress > span > span { display: none; }
  .fv-rve-lookup-form { grid-template-columns: 1fr; }
  .fv-rve-line { grid-template-columns: 1fr 120px; }
  .fv-rve-line__main { grid-column: 1 / -1; }
  .fv-rve-actions { align-items: stretch; flex-direction: column; }
  .fv-rve-complete__actions { grid-template-columns: 1fr; }
  .fv-rve-choice { min-height: 126px; }
  .fv-cart-groups { margin-right: var(--fv-layout-gutter); margin-left: var(--fv-layout-gutter); }
  .fv-cart-saving { margin-right: var(--fv-layout-gutter); margin-left: var(--fv-layout-gutter); }
  .fv-cart-groups__footer { align-items: stretch; flex-direction: column; }
  .fv-cart-coupon { flex-basis: auto; max-width: none; }
  .fv-cart-groups__checkout { width: 100%; }
}

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

/* Site header cart */
.fv-header-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.fv-header-cart-slot {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

a.fv-header-cart {
  align-items: center;
  background: #075985 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 7px 18px rgba(7, 89, 133, 0.18);
  color: #fff !important;
  display: inline-flex !important;
  height: 48px;
  justify-content: center;
  padding: 0 !important;
  position: relative;
  text-decoration: none !important;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: 48px;
}

a.fv-header-cart:hover,
a.fv-header-cart:focus-visible {
  background: #06466a !important;
  box-shadow: 0 9px 22px rgba(7, 89, 133, 0.28);
  color: #fff !important;
  transform: translateY(-1px);
}

.fv-header-cart svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 23px;
}

.fv-header-cart__count {
  align-items: center;
  background: #d74271;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  height: 21px;
  justify-content: center;
  line-height: 1;
  min-width: 21px;
  padding: 0 4px;
  position: absolute;
  right: -5px;
  top: -5px;
}

.fv-header-cart.is-empty .fv-header-cart__count {
  display: none;
}

@media (max-width: 767px) {
  .fv-header-actions {
    gap: 5px;
  }

  a.fv-header-cart {
    height: 44px;
    width: 44px;
  }
}
