/**
 * SYRO CBD — Conversion juin 2026 (mobile-first)
 */

/* Boutons fiche produit */
.single-product form.cart .single_add_to_cart_button,
.single-product .syro-buy-now-btn {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 10px auto 0;
	padding: 14px 18px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	border-radius: 999px !important;
	text-align: center;
	min-height: 48px;
	line-height: 1.2 !important;
}

.single-product .syro-buy-now-btn {
	background: linear-gradient(135deg, #0f766e, #14b8a6) !important;
	color: #fff !important;
	border: 0 !important;
}

.single-product form.cart {
	text-align: center;
}

/* Vignettes boutique */
.syro-loop-quick-actions {
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

.syro-loop-quick-actions .button {
	width: 100%;
	max-width: 220px;
	min-height: 42px;
	padding: 10px 14px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	border-radius: 999px !important;
	text-align: center;
}

.syro-loop-buy-btn {
	background: #0f766e !important;
	color: #fff !important;
}

/* Barre mobile */
.syro-mobile-shop-bar {
	display: none;
}

@media (max-width: 921px) {
	body:not(.woocommerce-checkout) .syro-mobile-shop-bar {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999950;
		background: #fff;
		border-top: 1px solid #e2e8f0;
		box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.12);
		padding: 6px 8px calc(6px + env(safe-area-inset-bottom));
	}

	body:not(.woocommerce-checkout) {
		padding-bottom: 62px;
	}

	.syro-msb-item {
		flex: 1;
		text-align: center;
		text-decoration: none !important;
		color: #334155 !important;
		font-size: 11px;
		font-weight: 700;
		padding: 8px 4px;
		position: relative;
	}

	.syro-msb-checkout {
		color: #fff !important;
		background: linear-gradient(135deg, #166534, #22c55e);
		border-radius: 12px;
		margin-left: 4px;
	}

	.syro-msb-count {
		position: absolute;
		top: 2px;
		right: 12px;
		background: #ef4444;
		color: #fff;
		border-radius: 999px;
		min-width: 18px;
		height: 18px;
		line-height: 18px;
		font-size: 10px;
	}
}

/* Réassurance */
.syro-reassurance-strip {
	list-style: none;
	margin: 12px 0;
	padding: 12px 14px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	font-size: 12px;
	line-height: 1.45;
	color: #475569;
}

.syro-reassurance-strip li {
	margin: 0 0 6px;
}

.syro-reassurance-strip li:last-child {
	margin-bottom: 0;
}

.syro-reassurance-strip a {
	color: #166534;
}

/* Cross-sell panier */
.syro-cart-crosssell {
	margin-top: 16px;
	padding: 14px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 12px;
}

.syro-cart-crosssell h3 {
	margin: 0 0 10px;
	font-size: 15px;
}

.syro-cart-crosssell-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.syro-cart-crosssell-list li {
	margin: 0 0 8px;
	font-size: 13px;
}

.syro-xs-add {
	font-size: 11px !important;
	padding: 4px 10px !important;
	margin-left: 6px !important;
}

/* Blocs homepage */
.syro-home-block {
	padding: 24px 16px;
}

.syro-home-block-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.syro-home-block-title {
	font-size: 22px;
	margin: 0 0 16px;
	text-align: center;
}

.syro-home-block-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.syro-home-block-card a {
	display: block;
	text-decoration: none !important;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 10px;
	text-align: center;
	color: #1e293b !important;
}

.syro-home-block-name {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 8px;
}

.syro-home-block-price {
	display: block;
	font-size: 14px;
	font-weight: 800;
	color: #166534;
	margin-top: 4px;
}

.syro-home-block--pickup {
	background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
	text-align: center;
}

.syro-home-block-cta {
	margin-top: 12px !important;
	border-radius: 999px !important;
}

.syro-checkout-pickup-note {
	background: #ecfdf5;
	border: 1px solid #bbf7d0;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 16px;
	font-size: 13px;
	color: #166534;
}

.syro-product-upsell {
	margin: 20px 0;
	padding: 16px;
	background: #f8fafc;
	border-radius: 12px;
}

.syro-product-upsell ul {
	margin: 0;
	padding-left: 18px;
}

/* Bannière réinscription */
#syro-comeback-top-banner {
	background: linear-gradient(90deg, #14532d, #166534);
	color: #fff;
	text-align: center;
	padding: 8px 36px 8px 12px;
	font-size: 12px;
	line-height: 1.35;
	position: relative;
	z-index: 999940;
}

#syro-comeback-top-banner a {
	color: #bbf7d0;
	font-weight: 700;
}

#syro-comeback-top-banner .syro-comeback-banner-close {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

@media (max-width: 480px) {
	#syro-comeback-top-banner {
		font-size: 11px;
		padding-right: 32px;
	}
}
