/*
Theme Name: Saga Child
Theme URI: https://motivoweb.com/saga/
Author: motivoweb
Author URI: https://themeforest.net/user/motivoweb/
Template:  saga
Description: Business Consulting WordPress Theme.
Version: 2.5
Text Domain: saga
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
License: GNU General Public License
License URI: license.txt
*/
.product-main-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.product-image {
    margin-right: 20px;
}

.product-details {
    width: 70%;
}

.product-quick-info h2, .product-meta h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.product-meta p, .product-quick-info p {
    margin-bottom: 5px;
    font-size: 1em;
}

.product-price {
    font-size: 2em;
    color: #e60000;
    margin-bottom: 20px;
}

.product-add-to-cart {
    margin-bottom: 20px;
}

.product-description {
    width: 100%;
    margin-top: 40px;
}
.quick-info {
    display: flex;
}
.quick-info p {
   margin-right : 5%;
}

.quick-info img {
    padding: 15%;
}
.single.single-product .single-product-content {
    padding-top: 100px !important;
    float: none;
    margin: auto;
}
span.woocommerce-Price-amount.amount {
    font-size: 30px;
}
.essantiel_info {
	display: flex;
}
.product-quick-info, .product-meta {
    margin-top: 20px;
    width: 50%;
}
.side_barre {
    width: 50%;
}
.icons_info img {
    width: 15% !important;
}
.side_barre {
    margin-top: -15%;
}
.sidebar-shop .wpc-filters-widget-wrapper {
    display: block !important;
}
.sidebar-shop .wpc-filters-widget-controls-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;

}
.sidebar-shop .wpc-filter-title {
    margin-bottom: 0!important;
}
.sidebar-shop .wpc-filters-section {
    margin-bottom: 0 !important;
}
.sidebar-shop .wpc-filters-widget-controls-container {
    display: block !important;
}
body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button, body .wpc-filters-main-wrap a.wpc-filters-submit-button {
    border-color: #02729C !important;
    background-color: #02729C !important;
    color: #f5f5f5;
	font-weight: bold;
}

/* ========================================================= */
.oxxo-tag-grid{
  --oxxo-cols: 5;
  display:grid;
  grid-template-columns:repeat(var(--oxxo-cols), minmax(0,1fr));
  gap:16px;
  margin:22px 0;
}
.oxxo-tag-chip{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:12px;
  background:#fff;
  color:#111;
  text-decoration:none;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  border:1px solid #eee;
  font-weight:700;
  transition:transform .15s ease, box-shadow .15s ease;
}
.oxxo-tag-chip:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
}
.oxxo-tag-label{white-space:nowrap}
.oxxo-tag-count{
  font-size:12px;
  color:#6b7280;
  background:#f3f4f6;
  border-radius:999px;
  padding:2px 8px;
}
@media (max-width:1024px){
  .oxxo-tag-grid{ --oxxo-cols: 3; }
}
@media (max-width:640px){
  .oxxo-tag-grid{ --oxxo-cols: 2; }
}
input#radio-control-0-flat_rate\:2, input#rememberme, input#checkbox-control-1 {
	padding: 0 !important;
}
/* =========================================== filtre brends ======================================== */
/* ===========================
   WRAPPER + FILTRES
   =========================== */

.oxxo-brands-wrapper {
    max-width: 1200px;
    margin: 0 auto 4rem;
    padding: 0 1.5rem;
}

.oxxo-brands-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.25rem;
}

/* Boutons ALL / WI / ZO façon "segmented control" */
.oxxo-brand-season {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: #f3f4f6;
    box-shadow: 0 8px 24px rgba(15,23,42,0.06);
}

.oxxo-brand-season button {
    border: 0;
    background: transparent;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    color: #4b5563;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .1s ease;
}

.oxxo-brand-season button.is-active {
    background: #02729c;
    color: #fff;
    box-shadow: 0 6px 18px rgba(15,23,42,0.35);
    transform: translateY(-1px);
}

