/* ================== VARIABLES CSS SAMASHOP =================== */
:root {
  --samashop-bgcolor: #f8f9fa;
  --samashop-fs: 14px;
  --samashop-ff: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  --samashop-navcolor: white;
    --color-primary: var(--blue);
  --color-secondary: #8C1E1B;
  --color-tercery: #0066cc;
  --bg-body: #ffffff;
  --t-color: #212529;
  --body-text: 14px;
    --green: var(--color-primary);
  --red: #dc3545;
  --orange: #fd7e14;
  --blue: #0d6efd;
  --gray: #6c757d;
  --light-gray: #f8f9fa;
  --border-color: #dee2e6;

    --samashop-primary-10: color-mix(in srgb, var(--color-primary) 10%, transparent);
    --samashop-primary-20: color-mix(in srgb, var(--color-primary) 20%, transparent);
    --samashop-primary-30: color-mix(in srgb, var(--color-primary) 30%, transparent);
    --samashop-primary-40: color-mix(in srgb, var(--color-primary) 40%, transparent);
    --samashop-primary-50: color-mix(in srgb, var(--color-primary) 50%, transparent);
    --samashop-primary-60: color-mix(in srgb, var(--color-primary) 60%, transparent);
    --samashop-primary-dark: color-mix(in srgb, var(--color-primary) 80%, #000);
}

/* ================== RESET & BASE STYLES =================== */
*{
    box-sizing: border-box;
}

body{
    display: block;
    width: 100%;
    margin: 0;
    font-family: var(--samashop-ff);
    font-size: var(--body-text);
    font-weight: normal;
    line-height: 1.5;
    color: var(--t-color);
    background-color: var(--bg-body);
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

p{
    text-align: justify;
}

/* ================== LAYOUT CONTAINERS =================== */
.Wrapper{
    width: 100%;
}

img,
video,
canvas,
svg{
    max-width: 100%;
    height: auto;
}

main{
    min-height: 0;
}

/* ================== CL_category (SOFT / PRO 2026) =================== */
.main.row.category-2026{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.category-2026 .trend{
    background: transparent;
    gap: 18px;
}

/* La règle globale `.bloc{ max-width:1500px; }` limite la grille et laisse du blanc à droite sur grands écrans */
.category-2026 .bloc{
    max-width: none;
    width: 100%;
}

.category-2026 .filters-bar{
    position: sticky;
    top: 90px;
    align-self: flex-start;
    flex: 0 0 320px;
    width: 320px;
    margin-right: 0;
    background: color-mix(in srgb, var(--bg-body) 85%, #fff);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 10px 30px var(--samashop-primary-10);
}

.category-2026 .filter-bloc h6{
    font-weight: 800;
    color: var(--t-color);
    margin: 0;
}

.category-2026 .filter-btns{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.category-2026 .short-but{
    border: 1px solid color-mix(in srgb, var(--color-primary) 18%, var(--border-color));
    background: #fff;
    color: var(--color-primary);
    border-radius: 12px;
    padding: 10px 12px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.category-2026 .short-but:hover{
    transform: translateY(-1px);
    border-color: var(--color-primary);
    box-shadow: 0 12px 28px var(--samashop-primary-10);
}

.category-2026 .filter-check{
    padding: 8px 8px;
    border-radius: 12px;
    transition: background .15s ease;
}

.category-2026 .filter-check:hover{
    background: var(--samashop-primary-10);
}

.category-2026 .prod-container{
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    background: transparent;
}

.category-2026 .category-wrap{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

/* Mode LIST : une seule colonne + cartes en ligne */
.category-2026.is-list .category-wrap{
    grid-template-columns: 1fr !important;
}

.category-2026.is-list .cat-list{
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    flex: initial;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px var(--samashop-primary-10);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.category-2026.is-list .cat-list:hover{
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--color-primary) 25%, var(--border-color));
    box-shadow: 0 18px 46px var(--samashop-primary-20);
}

.category-2026.is-list .cat-list a{
    display: flex;
    align-items: stretch;
    gap: 14px;
    padding: 14px 16px;
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    text-decoration: none;
    color: inherit;
}

.category-2026.is-list .cat-list .cat-img{
    flex: 0 0 170px;
    width: 170px;
    height: 130px;
    border-radius: 14px;
    overflow: hidden;
    background: color-mix(in srgb, var(--bg-body) 55%, #fff);
}

.category-2026.is-list .cat-list .cat-img img{
    width: 100%;
    height: 130px;
    object-fit: contain;
    padding: 10px;
    display: block;
}

.category-2026.is-list .cat-list .cat-text{
    flex: 1 1 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.category-2026.is-list .cat-list .cat-text h6{
    min-height: 0;
    margin: 0 0 6px;
    font-weight: 900;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-2026.is-list .cat-list .cat-text > span{
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 6px;
    font-size: 14px;
}

@media (max-width: 768px){
    .category-2026.is-list .cat-list a{ gap: 12px; }
    .category-2026.is-list .cat-list .cat-img{ flex-basis: 140px; width: 140px; height: 110px; }
    .category-2026.is-list .cat-list .cat-img img{ height: 110px; }
}

@media (max-width: 515px){
    .category-2026.is-list .cat-list a{ flex-direction: column; }
    .category-2026.is-list .cat-list .cat-img{ width: 100%; flex-basis: auto; height: 210px; }
    .category-2026.is-list .cat-list .cat-img img{ height: 210px; }
}

.category-2026 .cat-box{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    flex: initial;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.category-2026 .cat-box:hover{
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--color-primary) 25%, var(--border-color));
    box-shadow: 0 18px 46px rgba(0,0,0,0.10);
}

.category-2026 .cat-img{
    height: 270px;
    padding: 0;
    background: color-mix(in srgb, var(--bg-body) 55%, #fff);
}

.category-2026 .cat-img img{
    width: 100%;
    height: 270px;
    object-fit: contain;
    padding: 12px;
    display: block;
}

.category-2026 .cat-text{
    padding: 12px 12px 14px;
}

.category-2026 .cat-text h6{
    font-weight: 800;
    margin: 0 0 6px;
    color: var(--t-color);
    line-height: 1.2;
    min-height: 2.4em;
}

.category-2026 .cat-text span{
    font-weight: 800;
    color: var(--color-primary);
}

@media (max-width: 1400px){
    .category-2026 .category-wrap{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1200px){
    .category-2026 .category-wrap{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 992px){
    .category-2026 .filters-bar{ position: relative; top: auto; flex-basis: 280px; width: 280px; }
    .category-2026 .category-wrap{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px){
    .category-2026 .category-wrap{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 515px){
    .category-2026 .category-wrap{ grid-template-columns: 1fr; }
}

/* ================== TYPOGRAPHY =================== */
.title{ 
    font-weight: bold;
    font-size: 2rem;
}

.cat-title{
    font-size: 1.2rem !important;
    text-align:center;
}

.sub-title{
    font-size: 1rem !important;
}

.s-title{
    font-weight: 500;
    font-size: 1rem;
    list-style: none;
}

/* ================== HEADER & NAVIGATION =================== */
header{
    background-color: var(--color-secondary);
    color:var(--samashop-navcolor);
    justify-items: center;
    padding: 0 10px;
}

.cat-header{
    display: flex;
    width:100%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
    align-items:baseline;
}

ul li:hover ul, ul li ul:hover li, div a:hover ul{
    display: block !important;
}

.headbut{
    display: flex!important;
    flex-wrap: wrap;
    flex: 0 0 auto;
    width: 42vw;
    padding:0;
    justify-content: flex-end!important;
}
.headbox{
    position: relative;
    display: flex!important;
    align-items: center!important;
    margin: 0 5px;
}
.shopcard{
    display: none;
    top: 3.1rem;
    color: var(--t-color);
    padding: 0;
    background-color: white;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
}
.shopcard h6{
    text-align: center;
}
.shopcard ul{
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0;
}
.shopcard li{
    display:flex;
    list-style: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dedddd;
    justify-content: space-between;
}
.shopcard button{
    background-color: white;
    color: darkred;
    border: transparent;
}
.shopcard li:last-child{
    background-color: var(--color-tercery);
    text-align: center;
    color: white;
}
.shopcard a {
    color: white;
    text-decoration: none;
    margin: 0 auto;
}
.shopcard.show{
    display: block;
}
.pagination .page {
    border: 0.5px solid black;
    padding: 1rem;
    border-radius: 8px;
    color: black;
    font-weight: normal;
    text-decoration: none;

}
.pagination .page:hover {
    background-color: var(--color-primary);
    border:none
}

/* ========== PANIER DROPDOWN - STYLE MODERNE ========== */
.panierContainer,
.wishlistContainer {
    position: relative;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
}

.panierContainer:hover,
.wishlistContainer:hover {
    transform: scale(1.05);
}

.panierContainer:hover > div,
.wishlistContainer:hover > div {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panierContainer > div,
.wishlistContainer > div {
    display: none;
    position: absolute;
    padding: 0;
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    z-index: 1000;
    width: 380px;
    font-size: 13px;
    right: 0;
    top: 45px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.panierContainer > div > ul,
.wishlistContainer > div > ul {
    list-style: none;
    margin: 0;
    padding: 15px;
    max-height: 500px;
    overflow-y: auto;
}

.panierContainer > div > ul::-webkit-scrollbar,
.wishlistContainer > div > ul::-webkit-scrollbar {
    width: 6px;
}

.panierContainer > div > ul::-webkit-scrollbar-track,
.wishlistContainer > div > ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.panierContainer > div > ul::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}

.panierContainer > div > ul h6 {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-primary);
}

.panierContainer > div > ul hr {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #e9ecef;
}

.panierContainer > div > ul li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.panierContainer > div > ul li:last-child {
    border-bottom: none;
}

/* Badge du panier */
#nbr_panier {
    position: absolute;
    padding: 3px 7px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    z-index: 10;
    left: -5px;
    top: -8px;
    color: white;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Styles pour les items du panier */
.panierContainer img {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    transition: transform 0.3s ease;
}

.panierContainer img:hover {
    transform: scale(1.1);
}

.panierContainer .btn {
    border-radius: 8px;
    font-size: 12px;
    padding: 5px 10px;
    transition: all 0.3s ease;
    border: none;
}

.panierContainer .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.panierContainer .btn-outline-danger {
    color: #dc3545;
    border: 1px solid #dc3545;
}

.panierContainer .btn-outline-danger:hover {
    background: #dc3545;
    color: white;
}

.panierContainer .btn-outline-secondary {
    color: #6c757d;
    border: 1px solid #6c757d;
}

.panierContainer .btn-outline-secondary:hover {
    background: #6c757d;
    color: white;
}

.panierContainer .btn-outline-success {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.panierContainer .btn-outline-success:hover {
    background: var(--color-primary);
    color: white;
}

.panierContainer .text-primary {
    color: var(--color-primary) !important;
    font-weight: 700;
}

.panierContainer .fw-bold {
    font-weight: 600;
    color: #2c3e50;
}

.panierContainer .badge {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 10px;
    background: var(--color-primary) !important;
}

/* Bouton finaliser */
.panierContainer a.btn {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px var(--samashop-primary-30);
}

.panierContainer a.btn:hover {
    box-shadow: 0 6px 20px var(--samashop-primary-40);
    transform: translateY(-2px);
}

#log_status {
    position: absolute;
    padding: 0px 4px;
    background-color: #a7a7a7;
    border-radius: 25px;
    font-size: 8px;
    z-index: 0;
    left: 27px;
    bottom: -1px;
}
.logbut{
    color: #f8f9fa;
    display: flex;
    font-weight: lighter;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    align-items: baseline;
    cursor: pointer;
    justify-content: space-evenly;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5%;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,transform .2s ease-in-out;
}
.logbut:hover{
    color: #f8f9fa;
    border-color: #f8f9fa;
    transform: scale(1.01)
}
.lang {
    display: block;
    width: 100%;
    height: auto;
    padding: 8% 13px;
    margin: auto;
    font-size: 1rem;
    text-align: center;
    font-weight: lighter;
    line-height: 1.5;
    color: var(--color-primary);
    background-color: #ebe9e9;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--color-primary);
    /* border-color: var(--color-primary); */
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select {
    word-wrap: normal;
}
.nav-lang {
    margin-left: 15px;
}
.nav-lang select.lang {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}
.nav-lang select.lang:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.nav-lang select.lang option {
    background: var(--color-primary);
    color: white;
    padding: 10px;
}
.primenu-container{
    display: flex;
    flex: 1 0 0%;
    flex-wrap: wrap;
    justify-content: end;
    overflow: visible;
}
.nav-search {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 10px 20px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.nav-search:hover {
    background: rgba(255, 255, 255, 0.25);
}
.nav-search .form-control {
    background: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.nav-search .form-control:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    transform: scale(1.02);
}
.nav-search .btn {
    color: var(--color-primary);
    background: transparent;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
}
.nav-search .btn:hover {
    transform: scale(1.2) rotate(90deg);
    color: var(--color-secondary);
}
.primenu{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: baseline;
    /* justify-content: space-around; */
    font-size: 16px;
    padding: 1rem;
    margin: 0;
    justify-content: end;
    width: 100%;
    align-items: center;
    overflow: visible;
}
.primenu .nav-item {
    margin:0 15px;
    position: relative;

}
.primenu .nav-item > a {
    text-decoration: none;
    color: var(--samashop-navcolor);
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.primenu .nav-item > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: white;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.primenu .nav-item > a:hover {
    color: white;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}
.primenu .nav-item > a:hover::before {
    width: 80%;
}
.primenu .nav-item > button.nav-link {
    background: transparent;
    border: 0;
    color: var(--samashop-navcolor);
    font: inherit;
    font-weight: 500;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.primenu .nav-item > button.nav-link:focus {
    outline: none;
    box-shadow: none;
}
.primenu .nav-item > button.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: white;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.primenu .nav-item > button.nav-link:hover {
    color: white;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}
.primenu .nav-item > button.nav-link:hover::before {
    width: 80%;
}
.primenu .nav-item > .dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 8px;
    width: 250px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: dropdownSlideIn 0.3s ease;
    display: none;
    min-width: 200px;
    z-index: 3000;
}

.primenu .nav-item > .dropdown-menu.show {
    display: block;
}
@keyframes dropdownSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.primenu .nav-item > .dropdown-menu .navel{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #333;
    font-weight: 600;
    padding: 12px 15px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.primenu .nav-item > .dropdown-menu .navel img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 0;
}
.primenu .nav-item > .dropdown-menu .navel:hover{
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    transform: translateX(8px);
    box-shadow: 0 4px 15px var(--samashop-primary-30);
}
.userbar {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--samashop-navcolor);
    gap: 5px;
}
.panierContainer {
    position: relative;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.wishlistContainer {
    position: relative;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.panierContainer:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}
.wishlistContainer:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}
#nbr_panier {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--color-secondary);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    animation: pulse 2s infinite;
}
#nbr_wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--color-secondary);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.userbar > a, .userbar div > a  {
    color: #f8f9fa;
    margin: 0;
    font-size: 20px;
    margin-left: 10px;
    text-decoration: none;
    padding: 10px;
    transition: all 0.3s ease;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.userbar > a:hover, .userbar div > a:hover {
    transform: translateY(-3px);
    color: white;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
/* .dropdown {
    position: relative;

} */
.userbar .dropdown-menu{
    text-align: left;
    left:-120px;
    min-width: 200px;
    padding: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
    animation: dropdownSlideIn 0.3s ease;
}
.userbar .dropdown-menu  a { 
    position: relative;   
    display: block;
    text-decoration: none;
    padding: 10px 15px; 
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    color: #333;
    margin: 3px 0;
}
.userbar .dropdown-menu  a:hover {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    transform: translateX(5px);
    box-shadow: 0 4px 15px var(--samashop-primary-30);
}
.userbar .dropdown-menu li:last-of-type a{
    border-bottom: none;
}
.infobar{
    display: flex;
    flex: 1 0 0%;
    align-items: baseline;
    padding-top: 5px;
    margin:0;
    width: 70%;
    font-weight: lighter;
}
.infobar div{   
    border-right: 1px solid white;
    padding-right: 20px;
}
nav{
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    height: 80px;
    width: 100vw;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: visible;
}
nav.sticky{
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    height: 80px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 20;
    margin-bottom: 80px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    overflow: visible;
}
.hero.sticky, main{
    margin-top: 80px;
}
.navbar{
    display: flex;
    text-decoration: none;
    list-style: none;
    align-items: center;
    margin: 0;
    height: 80px;
    padding:0 20px !important;
    overflow: visible;
}
.navContent{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0%;
    overflow: visible;
}
a{
    color: var(--color-primary);
}
.logo{
    width: 60px;
    height: 60px;
    object-fit: contain;
    transition: all 0.3s ease;
}
.logo:hover{
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 6px 25px var(--samashop-primary-50);
}
.nav-item{
    align-items: center;
    padding: 0;
    margin: 0 15px;

}
.main{
    margin: 0 auto;
    max-width: 1920px;
    height: 100%;
    padding: 0 10px ;


}
.hero{

    display: flex;
    flex-wrap: wrap;
    height: 650px   ;
    padding: 0 ;
}
.herow{

    display: flex;
    flex-wrap: wrap;
}
.sidenav{
    flex: 0 0 auto;
    width: 20%;
    padding:0 ;
    box-shadow: 0 1px 10px rgb(0 0 0 / 5%);

}

.sidenav.dispatch {
    position: absolute!important;
    top: 80px;
    z-index: 20;
    
}
.navel.mobileSiteNav{
    position: relative;  
    display: none;   
}
.navel.mobileSiteNav ul{
    position: absolute;
    width: 100%;
    /* display: none; */
    bottom: -113px;
    left: 0;
    z-index: 6;
}
.slider{
    display: flex;
    flex:1 0 0%;
    padding: 0;
    height: 100%;
}
.sliderContainer{
    flex: 0 0 auto;
    width: 75%;
    height: 100%;
}
.promo{
    margin-bottom: 4rem;
    position:relative;
}
.promo .discount {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    border-radius: 0 0 0 16px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background-color: red;
}
.addcart {
    /* visibility: hidden; */
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px;
    border-radius: 0 16px 0 16px;
    font-size: 20px;
    /* font-weight: bold; */
    background-color: white;
    z-index: 10;

}
.addcart:hover{
    transform: scale(1.05);
}
.promo .prix {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px ;
    border-radius: 0 16px 0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10;
    box-shadow: 0px 4px 23px black;
}
.prix{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px ;
    border-radius: 0 16px 0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10;
}
.prix2{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px ;
    border-radius:16px 0   0 0;
    font-size: 14px;
    font-weight: normal;
    background-color: var(--color-secondary);
    color:white;
    z-index:10; 
}
.promo .swiper-slide:hover .prix{
    visibility:hidden;
}
 :is(.swiper-slide:hover,.category-box:hover) .addcart{
    visibility:visible;
}
.promo-container{
    height: 150px;
    width: 100%;
    margin: 0 0 2rem 0;
}

.filter-zone{
    position:relative;
    display: flex;
    width:100%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px; 
    background-color:white;
    padding: 1rem 10px;
    margin-bottom:1.5rem;
    border-radius:0 2rem 0 0;
}
.filter-zone .form-control{
    border: none !important;
}

.shortening{
    position:absolute;
    right:15px;
    width:auto;
    float:right;
}
.short-but{
    background-color:white;
    color:var(--color-secondary);
    border:none;
    font-size:22px;
}
.filters{
    flex:0 0 60%;
    width:60%;
    
    display:flex;
}
.filters select,.filters input {
    margin-right:10px;
    background-color: #f3f3f3;
}
.filters  input {
    background-color:var(--color-secondary);
    border:none;
    color:white;
    padding:0 2rem;
}
.category {
    flex:1 0 0%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}
.category-service{
    flex:1 0 0%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    max-height: 650px;  
}
.category-container {

    width: 100%; 
    height:400px;
    overflow: hidden;
    padding: 0;
    margin-bottom:50px;
    
}

.category-header h3{
    text-align:right;
    font-size: 1rem;
    padding: 0.2rem 1rem;
    font-weight:normal;
    letter-spacing:1px
}
.category-content {
    display:flex;
    height:350px;
    width:100%;
}
.category-view{
    order:0 ;
    position:relative;
    overflow:hidden;
    width: 20%;
    height:100%;
    border-radius: 3px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
    transition: all 0.5s ;
}
.category-view:hover, 
.category-el:hover
{
    transform:scale(0.98);
}

.category-view::before{
    content:"";
    position:absolute;
    width:100%;
    height:50%;
    bottom:0;
    background-image: linear-gradient(180deg, rgba(0,0,0, 0.0), rgba(0,0,0, 0.8)); ;
}
.category-title{
    position:absolute;
    font-size: 2 rem;
    letter-spacing:1px;
    text-transform:Uppercase;
    color: #fff;
    text-shadow: 2px 2px #000;
    z-index:2;
    top:70%;
    left:50%;
    transform: translate(-50%, -50%);
    
}
.category-view .button{
    position:absolute;
    border:none;
    padding:0.5rem 1rem;
    border-radius:20px;
    text-decoration:none;
    text-align:center;
    background-color: #fff;
    color:#000;
    z-index:2;
    letter-spacing:1px;
    bottom:5%;
    left:50%;
    transform: translate(-50%, -50%);
    transition:all 0.5s;
}
.category-view .button:hover{
    bottom: 3%;
    padding: 0.6rem 1.3rem;
    background-color: var(--color-primary);
    color:#fff;
}
.category-view img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.category-slide img{
    position:absolute;
    top:5%;
    left:15%;
    width:70%;
    height:70%;
    object-fit:contain;
}
.category-slide{
    order:1;
    display:flex;
    flex: 1;
    height:100%;
    overflow:hidden;
    overflow-x: auto;

}
.category-slide .category-el{
    position:relative;
    flex: 0 0 24%;
    height:100%;
    margin-left: 10px;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
    background-color: #fff;
    border-radius: 3px;
    transform: translateX(0);
    transition: all 0.5s ;
}
.category-el .product-name,
.category-el .price {
    position:absolute;
    z-index:2;
}
.category-el .price{
    left:50%;
    bottom:0;
    font-size: 1rem;
    padding: 0.5rem;
    background-color:#000;
    color:#fff;
    border-radius: 20px 20px 0 0; 
    transform:translate(-50%, 0);
}
.category-el .product-name{
    bottom: 13%;
    text-align:center;
    font-size:1.2rem;
    left: 0;
    width:100%;
    padding: 0.5rem ;
    margin: 0;
}

.category-wrap {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     overflow: hidden;
    padding: 0;
    margin-bottom:50px;
}

.category-card
{
    flex: 0 0 auto;
    width: 19%;
    margin: 0 10px 0 0;
    justify-content: space-between;
    min-height:100% ;
    background: linear-gradient(#e66465, #9198e5);;
    height: auto;
}
.category-list{
    font-size: 1.5rem;
    color: #ffff;
}
.category-list li {
    margin-bottom: 1rem;
}

.category-card img
{
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.category-card h2
{
    position: absolute;
    margin: 1% 2.5%;
    z-index: 2;
    color: white;
    text-shadow: 1px 1px 2px black;
}
.cat-prod{
    bottom:0;
    display: flex;
    align-content: baseline;
    padding:5px;
    width:100%;
    justify-content: space-between;
    font-weight: normal;
    font-size: 1rem;
    z-index:10;

}
.category-box:hover .cat-prod{
    visibility:hidden;

}
.cat-prod a{

    color:black;
    font-weight: normal;
    text-decoration: none   ;
}
.category-box1
{
    align-content: baseline;
    flex: 0 0 auto;
    width: 15%;
    justify-content: space-between;
    margin: 0 15px 15px 0;
    background-color: white;
    transition: 0.3s;
}
.filters-bar{
    flex:none;
    width:20%;
    margin-right:1%;
    
    height:70vh;
    overflow-y:auto;
    overflow-x:hidden;
    
}
.filter-btns {
    display:flex;
    justify-content:space-between;
}
.filter-bloc{
    padding:1rem;
    background-color:white;
    margin-bottom:10px;
}

.filter-check{
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
}
.filter-check label{
    margin-left:5px;
}
.filter-check .checkbox{
    flex:0.8;
}
.filter-check .count{
    flex:0.2;
    text-align:right;
}

.prod-container{
    flex:none;
    width:79%;
}
.cat-list {
    position: relative;
    /* display: flex; */
    background-color: white;
    flex: none;
    width: 31%;
    height: 99px;
    margin: 0 15px 20px 0;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);
}
.cat-list a{
    position: absolute;
    text-decoration: none;
    display: flex;
    justify-items: center;
    align-items: center;
    top: 0;
    left:0;
    width:100%;
}
.cat-list .cat-text{
    width:70%;
}
.cat-list .cat-img {
    height: calc( 100px );
    width: 30%;
}
.cat-list .cat-img img { 
    width: calc( 100% );
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}
:is(.cat-box, .catlist):hover{
    transition:.5s;
    transform:scale(1.02);
}
.cat-box{
    position:relative;
    background-color:white;
    flex:none;
    width: 31.8%;
    height:380px;
    margin: 0 15px 20px 0 ;
    padding:1rem;
    text-align:center;
    box-shadow: 0 0px 2px rgb(0 0 0 / 5%);  
}
.cat-box a{
    text-decoration:none;
}
.cat-img{
    height: calc( 290px - 1rem);
}
.cat-img img{
    padding:1rem;
    width:calc( 100% - 1rem);
    height:100%;
    object-fit:contain;
}
.cat-text{
    padding:1rem;
}
.category-box
{
    position: relative;
    align-content: baseline;
    flex: none;
    width: 18.95%;
    height: 265px;
    justify-content: space-between;
    margin: 0 15px 50px 0;
    background-color: white;
    transition: 0.5s;
    cursor: pointer;
}

.category-list{
    display: flex;
    position: relative;
    align-content: baseline;
    /* flex-wrap: wrap; */
    /* flex: 0 0 auto; */
    width: 18.7%;
    height: 67px;
    justify-content: space-between;
    margin: 0 15px 11px 0;
    background-color: white;
    transition: 0.3s;
    cursor: pointer;
}
.category-list:hover
{
    transform: scale(1.05);
    margin: 10px ;
}
.category-box:hover
{
    transform: scale(1.01);
    margin: 10px ;
}

.cat-slide-container{
    display: flex;
    flex-direction: column;
    flex: 1 0 0%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
}
.cat-bloc{
    display: flex;
    flex: 1 0 0%;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;
    width:100vw;
}
.proContainer{
    display: flex;
    padding: 0 10px;
    margin: 40px 0; 
    flex: 1 0 0%;
    flex-wrap: wrap;
    border-radius: 10px;
}

.hallOfFame {
    padding: 60px 20px;
    min-height: 500px;
}
.samaTitle2{
    font-size: 22px;
    /* text-transform: uppercase; */
    font-weight: bold                                                               ;
    color: var(--color-primary);
}
.proFilter{
    display: flex;
    width: 100%;
    flex-wrap: wrap;

    justify-content: space-between;
}
.proFilter h2{
    flex: 0 0 auto
}

.proFilterElem{
    display: flex;
    flex: 0 0 40% ;
    justify-content: space-between;
    margin-right: 40px ;
}
.proFilterElem select{
    position: relative;
    border-radius: 25px;
    padding: 5px 25px ;
    z-index: 1;
}

.proBox{
    position: relative;
    flex: 0 0 18.5%;
    width: 18.5%;
    /* height: 325px; */
    background-color: white;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0 15px 30px 0;
    transition: 0.6s ease-out;

}
.proBox a{
    text-decoration: none;
    color: black;
}
.proBox:hover, .service-box:hover , .category-el:hover{
    transform: scale(1.02);
}
.proContent {
    
    padding: 10px;
}
.proTitle{
    font-size: 14px!important;
    font-weight: bold;
    margin: 0 0;
}
.proPrice{
    display: flex;
    width: 100%;    
    align-items: baseline;
    font-size: 18px!important;
    font-weight: normal;
}
.proPrice .reduction{ 
    font-size: 13px;
    margin: 10px;
    text-shadow: #0c0c0c60;
    color: #0c0c0c60 ;
}
.badgeReduc{
    position: absolute;
    background-color: orange;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 500px;
    border-radius: 0 0 20px 0;
    box-shadow: 0 1 10px rgba(0, 0, 0, 0.2);
}
.panierButton{
    position: absolute;
    bottom: 0;
    /* right: 0; */
    border-radius: 0 25px 0 0;
    padding: 4px 20px;
    background-color: var(--color-primary);
    text-align: center;
    color: white;
    z-index: 10;
}
.panierButton a{
   text-decoration: none;
    color: white;
}
.proImg{
    height: 70%;
    overflow: hidden;

}
.proImg img{
    object-fit: cover;
    width: 100%;
}
.blocproduct{
    flex:1 0 0%;
    padding: 0;
}
.otherProducts{
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 25px;
    border: none;
    border-radius: 5px;
}
.otherProducts h2{
    margin: 15px;
    text-align: center;
}
.otherProducts button{
    background-color: white                                                                                                                                                                             ;
    display: block;
    font-size: 12px;
    text-align: center;
    margin: auto;
    border: 1px solid grey;
    padding: 10px 20px;
    text-transform: uppercase;
}


.sideleft{
    flex: 0 0 auto;
    align-items:baseline;
    width: 19.3%;
    padding:5px;
    min-width:250px;
    margin: 0 10px 10px 0;
    background-color:var(--color-tercery);
    border-radius:0 16px 0 16px;
}
.sideright{
    flex: 1 0 0%;
    flex-wrap: wrap;
    width: auto;
    align-items: baseline;
}
.sideright h6{
    align-items: baseline;
    padding: 0 10px;
    margin: 6px 0;
    letter-spacing: auto;
}

.pagination li {
    /* display: inline-block; */
    padding: 5px;
    color: black;
    text-decoration: none;
    background-color: var(--pagination);
    font-size: 15px;
}
.pagination li .page-link{
    background-color: white;
    color: gray;
}
.pagination li.active .page-link                                                        {
    background-color: var(--color-primary);
    font-weight: bold;
    color: var(--color-secondary);
    border: none;
}
.pub{
    flex: 0 0 auto;
    width: 20%;
    padding: 0 10px 0 0;
}

.section{
    margin-bottom:  50px;
}
.trend{

    margin: 0 0 50px 0;
    width:100%;
    display: flex;
}
.trendpic{
    width: 100%;
    max-height: 8vw;
    object-fit: cover;
}
.trendcaption {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    color: white;
    width: 100%;
    background-color:  rgba(0,0,0, 0.2);
    }
.catalogue{
    padding: 0px;
    margin-bottom: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-head {    
    padding: 15px;
    color: white;
    background-color: var(--bs-danger);
}
.navel, .category-list {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    list-style: none;
    height: 65px;
    transition: 0.25s;
    border-bottom: 0.1px solid var(--bg-body);
    transition: padding-left 1s ease-in;

    transition: 0.3s ease-in-out;

}
.catalogue a:last-child .navel{
    border-bottom: none!important;
}
.catalogue  .navlink {
    font-size: 14px!important;
    color: var(--color-primary);
}

.catalogue .navel:hover{
    padding-left: 30px ;
    font-weight: bold;
    transform: scale(1.05);
    margin: 0  ;
    color: var(--color-primary);
    background-color: var(--color-secondary);
}
.navel-toggle{
    white-space: nowrap;
}
.navel-toggle::after{
    content: "›";
    /* font-family: "Font Awesome 5 Free"; */
    position: absolute;
    top: 40%;
    transform: translatey(-50%);
    font-weight: 500;
    font-size: 26px;
    color: var(--color-primary);
    right: 25px;
    white-space: nowrap;
}
.nav-elements{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
}
.sidel-container{
    display: flex;
    /* padding: 15px ; */
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 25%;
    background-color: #E8E8E8;
}   
.sidel{
    display: flex;
    padding: 10px 15px 5px 15px;
    flex-direction: column;
    height: calc(100% / 3);
    width: 100%;
    /* border-radius: 15px; */
    box-shadow: 1 1  5px rgba(0, 0, 0, 0.5);
    background-color: white;
    overflow-y: hidden; 
    }  
    .sidelPic{
        display: flex;
    flex-direction: column;
    height: calc(100% / 3);
    width: 100%;
    /* border-radius: 15px; */
    box-shadow: 1 1 5px rgba(0, 0, 0, 0.5);
    background-color: white;
    overflow: hidden;
    }
    .sidelPic img{
        object-fit: cover  ;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background-position: center;
    }
.sidel p{
    font-size: 11px;

    }  
    .sidel .buttonz{
        justify-content: space-between;
    }
.button3 {
    text-align: center;
    text-decoration: none;  
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 12px;
    border-radius: 25px;    
    font-weight: normal ;
    background-color: var(--color-primary) ;
    color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.nav-search{
    display: flex;
    flex: 0 0 40%;
    order:0;
}
.navel:has( > .nav-search.mobile){
    display: none;
}
.nav-search form {
    position: relative;
    width: 100%;
}
.nav-search form button{
    position: absolute;
    right:10px;
    color: var(--color-secondary);
}
.nav-lang{
    display: flex;
    align-content: center!important;
    order: 3;
}
.navlink{
    text-decoration: none;
    font-size: var(--nav);
    color:var(--color-secondary);
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-cat {
    width: 100%;
    height: 401px;
}
.trendtitle{
    color: white;
    font-size: 0.7rem;
    text-decoration: none;
}
.ctaction{
    display: none ;

}
.ctaction:hover{
    display: block ;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-slide .ranked {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons a {
    display: inline-block;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}
.productcaption {
    display: flex;
    font-size: 12px;
    position: absolute;
    bottom: 0 ;
    left:auto;
    padding: 10px;
    color: black;
    text-align:left;
    width: 100%;
    background-color: rgba(10, 10, 10, 0.5);
    visibility:hidden;
}
.swiper-slide:hover .productcaption{
    visibility:visible;
}

.faq-box{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    border: 2px solid var(--color1);
    align-items: baseline;
    margin-bottom: 1rem;
}

.question{
    flex: 0 0 auto;
    padding: 0 0 0 1rem ;
    width: 95%;

}
.faq-box img{
    width: 50px;
}
.accordion {
    overflow-y: scroll;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    margin: 1rem;
    width: 85%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    max-height: 500px;
}
.active.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.cproduct{
    height: 100%;
    width: 100%;
    object-fit: cover  ;
}
#product-view{
    position: relative;
    margin: 8px 0 30px 0;
    height: 550px;
    /* overflow: scroll;   */
    
}
#product-view #Presentation {
    height: 260px;
}
#product-view > div {
    height: 100%;
    min-height: 550px;
}
.Product-view{
    display: flex;
    height: 100%;
    margin: 0 0 2rem 0;
}
.proQuantity{
    position: relative;
    display: flex!important;
    width: 250px;
}
.proQuantity button{
    display: flex;
   margin: 0!important;
   font-size: 30px!important;
   font-weight: bold;
   position: absolute;
   z-index: 5;
   border: none ;
   background-color: transparent;
   margin: 0 25px;
   color: var(--color-primary);
   align-items: baseline;
   
}
.proQuantity input{
    padding: 10px;
    border-radius: 50px ;
    text-align: center;
    font-size: 14px;
    background-color: #F5F5F5   ;

}
.proQuantity button:first-child{
    left: 25px;
}
.proQuantity button:last-child{
    right: 25px;
}
.product-info{
    width: 59%;
    padding: 2rem 2rem;
    background-color: white;
    margin: 0 0 0 5px;

}
.product-info .bloc{
    margin: 2rem 0;
    position: relative;

}
.return-but{
    position: absolute;
    right:4rem;
    font-size:18px;
    top:2rem;
}
.product-info .colonne{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 2rem;
    border: 0.5px dashed #cccccc;
    padding:1rem;
    align-items: baseline;
}
.product-info .colonne input{
    width: 75px;
    text-align: center;
    position: relative;
    border: 0.5px solid #cccccc;
    right: 10px;
}
.product-info > button{
    display: block;
    width: auto;
    padding: 0.5rem 2rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
    background-color: var(--color-primary);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    float:left;
    margin-right: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.Product-view .main-view img{
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.product-slide img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 5px;
    background-color: white;
    border: 0.1px solid rgba(0,0,0,0.1);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    transition: 0.6s;
}
.product-slide img:hover{
    transform: scale(1.1);
    border-color: var(--color-primary);
}
.produitTab{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    background-color: white;
}
.produitTabContent{
    background-color: white;
    padding: 1.5rem;
    margin-bottom: 50px ;
}
.produitTabContent .comments{
    max-height: 250px;
    overflow-y: auto;

}
.produitTab .nav-item {
    align-items: center;
    padding: 20px 30px;
    margin: 0 1px 0 0;
    background-color: var(--color-primary);
    color: white;
    font-size: 12px;
    font-weight: 500;
}
.clientContainer{
    display: flex;
    flex-wrap: wrap ;
}
.navUser{
    flex: 0 0 auto;
    width: 25%;
}
.contentUser{
    flex: 0 0 auto;
    width: 74%;
    background-color: white;
    padding: 40px;
    margin-left: 5px;
    overflow: auto;
}
.contentUser.transparent{
    background-color: transparent;
    padding: 0;
}
.panier {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding:0 2rem;
    margin: 3rem auto;
    width: 100%;
}

/* ========== MODAL PANIER - CONTROLE HAUTEUR ========== */
#panier .modal-dialog {
    max-height: 98vh;
    margin: 1rem auto;
    display: flex;
    align-items: center;
}

#panier .modal-content {
    max-height: 95vh;
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#panier .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    flex: 1;
    max-height: 85vh;
    min-height: 200px;
}

/* Dans le panier, éviter les débordements horizontaux causés par des .row avec marges négatives */
#panier .form-panier .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#panier .form-panier .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* Éviter le scroll horizontal (table trop large) */
#panier .panier-table {
    table-layout: fixed;
    width: 100%;
}

#panier .panier-table th,
#panier .panier-table td {
    white-space: normal;
    word-break: break-word;
}

#panier .modal-body::-webkit-scrollbar {
    width: 8px;
}

#panier .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#panier .modal-body::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}

#panier .modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--samashop-primary-dark);
}

/* ========== MODAL PANIER - STYLE MODERNE ========== */
.pan-container {
    text-align: center;
    padding: 20px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
}

.progress-container::before {
    content: '';
    background: linear-gradient(90deg, #e9ecef 0%, #dee2e6 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    z-index: 0;
    border-radius: 10px;
}

.progress {
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 0%;
    z-index: 1;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    box-shadow: 0 2px 10px var(--samashop-primary-40);
}

#panier .panier-step {
    display: none !important;
    margin: 2rem 0.5rem;
    background-color: transparent !important;
    animation: none !important;
    width: 100%;
    box-sizing: border-box;
}

/* NB: on évite d'utiliser un nom d'animation générique (fadeIn)
   car il est défini dans d'autres CSS et peut créer des comportements inattendus. */

#panier .panier-step.active {
    display: block !important;
    background-color: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 1px !important;
    max-height: none !important;
}

/* Dans le modal, éviter les scrolls imbriqués + hauteurs fixes */
#panier .panier-colonne,
#panier .panier-info {
    max-height: none;
    overflow: visible;
}

/* Sur mobile, une règle globale mettait .panier-colonne en overflow-x:auto */
#panier .panier-colonne {
    overflow-x: hidden;
}

/* Par défaut, n'afficher Valider/Annuler qu'à la dernière étape (JS les montrera) */
#panier #valid,
#panier #cancel {
    display: none;
}

.etape {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    color: #6c757d;
    border-radius: 25px;
    padding: 12px 20px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #e9ecef;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.etape:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.etape.active {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    border-color: var(--color-primary);
    box-shadow: 0 4px 15px var(--samashop-primary-30);
    transform: scale(1.05);
}

.etape i {
    font-size: 16px;
}

.stepbtn {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    border: none;
    cursor: pointer;
    font-family: inherit;
    padding: 12px 35px;
    margin: 5px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--samashop-primary-20);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stepbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--samashop-primary-30);
}

.stepbtn:active {
    transform: scale(0.98);
}

.stepbtn:focus {
    outline: 0;
}

.stepbtn:disabled {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
}

.stepbtn.bg-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}

.stepbtn.bg-danger:hover {
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
}



.panier-colonne {
    flex: 1;
    width: 100%;
    margin: 0;
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    max-height: 60vh;
    overflow-y: auto;
}

.panier-colonne::-webkit-scrollbar {
    width: 6px;
}

.panier-colonne::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.panier-colonne::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}

.panier-info {
    flex: 1;
    width: 100%;
    margin: 0;
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.panier-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
}

.panier-thumb:hover {
    transform: scale(1.1);
    border-color: var(--color-primary);
    box-shadow: 0 6px 20px var(--samashop-primary-30);
}

.form-panier {
    padding: 1rem 0;
    width: 100%;
}

.form-panier .row {
    margin: 0 -15px;
}

#panier .modal-footer .bloc {
    width: 100%;
}

.back-but, .valid-but {
    padding: 12px 30px;
    font-size: var(--link-size);
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.back-but {
    color: #6c757d;
    background: #f8f9fa;
    border: 2px solid #dee2e6;
}

.back-but:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.valid-but {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px var(--samashop-primary-20);
}

.valid-but:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--samashop-primary-30);
}

.modbtn {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    border: none;
    padding: 8px 12px;
    font-size: 11px;
    margin: auto 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px var(--samashop-primary-20);
}

.modbtn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px var(--samashop-primary-30);
}

.form-panier .form-group {
    margin-bottom: 1.5rem;
    padding: 0 15px;
}

.form-panier label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.form-panier .form-control,
.form-panier .selectdiv,
.form-panier select {
    width: 100%;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-panier .form-control:focus,
.form-panier .selectdiv:focus,
.form-panier select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--samashop-primary-10);
    background: white;
    outline: none;
}

.amount {
    width: 80px;
    margin: auto;
}

.panier .sub-title {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    border-left: 4px solid var(--color-primary);
    padding-left: 15px;
}

/* Style pour les tables de sélection dans le panier */
.panier-info table.panier-table {
    width: 100%;
    margin: 20px 0;
}

.panier-info table.panier-table td {
    padding: 10px;
    vertical-align: middle;
}

.panier-info .selectdiv {
    position: relative;
    display: block;
}

.panier-info select.selectdiv {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%232c3e50" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
    padding-right: 40px;
}

/* Zone d'affichage de la méthode de paiement */
#payment-method-display {
    text-align: center;
    padding: 25px;
    margin-top: 25px;
    background: linear-gradient(145deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    border: 2px dashed #dee2e6;
    transition: all 0.3s ease;
}

#payment-method-display h6 {
    color: var(--color-primary);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
}

