/**
 * Single product — layout PDP.
 */

.sanomart-pdp__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.5rem;
	align-items: stretch;
	width: 100%;
}

.sanomart-pdp__media,
.sanomart-pdp__summary {
	min-width: 0;
}

.sanomart-pdp__media-sticky,
.sanomart-pdp__summary-sticky {
	min-width: 0;
}

.sanomart-pdp-gallery {
	width: 100%;
	margin-bottom: 0.75rem;
}

.sanomart-pdp-gallery--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
}

.sanomart-pdp-gallery__main-wrap {
	position: relative;
}

.sanomart-pdp-gallery__disclaimer {
	margin: 0.5rem 0 0;
	font-size: 1rem;
	line-height: 1.45;
	color: #6b7280;
	text-align: left;
}

.sanomart-pdp-gallery__main {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	background: #fff;
	aspect-ratio: 1 / 1;
}

.sanomart-pdp-gallery__track {
	display: flex;
	height: 100%;
	transition: transform 0.35s ease;
	will-change: transform;
}

.sanomart-pdp-gallery__slide {
	flex: 0 0 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0.75rem;
	box-sizing: border-box;
}

.sanomart-pdp-gallery__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.sanomart-pdp-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: none;
	border-radius: 999px;
	background: rgba( 255, 255, 255, 0.92 );
	color: #111827;
	font-size: 1.5rem;
	line-height: 1;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.12 );
	cursor: pointer;
	transform: translateY( -50% );
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.2s ease,
		visibility 0.2s ease,
		background-color 0.15s ease,
		box-shadow 0.15s ease;
}

.sanomart-pdp-gallery__main-wrap:has( .sanomart-pdp-gallery__main:hover ) .sanomart-pdp-gallery__nav,
.sanomart-pdp-gallery__main-wrap:has( .sanomart-pdp-gallery__nav:hover ) .sanomart-pdp-gallery__nav,
.sanomart-pdp-gallery__main-wrap:has( .sanomart-pdp-gallery__nav:focus-visible ) .sanomart-pdp-gallery__nav,
.sanomart-pdp-gallery__main-wrap:has( .sanomart-pdp-gallery__main:focus-visible ) .sanomart-pdp-gallery__nav {
	opacity: 1;
	visibility: visible;
}

.sanomart-pdp-gallery__nav:hover {
	background: #fff;
	box-shadow: 0 4px 12px rgba( 0, 0, 0, 0.16 );
}

.sanomart-pdp-gallery__nav--prev {
	left: 0.5rem;
}

.sanomart-pdp-gallery__nav--next {
	right: 0.5rem;
}

.sanomart-pdp-gallery__thumbs-wrap {
	margin-top: 0.75rem;
}

.sanomart-pdp-gallery__thumbs {
	display: flex;
	gap: 0.5rem;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	padding-bottom: 2px;
}

