/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

@import url("assets/source-clone.css");

/*************** ADD CUSTOM CSS HERE.   ***************/

/* 展示站模式：隐藏购物车与交易入口，保留产品内容展示 */
.header-cart-link,
.cart-item,
.widget_shopping_cart,
.widget_shopping_cart_content,
.add_to_cart_button,
.single_add_to_cart_button,
.woocommerce-mini-cart,
.woocommerce-mini-cart__buttons,
.product_meta,
.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering,
.price,
.price-wrapper,
.badge-container {
  display: none !important;
}

/* 当前阶段先隐藏父主题默认底栏，保留源站主 footer 视觉 */
.absolute-footer,
.payment-icons,
.copyright-footer {
  display: none !important;
}

/* 头部继续向源站对齐：压缩 logo 高度，并给右侧搜索位腾出空间 */
#header #logo {
  width: auto !important;
  min-width: 97px;
}

#header #logo a {
  display: inline-flex;
  align-items: center;
  min-height: 90px;
}

#header #logo img.header_logo,
#header #logo img.header-logo,
#header #logo img.header-logo-dark {
  width: auto !important;
  max-width: none !important;
  height: 59px !important;
  max-height: 59px !important;
}

/* 源站 icon font 在当前站有编码/字体不一致问题，改成纯 CSS/SVG 兜底 */
#header .header-nav-main.nav-right > li.header-search {
  margin-left: 18px !important;
}

.fd-search-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  line-height: 1 !important;
  flex: 0 0 18px !important;
}

.fd-search-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  vertical-align: middle;
  color: rgba(102, 102, 102, 0.85);
}

.fd-search-icon svg {
  display: block !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  overflow: visible !important;
  flex: 0 0 18px !important;
}

#menu-item-66 > a {
  gap: 6px;
}

.fd-chevron {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 10px !important;
  min-width: 10px !important;
  height: 6px !important;
  margin: 0 !important;
  vertical-align: middle;
  flex: 0 0 10px !important;
}

.fd-chevron svg {
  display: block !important;
  width: 10px !important;
  min-width: 10px !important;
  height: 6px !important;
  overflow: visible !important;
  flex: 0 0 10px !important;
}


/* 源站模板片段直接落地后，不再依赖父主题懒加载补 class，背景层强制可见 */
.home #main .bg,
.home #main .section-bg,
.page-template-page-source-clone #main .bg,
.page-template-page-source-clone #main .section-bg,
.blog #main .bg,
.blog #main .section-bg,
footer .bg,
footer .section-bg {
  opacity: 1 !important;
}


.fd-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  height: 1.1em;
}

.fd-social-link svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* 用自定义浮动按钮替换当前插件的空号码版本，视觉贴近源站右下角 WhatsApp。 */
#ht-ctc-chat,
.ht_ctc_chat_greetings_box,
.ht_ctc_chat_greetings_box_layout {
  display: none !important;
}

.fd-floating-contact {
  position: fixed;
  right: 30px;
  bottom: 10%;
  z-index: 99999999;
}

.fd-floating-contact__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
}

.fd-floating-contact .ctc_cta {
  display: none !important;
}

.fd-floating-contact .ht_ctc_padding {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #044387;
  padding: 14px;
  border-radius: 50%;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.fd-floating-contact .ht_ctc_padding svg {
  display: block;
  width: 40px;
  height: 40px;
}

.fd-floating-contact:hover .ht_ctc_padding,
.fd-floating-contact:focus-within .ht_ctc_padding {
  background-color: #044387 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(4, 67, 135, 0.32);
}

.fd-contact-notice {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.fd-contact-notice--success {
  background: rgba(37, 211, 102, 0.12);
  color: #126a37;
  border: 1px solid rgba(37, 211, 102, 0.28);
}

.fd-contact-notice--error {
  background: rgba(237, 72, 9, 0.1);
  color: #a43d0a;
  border: 1px solid rgba(237, 72, 9, 0.22);
}

/* Video 页面不再依赖 feeds-for-youtube 插件前端运行时，改成静态卡片网格。 */
.fd-video-page {
  padding-top: 48px !important;
  padding-bottom: 64px !important;
}

.fd-video-page .section-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}

.fd-video-page__intro {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-bottom: 34px;
}

.fd-video-page__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(19, 36, 68, 0.14);
  background: #f3f6fb;
}

