/* =========================================================
   Product Redesign — Marketing Pitch / Bundle / FAQ / Details / Badges / Sticky Bar
========================================================= */

/* ---------- Marketing Pitch Block ---------- */
.supgor-pitch-block {
	margin: 20px 0;
	padding-top: 16px;
	border-top: 1px solid #eee;
}
.supgor-pitch-heading {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 16px 0 6px;
}
.supgor-pitch-heading:first-child { margin-top: 0; }
.supgor-pitch-text {
	font-size: 14px;
	line-height: 1.6;
	color: #444;
	margin: 0 0 8px;
}
.supgor-pitch-perfect-for {
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0 4px;
}
.supgor-pitch-bullets {
	margin: 0 0 10px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.7;
	color: #444;
}
.supgor-pitch-closing {
	font-size: 14px;
	color: #444;
}
.supgor-read-more {
	font-weight: 600;
	text-decoration: underline;
	color: #000;
	margin-left: 4px;
}


/* ---------- Bundle Box ---------- */
.supgor-bundle-box {
	margin: 24px auto;
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fafafa;
}
.supgor-bundle-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
}
.supgor-bundle-item label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}
.supgor-bundle-checkbox { margin-top: 6px; width: 16px; height: 16px; }
.supgor-bundle-thumb img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
}
.supgor-bundle-info { display: flex; flex-direction: column; gap: 2px; max-width: 160px; }
.supgor-bundle-name { font-size: 12.5px; font-weight: 600; line-height: 1.3; }
.supgor-bundle-price { font-size: 13px; font-weight: 700; }
.supgor-bundle-plus { font-size: 20px; font-weight: 700; color: #999; }

.supgor-bundle-footer {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}
.supgor-bundle-total-label { font-size: 13px; color: #666; }
.supgor-bundle-total-price { font-size: 18px; font-weight: 700; }
.supgor-add-bundle-to-cart {
	margin-left: auto;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 22px;
	font-weight: 600;
	cursor: pointer;
}
.supgor-add-bundle-to-cart:hover { background: #222; }

/* ---------- FAQ + Product Details two-column section ---------- */
.supgor-faq-details-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin: 40px auto;
}
@media screen and (max-width: 991.98px) {
	.supgor-faq-details-section { grid-template-columns: 1fr; gap: 30px; }
}
.supgor-section-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 16px;
}

/* FAQ accordion */

/* FAQ accordion */
.supgor-faq-accordion { display: flex; flex-direction: column; gap: 0; }
.supgor-faq-item { border-bottom: 1px solid #222; }
.supgor-faq-item:first-child { border-top: 1px solid #222; }
.supgor-faq-question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	color: #333;
	background: transparent;
	border: none;
	padding: 14px 16px;
	font-size: 13.5px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.supgor-faq-item + .supgor-faq-item .supgor-faq-question { margin-top: 6px; }
.supgor-faq-icon { transition: transform 0.2s ease; flex-shrink: 0; }
.supgor-faq-item.is-open .supgor-faq-icon { transform: rotate(180deg); }
.supgor-faq-answer {
	display: none;
	padding: 12px 16px;
	background: #f6f6f6;
	font-size: 13.5px;
	line-height: 1.6;
	color: #444;
}
.supgor-faq-answer p { margin: 0; }

/* Product details column */
.supgor-details-intro {
	font-size: 13.5px;
	line-height: 1.6;
	color: #444;
	margin: 0 0 12px;
}
.supgor-details-bullets {
	margin: 0 0 14px;
	padding-left: 18px;
	font-size: 13.5px;
	line-height: 1.8;
	color: #444;
}
.supgor-details-column p { font-size: 13.5px; line-height: 1.6; color: #444; margin: 0 0 10px; }
.supgor-specs-title { margin-top: 22px; font-size: 16px; }
.supgor-specs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 24px;
}
.supgor-spec-cell {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #e5e7eb;
	padding-bottom: 6px;
	font-size: 13px;
}
.supgor-spec-label { color: #666; }
.supgor-spec-value { font-weight: 600; }

/* ---------- Sticky bottom bar ---------- */
.supgor-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100px;
	background: #fff;
	border-top: 1px solid #e5e7eb;
	box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
	z-index: 999;
	transition: bottom 0.25s ease;
}
.supgor-sticky-bar.is-visible { bottom: 0; }
.supgor-sticky-bar-inner {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 10px 0;
}
.supgor-sticky-thumb img { width: 44px; height: 44px; object-fit: cover; border-radius: 6px; }
.supgor-sticky-title { font-size: 13px; font-weight: 600; flex: 1; }
.supgor-sticky-price { font-size: 14px; font-weight: 700; }
.supgor-sticky-cta {
	background: #000;
	color: #fff !important;
	border-radius: 6px;
	padding: 9px 20px;
	font-weight: 600;
	font-size: 13px;
}
@media screen and (max-width: 575.98px) {
	.supgor-sticky-title { display: none; }
}
/* faq should come below product details */
/* Add to your product-redesign.css or wherever this section's CSS lives */

@media (max-width: 767px) {
    #supgor-faq-details-section {
        display: flex;
        flex-direction: column;
    }
    .supgor-details-column {
        order: 1;  /* Product Details shows FIRST on mobile */
    }
    .supgor-faq-column {
        order: 2;  /* FAQ shows BELOW it */
    }
}