/*
 * Nortfly Storefront v2
 *
 * Visual-only, tenant-ready layer. Every selector is scoped to the v2 body
 * class so the checkout and the rollback version remain untouched.
 */

.nf-storefront-v2 {
  --nf-white: #fff;
  --nf-shadow-sm: 0 8px 24px rgba(15, 48, 75, 0.08);
  --nf-shadow-md: 0 18px 50px rgba(15, 48, 75, 0.12);
  --nf-shadow-lg: 0 28px 75px rgba(8, 47, 82, 0.18);
  --nf-radius-sm: 12px;
  --nf-radius-md: 20px;
  --nf-radius-lg: 30px;
  --nf-shell: 1240px;
  color: var(--nf-ink);
  background: var(--nf-white);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.nf-storefront-v2 #wrapper,
.nf-storefront-v2 #main {
  background: var(--nf-white) !important;
}

.nf-storefront-v2 *,
.nf-storefront-v2 *::before,
.nf-storefront-v2 *::after {
  box-sizing: border-box;
}

.nf-storefront-v2 h1,
.nf-storefront-v2 h2,
.nf-storefront-v2 h3,
.nf-storefront-v2 h4 {
  color: var(--nf-ink);
  letter-spacing: -0.025em;
}

.nf-storefront-v2 a {
  color: inherit;
}

.nf-storefront-v2 a:hover {
  color: var(--nf-primary);
}

.nf-storefront-v2 svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

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

/* Announcement and header */
.nf-storefront-v2 .nf-announcement {
  position: relative;
  z-index: 32;
  min-height: 35px;
  color: #fff;
  background: linear-gradient(90deg, var(--nf-primary-dark), var(--nf-primary));
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.nf-storefront-v2 .nf-announcement__inner {
  display: flex;
  min-height: 35px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nf-storefront-v2 .nf-announcement__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.nf-storefront-v2 .nf-announcement__item svg {
  width: 15px;
  height: 15px;
}

.nf-storefront-v2 #header {
  position: relative;
  z-index: 31;
}

.nf-storefront-v2 #header .header-main {
  height: 86px !important;
  border: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.nf-storefront-v2 #header .header-wrapper.stuck .header-main,
.nf-storefront-v2 #header .stuck .header-main {
  height: 72px !important;
  box-shadow: 0 8px 30px rgba(8, 47, 82, 0.09);
}

.nf-storefront-v2 #header .header-inner {
  width: min(calc(100% - 40px), var(--nf-shell));
  max-width: none;
  padding: 0;
  gap: 28px;
}

.nf-storefront-v2 #header #logo {
  width: 184px !important;
  flex: 0 0 184px;
}

.nf-storefront-v2 #header #logo img {
  width: 100%;
  max-height: 48px !important;
  object-fit: contain;
  filter: none;
}

.nf-storefront-v2 #header .flex-left {
  justify-content: center;
}

.nf-storefront-v2 #header .header-search-form {
  width: min(100%, 530px);
}

.nf-storefront-v2 #header .header-search-form-wrapper,
.nf-storefront-v2 #header .searchform-wrapper,
.nf-storefront-v2 #header .searchform {
  width: 100%;
}

.nf-storefront-v2 #header .searchform .flex-row {
  min-height: 46px;
  overflow: hidden;
  border: 1px solid var(--nf-border);
  border-radius: 999px;
  background: var(--nf-surface);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nf-storefront-v2 #header .searchform .flex-row:focus-within {
  border-color: color-mix(in srgb, var(--nf-primary) 55%, white);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--nf-primary) 11%, transparent);
}

.nf-storefront-v2 #header .search-field {
  height: 44px;
  padding: 0 18px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--nf-ink);
  font-size: 14px;
}

.nf-storefront-v2 #header .ux-search-submit {
  width: 46px;
  min-width: 46px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: var(--nf-primary);
  background: transparent;
  box-shadow: none;
}

.nf-storefront-v2 #header .ux-search-submit:hover {
  color: #fff;
  background: var(--nf-primary);
}

.nf-storefront-v2 #header .header-nav-main.nav-right {
  gap: 8px;
}

.nf-storefront-v2 #header .header-nav-main.nav-right > li {
  margin: 0;
}

.nf-storefront-v2 #header .account-item > a,
.nf-storefront-v2 #header .cart-item > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid var(--nf-border);
  border-radius: 999px;
  color: var(--nf-ink);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.nf-storefront-v2 #header .account-item > a:hover,
.nf-storefront-v2 #header .cart-item > a:hover {
  border-color: var(--nf-primary);
  color: var(--nf-primary);
  background: var(--nf-surface);
}

.nf-storefront-v2 #header .cart-icon {
  margin: 0;
}

.nf-storefront-v2 #header .cart-icon strong {
  border-color: var(--nf-primary);
  color: var(--nf-primary);
}

.nf-storefront-v2 #wide-nav {
  display: none !important;
}

.nf-storefront-v2 .nf-store-navigation {
  position: relative;
  z-index: 29;
  border-top: 1px solid #edf2f6;
  border-bottom: 1px solid var(--nf-border);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 24px rgba(15, 48, 75, 0.04);
}

.nf-storefront-v2 .nf-mobile-product-search {
  display: none;
}

.nf-storefront-v2 .nf-category-navigation {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nf-storefront-v2 .nf-category-navigation::-webkit-scrollbar {
  display: none;
}

.nf-storefront-v2 .nf-category-navigation a {
  position: relative;
  display: inline-flex;
  min-height: 49px;
  flex: 0 0 auto;
  align-items: center;
  color: #344b60;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.nf-storefront-v2 .nf-category-navigation a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--nf-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nf-storefront-v2 .nf-category-navigation a:hover::after,
.nf-storefront-v2 .nf-category-navigation a:focus-visible::after {
  transform: scaleX(1);
}

.nf-storefront-v2 .nf-category-navigation__all {
  color: var(--nf-primary) !important;
}

.nf-storefront-v2 .nf-category-navigation__offer {
  color: #b13d63 !important;
}

/* Home hero */
.nf-storefront-v2 .nf-home {
  overflow: hidden;
}

.nf-storefront-v2 .nf-home-hero {
  position: relative;
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid var(--nf-border);
  border-radius: var(--nf-radius-lg);
  background:
    radial-gradient(circle at 25% 12%, rgba(0, 191, 166, 0.13), transparent 30%),
    linear-gradient(135deg, #f3fbfd 0%, #eef6fb 55%, #fbf5f7 100%);
  box-shadow: var(--nf-shadow-md);
}

.nf-storefront-v2 .nf-home-hero::before {
  position: absolute;
  top: -190px;
  left: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(13, 83, 144, 0.1);
  border-radius: 50%;
  content: "";
}

.nf-storefront-v2 .nf-home-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 66px 24px 66px 66px;
}

.nf-storefront-v2 .nf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--nf-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.nf-storefront-v2 .nf-eyebrow svg {
  width: 17px;
  height: 17px;
  color: var(--nf-accent-dark);
}

.nf-storefront-v2 .nf-home-hero h1 {
  max-width: 590px;
  margin: 18px 0 20px;
  color: var(--nf-primary-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.nf-storefront-v2 .nf-home-hero__content > p {
  max-width: 530px;
  margin: 0;
  color: #4e6578;
  font-size: 17px;
  line-height: 1.72;
}

.nf-storefront-v2 .nf-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nf-storefront-v2 .nf-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease;
}

.nf-storefront-v2 .nf-button svg {
  width: 18px;
  height: 18px;
  transition: transform 160ms ease;
}

.nf-storefront-v2 .nf-button:hover {
  transform: translateY(-2px);
}

.nf-storefront-v2 .nf-button:hover svg {
  transform: translateX(3px);
}

.nf-storefront-v2 .nf-button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--nf-primary), var(--nf-primary-dark));
  box-shadow: 0 12px 25px rgba(13, 83, 144, 0.24);
}

