/**
 * StrawBeeBoo - Thème Classic Rose Poudré
 * Thème enfant de Classic (PrestaShop 9)
 * Palette : écru doux + rose poudré + noir minimaliste
 * Créé le 2026-07-28
 */

/* ============================================
   VARIABLES CSS
   ============================================ */
:root {
	--sbb-bg: #F8F5F2;
	--sbb-bg-warm: #F2EDE8;
	--sbb-card: #FFFFFF;
	--sbb-text: #2D2A28;
	--sbb-text-soft: #6B6460;
	--sbb-text-muted: #9A938E;
	--sbb-rose: #D4A5A5;
	--sbb-rose-dark: #B88585;
	--sbb-rose-light: #F5E6E6;
	--sbb-noir: #2D2A28;
	--sbb-lavande: #C8B8D4;
	--sbb-border: #E8E2DC;
}

/* ============================================
   POLICES
   ============================================ */
body, p, .text-body, li, span, div, input, button, select, textarea {
	font-family: "Bai Jamjuree", "Helvetica Neue", sans-serif !important;
	color: #6B6460 !important;
}

h1, h2, h3, .h1, .h2, .h3,
.page-title, .section-title, .block-title, h1.page-heading {
	font-family: "Cormorant Garamond", "Times New Roman", serif !important;
	font-weight: 500 !important;
	letter-spacing: 0.01em !important;
	color: #2D2A28 !important;
}

h4, h5, h6, .h4, .h5, .h6 {
	font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	color: #2D2A28 !important;
}

/* ============================================
   GLOBAL
   ============================================ */
body {
	background-color: #F8F5F2 !important;
	color: #6B6460 !important;
}

a, .link, .nav-link {
	color: #2D2A28 !important;
	transition: color 0.3s ease !important;
}

a:hover {
	color: #B88585 !important;
	text-decoration: none !important;
}

/* ============================================
   HEADER (Classic structure)
   ============================================ */
.header-top, #header, header,
.header-nav {
	background-color: #F8F5F2 !important;
	border-bottom: 1px solid #E8E2DC !important;
}

#header a, .header-nav a,
.header-top a {
	color: #2D2A28 !important;
}

#header a:hover, .header-nav a:hover {
	color: #B88585 !important;
}

/* Logo */
.logo img, #header .logo img {
	max-height: 50px !important;
	width: auto !important;
}

/* ============================================
   MENU PRINCIPAL (Classic menu)
   ============================================ */
#_desktop_top_menu .menu,
#top-menu, .main-menu,
.js-top-menu, .top-menu,
#header .menu {
	background-color: transparent !important;
	border: none !important;
}

#_desktop_top_menu .menu > li > a,
#top-menu > li > a,
.top-menu > li > a,
.js-top-menu > li > a {
	color: #2D2A28 !important;
	font-weight: 500 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	padding: 18px 22px !important;
	background: transparent !important;
}

#_desktop_top_menu .menu > li > a:hover,
#top-menu > li > a:hover,
.top-menu > li > a:hover {
	color: #B88585 !important;
	background: transparent !important;
}

/* Item actif */
#_desktop_top_menu .menu > li > a.active,
.top-menu > li > a.active {
	color: #B88585 !important;
}

/* ============================================
   SOUS-MENU DÉROULANT (Dropdown)
   ============================================ */
#_desktop_top_menu .popover,
.popover,
.dropdown-menu,
.top-menu .sub-menu,
.menu .sub-menu,
.js-top-menu .sub-menu {
	background-color: #FFFFFF !important;
	border: 1px solid #E8E2DC !important;
	border-radius: 0 !important;
	box-shadow: 0 10px 40px rgba(45, 42, 40, 0.10) !important;
	padding: 15px !important;
}

#_desktop_top_menu .popover a,
.popover a,
.dropdown-menu a,
.top-menu .sub-menu a,
.menu .sub-menu a,
.js-top-menu .sub-menu a {
	color: #2D2A28 !important;
	background-color: transparent !important;
	padding: 8px 15px !important;
}

#_desktop_top_menu .popover a:hover,
.popover a:hover,
.dropdown-menu a:hover,
.top-menu .sub-menu a:hover,
.menu .sub-menu a:hover {
	color: #B88585 !important;
	background-color: #F5E6E6 !important;
}

/* Titres catégories dans le sous-menu */
.popover .category-name,
.dropdown-menu h3,
.sub-menu h3 {
	color: #2D2A28 !important;
	font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	letter-spacing: 0.08em !important;
}

/* ============================================
   CARTES PRODUITS
   ============================================ */
.product-miniature, .js-product-miniature,
.product-container, .ajax_block_product,
.products .product-thumb,
.product-card {
	background-color: #FFFFFF !important;
	border: none !important;
	border-radius: 2px !important;
	transition: all 0.4s ease !important;
	margin-bottom: 30px !important;
}

