@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@200;300;400;500;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Urbanist', 'sans-serif';
    background: #f5f7f6;
}


/* ====== Styled ScrollBar ======= */
/* ===== Chrome, Edge, Safari ===== */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent; /* მინიმალისტური */
}
::-webkit-scrollbar-thumb {
    background-color: #59AB63; /* Bootstrap success */
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #59AB63; /* ოდნავ მუქი hover */
}
/* ===== Firefox ===== */
* {
    scrollbar-width: thin;
    scrollbar-color: #59AB63 transparent;
}


/* ====== Premium Swiper ======= */
.premItemSwiper {
    max-width: 1600px;
    padding-inline: 15px;
    margin: 0 auto;
    margin-bottom: 70px;
}
.swiperHeader {
    color: #59AB63;
    text-align: center;
}
.swiper-wrapper {
    margin-bottom: 80px;
    position: relative;
    margin-top: 20px;
}
.swiper-wrapper .swiper-slide {
    display: flex;
    height: 300px;
    justify-content: center;
    align-items: center;
    transition: all .6s ease;
}


/* ====== My ======= */

.redStar {
    color: red;
}
.colorsDiv {
    width: 26px;
    height: 26px;
    border: 0.5px solid darkgrey;
    border-radius: 50%;
}
.lariImg {
    width: 15px;
    height: 15px;
}
.morePicsSlider {
    height: 130px;
}
.saleChekboksImg {
    width: 40px;
}
.saleImg {
    width: 60px;
}
.vipCheckboksImg {
    width: 35px;
}
.salePriceDiv {

}
.salePriceDiv .redlines {
    position: absolute;
    width: 20px;
}
.sale-icon {
    width: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 10;
}
.premium-icon {
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10;
}
.authRegUserBtns {
    display: flex;
    justify-content: space-between;
    width: 340px;
}
.loginBtnNavBar {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    background-color: #59AB63;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    font-size: 10px;
    padding: 0;
}
.loginBtnNavBar:hover {
    background-color: #17a317;

}
.registerBtnNavBar {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #198754;
    text-decoration: none;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    font-size: 10px;
    padding: 0;
    border: 2px solid #59AB63;
}
.registerBtnNavBar:hover {
    border: 2px solid green;
}
.UserBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}


