.pssp-section{clear:both;margin:24px 0 30px;padding:16px;border:1px solid #eadfe4;border-radius:10px;background:#fff}.pssp-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.pssp-section-head h2{margin:0;font-size:1.25rem;line-height:1.25}.pssp-disclosure,.pssp-card-disclosure,.pssp-loop-disclosure{font-size:10px;line-height:1.2;letter-spacing:.02em;color:#666}.pssp-disclosure{border-bottom:1px dotted currentColor;cursor:help}.pssp-native-products>.products{margin-bottom:0}.pssp-native-products .product,.pssp-inline-product{min-width:0}.pssp-loop-disclosure{display:block;margin:0 0 5px}.pssp-merch-badge,.pssp-sponsored-offer-badge,.pssp-limited-deal-badge{display:table;width:auto;max-width:100%;margin:4px 0 6px;padding:4px 7px;border-radius:3px;color:#fff;font-size:11px;font-weight:700;line-height:1.2;white-space:normal}.pssp-merch-badge{background:#c45100}.pssp-sponsored-offer-badge{background:var(--pssp-accent,#8f1d4f)}.pssp-limited-deal-badge{background:#cc0c39}.pssp-sponsored-product .price,.pssp-sponsored-product .woocommerce-Price-amount{font-weight:600}.pssp-inline-pool[hidden]{display:none!important}.pssp-current-offer{margin:12px 0 16px;padding:12px 14px;border-left:4px solid var(--pssp-accent,#8f1d4f);background:#fff6f9;border-radius:4px}.pssp-current-offer .pssp-card-disclosure{margin-bottom:6px}.pssp-current-offer--badge-only{margin:8px 0 14px;padding:0;border-left:0;background:transparent}.pssp-current-offer strong{display:block;margin:5px 0 2px;color:var(--pssp-accent,#8f1d4f)}.pssp-current-offer .pssp-merch-badge{margin:6px 0}.pssp-current-offer--badge-only .pssp-merch-badge{margin:0}.pssp-current-offer small{display:block;margin-top:3px;line-height:1.45}.pssp-coupon{display:inline-block;margin-top:8px;padding:5px 7px;border:1px dashed var(--pssp-accent,#8f1d4f);border-radius:5px;color:var(--pssp-accent,#8f1d4f);font-size:12px;font-weight:600}.pssp-single-deal-badge{margin:2px 0 7px}.pssp-single-deal-badge .pssp-limited-deal-badge{margin:0}.pssp-tracking-meta[hidden]{display:none!important}@media(max-width:849px){.pssp-section{padding:13px}}@media(max-width:480px){.pssp-section{padding:11px}.pssp-section-head h2{font-size:1.1rem}.pssp-section-head{margin-bottom:9px}}
.pssp-merch-badge--penshelf_choice{background:#0073aa}.pssp-merch-badge--best_seller{background:#c45100}.pssp-merch-badge--custom{background:#4b5563}
.pssp-deals-landing{padding:28px 0 44px}.pssp-deals-header{margin:0 0 24px}.pssp-deals-header h1{margin-bottom:8px}.pssp-deals-header p{max-width:760px;margin:0}


/* v1.2.5: keep every Trending now placement inside a stable WooCommerce-style grid. */
.pssp-section{max-width:100%;overflow:hidden}
.pssp-native-products{width:100%;min-width:0}
.pssp-native-products>.products{
	display:grid!important;
	grid-template-columns:repeat(var(--pssp-columns,4),minmax(0,1fr))!important;
	align-items:start!important;
	grid-auto-flow:row!important;
	gap:18px!important;
	width:100%!important;
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
}
.pssp-native-products>.products::before,
.pssp-native-products>.products::after{display:none!important;content:none!important}
.pssp-native-products>.products>li.product,
.pssp-native-products>.products>.product,
.pssp-native-products>.products>.product-small,
.pssp-native-products>.products>.col{
	float:none!important;
	flex:none!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	margin:0!important;
	box-sizing:border-box!important;
	clear:none!important;
	grid-column:auto!important;
	grid-row:auto!important;
}
.pssp-native-products>.products img{
	display:block;
	max-width:100%!important;
	height:auto!important;
}
@media(max-width:849px){
	.pssp-native-products>.products{grid-template-columns:repeat(var(--pssp-tablet-columns,3),minmax(0,1fr))!important;gap:14px!important}
}
@media(max-width:549px){
	.pssp-native-products>.products{grid-template-columns:repeat(var(--pssp-mobile-columns,2),minmax(0,1fr))!important;gap:12px!important}
}

/* v1.2.6: neutralize theme first/last row-clearing inside dedicated Trending now grids. */
.pssp-native-products>.products>.first,
.pssp-native-products>.products>.last{clear:none!important}

/* v1.2.8: non-sponsored Price Drop badges and homepage countdown banner. */
.pssp-price-drop-badge{
	display:table;
	width:auto;
	max-width:100%;
	margin:4px 0 6px;
	padding:4px 8px;
	border-radius:3px;
	background:#cc0c39;
	color:#fff;
	font-size:11px;
	font-weight:700;
	line-height:1.2;
	white-space:normal;
}
.pssp-single-deal-badge .pssp-price-drop-badge{margin:0}
.pssp-price-drop-banner-wrap{clear:both;width:100%;box-sizing:border-box;margin:22px auto;padding:0 15px}
.pssp-price-drop-banner-wrap[hidden]{display:none!important}
.pssp-price-drop-banner{
	display:grid;
	grid-template-columns:minmax(0,1.35fr) auto auto;
	align-items:center;
	gap:24px;
	max-width:1080px;
	margin:0 auto;
	padding:22px 26px;
	border-radius:10px;
	background:linear-gradient(105deg,#111 0%,#202020 62%,#0b79bf 100%);
	color:#fff;
	box-shadow:0 10px 28px rgba(0,0,0,.16);
}
.pssp-price-drop-banner__copy h2{margin:2px 0 6px;color:#fff;font-size:1.6rem;line-height:1.2}
.pssp-price-drop-banner__copy p{margin:0;color:rgba(255,255,255,.84);line-height:1.45}
.pssp-price-drop-banner__eyebrow{display:block;color:#7fd0ff;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.pssp-price-drop-countdown{display:grid;grid-template-columns:repeat(4,minmax(58px,1fr));gap:8px}
.pssp-price-drop-countdown>span{display:flex;min-width:58px;flex-direction:column;align-items:center;justify-content:center;padding:8px 7px;border:1px solid rgba(255,255,255,.24);border-radius:7px;background:rgba(255,255,255,.08)}
.pssp-price-drop-countdown strong{color:#fff;font-size:1.15rem;line-height:1.1;font-variant-numeric:tabular-nums}
.pssp-price-drop-countdown small{margin-top:3px;color:rgba(255,255,255,.72);font-size:9px;letter-spacing:.04em;text-transform:uppercase}
.pssp-price-drop-banner .pssp-price-drop-banner__button{margin:0!important;padding:0 18px!important;border:1px solid #fff!important;border-radius:5px!important;background:#fff!important;color:#111!important;line-height:40px!important;white-space:nowrap!important}
.pssp-price-drop-banner .pssp-price-drop-banner__button:hover,.pssp-price-drop-banner .pssp-price-drop-banner__button:focus{background:#eaf7ff!important;color:#0a5f93!important}
.pssp-price-drop-products-section .pssp-section-head{justify-content:flex-start}
@media(max-width:849px){
	.pssp-price-drop-banner{grid-template-columns:1fr;gap:15px;text-align:center}
	.pssp-price-drop-countdown{justify-content:center}
	.pssp-price-drop-banner__button{justify-self:center}
}
@media(max-width:549px){
	.pssp-price-drop-banner-wrap{margin:16px auto;padding:0 10px}
	.pssp-price-drop-banner{padding:18px 14px}
	.pssp-price-drop-banner__copy h2{font-size:1.3rem}
	.pssp-price-drop-countdown{width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
	.pssp-price-drop-countdown>span{min-width:0;padding:7px 3px}
	.pssp-price-drop-countdown strong{font-size:1rem}
	.pssp-price-drop-countdown small{font-size:8px}
}


/* v1.2.9: logged-in administrator guidance when a manual banner shortcode has no active banner. */
.pssp-price-drop-admin-note{
	clear:both;
	width:100%;
	box-sizing:border-box;
	margin:14px auto;
	padding:10px 12px;
	border:1px dashed #0b79bf;
	border-radius:6px;
	background:#eef8ff;
	color:#17445f;
	font-size:13px;
	line-height:1.45;
}