/* (Optionnel si tu remets la recherche un jour) */
#oxxo-brand-search {
    display: none;
}

/* ===========================
   GRILLE
   =========================== */

.oxxo-brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.8rem;
}

/* ===========================
   CARTE MARQUE
   =========================== */

.oxxo-brand-card {
    position: relative;
}

/* Effet border dégradée + fond "glass" */
.oxxo-brand-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    gap: 0;
    padding: 1rem 1rem 1.2rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: radial-gradient(circle at top left, #f9fafb 0, #ffffff 45%, #f3f4f6 100%);
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow:
        0 18px 40px rgba(15,23,42,0.08),
        0 0 0 1px rgba(255,255,255,0.7) inset;
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease,
        background .18s ease;
}

/* halo dégradé au survol */
.oxxo-brand-inner::before {
    content: "";
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at top left,
        rgba(56,189,248,0.15) 0,
        transparent 50%);
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none;
}

.oxxo-brand-inner::after {
    content: "";
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 0.9rem;
    height: 1px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(15,23,42,0.08), rgba(15,23,42,0.0), rgba(15,23,42,0.08));
    opacity: 0;
    transition: opacity .2s ease, transform .18s ease;
}

.oxxo-brand-inner:hover {
    transform: translateY(-6px);
    box-shadow:
        0 26px 60px rgba(15,23,42,0.18),
        0 0 0 1px rgba(255,255,255,0.9) inset;
    border-color: rgba(15,23,42,0.12);
    background: radial-gradient(circle at top left, #ffffff 0, #f9fafb 40%, #eef2ff 100%);
}

.oxxo-brand-inner:hover::before {
    opacity: 1;
}

.oxxo-brand-inner:hover::after {
    opacity: 1;
    transform: translateY(2px);
}

/* ===========================
   CONTENU CARTE
   =========================== */

.oxxo-brand-logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    margin-bottom: 0.4rem;
}

.oxxo-brand-logo img {
    max-width: 130px;
    max-height: 62px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(15,23,42,0.12));
}

.oxxo-brand-title {
    position: relative;
    z-index: 1;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
}

/* Badge ALL/WI/ZO */
.oxxo-brand-season-label {
       position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 2;
    padding: 0px 5px;
    border-radius: 5px;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.4);
    color: #0f172a;
}

/* Couleurs par type */
.oxxo-brand-card[data-season="all"]  .oxxo-brand-season-label {
      background: #02729c26;
    border-color: #02729c6b;
    color: #02729c;
}
.oxxo-brand-card[data-season="wi"]   .oxxo-brand-season-label {
    background: rgba(226,232,255,0.98);
    border-color: rgba(79,70,229,0.5);
    color: #4f46e5;
}
.oxxo-brand-card[data-season="zo"]   .oxxo-brand-season-label {
    background: rgba(254,243,199,0.98);
    border-color: rgba(217,119,6,0.5);
    color: #b45309;
}

/* Bouton */
.oxxo-brand-link {
position: relative;
    z-index: 1;
    margin-top: auto;
    margin-bottom: 0.1rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #02729c30;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #02729c;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .12s ease;
}

.oxxo-brand-link::after {
    content: "→";
    font-size: 0.8rem;
    transform: translateX(0);
    transition: transform .12s ease;
}

.oxxo-brand-inner:hover .oxxo-brand-link {
    background: #02729c;
    color: #f9fafb;
    box-shadow: 0 10px 22px rgba(15,23,42,0.45);
    transform: translateY(-1px);
}

.oxxo-brand-inner:hover .oxxo-brand-link::after {
    transform: translateX(3px);
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 768px) {
    .oxxo-brands-wrapper {
        padding: 0 1rem;
    }

    .oxxo-brands-grid {
        gap: 1.3rem;
        grid-template-columns: repeat(auto-fit, minmax(170px,1fr));
    }

    .oxxo-brand-inner {
        padding: 1.2rem 1rem 1.05rem;
        min-height: 190px;
    }

    .oxxo-brand-logo {
        height: 62px;
    }
}
