/*
Theme Name: Wellfitnness Shop v3
Theme URI: https://valuepricedomain.online
Author: Wellfitnness
Description: Exact replica of shop.wellfitnness.com — v3 with announcement bar, trust icons, full footer
Version: 3.0
WC requires at least: 7.0
WC tested up to: 9.0
Text Domain: wellfitnness
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  line-height: 1.6;
  font-weight: 400;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ============================================================
   HEADER — exact match to original
   ============================================================ */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-logo a { display: flex; align-items: center; }
.site-logo img { height: 39px; width: auto; }
.site-logo .text-logo {
  font-size: 18px;
  font-weight: 800;
  color: #333;
  letter-spacing: -0.5px;
}

/* Desktop Nav */
.main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  align-items: center;
}
.main-nav ul li a {
  display: block;
  padding: 6px 10px;
  font-size: 12.5px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  transition: color 0.2s;
  text-transform: capitalize;
}
.main-nav ul li a:hover { color: #e65c00; }

/* Cart */
.header-cart a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #333;
  position: relative;
}
.header-cart .cart-count {
  background: #e65c00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -8px;
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #333;
  border-radius: 2px;
}

/* Mobile Nav */
.mobile-nav {
  display: none;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 8px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-nav.open {
  display: block;
  max-height: 400px;
}
.mobile-nav ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
}
.mobile-nav ul li a:hover { color: #e65c00; background: #fafafa; }

/* ============================================================
   AD BANNER — below header, same as original
   ============================================================ */
.ad-top-banner {
  text-align: center;
  padding: 8px 16px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ad-placeholder {
  background: #f0f0f0;
  border: 1px dashed #ccc;
  color: #999;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 3px;
}
.ad-placeholder.leaderboard { width: 100%; max-width: 728px; height: 90px; }
.ad-placeholder.rectangle   { width: 300px; height: 250px; }
.ad-placeholder.mobile-banner { width: 320px; height: 50px; }

/* ============================================================
   HOMEPAGE — HERO BANNER (big full-width image like original)
   ============================================================ */
.hero-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5ede0;
  max-height: 520px;
}
.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  max-height: 520px;
}
/* If no image uploaded, show styled placeholder */
.hero-banner-placeholder {
  background: linear-gradient(135deg, #f9ede0 0%, #fdf6ee 100%);
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 40px 20px;
}
.hero-banner-placeholder h2 {
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 800;
  color: #222;
  line-height: 1.2;
}
.hero-banner-placeholder p { font-size: 16px; color: #666; }
.hero-banner-placeholder a {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 12px 32px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  transition: background 0.2s;
}
.hero-banner-placeholder a:hover { background: #e65c00; }

/* ============================================================
   SECTION WRAPPER
   ============================================================ */
.section-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.section-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 28px;
}

/* ============================================================
   SHOP BY CATEGORY — 4 column grid, portrait cards
   ============================================================ */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cat-card {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #f5f5f5;
  cursor: pointer;
}
.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.cat-card:hover img { transform: scale(1.05); }
.cat-card-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 12px 12px;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   MID AD — between sections
   ============================================================ */
.ad-mid {
  text-align: center;
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

/* ============================================================
   COLLECTIONS / PRODUCTS GRID — matches original exactly
   ============================================================ */
.collections-section { background: #fff; }
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
.product-card-img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #f8f8f8;
  display: block;
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-card-body {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product-card-title {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-price {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.product-card-price del {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}
.product-card-price ins {
  text-decoration: none;
  color: #333;
}
.product-card .add-to-cart-btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #333;
  border: 1.5px solid #333;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  margin-top: auto;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.3px;
}
.product-card .add-to-cart-btn:hover {
  background: #333;
  color: #fff;
}

/* ============================================================
   FOOTER — exact match to original
   ============================================================ */
.site-footer {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 40px 20px 0;
  margin-top: 0;
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.footer-brand .footer-logo { margin-bottom: 12px; }
.footer-brand .footer-logo img { height: 36px; }
.footer-brand p { font-size: 13px; color: #777; line-height: 1.7; }

.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-col ul li { margin-bottom: 7px; }
.footer-col ul li a { font-size: 13px; color: #555; transition: color 0.2s; }
.footer-col ul li a:hover { color: #e65c00; }

/* Footer Ad Strip */
.footer-ad-strip {
  text-align: center;
  padding: 12px 16px;
  background: #fafafa;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

/* Footer Bottom */
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  font-size: 12px;
  color: #999;
  text-align: center;
}

/* ============================================================
   SHOP / CATEGORY PAGES — sidebar layout
   ============================================================ */
.shop-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}
.shop-sidebar { position: sticky; top: 80px; }
.sidebar-section {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 20px;
  background: #fff;
}
.sidebar-section h3 {
  font-size: 13px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.sidebar-section ul li a {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #f5f5f5;
  transition: color 0.2s, padding-left 0.2s;
}
.sidebar-section ul li a:hover { color: #e65c00; padding-left: 4px; }
.sidebar-section ul li.current-cat a { color: #e65c00; font-weight: 600; }

.sidebar-ad { margin-bottom: 20px; text-align: center; }

.shop-main-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce-result-count { font-size: 13px; color: #888; }
.woocommerce-ordering select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 13px;
  color: #333;
  outline: none;
  background: #fff;
}

/* ============================================================
   SINGLE PRODUCT PAGE
   ============================================================ */
.single-product-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.product-images .main-product-img {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #f8f8f8;
}
.product-images .main-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.product-gallery-thumbs img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.product-gallery-thumbs img:hover { border-color: #e65c00; }

.product-summary h1 { font-size: 22px; font-weight: 700; color: #222; margin-bottom: 10px; }
.product-price-wrap {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
}
.product-price-wrap del { font-size: 16px; color: #aaa; font-weight: 400; margin-right: 6px; }
.product-short-desc { font-size: 13px; color: #666; line-height: 1.8; margin-bottom: 20px; }

.woocommerce-variation-add-to-cart .button,
.single_add_to_cart_button {
  background: #222 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 28px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  width: 100% !important;
  margin-top: 12px !important;
}
.single_add_to_cart_button:hover { background: #e65c00 !important; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb-wrap {
  background: #fafafa;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
  font-size: 12px;
  color: #999;
}
.breadcrumb-inner { max-width: 1200px; margin: 0 auto; }
.breadcrumb-inner a { color: #999; }
.breadcrumb-inner a:hover { color: #e65c00; }
.breadcrumb-inner span { color: #333; }

/* ============================================================
   ABOUT / POLICY / CONTACT PAGES
   ============================================================ */
.content-page-wrap { max-width: 860px; margin: 0 auto; padding: 44px 20px; }
.content-page-wrap h1 { font-size: 28px; font-weight: 800; color: #222; margin-bottom: 6px; }
.content-page-wrap h2 { font-size: 20px; font-weight: 700; color: #e65c00; margin-bottom: 18px; }
.content-page-wrap h3 { font-size: 16px; font-weight: 700; color: #222; margin: 20px 0 8px; }
.content-page-wrap p { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 12px; }
.content-page-wrap ul { padding-left: 20px; margin-bottom: 12px; }
.content-page-wrap ul li { font-size: 14px; color: #555; line-height: 1.9; list-style: disc; }
.content-page-wrap hr { border: none; border-top: 1px solid #eee; margin: 24px 0; }
.content-page-wrap strong { color: #333; }

/* About trust icons */
.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
  text-align: center;
}
.trust-item { padding: 20px 12px; background: #fafafa; border-radius: 8px; }
.trust-item .trust-icon { font-size: 40px; margin-bottom: 10px; display: block; }
.trust-item h5 { font-size: 13px; font-weight: 700; color: #222; margin-bottom: 6px; }
.trust-item p { font-size: 12px; color: #888; margin: 0; }

/* Contact form */
.contact-form-wrap { margin-top: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.form-field label { font-size: 12px; font-weight: 600; color: #444; text-transform: uppercase; letter-spacing: 0.3px; }
.form-field input, .form-field textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13px;
  color: #333;
  outline: none;
  font-family: inherit;
  transition: border-color 0.2s;
}
.form-field input:focus, .form-field textarea:focus { border-color: #333; }
.form-field textarea { height: 120px; resize: vertical; }
.form-submit {
  background: #222;
  color: #fff;
  border: none;
  padding: 11px 36px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.form-submit:hover { background: #e65c00; }

/* ============================================================
   WOOCOMMERCE GLOBAL OVERRIDES
   ============================================================ */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: #222 !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 9px 18px !important;
  transition: background 0.2s !important;
  border: none !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover { background: #e65c00 !important; }
.woocommerce span.price,
.woocommerce ins { color: #333 !important; font-weight: 700 !important; }
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}
.woocommerce ul.products li.product { border: 1px solid #f0f0f0 !important; border-radius: 6px !important; padding: 0 !important; }
.woocommerce-page .woocommerce-breadcrumb { font-size: 12px; color: #999; }
.woocommerce-notices-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============================================================
   PAGINATION
   ============================================================ */
.woocommerce nav.woocommerce-pagination ul {
  display: flex !important;
  gap: 6px !important;
  justify-content: center !important;
  margin-top: 28px !important;
  grid-template-columns: unset !important;
}
.woocommerce nav.woocommerce-pagination ul li { border: none !important; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  color: #333 !important;
  background: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #222 !important;
  color: #fff !important;
  border-color: #222 !important;
}

/* ============================================================
   RESPONSIVE — TABLET (1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .category-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
  .shop-wrap { grid-template-columns: 1fr; }
  .shop-sidebar { position: static; }
  .single-product-wrap { grid-template-columns: 1fr; gap: 28px; }
  .about-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}

/* ============================================================
   RESPONSIVE — MOBILE (768px)
   ============================================================ */
@media (max-width: 768px) {
  .main-nav { display: none; }
  .hamburger { display: flex; }

  .header-inner { padding: 10px 14px; }
  .site-logo img { height: 32px; }

  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  .footer-inner { grid-template-columns: 1fr; gap: 20px; }
  .about-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }

  .section-wrap { padding: 28px 14px; }
  .section-title { font-size: 18px; }

  .hero-banner { max-height: 280px; }
  .hero-banner img { max-height: 280px; }

  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }

  .ad-placeholder.leaderboard { max-width: 100%; height: 50px; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE (480px)
   ============================================================ */
@media (max-width: 480px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-card-title { font-size: 12px; }
  .product-card-price { font-size: 13px; }
  .product-card-body { padding: 8px; }
  .about-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .single-product-wrap { padding: 20px 14px; }
  .content-page-wrap { padding: 28px 14px; }
  .woocommerce ul.products { gap: 8px !important; }
}

/* ============================================================
   ANNOUNCEMENT BAR — top strip matching reference site
   ============================================================ */
.announcement-bar {
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 16px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .announcement-bar { font-size: 11px; white-space: normal; line-height: 1.5; }
}

/* ============================================================
   VIEW ALL BUTTON
   ============================================================ */
.view-all-btn {
  display: inline-block;
  background: #fff;
  color: #333;
  border: 1.5px solid #333;
  padding: 10px 28px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
  letter-spacing: 0.3px;
}
.view-all-btn:hover { background: #333; color: #fff; }

/* ============================================================
   TRUST SECTION background
   ============================================================ */
.trust-section { background: #fafafa; }

/* ============================================================
   FOOTER — 3 column grid fix (brand + shop + policy)
   ============================================================ */
.footer-inner {
  grid-template-columns: 1.5fr 1fr 1fr !important;
}
@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr !important; }
  .announcement-bar { display: none; }
}

/* ============================================================
   ROBOTO FONT — exact weights matching reference site
   ============================================================ */

/* Headings — Roboto 700/800 */
h1, h2, h3, h4, h5, h6,
.section-title,
.shop-main-title,
.product-summary h1,
.content-page-wrap h1,
.content-page-wrap h2,
.content-page-wrap h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* Nav links — Roboto 500 */
.main-nav ul li a,
.mobile-nav ul li a,
.footer-col h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/* Product title — Roboto 600 */
.product-card-title,
.site-logo .text-logo {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

/* Price — Roboto 700 */
.product-card-price,
.product-price-wrap {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* Buttons — Roboto 600 */
.add-to-cart-btn,
.view-all-btn,
.form-submit,
.single_add_to_cart_button,
.woocommerce a.button,
.woocommerce button.button {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
}

/* Category labels — Roboto 700 uppercase */
.cat-card-label {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* Footer links + body text — Roboto 400 */
.footer-brand p,
.footer-col ul li a,
.footer-bottom,
.product-short-desc,
.woocommerce-result-count {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* Announcement bar — Roboto 500 */
.announcement-bar {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/* Trust section */
.trust-item h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.trust-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
