/*
Theme Name: qqbingli
Theme URI: https://example.com/qqbingli
Author: Codex
Author URI: https://example.com
Description: Custom WordPress theme for the qqbingli site.
Version: 1.0.1
Text Domain: qqbingli
*/

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
  background: #fff;
}

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

a {
  color: inherit;
}

.fix::after {
  content: '';
  display: table;
  clear: both;
}

.dn,
[hidden] {
  display: none !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: #fff;
  color: #111;
}

.search-form {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}

.search-form label {
  flex: 1 1 auto;
}

.search-field,
.search-submit {
  font: inherit;
}

.search-field {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid #d0d0d0;
}

.search-submit {
  padding: 0.625rem 1rem;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-section {
  padding: 4rem 0 3rem;
  border-bottom: 1px solid #e5e5e5;
}

.section-eyebrow {
  margin: 0 0 0.75rem;
  color: #666;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.hero-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
}

.hero-text,
.archive-description {
  max-width: 44rem;
  margin: 1rem 0 0;
  color: #555;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.button-primary,
.button-secondary,
.text-link {
  text-decoration: none;
}

.button-primary,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #111;
}

.button-primary {
  background: #111;
  color: #fff;
}

.button-secondary {
  background: #fff;
  color: #111;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1rem;
  padding: 2rem 0;
}

.feature-item {
  padding: 1.25rem;
  border: 1px solid #e5e5e5;
}

.section-title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
}

.front-content,
.archive-header,
.comments-area {
  padding-top: 2rem;
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.site-branding {
  flex: 1 1 16rem;
}

.site-navigation {
  margin-top: 0;
}

.site-navigation .menu {
  justify-content: flex-end;
}

.site-navigation a {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 0.25rem;
}

.text-link {
  color: #111;
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 2rem;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #d0d0d0;
  text-decoration: none;
}

.page-numbers.current {
  border-color: #111;
  background: #111;
  color: #fff;
}

.comment-list {
  padding-left: 1.25rem;
}

.comment-list .comment {
  margin-bottom: 1.5rem;
}

.comment-meta,
.comment-metadata,
.comment-awaiting-moderation,
.comments-closed {
  color: #666;
}

.comment-respond {
  margin-top: 2rem;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 0.625rem 0.75rem;
  border: 1px solid #d0d0d0;
  font: inherit;
}

.comment-form textarea {
  min-height: 10rem;
  resize: vertical;
}

.comment-form .submit {
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.large-pc {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
}

.site-theme-header {
  color: #fff;
  background: rgb(0, 8, 20);
}

#header .header-desktop {
  display: block;
}

#header .header-mobile {
  display: none;
}

#header .header-wrapper {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

#header .l,
#header .r {
  float: left;
}

#header .l {
  width: 172px;
  padding: 15px 0;
}

#header .r {
  width: calc(100% - 172px);
}

#header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

#header .nav-layer {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .nav-item-layer,
#header .nav-icon-layer {
  display: flex;
  align-items: center;
}

#header .nav-item {
  position: relative;
}

#header .nav-item.product-nav {
  position: static;
}

#header .nav-text,
#header .search-item,
#header .account-item,
#header .manage-item,
#header .country-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 16px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0;
  transition: color 0.22s ease, background-color 0.22s ease;
}

#header .nav-text {
  gap: 8px;
}

#header .nav-item.product-nav > .nav-text {
  position: relative;
  z-index: 2;
}


#header .nav-item:hover > .nav-text,
#header .nav-item:focus-within > .nav-text,
#header .nav-item.is-open > .nav-text,
#header .nav-icon:hover > a,
#header .nav-icon:focus-within > a {
  color: #ffffff;
  background: transparent;
}


/* #header .dropdown-mod::after,
#header .mobile-nav-chevron::before {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
} */

#header .dropdown-mod::after {
  margin-top: -4px;
  transition: transform 0.22s ease, margin 0.22s ease;
}

#header .nav-item.is-open > .dropdown-mod::after,
#header .nav-item:hover > .dropdown-mod::after,
#header .nav-item:focus-within > .dropdown-mod::after {
  margin-top: 2px;
  transform: rotate(225deg);
}

#header .nav-item:hover > .nav-dropdown,
#header .nav-item:focus-within > .nav-dropdown,
#header .nav-item.is-open > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#header .nav-dropdown-default {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 220px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
  z-index: 20;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -10px);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0s linear 0.42s;
}

 #header .nav-dropdown-default a {
   display: block;
   padding: 11px 20px;
   color: #111827;
   text-decoration: none;
 }

#header .nav-dropdown-default a:hover,
#header .nav-dropdown-default a:focus-visible {
  background: #f3f6fb;
  color: #155eef;
}

#header .product-mega-dropdown {
  position: absolute;
  inset: 100% 0 auto 0;
  z-index: 50;
  width: 100%;
  padding: 0;
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 56px rgba(15, 23, 42, 0.18);
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-18px);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0s linear 0.42s;
}

#header .product-mega-menu {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 288px minmax(0, 1fr);
  column-gap: 56px;
  min-height: 520px;
  padding: 28px 0 36px;
  background: #fff;
}

#header .product-mega-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 2px 0 0;
}

#header .product-mega-search {
  position: relative;
}
#header .search-down:not([hidden]),
#header .search-down:not([hidden]) .search-mod {
  display: block !important;
}



 #header .product-mega-sidebar .product-mega-search .product-mega-search-input {
   width: 100%;
   height: 48px;
   padding: 0 20px;
   border: 0;
   border-radius: 0;
   background: #e5efff;
   color: #0f172a;
   font: inherit;
   font-size: 14px;
   font-weight: 500;
 }

#header .product-mega-sidebar .product-mega-search .product-mega-search-input::placeholder {
  color: #000;
  opacity: 1;
}

#header .product-mega-overview-link,
#header .product-mega-section-link,
#header .product-mega-card-link,
#header .product-mega-mobile-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  text-decoration: none;
}

#header .product-mega-overview-wrap {
  margin-top: auto;
  padding-top: 20px;
}

#header .product-mega-overview-link,
#header .product-mega-mobile-all-link {
  width: 180px;
  height: 54px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 28px;
  background: #146cff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

#header .product-mega-overview-link:hover,
#header .product-mega-overview-link:focus-visible,
#header .product-mega-overview-link.all-product-btn:hover,
#header .product-mega-overview-link.all-product-btn:focus-visible {
  width: 180px;
  height: 54px;
  min-height: 54px;
  transform: none;
}


#header .product-mega-overview-link-inner,
#header .product-mega-category-link-inner {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#header .product-mega-overview-link:hover{text-decoration:underline}
#header .product-mega-overview-link::after,
#header .product-mega-section-link::after,
#header .product-mega-card-link::after,
#header .product-mega-mobile-all-link::after {
  content: none;
}

