#header {
    border-bottom: 4px solid #ffffff!important;
}

    .pkfp-wn {
        font-size: 13px;
        font-weight: bold;
        line-height: 13px;
        color: #fff;
        background-color: #323232!important;
        font-family: 'Archivo Narrow';
    }
    .pk-whatsapp, .pk-whatsapp:hover {
    background: linear-gradient(#0F6648, #0F6648)!important;
}
.pk-notification {
    &.info, &.information {
        color: #0F6648!important;
    }
}

.pk-aside header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    color: #1D1D1B;
    font-family: Roboto;
    line-height: 30px;
}
.first-message .h6:before {
    content: '';
    height: 50px;
    width: 2px;
    background-color: #0f6648;
    margin: 0 auto 25px;
    display: block;
}

body .product-miniature .product-thumbnail .btn {
    background-color: #0f6648;
}
body .product-miniature .product-thumbnail .btn {
    background-color: #0f6648;
}

/* CSS Custom pour PrestaShop - À ajouter dans Custom CSS */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap');

.bob-livraison-page {
    font-family: 'Bricolage Grotesque', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* En-tête */
.bob-liv-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 40px 20px;
    background: #1D1D1B;
    color: #F5F0E0;
    border-radius: 16px;
}

.bob-liv-logo {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 8px;
    margin-bottom: 15px;
    text-decoration: overline underline;
    text-decoration-color: #0F6648;
    text-decoration-thickness: 3px;
}

.bob-liv-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #F5F0E0;
}

.bob-liv-baseline {
    font-size: 16px;
    font-weight: 500;
    color: #0F6648;
    letter-spacing: 2px;
}

/* Sections */
.bob-liv-section {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(29, 29, 27, 0.08);
}

.bob-liv-section-head {
    padding: 25px;
    background: #0F6648;
    color: #F5F0E0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.bob-liv-section-head h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #F5F0E0;
}

.bob-liv-chronopost {
    background: #1D1D1B;
}

.bob-liv-letter {
    background: #0F6648;
}

.bob-liv-returns-head {
    background: linear-gradient(135deg, #1D1D1B 0%, #0F6648 100%);
}

.bob-liv-icon {
    font-size: 32px;
}

.bob-liv-content {
    padding: 30px 25px;
}

/* Grille */
.bob-liv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
}

.bob-liv-option {
    background: #F5F0E0;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.bob-liv-option:hover {
    border-color: #0F6648;
    transform: translateY(-3px);
}

.bob-liv-option-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.bob-liv-badge {
    background: #0F6648;
    color: #F5F0E0;
    padding: 6px 14px;
    border-radius: 18px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.bob-liv-tag {
    background: #1D1D1B;
    color: #F5F0E0;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 11px;
}

.bob-liv-delai {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1D1D1B;
}

/* Prix */
.bob-liv-prices {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bob-liv-prices-compact {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.bob-liv-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.bob-liv-prices-compact .bob-liv-price-row {
    flex-direction: column;
    text-align: center;
    gap: 6px;
}

.bob-liv-price-row:hover {
    background: #0F6648;
    color: #F5F0E0;
}

.bob-liv-price {
    font-size: 16px;
    font-weight: 800;
    color: #0F6648;
}

.bob-liv-price-row:hover .bob-liv-price {
    color: #F5F0E0;
}

/* Info box */
.bob-liv-info {
    background: #F5F0E0;
    border-left: 4px solid #0F6648;
    padding: 15px;
    border-radius: 6px;
    margin-top: 15px;
}

.bob-liv-info-full {
    margin-top: 0;
    margin-bottom: 20px;
}

.bob-liv-info-full p {
    margin: 8px 0;
}

.bob-liv-warning {
    border-left-color: #1D1D1B;
    background: #FFF8E7;
}

.bob-liv-info strong {
    color: #0F6648;
}

/* Retours */
.bob-liv-returns {
    border: 3px solid #0F6648;
}

.bob-liv-return-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bob-liv-return-title {
    font-size: 22px;
    font-weight: 700;
    color: #1D1D1B;
    margin: 0 0 10px 0;
}

.bob-liv-return-text {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Steps */
.bob-liv-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.bob-liv-step {
    display: flex;
    gap: 15px;
    padding: 18px;
    background: #F5F0E0;
    border-radius: 10px;
}

.bob-liv-step-num {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background: #0F6648;
    color: #F5F0E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
}

.bob-liv-step-txt h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px 0;
    color: #1D1D1B;
}

.bob-liv-step-txt p {
    font-size: 14px;
    color: #1D1D1B;
    opacity: 0.85;
    margin: 0;
}

/* Contact */
.bob-liv-contact {
    background: #0F6648;
    color: #F5F0E0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.bob-liv-contact p {
    margin: 8px 0;
}

.bob-liv-contact a {
    color: #F5F0E0;
    text-decoration: underline;
    font-weight: 700;
}

.bob-liv-contact a:hover {
    opacity: 0.8;
}

/* Footer */
.bob-liv-footer {
    text-align: center;
    padding: 40px 20px;
    background: #1D1D1B;
    color: #F5F0E0;
    border-radius: 16px;
    margin-top: 50px;
}

.bob-liv-footer-logo {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 10px;
    text-decoration: overline underline;
    text-decoration-color: #0F6648;
    text-decoration-thickness: 3px;
    margin-bottom: 10px;
}

.bob-liv-footer-tag {
    font-size: 18px;
    font-weight: 600;
    color: #0F6648;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.bob-liv-footer-txt {
    font-size: 14px;
    margin: 0 0 25px 0;
    opacity: 0.9;
}

.bob-liv-badge-footer {
    background: #0F6648;
    color: #F5F0E0;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
    .bob-liv-header {
        padding: 30px 15px;
    }
    
    .bob-liv-logo {
        font-size: 36px;
        letter-spacing: 6px;
    }
    
    .bob-liv-title {
        font-size: 26px;
    }
    
    .bob-liv-baseline {
        font-size: 13px;
    }
    
    .bob-liv-section-head {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }
    
    .bob-liv-section-head h2 {
        font-size: 20px;
    }
    
    .bob-liv-content {
        padding: 20px 15px;
    }
    
    .bob-liv-grid {
        grid-template-columns: 1fr;
    }
    
    .bob-liv-steps {
        grid-template-columns: 1fr;
    }
    
    .bob-liv-footer-logo {
        font-size: 42px;
        letter-spacing: 6px;
    }
}

@media (max-width: 480px) {
    .bob-liv-prices-compact {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product-miniature .product-flags li {
    font-size: 12px;
    font-style: normal;
    display: none!important;
    font-weight: 400;
    font-family: "Roboto";
    line-height: 1.5em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
}
.product-flag.new {
    max-width: 100px;
    margin-left: auto;
    display: none!important;
}
.pk-fixed-bottom {
    bottom: 20px;
    right: 30px!important;
    z-index: 99;
    flex-direction: column-reverse;
    gap: 10px;
    width: 60px;
}

@media (max-width: 767px) {
  .header_logo_img {
    display: inline-block;
  }

  .header_logo_img .logo {
    min-width: 195px;
    width: 100px;
    height: 69px;
  }
}

@media (max-width: 767px) {
  .pk-fixed-bottom {
   display: none!important;
  }
}
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
  }
}