/* Front Page Styles - Page d'accueil OUI PNEU */

/* Hero Section with Video Background */
.hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000000;
}

.section-padding {
    padding: 100px 0;
}

/* Video Background */
.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

/* Overlay for better text readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    position: relative;
    z-index: 3;
}

/* Hero Content */
.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    display: flex !important; /* override any grid from base styles */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 60vh;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 24px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 40px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* CTA Buttons */
.hero-cta-buttons {
    display: inline-flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: nowrap;
}

.cta-button {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease;
    display: inline-block;
}

.hero-cta-primary {
    background-color: #FFDD03;
    color: #000000;
    border: 2px solid #FFDD03;
}

.hero-cta-primary:hover {
    background-color: #FFC700;
    border-color: #FFC700;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 221, 3, 0.3);
}

.hero-cta-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.hero-cta-secondary:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Keep existing button styles for other sections */
.btn-primary {
    background-color: #FFDD03;
    color: #000000;
    padding: 16px 32px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #FFC700;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: transparent;
    color: #ffffff;
    padding: 16px 32px;
    border: 2px solid #FFDD03;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-secondary:hover {
    background-color: #FFDD03;
    color: #000000;
}

/* Testimonials Section */
.testimonials-section {
    background-color: #1a1a1a;
    padding: 100px 0;
}

.testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.testimonials-underline {
    width: 100px;
    height: 4px;
    background-color: #FFDD03;
    margin: 0 auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.testimonial-card {
    background-color: #2a2a2a;
    padding: 40px;
    border-radius: 12px;
    position: relative;
    border: 1px solid #333333;
}

.testimonial-quote {
    font-size: 60px;
    color: #FFDD03;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 30px;
    line-height: 1;
}

.testimonial-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding-top: 20px;
}

.testimonial-author {
    text-align: right;
}

.testimonial-author span {
    color: #FFDD03;
    font-weight: 600;
    font-size: 16px;
}

/* Why Choose Section */
.why-choose-section {
    background-color: #000000;
    padding: 100px 0;
}