.nf-storefront-v2 .nf-button--primary:hover {
  color: #fff;
  box-shadow: 0 16px 32px rgba(13, 83, 144, 0.3);
}

.nf-storefront-v2 .nf-button--secondary {
  border-color: color-mix(in srgb, var(--nf-primary) 25%, white);
  color: var(--nf-primary-dark);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 20px rgba(15, 48, 75, 0.06);
}

.nf-storefront-v2 .nf-button--secondary:hover {
  border-color: var(--nf-primary);
  color: var(--nf-primary);
  background: #fff;
}

.nf-storefront-v2 .nf-button--light {
  color: var(--nf-primary-dark);
  background: #fff;
  box-shadow: 0 12px 30px rgba(4, 29, 47, 0.18);
}

.nf-storefront-v2 .nf-home-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 27px;
  color: #51697b;
  font-size: 12px;
  font-weight: 650;
}

.nf-storefront-v2 .nf-home-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nf-storefront-v2 .nf-home-hero__proof svg {
  width: 17px;
  height: 17px;
  color: var(--nf-accent-dark);
}

.nf-storefront-v2 .nf-home-hero__gallery {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 12px;
}

.nf-storefront-v2 .nf-home-hero__gallery--banner {
  display: block;
}

.nf-storefront-v2 .nf-home-hero__banner,
.nf-storefront-v2 .nf-home-hero__banner picture {
  display: block;
  width: 100%;
  height: 100%;
}

.nf-storefront-v2 .nf-home-hero__banner {
  overflow: hidden;
  border-radius: 21px;
  background: #e8eef2;
}

.nf-storefront-v2 .nf-home-hero__banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nf-storefront-v2 .nf-home-hero__tile {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 21px;
  background: #e8eef2;
}

.nf-storefront-v2 .nf-home-hero__tile--1 {
  grid-row: 1 / 3;
}

.nf-storefront-v2 .nf-home-hero__tile::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 52%, rgba(4, 26, 43, 0.65));
  pointer-events: none;
}

.nf-storefront-v2 .nf-home-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nf-storefront-v2 .nf-home-hero__tile--1 .nf-home-hero__image {
  object-position: center 25%;
}

.nf-storefront-v2 .nf-home-hero__tile:hover .nf-home-hero__image {
  transform: scale(1.035);
}

.nf-storefront-v2 .nf-home-hero__tile-label {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.nf-storefront-v2 .nf-home-hero__tile-label small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nf-storefront-v2 .nf-home-hero__tile-label strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Benefit strip */
.nf-storefront-v2 .nf-home-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.nf-storefront-v2 .nf-home-benefits article {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid var(--nf-border);
  border-radius: 16px;
  background: #fff;
}

.nf-storefront-v2 .nf-home-benefits__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: var(--nf-primary);
  background: var(--nf-surface);
}

.nf-storefront-v2 .nf-home-benefits__icon svg {
  width: 22px;
  height: 22px;
}

.nf-storefront-v2 .nf-home-benefits strong {
  display: block;
  overflow: hidden;
  color: var(--nf-ink);
  font-size: 13px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nf-storefront-v2 .nf-home-benefits p {
  margin: 3px 0 0;
  color: var(--nf-muted);
  font-size: 11px;
  line-height: 1.35;
}

/* Shared home sections */
.nf-storefront-v2 .nf-home-section {
  padding-top: 86px;
  scroll-margin-top: 92px;
}

.nf-storefront-v2 .nf-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.nf-storefront-v2 .nf-section-heading h2,
.nf-storefront-v2 .nf-home-promotion h2,
.nf-storefront-v2 .nf-home-confidence h2 {
  margin: 9px 0 0;
  color: var(--nf-primary-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 700;
  line-height: 1.08;
}

.nf-storefront-v2 .nf-section-heading p {
  margin: 9px 0 0;
  color: var(--nf-muted);
  font-size: 14px;
}

.nf-storefront-v2 .nf-section-heading > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid color-mix(in srgb, var(--nf-primary) 30%, white);
  color: var(--nf-primary);
  font-size: 12px;
  font-weight: 800;
}

.nf-storefront-v2 .nf-section-heading > a svg {
  width: 17px;
  height: 17px;
}

/* Category cards */
.nf-storefront-v2 .nf-home-categories__rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.nf-storefront-v2 .nf-category-card {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--nf-border);
  border-radius: var(--nf-radius-md);
  background: var(--nf-surface);
  box-shadow: 0 8px 24px rgba(15, 48, 75, 0.05);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.nf-storefront-v2 .nf-category-card:hover {
  border-color: color-mix(in srgb, var(--nf-primary) 32%, white);
  box-shadow: var(--nf-shadow-md);
  transform: translateY(-5px);
}

.nf-storefront-v2 .nf-category-card__image {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #eff3f5;
}

.nf-storefront-v2 .nf-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.nf-storefront-v2 .nf-category-card:hover .nf-category-card__image img {
  transform: scale(1.045);
}

.nf-storefront-v2 .nf-category-card__label {
  position: absolute;
  right: 9px;
  bottom: 9px;
  left: 9px;
  display: flex;
  min-height: 62px;
  flex-direction: column;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  color: var(--nf-ink);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 8px 24px rgba(8, 47, 82, 0.12);
  backdrop-filter: blur(9px);
}

.nf-storefront-v2 .nf-category-card__label strong {
  font-size: 14px;
  line-height: 1.25;
}

.nf-storefront-v2 .nf-category-card__label small {
  margin-top: 3px;
  color: var(--nf-muted);
  font-size: 10px;
  font-weight: 650;
}

/* Product cards across home, catalog and related products */
.nf-storefront-v2 .nf-home-products .woocommerce {
  width: 100%;
}

.nf-storefront-v2 .products:not(table) {
  display: grid !important;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 20px;
  margin: 0 !important;
}

.nf-storefront-v2 .products > .product-small,
.nf-storefront-v2 .products > .product {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.nf-storefront-v2 .product-small .box {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--nf-border) !important;
  border-radius: 18px !important;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 48, 75, 0.06) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nf-storefront-v2 .product-small .box:hover {
  border-color: color-mix(in srgb, var(--nf-primary) 30%, white) !important;
  box-shadow: 0 16px 38px rgba(15, 48, 75, 0.12) !important;
  transform: translateY(-4px);
}

.nf-storefront-v2 .product-small .box-image {
  overflow: hidden;
  border: 0;
  border-radius: 0 !important;
  background: #f1f4f5;
}

.nf-storefront-v2 .product-small .box-image > div:first-child {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.nf-storefront-v2 .product-small .box-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.nf-storefront-v2 .product-small .box-image img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: cover;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nf-storefront-v2 .product-small .box:hover .box-image img {
  transform: scale(1.035);
}

.nf-storefront-v2 .product-small .box-text {
  display: flex;
  min-height: 152px;
  flex-direction: column;
  padding: 16px 16px 18px !important;
  text-align: left !important;
}

.nf-storefront-v2 .product-small .title-wrapper {
  min-height: 43px;
}

.nf-storefront-v2 .product-small .product-title {
  margin: 0;
}

.nf-storefront-v2 .product-small .product-title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--nf-ink) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.45;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nf-storefront-v2 .product-small .nf-card-rating {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 6px;
  margin: 7px 0 2px;
  color: var(--nf-muted);
  line-height: 1;
  text-decoration: none;
}

.nf-storefront-v2 .product-small .nf-card-rating:hover {
  color: var(--nf-primary);
}

.nf-storefront-v2 .product-small .nf-card-rating .star-rating {
  width: 5.25em;
  height: 1em;
  margin: 0;
  color: #c8922f;
  font-size: 11px;
  line-height: 1;
}

.nf-storefront-v2 .product-small .nf-card-rating .star-rating::before {
  color: #dfe6eb;
  opacity: 1;
}

.nf-storefront-v2 .product-small .nf-card-rating .star-rating span::before {
  color: #c8922f;
}

.nf-storefront-v2 .product-small .nf-card-rating__count {
  color: #7b8894;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0;
}

.nf-storefront-v2 .product-small .price-wrapper {
  margin-top: auto !important;
}

.nf-storefront-v2 .product-small .price {
  display: block;
}

.nf-storefront-v2 .product-small .blitz-preco-box {
  margin-top: 9px !important;
  color: var(--nf-ink) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.nf-storefront-v2 .product-small .blitz-preco-principal {
  margin: 0 0 6px !important;
  color: var(--nf-primary-dark) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.nf-storefront-v2 .product-small .blitz-desconto {
  display: inline-flex !important;
  max-width: 100%;
  padding: 5px 8px !important;
  border: 1px solid #f1dce4 !important;
  border-radius: 7px !important;
  color: #a43d5d !important;
  background: #fff7f9 !important;
  box-shadow: none !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
}

.nf-storefront-v2 .product-small .price-wrapper > div {
  margin-top: 7px !important;
  color: #a43d5d !important;
  font-size: 11px !important;
  line-height: 1.35;
}

.nf-storefront-v2 .product-small .add-to-cart-grid {
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--nf-primary) !important;
  box-shadow: 0 8px 18px rgba(13, 83, 144, 0.24);
}

.nf-storefront-v2 .product-small .add-to-cart-grid .cart-icon {
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  background: transparent !important;
}

.nf-storefront-v2 .product-small .add-to-cart-grid .cart-icon strong {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
}

.nf-storefront-v2 .nf-home-products__mobile-action {
  display: none;
  justify-content: center;
  margin-top: 28px;
}

/* Promotional editorial block */
.nf-storefront-v2 .nf-home-promotion {
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  overflow: hidden;
  margin-top: 90px;
  border-radius: var(--nf-radius-lg);
  color: #fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 191, 166, 0.2), transparent 34%),
    linear-gradient(135deg, var(--nf-primary-dark), #0b496f 65%, var(--nf-primary));
  box-shadow: var(--nf-shadow-lg);
}

.nf-storefront-v2 .nf-home-promotion__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 58px 64px;
}

.nf-storefront-v2 .nf-home-promotion .nf-eyebrow {
  color: #72e7d8;
}

.nf-storefront-v2 .nf-home-promotion h2 {
  max-width: 590px;
  margin: 12px 0 18px;
  color: #fff;
}

.nf-storefront-v2 .nf-home-promotion p {
  max-width: 580px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.nf-storefront-v2 .nf-home-promotion__image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #e9edf0;
}

.nf-storefront-v2 .nf-home-promotion__image::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(8, 47, 82, 0.38), transparent 42%);
  pointer-events: none;
}

