/*
Theme Name: Solddolls Luxe v5
Theme URI: https://solddolls.com
Author: Solddolls
Author URI: https://solddolls.com
Description: Thème WooCommerce mobile-first pour Solddolls. Design dark/rouge, sticky cart, optimisé conversion. Compatible WordPress 6+ et WooCommerce 8+.
Version: 5.4
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solddolls-luxe
Tags: e-commerce, woocommerce, mobile-first, dark, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Le design vit dans assets/css/main.css — ce fichier sert d'identité du thème
   et fournit quelques règles WordPress de base (alignements, captions). */

/* WordPress core alignment */
.alignleft   { float: left;  margin: 0.5em 1.5em 0.5em 0; }
.alignright  { float: right; margin: 0.5em 0 0.5em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide   { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull   { width: 100vw; margin-left: calc(50% - 50vw); }

/* Captions */
.wp-caption       { max-width: 100%; }
.wp-caption-text  { font-size: 0.85em; opacity: 0.7; padding: 0.5em 0; }

/* Screen reader only (accessibilité) */
.screen-reader-text {
	border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden;
	padding: 0; position: absolute; word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #fff; clip: auto !important; clip-path: none;
	color: #0a0a0a; display: block; font-size: 1em; height: auto;
	left: 5px; line-height: normal; padding: 15px 23px 14px;
	text-decoration: none; top: 5px; width: auto; z-index: 100000;
}

/* Skip link */
.skip-link { left: -9999rem; top: 2.5rem; z-index: 999; }
.skip-link:focus { left: 6px; }

/* Sticky posts WP */
.sticky { display: block; }

/* Comments */
.bypostauthor { display: block; }