#payment-method-display img {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

#payment-method-display img:hover {
    transform: scale(1.05);
}

#payment-method-content > div {
    background: white !important;
    padding: 25px !important;
    border-radius: 12px !important;
    display: inline-block !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
}
.userTable{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-collapse: collapsed;
    border: 1px solid #fff;
    font-size: 14px;

}

@media (max-width: 768px) {
    /* Fallback cross-browser: éviter le débordement horizontal des tables (ne dépend pas de :has) */
    .userTable,
    .panier-table,
    table.table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .userTable th,
    .userTable td,
    .panier-table th,
    .panier-table td,
    table.table th,
    table.table td {
        white-space: nowrap;
    }
}

.userTable :is(tr,td){
    padding: 1.5rem;
    border: 3px solid #fffF;
    background-color: var(--bg-body);
}
.userTable th{
    padding:1.5rem;
    border: 0.5px solid #F4F3F3FF;
    background-color: #fff;
    color: var(--color-primary);
    font-weight: bold;
}
td.action {
    background-color: var(--color-primary);
    padding: 0;
    color: white;
    text-align: center;
    position: relative;
}
div :has(> .userTable){
    overflow-x: auto;
}

.logo-auth {
    width: min(60vw, 220px);
    height: auto;
}

.sm-input {
    width: 100%;
    max-width: 100%;
}
td.action a{
    color: var(--color-primary);
    color: white;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: 500;
}
.panier-table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    vertical-align: middle;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.pricetab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 10px;
    margin: 5px 0;
    background: #fafbfc;
    transition: all 0.3s ease;
}