.product-miniature:hover, .js-product-miniature:hover,
.product-container:hover {
	box-shadow: 0 8px 30px rgba(45, 42, 40, 0.08) !important;
	transform: translateY(-3px) !important;
}

/* Image produit */
.product-thumbnail img,
.products .product-thumbnail img,
.product-miniature img {
	border-radius: 2px !important;
}

/* Titre produit */
h3.h3.product-title,
.product-title, .product-name,
.products .product-title {
	font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: #2D2A28 !important;
	padding: 12px 0 4px !important;
	line-height: 1.5 !important;
	text-transform: none !important;
	letter-spacing: 0.02em !important;
}

.product-title a, .product-name a {
	color: #2D2A28 !important;
}

.product-title a:hover {
	color: #B88585 !important;
}

/* ============================================
   PRIX
   ============================================ */
.price, .product-price,
.product-price-and-shipping .price,
.current-price .price,
.products .price {
	color: #2D2A28 !important;
	font-weight: 600 !important;
	font-family: "Bai Jamjuree", sans-serif !important;
}

.regular-price,
.has-discount .regular-price {
	color: #9A938E !important;
	text-decoration: line-through !important;
	font-weight: 400 !important;
	font-size: 0.9em !important;
}

.has-discount .price,
.discount-percentage,
.sale-price {
	color: #B88585 !important;
}

/* ============================================
   BOUTONS
   ============================================ */
.btn, .btn-primary, .btn-default, .btn-secondary,
.button, .add-to-cart,
.form-control-submit, .btn-outline-primary {
	background-color: #2D2A28 !important;
	color: #FFFFFF !important;
	border: 1px solid #2D2A28 !important;
	border-radius: 0 !important;
	font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	padding: 14px 32px !important;
	transition: all 0.3s ease !important;
}

.btn:hover, .btn-primary:hover, .btn-default:hover,
.btn-secondary:hover, .button:hover, .add-to-cart:hover,
.form-control-submit:hover, .btn-outline-primary:hover {
	background-color: #D4A5A5 !important;
	border-color: #D4A5A5 !important;
	color: #FFFFFF !important;
}

.btn-outline, .btn-link, .btn-outline-secondary {
	background-color: transparent !important;
	color: #2D2A28 !important;
	border: 1px solid #2D2A28 !important;
}

.btn-outline:hover, .btn-link:hover {
	background-color: #2D2A28 !important;
	color: #FFFFFF !important;
}

/* Bouton ajout panier fiche produit */
.product-add-to-cart .add-to-cart,
#add-to-cart-button {
	padding: 16px 48px !important;
	font-size: 13px !important;
	letter-spacing: 0.15em !important;
}

/* ============================================
   BADGES (promo, nouveau)
   ============================================ */
.on-sale, .new-product, .badge,
.product-flag, .discount-percentage,
.flags .product-flag {
	background-color: #D4A5A5 !important;
	color: #FFFFFF !important;
	font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	font-size: 10px !important;
	padding: 4px 10px !important;
	border-radius: 0 !important;
}

.flags .product-flag.new,
.new-product, .badge-new {
	background-color: #C8B8D4 !important;
}

/* ============================================
   FOOTER
   ============================================ */
#footer, footer, .footer-container,
#footer .footer-container {
	background-color: #2D2A28 !important;
	color: #C4BBB6 !important;
	border-top: none !important;
	padding: 60px 0 30px !important;
}

#footer a, footer a {
	color: #C4BBB6 !important;
}

#footer a:hover, footer a:hover {
	color: #D4A5A5 !important;
}

#footer h4, #footer h3, footer h4 {
	color: #FFFFFF !important;
	font-family: "Bai Jamjuree", sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
	margin-bottom: 20px !important;
}

/* ============================================
   FORMULAIRES
   ============================================ */
.form-control, input[type="text"], input[type="email"],
input[type="password"], input[type="search"], textarea, select {
	background-color: #FFFFFF !important;
	border: 1px solid #E8E2DC !important;
	border-radius: 0 !important;
	color: #2D2A28 !important;
	padding: 12px 16px !important;
	font-family: "Bai Jamjuree", sans-serif !important;
}

.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color: #D4A5A5 !important;
	box-shadow: 0 0 0 2px rgba(212, 165, 165, 0.15) !important;
	background-color: #FFFFFF !important;
}