.sanomart-pdp-gallery__thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	scroll-snap-align: center;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.sanomart-pdp-gallery__thumb.is-active {
	border-color: var( --sanomart-primary, #283b91 );
	box-shadow: inset 0 0 0 1px var( --sanomart-primary, #283b91 );
}

.sanomart-pdp-gallery__thumb-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sanomart-pdp__brand {
	margin: 0 0 0.35rem;
	font-size: 0.875rem;
	color: #6b7280;
}

.sanomart-pdp__brand a {
	color: var(--sanomart-primary, #283b91);
	font-weight: 600;
	text-decoration: none;
}

.sanomart-pdp__brand a:hover {
	text-decoration: underline;
}

.sanomart-pdp__summary .product_title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.25rem, 2.5vw, 1.625rem);
	font-weight: 700;
	line-height: 1.35;
	color: #111827;
}

.sanomart-pdp__official-name {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	font-size: 1rem;
	line-height: 1.45;
}

.sanomart-pdp__official-name-label {
	font-weight: 700;
	color: #111827;
	text-transform: uppercase;
}

.sanomart-pdp__official-name-value {
	color: #374151;
	font-weight: 500;
}

/* Giá */
.sanomart-pdp__price-block {
	margin-bottom: 1rem;
}

.sanomart-pdp__price-current {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem;
}

.sanomart-pdp__price-amount {
	font-size: clamp(1rem, 3vw, 1.75rem);
	font-weight: 600;
	color: var(--sanomart-primary, #283b91);
	line-height: 1.2;
}

.sanomart-pdp__price-unit {
	font-size: 1rem;
	font-weight: 600;
	color: var(--sanomart-primary, #283b91);
}

.sanomart-pdp__price-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.35rem;
}

.sanomart-pdp__price-meta[hidden] {
	display: none !important;
}

.sanomart-pdp__upcoming {
	margin-top: 0.45rem;
}

.sanomart-pdp__upcoming[hidden] {
	display: none !important;
}

.sanomart-pdp__price-regular {
	font-size: 0.9375rem;
	color: #9ca3af;
	text-decoration: line-through;
}

.sanomart-pdp__price-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.15rem 0.45rem;
	border-radius: 4px;
	background: #dc2626;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.3;
}

/* Biến thể — button */
.sanomart-pdp__variations.variations {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	margin-bottom: 1rem;
	border: 0;
}

.sanomart-pdp__variations.variations select {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sanomart-pdp__variation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
}

.sanomart-pdp__variation-head {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	min-width: 0;
}

.sanomart-pdp__variation-label {
	display: inline-flex;
	flex-shrink: 0;
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: #374151;
	white-space: nowrap;
}

.sanomart-pdp__variation-current {
	font-size: 0.875rem;
	font-weight: 700;
	color: #111827;
}

.sanomart-pdp__variation-options {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	min-width: 0;
}

.sanomart-pdp__variation-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0.4rem 0.75rem;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #fff;
	color: #111827;
	font-size: 0.75rem;
	font-weight: 500;
	cursor: pointer;
	line-height: 1;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.sanomart-pdp__variation-btn:hover {
	border-color: var(--sanomart-primary, #283b91);
	color: var(--sanomart-primary, #283b91);
}

.sanomart-pdp__variation-btn.is-active {
	border-color: var(--sanomart-primary, #283b91);
	background: #eef2ff;
	color: var(--sanomart-primary, #283b91);
	box-shadow: inset 0 0 0 1px var(--sanomart-primary, #283b91);
}

.sanomart-pdp__variation--color .sanomart-pdp__variation-options {
	flex: 0 0 100%;
}

.sanomart-pdp__variation-btn--color {
	--sanomart-swatch-color: #f8fafc;
	min-height: 30px;
	width: 30px;
	padding: 0;
	border-radius: 6px;
	border-color: #d1d5db;
	color: transparent;
	box-shadow: none;
}

.sanomart-pdp__variation-btn--color:hover,
.sanomart-pdp__variation-btn--color.is-active {
	background: #fff;
	color: transparent;
}

.sanomart-pdp__variation-btn--color.is-active {
	border-color: #ff3b30;
	box-shadow: inset 0 0 0 1px #ff3b30;
}

.sanomart-pdp__variation-color-chip {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: var(--sanomart-swatch-color);
	border: 1px solid rgba(15, 23, 42, 0.16);
}

.sanomart-pdp__variation--size .sanomart-pdp__variation-btn.is-active {
	border-color: #ffb74d;
	background: #ffb74d;
	color: #111827;
	box-shadow: inset 0 0 0 1px #f59e0b;
}

.sanomart-pdp__variation--size .sanomart-pdp__variation-btn:hover {
	border-color: #f59e0b;
	color: #111827;
}

.sanomart-pdp__variation--size .sanomart-pdp__variation-options {
	flex: 0 1 auto;
}

.sanomart-pdp__size-guide-link {
	align-self: center;
	margin-left: 0.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--sanomart-primary, #283b91);
	font-size: 0.875rem;
	text-decoration: underline;
	cursor: pointer;
}

.sanomart-pdp__size-guide-link:hover {
	color: var(--sanomart-primary-dark, #1d2b6a);
}

@media (max-width: 767px) {
	.sanomart-pdp__variation--size .sanomart-pdp__variation-options {
		flex: 1 1 100%;
	}

	.sanomart-pdp__size-guide-link {
		margin-left: 0;
	}
}

.sanomart-pdp__variation-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.sanomart-pdp__cart .woocommerce-variation-price,
.sanomart-pdp__cart .woocommerce-variation-availability {
	display: none !important;
}

.sanomart-size-guide-modal[hidden] {
	display: none !important;
}

body.sanomart-size-guide-open {
	overflow: hidden;
}

.sanomart-size-guide-modal {
	position: fixed;
	inset: 0;
	z-index: 10060;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sanomart-size-guide-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.58);
}

.sanomart-size-guide-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 760px);
	max-height: calc(100vh - 40px);
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.22);
	overflow: hidden;
}

.sanomart-size-guide-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 20px;
	border-bottom: 1px solid #e5e7eb;
}

.sanomart-size-guide-modal__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #111827;
}

.sanomart-size-guide-modal__close {
	padding: 0;
	border: 0;
	background: transparent;
	color: #6b7280;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
}

.sanomart-size-guide-modal__body {
	padding: 20px;
	max-height: calc(100vh - 140px);
	overflow: auto;
}

.sanomart-size-guide-modal__image {
	display: block;
	width: 100%;
	height: auto;
}

/* Số lượng + nút */
.sanomart-pdp__qty-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.sanomart-pdp__qty-label {
	font-size: 0.875rem;
	font-weight: 600;
	color: #374151;
}

.sanomart-pdp__qty-row .quantity.wrcf-qty-control,
.sanomart-pdp__qty-row .wrcf-qty-control {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 0;
	background: transparent;
	overflow: visible;
}

.sanomart-pdp__qty-row .wrcf-qty-control__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: #f3f4f6;
	color: #4b5563;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}

.sanomart-pdp__qty-row .wrcf-qty-control__btn:hover:not(:disabled) {
	background: #e5e7eb;
	color: #111827;
}

.sanomart-pdp__qty-row .wrcf-qty-control__btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.sanomart-pdp__qty-row .wrcf-qty-control__input,
.sanomart-pdp__qty-row .wrcf-qty-control .qty {
	width: 2.5rem;
	min-width: 2.5rem;
	min-height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
	color: #111827;
	-moz-appearance: textfield;
	appearance: textfield;
}

.sanomart-pdp__qty-row .wrcf-qty-control__input::-webkit-outer-spin-button,
.sanomart-pdp__qty-row .wrcf-qty-control__input::-webkit-inner-spin-button,
.sanomart-pdp__qty-row .wrcf-qty-control .qty::-webkit-outer-spin-button,
.sanomart-pdp__qty-row .wrcf-qty-control .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.sanomart-pdp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 1rem;
}