.pricetab:hover {
    background: #f1f3f5;
    transform: translateX(5px);
}

.pricetab .colonne {
    padding: 5px 10px;
    font-weight: 600;
}

.pricetab .colonne:last-child {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 17px;
}

.pricetab.h5,
.pricetab h5 {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%) !important;
    color: white !important;
    padding: 18px 25px !important;
    margin: 10px 0 !important;
    border-radius: 12px !important;
    font-weight: 700;
    font-size: 18px !important;
    box-shadow: 0 4px 15px var(--samashop-primary-30);
}

.pricetab.h5 .colonne {
    color: white !important;
}

.modal-header .close {
    padding: 0.5rem;
    font-size: 18px;
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px var(--samashop-primary-20);
}

.modal-header .close:hover {
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 12px var(--samashop-primary-30);
}

.panier-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.panier-table tbody td {
    padding: 18px 12px;
    vertical-align: middle;
    text-align: center;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.panier-table tbody tr:hover td {
    background-color: #f8f9fa;
}

.panier-table tbody tr:nth-child(even) td {
    background-color: #fafbfc;
}

.panier-table tbody tr:nth-child(even):hover td {
    background-color: #f1f3f5;
}

.panier-table th {
    padding: 18px 15px;
    border: none;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    white-space: nowrap;
}

.panier-table th:first-child {
    border-radius: 12px 0 0 0;
}

.panier-table th:last-child {
    border-radius: 0 12px 0 0;
}

.panier-table button.minus,
.panier-table button.plus {
    background: var(--color-primary);
    color: white;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px var(--samashop-primary-20);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.panier-table button.minus {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.2);
}

.panier-table button.minus:hover,
.panier-table button.plus:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px var(--samashop-primary-40);
}

