/* ═══════════════════════════════════════════════════════
   DOTIRI — Catalogue PC Moderne
   Cible uniquement les classes .dotiri-* pour zéro conflit
   ═══════════════════════════════════════════════════════ */

/* ── Espacement de la grille ── */
#products .products.row,
.products-grid .products.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    gap: 1.5rem 0;
    padding: 0 0.5rem;
}

/* ── Carte ── */
.dotiri-card {
    margin-bottom: 1.5rem;
    background: #111318 !important;
    border: 1.5px solid #1e2028;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    box-shadow: 0 4px 24px rgba(0,0,0,0.4);
    position: relative;
}

.dotiri-card:hover {
    border-color: #ff8c00;
    box-shadow: 0 8px 40px rgba(255,140,0,0.2);
    transform: translateY(-4px);
}

/* ── Zone image ── */
.dotiri-card__img-wrap {
    position: relative;
    background: #16181f;
    height: 230px;
    overflow: hidden;
    flex-shrink: 0;
}

.dotiri-card__img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.dotiri-card__img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
    display: block;
}

.dotiri-card:hover .dotiri-card__img {
    transform: scale(1.04);
}

/* ── Badges ── */
.dotiri-card__badges {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dotiri-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.dotiri-badge--discount {
    background: #e8220a;
    color: #fff;
}

.dotiri-badge--new {
    background: #ff8c00;
    color: #fff;
}

.dotiri-badge--shipping {
    background: #ff8c00;
    color: #fff;
}

/* ── Wishlist ── */
.dotiri-card__wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.dotiri-card__wishlist .btn,
.dotiri-card__wishlist a {
    background: rgba(0,0,0,0.55) !important;
    border: none !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    padding: 0 !important;
    backdrop-filter: blur(4px);
}

/* ── Corps ── */
.dotiri-card__body {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
}

/* ── Titre ── */
.dotiri-card__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dotiri-card__title a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.15s;
}

.dotiri-card__title a:hover {
    color: #ff8c00 !important;
}

/* ── Specs ── */
.dotiri-specs {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dotiri-spec-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    line-height: 1.4;
}

.dotiri-spec-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Icônes SVG */
.dotiri-icon-gpu { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8c00' stroke-width='1.8'%3E%3Crect x='2' y='7' width='20' height='11' rx='2'/%3E%3Cpath d='M6 7V5M10 7V5M14 7V5M18 7V5'/%3E%3Crect x='5' y='10' width='3' height='4' rx='0.5' fill='%23ff8c00' stroke='none'/%3E%3Crect x='11' y='10' width='3' height='4' rx='0.5' fill='%23ff8c00' stroke='none'/%3E%3C/svg%3E"); }
.dotiri-icon-cpu { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8c00' stroke-width='1.8'%3E%3Crect x='7' y='7' width='10' height='10' rx='1'/%3E%3Cpath d='M9 4v3M12 4v3M15 4v3M9 17v3M12 17v3M15 17v3M4 9h3M4 12h3M4 15h3M17 9h3M17 12h3M17 15h3'/%3E%3C/svg%3E"); }
.dotiri-icon-ram { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8c00' stroke-width='1.8'%3E%3Crect x='2' y='8' width='20' height='8' rx='1'/%3E%3Cpath d='M6 8V5M9 8V5M12 8V5M15 8V5M18 8V5'/%3E%3Crect x='5' y='11' width='2' height='2' fill='%23ff8c00' stroke='none'/%3E%3Crect x='9' y='11' width='2' height='2' fill='%23ff8c00' stroke='none'/%3E%3Crect x='13' y='11' width='2' height='2' fill='%23ff8c00' stroke='none'/%3E%3C/svg%3E"); }
.dotiri-icon-ssd { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff8c00' stroke-width='1.8'%3E%3Crect x='3' y='6' width='18' height='12' rx='2'/%3E%3Ccircle cx='17' cy='12' r='2' fill='%23ff8c00' stroke='none'/%3E%3Cpath d='M6 10h6M6 14h4'/%3E%3C/svg%3E"); }

.dotiri-spec-label {
    color: #ff8c00;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    min-width: 30px;
    flex-shrink: 0;
}

.dotiri-spec-value {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Prix ── */
.dotiri-card__price-wrap {
    margin-top: auto;
    padding-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.dotiri-price-old {
    color: rgba(255,255,255,0.35);
    font-size: 13px;
    text-decoration: line-through;
}

.dotiri-price-current {
    color: #ff8c00;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
}

/* ── Bouton panier ── */
.dotiri-card__actions {
    margin-top: 12px;
}

.dotiri-card__actions .btn,
.dotiri-card__actions .ajax_add_to_cart_button,
.dotiri-card__actions .add-to-cart {
    background: #ff8c00 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 11px 16px !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    transition: background 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    cursor: pointer !important;
}

.dotiri-card__actions .btn:hover,
.dotiri-card__actions .ajax_add_to_cart_button:hover,
.dotiri-card__actions .add-to-cart:hover {
    background: #e07a00 !important;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .dotiri-card__img-wrap,
    .dotiri-card__img { height: 190px; }
}

@media (max-width: 576px) {
    .dotiri-card__img-wrap,
    .dotiri-card__img { height: 160px; }
    .dotiri-price-current { font-size: 18px; }
}
