﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* 🔍 تصميم صندوق بحث شبيه بـ SHEIN */
.navbar-inverse .navbar-search-shein .navbar-form {
    margin: 8px 15px;
    padding: 0;
}

.shein-search-group {
    width: 260px;
}

.shein-search-input {
    height: 34px;
    border-radius: 30px 0 0 30px !important;
    padding-left: 15px;
    border: none !important;
}

.shein-search-btn {
    background-color: #fff !important;
    border-radius: 0 30px 30px 0 !important;
    border: none !important;
    height: 34px;
    padding: 6px 15px;
    color: #333;
}

    .shein-search-btn:hover {
        background: #f1f1f1 !important;
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/* =========================
   HEADER (YOUMI SHOP)
========================= */

.main-header {
    background: linear-gradient(90deg, #3A8DFF, #FF6FAE);
    padding: 12px 0;
}

    .main-header .logo {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .main-header .logo img {
            height: 42px;
        }

        .main-header .logo span {
            font-size: 22px;
            font-weight: 700;
            color: white;
        }