.panier-table button.minus:hover {
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

.panier-table .quantite {
    display: inline-block;
    min-width: 45px;
    padding: 8px 18px;
    margin: 0 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid var(--color-primary);
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-primary);
}

.panier-table select {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #2c3e50;
    text-align: center;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.panier-table select:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--samashop-primary-10);
    outline: none;
}

.panier button {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--samashop-primary-dark) 100%);
    padding: 12px 25px;
    color: white;
    width: auto;
    min-width: 200px;
    text-decoration: none;
    margin-top: 1rem;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px var(--samashop-primary-20);
}

.panier button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--samashop-primary-30);
}


.main-view{
    flex: 1 0 80%;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: white;
    overflow: hidden;
}
.product-slide{
    position: absolute;
    /* background-color: rgba(255,255,255,0.2); */
    width: 60px;
    height: 100%;
    justify-content: center;
    /* flex: 0 0 20%; */
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.sama_alert{
    position: fixed;
    width: 90%;
    max-width: 500px;
    padding: 15px 20px;
    z-index: 1050;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: slideDown 0.3s ease-out;
}

.alert-container {
    position: relative;
    z-index: 1049;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.img-produit {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;

}

.ctactionin {
    display:block;
    transition: .5s ease;
    opacity: 0;
    width: auto;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.subheader{
 font-size: 1rem;   
    
}
.help_container {
    flex: 1 0 0;
    /* margin: 0 0 45px 0; */
    background-color: white;
    padding: 40px;  
    border-left: 1px solid var(--bg-body);
}
.help_nav{
   /* position:absolute;*/
    right:5px;
    display: flex;
    top: 5px;
    margin-top: 20px;
}
.help_container .title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-left:1rem;
}
.helplink{
    background-color: #c7c9c7;
    color: black;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 10px;
    height: 65px;
    display: flex;
    align-items: center;
}   
.help_nav button{
    border: 1px solid #d0d0d0d0;
    padding: 10px 20px;
    background-color: #f1f1f1;
    color: black;
    font-size: 13px;
    font-family: inherit;
    border-radius: 10px;
    margin-left: 0.5rem;
    letter-spacing: 1px;
    transition: all 0.5s;
}
.help_nav button.active{
    border: 1px solid var(--color-secondary);
    background-color: var(--color-primary);
    color:rgba(255, 255, 255, 0.7);
}
.help_nav button:hover{
    background-color: var(--color-secondary);
    color:black;
    transform:scale(0.98);
}
.help_slide.active {
   display: flex!important; 
   padding:0.5rem;
}
.help_slide {
   display: none;
   padding:0.5rem;
   overflow:hidden; 
   transition: all 1.5s;
}
.help_slide .slide {
    position:relative;
    flex:0 0 50%;
    margin: 0 1rem;
    overflow:hidden; 
}
.carousel{
    height: 100%;
}
.help_slide .fullslide {
    position:relative;
    flex:0 0 100%;
    margin: 0 1rem;
    overflow:hidden; 
}
.help_slide  .accordion .accordion-header .accordion-button:not(.collapsed){
    background-color: var(--color-primary);
    font-weight: 500;
    color: white;
}
.help_slide  .accordion .accordion-header .accordion-button.collapsed    {
    background-color: var(--color-secondary);
    color: var(--color-primary);
    font-weight: normal;
}
.slide .slide-carousel{
    display:flex;
    height:100%;
    flex-wrap:no-wrap;
    transform: translateX(0);
    transition: transform .5s ease-in-out;
}

.carousel-inner, .slider > div, .carousel-inner, .carousel-item {
    height: 100%;
}
.slide .slide-carousel img{
    margin: 1rem;
    width: 90%;
    height: 90%;
    flex: 0 0 90%;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 22px 0;
    overflow: hidden;
}
.captionBox{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    /* left: 10%; */
    padding: 55px 50px;
    border-bottom: 2px solid var(--color-secondary);
    background: linear-gradient(0deg, rgba(11,31,121,0.9) 0%, rgba(11,31,112,0.0) 100%);
}
.captionTitle{
    color: white;
    font-size: 28px;
    font-weight: bold;
    z-index: 4;
    
}
.captionText {
    color: white;
    font-size:  14px;
    z-index: 4;
    text-align: center;
}
.captionBtn{
    padding: 5px 15px;
    text-decoration: none;
    background-color: var(--color-secondary);
    font-size: 18px;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    z-index: 4;

}

.serviceCarousel{
    height: 100%;
    box-shadow: 0 1px 10px rgb(0 0 0 / 5%);
}
.serviceContent{
    position: relative;
    height: 100%;
}
.serviceInfos {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    bottom: 0;
    height: 50%;
    left: 0;
    padding: 20px;
    z-index: 5;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);  
    text-align: center;
}
.serviceCarousel .carousel-indicators{
    z-index: 10!important;
}
.serviceCaption{
    position: absolute;
    width: 100%;
    margin: auto;
    text-align: center;
    bottom: 45px;
    transform: translateX(-20px);

}
.serviceCaption p{
    color: white;
    text-align: center;

}
.servicePic{
    flex: 1 0 0;
}
.servicePic img{
    object-fit: cover;
    object-position: 50%;
    width: 100%;
    height: 100%;

}
.serviceCarousel .serviceContent{
    display: flex;  
}
#service .modal-body{
    padding: 0;
    background-color: white;
    overflow-y: auto;
}
#service .serviceHeader{
    display: flex;
    padding: 0 0 50px 0;
    font-size: 25px;
    color: var(--color-secondary);
    height: 100px;
    align-items: center;
}
#service .serviceMod{
    display: flex;
    flex-wrap: wrap;
}
#service .serviceMod .serviceModContent{
    flex: 1 0 0;
    padding: 50px;
}
#service .serviceMod .serviceImg{
    flex: 0 0 30%;
}
#service .serviceMod .serviceImg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#service .modal-body :is(input[type="text"],input[type="email"],input[type="tel"], textarea, select){
    background-color: var(--bg-body);
    margin-bottom: 10px;
    padding: 10px;
    border:none;

}
#service .modal-body .formbox{
    margin-bottom: 25px;
}
#service .modal-body .checkBoxs{
    flex: 0 0 31%;
    padding: 10px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    border: 2px solid white;
    background-color: var(--bg-body);
}
#service .serviceHeader h3{
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
}
#service .sub-title {
    color: var(--color-primary);
}