.nf-storefront-v2 .nf-home-promotion__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Confidence / security */
.nf-storefront-v2 .nf-home-confidence {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 56px;
  margin-top: 90px;
  margin-bottom: 90px;
  padding: 54px;
  border: 1px solid var(--nf-border);
  border-radius: var(--nf-radius-lg);
  background: linear-gradient(135deg, var(--nf-surface), #fff 55%, var(--nf-surface-warm));
}

.nf-storefront-v2 .nf-home-confidence__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nf-storefront-v2 .nf-home-confidence h2 {
  margin-bottom: 16px;
}

.nf-storefront-v2 .nf-home-confidence__intro p {
  margin: 0;
  color: var(--nf-muted);
  font-size: 14px;
  line-height: 1.65;
}

.nf-storefront-v2 .nf-home-confidence__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.nf-storefront-v2 .nf-home-confidence__items article {
  padding: 24px 20px;
  border: 1px solid var(--nf-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--nf-shadow-sm);
}

.nf-storefront-v2 .nf-home-confidence__items article > svg {
  width: 31px;
  height: 31px;
  margin-bottom: 20px;
  color: var(--nf-primary);
}

.nf-storefront-v2 .nf-home-confidence__items strong {
  display: block;
  margin-bottom: 7px;
  color: var(--nf-ink);
  font-size: 13px;
}

.nf-storefront-v2 .nf-home-confidence__items p {
  margin: 0;
  color: var(--nf-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Catalog and category pages */
.nf-storefront-v2 .shop-page-title {
  padding: 34px 0 24px;
  border-bottom: 1px solid var(--nf-border);
  background: linear-gradient(180deg, var(--nf-surface), #fff);
}

.nf-storefront-v2 .shop-page-title .page-title-inner {
  padding-top: 0;
}

.nf-storefront-v2 .shop-page-title .woocommerce-breadcrumb {
  margin-bottom: 9px;
  color: var(--nf-muted);
  font-size: 11px;
  font-weight: 600;
}

.nf-storefront-v2 .category-page-title h1.shop-page-title,
.nf-storefront-v2 .shop-page-title .uppercase {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nf-primary-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-transform: none;
}

.nf-storefront-v2 .shop-container {
  padding-top: 34px;
  padding-bottom: 70px;
}

.nf-storefront-v2 .woocommerce-ordering select,
.nf-storefront-v2 .category-filtering a,
.nf-storefront-v2 .woocommerce-result-count {
  font-size: 12px;
}

.nf-storefront-v2 .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 40px 0 14px;
  border: 1px solid var(--nf-border);
  border-radius: 12px;
  background-color: #fff;
  box-shadow: none;
}

.nf-storefront-v2 .category-filtering a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid var(--nf-border);
  border-radius: 999px;
  background: #fff;
}

.nf-storefront-v2 .woocommerce-pagination {
  margin-top: 42px;
}

.nf-storefront-v2 .woocommerce-pagination .page-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nf-border);
  border-radius: 50%;
}

.nf-storefront-v2 .woocommerce-pagination .page-number.current {
  border-color: var(--nf-primary);
  color: #fff;
  background: var(--nf-primary);
}

/* Product details */
.nf-storefront-v2.single-product .product-page-title {
  display: none;
}

.nf-storefront-v2.single-product .product-main {
  padding-top: 46px;
  padding-bottom: 42px;
}

.nf-storefront-v2.single-product .product-gallery {
  padding-right: 34px;
}

.nf-storefront-v2.single-product .product-gallery .product-images,
.nf-storefront-v2.single-product .product-gallery .flickity-viewport {
  border-radius: 22px;
  background: #f4f6f7;
}

.nf-storefront-v2.single-product .product-gallery .woocommerce-product-gallery__image img {
  border-radius: 20px;
}

.nf-storefront-v2.single-product .product-thumbnails img {
  overflow: hidden;
  border: 1px solid var(--nf-border);
  border-radius: 12px;
}

.nf-storefront-v2.single-product .product-info {
  padding-left: 28px;
}

.nf-storefront-v2.single-product .product-info .product-title {
  margin-bottom: 13px;
  color: var(--nf-primary-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 3.3vw, 46px);
  font-weight: 700;
  line-height: 1.08;
}

.nf-storefront-v2.single-product .product-info .price-wrapper {
  margin: 16px 0 22px;
}

.nf-storefront-v2.single-product .product-info .blitz-preco-box {
  margin-top: 0 !important;
  font-family: inherit !important;
}

.nf-storefront-v2.single-product .product-info .blitz-preco-principal {
  color: var(--nf-primary-dark) !important;
  font-size: 28px !important;
  font-weight: 800 !important;
}

.nf-storefront-v2.single-product .product-info .blitz-desconto {
  border-color: #f1dce4 !important;
  color: #a43d5d !important;
  background: #fff7f9 !important;
  box-shadow: none !important;
}

.nf-storefront-v2.single-product .product-info select {
  min-height: 44px;
  border: 1px solid var(--nf-border);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none;
}