#header .product-mega-overview-icon,
#header .product-mega-category-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

#header .product-mega-overview-icon::before,
#header .product-mega-category-icon::before,
#header .product-mega-section-link::after,
#header .product-mega-card-link::after,
#header .product-mega-mobile-all-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}

#header .product-mega-section-link::after,
#header .product-mega-card-link::after,
#header .product-mega-mobile-all-link::after {
  position: static;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

#header .product-mega-categories-panel {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  gap: 12px;
}

#header .product-mega-categories,
#header .product-mega-grid,
#header .product-mega-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .product-mega-categories {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#header .product-mega-category {
  display: block;
}

#header .product-mega-category.is-hidden {
  display: none;
}

#header .product-mega-category-link {
  display: block;
  padding: 20px !important;
  color: #0f172a;
  text-decoration: none;
}

 #header .product-mega-category-link-inner {
   min-height: 46px;
   border-radius: 12px;
   line-height: normal;
  transition: background-color 0.2s ease, color 0.2s ease;
}

#header .product-mega-category-text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  flex: 1;
  text-align: left;
  line-height: 1.35;
}

#header .product-mega-category-icon {
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#header .product-mega-category.is-active .product-mega-category-link-inner,
#header .product-mega-category-link:hover .product-mega-category-link-inner,
#header .product-mega-category-link:focus-visible .product-mega-category-link-inner {
  color: #155eef;
}

#header .product-mega-category.is-active .product-mega-category-icon,
#header .product-mega-category-link:hover .product-mega-category-icon,
#header .product-mega-category-link:focus-visible .product-mega-category-icon {
  opacity: 1;
  transform: translateX(0);
}

/* #header .product-mega-overview-link:hover, */
/* #header .product-mega-overview-link:focus-visible { */
  /* color: #155eef; */
  /* border-color: #bfd3ff; */
  /* background: #f8fbff; */
/* } */
#header .product-mega-content {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

#header .product-mega-content-inner {
  position: relative;
  min-height: 100%;
}

#header .product-mega-section {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(24px);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0s linear 0.32s;
}

#header .product-mega-section.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
}

#header .product-mega-section-head {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 28px;
  margin: 0;
  padding-bottom: 0;
  pointer-events: none;
}


#header .product-mega-section-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #0050e2;
  pointer-events: auto;
}

#header .product-mega-grid {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 34px;
}


#header .product-mega-list-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 18px 20px;
  align-items: start;
}

#header .product-mega-list-item {
  min-width: 0;
}

#header .product-mega-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #111827;
  text-align: center;
  text-decoration: none;
  background: transparent;
}

#header .product-mega-card:hover,
#header .nav-dropdown li a.product-mega-card:hover,
#header .product-mega-card:focus-visible {
  background: transparent;
}

#header .product-mega-card:hover .product-mega-card-title,
#header .product-mega-card:focus-visible .product-mega-card-title {
  color: #0050e2;
  text-decoration: underline;
}

#header .product-mega-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 76px;
}

#header .product-mega-card-image {
  width: auto;
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
  object-position: center;
}

#header .product-mega-card-body {
  display: block;
  width: 100%;
  min-width: 0;
}

#header .product-mega-card-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#header .product-mega-card-desc,
#header .product-mega-card-link {
  display: none;
}

#header .product-mega-section.is-filtered-out,
#header .product-mega-card.is-filtered-out,
#header .product-mega-list-item.is-filtered-out {
  display: none;
}

@media (max-width: 1279px) {
  #header .product-mega-menu {
    width: min(1180px, calc(100% - 48px));
    grid-template-columns: 260px minmax(0, 1fr);
    column-gap: 36px;
  }

  #header .product-mega-grid {
    gap: 22px;
  }

  #header .product-mega-list-items {
    grid-template-columns: repeat(4, minmax(80px, 1fr));
    gap: 14px 14px;
  }


  #header .product-mega-card-image {
    max-height: 66px;
  }
}

#header .header-mobile-bar,
#header .header-mobile-actions,
#header .header-mobile-drawer-head,
#header .header-mobile-region,
#header .mobile-nav-trigger,
#header .mobile-nav-link,
#header .mobile-subnav-link,
#header .mobile-account-link {
  display: flex;
  align-items: center;
}

#header .header-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.56);
  z-index: 59;
}

#header .header-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(380px, 100vw);
  padding: 24px 20px 28px;
  overflow-y: auto;
  background: #fff;
  color: #111827;
  box-shadow: -16px 0 40px rgba(15, 23, 42, 0.18);
  z-index: 60;
}

#header .header-mobile-drawer-head {
  justify-content: space-between;
  margin-bottom: 24px;
  color: #111827;
}

#header .header-mobile-close,
#header .header-mobile-toggle {
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
}

#header .header-mobile-close {
  display: inline-flex;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

#header .header-mobile-toggle-lines {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

#header .header-mobile-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

#header .header-mobile-nav,
#header .header-mobile-account {
  border-top: 1px solid #e5e7eb;
}

#header .mobile-nav-list,
#header .mobile-subnav-list,
#header .mobile-account-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header .mobile-nav-item,
#header .mobile-account-item {
  border-bottom: 1px solid #e5e7eb;
}

#header .mobile-nav-trigger,
#header .mobile-nav-link,
#header .mobile-subnav-link,
#header .mobile-account-link {
  width: 100%;
  min-height: 56px;
  justify-content: space-between;
  color: #111827;
  text-decoration: none;
  font-size: 15px;
}

#header .mobile-nav-trigger {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

#header .mobile-nav-panel {
  padding-bottom: 12px;
}

#header .mobile-subnav-link,
#header .mobile-account-link {
  min-height: 48px;
}

#header .mobile-subnav-link {
  color: #4b5563;
}

#header .header-mobile-account-label {
  margin: 18px 0 0;
  padding-top: 18px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#header .header-mobile-region {
  gap: 10px;
  padding-top: 20px;
  color: #fff;
}

#header .product-mega-mobile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 16px;
}

#header .product-mega-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#header .product-mega-mobile-title,
#header .product-mega-mobile-section-title {
  margin: 0;
  color: #0f172a;
  font-weight: 600;
}

#header .product-mega-mobile-title {
  font-size: 20px;
}

#header .product-mega-mobile-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#header .product-mega-mobile-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#header .product-mega-mobile-section-title {
  font-size: 16px;
}

#header .product-mega-mobile-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#header .product-mega-mobile-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  color: #111827;
  text-decoration: none;
}

#header .product-mega-mobile-card-image {
  width: 88px;
  height: 88px;
  object-fit: contain;
  object-position: center;
}

#header .product-mega-mobile-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

#header .product-mega-mobile-card-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