.help_slide .slide h5{
    margin-top: 2rem ;
    font-size:1.4rem;
}
.help_slide  p,.help_slide   li  {
    line-height: 2.5rem;
    margin-right:1rem;
    font-size:13px;
}
.suppbox nav{
    background-color: var(--bg-body);
}
.suppbox .nav .nav-link{
    background-color: var(--color-secondary);
    color:white;
    font-size:13px;
    margin-right:2px;
}
.supbox input{
    margin-right:10px;
}
.suppbox .nav .nav-link:active{
    background-color:white;
    color: var(--color-primary);
    font-size:14px;
}
.suppbox .nav .nav-link:hover{
    transform:scale(1.05);
    
}
.suppbox {
    flex: 1 0 0;
    width: 50%;
    padding: 0 1.5rem;
}
.presentation{
    
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.suppbox .accordion{
    padding:0;
}
.img-presentation{
    margin: 1rem;
    width:90%;
    height:90%;
    object-fit:cover;    
    margin-right:10px;
    border-radius:22px 0;
    overflow:hidden;
    
}
.ctactionin a {
    font-size: 12px;
    display:block;
    padding:10px;
    background-color: white;
    border-radius: 10px 0 0 0;
}
.pub{
    flex: 0 0 auto;
    width: 20%;
    height: 188px;
    padding: 0 10px 0 0;
}
.pub img{
    height: 100%;
    width: 100%;
    object-fit: cover  ;
}
.trend-wrapper{
    flex: 0 0 auto;
    flex-wrap: wrap;
    width: 33.33%;
    height: 235px;
    margin: 0 0 3rem 0 ;

    padding-right: 1rem  ;
}
.trend-wrapper .sub-title{
    font-weight:lighter ;
}
.cat-wrapper{
    flex: 0 0 auto;
    width: 80%;
    height: 350px;
    padding: 0 ;
}
.cat-pic{
    width: 100%;
    height:100%;
    object-fit: contain;
}

.swiper-slider:hover .img-produit {
    opacity: 0.3;

}

.swiper-slide:hover .ctactionin {
    opacity: 1;
}
.navel img{

    border-radius: 50px;
    object-fit: cover;
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.login .modal-header, .login .modal-footer{
    color:var(--color-primary);
    padding: 2rem 0 1rem 0 ;
    margin:0 4rem 0 3rem;
    
}
.login .modal-footer{
    text-align:right;
}
.login .modal-content  {
    border-radius:0 210px 0 210px;
    position:relative;
    
    border-bottom: 32px solid var(--color-primary);
   
}
.login .modal-body  {
    padding:3rem;
}

/* ========== MODALS AUTH (LOGIN / INSCRIPTION) - EMPÊCHER LE DÉBORDEMENT ========== */
.login .modal-dialog{
    max-height: 96vh;
    margin: 1rem auto;
    display: flex;
    align-items: center;
}

.login .modal-content{
    max-height: 92vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.login .modal-body{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* ========== POPUPS PANIER/WISHLIST - TAILLE TÉLÉPHONE (Y COMPRIS "VERSION ORDINATEUR") ========== */
@media (hover: none) and (pointer: coarse) {
    #panier .modal-dialog,
    #wishlistModal .modal-dialog,
    #Login .modal-dialog,
    #inscription .modal-dialog{
        width: 92vw;
        max-width: 92vw;
        margin: 0.75rem auto;
    }

    #panier .modal-content,
    #wishlistModal .modal-content{
        max-width: 92vw;
        width: 100%;
    }

    #panier .modal-body,
    #wishlistModal .modal-body{
        max-height: 75vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Dans "desktop mode" mobile, le header a un viewport large: on réduit juste les paddings/fonts */
}

/* ========== POPUP WISHLIST - SCROLLER (DESKTOP & TABLET) ========== */
#wishlistModal .modal-content{
    max-height: 85vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#wishlistModal .modal-body{
    max-height: 70vh;
    overflow: hidden;
}

#wishlist-dropdown-content{
    max-height: 62vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 4px;
}