/*!* ========== Nav Dropdown ==========*!*/
.dropdown-mynav{
    position:relative;
    display:inline-block;
}
.dropdownButton-mynav{
    height:58px;
    min-width:220px;
    padding:0 18px;
    border:none;
    border-radius:18px;
    background:#fff;
    border:1.5px solid #dfe7e2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    transition:0.2s;
}
.dropdownButton-mynav:hover{
    border-color:#198754;
    box-shadow:0 0 0 4px rgba(25,135,84,0.08);
}
.userLeft-mynav{
    display:flex;
    align-items:center;
    gap:12px;
}
.avatar-mynav{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#198754;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:700;
}
.userName-mynav{
    color:#1f2937;
    font-size:16px;
    font-weight:600;
}
.arrow-mynav{
    width:10px;
    height:10px;
    border-right:2px solid #198754;
    border-bottom:2px solid #198754;
    transform:rotate(45deg);
    transition:0.2s;
}
.dropdown-mynav.active .arrow-mynav{
    transform:rotate(-135deg);
    margin-top:6px;
}
.dropdown-mynav.active .dropdownButton-mynav{
    border-color:#198754;
    box-shadow:0 0 0 4px rgba(25,135,84,0.08);
}
.dropdownMenu-mynav{
    position:absolute;
    top:72px;
    right:0;
    width:280px;
    background:#fff;
    border-radius:22px;
    border:1px solid #edf2ee;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    padding:12px;
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
    transition:0.25s;
    z-index:9999;
}
.dropdown-mynav.active .dropdownMenu-mynav{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.dropdownItem-mynav{
    height:58px;
    border-radius:16px;
    padding:0 16px;
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    color:#374151;
    transition:0.2s;
}
.dropdownItem-mynav:hover{
    background:#f4fbf6;
    color:#198754;
}
.dropdownItem-mynav img{
    width:22px;
    opacity:0.8;
}
.divider-mynav{
    height:1px;
    background:#edf2ee;
    margin:10px 0;
}
.logout-mynav{
    color:#dc3545;
}
.logout-mynav:hover{
    background:#fff5f5;
    color:#dc3545;
}


/* ========= Modal (menu) Search ==========*/
.modal-menuserch{
    border:none !important;
    background:#fff;
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}
.topBar-menuserch{
    width:100%;
    display:flex;
    justify-content:flex-end;
    padding:20px 20px 0 20px;
}
.closeBtn-menuserch{
    width:46px;
    height:46px;
    border:none;
    border-radius:14px;
    background:#f4fbf6;
    color:#198754;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
    transition:0.2s;
}
.closeBtn-menuserch:hover{
    background:#198754;
    color:#fff;
}
.body-menuserch{
    padding:10px 45px 45px;
}
.iconBox-menuserch{
    width:95px;
    height:95px;
    margin:0 auto 28px;
    border-radius:26px;
    background:#e9f7ef;
    display:flex;
    align-items:center;
    justify-content:center;
}
.iconBox-menuserch img{
    width:44px;
}
.iconBox-menuserch i{
    font-size: 40px;
}
.header-menuserch{
    text-align:center;
    margin-bottom:35px;
}
.header-menuserch h2{
    font-size:38px;
    color:#1f2937;
    margin-bottom:12px;
}
.header-menuserch p{
    color:#6b7280;
    font-size:17px;
    line-height:1.8;
}
.searchForm-menuserch{
    width:100%;
}
.inputWrapper-menuserch{
    width:100%;
    height:76px;
    background:#fff;
    border:1.5px solid #dfe7e2;
    border-radius:24px;
    display:flex;
    align-items:center;
    padding:0 12px 0 22px;
    transition:0.2s;
}
.inputWrapper-menuserch:focus-within{
    border-color:#198754;
    box-shadow:0 0 0 4px rgba(25,135,84,0.08);
}
.searchIcon-menuserch{
    color:#198754;
    font-size:22px;
    margin-right:16px;
}
.inputWrapper-menuserch input{
    flex:1;
    height:100%;
    border:none;
    outline:none;
    background:transparent;
    font-size:17px;
    color:#111827;
}
.submitBtn-menuserch{
    min-width:140px;
    height:58px;
    border:none;
    border-radius:18px;
    background:#198754;
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:0.2s;
}
.submitBtn-menuserch:hover{
    background:#157347;
    transform:translateY(-2px);
}
.tags-menuserch{
    margin-top:28px;
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
.tags-menuserch span{
    color:#6b7280;
    font-size:15px;
}
.tags-menuserch a{
    text-decoration:none;
    padding:10px 16px;
    border-radius:14px;
    background:#f4fbf6;
    color:#198754;
    font-size:14px;
    font-weight:600;
    transition:0.2s;
}
.tags-menuserch a:hover{
    background:#198754;
    color:#fff;
}


/* ===== Separator =====*/
/*1*/
.section-divider-shopsslider {
    width: 100%;
    height: 1px;
    margin: 60px 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(0,0,0,0.08),
        transparent
    );
}

/*2*/
.section-divider-dots-shopsslider {
    width: 100%;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-divider-dots-shopsslider::before {
    content: "";
    width: 120px;
    height: 6px;
    background-image: radial-gradient(
        circle,
        rgba(0,0,0,0.25) 2px,
        transparent 2px
    );

    background-size: 10px 6px;
    background-repeat: repeat-x;
    opacity: 0.4;
}

/*3*/
.section-divider-soft-shopsslider {
    width: 100%;
    height: 20px;
    margin: 60px 0;
    background: radial-gradient(
        ellipse at center,
        rgba(0,0,0,0.08),
        transparent 70%
    );
}






@media(max-width:600px){
    .card-verify{
        padding:35px 25px;
        border-radius:24px;
    }
    .header-verify h1{
        font-size:30px;
    }
    .submitBtn-verify{
        height:64px;
        font-size:18px;
    }
    .card-passrestore{
        padding:35px 24px;
        border-radius:26px;
    }
    .header-passrestore h1{
        font-size:32px;
    }
    .inputBox-passrestore{
        height:64px;
    }
    .submitBtn-passrestore{
        height:66px;
        font-size:18px;
    }
    .product-card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .swiper-wrapper .swiper-slide {
        height: 400px;
    }
    .product-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .shopdata-card-ShopData {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .shopdata-right-ShopData {
        width: 100%;
    }
    .shopdata-editBtn-ShopData {
        width: 100%;
        justify-content: center;
    }
    .leftSide-register,
    .rightSide-register {
        padding: 30px;
    }
    .features-register {
        flex-direction: column;
        gap: 30px;
    }
    .leftContent-register h1 {
        font-size: 36px;
    }
    .formHeader-register h1 {
        font-size: 38px;
    }
    .inputBox-register {
        height: 60px;
    }
    .submitBtn-register {
        height: 62px;
        font-size: 20px;
    }
    .container-additem{
        padding:20px;
    }
    .header-additem h1{
        font-size:28px;
    }
    .uploadGrid-additem{
        grid-template-columns:1fr;
    }
    .submit-additem{
        width:100%;
    }
    .store-illustration {
        display: none;
    }
    .card-resend{
        padding:35px 24px;
        border-radius:26px;
    }
    .header-resend h1{
        font-size:32px;
    }
    .infoBox-resend{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }
    .resendBtn-resend{
        height:62px;
        font-size:17px;
    }
    .dropdownButton-mynav{
        min-width:190px;
        height:54px;
    }
    .dropdownMenu-mynav{
        width:250px;
    }
    .body-menuserch{
        padding:10px 22px 30px;
    }
    .header-menuserch h2{
        font-size:30px;
    }
    .inputWrapper-menuserch{
        flex-direction:column;
        height:auto;
        gap:16px;
        padding:18px;
    }
    .submitBtn-menuserch{
        width:100%;
    }
    .settingsCard-Paid{
        padding:24px 18px;
        border-radius:24px;
    }
    .switchItem-Paid{
        flex-direction:column;
        align-items:flex-start;
    }
    .switch-Paid{
        align-self:flex-end;
    }
    .settingsHeader-Paid h3{
        font-size:24px;
    }
    .form-row {
        padding-bottom: 10px;
    }
}

@media (max-width: 900px) {
    .layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 990px) {
    .slider-panel {
        width: 100%;
    }
    .desc-panel {
        width: 100%;
    }
    .shop-panel {
        width: 100%;
    }
    .badges {
        position: absolute;
        top: 10px;
        left: 10px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        z-index: 2;
    }
    .badge {
        font-size: 14px;
        font-weight: bold;
        padding: 4px 8px;
        border-radius: 8px;
        color: #fff;
    }
    .UserBtns {
        margin-bottom: 30px;
    }
    .authRegUserBtns {
        padding-bottom: 30px;
    }
    .folowSearchDiv{
        margin-top: 0;
    }
    .search-container {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
    .folowSearchDiv{
        position:relative;
        top:auto;
        transform:none;
        margin-bottom:30px;
    }
}

@media(max-width: 1100px) {
    .grid-additem{
        grid-template-columns:1fr;
    }
}




