* {
    font-family: "Lato", Arial, Helvetica, sans-serif;
}

body {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
    margin: 0;
    padding: 0;
}

.top-bar {
    background-color: #000 !important;
    /* zlatkasta boja kao na vipkickz */
    text-align: center;
    padding: 5px 0;
}

.top-text {
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff1212;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
}

header {
    display: flex;
    align-items: center;
    background: #000;
    padding: 10px 30px;
}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.header-nav {
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 40px;
    position: relative;
}

.modalProductSwiper {
    width: 100%;
    height: 450px;
    position: relative;
}

.modalProductSwiper .swiper-wrapper {
    height: 100%;
}

.modalProductSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modalProductSwiper .swiper-slide img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.nav-link {
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}

.navbar-nav .nav-link i {
    font-size: 18px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu {
    display: inline-flex;
    gap: 20px;
    margin: 0 auto;
}

.user-menu {
    display: flex;
    gap: 15px;
    position: absolute;
    right: 0;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.new-arrivals {
    background-color: #00c853;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.hero {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-image-container {
    width: 100%;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.info-section {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    background: transparent;
    font-weight: bold;
}

.section-title {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 800;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }
}

.product {
    text-align: center;
}

.product img {
    width: 100%;
    border-radius: 5px;
}

.product-name {
    margin: 10px 0 5px;
    font-size: 14px !important;
}

.price {
    font-weight: bold;
    font-size: 14px !important;
}

.product-card {
    text-align: center;
    background: white;
    border-radius: 12px;
    padding: 10px;
    width: 100%;
    max-width: 220px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px) scale(1.02);
}

/* Slika */
.product-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.navbar-nav .badge {
    font-size: 12px;
    padding: 4px 6px;
    margin-top: 5px;
}

.product-image-container img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.product-card:hover .product-image-container img {
    transform: scale(1.03);
}

.alert-danger {
    z-index: 10;
    position: relative;
}

/* Dugme na dnu slike */
.select-options {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(192, 161, 101, 0.9);
    color: white;
    font-weight: bold;
    border: none;
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Hover ikonice */
.hover-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.hover-icons i {
    background: white;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.hover-icons i:hover {
    background-color: #f0f0f0;
}

.product-card:hover .select-options,
.product-card:hover .hover-icons {
    opacity: 1;
    pointer-events: auto;
}

/* Aktivacija hover efekta */
.product-image-container:hover .hover-icons,
.product-image-container:hover .select-options {
    opacity: 1;
}

.customer-insights {
    padding: 40px 30px;
    background: #f9f9f9;
}

.insights-carousel {
    display: flex;
    overflow-x: auto;
    gap: 15px;
}

.insights-carousel img {
    width: 150px;
    border-radius: 5px;
    flex-shrink: 0;
}

footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

footer a {
    color: #c0a165;
    text-decoration: none;
}

.info-bar {
    text-align: center;
    padding: 30px 0;
}

.delivery-text {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.shipping-logos img {
    height: 30px;
    margin: 0 5px;
}

.info-section {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 20px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 38px;
    cursor: pointer;
    color: #999;
}

.products-section {
    padding: 0px 20px;
}

.product-card img {
    width: 100%;
    border-radius: 10px;
}

.product-name {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
}

.price {
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.modal-content {
    border: none;
}

.modal-body {
    padding: 40px;
}

@media (max-width: 768px) {
    .modal-body {
        padding: 20px;
    }

    .modal-content {
        border-radius: 12px;
    }
}

.info-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.info-icon i {
    font-size: 34px;
    color: black;
}

@media (max-width: 768px) {
    .info-icon i {
        font-size: 34px;
        color: black;
    }

    .info-item p {
        font-size: 15px !important;
    }
}

.info-item p {
    font-size: 20px;
}

.custom-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1056;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.customer-insights .swiper {
    padding-bottom: 40px;
}

.customer-insights .swiper-slide {
    text-align: center;
}

.customer-insights img {
    height: 300px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    font-weight: 500;
    padding: 8px 20px;
}

/* Otvori dropdown na hover */
.hover-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* poravnanje */
}

/* Animirani dropdown hover efekat */
.hover-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    /* sprečava interakciju dok je skriven */
}

.hover-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.navbar-nav .nav-item {
    margin: 0 5px;
}

.btn-new-arrivals {
    background-color: #28e86d !important;
    color: #fff;
    font-weight: bold;
    padding: 6px 14px;
    border: 1px solid #fff !important;
    border-radius: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.5;
}

.btn-new-arrivals:hover {
    background-color: #20c85c;
    color: #fff;
    text-decoration: none;
}