#header .product-mega-mobile-card-desc {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1180px) {
  #header .product-mega-menu {
    grid-template-columns: 248px minmax(0, 1fr);
  }

  #header .product-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (min-width: 1000px) and (max-width: 1100px) {
  body.page-template-page-support-php #header .header-wrapper { width: calc(100% - 80px); }
  body.page-template-page-support-php #header .header-desktop,
  body.page-template-page-support-php #header .header-wrapper,
  body.page-template-page-support-php #header .nav { height: 40px; min-height: 40px; }
  body.page-template-page-support-php #header .l { width: 122px; padding: 9px 0; }
  body.page-template-page-support-php #header .r { width: calc(100% - 122px); }
  body.page-template-page-support-php #header-logo { width: 96px; height: auto; }
  body.page-template-page-support-php #header .nav-text,
  body.page-template-page-support-php #header .search-item,
  body.page-template-page-support-php #header .account-item,
  body.page-template-page-support-php #header .manage-item,
  body.page-template-page-support-php #header .country-item { min-height: 40px; padding: 0 10px; font-size: 11px; }
  body.page-template-page-support-php #header .nav-icon-layer { gap: 0; }
}
@media (max-width: 1024px) {
  #header .header-desktop {
    display: none;
  }

  #header .header-mobile {
    display: block;
  }

  #header .header-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
  }

  #header .header-mobile-logo {
    display: inline-flex;
    align-items: center;
    max-width: 160px;
  }

  #header .header-mobile-actions {
    gap: 18px;
  }

  #header .header-mobile-search,
  #header .header-mobile-toggle {
    color: #fff;
  }

  #header .header-mobile-bar.header-wrapper {
    width: calc(100% - 40px) !important;
  }

  #header .header-mobile-cart {
    position: relative;
    min-width: 24px;
    min-height: 24px;
    padding: 0;
  }

  #header .header-mobile-cart .product-quantity {
    top: -7px;
    right: -9px;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .site-navigation .menu {
    justify-content: flex-start;
  }

  .search-form {
    flex-direction: column;
    align-items: stretch;
  }

  #header .header-wrapper {
    width: calc(100% - 40px);
  }

  #header .header-mobile-drawer {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#header.large-pc {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}

#header.large-pc .nav-text,
#header.large-pc .search-item,
#header.large-pc .account-item,
#header.large-pc .manage-item,
#header.large-pc .country-item {
  min-height: 50px;
  padding: 0 18px;
}

#header.large-pc .nav-item:hover > .nav-text,
#header.large-pc .nav-item:focus-within > .nav-text,
#header.large-pc .nav-icon:hover > a,
#header.large-pc .nav-icon:focus-within > a {
/*   background: rgba(255, 255, 255, 0.08); */
}


@media screen and (min-width: 1000px) {
  .pc-body .large-pc#header .nav-item:hover > .nav-dropdown,
  .pc-body .large-pc#header .nav-item:focus-within > .nav-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }

  .pc-body .large-pc#header .nav-item.product-nav:hover > .nav-dropdown,
  .pc-body .large-pc#header .nav-item.product-nav:focus-within > .nav-dropdown {
    inset: 60px 0 auto 0;
    transform: translateY(0);
  }

  .pc-body .large-pc#header .product-mega-dropdown {
    inset: 60px 0 auto 0;
    transform: translateY(0);
    z-index: 1;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
}
.product-archive {
  padding-top: 60px;
}




body.post-type-archive-product #header .nav-dropdown,
body.single-product #header .nav-dropdown,
body.post-type-archive-product #header .search-down,
body.single-product #header .search-down,
body.post-type-archive-product #header .search-mask,
body.single-product #header .search-mask,
body.post-type-archive-product #header .has-product,
body.single-product #header .has-product,
body.post-type-archive-product #header .no-product,
body.single-product #header .no-product {
  display: block;
}

#header .search-down[hidden] {
  display: none !important;
}

#header .search-down:not([hidden]) {
  position: fixed !important;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 120;
  display: block !important;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

#header .search-down:not([hidden]) .search-mod,
#header .product-search-panel {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 28px 30px 32px;
  background: #fff;
}

#header .product-search-panel-inner {
  width: min(1280px, calc(100% - 60px));
  margin: 0 auto;
}

#header .product-search-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}

#header .product-search-icon {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  color: #111827;
  font-size: 20px;
  line-height: 1;
}

#header .product-search-input {
  width: 100%;
  height: 62px;
  padding: 0 64px 0 62px;
  border: 2px solid #0f172a;
  border-radius: 0;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 18px;
  outline: none;
}

#header .product-search-input::placeholder {
  color: #334155;
  opacity: 1;
}

#header .product-search-close {
  position: absolute;
  top: 50%;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

#header .product-search-recommendations {
  margin-top: 28px;
}

#header .product-search-recommendations-title {
  margin: 0 0 18px;
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

#header .product-search-results {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

#header .product-search-result[hidden] {
  display: none !important;
}

#header .product-search-result {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
  color: #111827;
  text-decoration: none;
}

#header .product-search-result-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: #eef4ff;
}

#header .product-search-result-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#header .product-search-result-title {
  display: block;
  color: #111827;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
}

#header .product-search-result:hover .product-search-result-title,
#header .product-search-result:focus-visible .product-search-result-title {
  color: #0050e2;
}

@media (max-width: 1279px) {
  #header .product-search-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 999px) {
  #header .search-down:not([hidden]) {
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }

  #header .search-down:not([hidden]) .search-mod,
  #header .product-search-panel {
    padding: 20px;
  }

  #header .product-search-panel-inner {
    width: 100%;
  }

  #header .product-search-input {
    height: 56px;
    padding: 0 54px 0 52px;
    font-size: 16px;
  }

  #header .product-search-icon {
    left: 18px;
    font-size: 18px;
  }

  #header .product-search-close {
    right: 16px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  #header .product-search-recommendations {
    margin-top: 22px;
  }

  #header .product-search-recommendations-title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  #header .product-search-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 639px) {
  #header .product-search-results {
    grid-template-columns: 1fr;
  }
}

#footer .footer-menu-toggle {
  display: none;
}

#footer .footer-menu-panel {
  display: block;
}

#footer .footer-menu-toggle-icon {
  display: block;
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
body.post-type-archive-product #header-logo,
body.single-product #header-logo,
body.post-type-archive-product #footer-logo,
body.single-product #footer-logo {
  display: block;
  width: 168px;
  height: auto;
  max-height: 65px;
  object-fit: contain;
}
#footer-logo {
    max-height: 110px;
}
body.post-type-archive-product #footer,
body.single-product #footer {
  background: rgb(18, 24, 30);
}