.fd-video-page__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.fd-video-page__eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #044387;
}

.fd-video-page__title {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  color: #243b63;
}

.fd-video-page__desc {
  margin: 0;
  max-width: 980px;
  font-size: 16px;
  line-height: 1.8;
  color: #5b6b85;
}

.fd-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.fd-video-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-decoration: none !important;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(35, 58, 98, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fd-video-card:hover,
.fd-video-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(35, 58, 98, 0.16);
}

.fd-video-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, #0d2d57 0%, #203b63 100%);
  overflow: hidden;
}

.fd-video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fd-video-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 23, 45, 0.04) 0%, rgba(8, 23, 45, 0.18) 100%);
}

.fd-video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 74px;
  height: 74px;
  margin-left: -37px;
  margin-top: -37px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.fd-video-card__play::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #044387;
}

.fd-video-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 22px;
}

.fd-video-card__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  color: #243b63;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fd-video-card__meta {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #044387;
}

.fd-video-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.fd-video-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.fd-video-page__btn:hover,
.fd-video-page__btn:focus-visible {
  transform: translateY(-2px);
}

.fd-video-page__btn--primary {
  background: #263a5b;
  color: #fff;
  box-shadow: 0 14px 30px rgba(38, 58, 91, 0.18);
}

.fd-video-page__btn--secondary {
  background: #0a66c2;
  color: #fff;
  box-shadow: 0 14px 30px rgba(10, 102, 194, 0.22);
}

/* #top 返回顶部按钮仍依赖旧 icon font，改成稳定的纯 CSS 箭头。 */
#top-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
}

#top-link i.icon-angle-up {
  display: none !important;
}

#top-link::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg) translateY(2px);
  transform-origin: center;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .fd-video-page {
    padding-top: 28px !important;
    padding-bottom: 40px !important;
  }

  .fd-video-page__intro {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }

  .fd-video-page__avatar {
    width: 72px;
    height: 72px;
  }

  .fd-video-page__title {
    font-size: 30px;
  }

  .fd-video-page__desc {
    font-size: 15px;
    line-height: 1.7;
  }

  .fd-video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .fd-video-card__body {
    padding: 16px 16px 18px;
  }

  .fd-video-card__title {
    font-size: 18px;
  }

  .fd-video-page__actions {
    margin-top: 24px;
  }

  .fd-video-page__btn {
    width: 100%;
  }

  .fd-floating-contact {
    right: 18px;
    bottom: 18px;
  }

  .fd-floating-contact .ht_ctc_padding {
    padding: 12px;
  }

  .fd-floating-contact .ht_ctc_padding svg {
    width: 34px;
    height: 34px;
  }
}

/* Product category archive：替换默认 Woo/Flatsome 归档视觉，保留真实商品循环。 */
.tax-product_cat .shop-page-title.category-page-title,
.tax-product_tag .shop-page-title.category-page-title,
.post-type-archive-product .shop-page-title.category-page-title {
  display: none !important;
}

.fd-product-archive {
  --fd-blue: #044387;
  --fd-navy: #243b63;
  --fd-ink: #1d2f4e;
  --fd-muted: #687891;
  --fd-line: #e6edf6;
  --fd-soft: #f5f8fc;
  --fd-orange: #ffb000;
  background: linear-gradient(180deg, #f8fbff 0%, #fff 360px);
  padding: 0 0 56px;
}

.fd-product-hero {
  position: relative;
  min-height: 326px;
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(110deg, rgba(4, 31, 71, 0.92) 0%, rgba(4, 67, 135, 0.82) 48%, rgba(4, 67, 135, 0.14) 100%),
    var(--fd-archive-hero, linear-gradient(135deg, #044387, #203b63));
  background-position: center;
  background-size: cover;
}

.fd-product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 100%);
  background-size: auto, 28px 28px;
  mix-blend-mode: screen;
  opacity: 0.55;
}

.fd-product-hero__overlay {
  position: absolute;
  inset: auto 0 0 0;
  height: 92px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.fd-product-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1170px;
  margin: 0 auto;
  padding: 68px 15px 72px;
  color: #fff;
}

.fd-product-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fd-product-hero__eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--fd-orange);
}