.why-choose-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-choose-underline {
    width: 100px;
    height: 4px;
    background-color: #FFDD03;
    margin: 0 auto;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.why-choose-card {
    text-align: center;
    padding: 40px 20px;
}

.why-choose-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.why-choose-card p {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.6;
}

/* Best Sellers Section */
.best-sellers-section {
    background-color: #1a1a1a;
    padding: 100px 0;
}

.best-sellers-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.best-sellers-header {
    text-align: center;
    margin-bottom: 60px;
}

.best-sellers-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.best-sellers-underline {
    width: 100px;
    height: 4px;
    background-color: #FFDD03;
    margin: 0 auto;
}

.best-sellers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.best-seller-card {
    background-color: #2a2a2a;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.best-seller-card:hover {
    transform: translateY(-5px);
}

.best-seller-image {
    position: relative;
    height: 200px;
    background-color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.best-seller-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tire-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #333333, #444444);
}

.tire-placeholder-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.best-seller-brand {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFDD03;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.best-seller-content {
    padding: 24px;
}

.best-seller-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.best-seller-brand-label {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 8px;
}

.best-seller-specs {
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 16px;
}

.best-seller-price {
    font-size: 24px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 16px;
}

.stock-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.stock-badge.in-stock {
    background-color: #28a745;
    color: #ffffff;
}

.stock-badge.low-stock {
    background-color: #ffc107;
    color: #000000;
}

.stock-badge.out-of-stock {
    background-color: #dc3545;
    color: #ffffff;
}

.best-seller-action {
    display: block;
    background-color: transparent;
    color: #ffffff;
    padding: 12px 24px;
    border: 2px solid #FFDD03;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 14px;
}

.best-seller-action:hover {
    background-color: #FFDD03;
    color: #000000;
}

.best-sellers-cta {
    text-align: center;
    margin-top: 60px;
}

/* Features Section */
.features-section {
    background-color: #000000;
    padding: 100px 0;
}

.features-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-header {
    text-align: center;
    margin-bottom: 60px;
}

.features-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.features-underline {
    width: 100px;
    height: 4px;
    background-color: #FFDD03;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.feature-card {
    text-align: center;
    padding: 40px 20px;
}

.feature-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.feature-card p {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.6;
}

/* Partners Section */
.partners-section {
    background-color: #1a1a1a;
    padding: 100px 0;
}

.partners-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.partners-header {
    text-align: center;
    margin-bottom: 60px;
}

.partners-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.partners-header p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
}

.partners-category {
    text-align: center;
    margin-bottom: 40px;
}

.partners-category h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.partners-category-underline {
    width: 80px;
    height: 4px;
    background-color: #FFDD03;
    margin: 0 auto;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.partner-card {
    background-color: #2a2a2a;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    border: 1px solid #FFDD03;
}

.partner-logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #000000;
}

.partner-logo-content {
    text-align: center;
}


.michelin-man,
.continental-horse,
.bridgestone-symbol {
    font-size: 24px;
    color: #ffffff;
}

.bridgestone-symbol {
    font-size: 20px;
    font-weight: bold;
}

.partner-logo-text {
    color: #FFDD03;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partner-info h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partner-info p {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.partners-category-bottom {
    text-align: center;
    margin-top: 60px;
}

.partners-category-bottom h3 {
    font-size: 32px;
    font-weight: 700;
    color: #FFDD03;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* CTA Section */
.cta-section {
    background-color: #000000;
    padding: 100px 0;
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-container h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cta-container p {
    color: #cccccc;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .cta-button {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
        font-size: 15px;
    }
    
    .testimonials-header h2,
    .why-choose-header h2,
    .best-sellers-header h2,
    .features-header h2,
    .partners-header h2,
    .cta-container h2 {
        font-size: 32px;
    }
    
    .testimonials-grid,
    .why-choose-grid,
    .best-sellers-grid,
    .features-grid,
    .partners-grid {
        grid-template-columns: 1fr;
    }
    
    .best-sellers-grid {
        grid-template-columns: 1fr;
    }
    
    .partners-grid {
        grid-template-columns: 1fr;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 14px 24px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .hero-cta-buttons {
        max-width: 280px;
        gap: 10px;
    }
    
    .cta-button {
        padding: 12px 18px;
        font-size: 14px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .testimonials-header h2,
    .why-choose-header h2,
    .best-sellers-header h2,
    .features-header h2,
    .partners-header h2,
    .cta-container h2 {
        font-size: 24px;
    }
    
    .testimonial-card,
    .partner-card {
        padding: 30px 20px;
    }
    
    .best-seller-content {
        padding: 20px;
    }
}

/* ===================================
   Quick Configurator Section (Homepage)
   =================================== */

.quick-configurator-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 80px 0;
}

.quick-configurator-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.quick-configurator-header {
    text-align: center;
    margin-bottom: 50px;
}

.quick-configurator-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.quick-configurator-header p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px;
}

.quick-configurator-underline {
    width: 80px;
    height: 4px;
    background: #FFDD03;
    margin: 0 auto;
    border-radius: 2px;
}

.quick-configurator-form {
    background: rgba(255, 255, 255, 0.05);
    padding: 50px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 221, 3, 0.2);
}

.configurator-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.configurator-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.configurator-field label {
    color: #FFDD03;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.configurator-field select {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 2px solid rgba(255, 221, 3, 0.3);
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.configurator-field select:hover {
    border-color: #FFDD03;
}

.configurator-field select:focus {
    border-color: #FFDD03;
    box-shadow: 0 0 0 3px rgba(255, 221, 3, 0.1);
}

.configurator-actions {
    text-align: center;
}

.configurator-btn {
    background: linear-gradient(135deg, #FFDD03 0%, #FFC700 100%);
    color: #000;
    padding: 18px 60px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 20px rgba(255, 221, 3, 0.3);
}

.configurator-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 221, 3, 0.5);
}

.configurator-btn:active {
    transform: translateY(-1px);
}

/* ===================================
   How It Works Section
   =================================== */

.how-it-works-section {
    background: #1a1a1a;
    padding: 80px 0;
}

.how-it-works-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.how-it-works-header {
    text-align: center;
    margin-bottom: 60px;
}

.how-it-works-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.how-it-works-header p {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 20px;
}

.how-it-works-underline {
    width: 80px;
    height: 4px;
    background: #FFDD03;
    margin: 0 auto;
    border-radius: 2px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.step-card {
    background: #2a2a2a;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #333;
    position: relative;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #FFDD03;
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFDD03 0%, #FFC700 100%);
    color: #000;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 221, 3, 0.3);
}


.step-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.step-card p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
}

/* ===================================
   Comfort Brands Section
   =================================== */

.comfort-brands-section {
    background: #2a2a2a;
    padding: 80px 0;
}

.comfort-brands-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comfort-brands-header {
    text-align: center;
    margin-bottom: 60px;
}

.comfort-brands-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.comfort-brands-underline {
    width: 80px;
    height: 4px;
    background: #FFDD03;
    margin: 0 auto;
    border-radius: 2px;
}

.comfort-brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.comfort-brand-card {
    background: #1a1a1a;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #333;
}

.comfort-brand-card:hover {
    transform: translateY(-10px);
    border-color: #FFDD03;
    box-shadow: 0 15px 40px rgba(255, 221, 3, 0.1);
}

.brand-image {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.brand-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.brand-placeholder {
    background: #333;
    color: #FFDD03;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
}

.comfort-brand-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.comfort-brand-card p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.4;
}

/* ===================================
   Responsive Design for New Sections
   =================================== */

@media (max-width: 992px) {
    .configurator-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .quick-configurator-form {
        padding: 40px 30px;
    }
    
    .best-sellers-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .best-seller-card {
        padding: 15px;
    }
    
    .best-seller-name {
        font-size: 16px;
    }
    
    .best-seller-price {
        font-size: 20px;
    }
    
    .comfort-brands-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .quick-configurator-header h2,
    .how-it-works-header h2,
    .comfort-brands-header h2,
    .best-sellers-header h2 {
        font-size: 32px;
    }
    
    .configurator-row {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .quick-configurator-form {
        padding: 30px 20px;
    }
    
    .configurator-btn {
        padding: 16px 40px;
        font-size: 16px;
        width: 100%;
    }
    
    .step-card {
        padding: 50px 25px 30px;
    }
    
    .best-sellers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .best-seller-card {
        padding: 20px;
    }
    
    .best-seller-image {
        height: 150px;
    }
    
    .best-seller-name {
        font-size: 18px;
    }
    
    .best-seller-price {
        font-size: 22px;
    }
    
    .best-seller-action {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .quick-configurator-header h2,
    .how-it-works-header h2,
    .comfort-brands-header h2,
    .best-sellers-header h2 {
        font-size: 24px;
    }
    
    .quick-configurator-header p,
    .how-it-works-header p {
        font-size: 16px;
    }
    
    .configurator-field label {
        font-size: 12px;
    }
    
    .configurator-field select {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .best-sellers-grid {
        gap: 15px;
    }
    
    .best-seller-card {
        padding: 15px;
    }
    
    .best-seller-image {
        height: 120px;
    }
    
    .best-seller-name {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .best-seller-brand-label {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .best-seller-specs {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .best-seller-price {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .stock-badge {
        font-size: 11px;
        padding: 3px 8px;
    }
    
    .best-seller-action {
        padding: 10px 16px;
        font-size: 13px;
    }
}