.nf-storefront-v2.single-product .single_add_to_cart_button,
.nf-storefront-v2.single-product button.single_add_to_cart_button,
.nf-storefront-v2.single-product .product-info a.button.add_to_cart {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 27px;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--nf-primary), var(--nf-primary-dark)) !important;
  box-shadow: 0 13px 28px rgba(13, 83, 144, 0.25) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.nf-storefront-v2.single-product .single_add_to_cart_button:hover {
  box-shadow: 0 17px 35px rgba(13, 83, 144, 0.32) !important;
  transform: translateY(-1px);
}

.nf-storefront-v2.single-product .product-info a.button.add_to_cart:hover {
  color: #fff !important;
  box-shadow: 0 17px 35px rgba(13, 83, 144, 0.32) !important;
  transform: translateY(-1px);
}

.nf-storefront-v2.single-product .single_add_to_cart_button:disabled,
.nf-storefront-v2.single-product button.single_add_to_cart_button:disabled,
.nf-storefront-v2.single-product .single_add_to_cart_button.disabled {
  color: rgba(255, 255, 255, 0.78) !important;
  opacity: 0.68;
}

.nf-storefront-v2 .nf-product-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 20px;
}

.nf-storefront-v2 .nf-product-reassurance span {
  display: flex;
  min-height: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 5px;
  border: 1px solid var(--nf-border);
  border-radius: 12px;
  color: var(--nf-muted);
  background: var(--nf-surface);
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

.nf-storefront-v2 .nf-product-reassurance svg {
  width: 19px;
  height: 19px;
  color: var(--nf-primary);
}

.nf-storefront-v2.single-product .product_meta {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--nf-border);
  color: var(--nf-muted);
  font-size: 11px;
}

.nf-storefront-v2.single-product .product-footer {
  padding-top: 18px;
}

.nf-storefront-v2.single-product .product-footer .tabbed-content {
  overflow: hidden;
  border: 1px solid var(--nf-border);
  border-radius: 22px;
  background: #fff;
}

.nf-storefront-v2.single-product .product-footer .nav-tabs {
  padding: 10px 20px 0;
  border-bottom: 1px solid var(--nf-border);
  background: var(--nf-surface);
}

.nf-storefront-v2.single-product .product-footer .nav-tabs a {
  font-size: 11px;
  letter-spacing: 0.04em;
}

.nf-storefront-v2.single-product .product-footer .tab-panels {
  padding: 28px;
  color: #40576a;
  font-size: 14px;
  line-height: 1.7;
}

.nf-storefront-v2.single-product #tab-reviews #reviews {
  display: grid !important;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: start;
  margin: 0;
}

.nf-storefront-v2.single-product #tab-reviews #comments,
.nf-storefront-v2.single-product #tab-reviews #review_form_wrapper {
  width: auto;
  max-width: none;
  flex-basis: auto;
  padding: 0;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-Reviews-title {
  margin: 0 0 18px;
  padding: 20px 22px;
  border: 1px solid color-mix(in srgb, var(--nf-primary) 14%, var(--nf-border));
  border-radius: 16px;
  color: var(--nf-ink);
  background:
    radial-gradient(circle at 100% 0, rgba(0, 191, 166, 0.1), transparent 42%),
    linear-gradient(135deg, #fff, var(--nf-surface));
  box-shadow: 0 8px 22px rgba(15, 48, 75, 0.05);
}

.nf-storefront-v2.single-product .nf-reviews-title__label {
  display: block;
  margin-bottom: 10px;
  color: var(--nf-primary-dark);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.nf-storefront-v2.single-product .nf-reviews-title__summary {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nf-storefront-v2.single-product .nf-reviews-title__summary > strong {
  color: var(--nf-ink);
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
}

.nf-storefront-v2.single-product .nf-rating-stars {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #dfe6eb;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.nf-storefront-v2.single-product .nf-rating-stars::after {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--nf-rating-width, 0%);
  overflow: hidden;
  color: #c8922f;
  content: "★★★★★";
  white-space: nowrap;
}

.nf-storefront-v2.single-product .nf-reviews-title__count {
  color: var(--nf-muted);
  font-size: 11px;
  font-weight: 650;
}

.nf-storefront-v2.single-product #tab-reviews .commentlist {
  display: grid;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  list-style: none;
}

.nf-storefront-v2.single-product #tab-reviews .commentlist > li.review {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.nf-storefront-v2.single-product #tab-reviews .comment_container.review-item {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--nf-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15, 48, 75, 0.04);
}

.nf-storefront-v2.single-product #tab-reviews .comment_container > .flex-col:first-child {
  width: 44px;
  min-width: 44px;
  padding: 0;
}

.nf-storefront-v2.single-product .nf-review-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--nf-primary), var(--nf-accent-dark));
  box-shadow: 0 0 0 1px var(--nf-border);
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
}

.nf-storefront-v2.single-product #tab-reviews .comment-text {
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
}

.nf-storefront-v2.single-product #tab-reviews .comment-text > .star-rating {
  float: none;
  width: 5.25em;
  height: 1em;
  margin: 1px 0 9px;
  color: #c8922f;
  font-size: 12px;
  line-height: 1;
}

.nf-storefront-v2.single-product #tab-reviews .comment-text > .star-rating::before {
  color: #dfe6eb;
  opacity: 1;
}

.nf-storefront-v2.single-product #tab-reviews .comment-text > .star-rating span::before {
  color: #c8922f;
}

.nf-storefront-v2.single-product #tab-reviews .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin: 0;
  color: var(--nf-muted);
  font-size: 11px;
  line-height: 1.45;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-review__author {
  display: -webkit-box;
  max-width: 100%;
  overflow: hidden;
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 750;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-review__verified {
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--nf-accent-dark);
  background: color-mix(in srgb, var(--nf-accent) 10%, white);
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-review__dash {
  display: none;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-review__published-date {
  color: #7d8b97;
  font-size: 10px;
  white-space: nowrap;
}

.nf-storefront-v2.single-product #tab-reviews .description {
  margin-top: 10px;
  color: #40576a;
  font-size: 12px;
  line-height: 1.65;
}

.nf-storefront-v2.single-product #tab-reviews .description:empty {
  display: none;
}

.nf-storefront-v2.single-product #tab-reviews .description p:last-child {
  margin-bottom: 0;
}

.nf-storefront-v2.single-product #tab-reviews .review-form-inner {
  position: sticky;
  top: 98px;
  padding: 22px !important;
  border: 1px solid var(--nf-border) !important;
  border-radius: 16px;
  background: var(--nf-surface);
  box-shadow: 0 8px 24px rgba(15, 48, 75, 0.06);
}

.nf-storefront-v2.single-product #tab-reviews .comment-reply-title {
  display: block;
  margin-bottom: 16px;
  color: var(--nf-primary-dark);
  font-size: 18px;
  font-weight: 800;
}

.nf-storefront-v2.single-product #tab-reviews .comment-form label {
  display: block;
  margin-bottom: 5px;
  color: var(--nf-ink);
  font-size: 11px;
  font-weight: 750;
}

.nf-storefront-v2.single-product #tab-reviews .comment-form input,
.nf-storefront-v2.single-product #tab-reviews .comment-form textarea,
.nf-storefront-v2.single-product #tab-reviews .comment-form select {
  border: 1px solid var(--nf-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.nf-storefront-v2.single-product #tab-reviews .comment-form textarea {
  min-height: 125px;
  resize: vertical;
}

.nf-storefront-v2.single-product #tab-reviews .comment-form .submit {
  min-height: 46px;
  margin: 0;
  padding: 0 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--nf-primary), var(--nf-primary-dark));
  box-shadow: 0 9px 20px rgba(13, 83, 144, 0.2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.nf-storefront-v2.single-product #tab-reviews .comment-form-rating .stars a {
  color: #c8922f;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-verification-required {
  position: relative;
  margin: 0;
  padding: 48px 0 0;
  color: #53697b;
  font-size: 12px;
  line-height: 1.6;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-verification-required::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--nf-primary), var(--nf-accent-dark));
  content: "✓";
  font-size: 16px;
  font-weight: 800;
}