/* DÉSACTIVÉ - Conflit avec Samashop_responsive.css
@media (hover: none) and (pointer: coarse) and (min-width: 768px) {
    nav .navbar.main{ flex-wrap: nowrap; }
    nav .primenu{ flex-wrap: nowrap; gap: 6px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    nav .primenu .nav-link{ padding: 6px 8px; font-size: 13px; }
    nav .nav-search{ padding: 10px !important; }
    nav .nav-search input{ font-size: 13px; }
    nav .userbar .nav-link{ padding: 6px 8px; }
}
*/

@media (max-width: 576px) {
    /* Sur petits écrans, les marges/paddings du header/footer de l'auth peuvent pousser le contenu hors écran */
    .login .modal-header,
    .login .modal-footer{
        margin: 0 1rem;
        padding: 1.25rem 0 0.75rem 0;
    }
    .login .modal-body{
        padding: 1.25rem;
    }
}
.log-form{
    width:100%;
    margin:0 0 1rem 0;
}
.log-form input{
    padding:1rem;
    border-radius:100px;
    background-color: #ebebeb;
    margin-bottom:10px;
    
}
.log-form .log-but{
    float: right;
    background-color:var(--color-primary);
    color:white;
    border:none;
    padding:7px 2rem;
}
.services-container{
    display: flex;
    flex-wrap: wrap;
    /* text-align: center; */
    margin: 0 20px 50px 20px;
}
.service-box{
    position: relative;
    align-content: baseline;
    flex: 0 0 auto;
    width: 23%;
    /* padding: 20px; */
    background-color: white;
    justify-content: space-between;
    margin: 0 15px 25px 0;
    transition: 0.3s;
    cursor: pointer;
    /* text-align: center; */ 
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);  
    border: none;
}
.service-box a{
    text-decoration: none;
    color: #000;
}
.service-box ul{
    padding:0 3rem;
    border-top: 0.3px solid #d0d0d0 ;
    border-bottom: 0.3px solid #d0d0d0 ;
    text-align: start;
    LIST-STYLE-TYPE: disclosure-closed;
}
.service-box li{
    padding: 0.75rem 0.5rem;
    font-size:15px;
    text-align:center;
}
.box-info{
    text-align: center;
    padding: 20px;
}
.service-box h5 {
    font-size: 1.2rem;
    letter-spacing:0.5px;
}
.service-box p {
    text-align: center;
}
.services-container .illustration{
    height: 251px;
        top: 10px;
    left: 50%;
    overflow: hidden;      
}
.service-header{
    text-align:center;
    padding:2rem;
}