@media (max-width: 720px) {
  body.post-type-archive-product #footer .footer-central-mod,
  body.single-product #footer .footer-central-mod {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.post-type-archive-product #header-logo,
  body.single-product #header-logo,
  body.post-type-archive-product #footer-logo,
  body.single-product #footer-logo {
    width: 132px;
  }
}


@media (max-width: 720px) {
  #footer {
    overflow: hidden;
  }

  #footer .footer-central-mod {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px 24px;
    box-sizing: border-box;
  }

  #footer .products-list-content {
    margin-bottom: 32px;
  }

  #footer .products-list-content .product-list-ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #footer .products-list-content .product-list-ul li {
    min-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  #footer .footer-central-mod .product-list-ul li + li {
    margin-left: 0;
  }

  #footer .products-list-content .product-list-ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
  }

  #footer .products-list-content .product-list-ul li h3 {
    display: none;
  }

  #footer .footer-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
  }

  #footer .footer-menu-toggle:focus-visible {
    outline: 2px solid #2f75ed;
    outline-offset: 4px;
  }

  #footer .footer-menu-toggle-icon {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
  }

  #footer .footer-menu-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  #footer .product-list-ul li.is-open .footer-menu-panel {
    max-height: 500px;
    padding-bottom: 18px;
  }

  #footer .product-list-ul li.is-open .footer-menu-toggle-icon {
    font-size: 0;
  }

  #footer .product-list-ul li.is-open .footer-menu-toggle-icon::after {
    content: '\2212';
    font-size: 28px;
  }

  #footer .footer-menu-panel .footerlink {
    display: block;
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
  }

  #footer .footer-menu-panel .footerlink:hover,
  #footer .footer-menu-panel .footerlink:focus-visible {
    color: #fff;
  }

  #footer .footer-middle-content,
  #footer .footer-mt-content,
  #footer .footer-mb-content,
  #footer .footer-bottom-content,
  #footer .footer-bl-content,
  #footer .footer-br-content,
  #footer .reo-subscription-box,
  #footer .logo-content {
    width: 100%;
  }

  #footer .footer-mt-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  #footer .footer-flex-content {
    display: flex;
    align-items: stretch;
    gap: 8px;
  }

  #footer .reo-subscription-input {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  #footer .subscribe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 102px;
    min-width: 102px;
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
  }


  #footer .footer-mb-content {
    margin-top: 20px;
  }

  #footer .site-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
  }

  #footer .footer-bottom-content {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  #footer .last-bottom-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }

  #footer .last-bottom-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #footer .footer-br-content {
    margin-top: 12px;
  }
}


.qqbingli-product-card-trigger {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.qqbingli-product-modal-open {
  overflow: hidden;
}

.qqbingli-product-modal[hidden] {
  display: none !important;
}

.qqbingli-product-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  color: #041837;
  font-family: inherit;
}

.qqbingli-product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.qqbingli-product-modal-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1160px, calc(100vw - 120px));
  height: min(900px, calc(100vh - 24px));
  margin: 12px 12px 0 0;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.qqbingli-product-modal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 52px;
  padding: 0 36px;
  border: 0;
  border-bottom: 1px solid #edf0f4;
  background: #fff;
  color: #041837;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.qqbingli-product-modal-back span {
  font-size: 32px;
  line-height: 1;
}

.qqbingli-product-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 60px;
  min-height: 0;
  padding: 46px 72px 96px;
  overflow-y: auto;
}

.qqbingli-product-modal-media,
.qqbingli-product-modal-detail {
  min-width: 0;
}

.qqbingli-product-modal-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.qqbingli-product-modal-media img {
  width: min(520px, 100%);
  height: 360px;
  object-fit: contain;
}

.qqbingli-product-modal-media h3 {
  margin: 28px 0 12px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.qqbingli-product-modal-price,
.qqbingli-product-modal-action-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.qqbingli-product-modal-price del,
.qqbingli-product-modal-action-price del,
.qqbingli-product-modal-variant del {
  color: #8a8f99;
  font-size: 0.88em;
}

.qqbingli-product-modal-ship {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin-top: 28px;
  padding: 16px 24px;
  border-radius: 4px;
  background: #f8f9fb;
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 1.45;
}

.qqbingli-product-modal-ship-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 22px;
  margin-top: 2px;
  color: #8a8f99;
}

.qqbingli-product-modal-ship-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.qqbingli-product-modal-ship-copy strong {
  color: #222;
  font-size: 16px;
  font-weight: 600;
}

.qqbingli-product-modal-ship-copy span {
  color: #555;
}