.fd-product-hero__title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
}

.fd-product-hero__desc {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.74;
}

.fd-product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.fd-product-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 25px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.fd-product-hero__btn:hover,
.fd-product-hero__btn:focus-visible {
  transform: translateY(-2px);
}

.fd-product-hero__btn--primary {
  background: var(--fd-orange);
  color: #11233e;
  box-shadow: 0 18px 36px rgba(255, 176, 0, 0.24);
}

.fd-product-hero__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  backdrop-filter: blur(8px);
}

.fd-product-layout.row {
  max-width: 1170px;
  margin: 46px auto 0;
  padding-left: 0;
  padding-right: 0;
}

.fd-product-sidebar.col,
.fd-product-main.col {
  padding-bottom: 0;
}

.fd-product-sidebar-card {
  margin-bottom: 24px;
  border: 1px solid var(--fd-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(36, 59, 99, 0.07);
}

.fd-product-sidebar-card h2 {
  margin: 0;
  padding: 21px 22px 8px;
  color: var(--fd-navy);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.fd-product-sidebar-card .is-divider {
  margin: 0 22px 14px;
  background-color: var(--fd-orange);
  height: 3px;
  max-width: 42px;
}

.fd-product-cat-tree,
.fd-product-cat-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fd-product-cat-tree--depth-0 {
  padding: 0 0 12px;
}

.fd-product-cat-tree--depth-1 {
  margin: -4px 0 8px 13px;
  padding-left: 13px;
  border-left: 1px solid #e9eff7;
}

.fd-product-cat-tree__item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 22px;
  color: #4c5c75;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  transition: color 0.18s ease, background-color 0.18s ease, padding-left 0.18s ease;
}

.fd-product-cat-tree--depth-1 .fd-product-cat-tree__item > a {
  min-height: 31px;
  padding: 6px 18px 6px 8px;
  color: #6a7890;
  font-size: 13px;
  font-weight: 600;
}

.fd-product-cat-tree__item > a:hover,
.fd-product-cat-tree__item.is-current > a {
  color: var(--fd-blue);
  background: #f1f6ff;
  padding-left: 27px;
}

.fd-product-cat-tree--depth-1 .fd-product-cat-tree__item > a:hover,
.fd-product-cat-tree--depth-1 .fd-product-cat-tree__item.is-current > a {
  padding-left: 13px;
}

.fd-product-cat-tree__item em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #edf3fb;
  color: #70819b;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.fd-product-cat-tree__item.is-current > a em,
.fd-product-cat-tree__item > a:hover em {
  background: var(--fd-blue);
  color: #fff;
}

.fd-product-sidebar-card__hint {
  margin: 0 22px 14px;
  color: #66768f;
  font-size: 14px;
  line-height: 1.65;
}

.fd-quote-form {
  display: grid;
  gap: 10px;
  padding: 0 22px 24px;
}

.fd-quote-form input,
.fd-quote-form textarea {
  width: 100%;
  margin: 0 !important;
  border: 1px solid #dce5f0 !important;
  border-radius: 2px !important;
  background: #f8fbff !important;
  box-shadow: none !important;
  color: #1d2f4e;
  font-size: 14px;
}

.fd-quote-form input {
  height: 42px;
}

.fd-quote-form textarea {
  min-height: 112px;
  resize: vertical;
}

.fd-quote-form input:focus,
.fd-quote-form textarea:focus {
  border-color: var(--fd-blue) !important;
  background: #fff !important;
}

.fd-quote-form button {
  min-height: 44px;
  margin: 4px 0 0 !important;
  border: 0;
  border-radius: 2px;
  background: var(--fd-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.fd-product-sidebar-card--contact {
  padding: 24px 22px;
  background: linear-gradient(135deg, #043a78 0%, #0a66c2 100%);
  color: #fff;
}

.fd-product-sidebar-card--contact span {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fd-product-sidebar-card--contact strong {
  display: block;
  margin-bottom: 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.28;
}

.fd-product-sidebar-card--contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 2px;
  background: #fff;
  color: var(--fd-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fd-product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border: 1px solid var(--fd-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(36, 59, 99, 0.06);
}

.fd-product-toolbar__copy {
  display: grid;
  gap: 4px;
}

.fd-product-toolbar__label {
  color: var(--fd-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fd-product-toolbar__copy strong {
  color: var(--fd-ink);
  font-size: 18px;
  line-height: 1.35;
}

.fd-product-toolbar__quote {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 2px;
  background: var(--fd-orange);
  color: #1d2f4e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.fd-product-main .woocommerce-notices-wrapper:empty {
  display: none;
}

.fd-product-main .products.row {
  align-items: stretch;
}

.fd-product-main .products.row > .product-small.col {
  display: flex;
  padding-bottom: 28px;
}

.fd-product-main .products.row > .product-small.col > .col-inner {
  display: flex;
  width: 100%;
}

.fd-product-main .col-inner > .product-small.box {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--fd-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(36, 59, 99, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.fd-product-main .col-inner:hover > .product-small.box {
  transform: translateY(-4px);
  border-color: rgba(4, 67, 135, 0.28);
  box-shadow: 0 24px 56px rgba(36, 59, 99, 0.13);
}

.fd-product-main .product-small.box .box-image {
  overflow: hidden;
  background: linear-gradient(180deg, #f2f6fb 0%, #ffffff 100%);
}

.fd-product-main .product-small.box .box-image > div:first-child {
  aspect-ratio: 4 / 3;
  width: 100%;
}

.fd-product-main .product-small.box .box-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.36s ease;
}

.fd-product-main .col-inner:hover .box-image img {
  transform: scale(1.045);
}

.fd-product-main .product-small.box .box-text-products,
.fd-product-main .product-small.box .box-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 20px;
  text-align: left;
}

.fd-product-main .product-title,
.fd-product-main .woocommerce-loop-product__title {
  margin: 0 !important;
  color: var(--fd-ink);
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

.fd-product-main .product-title a,
.fd-product-main .woocommerce-loop-product__title a {
  color: inherit !important;
  text-decoration: none !important;
}

.fd-product-main .product-title a:hover,
.fd-product-main .woocommerce-loop-product__title a:hover {
  color: var(--fd-blue) !important;
}

.fd-product-card-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--fd-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fd-product-card-cta span {
  color: #8190a5;
}

.fd-product-card-cta strong {
  position: relative;
  padding-right: 18px;
  color: var(--fd-blue);
  font-size: 12px;
}

.fd-product-card-cta strong::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.fd-product-main nav.woocommerce-pagination,
.fd-product-main .woocommerce-pagination {
  margin-top: 8px;
}

.fd-product-main nav.woocommerce-pagination ul.page-numbers,
.fd-product-main ul.page-numbers.nav-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.fd-product-main nav.woocommerce-pagination ul.page-numbers li,
.fd-product-main ul.page-numbers.nav-pagination li {
  border: 0;
}

.fd-product-main .page-numbers .page-numbers,
.fd-product-main .page-number,
.fd-product-main nav.woocommerce-pagination a.page-numbers,
.fd-product-main nav.woocommerce-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border: 1px solid #dce5f0;
  border-radius: 2px;
  background: #fff;
  color: #4d6079;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.fd-product-main .page-numbers .current,
.fd-product-main nav.woocommerce-pagination span.current {
  border-color: var(--fd-blue);
  background: var(--fd-blue);
  color: #fff;
}

@media only screen and (max-width: 849px) {
  .fd-product-hero__inner {
    padding: 48px 20px 54px;
  }

  .fd-product-hero__desc {
    font-size: 16px;
  }

  .fd-product-layout.row {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fd-product-sidebar.col,
  .fd-product-main.col {
    padding-left: 0;
    padding-right: 0;
  }

  .fd-product-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .fd-product-toolbar__quote {
    width: 100%;
  }
}

@media only screen and (max-width: 549px) {
  .fd-product-hero {
    min-height: 280px;
  }

  .fd-product-hero__title {
    font-size: 34px;
  }

  .fd-product-hero__actions,
  .fd-product-hero__btn {
    width: 100%;
  }

  .fd-product-cat-tree--depth-1 {
    display: none;
  }

  .fd-product-main .products.row > .product-small.col {
    padding-bottom: 18px;
  }

  .fd-product-main .product-title,
  .fd-product-main .woocommerce-loop-product__title {
    font-size: 15px !important;
  }

  .fd-product-card-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
