/* Main Styles */
.custom-font {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
}

.mountains-of-christmas-regular {
  font-family: "Mountains of Christmas", serif;
  font-weight: 400;
  font-style: normal;
}

.btn-outline-dark {
    width: 183px !important;
    padding: 15px 15px !important;
    border-radius: 9px !important;
    font-size: 18px !important;
}

/* Header Styles */
.header--header--Dl3JY {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    font-family: 'Playfair Display', serif;
}

.header--centerColumn--0Dbok {
    text-align: center;
}

.header--title--O5i3v {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.ellipsis--ellipsis--Tjyfa {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-text{
    overflow: hidden;
    height: 1.8rem;
    width: 100%;
}

.mss-proxima-nova-thin-italic-4-2-0, .product-text{
    font-family: 'mss-proxima-nova-thin-italic-4-2-0';
}

/* General Section Styles */
section {
    padding: 2rem 0;
}

/* Product Section */
.product-section {
    padding: 3rem 0;
}

.prodecut-img img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.prodecut-img img:hover {
    transform: scale(1.05);
}

/* Card Styles */
.card {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.product-actions {
    display: flex;
    gap: 0.5rem;
}


/* Responsive Design */
@media (max-width: 768px) {
    .what-wear {
        /*flex-direction: column;*/
        gap: 1rem;
        padding : 1%;
    }
    
    .insta-shop {
        flex-direction: column;
        gap: 1rem;
    }
    
    .better-choices-text p {
        padding: 0 1rem;
    }
    
    .footer-link {
        flex-direction: column;
        gap: 2rem;
    }
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28230, 195, 80, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



#addToCartBtn{
    border-radius: var(--bs-border-radius);
}





@media (max-width: 576px) {
    .header--title--O5i3v {
        font-size: 1rem;
    }
    
    .Capturing-text {
        font-size: 14px;
    }
    .outside-icon{
        padding-top: 10% !important;
        transition: all 0.3s ease;
    }
    
}

 
.btn-view, #checkoutBtn {
    background: black;
    border: none;
    color: rgb(230, 195, 80);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    flex: 1;
    font-family: 'Roboto', sans-serif;
}

#checkoutBtn{
    flex: unset;
}

.btn-view:hover {
    background: rgb(230, 195, 80);
    transform: translateY(-2px);
    color: white;
}