.sanomart-pdp__actions > * {
	flex: 1 1 0;
	min-width: 0;
	width: auto;
}

.sanomart-pdp__actions .sanomart-btn {
	width: 100%;
}

.sanomart-pdp__btn--zalo .sanomart-pdp__zalo-icon {
	display: block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	object-fit: contain;
}

/* Mô tả ngắn + thông số */
.sanomart-pdp__summary .woocommerce-product-details__short-description {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.55;
	color: #374151;
}
.sanomart-pdp__summary .woocommerce-product-details__short-description strong,
.sanomart-pdp__summary .woocommerce-product-details__short-description b {
	font-weight: 600;
}

.sanomart-pdp__quick-specs {
	display: grid;
	gap: 1rem;
	margin: 1.5rem 0 1rem;
	padding: 0;
}

.sanomart-pdp__quick-spec {
	display: grid;
	grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
	gap: 0.5rem;
	font-size: 1rem;
	line-height: 1.45;
}

.sanomart-pdp__quick-spec dt {
	margin: 0;
	font-weight: 600;
	color: #111827;
}

.sanomart-pdp__quick-spec dd {
	margin: 0;
	color: #374151;
}

.sanomart-pdp__quick-spec dd a {
	color: var( --sanomart-primary, #283b91 );
	font-weight: 600;
	text-decoration: none;
}

.sanomart-pdp__quick-spec dd a:hover {
	text-decoration: underline;
}

/* Trust badges */
.sanomart-pdp__trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem 1rem;
	margin-top: 1.25rem;
}

