/* Stephy100 - fiche produit, template natif (single-product.php).
   Scope strict a .s100pd pour ne jamais affecter le reste du site. */

.s100pd h1.s100pd-title {
	font-family: 'Cormorant Garamond', serif !important;
	font-weight: 500 !important;
	font-size: 38px !important;
	margin: 0 0 10px !important;
	line-height: 1.15 !important;
}

.s100pd .s100pd-price {
	font-family: 'Cormorant Garamond', serif !important;
	font-size: 28px !important;
	color: #C97B4A !important;
	margin: 0 0 10px !important;
}
.s100pd .s100pd-price ins, .s100pd .s100pd-price del,
.s100pd .s100pd-price ins *, .s100pd .s100pd-price del * { text-decoration: none !important; }
.s100pd .s100pd-price .s100pd-ttc { font-family: 'Inter', sans-serif; font-size: 13px; color: #8A7E72; }

.s100pd .s100pd-social {
	display: flex; align-items: center; gap: 8px; margin-bottom: 22px; font-size: 13px; color: #4A4038;
}

.s100pd .s100pd-desc { font-size: 14.5px; line-height: 1.7; color: #4A4038; margin: 0 0 26px; font-weight: 300; max-width: 460px; }
.s100pd .s100pd-desc p { margin: 0 0 12px; }

.s100pd-thumbs { display: flex; flex-direction: column; gap: 12px; width: 76px; flex-shrink: 0; }
.s100pd-thumb { width: 76px; height: 96px; overflow: hidden; border: 1px solid rgba(36,30,27,0.1); cursor: pointer; flex-shrink: 0; transition: border-color 200ms ease-out; background: #EDE1D5; display: flex; align-items: center; justify-content: center; }
.s100pd-thumb.is-active { border: 2px solid #C97B4A; }
.s100pd-thumb img { width: 100%; height: 100%; object-fit: contain; }

.s100pd-zoom-wrap { position: relative; flex: 1; overflow: hidden; background: #EDE1D5; }
.s100pd-main-img { display: block; width: 100%; height: auto; transition: transform 400ms ease-out; }
.s100pd-zoom-wrap:hover .s100pd-main-img { transform: scale(1.08); }

.s100pd-badges { position: absolute; top: 16px; left: 16px; display: flex; flex-direction: column; gap: 6px; }
.s100pd-badge { font-size: 10px; letter-spacing: 0.06em; padding: 6px 11px; }
.s100pd-badge--dark { background: #241E1B; color: #FBF0E8; }
.s100pd-badge--tan { background: #F0C9AC; color: #5A3821; border-radius: 4px; }
.s100pd-badge--green { background: #DCE9DC; color: #3C6B3E; border-radius: 4px; }

.s100pd .s100pd-h2 {
	font-family: 'Cormorant Garamond', serif !important;
	font-weight: 500 !important;
	font-size: 30px !important;
	margin: 0 0 32px !important;
}

/* Onglets natifs WooCommerce restyles */
.s100pd-tabs-wrap .woocommerce-tabs ul.tabs { display: flex; gap: 36px; border-bottom: 1px solid rgba(36,30,27,0.1); margin: 0 0 32px; padding: 0; list-style: none; }
.s100pd-tabs-wrap .woocommerce-tabs ul.tabs li { margin: 0; }
.s100pd-tabs-wrap .woocommerce-tabs ul.tabs li a { font-family: 'Inter', sans-serif; font-size: 13px; letter-spacing: 0.05em; color: #8A7E72; text-decoration: none; padding-bottom: 14px; display: inline-block; border-bottom: 2px solid transparent; }
.s100pd-tabs-wrap .woocommerce-tabs ul.tabs li.active a { color: #C97B4A; border-bottom-color: #C97B4A; }
.s100pd-tabs-wrap .woocommerce-tabs .panel { font-size: 14.5px; line-height: 1.85; color: #4A4038; font-weight: 300; max-width: 720px; }
.s100pd-shipping-tab p { margin: 0 0 14px; font-size: 14px; }

/* Barre collante mobile */
.s100pd-sticky-bar {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
	background: #FFFDFB; box-shadow: 0 -12px 30px rgba(36,30,27,0.12);
	padding: 12px 16px; align-items: center; justify-content: space-between; gap: 14px;
	display: none; transform: translateY(100%); transition: transform 280ms ease-out;
}
.s100pd-sticky-bar.is-visible { transform: translateY(0); }
.s100pd-sticky-price { font-family: 'Cormorant Garamond', serif; font-size: 19px; margin: 0; color: #241E1B; flex-shrink: 0; white-space: nowrap; }
.s100pd-sticky-price ins, .s100pd-sticky-price del { text-decoration: none; }
.s100pd-sticky-add { flex: 1; display: flex; align-items: center; justify-content: center; min-height: 50px; background: #C97B4A; color: #FFFDFB; border: none; border-radius: 4px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; }

@media (max-width: 1023px) {
	.s100pd-layout { flex-direction: column !important; }
	.s100pd-gallery { flex-direction: column-reverse !important; flex: none !important; width: 100% !important; }
	.s100pd-thumbs { flex-direction: row !important; width: 100% !important; overflow-x: auto !important; }
	.s100pd-info { max-width: 100% !important; }
	/* Visible des l'arrivee sur la page (pas seulement apres avoir scrolle
	   au-dela du vrai bouton) - sur mobile, mieux vaut l'achat toujours a
	   portee de pouce plutot que de forcer a descendre toute la fiche. */
	.s100pd-sticky-bar { display: flex !important; transform: translateY(0) !important; }
	.s100pd-complete .s100-card-grid { grid-template-columns: repeat(2,1fr) !important; gap: 14px !important; }
}

.stephy100-pd-wish {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(36,30,27,0.2);
	border-radius: 4px;
	background: #FFFDFB;
	cursor: pointer;
	flex-shrink: 0;
}
.stephy100-pd-wish:hover {
	border-color: #C97B4A;
}
.stephy100-pd-wish svg {
	width: 18px;
	height: 18px;
}

/* ==========================================================================
   Elements natifs WooCommerce/mu-plugins (swatches, choix taille unique/
   sur-mesure, quantite, bouton panier, guide des tailles) : ces blocs
   ciblent des classes NON changees par la reconstruction du template
   (rendues par woocommerce_template_single_add_to_cart() + hooks
   stephy100-acompte-confection.php), portees depuis l'ancien
   product-page.css qui avait deja les bonnes valeurs.
   ========================================================================== */

body.single-product {
	--s100-bg: #FBF0E8;
	--s100-surface: #F3E4D8;
	--s100-text: #241E1B;
	--s100-text-soft: #4A4038;
	--s100-accent: #C97B4A;
	--s100-accent-dark: #A5623A;
	--s100-border: rgba(36,30,27,0.15);
	--s100-ivory: #FFFDFB;
	--s100-font-display: "Cormorant Garamond", Georgia, serif;
	--s100-font-body: "Inter", -apple-system, sans-serif;
}

/* Nuancier COULEUR (composant maison, remplace le widget swatches du theme
   parent Uncode) : pas d'encadre, cercles simples, halo en anneau sur
   selection - fidele a la maquette. */
.s100pd-swatches { margin: 4px 0 20px; }
.s100pd-swatches-label {
	font-family: var(--s100-font-body);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--s100-text-soft);
	font-weight: 600;
	margin: 0 0 12px;
}
.s100pd-swatches-selected {
	text-transform: none;
	font-weight: 400;
	color: var(--s100-text);
	letter-spacing: normal;
}
.s100pd-swatches-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.s100pd-swatch {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: none;
	padding: 0;
	box-shadow: 0 0 0 1px rgba(36,30,27,0.12);
	cursor: pointer;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.s100pd-swatch:hover {
	transform: scale(1.08);
}
.s100pd-swatch.is-active {
	box-shadow: 0 0 0 2px var(--s100-ivory), 0 0 0 4px var(--s100-accent);
}
select.s100pd-swatches-select {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

/* Choix du mode d'achat (taille unique / facilite / sur-mesure) : cartes
   cliquables fideles a la maquette - pas d'encadre exterieur (un seul
   niveau de bordure, sur la carte selectionnee uniquement). */
.stephy100-purchase-modes {
	margin: 22px 0;
}
.stephy100-purchase-modes-title {
	font-family: var(--s100-font-body);
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--s100-text-soft);
	margin: 0 0 12px;
}
.stephy100-purchase-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	position: relative;
	padding: 16px 18px;
	margin: 0 0 10px;
	background-color: var(--s100-ivory);
	border: 1px solid rgba(36,30,27,0.22);
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.stephy100-purchase-card:hover {
	border-color: var(--s100-accent);
}
.stephy100-purchase-card.is-selected {
	border-color: var(--s100-accent);
	background-color: rgba(201,123,74,0.07);
	box-shadow: 0 0 0 1px var(--s100-accent);
}
.stephy100-purchase-card > input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}
.stephy100-purchase-card__icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	color: var(--s100-accent);
}
.stephy100-purchase-card__icon svg {
	width: 100%;
	height: 100%;
}
.stephy100-purchase-card__body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-family: var(--s100-font-body);
}
.stephy100-purchase-card__title {
	font-size: 14.5px;
	font-weight: 700;
	color: var(--s100-text);
}
.stephy100-purchase-card__sub {
	font-size: 13px;
	font-weight: 700;
	color: var(--s100-accent-dark);
}
.stephy100-purchase-card__detail {
	font-size: 13px;
	font-weight: 400;
	color: var(--s100-text-soft);
}
.stephy100-purchase-card--grouped {
	cursor: default;
	flex-direction: column;
	align-items: stretch;
}
.stephy100-purchase-card--grouped .stephy100-purchase-card__icon {
	position: absolute;
	top: 16px;
	left: 18px;
}
.stephy100-purchase-card--grouped .stephy100-purchase-card__body {
	padding-left: 36px;
}
.stephy100-payment-toggle {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 10px;
}
.stephy100-payment-toggle__option {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--s100-font-body);
	font-size: 13px;
	font-weight: 400;
	color: var(--s100-text);
	cursor: pointer;
}
.stephy100-payment-toggle__option input {
	/* Une regle globale (reset du theme) applique appearance:none a tous
	   les input[type=radio], ce qui supprime le rendu natif du point de
	   selection SANS le remplacer par rien : le radio semblait cliquable
	   mais ne montrait jamais visuellement l'option choisie. On restaure
	   le rendu natif ici pour que accent-color puisse s'appliquer. */
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	accent-color: var(--s100-accent);
	margin: 0;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.stephy100-mensurations-field {
	margin: 4px 0 10px;
	padding: 16px 18px;
	background-color: var(--s100-surface);
	border-radius: 6px;
}
.stephy100-mensurations-field__header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}
.stephy100-mensurations-field__header strong {
	font-family: var(--s100-font-body);
	font-size: 13px;
	color: var(--s100-text);
}
.stephy100-mensure-mode-choice {
	display: block;
	font-family: var(--s100-font-body);
	font-size: 13.5px;
	font-weight: 400;
	color: var(--s100-text);
	margin-bottom: 8px;
	cursor: pointer;
}
.stephy100-mensure-mode-choice input {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	margin-right: 6px;
	accent-color: var(--s100-accent);
}
.stephy100-mensure-chiffres {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	max-width: 420px;
}
.stephy100-mensure-chiffres label,
.stephy100-mensure-standard label {
	font-family: var(--s100-font-body);
	font-size: 12px;
	color: var(--s100-text-soft);
}
.stephy100-mensure-note {
	font-size: 11px;
	color: var(--s100-text-soft);
	opacity: 0.8;
}
.stephy100-help-btn {
	border: 1px solid var(--s100-border);
	background: var(--s100-ivory);
	border-radius: 999px;
	padding: 4px 12px;
	font-family: var(--s100-font-body);
	font-size: 12px;
	color: var(--s100-text-soft);
	cursor: pointer;
}
.stephy100-mensure-standard select,
.stephy100-mensure-chiffres input {
	font-family: var(--s100-font-body);
	border: 1px solid var(--s100-border);
	border-radius: 4px;
	background-color: var(--s100-ivory);
	width: 100%;
	padding: 7px 8px;
	font-size: 13px;
	box-sizing: border-box;
}
.stephy100-help-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.55);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.stephy100-help-modal-overlay.is-open { display: flex; }
.stephy100-help-modal {
	background: #fff;
	color: #111;
	max-width: 440px;
	width: 100%;
	max-height: 85vh;
	overflow-y: auto;
	border-radius: 8px;
	padding: 22px;
	position: relative;
	font-family: var(--s100-font-body);
}
.stephy100-help-modal-close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: none;
	background: none;
	font-size: 22px;
	cursor: pointer;
	line-height: 1;
	color: #111;
}
.stephy100-help-modal h3 { margin-top: 0; font-size: 16px; }
.stephy100-help-modal img { max-width: 100%; height: auto; display: block; margin: 0 auto 12px; }
.stephy100-help-modal p { font-size: 13px; }
.stephy100-help-modal ul { font-size: 13px; padding-left: 18px; line-height: 1.6; }
.stephy100-help-modal-tip { font-size: 12px; color: #555; }

/* Quantite + bouton ajouter au panier */
body.single-product .quantity {
	display: inline-flex;
	border: 1px solid var(--s100-border);
	border-radius: 4px;
	overflow: hidden;
	margin-right: 10px;
	vertical-align: middle;
}
body.single-product .quantity .qty {
	border: none;
	width: 40px;
	height: 48px;
	text-align: center;
	font-family: var(--s100-font-body);
	font-size: 14px;
	background: var(--s100-ivory);
	-moz-appearance: textfield;
}
.s100pd-qty-btn {
	width: 34px;
	height: 48px;
	border: none;
	background: var(--s100-ivory);
	color: var(--s100-text);
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.15s ease;
}
.s100pd-qty-btn:hover { background-color: var(--s100-surface); }
.s100pd-qty-minus { border-right: 1px solid var(--s100-border); }
.s100pd-qty-plus { border-left: 1px solid var(--s100-border); }
body.single-product .quantity .qty::-webkit-outer-spin-button,
body.single-product .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

body.single-product .single_add_to_cart_button,
body.single-product .single_add_to_cart_button.button,
body.single-product button.single_add_to_cart_button {
	font-family: var(--s100-font-body) !important;
	font-weight: 600 !important;
	letter-spacing: 0.03em;
	background-color: var(--s100-accent) !important;
	border-color: var(--s100-accent) !important;
	color: var(--s100-ivory) !important;
	border-radius: 4px !important;
	padding: 15px 28px !important;
	min-height: 48px;
	border: none !important;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.15s ease;
}
body.single-product .single_add_to_cart_button:hover:not(.disabled) {
	background-color: var(--s100-accent-dark) !important;
	border-color: var(--s100-accent-dark) !important;
}
/* IMPORTANT : le flex s'applique a .woocommerce-variation-add-to-cart (qui ne
   contient QUE les cartes de paiement + qte/bouton/wishlist), pas a
   form.cart lui-meme (qui contient AUSSI les swatches COULEUR comme
   sibling direct - un display:flex ici les alignerait a tort en colonnes
   cote a cote au lieu de les empiler normalement). */
body.single-product .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
body.single-product .stephy100-purchase-modes {
	flex-basis: 100%;
	width: 100%;
}

/* Guide des tailles : lien + modal */
body.single-product .stephy100-size-guide-link {
	display: inline-block;
	font-family: var(--s100-font-body);
	font-size: 12px;
	color: var(--s100-text);
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	margin: 4px 10px 20px 0;
	background: none;
	border: none;
	padding: 0;
}
.stephy100-size-modal-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(36,30,27,0.45);
	z-index: 99998;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.stephy100-size-modal-overlay.is-open { display: flex; }
.stephy100-size-modal {
	background: var(--s100-ivory);
	width: 100%;
	max-width: 560px;
	max-height: 80vh;
	overflow-y: auto;
	padding: 30px;
	border-radius: 4px;
}
.stephy100-size-modal h3 {
	font-family: var(--s100-font-display);
	font-size: 24px;
	margin: 0 0 20px;
	color: var(--s100-text);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.stephy100-size-modal-close {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: var(--s100-text);
	line-height: 1;
}
.stephy100-size-modal table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--s100-font-body);
	font-size: 13px;
}
.stephy100-size-modal th {
	text-align: left;
	padding: 10px 6px;
	color: var(--s100-text-soft);
	font-weight: 500;
	border-bottom: 1px solid var(--s100-border);
}
.stephy100-size-modal td {
	padding: 10px 6px;
	color: var(--s100-text);
	border-bottom: 1px solid rgba(36,30,27,0.06);
}
.stephy100-size-modal p.stephy100-size-note {
	font-size: 12px;
	color: var(--s100-text-soft);
	margin: 18px 0 0;
	line-height: 1.5;
}

/* Ancien bouton wishlist natif Uncode/YITH desynchronise : masque */
body.single-product .uncode-woocommerce-wishlist,
body.single-product .yith-wcwl-add-to-wishlist {
	display: none !important;
}

@media (max-width: 991px) {
	body.single-product .single_add_to_cart_button { flex: 1 1 auto; width: auto; min-width: 0; }
	body.single-product .quantity { flex-shrink: 0; }
	body.single-product .stephy100-pd-wish { flex-shrink: 0; }
}

/* Ligne de confiance sous le bouton d'achat, pour rassurer au moment de la
   decision (paiement securise + politique de retour reelle du site). */
.s100pd-trust-line {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 12px 0 0;
	font-family: 'Inter', sans-serif;
	font-size: 12.5px;
	color: #4A4038;
}
.s100pd-trust-line svg {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	color: #C97B4A;
}

/* Onglets fiche produit (Description complete / Avis clients / Livraison & retours) */
.tab-container ul.nav-tabs {
	display: flex !important;
	gap: 36px;
	list-style: none;
	margin: 0 0 32px !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(36,30,27,0.1) !important;
	background: none !important;
}
.tab-container ul.nav-tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.tab-container ul.nav-tabs li a {
	display: block;
	padding-bottom: 14px !important;
	font-family: 'Inter', sans-serif !important;
	font-size: 13px !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	color: #8A7E72 !important;
	border-bottom: 2px solid transparent !important;
	transition: color 200ms ease-out, border-color 200ms ease-out;
	background: none !important;
}
.tab-container ul.nav-tabs li.active a,
.tab-container ul.nav-tabs li a:hover {
	color: #C97B4A !important;
	border-bottom-color: #C97B4A !important;
}
.tab-container .tab-content {
	max-width: 720px;
}
.tab-container .tab-pane {
	font-family: 'Inter', sans-serif;
	font-size: 14.5px;
	line-height: 1.85;
	color: #4A4038;
	font-weight: 300;
}

.stephy100-social-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	color: #4A4038;
}
.stephy100-social-line svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

/* Onglet Avis clients : etat vide + formulaire natif WooCommerce, habilles
   pour ne pas paraitre casse/vide (l'ecriture native "Soyez le premier a
   laisser votre avis" + formulaire existe deja, on la met juste en valeur). */
.s100pd .woocommerce-Reviews { max-width: 620px; }
.s100pd .woocomments-title { display: none; }
.s100pd .woocommerce-noreviews {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #8A7E72;
	font-style: italic;
	margin: 0 0 22px;
}
.s100pd #review_form_wrapper {
	background: #FFFDFB;
	border: 1px solid rgba(36,30,27,0.1);
	border-radius: 6px;
	padding: 28px 30px;
}
.s100pd .comment-reply-title {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 22px;
	color: #241E1B;
	margin: 0 0 18px;
	display: block;
}
.s100pd .comment-reply-title small { display: none; }
.s100pd .comment-form-rating label {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #241E1B;
	display: block !important;
	margin-bottom: 8px;
	clip: auto;
	position: static;
	width: auto;
	height: auto;
}
.s100pd p.stars a { color: #C97B4A; }
.s100pd .comment-form-rating { margin: 0 0 18px; }
.s100pd .comment-form-comment label,
.s100pd .comment-form-author label,
.s100pd .comment-form-email label {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #241E1B;
	display: block;
	margin-bottom: 6px;
}
.s100pd .comment-form-comment textarea,
.s100pd .comment-form-author input,
.s100pd .comment-form-email input {
	width: 100%;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	padding: 10px 12px;
	border: 1px solid rgba(36,30,27,0.18);
	border-radius: 4px;
	background: #FBF0E8;
	color: #241E1B;
	box-sizing: border-box;
}
.s100pd .comment-form-comment textarea { min-height: 110px; resize: vertical; margin-bottom: 18px; }
.s100pd .comment-form-author,
.s100pd .comment-form-email {
	display: inline-block;
	width: calc(50% - 10px);
	vertical-align: top;
	margin-bottom: 16px;
}
.s100pd .comment-form-author { margin-right: 20px; }
.s100pd .comment-form-cookies-consent {
	font-family: 'Inter', sans-serif;
	font-size: 12.5px;
	color: #4A4038;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 4px 0 20px;
}
.s100pd .comment-form-cookies-consent input { margin-top: 3px; }
.s100pd #submit {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #C97B4A;
	color: #FFFDFB;
	border: none;
	padding: 13px 30px;
	border-radius: 4px;
	cursor: pointer;
	transition: background 200ms ease-out;
}
.s100pd #submit:hover { background: #B56A3B; }
@media (max-width: 640px) {
	.s100pd .comment-form-author,
	.s100pd .comment-form-email { width: 100%; margin-right: 0; }
}
