body {


    font-family: 'Inter', sans-serif;


    color: #2d3436;


    overflow-x: hidden;


    box-sizing: border-box;


}





header .navbar {


    padding: 1rem 0;


    transition: all 0.3s ease;


}





.brand-name {


    letter-spacing: 1px;


    font-size: 1.2rem;


}





.hero-section {


    min-height: 100vh;


    padding: 120px 0;


}





.section-title {


    font-weight: 700;


    position: relative;


    padding-bottom: 15px;


}





.section-title::after {


    content: '';


    position: absolute;


    bottom: 0;


    left: 50%;


    transform: translateX(-50%);


    width: 60px;


    height: 3px;


    background-color: #0d6efd;


}





section:not(.hero-section) .section-title {


    text-align: center;


}





#about .section-title {


    text-align: left;


}





#about .section-title::after {


    left: 0;


    transform: none;


}





.product-card {


    transition: transform 0.3s ease, box-shadow 0.3s ease;


    border-radius: 15px;


    overflow: hidden;


}





.product-card:hover {


    transform: translateY(-10px);


    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;


}





.product-card img {


    height: 450px;


    object-fit: cover;


}





.btn {


    border-radius: 8px;


    font-weight: 500;


    text-decoration: none !important;


}





.btn-primary {


    background-color: #0056b3;


    border-color: #0056b3;


}





.cart-item-img {


    width: 80px;


    height: 80px;


    object-fit: cover;


    border-radius: 8px;


}





.cookie-card {


    position: fixed;


    bottom: 20px;


    right: 20px;


    width: 350px;


    background: #fff;


    z-index: 1050;


    border-radius: 15px;


    border: 1px solid #eee;


}





#order-success-overlay {


    position: fixed;


    top: 0;


    left: 0;


    width: 100%;


    height: 100%;


    background: rgba(0,0,0,0.8);


    z-index: 3000;


    display: flex;


    align-items: center;


    justify-content: center;


    padding: 20px;


}





@media (max-width: 1100px) {


    .brand-name {


        font-size: 1rem;


    }


}





@media (max-width: 768px) {


    .hero-section {


        min-height: 80vh;


        padding: 100px 0;
        padding-top: 180px;


        text-align: center;


    }


    .hero-section h1 {


        font-size: 2rem;


    }


    .hero-section .d-flex {


        justify-content: center;


    }


    .product-card img {


        height: 300px;


    }


    .cookie-card {


        width: calc(100% - 40px);


        left: 20px;


    }


    .section-title {


        font-size: 1.5rem;


    }


}





.icon-box {


    width: 50px;


    height: 50px;


    background: #e7f1ff;


    border-radius: 12px;


    display: flex;


    align-items: center;


    justify-content: center;


}





.swiper-slide img {


    width: 100%;


    height: 500px;


    object-fit: cover;


}





@media (max-width: 576px) {


    .swiper-slide img {


        height: 300px;


    }


}/* Parent container spacing */
.securePolicyGrid {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Moderate typography styles */
.securePolicyGrid h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.securePolicyGrid h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.securePolicyGrid h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.securePolicyGrid h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
}

.securePolicyGrid h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Paragraph styles */
.securePolicyGrid p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #333333;
}

/* List styles */
.securePolicyGrid ul {
    margin-bottom: 16px;
    padding-left: 25px;
    list-style-type: disc;
}

.securePolicyGrid li {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Remove margin from the last element to prevent double spacing */
.securePolicyGrid > *:last-child {
    margin-bottom: 0;
}
.rounded-circle {
    object-fit: cover;
}
.orderConfirmation {
    padding: 20px;
}