::placeholder {
	color: #9A938E !important;
	font-style: italic !important;
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination .page-link, .pagination a {
	color: #2D2A28 !important;
	border: 1px solid #E8E2DC !important;
	background-color: #FFFFFF !important;
	border-radius: 0 !important;
	padding: 10px 16px !important;
	margin: 0 2px !important;
}

.pagination .page-link:hover, .pagination a:hover {
	background-color: #D4A5A5 !important;
	color: #FFFFFF !important;
	border-color: #D4A5A5 !important;
}

.pagination .active .page-link, .pagination .active a,
.pagination .current {
	background-color: #2D2A28 !important;
	border-color: #2D2A28 !important;
	color: #FFFFFF !important;
}

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb, .breadcrumb a, .breadcrumb-item {
	color: #9A938E !important;
	font-size: 12px !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
}

.breadcrumb a:hover {
	color: #B88585 !important;
}

.breadcrumb-item.active {
	color: #2D2A28 !important;
}

/* ============================================
   PANIER
   ============================================ */
.cart-products-count,
.header-cart .cart-products-count,
.blockcart.cart-preview .cart-products-count,
.shopping-cart .cart-products-count {
	background-color: #D4A5A5 !important;
	color: #FFFFFF !important;
}

/* ============================================
   MODALES
   ============================================ */
.modal-content {
	background-color: #FFFFFF !important;
	color: #2D2A28 !important;
	border-radius: 2px !important;
	border: none !important;
}

.modal-title {
	color: #2D2A28 !important;
	font-family: "Cormorant Garamond", serif !important;
}

.modal-header {
	border-bottom: 1px solid #F0EBE6 !important;
}

/* ============================================
   ALERTES
   ============================================ */
.alert-success { background-color: #EDF2ED !important; color: #5A7A5A !important; border-radius: 0 !important; border-color: #7A9A7A !important; }
.alert-warning { background-color: #F8F2E4 !important; color: #A4853F !important; border-radius: 0 !important; border-color: #C4A060 !important; }
.alert-danger { background-color: #F8E8E8 !important; color: #984040 !important; border-radius: 0 !important; border-color: #B86060 !important; }
.alert-info { background-color: #F0EDF2 !important; color: #6A5A7A !important; border-radius: 0 !important; border-color: #8A7A9A !important; }

/* ============================================
   SCROLLBAR + SÉLECTION
   ============================================ */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F2EDE8; }
::-webkit-scrollbar-thumb { background: #D4A5A5; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #B88585; }

::selection { background-color: #D4A5A5 !important; color: #FFFFFF !important; }
::-moz-selection { background-color: #D4A5A5 !important; color: #FFFFFF !important; }

/* ============================================
   RECHERCHE
   ============================================ */
.search-widget input, .header-search input,
#search_widget input {
	background-color: #FFFFFF !important;
	border: 1px solid #E8E2DC !important;
	border-radius: 0 !important;
	color: #2D2A28 !important;
}

.search-widget button, .header-search button {
	background-color: #2D2A28 !important;
	color: #FFFFFF !important;
	border: 1px solid #2D2A28 !important;
	border-radius: 0 !important;
}

.search-widget button:hover {
	background-color: #D4A5A5 !important;
	border-color: #D4A5A5 !important;
}

/* ============================================
   SECTIONS HOME (titres)
   ============================================ */
.block-category h1, .page-heading,
.page-header h1, #main h1 {
	font-family: "Cormorant Garamond", serif !important;
	font-weight: 400 !important;
	font-style: italic !important;
	color: #2D2A28 !important;
}

/* Titre de bloc (featured products etc.) */
.products-section h2, .featured-products h2,
.block-title, .title-block {
	font-family: "Cormorant Garamond", serif !important;
	color: #2D2A28 !important;
}

/* ============================================
   BLOC NEWSLETTER
   ============================================ */
.block-newsletter, #footer .block-newsletter {
	background-color: #F2EDE8 !important;
	padding: 40px !important;
	border-radius: 2px !important;
}

/* ============================================
   PAGE PRODUIT
   ============================================ */
.product-prices, #product-details .product-prices {
	background-color: transparent !important;
	border-bottom: 1px solid #F0EBE6 !important;
	padding: 20px 0 !important;
}

/* Onglets produit (Description, Détails...) */
.product-tabs .nav-link, .tabs .nav-link {
	color: #6B6460 !important;
	font-family: "Bai Jamjuree", sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	font-size: 12px !important;
	border: none !important;
	border-bottom: 2px solid transparent !important;
}

.product-tabs .nav-link.active, .tabs .nav-link.active {
	color: #2D2A28 !important;
	border-bottom-color: #D4A5A5 !important;
	background: transparent !important;
}

/* ============================================
   PRODUITS LIÉS / ASSOCIÉS
   ============================================ */
.products-section-title, .section-title {
	text-align: center !important;
	margin-bottom: 40px !important;
}

/* ============================================
   MENU PRINCIPAL - Compact une seule ligne
   ============================================ */

/* Conteneur du menu : flex horizontale, nowrap */
.menu.js-top-menu,
#_desktop_top_menu {
	display: block !important;
	width: 100% !important;
}

#_desktop_top_menu .top-menu,
.top-menu#top-menu,
.js-top-menu > .top-menu {
	display: flex !important;
	flex-wrap: nowrap !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scrollbar-width: thin !important;
}

/* Cacher la scrollbar du menu (esthétique) */
#_desktop_top_menu .top-menu::-webkit-scrollbar {
	height: 0 !important;
}

/* Chaque catégorie = item inline compact */
#_desktop_top_menu .top-menu > li,
.top-menu > li.category,
.js-top-menu > .top-menu > li {
	flex: 0 0 auto !important;
	white-space: nowrap !important;
	float: none !important;
	display: flex !important;
	align-items: center !important;
}

/* Liens du menu : compacts, majuscules, petite taille */
#_desktop_top_menu .top-menu > li > a,
.top-menu > li > a.dropdown-item,
.js-top-menu > .top-menu > li > a {
	font-family: "Bai Jamjuree", sans-serif !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.06em !important;
	color: #2D2A28 !important;
	padding: 18px 10px !important;
	white-space: nowrap !important;
	background: transparent !important;
	border: none !important;
}

/* Lien au survol = rose */
#_desktop_top_menu .top-menu > li > a:hover,
.top-menu > li > a:hover {
	color: #B88585 !important;
	background: transparent !important;
}

/* Lien actif */
#_desktop_top_menu .top-menu > li > a.active,
.top-menu > li.active > a {
	color: #B88585 !important;
}

/* Cacher les flèches/toggles mobile sur desktop */
#_desktop_top_menu .navbar-toggler,
.top-menu .navbar-toggler,
.collapse-icons {
	display: none !important;
}

/* Sous-menu déroulant (popover) : reste en dropdown vertical */
#_desktop_top_menu .popover,
.top-menu .popover,
.js-sub-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	background-color: #FFFFFF !important;
	border: 1px solid #E8E2DC !important;
	box-shadow: 0 10px 30px rgba(45, 42, 40, 0.10) !important;
	padding: 10px !important;
	min-width: 200px !important;
	z-index: 1000 !important;
}