.services-container .illustration  .img-srvc{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.service .modal-header{
    height:150px;
    padding:0!important;
    width:100%;
}
.mod-img{
    width:100%;
    height:150px;
    object-fit:cover;
}
.site_title{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    color: var(--samashop-navcolor);
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    align-items: center;
    transition: 1s;
}
.site_title img:hover{
    transform: scale(1.04);
}   
.site_title:hover {
    color: var(--color-secondary)!important ;
}
.bloc{
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    max-width: 1500px;

}
.colonne
{
    flex: 1 0 0;
    width: auto;
    padding: 0;
}
/* ================== FOOTER CLIENT (NORMALISÉ) =================== */
.samashop-footer{
    width: 100%;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    background: var(--bg-body);
    border-top: 1px solid var(--border-color);
}

.samashop-footer__map{
    width: 100%;
    margin: 0;
    padding: 0;
    background: color-mix(in srgb, var(--color-primary) 5%, var(--bg-body));
}

.samashop-footer__map-iframe{
    display: block;
    width: 100%;
    height: min(360px, 55vw);
    border: 0;
}

.samashop-footer__content{
    padding: 28px 0 10px;
}

.samashop-footer__brand{
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
}

.samashop-footer__brand img{
    width: 230px;
    max-width: 90%;
    height: auto;
    filter: drop-shadow(0 8px 18px var(--samashop-primary-10));
}

.samashop-footer__list{
    padding: 0;
    margin: 0;
    line-height: 2.2;
}

.samashop-footer__list li{
    list-style: none;
    padding: 6px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.samashop-footer__list i{
    font-size: 18px;
    width: 22px;
    opacity: 0.85;
    margin-top: 2px;
    color: var(--color-primary);
}

.samashop-footer__list a,
.samashop-footer__list span{
    color: var(--t-color);
    text-decoration: none;
    transition: 0.20s ease;
}

.samashop-footer__list a:hover{
    color: var(--color-secondary);
    text-decoration: none;
}

.footerTitle{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
    color: var(--color-primary);
}

.footerTitle::after{
    content: "";
    margin-top: 8px;
    display: block;
    border-bottom: 1px solid var(--samashop-primary-30);
    width: 100%;
}

.samashop-footer__newsletter .form-control{
    height: 46px;
    background-color: var(--bg-body);
    border: 1px solid var(--border-color);
}

.samashop-footer__newsletter .form-control:focus{
    border-color: var(--samashop-primary-40);
    box-shadow: 0 0 0 0.2rem var(--samashop-primary-20);
}

.nlButton{
    border: 0;
    height: 46px;
    padding: 0 14px;
    border-radius: 10px;
    color: white;
    background: linear-gradient(135deg, var(--color-primary), var(--samashop-primary-dark));
    box-shadow: 0 10px 20px var(--samashop-primary-20);
    transition: 0.20s ease;
    white-space: nowrap;
}

.nlButton:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 26px var(--samashop-primary-30);
}

.samashop-footer__social{
    gap: 10px;
}

.samashop-footer__social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid var(--samashop-primary-20);
    background: var(--samashop-primary-10);
}

.samashop-footer__social a i{
    width: auto;
    margin: 0;
    font-size: 18px;
    color: var(--color-primary);
    opacity: 1;
}

.samashop-footer__social a:hover{
    background: var(--samashop-primary-20);
}
#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.samashop-footer__bottom{
    margin-top: 16px;
    padding: 14px 0;
    background: color-mix(in srgb, var(--color-primary) 4%, var(--bg-body));
    border-top: 1px solid var(--border-color);
}

