/*
 * Web 1.0 step 2 (Henri, 26.09.2026): the product page of the new design.
 * Loaded only with the layout setting "modern". Sizes, colours and the
 * 960 / 640 / 360 px breakpoints come from Henri's design link; the design's
 * dark mode is left out because the shop has none.
 *
 * Every rule sits under `body.bsp2-active … .bsp2` so it beats the older
 * showcase rules of frontend.css (which the gallery markup shares) and the
 * theme, without touching any other page.
 */

.bsp2 {
  --b2-bg: #f7f7f8;
  --b2-card: #fff;
  --b2-line: #eee;
  --b2-text: #222;
  --b2-muted: #666;
  --b2-soft: #888;
  --b2-red: #e02020;
  --b2-red-dark: #c81e1e;
  --b2-red-bg: #fdecec;
  --b2-red-txt: #c53030;
  --b2-green: #2f9e52;
  --b2-green-bg: #e7f6ec;
  --b2-green-soft: #f0faf3;
  --b2-green-line: #cdeedb;
  --b2-orange: #f5a623;
  --b2-orange-bg: #fef3e3;
  --b2-orange-txt: #a8680a;
  --b2-chip: #f2f2f2;
  --b2-ic-cart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E");
  --b2-ic-bolt: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L4 14h6l-1 8 9-12h-6z'/%3E%3C/svg%3E");
  --b2-ic-prev: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
  --b2-ic-next: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  --b2-ic-zoom: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4-4'/%3E%3C/svg%3E");
}

/* ---------- page ---------- */

body.bsp2-active #content.site-content {
  background: #f7f7f8;
}

body.single-product.buzi-single-product-showcase-active.bsp2-active #content.site-content > .container {
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

body.single-product.buzi-single-product-showcase-active.bsp2-active #content.site-content > .container > .site-content-inner {
  margin-top: 20px;
  margin-bottom: 60px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product {
  display: block;
  color: var(--b2-text);
}