.qqbingli-product-modal-detail h2 {
  margin: 0 0 28px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.qqbingli-product-modal-detail p {
  margin: 0 0 8px;
  color: #000;
  font-size: 16px;
  line-height: 1.55;
}

.qqbingli-product-modal-detail ul {
  margin: 0 0 6px 18px;
  padding: 0;
  list-style-type: disc;
  list-style-position: outside;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.qqbingli-product-modal-detail li {
  display: list-item;
  list-style-type: disc;
}

.qqbingli-product-modal-learn {
  display: block;
  width: fit-content;
  margin: 4px 0 16px;
  color: #006dff !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.qqbingli-product-modal-learn:hover,
.qqbingli-product-modal-learn:focus-visible {
  color: #006dff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qqbingli-product-modal-detail h3 {
  margin: 4px 0 14px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.qqbingli-product-modal-variants {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.qqbingli-product-modal-variant {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 12px 16px;
  border: 1px solid #d7dce2;
  border-radius: 6px;
  background: #fff;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.qqbingli-product-modal-variant.is-active {
  border-color: #0077ff;
  box-shadow: 0 0 0 1px #0077ff inset;
}

.qqbingli-product-modal-variant img {
  width: 64px;
  height: 54px;
  object-fit: contain;
}

.qqbingli-product-modal-variant span {
  font-size: 16px;
  font-weight: 600;
}

.qqbingli-product-modal-variant strong {
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
}

.qqbingli-product-modal-variant-badge {
  position: absolute;
  top: -18px;
  right: 16px;
  padding: 2px 8px;
  border-radius: 3px 3px 0 0;
  background: #ffe09a;
  color: #d17800;
  font-size: 12px !important;
  line-height: 1.2;
}

.qqbingli-product-modal-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.qqbingli-product-modal-spec {
  padding: 12px;
  border-radius: 4px;
  background: #f8f9fb;
}

.qqbingli-product-modal-spec span {
  display: block;
  margin-bottom: 4px;
  color: #6b7280;
  font-size: 12px;
}

.qqbingli-product-modal-spec strong {
  color: #041837;
  font-size: 14px;
  font-weight: 700;
}

.qqbingli-product-modal-quantity {
  display: inline-grid;
  grid-template-columns: 42px 54px 42px;
  align-items: center;
  height: 40px;
  margin-top: 8px;
  border: 1px solid #dfe3e8;
  border-radius: 4px;
  overflow: hidden;
}

.qqbingli-product-modal-quantity button {
  height: 100%;
  border: 0;
  background: #fff;
  color: #8a8f99;
  font-size: 20px;
  cursor: pointer;
}

.qqbingli-product-modal-quantity span {
  text-align: center;
  color: #333;
  font-size: 16px;
}

.qqbingli-product-modal-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding: 18px 36px;
  border-top: 1px solid #edf0f4;
  background: #fff;
}

.qqbingli-product-modal-action-price {
  margin-right: auto;
}

.qqbingli-product-modal-cart,
.qqbingli-product-modal-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  min-width: 156px;
  height: 48px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.qqbingli-product-modal-cart {
  width: 250px;
  min-width: 250px;
}


.qqbingli-product-modal-cart {
  border: 1px solid #0050e2 ;
  background: #0050e2 ;
  color: #fff !important;
}

.qqbingli-product-modal-cart:hover,
.qqbingli-product-modal-cart:focus-visible {
  border-color: #3d81ef;
  background: #3d81ef;
  color: #fff !important;
}

.qqbingli-product-modal-buy {
  border: 1px solid #0050e2 ;
  background: #fff;
  color: #0050e2  !important;
}

.qqbingli-product-modal-buy:hover,
.qqbingli-product-modal-buy:focus-visible {
  border-color: #0050e2 ;
  background: #0050e2 ;
  color: #fff !important;
}

@media (max-width: 999px) {
  main{padding-top:78px !important}
  .qqbingli-product-modal-panel {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }

  .qqbingli-product-modal-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px 20px 116px;
  }

  .qqbingli-product-modal-media img {
    height: 260px;
  }

  .qqbingli-product-modal-detail h2 {
    font-size: 24px;
  }

  .qqbingli-product-modal-actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    padding: 14px 16px;
  }

  .qqbingli-product-modal-action-price {
    display: none;
  }

  .qqbingli-product-modal-cart,
  .qqbingli-product-modal-buy {
    flex: 0 0 auto;
    width: min(250px, 100%);
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .qqbingli-product-modal-variant {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .qqbingli-product-modal-variant strong,
  .qqbingli-product-modal-variant del {
    grid-column: 2;
  }

  .qqbingli-product-modal-specs {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .recommend_container .recommend_wrap .single_recommend_box .recommend_products_box .product_list_item:hover {
    overflow: hidden;
  }

  .recommend_container .recommend_wrap .single_recommend_box .recommend_products_box .product_list_item:hover .product_img_box {
    line-height: 170px;
  }

  .recommend_container .recommend_wrap .single_recommend_box .recommend_products_box .product_list_item:hover .product_img_box img.normal_product_img {
    transform: scale(.7);
  }

  .recommend_container .recommend_wrap .single_recommend_box .recommend_products_box .product_list_item:hover .product_img_box img.normal_product_img_not_scene {
    visibility: hidden;
    transition: none;
    transform: none;
  }

  .recommend_container .recommend_wrap .single_recommend_box .recommend_products_box .product_list_item:hover .product_img_box img.scene_product_img {
    opacity: 1;
    display: inline-block;
    transform: scale(1.1);
  }

  .recommend_container .recommend_wrap .single_recommend_box .recommend_products_box .product_list_item:hover .product-name-box {
    background-color: rgba(255, 255, 255, .62);
  }

  .recommend_container .recommend_wrap .single_recommend_box .recommend_products_box .product_list_item:hover .product_description {
    visibility: visible;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    transform: translateY(-10px);
  }
}

.qqbingli-cart-drawer-open {
  overflow: hidden;
}

.qqbingli-cart-drawer[hidden] {
  display: none !important;
}

.qqbingli-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 10010;
  color: #041837;
  font-family: inherit;
}

.qqbingli-cart-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 24, 55, .42);
}

.qqbingli-cart-drawer-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(440px, 100%);
  height: 100%;
  margin-left: auto;
  background: #fff;
  box-shadow: -16px 0 48px rgba(4, 24, 55, .18);
}

.qqbingli-cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 24px;
  border-bottom: 1px solid #e6eaf0;
}

.qqbingli-cart-drawer-head h2 {
  margin: 0;
  color: #041837;
  font-size: 24px;
  font-weight: 600;
}

.qqbingli-cart-drawer-close {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #041837;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.qqbingli-cart-drawer-status {
  margin: 16px 24px 0;
  color: #bd2415;
  font-size: 14px;
}

.qqbingli-cart-drawer-items {
  flex: 1;
  padding: 8px 24px;
  overflow-y: auto;
}

.qqbingli-cart-drawer-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid #e6eaf0;
}

.qqbingli-cart-drawer-item > img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.qqbingli-cart-drawer-item-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.qqbingli-cart-drawer-item-copy strong {
  color: #041837;
  font-size: 15px;
  line-height: 1.35;
}

.qqbingli-cart-drawer-item-copy span {
  color: #63708a;
  font-size: 13px;
  line-height: 1.35;
}

.qqbingli-cart-drawer-item-copy .qqbingli-cart-drawer-item-price {
  color: #041837;
  font-size: 15px;
  font-weight: 600;
}

.qqbingli-cart-drawer-item-controls {
  display: grid;
  grid-template-columns: 30px 28px 30px;
  gap: 4px;
  align-items: center;
}

.qqbingli-cart-drawer-item-controls button {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #cdd5e0;
  background: #fff;
  color: #041837;
  font-size: 18px;
  cursor: pointer;
}

.qqbingli-cart-drawer-item-controls span {
  text-align: center;
  font-size: 14px;
}

.qqbingli-cart-drawer-item-controls .qqbingli-cart-drawer-remove {
  grid-column: 1 / -1;
  width: auto;
  height: auto;
  margin-top: 6px;
  border: 0;
  color: #63708a;
  font-size: 12px;
  text-decoration: underline;
}

.qqbingli-cart-drawer-empty {
  flex: 1;
  padding: 48px 24px;
  color: #63708a;
  text-align: center;
}

.qqbingli-cart-drawer-coupon {
  padding: 16px 24px;
  border-top: 1px solid #e6eaf0;
}

.qqbingli-cart-drawer-coupon label {
  display: block;
  margin-bottom: 8px;
  color: #041837;
  font-size: 14px;
  font-weight: 600;
}

.qqbingli-cart-drawer-coupon div {
  display: flex;
  gap: 8px;
}

.qqbingli-cart-drawer-coupon input {
  min-width: 0;
  flex: 1;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #cdd5e0;
  color: #041837;
}