.sanomart-pdp__trust-item {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.sanomart-pdp__trust-icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
}

.sanomart-pdp__trust-icon-img {
	display: block;
	width: auto;
	height: 44px !important;
	max-width: 100%;
	object-fit: contain;
}

.sanomart-pdp__trust-text {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 0;
}

.sanomart-pdp__trust-text strong {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--sanomart-primary, #283b91);
}

.sanomart-pdp__trust-text span {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	color: var(--sanomart-primary, #283b91);
}

/* Hot deal trên PDP */
.sanomart-pdp__live {
	margin: 0.45rem 0 1rem;
}

.sanomart-pdp__live .hotdeal-upcoming {
	margin-top: 0;
}

.sanomart-pdp__summary .hotdeal-single-gifts {
	margin-top: 0.5rem;
}

@media (min-width: 768px) {
	.sanomart-pdp__layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 2rem;
		align-items: stretch;
	}

	.sanomart-pdp__media-sticky,
	.sanomart-pdp__summary-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: calc( var( --sanomart-header-offset, 72px ) + 1rem );
		align-self: start;
		z-index: 2;
	}

	.sanomart-pdp-gallery {
		margin-bottom: 0.75rem;
	}
}

@media (min-width: 992px) {
	.sanomart-pdp__layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.sanomart-pdp__actions {
		flex-wrap: nowrap;
	}

	.sanomart-pdp__btn {
		flex: 1 1 0;
		min-width: 0;
		padding-inline: 0.85rem;
		font-size: 0.875rem;
	}
}

@media (max-width: 479px) {
	.sanomart-pdp__trust {
		gap: 1rem 0.75rem;
	}

	.sanomart-pdp__trust-icon {
		width: 44px;
		height: 44px;
	}

	.sanomart-pdp__trust-text strong,
	.sanomart-pdp__trust-text span {
		font-size: 0.8125rem;
	}

	.sanomart-pdp__actions {
		flex-direction: column;
	}

	.sanomart-pdp__btn {
		width: 100%;
	}

	.sanomart-pdp__actions > * {
		flex-basis: auto;
	}
}

/* Mô tả sản phẩm — 2 cột + sticky nav */
.sanomart-pdp-desc {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e5e7eb;
}

.sanomart-pdp-desc__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 1.25rem;
	align-items: stretch;
}

.sanomart-pdp-desc__nav-wrap {
	min-width: 0;
	align-self: stretch;
	height: 100%;
}

.sanomart-pdp-desc__nav {
	position: -webkit-sticky;
	position: sticky;
	top: calc( var( --sanomart-header-offset, 72px ) + 1rem );
	z-index: 4;
	max-height: calc( 100vh - var( --sanomart-header-offset, 72px ) - 2rem );
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.sanomart-pdp-desc__nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #fff;
}

.sanomart-pdp-desc__nav-item {
	border-bottom: 1px solid #e5e7eb;
}

.sanomart-pdp-desc__nav-item:last-child {
	border-bottom: 0;
}