.nf-storefront-v2.single-product #tab-reviews .woocommerce-pagination {
  margin-top: 22px;
}

.nf-storefront-v2.single-product .related-products-wrapper {
  padding: 65px 0 80px;
}

.nf-storefront-v2.single-product .related-products-wrapper h3 {
  margin-bottom: 25px;
  color: var(--nf-primary-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  letter-spacing: -0.03em;
}

/* Cart, account, generic Woo pages */
.nf-storefront-v2.woocommerce-cart .woocommerce,
.nf-storefront-v2.woocommerce-account .woocommerce {
  padding-top: 40px;
  padding-bottom: 70px;
}

.nf-storefront-v2.woocommerce-cart .woocommerce-cart-form,
.nf-storefront-v2.woocommerce-cart .cart-collaterals,
.nf-storefront-v2.woocommerce-account .account-container,
.nf-storefront-v2.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid var(--nf-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--nf-shadow-sm);
}

.nf-storefront-v2.woocommerce-cart .woocommerce.row.row-divided > .col + .col {
  border-left: 0;
}

.nf-storefront-v2.woocommerce-cart .woocommerce-cart-form {
  overflow: hidden;
  padding: 0 22px 18px;
}

.nf-storefront-v2.woocommerce-cart .woocommerce-cart-form .cart-wrapper {
  overflow-x: auto;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart {
  margin: 0;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart thead th {
  padding: 18px 10px 14px;
  border-bottom: 1px solid var(--nf-border);
  color: var(--nf-primary-dark);
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item td {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom-color: var(--nf-border);
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .product-thumbnail img {
  width: 76px;
  height: 92px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(8, 47, 82, 0.08);
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .product-name > a {
  color: var(--nf-ink);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .product-price,
.nf-storefront-v2.woocommerce-cart .shop_table.cart .product-subtotal {
  color: var(--nf-primary-dark);
  font-size: 12px;
  font-weight: 800;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .remove {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid #cfdae3;
  border-radius: 50%;
  color: #8a9aa8;
  font-size: 18px;
  line-height: 1;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .remove:hover {
  border-color: #d86073;
  color: #b72f47;
  background: #fff5f6;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .quantity {
  overflow: hidden;
  border: 1px solid var(--nf-border);
  border-radius: 999px;
  background: var(--nf-surface);
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .quantity input {
  min-height: 35px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nf-storefront-v2.woocommerce-cart .shop_table.cart .actions {
  padding-top: 18px;
  padding-bottom: 0;
}

.nf-storefront-v2.woocommerce-cart .cart-collaterals {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nf-storefront-v2.woocommerce-cart .cart-sidebar {
  position: sticky;
  top: 108px;
}

.nf-storefront-v2.woocommerce-cart .cart_totals {
  overflow: hidden;
  padding: 25px 28px 27px;
  border: 1px solid var(--nf-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 191, 166, 0.09), transparent 35%),
    #fff;
  box-shadow: 0 18px 45px rgba(8, 47, 82, 0.1);
}

.nf-storefront-v2.woocommerce-cart .cart_totals > h2 {
  display: none;
}

.nf-storefront-v2.woocommerce-cart .cart_totals > table:first-child {
  margin: 0 0 6px;
}

.nf-storefront-v2.woocommerce-cart .cart_totals > table:first-child thead th {
  padding: 0 0 15px;
  border-bottom: 1px solid var(--nf-border);
  color: var(--nf-primary-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tbody {
  display: block;
  width: 100%;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr) auto;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr th,
.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--nf-border);
  color: var(--nf-muted);
  font-size: 12px;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr th {
  width: 32%;
  font-weight: 650;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr td {
  color: var(--nf-ink);
  font-weight: 700;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr.shipping {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr.shipping th,
.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr.shipping td {
  display: block;
  width: 100%;
  text-align: left;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr.shipping th {
  padding-bottom: 3px;
  border-bottom: 0;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr.shipping td {
  padding-top: 5px;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table tr.shipping td::before {
  display: none;
}

.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table .order-total th,
.nf-storefront-v2.woocommerce-cart .cart_totals .shop_table .order-total td {
  padding-top: 19px;
  padding-bottom: 13px;
  border-bottom: 0;
  color: var(--nf-primary-dark);
  font-size: 18px;
  font-weight: 800;
}

.nf-storefront-v2.woocommerce-cart .woocommerce-shipping-calculator {
  width: 100%;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nf-primary);
  font-size: 11px;
  font-weight: 800;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-button::before {
  display: inline-block;
  content: "⌖";
  font-size: 16px;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 13px;
  padding: 15px;
  border: 1px solid var(--nf-border);
  border-radius: 14px;
  background: var(--nf-surface);
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-form .form-row {
  margin: 0;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-form #calc_shipping_country_field {
  grid-column: 1 / -1;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-form > p:not(.form-row) {
  align-self: end;
  margin: 0;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-form label {
  margin-bottom: 5px;
  color: var(--nf-muted);
  font-size: 10px;
  font-weight: 700;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-form input,
.nf-storefront-v2.woocommerce-cart .shipping-calculator-form select,
.nf-storefront-v2.woocommerce-cart .shipping-calculator-form .select2-container,
.nf-storefront-v2.woocommerce-cart .shipping-calculator-form .select2-selection {
  width: 100% !important;
  min-height: 43px;
  border-color: var(--nf-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.nf-storefront-v2.woocommerce-cart .shipping-calculator-form button {
  width: 100%;
  min-height: 43px;
  margin: 2px 0 0;
  color: #fff;
  background: var(--nf-primary);
}

.nf-storefront-v2.woocommerce-cart .wc-proceed-to-checkout {
  padding: 17px 0 0;
}

.nf-storefront-v2.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0 23px;
  border: 0;
  color: #fff !important;
  background: linear-gradient(135deg, var(--nf-primary), var(--nf-primary-dark)) !important;
  box-shadow: 0 13px 27px rgba(13, 83, 144, 0.24);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.nf-storefront-v2.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after {
  content: "→";
  font-size: 18px;
  transition: transform 160ms ease;
}

.nf-storefront-v2.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover::after {
  transform: translateX(3px);
}

.nf-storefront-v2.woocommerce-cart .nf-cart-checkout-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 13px;
}

.nf-storefront-v2.woocommerce-cart .nf-cart-checkout-reassurance span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--nf-muted);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.nf-storefront-v2.woocommerce-cart .nf-cart-checkout-reassurance svg {
  width: 17px;
  height: 17px;
  color: var(--nf-primary);
}

.nf-storefront-v2.woocommerce-cart .cart-sidebar .coupon {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--nf-border);
}

.nf-storefront-v2.woocommerce-cart .cart-sidebar .coupon .widget-title {
  margin-bottom: 12px;
  color: var(--nf-primary-dark);
  font-size: 11px;
}

.nf-storefront-v2.woocommerce-cart .cart-sidebar .coupon input {
  min-height: 43px;
  border-color: var(--nf-border);
  border-radius: 10px 10px 0 0;
  box-shadow: none;
}

.nf-storefront-v2.woocommerce-cart .cart-sidebar .coupon button {
  min-height: 42px;
  border-radius: 0 0 10px 10px;
}

.nf-storefront-v2 .button,
.nf-storefront-v2 button,
.nf-storefront-v2 input[type="submit"] {
  border-radius: 999px;
  font-family: inherit;
  font-weight: 750;
}

.nf-storefront-v2 .button.primary,
.nf-storefront-v2 .button.checkout,
.nf-storefront-v2 .checkout-button {
  color: #fff;
  background: var(--nf-primary) !important;
}

/* Operator disclosure and footer */
.nf-storefront-v2 .nf-operator-disclosure {
  border-top: 1px solid var(--nf-border);
  border-bottom: 1px solid var(--nf-border);
  background: var(--nf-surface);
}

.nf-storefront-v2 .nf-operator-disclosure__inner {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 18px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.nf-storefront-v2 .nf-operator-disclosure__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #fff;
  background: var(--nf-primary);
  box-shadow: 0 10px 23px rgba(13, 83, 144, 0.22);
}

.nf-storefront-v2 .nf-operator-disclosure__icon svg {
  width: 27px;
  height: 27px;
}

.nf-storefront-v2 .nf-operator-disclosure strong {
  display: block;
  margin-bottom: 5px;
  color: var(--nf-primary-dark);
  font-size: 13px;
}

.nf-storefront-v2 .nf-operator-disclosure p {
  margin: 0;
  color: var(--nf-muted);
  font-size: 12px;
  line-height: 1.55;
}

.nf-storefront-v2 .nf-footer {
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at 15% 8%, rgba(0, 191, 166, 0.18), transparent 29%),
    linear-gradient(135deg, #0a4167, #0c567f);
}

.nf-storefront-v2 .nf-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, minmax(0, 0.72fr));
  gap: 54px;
  padding-top: 58px;
  padding-bottom: 46px;
}

.nf-storefront-v2 .nf-footer__brand {
  max-width: 330px;
}

.nf-storefront-v2 .nf-footer__logo-image {
  width: min(100%, 230px);
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}

.nf-storefront-v2 .nf-footer__brand > p {
  margin: 20px 0 19px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.65;
}

.nf-storefront-v2 .nf-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nf-storefront-v2 .nf-footer__social a {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
  font-weight: 700;
}

.nf-storefront-v2 .nf-footer__social a:hover {
  border-color: var(--nf-accent);
  color: #fff;
  background: rgba(0, 191, 166, 0.13);
}

.nf-storefront-v2 .nf-footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.nf-storefront-v2 .nf-footer__column h2 {
  margin: 4px 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nf-storefront-v2 .nf-footer__column a {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.35;
}

.nf-storefront-v2 .nf-footer__column a:hover {
  color: #fff;
}

.nf-storefront-v2 .nf-footer__trust {
  display: flex;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nf-storefront-v2 .nf-footer__payments {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.nf-storefront-v2 .nf-footer__payments span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nf-storefront-v2 .nf-footer__payments img {
  width: 260px;
  max-width: 100%;
  max-height: 44px;
  object-fit: contain;
  object-position: left center;
}

.nf-storefront-v2 .nf-footer__review > * {
  max-width: 410px;
  margin: 0 !important;
}

.nf-storefront-v2 .nf-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  background: rgba(5, 42, 65, 0.46);
  font-size: 10px;
}

.nf-storefront-v2 .nf-footer__bottom .nf-shell {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Compact and readable cookie notice */
.nf-storefront-v2 .flatsome-cookies {
  right: auto;
  bottom: 18px;
  left: 18px;
  width: min(520px, calc(100% - 36px));
  padding: 0;
  border: 1px solid var(--nf-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 60px rgba(8, 47, 82, 0.2);
  backdrop-filter: blur(12px);
}

.nf-storefront-v2 .flatsome-cookies__inner {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 15px;
}

.nf-storefront-v2 .flatsome-cookies__text {
  flex: 1 1 auto;
  color: #526779;
  font-size: 10px;
  line-height: 1.5;
}

.nf-storefront-v2 .flatsome-cookies__text p {
  margin: 0;
}

.nf-storefront-v2 .flatsome-cookies__buttons {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
}

.nf-storefront-v2 .flatsome-cookies .button {
  min-height: 36px;
  margin: 0;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 9px;
  line-height: 34px;
}

.nf-storefront-v2 .flatsome-cookies__more-btn {
  border: 1px solid var(--nf-border);
  color: var(--nf-primary);
  background: #fff;
}

.nf-storefront-v2 .flatsome-cookies__accept-btn {
  color: #fff;
  background: var(--nf-primary) !important;
}

@media (max-width: 1100px) {
  .nf-storefront-v2 .nf-category-navigation {
    justify-content: flex-start;
  }

  .nf-storefront-v2 .nf-home-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
  }

  .nf-storefront-v2 .nf-home-hero__content {
    padding-left: 45px;
  }

  .nf-storefront-v2 .nf-home-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nf-storefront-v2 .nf-home-categories__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nf-storefront-v2 .products:not(table) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nf-storefront-v2 .nf-footer__grid {
    grid-template-columns: 1.3fr repeat(3, minmax(0, 0.7fr));
    gap: 32px;
  }
}

@media (max-width: 849px) {
  .nf-shell {
    width: min(calc(100% - 28px), var(--nf-shell));
  }

  .nf-storefront-v2 .nf-announcement {
    min-height: 31px;
  }

  .nf-storefront-v2 .nf-announcement__inner {
    min-height: 31px;
    justify-content: center;
  }

  .nf-storefront-v2 .nf-announcement__item {
    display: none;
  }

  .nf-storefront-v2 .nf-announcement__item:nth-child(2) {
    display: inline-flex;
  }

  .nf-storefront-v2 #header .header-main,
  .nf-storefront-v2 #header .header-wrapper.stuck .header-main,
  .nf-storefront-v2 #header .stuck .header-main {
    height: 66px !important;
  }

  .nf-storefront-v2 #header .header-inner {
    width: calc(100% - 24px);
    gap: 8px;
  }

  .nf-storefront-v2 #header #logo {
    width: 178px !important;
    flex-basis: 178px;
  }

  .nf-storefront-v2 #header #logo img {
    max-height: 42px !important;
  }

  .nf-storefront-v2 #header .mobile-nav {
    gap: 5px;
  }

  .nf-storefront-v2 #header .mobile-nav > li {
    margin: 0;
  }

  .nf-storefront-v2 #header .mobile-nav .account-item > a,
  .nf-storefront-v2 #header .mobile-nav .cart-item > a {
    width: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nf-storefront-v2 .nf-store-navigation {
    padding: 10px 0 0;
  }

  .nf-storefront-v2 .nf-mobile-product-search {
    position: relative;
    display: flex;
    min-height: 44px;
    align-items: center;
    overflow: hidden;
    margin-bottom: 9px;
    border: 1px solid var(--nf-border);
    border-radius: 999px;
    background: var(--nf-surface);
  }

  .nf-storefront-v2 .nf-mobile-product-search__icon {
    display: inline-flex;
    width: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    color: var(--nf-primary);
  }

  .nf-storefront-v2 .nf-mobile-product-search__icon svg {
    width: 18px;
    height: 18px;
  }

  .nf-storefront-v2 .nf-mobile-product-search input[type="search"] {
    min-width: 0;
    height: 42px;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--nf-ink);
    font-size: 13px;
  }

  .nf-storefront-v2 .nf-mobile-product-search button {
    align-self: stretch;
    flex: 0 0 auto;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--nf-primary);
    font-size: 10px;
    font-weight: 800;
  }

  .nf-storefront-v2 .nf-category-navigation {
    width: calc(100% + 28px);
    min-height: 43px;
    justify-content: flex-start;
    gap: 8px;
    margin-left: -14px;
    padding: 0 14px 10px;
  }

  .nf-storefront-v2 .nf-category-navigation a {
    min-height: 32px;
    padding: 0 13px;
    border: 1px solid var(--nf-border);
    border-radius: 999px;
    background: #fff;
    font-size: 9px;
    letter-spacing: 0.02em;
  }

  .nf-storefront-v2 .nf-category-navigation a::after {
    display: none;
  }

  .nf-storefront-v2 .nf-category-navigation__all {
    color: #fff !important;
    background: var(--nf-primary) !important;
  }

  .nf-storefront-v2 .nf-home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: 16px;
    border-radius: 24px;
  }

  .nf-storefront-v2 .nf-home-hero__content {
    padding: 44px 36px 38px;
  }

  .nf-storefront-v2 .nf-home-hero h1 {
    max-width: 520px;
    font-size: clamp(41px, 9vw, 58px);
  }

  .nf-storefront-v2 .nf-home-hero__content > p {
    font-size: 15px;
  }

  .nf-storefront-v2 .nf-home-hero__gallery {
    height: 430px;
    padding: 9px;
  }

  .nf-storefront-v2 .nf-home-benefits {
    gap: 9px;
    margin-top: 12px;
  }

  .nf-storefront-v2 .nf-home-section {
    padding-top: 64px;
  }

  .nf-storefront-v2 .nf-section-heading {
    align-items: flex-start;
  }

  .nf-storefront-v2 .nf-home-categories__rail {
    display: flex;
    width: calc(100% + 28px);
    gap: 12px;
    overflow-x: auto;
    margin-left: -14px;
    padding: 0 14px 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .nf-storefront-v2 .nf-home-categories__rail::-webkit-scrollbar {
    display: none;
  }

  .nf-storefront-v2 .nf-category-card {
    width: 180px;
    flex: 0 0 180px;
    scroll-snap-align: start;
  }

  .nf-storefront-v2 .products:not(table) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nf-storefront-v2 .nf-home-promotion {
    min-height: 0;
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .nf-storefront-v2 .nf-home-promotion__content {
    padding: 48px;
  }

  .nf-storefront-v2 .nf-home-promotion__image {
    min-height: 380px;
  }

  .nf-storefront-v2 .nf-home-promotion__image::before {
    background: linear-gradient(180deg, rgba(8, 47, 82, 0.45), transparent 40%);
  }

  .nf-storefront-v2 .nf-home-confidence {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 40px;
  }

  .nf-storefront-v2 .nf-home-confidence__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nf-storefront-v2.single-product .product-gallery {
    padding-right: 15px;
  }

  .nf-storefront-v2.single-product .product-info {
    padding-left: 15px;
  }

  .nf-storefront-v2 .nf-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nf-storefront-v2 .nf-footer__brand {
    max-width: none;
    grid-column: 1 / 3;
  }
}

@media (max-width: 640px) {
  .nf-shell {
    width: min(calc(100% - 22px), var(--nf-shell));
  }

  .nf-storefront-v2 .nf-category-navigation {
    width: calc(100% + 22px);
    margin-left: -11px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .nf-storefront-v2 #header .header-inner {
    width: calc(100% - 18px);
  }

  .nf-storefront-v2 #header #logo {
    width: min(58vw, 190px) !important;
    flex-basis: min(58vw, 190px);
  }

  .nf-storefront-v2 .nf-home-hero {
    border-radius: 20px;
  }

  .nf-storefront-v2.woocommerce-cart .woocommerce {
    padding-top: 24px;
    padding-bottom: 50px;
  }

  .nf-storefront-v2.woocommerce-cart .woocommerce-cart-form {
    padding-right: 13px;
    padding-left: 13px;
    border-radius: 18px;
  }

  .nf-storefront-v2.woocommerce-cart .woocommerce-cart-form .cart-wrapper {
    overflow: visible;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart {
    display: block;
    width: 100%;
    min-width: 0 !important;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart thead {
    display: none;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart tbody {
    display: block;
    width: 100%;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item {
    display: grid;
    width: 100%;
    padding: 17px 0;
    grid-template-areas:
      "remove thumbnail name"
      "remove thumbnail quantity";
    grid-template-columns: 27px 76px minmax(0, 1fr);
    column-gap: 11px;
    row-gap: 10px;
    border-bottom: 1px solid var(--nf-border);
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item td {
    display: block;
    width: auto;
    min-width: 0;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item td::before {
    display: none;
    content: none;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item .product-remove {
    grid-area: remove;
    align-self: start;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item .product-thumbnail {
    grid-area: thumbnail;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .product-thumbnail img {
    width: 76px;
    height: 92px;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item .product-name {
    grid-area: name;
    overflow-wrap: anywhere;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item .product-name > a {
    display: block;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item .product-quantity {
    display: flex;
    grid-area: quantity;
    align-items: center;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item .product-price,
  .nf-storefront-v2.woocommerce-cart .shop_table.cart .cart_item .product-subtotal {
    display: none;
  }

  .nf-storefront-v2.woocommerce-cart .cart-collaterals {
    margin-top: 18px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .nf-storefront-v2.woocommerce-cart .cart-sidebar {
    position: static;
  }

  .nf-storefront-v2.woocommerce-cart .cart_totals {
    padding: 20px 21px 23px;
    border-radius: 18px;
  }

  .nf-storefront-v2.woocommerce-cart .cart_totals > table:first-child thead th {
    font-size: 22px;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .actions {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart tbody > tr:last-child {
    display: block !important;
    width: 100% !important;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart tbody > tr:last-child .actions {
    width: 100% !important;
  }

  .nf-storefront-v2.woocommerce-cart .shop_table.cart .actions .button {
    width: 100% !important;
    max-width: none;
    margin: 0;
    text-align: center;
  }

  .nf-storefront-v2.woocommerce-cart .shipping-calculator-form select.select2-hidden-accessible {
    width: 1px !important;
    min-height: 1px;
  }

  .nf-storefront-v2.woocommerce-cart .shipping-calculator-form {
    display: block !important;
  }

  .nf-storefront-v2.woocommerce-cart .shipping-calculator-form .form-row {
    margin-bottom: 10px;
  }

  .nf-storefront-v2 .nf-home-hero__content {
    padding: 37px 23px 32px;
  }

  .nf-storefront-v2 .nf-home-hero h1 {
    margin: 14px 0 16px;
    font-size: 41px;
    line-height: 1.02;
  }

  .nf-storefront-v2 .nf-home-hero__content > p {
    font-size: 14px;
    line-height: 1.62;
  }

  .nf-storefront-v2 .nf-home-hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .nf-storefront-v2 .nf-button {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
  }

  .nf-storefront-v2 .nf-home-hero__proof {
    gap: 11px 16px;
    margin-top: 21px;
    font-size: 10px;
  }

  .nf-storefront-v2 .nf-home-hero__gallery {
    height: 340px;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 7px;
    padding: 7px;
  }

  .nf-storefront-v2 .nf-home-hero__tile {
    border-radius: 14px;
  }

  .nf-storefront-v2 .nf-home-hero__banner {
    border-radius: 14px;
  }

  .nf-storefront-v2 .nf-home-hero__tile-label {
    right: 11px;
    bottom: 10px;
    left: 11px;
  }

  .nf-storefront-v2 .nf-home-hero__tile-label strong {
    font-size: 10px;
  }

  .nf-storefront-v2 .nf-home-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nf-storefront-v2 .nf-home-benefits article {
    min-height: 92px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 9px;
    padding: 13px;
  }

  .nf-storefront-v2 .nf-home-benefits__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 10px;
  }

  .nf-storefront-v2 .nf-home-benefits__icon svg {
    width: 18px;
    height: 18px;
  }

  .nf-storefront-v2 .nf-home-benefits strong {
    font-size: 11px;
    white-space: normal;
  }

  .nf-storefront-v2 .nf-home-benefits p {
    display: none;
  }

  .nf-storefront-v2 .nf-home-section {
    padding-top: 55px;
  }

  .nf-storefront-v2 .nf-section-heading {
    margin-bottom: 22px;
  }

  .nf-storefront-v2 .nf-section-heading h2,
  .nf-storefront-v2 .nf-home-promotion h2,
  .nf-storefront-v2 .nf-home-confidence h2 {
    font-size: 32px;
  }

  .nf-storefront-v2 .nf-section-heading > a {
    display: none;
  }

  .nf-storefront-v2 .nf-category-card {
    width: 148px;
    flex-basis: 148px;
    border-radius: 17px;
  }

  .nf-storefront-v2 .nf-category-card__label {
    right: 7px;
    bottom: 7px;
    left: 7px;
    min-height: 53px;
    padding: 8px 10px;
    border-radius: 11px;
  }

  .nf-storefront-v2 .nf-category-card__label strong {
    font-size: 12px;
  }

  .nf-storefront-v2 .products:not(table) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .nf-storefront-v2 .product-small .box {
    border-radius: 13px !important;
  }

  .nf-storefront-v2 .product-small .box-text {
    min-height: 139px;
    padding: 12px 11px 14px !important;
  }

  .nf-storefront-v2 .product-small .title-wrapper {
    min-height: 40px;
  }

  .nf-storefront-v2 .product-small .product-title a {
    font-size: 11px !important;
    line-height: 1.42;
  }

  .nf-storefront-v2 .product-small .blitz-preco-principal {
    margin-bottom: 5px !important;
    font-size: 15px !important;
  }

  .nf-storefront-v2 .product-small .blitz-desconto {
    display: block !important;
    padding: 4px 5px !important;
    font-size: 8px !important;
  }

  .nf-storefront-v2 .product-small .price-wrapper > div {
    font-size: 9px !important;
  }

  .nf-storefront-v2 .nf-home-products__mobile-action {
    display: flex;
  }

  .nf-storefront-v2 .nf-home-promotion {
    margin-top: 58px;
    border-radius: 22px;
  }

  .nf-storefront-v2 .nf-home-promotion__content {
    padding: 38px 24px;
  }

  .nf-storefront-v2 .nf-home-promotion__image {
    min-height: 310px;
  }

  .nf-storefront-v2 .nf-home-confidence {
    gap: 27px;
    margin-top: 58px;
    margin-bottom: 58px;
    padding: 31px 20px;
    border-radius: 22px;
  }

  .nf-storefront-v2 .nf-home-confidence__items {
    grid-template-columns: 1fr;
  }

  .nf-storefront-v2 .nf-home-confidence__items article {
    display: grid;
    grid-template-columns: 36px 1fr;
    padding: 17px;
  }

  .nf-storefront-v2 .nf-home-confidence__items article > svg {
    grid-row: 1 / 3;
    width: 25px;
    height: 25px;
    margin: 2px 0 0;
  }

  .nf-storefront-v2 .nf-home-confidence__items strong {
    margin: 0 0 4px;
  }

  .nf-storefront-v2 .nf-home-confidence__items p {
    grid-column: 2;
  }

  .nf-storefront-v2 .shop-page-title {
    padding: 22px 0 16px;
  }

  .nf-storefront-v2 .category-page-title .page-title-inner {
    align-items: stretch;
    gap: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .nf-storefront-v2 .category-page-title .page-title-inner > .flex-col {
    width: 100%;
    text-align: left !important;
  }

  .nf-storefront-v2 .category-page-title h1.shop-page-title {
    font-size: 31px;
  }

  .nf-storefront-v2 .category-page-title .woocommerce-ordering,
  .nf-storefront-v2 .category-page-title .woocommerce-ordering select {
    width: 100%;
  }

  .nf-storefront-v2 .shop-container {
    padding-top: 22px;
  }

  .nf-storefront-v2.single-product .product-main {
    padding-top: 14px;
  }

  .nf-storefront-v2.single-product .product-gallery {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nf-storefront-v2.single-product .product-gallery .product-images,
  .nf-storefront-v2.single-product .product-gallery .flickity-viewport,
  .nf-storefront-v2.single-product .product-gallery .woocommerce-product-gallery__image img {
    border-radius: 14px;
  }

  .nf-storefront-v2.single-product .product-info {
    padding: 22px 15px 0;
  }

  .nf-storefront-v2.single-product .product-info .product-title {
    font-size: 31px;
  }

  .nf-storefront-v2.single-product .single_add_to_cart_button,
  .nf-storefront-v2.single-product button.single_add_to_cart_button,
  .nf-storefront-v2.single-product .product-info a.button.add_to_cart {
    width: 100%;
  }

  .nf-storefront-v2.single-product .product-footer .tabbed-content {
    border-radius: 15px;
  }

  .nf-storefront-v2.single-product .product-footer .nav-tabs {
    padding: 7px 10px 0;
  }

  .nf-storefront-v2.single-product .product-footer .tab-panels {
    padding: 20px;
    font-size: 13px;
  }

  .nf-storefront-v2.single-product .related-products-wrapper {
    padding: 45px 0 60px;
  }

  .nf-storefront-v2 .nf-operator-disclosure__inner {
    align-items: flex-start;
    gap: 13px;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .nf-storefront-v2 .nf-operator-disclosure__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
  }

  .nf-storefront-v2 .nf-operator-disclosure__icon svg {
    width: 22px;
    height: 22px;
  }

  .nf-storefront-v2 .nf-operator-disclosure p {
    font-size: 10px;
  }

  .nf-storefront-v2 .nf-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 22px;
    padding-top: 43px;
    padding-bottom: 38px;
  }

  .nf-storefront-v2 .nf-footer__brand {
    grid-column: 1 / 3;
  }

  .nf-storefront-v2 .nf-footer__logo-image {
    width: 205px;
  }

  .nf-storefront-v2 .nf-footer__column:last-child {
    grid-column: 1 / 3;
  }

  .nf-storefront-v2 .nf-footer__trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .nf-storefront-v2 .nf-footer__review {
    width: 100%;
    overflow: hidden;
  }

  .nf-storefront-v2 .nf-footer__bottom .nf-shell {
    min-height: 72px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
  }

  .nf-storefront-v2 .flatsome-cookies {
    right: 9px;
    bottom: 9px;
    left: 9px;
    width: auto;
    border-radius: 14px;
  }

  .nf-storefront-v2 .flatsome-cookies__inner {
    align-items: flex-start;
    gap: 9px;
    padding: 11px;
  }

  .nf-storefront-v2 .flatsome-cookies__text {
    font-size: 9px;
    line-height: 1.4;
  }

  .nf-storefront-v2 .flatsome-cookies__buttons {
    flex-direction: column;
  }

  .nf-storefront-v2 .flatsome-cookies .button {
    min-height: 31px;
    padding: 0 10px;
    font-size: 8px;
    line-height: 29px;
  }
}

@media (max-width: 849px) {
  .nf-storefront-v2.single-product #tab-reviews #reviews {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .nf-storefront-v2.single-product #tab-reviews .review-form-inner {
    position: static;
  }
}

@media (max-width: 640px) {
  .nf-storefront-v2 .product-small .nf-card-rating {
    gap: 4px;
    margin-top: 6px;
  }

  .nf-storefront-v2 .product-small .nf-card-rating .star-rating {
    font-size: 9.5px;
  }

  .nf-storefront-v2 .product-small .nf-card-rating__count {
    font-size: 8px;
  }

  .nf-storefront-v2.single-product #tab-reviews .woocommerce-Reviews-title {
    padding: 17px;
    border-radius: 13px;
  }

  .nf-storefront-v2.single-product .nf-reviews-title__label {
    margin-bottom: 9px;
    font-size: 15px;
  }

  .nf-storefront-v2.single-product .nf-reviews-title__summary {
    flex-wrap: wrap;
    gap: 8px;
  }

  .nf-storefront-v2.single-product .nf-reviews-title__summary > strong {
    font-size: 22px;
  }

  .nf-storefront-v2.single-product .nf-rating-stars {
    font-size: 13px;
  }

  .nf-storefront-v2.single-product #tab-reviews .comment_container.review-item {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    padding: 14px 12px;
    border-radius: 12px;
  }

  .nf-storefront-v2.single-product #tab-reviews .comment_container > .flex-col:first-child {
    width: 38px;
    min-width: 38px;
  }

  .nf-storefront-v2.single-product .nf-review-avatar {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .nf-storefront-v2.single-product #tab-reviews .woocommerce-review__published-date {
    white-space: normal;
  }

  .nf-storefront-v2.single-product #tab-reviews .review-form-inner {
    padding: 18px !important;
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nf-storefront-v2 *,
  .nf-storefront-v2 *::before,
  .nf-storefront-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
