/* ============ CATEGORY SHOWCASE ============ */
.cw-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cw-cat-card { text-align: center; position: relative;}
.cw-cat-image { position: relative; height: 280px; background-size: cover; background-position: center; border-radius: 16px; overflow: hidden; }
.cw-cat-actions { height: 50px; position: absolute; bottom: 25%; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; }
.cw-cat-actions a { width: 36px; height: 36px; border-radius: 50%; background: #fff; color: #2b2140; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,.15); transition: transform .2s ease; }
.cw-cat-actions a:hover { transform: translateY(-3px); }
 .cw-cat-actions a.cw-cat-image{display: none;}
.cw-action-heart.is-active { color: #e0245e; }
.cw-cat-title { margin-top: 16px; font-size: 20px; font-weight: 700; }
.cw-cat-count { font-weight: 400; opacity: .6; font-size: 14px; }
.cw-navtab-wrapper.cw-catshow-wrapper.cw-navtab-wrapper button:not([disabled]):not(.disabled).active{background-color: #4a2e8300 !important;}

/* ============ NAVTABS ============ */
.cw-navtab-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.cw-navtab-btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 30px; border: 1px solid #4b2e83; background: transparent; color: #4b2e83; font-weight: 600; cursor: pointer; transition: all .2s ease; }
.cw-navtab-btn.active { background: #4b2e83 !important; color: #fff; }
.cw-navtab-panel { display: none; }
.cw-navtab-panel.active { display: block; }
.cw-navtab-grid { display: grid; grid-template-columns: repeat(7, 1fr) !important; gap: 10px; }
.cw-navtab-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 14px rgba(0,0,0,.08);}
.cw-navtab-card-image img { width: 100%; height: 140px; object-fit: cover; display: block; }
.cw-navtab-card-title { font-family: Poppins; font-weight: 500; font-style: Medium; font-size: 13px;line-height: 18.6px; }
.cw-navtab-card-price { font-size: 14px; font-weight: 500; color: #4b2e83; text-align:rigth; font-family: Abril Fatface; display:flex;    justify-content: flex-end;    align-items: flex-end; margin-top: auto;}
.cf-menu__card_product{display: flex; flex-direction: column; gap: 5px; padding: 6px; flex: 1; min-height: 100px;}
.cf-menu__card_product .cw-navtab-card-price{    display: flex;    flex-wrap: wrap; margin-top:auto;}

/* ============ MODAL (aperçu catégorie) ============ */
.cw-modal { position: fixed; inset: 0; z-index: 99999; display: none; }
.cw-modal.cw-modal-open { display: block; }
.cw-modal-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.cw-modal-box { position: relative; max-width: 700px; width: 90%; margin: 60px auto; background: #fff; border-radius: 14px; padding: 30px; max-height: 80vh; overflow-y: auto; }
.cw-modal-close { position: absolute; top: 14px; right: 14px; background: none; border: none; font-size: 26px; cursor: pointer; line-height: 1; }
body.cw-modal-noscroll { overflow: hidden; }
.cw-qv-cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.cw-qv-cat-item img { width: 100%; border-radius: 8px; }
.cw-qv-cat-item-name { font-size: 13px; font-weight: 600; margin-top: 6px; }
.cw-qv-cat-item-price { font-size: 13px; color: #4b2e83; font-weight: 700; }

@media (max-width: 767px) {
	.cw-cat-grid, .cw-navtab-grid, .cw-qv-cat-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

.cw-navtab-count { opacity: .7; font-size: 12px; margin-left: 4px; }
.cw-navtab-card-image img { border-radius: 8px; }
.cw-navtab-card-title { display: block; text-decoration: none; }
.cw-navtab-card-cart { margin-top: 8px; }
.cw-navtab-card-cart .button { display: inline-block; font-size: 12px; padding: 6px 14px; border-radius: 20px; background: #4b2e83; color: #fff; text-decoration: none; }
.cw-navtab-seeall { text-align: center; margin-top: 24px; }
.cw-navtab-seeall a { color: #4b2e83; font-weight: 600; text-decoration: none; }
.cw-navtab-empty { text-align: center; opacity: .6; padding: 30px 0; }

/* Nav avec icônes (style image 1) */
.cw-navtab-nav--icons { justify-content: center; border-bottom: 1px solid #eee; padding-bottom: 0px; gap: 15px; }
.cw-navtab-nav--icons .cw-navtab-btn { flex-direction: column; gap: 4px; border: none; background: none; padding: 4px 6px; border-bottom: 2px solid transparent; border-radius: 0; font-size: 13px; }
.cw-navtab-nav--icons .cw-navtab-btn.active { border-bottom: 2px solid currentColor; }
.cw-navtab-icon { display: inline-flex; align-items: center; justify-content: center; }
.cw-navtab-icon-img { width: 50px; height: 50px; background-size: cover; background-position: center; }

/* Cartes produits (design image 1) */
.cw-cat-price { margin-top: 4px; font-weight: 700; font-size: 14px; }
.cw-cat-image { display: block; }

/* Modal aperçu produit */
.cw-qv-product { display: flex; gap: 20px; flex-wrap: wrap; }
.cw-qv-product-image img { width: 220px; border-radius: 10px; }
.cw-qv-product-info { flex: 1; min-width: 200px; }
.cw-qv-product-price { font-weight: 700; color: #4b2e83; margin: 8px 0; }
.cw-qv-product-link { display: inline-block; margin-top: 10px; color: #4b2e83; font-weight: 600; text-decoration: none; }

/* ============ SERVICES SHOWCASE ============ */
.cw-svc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.cw-svc-card { text-align: center; }
.cw-svc-image { position: relative; display: block; height: 220px; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden; }
.cw-svc-heart { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%; background: #fff; color: #2b2140; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 8px rgba(0,0,0,.15); transition: transform .2s ease; }
.cw-svc-heart:hover { transform: scale(1.1); }
.cw-svc-heart.is-active { color: #e0245e; }
.cw-svc-title { margin-top: 14px; font-size: 17px; font-weight: 700; }

/* ============ PORTFOLIO SHOWCASE ============ */
.cw-pf-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.cw-pf-card { display: block; text-decoration: none; }
.cw-pf-image { position: relative; height: 340px; background-size: cover; background-position: center; border-radius: 10px; overflow: hidden; transition: transform .3s ease; }
.cw-pf-card:hover .cw-pf-image { transform: scale(1.02); }
.cw-pf-label { position: absolute; left: 10px; right: 10px; bottom: 10px; background: #fff; border-radius: 8px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; box-shadow: 0 4px 14px rgba(0,0,0,.15); }
.cw-pf-title { font-size: 13px; font-weight: 700; color: #2b2140; line-height: 1.3; }
.cw-pf-arrow { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: #4b2e83; color: #fff; display: flex; align-items: center; justify-content: center; }