.qqbingli-cart-drawer-coupon button,
.qqbingli-cart-drawer-checkout {
  height: 42px;
  padding: 0 18px;
  border: 1px solid #0050e2 ;
  background: #0050e2 ;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.qqbingli-cart-drawer-summary {
  padding: 18px 24px 24px;
  border-top: 1px solid #e6eaf0;
}

.qqbingli-cart-drawer-summary > div {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  color: #63708a;
  font-size: 14px;
}

.qqbingli-cart-drawer-summary strong {
  color: #041837;
}

.qqbingli-cart-drawer-summary .qqbingli-cart-drawer-total {
  padding: 11px 0 18px;
  color: #041837;
  font-size: 18px;
}

.qqbingli-cart-drawer-checkout,
.qqbingli-cart-drawer-view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

.qqbingli-cart-drawer-checkout:hover,
.qqbingli-cart-drawer-checkout:focus-visible {
  border-color: #3d81ef;
  background: #3d81ef;
}

.qqbingli-cart-drawer-view {
  height: 36px;
  margin-top: 8px;
  color: #041837;
  font-size: 14px;
}

@media (max-width: 640px) {
  .qqbingli-cart-drawer-panel {
    width: 100%;
  }

  .qqbingli-cart-drawer-head,
  .qqbingli-cart-drawer-coupon,
  .qqbingli-cart-drawer-summary {
    padding-right: 16px;
    padding-left: 16px;
  }

  .qqbingli-cart-drawer-items {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.qqbingli-cart-success-open {
  overflow: hidden;
}

.qqbingli-cart-success-modal[hidden] {
  display: none !important;
}

.qqbingli-cart-success-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #041837;
}

.qqbingli-cart-success-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .62);
}

.qqbingli-cart-success-panel {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow-y: auto;
  padding: 38px 42px 42px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, .24);
}

.qqbingli-cart-success-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #63708a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.qqbingli-cart-success-intro {
  text-align: center;
}

.qqbingli-cart-success-intro h2 {
  margin: 0;
  color: #041837;
  font-size: 26px;
  line-height: 1.25;
}

.qqbingli-cart-success-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.qqbingli-cart-success-continue,
.qqbingli-cart-success-view,
.qqbingli-cart-success-recommendation-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #0050e2 ;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.qqbingli-cart-success-continue,
.qqbingli-cart-success-recommendation-buy {
  background: #0050e2 ;
  color: #fff !important;
}

.qqbingli-cart-success-view {
  background: #fff;
  color: #0050e2  !important;
}

.qqbingli-cart-success-continue:hover,
.qqbingli-cart-success-continue:focus-visible,
.qqbingli-cart-success-recommendation-buy:hover,
.qqbingli-cart-success-recommendation-buy:focus-visible {
  background: #3d81ef;
}

.qqbingli-cart-success-view:hover,
.qqbingli-cart-success-view:focus-visible {
  background: #fff5f2;
}

.qqbingli-cart-success-divider {
  height: 1px;
  margin: 34px 0 28px;
  background: #e6eaf0;
}

.qqbingli-cart-success-heading {
  margin: 0 0 20px;
  color: #041837;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}

.qqbingli-cart-success-recommendation {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px;
  border: 1px solid #e6eaf0;
  border-radius: 6px;
}

.qqbingli-cart-success-recommendation-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  background: #f7f9fb;
}

.qqbingli-cart-success-recommendation-media img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.qqbingli-cart-success-recommendation-content h4 {
  margin: 0 0 12px;
  color: #041837;
  font-size: 18px;
  line-height: 1.35;
}

.qqbingli-cart-success-recommendation-content ul {
  margin: 0 0 16px;
  padding-left: 18px;
  color: #63708a;
  font-size: 14px;
  line-height: 1.6;
}

.qqbingli-cart-success-recommendation-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.qqbingli-cart-success-recommendation-price strong {
  color: #041837;
  font-size: 20px;
}

.qqbingli-cart-success-recommendation-price del {
  color: #8a8f99;
  font-size: 14px;
}

.qqbingli-cart-success-empty {
  margin: 0;
  color: #63708a;
  font-size: 14px;
}

@media (max-width: 640px) {
  .qqbingli-cart-success-modal {
    padding: 12px;
  }

  .qqbingli-cart-success-panel {
    max-height: calc(100vh - 24px);
    padding: 34px 18px 24px;
  }

  .qqbingli-cart-success-intro h2 {
    font-size: 22px;
  }

  .qqbingli-cart-success-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .qqbingli-cart-success-recommendation {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 14px;
  }

  .qqbingli-cart-success-recommendation-media,
  .qqbingli-cart-success-recommendation-media img {
    height: 150px;
    min-height: 150px;
  }
}

.product-archive .class_content {
  display: none;
}

.product-archive .recommend_list_img {
/*   object-fit: cover; */
}

.product-archive ._newButton_dppo4_1:hover,
.product-archive ._newButton_dppo4_1:hover ._buttonText_dppo4_46,
.product-archive ._newButton_dppo4_1:hover ._buttonText_qjwgv_46 {
  text-decoration: none !important;
}

.product-archive ._newLink_co5v7_1 a:hover {
  text-decoration: none !important;
}
.qqbingli-cart-page {
  padding: 30px 24px 96px;
  background: #fff;
}

.qqbingli-cart-inner {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.qqbingli-cart-header {
  padding: 0 0 12px;
  border-bottom: 1px solid #d9d9d9;
  text-align: left;
}

.qqbingli-cart-header h1 {
  margin: 0;
  color: #202020;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.qqbingli-cart-form {
  display: block;
}

.qqbingli-cart-items {
  width: 100%;
}

.qqbingli-cart-list {
  display: grid;
  gap: 0;
}

.qqbingli-cart-item {
  display: grid;
  grid-template-columns: 190px minmax(300px, 1fr) 180px 100px 150px 32px;
  gap: 16px;
  align-items: center;
  min-height: 110px;
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}

.qqbingli-cart-item:nth-child(even) {
  background: #f7f8fa;
}

.qqbingli-cart-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 110px;
}

.qqbingli-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qqbingli-cart-item-details {
  align-self: center;
  min-width: 0;
  text-align: center;
}

