/* ===================================
    INNOPLAC - Boutique
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #ec1f25;
    --dark-gray: #232323;
    --medium-gray: #888e95;
    --alt-font: 'Plus Jakarta Sans', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
} 
/* reset */
body {
    font-size: 16px;
    line-height: 30px;
}
/* input placeholder color */
::-webkit-input-placeholder {
    color: #4F5864 !important;
    text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #4F5864 !important;
    text-overflow: ellipsis;
    opacity:1;
}
:-ms-input-placeholder {
    color: #4F5864 !important;
    text-overflow: ellipsis;
    opacity:1;
}
.placeholder-medium-gray::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.7;
}
.placeholder-medium-gray::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.7;
}
.placeholder-medium-gray:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.7;
}
/* input placeholder color */
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:1;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:1;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder  {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:1;
}
/* input */
.input-small, .textarea-small, .select-small {
    font-size: 15px;
}
/* header */
header .navbar-brand img {
    max-height: 48px;
    height: 48px;
}
.header-cart-icon .cart-count {
    font-size: 9px;
    right: -10px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    border-radius: 5px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px
}
.navbar .navbar-nav .submenu-content ul .sub-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 4px;
    border-color: transparent;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 10px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    width: 190px;
    padding: 30px 0;
}
.navbar .navbar-nav .nav-link .label {
    font-size: 10px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    font-size: 14px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
    font-size: 13px;
    line-height: 24px;
}
/* heading tag */
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.375rem;
}
.shop-sidebar .shop-filter li .item-qty {
    font-size: 10px;
    font-weight: 600;
}
.pagination-style-01 .page-item.active .page-link, .pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover, .pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
section, footer {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* btn */
.btn.btn-switch-text.btn-very-small > span {
    padding: 6px 12px;
}
.btn.btn-switch-text.btn-small > span {
    padding: 8px 16px;
}
.btn.btn-switch-text.btn-medium > span {
    padding:10px 20px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 12px 24px;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 16px 32px;
}
.btn {
    text-transform: inherit;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 16px;
}
.btn.btn-large {
    font-size:15px;
}
.btn.btn-medium {
    font-size: 14px;
}
.btn.btn-small {
    font-size: 13px;
}
.btn.btn-very-small {
    font-size: 12px;
}
/* text color */
.text-blue-whale {
    color: #0C1623;
}
/* bg color */
.bg-blue-whale {
    background-color: #0C1623 !important;
}
.bg-blue-tangaroa {
    background-color: #18222E !important;
}
.bg-transparent-base-color-light {
    background-color: rgba(27, 50, 80,.2);
}
.bg-transparent-base-color {
    background-color: rgba(27, 50, 80,.8);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
/* tab style 04 */
.tab-style-04 .nav-tabs .nav-item .nav-link {
    line-height: 50px;
}
/* progress bar 02 */
.progress-bar-style-02 .progress {
    height: 10px; 
}
/* contact form style 03 */
.contact-form-style-03 .form-group.form-textarea .form-icon {
    top: 20px;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 17px 30px;
}
/* footer */
footer {
    font-size: 15px;
    line-height: 26px;
}
footer .footer-logo img {
    max-height: 62px;
    height: 62px;
}
.footer-dark a:hover {
    color: var(--white);
}
.newsletter-style-02 input {
    font-size: 14px;
    padding-right: 60px !important;
}
footer ul li {
    margin-bottom: 2px;
}
/* tooltip */
.tooltip.show {
    opacity: 1;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--dark-gray);
    top: -2px;
}
.tooltip .tooltip-inner {
    background-color: var(--dark-gray);
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
}
/* media query responsive */
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    section, footer {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 20px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu a, .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu a, .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu a {
        line-height: 22px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu ul, .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul, .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul {
        padding: 20px 0 0;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        width: 100%;
        padding: 0 15px 15px;
    }
}
@media (max-width: 767px) {
    section, footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tab-style-04 .nav-tabs .nav-item .nav-link {
        line-height: 35px;
    }
}
/* Revolution slider */
.navigation-arrow .tp-parallax-wrap {
    top:inherit !important;
    bottom: 115px !important;
    margin-left: 30px!important;
}
@media (max-width: 1080px) and (min-width: 1024px){
    .product-image-layer {left: 100px;}
}
@media (max-width: 1400px) and (min-width: 1024px) {
    .right-image-layer {right: -200px;}
}
@media (max-width: 991px) and (min-width: 778px) {
    #decor-store-slider_forcefullwidth, #decor-store-slider_wrapper {height: 650px !important;}
    .navigation-arrow .tp-caption { min-height: 90px!important; max-height: 90px!important;}
    .navigation-arrow .tp-parallax-wrap {top:inherit !important; bottom: 90px !important;margin-left: 30px!important;}
}
@media (max-width: 777px){
    .navigation-arrow .tp-parallax-wrap {
        top:inherit !important;
        bottom: 80px !important;
        margin-left: 0!important;
    }
}
@media (max-width: 650px) {
    #decor-store-slider_forcefullwidth, #decor-store-slider_wrapper {height: 750px !important;}
    .navigation-arrow .tp-caption { min-height: 90px!important; max-height: 90px!important;}
    .navigation-arrow .tp-parallax-wrap {top:inherit !important; bottom: 90px !important;margin-left: 30px!important;}
}
@media (max-width: 479px) {
    footer .elements-social.social-icon-style-01 li, footer .elements-social.social-icon-style-02 li, footer .elements-social.social-icon-style-05 li, footer .elements-social.social-icon-style-08 li {
        margin: 0 18px 0 0;
    }
}
@media  (max-width: 991px) and (orientation: landscape) {
    #decor-store-slider_forcefullwidth, #decor-store-slider_wrapper {height: 600px !important;}
    .product-image-layer {width: 600px!important;min-width: 600px!important;max-width: 600px!important; height: auto !important; left: 30px;}
    .shop-button {font-size: 11px!important; padding: 8px 18px 8px 10px!important;}
    .right-image-layer {width: 800px!important; min-width: 800px!important; max-width: 800px!important;}
    .left-column {padding-top: 100px!important;}
    .navigation-arrow .tp-parallax-wrap {z-index: 999999 !important;}
}
@media  (max-width: 991px) and (min-width: 844px) and (orientation: landscape) {
    .right-image-layer {width: 300px!important; min-width: 300px!important; max-width: 300px!important;}
    .rev_row_wrap {width: 60% !important; left: 20% !important; padding-top: 0px!important;}
    .left-column {min-height: 300px !important; max-height: 300px !important;height: 300px !important;}
}

/* Composants historiques encore utilisés par le layout Laravel générique.
   Le bloc est volontairement isolé afin de ne plus modifier les pages Store. */
@scope (.innoplac-store-layout) {
:scope {
    --ink: #17202d;
    --ink-2: #263445;
    --orange: #ec1f25;
    --orange-dark: #c81017;
    --blue: #1f75b5;
    --sky: #eaf5fb;
    --paper: #ffffff;
    --sand: #f7f5f1;
    --line: #dfe6eb;
    --muted: #687786;
    --success: #16835f;
    --danger: #c23b3b;
    --shadow: 0 18px 45px rgba(16, 34, 54, .09);
    --radius: 18px;
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 58px 0; }
.section-sand { background: var(--white); }
.section-dark { background: var(--ink); color: #fff; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-title {
    max-width: 720px;
    margin: 12px 0 18px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.04;
    letter-spacing: -.045em;
}
.section-copy { max-width: 660px; color: var(--muted); font-size: 18px; }
.section-dark .section-copy { color: #b8c6d3; }
.topbar { color: #d5e3ef; background: #071725; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar-links { display: flex; gap: 24px; }
.topbar a:hover { color: #fff; }
.site-header {
    position: sticky;
    z-index: 60;
    top: 0;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(223, 230, 235, .85);
    backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { position: relative; width: 42px; height: 42px; border-radius: 12px; background: var(--orange); overflow: hidden; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: #fff; }
.brand-mark::before { width: 22px; height: 4px; left: 10px; top: 12px; box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
.brand-mark::after { width: 4px; height: 22px; left: 19px; top: 10px; opacity: .35; }
.brand-name { font-size: 26px; }
.brand-name small { display: block; margin-top: -6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.3vw, 34px); font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; padding: 29px 0; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: .2s; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-btn {
    position: relative;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
}
.icon-btn:hover { border-color: var(--orange); color: var(--orange); }
.icon-btn svg { width: 19px; height: 19px; }
.count-badge { position: absolute; top: -6px; right: -6px; display: grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; color: #fff; background: var(--orange); border: 2px solid #fff; border-radius: 20px; font-size: 10px; font-weight: 800; }
.menu-toggle { display: none; }
.btn {
    display: inline-flex;
    min-height: 50px;
    padding: 0 23px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 800;
    transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 26px rgba(236, 31, 37, .22); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-outline { border-color: var(--line); background: #fff; }
.btn-outline:hover { border-color: var(--ink); }
.btn-light { color: var(--ink); background: #fff; }
.btn-sm { min-height: 40px; padding: 0 16px; border-radius: 10px; font-size: 13px; }
.hero {
    position: relative;
    min-height: 700px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: #fff;
    background: var(--ink);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,23,37,.97) 0%, rgba(7,23,37,.78) 45%, rgba(7,23,37,.2) 80%); }
.hero-content { position: relative; z-index: 2; max-width: 780px; padding: 110px 0; }
.hero h1 { margin: 18px 0 24px; font-size: clamp(48px, 7vw, 88px); line-height: .98; letter-spacing: -.06em; }
.hero p { max-width: 620px; color: #d5e0ea; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-stats { display: grid; max-width: 680px; margin-top: 56px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.hero-stat { padding: 24px 20px 0 0; }
.hero-stat strong { display: block; font-size: 26px; }
.hero-stat span { color: #aebdca; font-size: 13px; }
.trust-strip { position: relative; z-index: 5; margin-top: -38px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trust-item { min-height: 105px; display: flex; padding: 22px; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; color: var(--orange); background: #fff1eb; border-radius: 13px; font-weight: 900; }
.trust-item strong { display: block; font-size: 14px; }
.trust-item span { color: var(--muted); font-size: 12px; }
.heading-row { display: flex; margin-bottom: 38px; align-items: end; justify-content: space-between; gap: 30px; }
.heading-row .section-title { margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card {
    position: relative;
    min-height: 360px;
    display: flex;
    padding: 26px;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    border-radius: var(--radius);
    background: var(--ink);
}
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .5s; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(7,23,37,.92) 100%); }
.category-card:hover img { transform: scale(1.05); }
.category-card-content { position: relative; z-index: 2; }
.category-card h3 { margin: 0 0 5px; font-size: 22px; line-height: 1.15; }
.category-card span { color: #d2dce4; font-size: 13px; }
.category-arrow { display: grid; width: 40px; height: 40px; margin-top: 16px; place-items: center; color: var(--ink); background: #fff; border-radius: 50%; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 18px; }
.product-card { position: relative; display: flex; min-width: 0; flex-direction: column; }
.product-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #eef1f3;
    border-radius: 16px;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-flags { position: absolute; z-index: 2; top: 14px; left: 14px; display: flex; flex-direction: column; gap: 6px; }
.flag { width: max-content; padding: 6px 9px; color: #fff; background: var(--ink); border-radius: 7px; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.flag-sale { background: var(--orange); }
.flag-new { background: var(--success); }
.product-actions { position: absolute; z-index: 3; right: 14px; bottom: 14px; display: flex; gap: 7px; opacity: 0; transform: translateY(8px); transition: .25s; }
.product-card:hover .product-actions { opacity: 1; transform: none; }
.product-action { display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 10px; color: #fff; background: var(--ink); }
.product-body { padding: 16px 3px 0; }
.product-meta { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-title { min-height: 48px; margin: 6px 0; font-size: 16px; line-height: 1.4; }
.product-title a:hover { color: var(--orange); }
.product-price { display: flex; align-items: baseline; gap: 8px; font-size: 17px; font-weight: 900; }
.product-price del { color: #9ca8b2; font-size: 13px; font-weight: 600; }
.stock { margin-top: 8px; color: var(--success); font-size: 12px; font-weight: 700; }
.stock.low { color: var(--orange-dark); }
.split { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-content { display: flex; padding: clamp(44px, 7vw, 100px); justify-content: center; flex-direction: column; background: var(--ink); color: #fff; }
.feature-list { display: grid; margin: 30px 0; padding: 0; grid-template-columns: repeat(2, 1fr); gap: 16px; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 10px; color: #d6e0e8; }
.feature-list li::before { content: "✓"; display: grid; width: 26px; height: 26px; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 12px; font-weight: 900; }
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.brand-card { min-height: 108px; display: grid; padding: 18px; place-items: center; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-weight: 900; }
.brand-card small { display: block; color: var(--muted); font-size: 11px; font-weight: 600; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.article-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.article-body { padding: 24px; }
.article-body h3 { margin: 8px 0 10px; font-size: 21px; line-height: 1.25; }
.article-body p { color: var(--muted); }
.cta-band { padding: 44px 0; color: #fff; background: var(--orange); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-inner h2 { max-width: 750px; margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.05; }
.page-hero { padding: 90px 0 72px; color: #fff;}
.breadcrumbs { color: #aebdca; font-size: 13px; }
.page-hero h1 { max-width: 900px; margin: 18px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.catalog-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 38px; }
.filters { position: sticky; top: 110px; align-self: start; padding: 24px; background: var(--sand); border-radius: 16px; }
.filter-group { padding: 0 0 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.filter-group:last-child { padding: 0; margin: 0; border: 0; }
.filter-group h3 { margin: 0 0 12px; font-size: 14px; }
.filter-option { display: flex; padding: 5px 0; align-items: center; justify-content: space-between; color: var(--muted); font-size: 13px; }
.filter-option:hover, .filter-option.active { color: var(--orange); }
.catalog-toolbar { display: flex; margin-bottom: 24px; align-items: center; justify-content: space-between; gap: 18px; }
.search-box { display: flex; flex: 1; gap: 8px; }
.form-control, .form-select, .form-textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 11px;
    outline: none;
}
.form-textarea { min-height: 140px; resize: vertical; }
.form-control:focus, .form-select:focus, .form-textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,117,181,.1); }
.form-label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-group.full { grid-column: 1 / -1; }
.form-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.pagination { display: flex; margin-top: 38px; justify-content: center; gap: 7px; }
.pagination a, .pagination span { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid var(--line); border-radius: 10px; }
.pagination .active span, .pagination a:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.product-detail { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: start; }
.product-gallery-main { overflow: hidden; background: var(--sand); border-radius: var(--radius); }
.product-gallery-main img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-info-panel { padding-top: 10px; }
.product-info-panel h1 { margin: 12px 0; font-size: clamp(36px, 4vw, 56px); line-height: 1.03; letter-spacing: -.04em; }
.product-sku { color: var(--muted); font-size: 13px; }
.detail-price { margin: 24px 0 18px; color: var(--orange); font-size: 30px; font-weight: 900; }
.detail-description { color: var(--muted); font-size: 17px; }
.purchase-row { display: flex; margin: 28px 0; gap: 10px; }
.quantity-input { width: 92px; text-align: center; }
.detail-points { display: grid; padding: 20px 0; grid-template-columns: repeat(2, 1fr); gap: 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-point { font-size: 13px; }
.detail-point strong { display: block; }
.tabs-card { margin-top: 54px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.spec-table th { width: 35%; background: var(--sand); }
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 18px 12px; text-align: left; border-bottom: 1px solid var(--line); }
.cart-product { display: flex; align-items: center; gap: 14px; }
.cart-product img { width: 78px; height: 78px; object-fit: cover; border-radius: 12px; }
.checkout-layout { display: grid; grid-template-columns: 1fr 390px; gap: 34px; align-items: start; }
.summary-card { position: sticky; top: 110px; padding: 28px; background: var(--sand); border-radius: var(--radius); }
.summary-line { display: flex; padding: 10px 0; justify-content: space-between; border-bottom: 1px solid var(--line); }
.summary-line.total { padding-top: 18px; border: 0; font-size: 20px; font-weight: 900; }
.alert { margin-bottom: 18px; padding: 14px 18px; border-radius: 11px; font-size: 14px; }
.alert-success { color: #0f654a; background: #e5f7f0; }
.alert-error { color: #8d2929; background: #fdecec; }
.content-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.content-hero-copy { display: flex; padding: clamp(46px, 7vw, 100px); flex-direction: column; justify-content: center; background: var(--ink); color: #fff; }
.content-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; }
.service-number { color: var(--orange); font-size: 13px; font-weight: 900; }
.service-card h3 { margin: 18px 0 8px; }
.auth-shell { min-height: calc(100vh - 120px); display: grid; grid-template-columns: 1fr 1fr; }
.auth-media { position: relative; background: var(--ink); }
.auth-media img { width: 100%; height: 100%; object-fit: cover; opacity: .66; }
.auth-media-copy { position: absolute; right: 9%; bottom: 9%; left: 9%; color: #fff; }
.auth-media-copy h2 { max-width: 620px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; }
.auth-form-wrap { display: grid; padding: 50px; place-items: center; }
.auth-form { width: min(480px, 100%); }
.auth-form h1 { margin: 8px 0 30px; font-size: 42px; letter-spacing: -.04em; }
.site-footer { color: #b8c6d3; background: #071725; }
.footer-main { display: grid; padding: 72px 0 54px; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 46px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { max-width: 360px; }
.footer-column h3 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.footer-column a { display: block; padding: 5px 0; font-size: 13px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; padding: 22px 0; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.seo-copy { color: var(--muted); font-size: 13px; }
.mobile-nav { display: none; }

@media (max-width: 1050px) {
    .main-nav { display: none; }
    .header-inner { grid-template-columns: 1fr auto; }
    .menu-toggle { display: grid; }
    .mobile-nav { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; display: flex; width: min(390px, 88vw); padding: 90px 30px 30px; flex-direction: column; gap: 4px; color: #fff; background: var(--ink); transform: translateX(100%); transition: .3s; }
    .menu-open .mobile-nav { transform: none; }
    .mobile-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; font-weight: 700; }
    .mobile-close { position: absolute; top: 25px; right: 25px; color: #fff; background: transparent; border: 0; font-size: 28px; }
    .category-grid, .product-grid { grid-template-columns: repeat(3, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-item:nth-child(2) { border-right: 0; }
    .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .brand-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
    .container { width: min(100% - 28px, var(--container)); }
    .topbar-inner > span { display: none; }
    .topbar-inner { justify-content: center; }
    .topbar-links { gap: 16px; }
    .header-actions .btn { display: none; }
    .hero { min-height: 650px; }
    .hero-stats { grid-template-columns: 1fr; gap: 10px; }
    .hero-stat { padding-top: 14px; }
    .section { padding: 68px 0; }
    .heading-row, .cta-inner { align-items: start; flex-direction: column; }
    .category-grid, .product-grid, .article-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
    .split, .content-hero, .product-detail, .auth-shell { grid-template-columns: 1fr; }
    .split-media, .content-hero-media { min-height: 420px; }
    .catalog-layout, .checkout-layout { grid-template-columns: 1fr; }
    .filters, .summary-card { position: static; }
    .filters { display: none; }
    .form-grid { grid-template-columns: 1fr; }
    .form-group.full { grid-column: auto; }
    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .auth-media { min-height: 380px; }
    .auth-form-wrap { padding: 45px 24px; }
}

@media (max-width: 520px) {
    .brand-name { font-size: 22px; }
    .brand-mark { width: 38px; height: 38px; }
    .icon-btn { width: 38px; height: 38px; }
    .hero h1 { font-size: 46px; }
    .hero p { font-size: 17px; }
    .trust-grid, .category-grid, .product-grid, .article-grid, .service-grid, .brand-grid, .feature-list, .detail-points { grid-template-columns: 1fr; }
    .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
    .category-card { min-height: 320px; }
    .catalog-toolbar { align-items: stretch; flex-direction: column; }
    .purchase-row { align-items: stretch; flex-direction: column; }
    .quantity-input { width: 100%; }
    .cart-table thead { display: none; }
    .cart-table tr { display: grid; padding: 18px 0; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
    .cart-table td { padding: 7px; border: 0; }
    .cart-table td:first-child { grid-column: 1 / -1; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
}
}

/* INNOPLAC - fiche produit inspirée du rythme Fashion Store.
   Toutes les règles sont limitées au contenu; le header et le footer restent inchangés. */
.innoplac-fashion-product-page .innoplac-single-product-hero {
    overflow: visible;
}

.innoplac-fashion-product-page .innoplac-single-product-hero .container,
.innoplac-fashion-product-page #product-tabs .container,
.innoplac-fashion-product-page .innoplac-product-editorial .container,
.innoplac-fashion-product-page .innoplac-related-products .container {
    max-width: 1220px;
}

.innoplac-fashion-product-page .product-info h1 {
    max-width: 560px;
    font-size: clamp(32px, 3.1vw, 46px);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.innoplac-fashion-product-page .product-info > p {
    max-width: 520px;
    color: #818b95;
    font-size: 16px;
    line-height: 1.7;
}

.innoplac-fashion-product-page .innoplac-product-gallery .product-image {
    min-width: 0;
}

.innoplac-fashion-product-page .innoplac-product-gallery .product-image-slider {
    width: 100%;
    /**background: #f1f4f5;**/
}

.innoplac-fashion-product-page .innoplac-product-gallery .gallery-box,
.innoplac-fashion-product-page .innoplac-product-gallery .gallery-box > a {
    width: 100%;
    display: block;
}

.innoplac-fashion-product-page .innoplac-product-photo {
    width: 100%;
    aspect-ratio: 600 / 765;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #f1f4f5 !important;
}

.innoplac-fashion-product-page .innoplac-product-photo img {
    width: 100%;
    height: 100%;
    padding: clamp(18px, 3vw, 42px);
    object-fit: contain;
    object-position: center;
}

.innoplac-fashion-product-page .single-product-thumb {
    min-width: 0;
}

.innoplac-fashion-product-page .product-image-thumb {
    height: 620px;
    overflow: hidden;
}

.innoplac-fashion-product-page .product-image-thumb .swiper-slide {
    height: auto;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border-color .2s ease;
}

.innoplac-fashion-product-page .product-image-thumb .swiper-slide-thumb-active {
    border-color: #232323;
}

.innoplac-fashion-product-page .innoplac-product-thumb {
    width: 100%;
    aspect-ratio: 600 / 765;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.innoplac-fashion-product-page .innoplac-product-thumb img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
}

.innoplac-fashion-product-page .slider-product-next,
.innoplac-fashion-product-page .slider-product-prev {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #17202d;
    border: 1px solid #dce1e4;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    box-shadow: none;
}

.innoplac-fashion-product-page .slider-product-next::after,
.innoplac-fashion-product-page .slider-product-prev::after {
    display: none;
}

.innoplac-fashion-product-page .slider-product-next {
    right: 14px;
}

.innoplac-fashion-product-page .slider-product-prev {
    left: 44px;
}

.innoplac-fashion-product-page .innoplac-product-rating {
    font-size: 14px;
}

.innoplac-fashion-product-page .innoplac-real-variants {
    align-items: flex-start !important;
}

.innoplac-fashion-product-page .innoplac-technical-options {
    gap: 8px;
}

.innoplac-fashion-product-page .innoplac-technical-options a {
    min-width: 44px;
    min-height: 38px;
    padding: 7px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    border: 1px solid #d9dde0;
    border-radius: 30px;
    font-family: var(--alt-font);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.15;
}

.innoplac-fashion-product-page .innoplac-technical-options a:hover,
.innoplac-fashion-product-page .innoplac-technical-options a.is-active {
    color: #fff;
    border-color: #232323;
    background: #232323;
}

.innoplac-fashion-product-page .product-info .quantity {
    flex: 0 0 112px;
}

.innoplac-fashion-product-page .product-info .btn-cart {
    min-width: 230px;
}

.innoplac-fashion-product-page .innoplac-product-actions {
    row-gap: 10px;
}

.innoplac-fashion-product-page .innoplac-payment-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.innoplac-fashion-product-page #product-tabs {
    padding-top: 90px;
}

.innoplac-fashion-product-page #product-tabs .tab-content {
    padding-top: 10px;
}

.innoplac-fashion-product-page #product-tabs .tab-pane {
    min-height: 470px;
}

.innoplac-fashion-product-page #product-tabs .tab-pane > .row {
    padding-top: 10px;
}

.innoplac-fashion-product-page #product-tabs h2 {
    max-width: 560px;
    font-size: clamp(32px, 3.2vw, 47px);
    line-height: 1.07;
    letter-spacing: -.035em;
}

.innoplac-fashion-product-page .innoplac-editorial-photo {
    width: 100%;
    aspect-ratio: 580 / 555;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f1f4f5;
}

.innoplac-fashion-product-page .innoplac-editorial-photo img {
    width: 100%;
    height: 100%;
    padding: 24px;
    object-fit: contain;
}

.innoplac-fashion-product-page .innoplac-specification-table {
    margin: 0;
    border: 1px solid #e6e8ea;
}

.innoplac-fashion-product-page .innoplac-specification-table th,
.innoplac-fashion-product-page .innoplac-specification-table td {
    padding: 16px 20px;
    vertical-align: middle;
    border-color: #e6e8ea;
}

.innoplac-fashion-product-page .innoplac-specification-table th {
    width: 34%;
    color: #17202d;
    background: #f7f8f9;
    font-family: var(--alt-font);
    font-weight: 600;
}

.innoplac-fashion-product-page .innoplac-product-editorial {
    padding-bottom: 120px;
}

.innoplac-fashion-product-page .innoplac-product-editorial h3 {
    max-width: 470px;
    font-size: clamp(30px, 3vw, 43px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.innoplac-fashion-product-page .innoplac-product-benefit {
    min-height: 260px;
    padding: 40px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-right: 1px solid #e6e8ea;
}

.innoplac-fashion-product-page .innoplac-product-benefit:last-child {
    border-right: 0;
}

.innoplac-fashion-product-page .innoplac-product-benefit-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #17202d;
    border-radius: 50%;
    background: #f7f8f9;
    box-shadow: 0 14px 34px rgba(23, 32, 45, .09);
    font-size: 29px;
}

.innoplac-fashion-product-page .innoplac-related-products {
    padding-bottom: 130px;
}

.innoplac-fashion-product-page .innoplac-related-products .shop-wrapper {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .innoplac-fashion-product-page .product-image-thumb {
        height: auto;
        margin-top: 15px;
    }

    .innoplac-fashion-product-page .product-image-thumb .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .innoplac-fashion-product-page .product-image-thumb .swiper-slide {
        width: auto !important;
        margin: 0 !important;
    }

    .innoplac-fashion-product-page .slider-product-prev {
        left: 22px;
    }

    .innoplac-fashion-product-page #product-tabs {
        padding-top: 60px;
    }

    .innoplac-fashion-product-page #product-tabs .tab-pane {
        min-height: 0;
    }

    .innoplac-fashion-product-page .innoplac-product-benefit:nth-child(2) {
        border-right: 0;
    }

    .innoplac-fashion-product-page .innoplac-product-benefit:nth-child(-n+2) {
        border-bottom: 1px solid #e6e8ea;
    }
}

@media (max-width: 575px) {
    .innoplac-fashion-product-page .innoplac-product-photo img {
        padding: 16px;
    }

    .innoplac-fashion-product-page .product-info h1 {
        font-size: 32px;
    }

    .innoplac-fashion-product-page .product-info .btn-cart {
        width: 100%;
        min-width: 0;
    }

    .innoplac-fashion-product-page .innoplac-product-actions > div {
        width: 100%;
    }

    .innoplac-fashion-product-page #product-tabs .nav-tabs {
        justify-content: flex-start !important;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .innoplac-fashion-product-page #product-tabs .nav-link {
        white-space: nowrap;
    }

    .innoplac-fashion-product-page .innoplac-product-benefit {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid #e6e8ea;
    }

    .innoplac-fashion-product-page .innoplac-product-benefit:last-child {
        border-bottom: 0;
    }

    .innoplac-fashion-product-page .innoplac-related-products {
        padding-bottom: 80px;
    }
}

/* Carte de présence INNOPLAC : repère placé sur Tanger, au nord du Maroc. */
.innoplac-map {
    overflow: visible;
}

.innoplac-map__pin {
    margin: 0 !important;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.innoplac-map__pin--tanger {
    top: 42%;
    left: 48%;
}

.faux-plafond-about-page {
    overflow-x: hidden;
}

.faux-plafond-about-page .page-title-extra-large h1 {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

@media (max-width: 991px) {
    .innoplac-map.outside-box-right-30 {
        width: 100%;
        margin-right: 0 !important;
    }

    .innoplac-map__pin--tanger {
        top: 41%;
        left: 48%;
    }
}

@media (max-width: 767px) {
    .faux-plafond-about-page .page-title-extra-large h1 {
        font-size: 36px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .faux-plafond-about-page h2,
    .faux-plafond-about-page h3 {
        overflow-wrap: break-word;
    }
}