.samashop-footer__bottom a{
    text-decoration: none;
    color: var(--color-primary);
    transition: 0.20s ease;
    font-weight: 700;
    margin-left: 10px;
    text-transform: uppercase;
}

.samashop-footer__bottom a:hover{
    color: var(--color-secondary);
}
*, :after, :before {
    box-sizing: border-box;
}
/* @media only screen and (max-width: 1170px) {
    .cat-box{
        width: 240px;
        height: 380px;
    }
    .cat-box .cat-img{
        w
    }
} */
@media only screen and (max-width: 1170px) {
    .sidenav {
        position: fixed!important;
        display: none;
        z-index: 20;
        min-width: 350px;
        
    }
    .proBox{
        flex: 0 0 31%;

    }
    .nav-search{
        flex: 0 0 25%;

    }
    .sidenav.show {
        display: block;        
    }
   .site_title span{
        display: none;
    }
    .panier-info {
    flex: 1 0 0;
    width: 95%;
    margin: 0 2.5% 50px 0;
    }
    .swiper-slide img {
        height: 50vw;
    } 
    
    .service-box{ 
    width:31%; 
    }
    .category-view {
        width:25%;
    }
    .category-slide .category-el {
        flex:0 0 32%;
    }
    .cat-box{
        width: 47%;
        height: 380px;
    }
    .cat-list{
        width: 46%;
    }
    .category-box
    { 
    width: 23% !important; 
    }
    .samashop-footer ul {
        border: none;
    }
    
    #service .modal-body .checkBoxs{
        flex: 1 0 100%!important;
    }
}
    @media only screen and (max-width: 860px) {
     
    /* .navel img
    {
        display: none;
    } */
    .primenu-container{
        display: none;
    }
    .navel.mobileSiteNav{
        display: block;   
    }
    .headbut{
        justify-content: normal;
        width: auto;
    }
    .nav-search {
        flex: 0 0 70%;
    }
    .hero{
        height: 855px!important;
    }
    .nav-head{
        padding: 5px 15px;
        justify-content:center;
    }
    .slider{
        flex-direction: column
    }
    .sliderContainer{
        width: 100%;
        height: 75%!important;

    }
    .sidel-container{
        flex-direction: row;
        height: 25%!important;
        width: 100%;
        padding: 10px;
        overflow-x: auto;

    }
    .sidel, .sidelPic{
        height: 100%;
        flex: 1 0 46%;
        margin: 0 2px;
    }
    .filters-bar{
        width: 25%;
    }
    .prod-container{
        width: 75%;
    }
    .nav-head h6 {
        margin:6px;
    }
    /* .nav-elements{
        width:92vw;
    } */
    .sidenav .nav-head .menu-title ,     .catalogue h6{
        display: none;
    }
    .category-view {
        width:32%;
    }
    .category-slide .category-el {
        flex:0 0 49%;
    }
    /* .catalogue {
        margin: 0;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        width: 100% ;
        justify-content: space-between;
    } */
    .help_slide.active {
        flex-direction: column;
        padding: 0;
    }
    .sidenav .card{
        flex: 1 0 0%;
    }
    .serviceInfos {
        width: 80%;
        padding: 20px;
    }
    .navel{
        border-left: 1px solid #e7e7e7;
        flex: 1 0 0%;
    }
    #service .serviceMod {
        display: block  ;
    }
    #service .serviceMod .serviceImg {
        height: 150px;
    }
    .service-box{ 
        width:47%; 
        }
    .clientContainer{
        flex-direction: column;
    }
    .navUser, .contentUser{
        width: 100%;
        margin-bottom: 5px;
        
    }
    
    
    .catalogue.user{
        display: inline-flex;
        flex-wrap: wrap;
    }
    .catalogue.user .navel{        
        flex: 0 0 30%;
    }
}

@media only screen and (max-width: 789px) {
    body{
        font-size: 12px;
    }
    .hero {
        display: block;
        /* flex-wrap: wrap; */
    }
    .herow {
        font-size: 14px;
        /* flex-wrap: wrap; */
    }
     /* .navbar{
        display: flex;
    } */
    .bloc {
        display: block;
    }
    nav{
        padding: 10px;
    }
    footer iframe {
        width: 100vw; 
    }
    
    /* Amélioration du panier sur mobile */
    .panier-info {
        padding: 20px 15px;
    }
    
    .panier-colonne {
        padding: 15px;
        max-height: 50vh;
    }
    
    .form-panier .form-group {
        padding: 0 5px;
        margin-bottom: 1rem;
    }
    
    .form-panier .form-control,
    .form-panier select {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .panier .sub-title {
        font-size: 1rem;
    }
    
    #payment-method-display {
        padding: 15px;
        margin-top: 15px;
    }
    
    .stepbtn {
        padding: 10px 20px;
        font-size: 12px;
        margin: 3px;
    }
    
    #panier .modal-footer {
        padding: 10px 15px;
    }
    
    .panier-table th {
        padding: 12px 8px;
        font-size: 11px;
    }
    
    .panier-table tbody td {
        padding: 12px 6px;
        font-size: 13px;
    }
    
    .panier-thumb {
        width: 50px;
        height: 50px;
    }
    
    .panier-table button.minus,
    .panier-table button.plus {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    
    .panier-table .quantite {
        min-width: 35px;
        padding: 5px 12px;
        font-size: 14px;
        margin: 0 5px;
    }
    
    .pricetab {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .etape {
        font-size: 11px;
        padding: 8px 12px;
    }
    /* .sidenav {
        display:flex;
        width: 100%;
        padding: 0;
    } */
    #product-view #Presentation, #product-view,#product-view > div {
        height: auto    ;
        min-height: auto;
    }
    .product-info{
        height: 100%;
        width: 100%;
        padding: 2rem 1rem;
    }
    /* .catalogue {
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
        overflow-y: hidden;
    } 
    .catalogue h6, .sidenav .nav-head .menu-title{
        display: none;
    }*/
    .trend-wrapper{
        width: 100vw;
    }
    .main {
        position: relative;
        margin: 0 auto;
        max-width: 1500px;
        width: 100%;
        height: 100%;
        padding: 0px;
        margin-bottom: 25px;
    }
    
.category-box
    { 
    width: 47%  !important; 
    }
    .filters {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
}
    .filters form{
        border: none;
    }
.shortening{
    display:none;
}
}
@media only screen and (max-width: 675px) {
    .proBox{
        flex: 0 0 47%;

    }
    /* .captionBox{
        width: 80%;
    } */
    .infobar{
        display: none;
    }
    .headbut{
        justify-content: flex-end !important;
        width: 100%;
    }
    .category-view {
        width:49%;
    }
    .category-slide .category-el {
        flex:0 0 95%;
    }
    .filters-bar {
        display:none;
    }
    .prod-container {
        width: 100%;
    }
    .cat-box {
        width: 46%;
    }
    .service-box{
    
    flex: 1 0 auto;
    width:100%;
    
}
    .samashop-footer__brand img{
        width: 210px;
    }
    .panier-colonne{
        overflow-x:auto;
    }
    .samashop-footer__social{
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 675px) {
    .panierContainer > div,
    .wishlistContainer > div{
        width: min(92vw, 380px);
        max-width: 92vw;
    }
}
@media only screen and (max-width: 515px) {
    .proBox {
        flex: 0 0 100%;

    }
    .help_nav{
        flex-direction: column;
    }
    .help_container{
        padding: 30px 15px;
    }
    .samaTitle2{
        font-size: 16px;
    }
    
    .sidel, .sidelPic{
        height: 100%;
        flex: 1 0 90%;
        margin: 0 2px;
    }
    .category-box
    { 
    width: 100%  !important; 
    }
    .navel:has( > .nav-search.mobile),.nav-search.mobile {
        display: block;
    }
    .nav-search.mobile input{
        background-color: var(--bg-body);
        
    }
        /* nav .navbar {
            display:block;
            text-align:center;
        } */
    .primenu-container{
      flex: 1 0 0;
    }
    .navContent{
        justify-content: end;
    }
    .category-view,.nav-search {
        display:none;
    }
    .cat-box {
        width: 100%;
    }
    .pagination {
        overflow: scroll;
    }
    .cat-list{
        width: 100%;
    }
    .headbut span{
        display:none;
    }
    .filters {
    flex: 0 0 100%;
    width: 100%;
    display: block;
    
}

@media only screen and (max-width: 515px) {
    .panierContainer > div,
    .wishlistContainer > div{
        width: 92vw;
        max-width: 92vw;
        right: 0;
        left: auto;
    }

    .panierContainer > div > ul,
    .wishlistContainer > div > ul{
        max-height: 70vh;
    }
}
.filters :is(input, select){
    margin-bottom:10px;
}
    .samashop-footer__list{
        margin-left: 0;
    }
    .nav-lang{
        display:none;
    }
    .samashop-footer{
        text-align:center;
    }
    .samashop-footer__list li{
        justify-content: center;
    }
    .samashop-footer__social{
        justify-content: center;
    }
    .proFilterElem {
        flex: 0 0 80    %;
        padding: 11px;
    }
    
    
}