/* Sous-menu : liens verticaux */
#_desktop_top_menu .popover .top-menu,
.top-menu .popover .top-menu,
.js-sub-menu .top-menu {
	display: block !important;
	flex-wrap: wrap !important;
}

#_desktop_top_menu .popover li,
.top-menu .popover li {
	display: block !important;
	width: 100% !important;
}

#_desktop_top_menu .popover a,
.top-menu .popover a {
	display: block !important;
	padding: 8px 15px !important;
	font-size: 13px !important;
	text-transform: none !important;
	color: #2D2A28 !important;
}

#_desktop_top_menu .popover a:hover,
.top-menu .popover a:hover {
	background-color: #F5E6E6 !important;
	color: #B88585 !important;
}

/* Header pleine largeur */
#header, header, .header-top, .header-nav,
#header .header-top, #header .header-nav {
	max-width: 100% !important;
	width: 100% !important;
}

/* Le conteneur interne du header reste centré mais plus large */
#header .container, header .container,
.header-top .container, .header-nav .container {
	max-width: 1600px !important;
	width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

/* Contenu principal pleine largeur */
#content, #main, .page-content, #wrapper,
.page-wrapper, main .container {
	max-width: 1600px !important;
	width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Section home pleine largeur */
#content .page-home, .page-content-container {
	max-width: 100% !important;
	width: 100% !important;
}

/* Footer pleine largeur */
#footer, footer, .footer-container {
	max-width: 100% !important;
	width: 100% !important;
}

#footer .container, footer .container,
.footer-container .container {
	max-width: 1600px !important;
	width: 100% !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

/* Slider pleine largeur */
.ps-imageslider, .imageslider,
#carousel, .carousel {
	max-width: 100% !important;
	width: 100% !important;
}

/* Grille produits : laisser le thème Classic gérer (4 colonnes par défaut) */
/* On ne force PAS la largeur des cartes - juste l'espacement */

@media (max-width: 767px) {
	#header .container, header .container,
	#content, #main, #footer .container, footer .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

/* ============================================
   SLIDER - Pleine largeur
   ============================================ */
.ps-imageslider, .imageslider,
#carousel, .carousel,
.images-container, .slider-wrapper,
.ps_imageslider {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ps-imageslider .carousel-inner,
.ps-imageslider .carousel-item,
.imageslider .carousel-inner,
.imageslider .carousel-item {
  width: 100% !important;
  max-width: 100% !important;
}

.ps-imageslider img,
.imageslider img,
.carousel-item img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
