/* Shared catalog and product-page styling. */
body.gros7-marketplace-shell {
  margin: 0 !important;
  overflow-x: hidden;
  background: var(--g7-white, #fff) !important;
  color: var(--g7-ink, #101828) !important;
}

.g7-catalog-page,
.g7-product-page { min-height: 55vh; background: #fff; }
.g7-catalog-page a,
.g7-product-page a { text-decoration: none; }
.g7-catalog-hero {
  position: relative;
  overflow: hidden;
  padding: 24px 0 52px;
  color: #fff;
  background: linear-gradient(125deg, #061d4b, #0752c9);
}
.g7-catalog-hero::after {
  content: "G7";
  position: absolute;
  right: 8%;
  bottom: -80px;
  color: rgba(255,255,255,.08);
  font-size: 220px;
  font-weight: 1000;
  line-height: 1;
  transform: rotate(-8deg);
}
[dir="rtl"] .g7-catalog-hero::after { right: auto; left: 8%; }
.g7-catalog-hero .woocommerce-breadcrumb,
.g7-product-hero .woocommerce-breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
  color: #c9dcfa;
  font-size: 11px;
}
.g7-catalog-hero .woocommerce-breadcrumb a,
.g7-product-hero .woocommerce-breadcrumb a { color: #fff; }
.g7-catalog-hero__content { position: relative; z-index: 1; max-width: 700px; }
.g7-catalog-hero .g7-eyebrow { color: #dbeaff; }
.g7-catalog-hero .g7-eyebrow span { background: var(--g7-yellow); }
.g7-catalog-hero h1 { margin: 10px 0 12px; color: #fff; font-size: clamp(34px, 5vw, 58px); font-weight: 900; line-height: 1.15; letter-spacing: -.035em; }
.g7-catalog-hero p { max-width: 610px; margin: 0; color: #d7e7fc; font-size: 15px; line-height: 1.8; }
.g7-catalog-results { background: var(--g7-surface); }
.g7-catalog-toolbar { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.g7-catalog-count { color: #596982; font-size: 13px; font-weight: 700; }
.g7-catalog-count .woocommerce-result-count { float: none; margin: 0; }
.g7-catalog-ordering { display: flex; align-items: center; gap: 9px; }
.g7-catalog-ordering .woocommerce-ordering { float: none; margin: 0; }
.g7-catalog-ordering select { min-width: 175px; height: 40px; padding: 0 12px; color: #344054; background: #fff; border: 1px solid var(--g7-border); border-radius: 9px; font-size: 12px; }
.g7-catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.g7-catalog-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #e5eaf2; border-radius: 17px; box-shadow: 0 7px 23px rgba(14, 39, 84, .045); transition: transform .25s ease, box-shadow .25s ease; }
.g7-catalog-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(9, 37, 84, .12); }
.g7-catalog-card__media { position: relative; height: 230px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #f7f9fc, #edf2f9); }
.g7-catalog-card__media img { width: 100%; height: 100%; margin: 0 !important; object-fit: contain; transition: transform .35s ease; }
.g7-catalog-card:hover .g7-catalog-card__media img { transform: scale(1.04); }
.g7-catalog-card__badge { position: absolute; z-index: 1; top: 12px; inset-inline-start: 12px; padding: 5px 9px; color: #8f0808; background: #fff0f0; border: 1px solid #ffd1d1; border-radius: 20px; font-size: 10px; font-weight: 900; }
.g7-catalog-card__body { padding: 16px; }
.g7-catalog-card__verified { display: inline-flex; align-items: center; gap: 5px; margin-bottom: 8px; color: #08744d; font-size: 10px; font-weight: 800; }
.g7-catalog-card__verified span { width: 15px; height: 15px; display: grid; place-items: center; color: #fff; background: #18a66a; border-radius: 50%; font-size: 9px; }
.g7-catalog-card h2 { min-height: 45px; margin: 0 0 7px; overflow: hidden; color: #202b3d; font-size: 14px; font-weight: 800; line-height: 1.55; }
.g7-catalog-card h2 a { color: inherit; }
.g7-catalog-card h2 a:hover { color: var(--g7-blue); }
.g7-catalog-card__price { min-height: 30px; color: var(--g7-blue); font-size: 18px; font-weight: 900; }
.g7-catalog-card__price del { margin-inline-end: 5px; color: #98a2b3; font-size: 11px; font-weight: 500; }
.g7-catalog-card__price ins { text-decoration: none; }
.g7-catalog-card__actions { display: flex; flex-direction: column; gap: 7px; margin-top: 13px; }
.g7-catalog-card__view,
.g7-catalog-card__cart { min-height: 37px; display: flex; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; font-size: 11px; font-weight: 850; }
.g7-catalog-card__view { color: var(--g7-blue) !important; background: #f1f6ff; border: 1px solid #dce8fb; }
.g7-catalog-card__view:hover { color: #fff !important; background: var(--g7-blue); }
.g7-catalog-card__cart { color: var(--g7-blue-dark) !important; background: var(--g7-yellow); border: 1px solid var(--g7-yellow); }
.g7-catalog-card__cart:hover { background: var(--g7-yellow-2); }
.g7-catalog-card__cart span { font-size: 16px; line-height: 1; }
.g7-catalog-page .woocommerce-pagination { margin-top: 34px; text-align: center; }
.g7-catalog-page .woocommerce-pagination ul.page-numbers { display: inline-flex; gap: 6px; padding: 0; margin: 0; border: 0; }
.g7-catalog-page .woocommerce-pagination ul.page-numbers li { border: 0; }
.g7-catalog-page .woocommerce-pagination .page-numbers { min-width: 35px; height: 35px; display: grid; place-items: center; padding: 0 8px; color: var(--g7-blue); background: #fff; border: 1px solid var(--g7-border); border-radius: 8px; font-size: 11px; }
.g7-catalog-page .woocommerce-pagination .page-numbers.current,
.g7-catalog-page .woocommerce-pagination .page-numbers:hover { color: var(--g7-blue-dark); background: var(--g7-yellow); border-color: var(--g7-yellow); }
.g7-catalog-empty { min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--g7-blue); background: #fff; border: 1px dashed #b8c9e6; border-radius: var(--g7-radius); font-weight: 800; }
.g7-catalog-empty span { color: var(--g7-yellow); font-size: 22px; }

.g7-product-hero { padding: 24px 0 80px; background: var(--g7-surface); }
.g7-product-hero .woocommerce-breadcrumb { margin-bottom: 26px; color: #7d8ca3; }
.g7-product-hero .woocommerce-breadcrumb a { color: var(--g7-blue); }
.g7-product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 70px; align-items: center; }
.g7-product-gallery__frame { position: relative; min-height: 490px; display: grid; place-items: center; padding: 42px; overflow: hidden; background: #fff; border: 1px solid var(--g7-border); border-radius: 25px; box-shadow: 0 20px 45px rgba(7, 31, 81, .08); }
.g7-product-gallery__frame img { position: relative; z-index: 1; width: 100%; height: 400px; margin: 0 !important; object-fit: contain; }
.g7-product-gallery__glow { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: #eef4ff; }
.g7-product-summary { position: relative; }
.g7-product-summary .g7-eyebrow { margin-bottom: 13px; }
.g7-product-summary__verified { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; color: #08744d; font-size: 11px; font-weight: 850; }
.g7-product-summary__verified span { width: 18px; height: 18px; display: grid; place-items: center; color: #fff; background: #18a66a; border-radius: 50%; font-size: 10px; }
.g7-product-summary h1 { margin: 0 0 11px; color: var(--g7-navy); font-size: clamp(28px, 3.2vw, 46px); font-weight: 900; line-height: 1.2; letter-spacing: -.03em; }
.g7-product-summary__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.g7-product-summary__rating .star-rating { float: none; margin: 0; color: #e7a900; }
.g7-product-summary__rating > span { color: #7d8ca3; font-size: 11px; }
.g7-product-summary__price { margin-bottom: 20px; color: var(--g7-blue); font-size: 27px; font-weight: 950; }
.g7-product-summary__price del { margin-inline-end: 7px; color: #97a3b5; font-size: 14px; font-weight: 500; }
.g7-product-summary__price ins { text-decoration: none; }
.g7-product-summary__excerpt { margin-bottom: 23px; color: #65738b; font-size: 14px; line-height: 1.9; }
.g7-product-summary__purchase { padding: 18px 0; border-top: 1px solid var(--g7-border); border-bottom: 1px solid var(--g7-border); }
.g7-product-summary__purchase .cart,
.g7-product-summary__purchase form.cart { display: flex !important; align-items: center; gap: 10px; margin: 0 !important; visibility: visible !important; opacity: 1 !important; }
body.single-product.gros7-marketplace-shell .g7-product-summary__purchase form.cart { display: flex !important; }
.g7-product-summary__purchase .addcart-wrapper { display: flex !important; align-items: center; flex-wrap: wrap; gap: 10px; width: 100%; visibility: visible !important; opacity: 1 !important; }
.g7-product-summary__purchase .quantity-wrapper,
.g7-product-summary__purchase .quantity,
.g7-product-summary__purchase .single_add_to_cart_button { visibility: visible !important; opacity: 1 !important; }
.g7-product-summary__purchase .quantity .qty { width: 88px !important; min-width: 88px; min-height: 45px; padding: 0 8px; color: var(--g7-navy); background: #fff; border: 1px solid #d6e0ef; border-radius: 9px; text-align: center; font-size: 16px; }
.g7-product-summary__purchase .single_add_to_cart_button { min-height: 45px; padding: 0 24px; color: var(--g7-blue-dark) !important; background: var(--g7-yellow) !important; border: 1px solid var(--g7-yellow) !important; border-radius: 9px !important; font-size: 12px; font-weight: 850; }
.g7-product-summary__purchase .single_add_to_cart_button:hover { background: var(--g7-yellow-2) !important; }
.g7-product-summary__purchase .stock { margin: 0; color: #08744d; font-size: 12px; }
.g7-product-summary__meta { display: grid; gap: 8px; padding: 18px 0 20px; }
.g7-product-summary__meta > div { display: flex; gap: 12px; color: #6c7a90; font-size: 11px; }
.g7-product-summary__meta strong { min-width: 75px; color: var(--g7-navy); }
.g7-product-summary__meta a { color: var(--g7-blue); }
.g7-product-description { background: #fff; }
.g7-product-description__heading { margin-bottom: 22px; }
.g7-product-description__heading h2 { margin: 7px 0 0; color: var(--g7-navy); font-size: 28px; font-weight: 900; }
.g7-product-description__content { max-width: 850px; color: #63728a; font-size: 14px; line-height: 2; }
.g7-related-products { background: var(--g7-surface); }
.g7-related-products .related > h2 { display: none; }
.g7-related-products .related ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; padding: 0; margin: 0; }
.g7-related-products .related ul.products::before,
.g7-related-products .related ul.products::after { display: none; }
.g7-related-products .related ul.products li.product { width: auto; float: none; margin: 0; padding: 0; }
.g7-related-products .related ul.products li.product a img { margin: 0 0 12px; border-radius: 12px; }

@media (max-width: 1100px) {
  .g7-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .g7-related-products .related ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .g7-product-detail { gap: 40px; }
}
@media (max-width: 920px) {
  .g7-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .g7-product-detail { grid-template-columns: 1fr; gap: 35px; }
  .g7-product-gallery__frame { min-height: 380px; }
  .g7-product-gallery__frame img { height: 315px; }
  .g7-related-products .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .g7-catalog-hero { padding-bottom: 42px; }
  .g7-catalog-hero::after { right: -15px; bottom: -35px; font-size: 140px; }
  [dir="rtl"] .g7-catalog-hero::after { right: auto; left: -15px; }
  .g7-catalog-hero h1 { font-size: 36px; }
  .g7-catalog-hero p { font-size: 13px; }
  .g7-catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 20px; }
  .g7-catalog-ordering { width: 100%; }
  .g7-catalog-ordering .woocommerce-ordering,
  .g7-catalog-ordering select { width: 100%; }
  .g7-catalog-card__media { height: 200px; }
  .g7-catalog-card__body { padding: 13px; }
  .g7-catalog-card h2 { font-size: 12px; }
  .g7-catalog-card__price { font-size: 16px; }
  .g7-product-hero { padding-bottom: 55px; }
  .g7-product-gallery__frame { min-height: 300px; padding: 25px; }
  .g7-product-gallery__frame img { height: 250px; }
  .g7-product-summary h1 { font-size: 31px; }
  .g7-product-summary__price { font-size: 23px; }
  .g7-product-summary__purchase .cart { align-items: stretch; flex-wrap: wrap; }
  .g7-product-summary__purchase .single_add_to_cart_button { flex: 1; }
  .g7-related-products .related ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