.qqbingli-cart-item-details h3 {
  margin: 0 0 6px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.qqbingli-cart-item-details h3 a {
  color: inherit;
  text-decoration: none;
}

.qqbingli-cart-item-details h3 a:hover {
  color: #f0443e;
}

.qqbingli-cart-item-details .variation {
  margin: 0;
  color: #969696;
  font-size: 12px;
  line-height: 1.45;
}

.qqbingli-cart-item-unit-price {
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}

.qqbingli-cart-item-unit-price del {
  margin-left: 8px;
  color: #999;
  font-size: 12px;
}

.qqbingli-cart-item-unit-price ins {
  color: #333;
  text-decoration: none;
}

.qqbingli-cart-item-controls {
  display: flex;
  justify-content: center;
}

.qqbingli-cart-quantity {
  display: inline-flex;
  align-items: center;
  height: 42px;
  border: 1px solid #cfcfcf;
  background: #fff;
}

.qqbingli-cart-quantity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  padding: 0;
  border: 0;
  background: #fff;
  color: #555;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.qqbingli-cart-quantity-button:hover,
.qqbingli-cart-quantity-button:focus-visible {
  background: #f7f8fa;
  color: #f0443e;
}

.qqbingli-cart-quantity input {
  width: 38px;
  height: 40px;
  padding: 0;
  border: 0;
  color: #555;
  font: inherit;
  font-size: 13px;
  text-align: center;
  -moz-appearance: textfield;
}

.qqbingli-cart-quantity input::-webkit-outer-spin-button,
.qqbingli-cart-quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.qqbingli-cart-coupon {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 432px;
  margin: 22px 0 0;
}

.qqbingli-cart-coupon label {
  flex: 0 0 auto;
  color: #555;
  font-size: 13px;
}

.qqbingli-cart-coupon > div {
  display: flex;
  flex: 1;
  gap: 8px;
}

.qqbingli-cart-coupon input {
  min-width: 0;
  flex: 1;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #cfcfcf;
  color: #333;
  font: inherit;
  font-size: 13px;
}

.qqbingli-cart-coupon button {
  height: 38px;
  padding: 0 16px;
  border: 1px solid #555;
  background: #555;
  color: #fff;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.qqbingli-cart-coupon button:hover,
.qqbingli-cart-coupon button:focus-visible {
  background: #333;
}


.qqbingli-cart-item-total {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

.qqbingli-cart-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #c7c7c7;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.qqbingli-cart-remove:hover,
.qqbingli-cart-remove:focus-visible {
  color: #f0443e;
}

.qqbingli-cart-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 20px 0 0;
}

.qqbingli-cart-continue {
  color: #555;
  font-size: 13px;
  text-decoration: none;
}

.qqbingli-cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.qqbingli-cart-button-secondary {
  border-color: #cfcfcf;
  background: #fff;
  color: #555;
}

.qqbingli-cart-button-secondary:hover,
.qqbingli-cart-button-secondary:focus-visible {
  background: #f7f8fa;
}

.qqbingli-cart-summary {
  width: min(432px, 100%);
  margin: 44px 0 0 auto;
  color: #555;
}

.qqbingli-cart-summary-row,
.qqbingli-cart-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  font-size: 14px;
}

.qqbingli-cart-summary-row strong,
.qqbingli-cart-summary-total strong {
  color: #333;
  font-weight: 500;
}

.qqbingli-cart-summary-row:nth-of-type(2) {
  background: transparent;
}

.qqbingli-cart-summary-total {
  margin-top: 8px;
  padding: 24px 0 18px;
  border-top: 1px solid #dedede;
  background: transparent;
  color: #555;
  font-size: 15px;
}

.qqbingli-cart-summary-total strong {
  color: #222;
  font-size: 24px;
  font-weight: 400;
}

.qqbingli-cart-summary .qqbingli-cart-button-primary,
.qqbingli-cart-empty .qqbingli-cart-button-primary {
  width: 100%;
  min-height: 44px;
  border-radius: 24px;
  background: #f0443e;
  color: #fff !important;
}

.qqbingli-cart-summary .qqbingli-cart-button-primary:hover,
.qqbingli-cart-summary .qqbingli-cart-button-primary:focus-visible {
  background: #e93642;
}

.qqbingli-cart-empty {
  max-width: 680px;
  margin: 48px auto 0;
  padding: 48px 24px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.qqbingli-cart-empty-icon {
  margin-bottom: 16px;
  color: #f0443e;
  font-size: 38px;
}

.qqbingli-cart-empty h2 {
  margin: 0;
  color: #333;
  font-size: 24px;
  font-weight: 400;
}

.qqbingli-cart-empty p {
  margin: 12px 0 24px;
  color: #777;
}

@media (max-width: 1100px) {
  .qqbingli-cart-item {
    grid-template-columns: 150px minmax(220px, 1fr) 145px 86px 120px 28px;
    gap: 10px;
  }

  .qqbingli-cart-item-image {
    width: 150px;
  }
}

@media (max-width: 760px) {
  .qqbingli-cart-page {
    padding: 30px 16px 64px;
  }

  .qqbingli-cart-header h1 {
    font-size: 22px;
  }

  .qqbingli-cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }

  .qqbingli-cart-item-image {
    width: 88px;
    height: 88px;
  }

  .qqbingli-cart-item-details {
    text-align: left;
  }

  .qqbingli-cart-item-unit-price {
    grid-column: 2;
    text-align: left;
  }

  .qqbingli-cart-item-controls {
    grid-column: 1;
    grid-row: 3;
    justify-content: flex-start;
  }

  .qqbingli-cart-item-total {
    grid-column: 2;
    grid-row: 3;
    text-align: right;
  }

  .qqbingli-cart-remove {
    grid-column: 2;
    grid-row: 4;
    justify-self: end;
  }

  .qqbingli-cart-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .qqbingli-cart-actions .qqbingli-cart-button-secondary {
    width: 100%;
  }

  .qqbingli-cart-summary {
    margin-top: 36px;
  }

  .qqbingli-cart-summary-total strong {
    font-size: 21px;
  }
}

body.woocommerce-checkout .site-main {
  padding: 0 24px 96px;
  background: #fff;
}

body.woocommerce-checkout .site-main > .post {
  margin: 0;
}

body.woocommerce-checkout .post-content {
  padding: 0;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 44px 0 0;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout {
  width: 100%;
  margin: 0;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main {
  flex: 0 0 66.666667%;
  width: 66.666667%;
  padding-right: 32px;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar {
  flex: 0 0 33.333333%;
  width: 33.333333%;
  padding-left: 32px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin-bottom: 16px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title {
  color: #202020;
  font-size: 24px;
  font-weight: 400;
}

body.woocommerce-checkout .wc-block-components-order-summary {
  border: 1px solid #e0e0e0;
  background: #fff;
}

body.woocommerce-checkout .wc-block-components-notice-banner__content {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 760px) {
  body.woocommerce-checkout .site-main {
    padding: 0 16px 64px;
  }

  body.woocommerce-checkout .wp-block-woocommerce-checkout {
    padding-top: 28px;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    display: block;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar {
    width: 100%;
    padding: 0;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar {
    margin-top: 32px;
  }

  body.woocommerce-checkout .wc-block-components-checkout-step__title {
    font-size: 21px;
  }
}
.site-main{max-width:1400px;margin:auto}

/* Base content typography for pages */
.post-content {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
}

.post-content p {
	margin-bottom: 1.5em;
}

.post-content h1,
.post-content h2 {
	margin: 2em 0 0.75em;
	font-size: 32px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
}

.post-content h1:first-child,
.post-content h2:first-child {
	margin-top: 0;
}

.post-content h3 {
	margin: 1.75em 0 0.75em;
	font-size: 26px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.3;
}

.post-content h4 {
	margin: 1.5em 0 0.75em;
	font-size: 22px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
}

.post-content ul,
.post-content ol {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

.post-content li {
	margin-bottom: 0.5em;
}

.post-content a {
	color: #0066cc;
	text-decoration: underline;
}

.post-content a:hover {
	color: #0052a3;
}

.post-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.post-content code {
	padding: 2px 6px;
	background: #f5f5f5;
	border-radius: 3px;
	font-family: 'Courier New', monospace;
	font-size: 0.9em;
}

.post-content pre {
	padding: 16px;
	background: #f5f5f5;
	border-radius: 8px;
	overflow-x: auto;
	margin-bottom: 1.5em;
}

.post-content pre code {
	padding: 0;
	background: none;
}

.post-title {
	margin: 0 0 1.5rem;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a;
	letter-spacing: -0.02em;
}

.entry-header {
	margin-bottom: 2rem;
}

.site-main > .post {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 32px;
}

@media (max-width: 768px) {
	.post-content {
		font-size: 16px;
	}
	
	.post-content h1,
	.post-content h2 {
		font-size: 28px;
	}
	
	.post-content h3 {
		font-size: 24px;
	}
	
	.post-content h4 {
		font-size: 20px;
	}
	
	.post-title {
		font-size: 32px;
	}
	
	.site-main > .post {
		padding: 40px 20px;
	}
}

/* GTranslate widget overrides */
.gt_switcher-popup span {
  color: #fff !important;
}

.qqbingli-product-inquiry-open { overflow: hidden; }
.qqbingli-product-inquiry-modal[hidden] { display: none !important; }
.qqbingli-product-inquiry-modal { position: fixed; inset: 0; z-index: 11000; display: grid; place-items: center; padding: 20px; color: #041837; }
.qqbingli-product-inquiry-backdrop { position: absolute; inset: 0; background: rgba(4, 24, 55, .68); }
.qqbingli-product-inquiry-panel { position: relative; box-sizing: border-box; width: min(760px, calc(100vw - 40px)); max-height: calc(100vh - 40px); overflow: auto; padding: 40px; border-radius: 20px; background: #f3f3f3; box-shadow: 0 20px 70px rgba(4, 24, 55, .28); }
.qqbingli-product-inquiry-panel::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; border-radius: 20px 20px 0 0; background: linear-gradient(90deg, #1e90ff, #00c8ef); }
.qqbingli-product-inquiry-close { position: absolute; top: 20px; right: 20px; z-index: 1; width: 24px; height: 24px; padding: 0; border: 0; background: transparent; color: #041837; font-size: 30px; line-height: 20px; cursor: pointer; }
.qqbingli-product-inquiry-form { display: grid; gap: 0; }
.qqbingli-product-inquiry-form h2 { margin: 0 0 8px; color: #000; font-family: Poppins, Arial, sans-serif; font-size: 26px; font-weight: 600; line-height: 1.2; }
.qqbingli-product-inquiry-subtitle { margin: 0 0 30px; color: #777; font-size: 14px; }
.qqbingli-product-inquiry-product { display: none; }
.qqbingli-product-inquiry-product-info { display: none; }
.qqbingli-product-inquiry-product-info input[readonly] { color: #687386; background: #eef1f5; cursor: default; }
.qqbingli-product-inquiry-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.qqbingli-product-inquiry-form > div:not(.qqbingli-product-inquiry-row):not(.qqbingli-product-inquiry-honeypot) { margin-bottom: 18px; }
.qqbingli-product-inquiry-form label { display: block; margin-bottom: 6px; color: #777; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.qqbingli-product-inquiry-form input,
.qqbingli-product-inquiry-form select,
.qqbingli-product-inquiry-form textarea { box-sizing: border-box; width: 100%; padding: 14px 16px; border: 1px solid #e2e5e9; border-radius: 10px; outline: none; background: #fff; color: #041837; font: inherit; font-size: 15px; }
.qqbingli-product-inquiry-form textarea { min-height: 130px; resize: vertical; }
.qqbingli-product-inquiry-form input:focus,
.qqbingli-product-inquiry-form select:focus,
.qqbingli-product-inquiry-form textarea:focus { border-color: #1e90ff; box-shadow: 0 0 0 3px rgba(30, 144, 255, .12); }
.qqbingli-product-inquiry-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: fit-content; min-width: 192px; padding: 16px 28px; border: 0; border-radius: 12px; background: linear-gradient(135deg, #087bf5, #00c8ef); color: #fff; font-size: 15px; font-weight: 600; box-shadow: 0 12px 30px -10px rgba(30, 144, 255, .5); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.qqbingli-product-inquiry-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -10px rgba(30, 144, 255, .6); }
.qqbingli-product-inquiry-submit:disabled { opacity: .7; cursor: wait; transform: none; }
.qqbingli-product-inquiry-submit svg { width: 18px; height: 18px; }
.qqbingli-product-inquiry-status { margin: 18px 0 0; padding: 12px 14px; border: 1px solid #a8dfc2; border-radius: 10px; background: #effaf3; color: #087443; font-size: 14px; font-weight: 600; line-height: 1.45; }
.qqbingli-product-inquiry-status.is-error { border-color: #f1b5ae; background: #fff4f2; color: #b42318; }
.qqbingli-product-inquiry-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.qqbingli-product-inquiry-trigger { width: 250px; min-width: 250px; height: 48px; border: 1px solid #0050e2; border-radius: 999px; background: #0050e2; color: #fff; font-size: 16px; font-weight: 500; cursor: pointer; }
.qqbingli-product-inquiry-trigger:hover, .qqbingli-product-inquiry-trigger:focus-visible { border-color: #3d81ef; background: #3d81ef; }

@media (max-width: 640px) {
  .qqbingli-product-inquiry-modal { padding: 12px; }
  .qqbingli-product-inquiry-product-info { grid-template-columns: 1fr; gap: 0; }
  .qqbingli-product-inquiry-product-info > div { margin-bottom: 18px; }
  .qqbingli-product-inquiry-panel { width: 100%; max-height: calc(100vh - 24px); padding: 28px 24px; border-radius: 20px; }
  .qqbingli-product-inquiry-row { grid-template-columns: 1fr; gap: 0; }
  .qqbingli-product-inquiry-row > div { margin-bottom: 18px; }
  .qqbingli-product-inquiry-submit { width: 100%; }
}