.sanomart-pdp-desc__nav-link {
	display: block;
	padding: 0.85rem 1rem;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.4;
	color: #111827;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.sanomart-pdp-desc__nav-link:hover {
	color: var( --sanomart-primary, #283b91 );
	background: #f8fafc;
}

.sanomart-pdp-desc__nav-link.is-active {
	font-weight: 700;
	color: var( --sanomart-primary, #283b91 );
	background: #eef2ff;
}

.sanomart-pdp-desc__content {
	min-width: 0;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #374151;
}

.sanomart-pdp-desc__content > :first-child {
	margin-top: 0;
}

.sanomart-pdp-desc__heading {
	margin: 1.75rem 0 0.75rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	color: #0f172a;
	scroll-margin-top: calc( var( --sanomart-header-offset, 72px ) + 1.25rem );
}

.sanomart-pdp-desc__heading:first-child {
	margin-top: 0;
}

.sanomart-pdp-desc__content img {
	max-width: 100%;
	height: auto;
}

.sanomart-pdp-desc__content table {
	width: 100%;
	border-collapse: collapse;
}

@media (min-width: 768px) {
	.sanomart-pdp-desc__layout {
		grid-template-columns: minmax( 200px, 240px ) minmax( 0, 1fr );
		gap: 2rem;
	}

	.sanomart-pdp-desc--no-nav .sanomart-pdp-desc__layout {
		grid-template-columns: minmax( 0, 1fr );
	}

	.sanomart-pdp-desc__content {
		align-self: start;
	}
}

@media (max-width: 767px) {
	.sanomart-pdp-desc__nav-wrap {
		align-self: start;
		height: auto;
	}

	.sanomart-pdp-desc__nav {
		position: -webkit-sticky;
		position: sticky;
		top: var( --sanomart-header-offset, 56px );
		z-index: 5;
		max-height: none;
		overflow: visible;
		padding-bottom: 0.5rem;
		background: #fff;
		box-shadow: 0 6px 12px -8px rgba( 15, 23, 42, 0.25 );
	}

	.sanomart-pdp-desc__nav-list {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		border-radius: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}

	.sanomart-pdp-desc__nav-item {
		flex: 0 0 auto;
		border-bottom: 0;
		border-right: 1px solid #e5e7eb;
	}

	.sanomart-pdp-desc__nav-item:last-child {
		border-right: 0;
	}

	.sanomart-pdp-desc__nav-link {
		white-space: nowrap;
		padding: 0.65rem 0.9rem;
		font-size: 0.875rem;
	}
}

/* FAQ sản phẩm */
.sanomart-pdp-faq {
	margin: 2rem 0 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--sanomart-primary, #283b91);
	border-radius: 12px;
	background: #fff;
}

.sanomart-pdp-faq__title {
	margin: 0 0 1rem;
	font-size: clamp(1.25rem, 2.4vw, 1.625rem);
	font-weight: 800;
	line-height: 1.25;
	color: #0f172a;
}

.sanomart-pdp-faq__list {
	display: grid;
	gap: 0;
}

.sanomart-pdp-faq__item {
	border-bottom: 1px solid #d1d5db;
}

.sanomart-pdp-faq__item:last-child {
	border-bottom: 0;
}

.sanomart-pdp-faq__question {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.5rem;
	padding: 1rem 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.4;
	color: #111827;
	cursor: pointer;
	list-style: none;
}

.sanomart-pdp-faq__question::-webkit-details-marker {
	display: none;
}

.sanomart-pdp-faq__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 800;
	line-height: 1;
}

.sanomart-pdp-faq__question-text {
	min-width: 0;
}

.sanomart-pdp-faq__chevron {
	position: relative;
	width: 18px;
	height: 18px;
}

.sanomart-pdp-faq__chevron::before {
	content: "";
	position: absolute;
	inset: 4px 3px auto auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid #111827;
	border-bottom: 2px solid #111827;
	transform: rotate(45deg);
	transition: transform 0.18s ease;
}

.sanomart-pdp-faq__item[open] .sanomart-pdp-faq__chevron::before {
	transform: translateY(3px) rotate(225deg);
}

.sanomart-pdp-faq__answer {
	max-width: 760px;
	padding: 0 2rem 1.125rem 1.5rem;
	font-size: 1rem;
	line-height: 1.45;
	color: #111827;
}

.sanomart-pdp-faq__answer > :first-child {
	margin-top: 0;
}

.sanomart-pdp-faq__answer > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.sanomart-pdp-faq {
		padding: 1.125rem;
	}

	.sanomart-pdp-faq__question {
		font-size: 0.9375rem;
	}

	.sanomart-pdp-faq__answer {
		padding-right: 0;
		font-size: 0.9375rem;
	}
}