/* ---------- breadcrumb ---------- */

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: none;
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__crumbs a {
  color: #999;
  text-decoration: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__crumbs a:hover {
  color: var(--b2-red);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__crumb:first-child a {
  color: var(--b2-red);
  font-weight: 600;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__crumb:last-child {
  color: var(--b2-text);
}

/* ---------- layout: gallery | info ---------- */

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__media {
  min-width: 0;
}

/* ---------- gallery (markup shared with the showcase layout) ---------- */

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  align-items: start;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__gallery.has-thumbs {
  grid-template-columns: 70px minmax(0, 1fr);
}

/* The thumbnail column is as tall as the photo and scrolls when a product
   has many photos (contain: size keeps it from stretching the row). */
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumbs {
  order: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 70px;
  min-width: 70px;
  flex: none;
  align-self: stretch;
  contain: size;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumbs::-webkit-scrollbar {
  display: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumb {
  display: block;
  flex: 0 0 auto;
  width: 70px;
  min-width: 70px;
  height: 80px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--b2-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  transform: none;
  cursor: pointer;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumb:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumb:focus-visible {
  border-color: #d9d9d9;
  box-shadow: none;
  transform: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumb.is-active {
  border-color: var(--b2-red);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumb-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-shell {
  order: 0;
  position: relative;
  min-width: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--b2-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: zoom-in;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: none;
  object-fit: contain;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 0;
  height: 36px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #555;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  cursor: pointer;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav:focus-visible {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav i {
  display: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: var(--b2-ic-prev) center / contain no-repeat;
  mask: var(--b2-ic-prev) center / contain no-repeat;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav--next::before {
  -webkit-mask-image: var(--b2-ic-next);
  mask-image: var(--b2-ic-next);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav--prev {
  left: 14px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav--next {
  right: 14px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 0;
  padding: 5px 10px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  color: #555;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  box-shadow: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-zoom i {
  display: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-zoom::before {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  -webkit-mask: var(--b2-ic-zoom) center / contain no-repeat;
  mask: var(--b2-ic-zoom) center / contain no-repeat;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-counter {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: none;
  padding: 4px 9px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
  pointer-events: none;
}

/* ---------- info box ---------- */

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__info.summary.entry-summary {
  position: static;
  display: flex;
  flex-direction: column;
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0;
  padding: 22px;
  justify-self: stretch;
  border: 1px solid var(--b2-line);
  border-radius: 12px;
  background: var(--b2-card);
  box-shadow: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__tags span {
  padding: 4px 6px;
  color: var(--b2-red);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

/* !important only where the theme, WooCustomizer or WPC Buy Now already
   force a value with !important (title size, button colours and widths). */
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product h1.bsp2__title.product_title {
  margin: 0 0 10px;
  padding: 0;
  color: var(--b2-text);
  font-family: inherit;
  font-size: 23px !important;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: normal;
  text-transform: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__chip {
  padding: 3px 9px;
  border-radius: 10px;
  background: var(--b2-chip);
  color: var(--b2-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__chip.is-ok {
  background: var(--b2-green-bg);
  color: var(--b2-green);
  font-weight: 700;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__chip.is-out {
  background: var(--b2-red-bg);
  color: var(--b2-red-txt);
  font-weight: 700;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__desc {
  display: -webkit-box;
  margin: 0 0 16px;
  overflow: hidden;
  color: var(--b2-muted);
  font-size: 13px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__price {
  margin: 0 0 14px;
  padding: 14px 16px;
  border-radius: 10px;
  background: var(--b2-red-bg);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__price small {
  display: block;
  margin: 0 0 4px;
  color: var(--b2-red-txt);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__price b,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-price {
  display: block;
  color: var(--b2-red);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__price .woocommerce-Price-amount,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__price bdi,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-price .woocommerce-Price-amount,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-price bdi {
  color: inherit;
  font: inherit;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__ship {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--b2-orange-bg);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__ship-ic {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--b2-orange);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__ship > div {
  color: var(--b2-orange-txt);
  font-size: 11px;
  line-height: 1.4;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__ship > div b {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__order-h {
  margin: 0 0 10px;
  color: var(--b2-text);
  font-size: 13px;
  font-weight: 700;
}

/* WooCommerce's own add-to-cart form, restyled: the two submit buttons
   ("Shto në shportë" and WPC's "Porosit me 1 Klik") side by side. The design
   has no quantity field and no wishlist link here. */
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy {
  margin: 0 0 10px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .quantity,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single-product-whislist-compare,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .yith-wcwl-add-to-wishlist,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy .stock.in-stock {
  display: none !important;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy .stock {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy .stock.out-of-stock {
  color: var(--b2-red-txt);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  min-width: 0;
  height: auto;
  min-height: 46px;
  float: none;
  margin: 0 !important;
  padding: 12px 10px !important;
  border: 0;
  border-radius: 8px !important;
  background: var(--b2-red) !important;
  color: #fff;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  box-shadow: none !important;
  transform: none;
  cursor: pointer;
  opacity: 1;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button:focus-visible,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn:focus-visible {
  background: var(--b2-red-dark) !important;
  color: #fff;
  transform: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button.wpcbn-btn {
  background: var(--b2-red-dark) !important;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button.wpcbn-btn:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button.wpcbn-btn:focus-visible {
  background: #ad1919 !important;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button::before {
  content: "";
  display: block;
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0;
  background: currentColor;
  -webkit-mask: var(--b2-ic-cart) center / contain no-repeat;
  mask: var(--b2-ic-cart) center / contain no-repeat;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button.wpcbn-btn::before {
  -webkit-mask-image: var(--b2-ic-bolt);
  mask-image: var(--b2-ic-bolt);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button::after {
  content: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__wa,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn.is-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 10px !important;
  border: 1px solid var(--b2-green-line);
  border-radius: 8px !important;
  background: var(--b2-green-soft) !important;
  color: var(--b2-green);
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2;
  text-decoration: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__wa {
  width: 100%;
  margin: 0 0 14px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__wa:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__wa:focus-visible,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn.is-wa:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn.is-wa:focus-visible {
  background: #e3f5e9 !important;
  color: var(--b2-green);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__icon {
  flex: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sku {
  margin-top: auto;
  padding: 10px 14px;
  border: 1px solid var(--b2-line);
  border-radius: 8px;
  color: var(--b2-soft);
  font-size: 12px;
  line-height: 1.4;
}

/* ---------- sections that open and close ---------- */

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__accs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 20px 0 0;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc {
  margin: 0;
  border: 1px solid var(--b2-line);
  border-radius: 12px;
  background: var(--b2-card);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-title {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 20px 22px;
  border: 0;
  border-radius: 12px;
  background: none;
  color: var(--b2-text);
  font-family: inherit;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
  box-shadow: none;
  cursor: pointer;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-h:hover,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-h:focus {
  background: none;
  color: var(--b2-text);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-h:focus-visible {
  outline: 2px solid var(--b2-red);
  outline-offset: -2px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-h > span:first-child {
  font-size: 14px;
  font-weight: 700;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-sym {
  color: var(--b2-muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-b {
  display: none;
  padding: 0 22px 20px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc.is-open .bsp2__acc-b {
  display: block;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__specs {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__specs li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--b2-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__specs li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--b2-red);
  transform: translateY(-2px);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__specs b,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text b,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text strong {
  color: var(--b2-text);
  font-weight: 700;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text {
  color: var(--b2-muted);
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text p {
  margin: 0 0 12px;
  color: var(--b2-muted);
  font-size: 13px;
  line-height: 1.7;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text ul,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text ol {
  margin: 0 0 12px 18px;
  padding: 0;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text li {
  margin: 0 0 4px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text h2,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text h3,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text h4 {
  margin: 16px 0 8px;
  color: var(--b2-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text img,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text iframe,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text video {
  max-width: 100%;
  height: auto;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text > :last-child {
  margin-bottom: 0;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__facts {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--b2-line);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__text + .bsp2__facts {
  margin-top: 16px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-b > .bsp2__facts:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__facts > div {
  display: flex;
  gap: 10px;
  font-size: 13px;
  line-height: 1.5;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__facts dt {
  flex: 0 0 96px;
  margin: 0;
  color: var(--b2-text);
  font-weight: 700;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__facts dd {
  min-width: 0;
  margin: 0;
  color: var(--b2-muted);
  overflow-wrap: anywhere;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__facts a {
  color: var(--b2-red);
  text-decoration: none;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__bul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__bul > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__bul .bsp2__icon {
  flex-shrink: 0;
  color: var(--b2-red);
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__bul b {
  display: block;
  color: var(--b2-text);
  font-size: 13px;
}

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__bul span {
  color: var(--b2-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Related products keep the shop's card grid; only the spacing above. */
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__accs + .buzi-store-products-section,
body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__accs ~ section {
  margin-top: 28px;
}

/* ---------- phone bar (shown only up to 640px) ---------- */

body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky {
  display: none;
}

/* ---------- tablet ---------- */

@media (max-width: 960px) {
  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__media {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

/* ---------- phone ---------- */

@media (max-width: 640px) {
  body.single-product.buzi-single-product-showcase-active.bsp2-active #content.site-content > .container {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.single-product.buzi-single-product-showcase-active.bsp2-active #content.site-content > .container > .site-content-inner {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  /* Room for the fixed bar, also above the iPhone home indicator. */
  body.bsp2-active {
    padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px));
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__crumbs {
    flex-wrap: nowrap;
    margin-bottom: 12px;
    overflow-x: auto;
    font-size: 11px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__crumbs::-webkit-scrollbar {
    display: none;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__layout {
    gap: 14px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__gallery,
  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__gallery.has-thumbs {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumbs {
    order: 2;
    flex-direction: row;
    gap: 10px;
    width: auto;
    min-width: 0;
    align-self: auto;
    contain: none;
    padding-bottom: 2px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__thumb {
    width: 60px;
    min-width: 60px;
    height: 66px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-shell {
    order: 1;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav {
    width: 32px;
    height: 32px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav--prev {
    left: 10px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-nav--next {
    right: 10px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-zoom {
    display: none;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .buzi-single-product__stage-counter {
    display: block;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__info.summary.entry-summary {
    padding: 16px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product h1.bsp2__title.product_title {
    font-size: 20px !important;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__price b {
    font-size: 24px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart {
    flex-direction: column;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button {
    flex: none;
    width: 100% !important;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-h {
    padding: 16px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__acc-b {
    padding: 0 16px 16px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 14px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--b2-line);
    background: var(--b2-card);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-price {
    flex: none;
    font-size: 18px;
    white-space: nowrap;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn {
    min-height: 44px;
  }
}

@media (max-width: 360px) {
  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-price {
    font-size: 16px;
  }

  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__buy form.cart .single_add_to_cart_button,
  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__sticky-btn,
  body.bsp2-active .buzi-single-product-layout.bsp2.product.type-product .bsp2__wa {
    font-size: 12px !important;
  }
}
