*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Google Sans", sans-serif;
    /* font-family: "Playfair Display", serif; */
}

.container {
    max-width: 1600px;
    margin: 0 auto;
}

a{
    text-decoration: none;
    color: inherit;
}

.header {
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #ccc;
    margin: auto;
    position: sticky;
}

.header-left a, .header-right a {
    margin: 0 10px;
    font-size: 16px;
    color: #333;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-center a {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right, .header-left, .header-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Outer frame */
.carousel-wrapper {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.carosal {
    display: flex;
    align-items: center;
    gap: 10px;
    will-change: transform;

    margin-top: 50px;
}

.carosal img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 18px;
    background-color: #efe9e1;
}

.carosal-cards {
    flex: 0 0 20%;
    height: 600px;
    background: linear-gradient(135deg, #efedd9, #e1d5a9);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    transform: scale(0.7);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

/* Scale states */
.card-1 { transform: scale(0.7); opacity: 0.6; }
.card-2 { transform: scale(0.85); opacity: 0.85; }
.card-3 { transform: scale(1); opacity: 1; }
.card-4 { transform: scale(0.85); opacity: 0.85; }
.card-5 { transform: scale(0.7); opacity: 0.6; }

.d-flex-center {
    max-width: 100%;
    width: 100%;
    margin: 30px auto;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex-end {
    width: 100%;

    display: flex;
    flex-direction: row-reverse;
}

.buyNowButton {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    width: fit-content;
    border-radius: 30px;
    border: 2px solid #000;
    padding: 16px 40px;
    margin: 0 40px 20px 0;
}


.main-container {
    max-width: 100%;
    margin: 30px auto;
    height: 100vh;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container .info-container{
    width: 40%;
    display: flex;
    height: 100vh;
    justify-content: center;
    /* align-items: center; */
    background-color: #fffcfa;
    flex-direction: column;
    text-align: left;
    padding: 40px;
}

.main-container .info-container .heading{
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Playfair Display", serif;
}

.main-container .visual-container{
    width: 60%;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}


.pre-designed-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
}
.pre-designed-section .collections{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin: 50px 0;
}
.pre-designed-section .collections .card{
    max-width: 350px;
    width: 100%;
}
.pre-designed-section .collections .card .card-image img{
    width: 100%;
    max-width: 100%;
}

.pre-designed-section .collections .card .card-info{
    padding: 10px 0;
}

.pre-designed-section .heading{
    font-size: 32px;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.pre-designed-section .collections .card .card-title{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.pre-designed-section .collections .card:hover .card-image img {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}


.main-container .visual-container video{
    width: 100%;
}

.main-container .info-container .desc{
    display: none;

}

.main-container .info-container .info{
    display: flex;
    flex-direction: column;
    background-color: #efe9e1;
    margin-top: 10px;
    
    width: 100%;
    max-width: 400px;

    border-radius: 10px;
}

.main-container .info-container .tag-div{
    cursor: pointer;
}

.main-container .info-container .tag-div{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 15px 20px;
}

.desc.active{
    display: block !important;

    border-top: 1px solid #c0bfbf;
}

.desc{
    padding: 10px 20px 20px 20px;
}

.footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;

    background-color: #000;

    color: #fff;
}

.footer .subscribe-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    width: 100%;
    gap: 40px;

    margin-top: 40px;
}

.footer .subscribe-container .heading-s{
    font-size: 20px;
}

.footer .subscribe-container .heading-l{
    font-size: 32px;
    max-width: 60%;

    text-align: center;
}

.footer .subscribe-container .subscribe-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
}

.footer .footer-menu{
    display: flex;
    /* justify-content: center;
    align-items: center; */
    gap: 30px;
    padding: 20px 0;
    width: 100%;
    padding: 40px;
}

.footer .footer-menu .w-20{
    width: 25%;

    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    height: 100%;
    float: inline-start;
}

.footer .footer-menu .w-60{
    width: 60%;

    display: flex;
    flex-direction: column;
    padding: 20px;
    height: max-content;
}

.footer .footer-menu .w-20 p, .footer .footer-menu .w-60 p{
    text-align: left;
    width: 100%;
    color: #888888;
    display: flex;
    flex-direction: column;

    font-weight: 500;
}


.bottom-menu{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom-menu a{
    color: #888888;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer .credit{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #222222;
}


.form-box {
    width: 100%;
    max-width: 420px;
    background-color: #fffcfa;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);

    display: flex;
    flex-direction: column;
    gap: 25px;

    margin: auto;

    margin-top: 70px;
}

/* Input wrapper */
.input-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 15px auto;
}

/* Label */
.input-box .label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.3px;
}

/* Input field */
.input-box input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background-color: #efece7;

    font-size: 15px;
    color: #000;

    transition: all 0.3s ease;
}

/* Placeholder */
.input-box input::placeholder {
    color: #999;
    font-size: 14px;
}

/* Focus state */
.input-box input:focus {
    outline: none;
    border-color: #5b5b5b;
    background-color: #fffcfa;
}

/* Submit button wrapper */
.form-submit-btn {
    margin-top: 10px;
}

.form-submit-btn button {
    position: relative;
    overflow: hidden;

    width: 100%;
    padding: 15px 0;
    border-radius: 14px;
    border: none;

    background-color: #000;
    color: #fff;

    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;

    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Light sweep overlay */
.form-submit-btn button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    transition: left 0.6s ease;
}

/* Hover animation */
.form-submit-btn button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

/* Sweep on hover */
.form-submit-btn button:hover::before {
    left: 100%;
}

/* Active */
.form-submit-btn button:active {
    transform: scale(0.97);
}

.Nothing{
    width: fit-content;
    margin: 50px auto;
    background-color: #fffada;
    border: 2px solid #d7d1a9;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
}



.cart-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
}

.cart-heading {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
}

/* Layout */
.cart-content {
    display: flex;
    gap: 40px;
}

/* Items Section */
.item-image{
    border-radius: 30px;
    background-color: #ccc;
}
.item-image img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

.item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-title {
    font-size: 18px;
    font-weight: 500;
}

.item-meta {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

/* Actions */
.item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.qty-control {
    display: flex;
    align-items: center;
    background-color: #efe9e1;
    border-radius: 20px;
    padding: 4px;
}

.qty-control button {
    border: none;
    background: transparent;
    padding: 6px 12px;
    font-size: 16px;
    cursor: pointer;
}

.qty-control span {
    padding: 0 10px;
    font-size: 14px;
}

.item-price {
    font-size: 16px;
    font-weight: 500;
}

/* Summary */
.cart-summary {
    flex: 1;
    background-color: #efe9e1;
    padding: 30px;
    border-radius: 18px;
    height: fit-content;
}

.cart-summary h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
}

.summary-row.total {
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #c0bfbf;
    padding-top: 15px;
}

/* Checkout Button */
.checkout-btn {
    width: 100%;
    margin-top: 25px;
    padding: 16px 0;
    border-radius: 14px;
    border: none;

    background-color: #000;
    color: #fff;

    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;

    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.checkout-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    transition: left 0.6s ease;
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.checkout-btn:hover::before {
    left: 100%;
}


.contact-container {
    max-width: 1200px;
    margin: 80px auto;
    padding: 20px;
}

.contact-wrapper {
    display: flex;
    gap: 60px;
    background-color: #fffcfa;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}

/* LEFT */
.contact-info {
    flex: 1;
}

.contact-heading {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.contact-desc {
    font-size: 16px;
    color: #666;
    max-width: 400px;
    line-height: 1.6;
}

.contact-details {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 15px;
    color: #333;
}

.detail i {
    font-size: 16px;
    color: #000;
}

/* RIGHT FORM */
.contact-form {
    flex: 1;
    background-color: #f8f3ec;
    padding: 40px;
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-form .input-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form label {
    font-size: 14px;
    color: #555;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background-color: #fffcfa;
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact-form textarea {
    resize: none;
    height: 120px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #000;
}

/* BUTTON */
.contact-btn {
    margin-top: 10px;
    padding: 16px 0;
    border-radius: 14px;
    border: none;
    background-color: #000;
    color: #fff;

    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;

    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    transition: left 0.6s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.contact-btn:hover::before {
    left: 100%;
}


.profile-container {
    max-width: 1300px;
    margin: 80px auto;
    padding: 20px;
}

.profile-wrapper {
    display: flex;
    gap: 60px;
    background-color: #fffcfa;
    padding: 60px;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.05);
}

/* SIDEBAR */
.profile-sidebar {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.profile-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.profile-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}

.upload-btn {
    font-size: 13px;
    cursor: pointer;
    color: #555;
    text-decoration: underline;
}

/* Wardrobe Button */
.wardrobe-btn {
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #ddd;
    background-color: #efe9e1;
    font-size: 14px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    transition: all 0.3s ease;
}

.wardrobe-btn:hover {
    background-color: #000;
    color: #fff;
}

/* DETAILS */
.profile-details {
    flex: 1;
}

.profile-heading {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
}

.profile-section {
    margin-bottom: 40px;
}

.profile-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Forms */
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.input-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-box.full {
    grid-column: span 2;
}

.input-box label {
    font-size: 14px;
    color: #555;
}

.input-box input,
.input-box select,
.input-box textarea {
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background-color: #efe9e1;
    font-size: 14px;
    transition: all 0.3s ease;
}

.input-box textarea {
    resize: none;
    height: 100px;
}

.input-box input:focus,
.input-box select:focus,
.input-box textarea:focus {
    outline: none;
    border-color: #000;
    background-color: #fffcfa;
}

/* Save Button */
.save-profile-btn {
    margin-top: 20px;
    padding: 16px 40px;
    border-radius: 14px;
    border: none;
    background-color: #000;
    color: #fff;

    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;

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

.save-profile-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}


/*  */

.products-container {
    max-width: 1400px;
    margin: 60px auto;
    padding: 20px;
}

/* TOP BAR */
.products-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.products-heading {
    font-size: 36px;
    font-family: "Playfair Display", serif;
}

.search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #efe9e1;
    padding: 14px 18px;
    border-radius: 30px;
    width: 320px;
}

.search-box i {
    font-size: 14px;
    color: #555;
}

.search-box input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
}

.search-box input:focus {
    outline: none;
}

/* LAYOUT */
.products-layout {
    display: flex;
    gap: 50px;
}

/* FILTERS */
.filters {
    width: 260px;
    background-color: #fffcfa;
    padding: 30px;
    border-radius: 20px;
    height: fit-content;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.filters h4 {
    font-size: 20px;
    margin-bottom: 25px;
}

.filter-group {
    margin-bottom: 30px;
}

.filter-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.filter-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

.filter-group input[type="checkbox"] {
    accent-color: #000;
}

.filter-group input[type="range"] {
    width: 100%;
    margin-top: 10px;
}

.price-range {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
    margin-top: 8px;
}

/* PRODUCTS GRID */
.products-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    cursor: pointer;
}

.product-image {
    overflow: hidden;
    border-radius: 20px;
    background-color: #efe9e1;
}

.product-image img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-info {
    padding: 12px 5px;
    text-align: center;
}

.product-title {
    font-size: 15px;
    margin-bottom: 6px;
}

.product-price {
    font-size: 14px;
    color: #555;
}


.single-product-container {
    max-width: 1400px;
    margin: 80px auto;
    padding: 20px;
}

.product-wrapper {
    display: flex;
    gap: 70px;
}

/* GALLERY */
.product-gallery {
    flex: 1;
    display: flex;
    gap: 20px;
}

.thumbs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.thumbs img {
    width: 80px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #efe9e1;
}

.main-image {
    flex: 1;
    background-color: #efe9e1;
    border-radius: 24px;
    overflow: hidden;
}

.main-image img {
    width: 100%;
    display: block;
}

/* DETAILS */
.product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}

.product-price {
    font-size: 20px;
    margin-bottom: 25px;
}

.product-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* OPTIONS */
.product-options {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 35px;
}

.option label {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.option select {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background-color: #efe9e1;
}

.size-box {
    display: flex;
    gap: 10px;
}

.size-box span {
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #fffcfa;
    font-size: 14px;
}

/* ACTIONS */
.product-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.add-cart-btn {
    flex: 1;
    padding: 16px;
    border-radius: 14px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;

    position: relative;
    overflow: hidden;
}

.add-cart-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
    transition: left 0.6s ease;
}

.add-cart-btn:hover::before {
    left: 100%;
}

.customize-btn {
    padding: 16px 20px;
    border-radius: 14px;
    border: 1px solid #ddd;
    background-color: #efe9e1;
    cursor: pointer;
    font-size: 14px;

    display: flex;
    align-items: center;
    gap: 10px;
}

/* META */
.product-meta {
    font-size: 14px;
    color: #666;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


/* AFTER FLASK IMPLEMENTATION CODES BELOW */

/* =====================================================
   GLOBAL
===================================================== */
body {
    background-color: #fffcfa;
}

/* =====================================================
   SIDEBAR
===================================================== */

/* SIDEMENU WRAPPER */
.sideMenu {
    width: 300px;
    height: 86vh;
    background-color: #fffcfa;
    padding: 30px 20px;

    position: fixed;
    top: 90px; /* below header */
    left: 0;
    z-index: 999;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border-right: 1px solid #e5e5e5;

    transition: transform 0.4s ease;

    overflow-y: scroll;
}

/* HIDDEN STATE */
.sideMenu.none {
    transform: translateX(-110%);
}

/* USER DETAIL */
.userDetail {
    background-color: #efe9e1;
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 40px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.userDetail:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* PROFILE IMAGE */
.profileImageDiv {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fffcfa;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.profileImageDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* USER TEXT */
.userDetail p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.userDetail p:first-of-type {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

/* MENU LIST */
.menus {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* MENU ITEM */
.menu {
    padding: 14px 18px;
    border-radius: 18px;
    cursor: pointer;

    transition: background-color 0.35s ease, transform 0.35s ease;
}

/* MENU TEXT */
.menu p {
    display: flex;
    align-items: center;
    gap: 14px;

    font-size: 15px;
    color: #444;
    font-weight: 500;
}

/* ICON */
.menu i {
    font-size: 16px;
    color: #000;
    min-width: 18px;
}

/* HOVER */
.menu:hover {
    background-color: #efe9e1;
    transform: translateX(4px);
}

/* ACTIVE */
.menu.active {
    background-color: #efe9e1;
}

.menu.active p {
    font-weight: 600;
    color: #000;
}

/* SIGN OUT */
.menus a:last-child .menu {
    margin-top: 20px;
    background-color: #f3eee8;
}

.menus a:last-child .menu:hover {
    background-color: #efe9e1;
}

/* =====================================================
   MAIN CONTENT
===================================================== */

.main-content {
    margin-left: 300px;
    padding: 0;

    min-height: calc(100vh - 90px);
    transition: margin-left 0.4s ease;
}

/* When sidebar hidden */
.sideMenu.none ~ .main-content {
    margin-left: 0;
}

/* =====================================================
   WARDROBE SECTION
===================================================== */

.wardrobe-container {
    max-width: 1400px;
    margin: 40px auto;
    padding: 20px;
}

/* HEADING */
.wardrobe-heading {
    font-size: 42px;
    font-family: "Playfair Display", serif;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px auto;
    color: #000;
    line-height: 1.2;
}

/* GRID */
.wardrobe-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.wardrobe-item-card {
    background-color: #fffcfa;
    border-radius: 24px;
    padding: 40px 30px;
    min-height: 220px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);

    opacity: 0;
    transform: translateY(30px);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        opacity 0.5s ease;
}

/* VISIBLE */
.wardrobe-item-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* HOVER */
.wardrobe-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

/* TITLE */
.wardrobe-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}

/* TEXT */
.wardrobe-item-detail {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.wardrobe-item-detail strong {
    font-weight: 600;
    color: #000;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {
    .wardrobe-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wardrobe-heading {
        font-size: 36px;
    }
}

@media (max-width: 1024px) {
    .sideMenu {
        top: 0;
        height: 100vh;
        box-shadow: 30px 0 60px rgba(0, 0, 0, 0.1);
    }

    .main-content {
        margin-left: 0;
        padding: 30px 25px;
    }
}

@media (max-width: 640px) {
    .wardrobe-items-grid {
        grid-template-columns: 1fr;
    }

    .wardrobe-heading {
        font-size: 30px;
    }
}


/* customize_modern css below */

/* =====================================================
   SECTION HEADING
===================================================== */

.main-content h2 {
    font-size: 34px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    color: #000;
    margin-left: 30px;
    margin-top: 30px;
}

/* =====================================================
   ITEMS GRID
===================================================== */

.items-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 80px;
    margin: 10px 20px;
    padding: 20px 0;
}

/* ITEM CARD */
.item {
    background-color: #fffcfa;
    border-radius: 22px;
    padding: 30px 20px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* HOVER */
.item:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.item img {
    width: 100%;
    max-width: 160px;
    border-radius: 16px;
    background-color: #efe9e1;
    /* padding: 10px; */

    transition: transform 0.5s ease;
}

.item:hover img {
    transform: scale(1.05);
}

/* ITEM NAME */
.item p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

/* SELECT BUTTON */
.selectBtn {
    margin-top: auto;
    padding: 12px 26px;
    border-radius: 30px;

    background-color: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: uppercase;

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

.selectBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* =====================================================
   AI SUGGESTIONS PANEL
===================================================== */

.AISuggestionsContainer {
    background-color: #efe9e1;
    border-radius: 26px;
    padding: 40px 45px;
    max-width: 95%;
    width: 100%;
    margin: 20px auto;

    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.06);
}

/* TITLE */
.title-AISuggestions {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

/* CONTENT */
.AISuggestions-content {
    background-color: #fffcfa;
    border-radius: 18px;
    padding: 30px;

    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

/* AI TEXT */
.AIContent {
    font-style: italic;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1200px) {
    .items-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .items-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 520px) {
    .items-container {
        grid-template-columns: 1fr;
    }

    .AISuggestionsContainer {
        padding: 30px 25px;
    }
}

/* customize_fusion css below */

/* =====================================================
   SECTION HEADING (REUSES EXISTING SYSTEM)
===================================================== */

.main-content h2 {
    font-size: 34px;
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
    color: #000;
    margin-left: 30px;
    margin-top: 30px;
}

/* =====================================================
   FUSION GRID
===================================================== */

.fusion-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;

    margin: 10px 20px 80px 20px;
    padding: 20px 0;
}

/* =====================================================
   FUSION CARD
===================================================== */

.fusion-item {
    background-color: #fffcfa;
    border-radius: 24px;
    padding: 30px 25px;

    display: flex;
    flex-direction: column;
    align-items: center;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cart-item {
    background-color: #fffcfa;
    border-radius: 24px;
    padding: 25px 20px;

    gap: 5px;

    text-align: start;

    display: flex;
    flex-direction: column;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-bottom: 1px solid #ccc;
}

.cart-item img {
    width: 100%;
    border-radius: 18px;
    background-color: #efe9e1;

    transition: transform 0.5s ease;
}


.cart-item h3{
    margin:10px 0;
    line-height:1.2;
    font-size: 24px;
}

.card-item p {
    font-size: 12px !important;
    font-weight: 500;
    color: #000;
    margin: 0 !Important;
    text-align: center;
}

/* HOVER */
.fusion-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.fusion-item img {
    width: 100%;
    max-width: 220px;
    border-radius: 18px;
    background-color: #efe9e1;

    transition: transform 0.5s ease;
}

.fusion-item:hover img {
    transform: scale(1.05);
}

/* AVAILABLE POSITIONS LABEL */
.fusion-item p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 20px 0 10px 0;
    text-align: center;
}

/* =====================================================
   POSITION BUTTONS
===================================================== */

.positionBtn {
    padding: 10px 18px;
    margin: 6px 4px;
    border-radius: 24px;
    border: 1px solid #ddd;

    background-color: #efe9e1;
    color: #000;

    font-size: 13px;
    font-weight: 500;
    cursor: pointer;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* HOVER */
.positionBtn:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

/* ACTIVE FEEL (PRESS) */
.positionBtn:active {
    transform: scale(0.96);
}

/* =====================================================
   AI SUGGESTIONS (REUSE SAME SYSTEM)
===================================================== */

.AISuggestionsContainer {
    background-color: #efe9e1;
    border-radius: 26px;
    padding: 40px 45px;
    max-width: 95%;
    width: 100%;
    margin: 20px auto;

    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.06);
}

.title-AISuggestions {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.AISuggestions-content {
    background-color: #fffcfa;
    border-radius: 18px;
    padding: 30px;

    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

.AIContent {
    font-style: italic;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1200px) {
    .fusion-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .main-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 520px) {
    .AISuggestionsContainer {
        padding: 30px 25px;
    }
}


/* customize_fabric */

/* =====================================================
   PREVIEW PAGE LAYOUT
===================================================== */

.preview-container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;

    margin: 30px 20px 80px 20px;
}

/* LEFT PANEL */
.preview-selections {
    background-color: #fffcfa;
    border-radius: 26px;
    padding: 35px 40px;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

/* TEXT INSIDE LEFT PANEL */
.preview-selections p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.preview-selections strong {
    color: #000;
    font-weight: 600;
}

/* =====================================================
   FABRIC RADIO LIST
===================================================== */

.fabric-radio {
    accent-color: #000;
    margin-right: 8px;
    transform: scale(1.05);
    cursor: pointer;
}

/* space between options */
.preview-selections input[type="radio"] {
    margin-top: 10px;
}

/* COLOR PICKER */
#colorInput {
    margin-top: 10px;
    width: 80px;
    height: 40px;
    border: none;
    background: none;
    cursor: pointer;
}

/* =====================================================
   2D IMAGE PREVIEW (IF PRESENT)
===================================================== */

#preview-container {
    margin: 30px 0;
    text-align: center;
}

#preview-image {
    max-width: 260px;
    border-radius: 20px;
    background-color: #efe9e1;
    padding: 12px;
}

/* =====================================================
   SUBMIT BUTTON
===================================================== */

.finalSubmitBtn {
    margin-top: 20px;
    padding: 14px 36px;
    border-radius: 30px;

    background-color: #000;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    border: none;
    cursor: pointer;

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

.finalSubmitBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

/* =====================================================
   RIGHT PANEL – 3D PREVIEW
===================================================== */

.preview-content {
    background-color: #fffcfa;
    border-radius: 26px;
    padding: 30px;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.preview-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

/* THREE JS CANVAS CONTAINER */
#threeD-container {
    width: 100%;
    height: 500px;

    border-radius: 20px;
    overflow: hidden;

    background-color: #eee;
    border: 1px solid #ddd;
}

/* =====================================================
   RESPONSIVE
===================================================== */

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

    #threeD-container {
        height: 420px;
    }
}

@media (max-width: 520px) {
    .preview-selections,
    .preview-content {
        padding: 25px;
    }

    #threeD-container {
        height: 360px;
    }
}

/* =====================================================
   FINALIZE PREVIEW PAGE LAYOUT
===================================================== */

.preview-container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;

    margin: 30px 20px 80px 20px;
}

/* LEFT PANEL: Selections + Size Form */
.preview-selections {
    background-color: #fffcfa;
    border-radius: 26px;
    padding: 35px 40px;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

/* HEADINGS AND TEXT */
.preview-selections h2,
.preview-selections h3 {
    font-family: "Playfair Display", serif;
    color: #000;
    margin-bottom: 15px;
}

.preview-selections p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
}

.preview-selections strong {
    font-weight: 600;
    color: #000;
}

/* INPUTS */
.preview-selections input[type="text"] {
    width: 100%;
    padding: 10px 12px;
    margin: 5px 0 15px 0;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.preview-selections input[type="text"]:focus {
    border-color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.preview-selections input[type="color"] {
    width: 80px;
    height: 40px;
    border: none;
    border-radius: 8px;
    cursor: not-allowed;
}

/* FORM BUTTONS */
.preview-selections button {
    padding: 12px 28px;
    margin-right: 15px;
    border-radius: 30px;

    background-color: #000;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;

    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.preview-selections button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

/* RIGHT PANEL: Final Preview IMAGE */
.preview-content {
    background-color: #fffcfa;
    border-radius: 26px;
    padding: 30px;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.preview-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.preview-content img {
    max-width: 90%;
    width: 100%;
    border-radius: 20px;
    background-color: #efe9e1;
    padding: 2px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* =====================================================
   RESPONSIVE
===================================================== */

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

    .preview-content img {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .preview-selections,
    .preview-content {
        padding: 25px;
    }
}


/* Pre design css */


/* =====================================================
   PRE-DESIGNED COLLECTION PAGE
===================================================== */

/* SECTION HEADING */
.main-content h2 {
    font-size: 34px;
    font-family: "Playfair Display", serif;
    margin-bottom: 25px;
    color: #000;
    margin-left: 30px;
    margin-top: 30px;
}

/* ITEMS GRID */
.items-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 10px 20px 60px 20px;
    padding: 20px 0;
}

/* PRE-DESIGNED ITEM CARD */
.pre-designed-item {
    background-color: #fffcfa;
    border-radius: 22px;
    padding: 25px 20px;
    text-align: center;
    display: flex;
    height: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    border: 1px solid #f0ede8;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);

    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.pre-designed-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.pre-designed-item img {
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
    background-color: #efe9e1;
    /* padding: 8px; */
    transition: transform 0.5s ease;
}

.pre-designed-item:hover img {
    transform: scale(1.05);
}

/* ITEM NAME & PRICE */
.pre-designed-item p strong {
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 5px;
}

.pre-designed-item p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}



.pre-designed-item .bottom-actions{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pre-designed-item .bottom-actions form.cart-form{
    width: 100%;
}

.pre-designed-item form button.wishlist-btn{
    padding: 14px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    cursor: pointer;
    overflow: hidden;
}

.pre-designed-item form button{
    transition: all 0.3s ease;
}

.pre-designed-item form button.wishlist-btn:hover{
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}

.pre-designed-item form button.wishlist-btn i{
    font-size: 18px;
}

.pre-designed-item form button.cart-btn{
    padding: 15px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}

.pre-designed-item form button.cart-btn:hover{
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}


/* ACTION BUTTONS */
.item-action-btn {
    margin-top: 8px;
    padding: 10px 22px;
    border-radius: 30px;

    background-color: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.6px;

    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* ALREADY ADDED TEXT */
.pre-designed-item span {
    font-size: 13px;
    color: #444;
    font-weight: 500;
    margin-top: 6px;
}

/* RESPONSIVE GRID */
@media (max-width: 1200px) {
    .items-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .items-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .items-container {
        grid-template-columns: 1fr;
    }
}


/* trends */



/* =====================================================
   TRENDING DESIGNS
===================================================== */

/* SECTION HEADING */
.main-content h1,
.main-content h2 {
    font-size: 34px;
    font-family: "Playfair Display", serif;
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}

/* CARD STACK CONTAINER */
.card-stack {
    position: relative;
    width: 320px;
    max-width: 90%;
    margin: 0 auto 40px auto;
    height: 480px;
}

/* TREND CARD */
.trend-card {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    background-color: #fffcfa;
    border: 1px solid #f0ede8;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Image top, buttons bottom */
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* ACTIVE CARD */
.trend-card.active {
    z-index: 30;
    transform: scale(1) translateY(0px);
    opacity: 1;
}

/* CARD BEHIND */
.trend-card.card-behind {
    z-index: 10;
    transform: scale(0.95) translateY(10px);
    opacity: 0.8;
}

/* SWIPE ANIMATIONS */
.trend-card.swipe-left {
    transform: translateX(-120%) rotate(-15deg);
    opacity: 0;
}

.trend-card.swipe-right {
    transform: translateX(120%) rotate(15deg);
    opacity: 0;
}

.trend-card.hidden {
    display: none;
}

/* IMAGE STYLING */
.trend-card img {
    width: 100%;
    height: 75%; /* leave space at bottom for buttons */
    object-fit: cover;
    transition: transform 0.5s ease;
    border-bottom: 1px solid #e5e5e5;
}

.trend-card:hover img {
    transform: scale(1.05);
}

/* CARD ACTION BUTTONS CONTAINER */
.trend-card .card-actions {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 12px 20px;
    gap: 20px;
    background-color: rgba(255,255,255,0.95);
}

/* LIKE & DISLIKE BUTTONS */
.trend-card .card-actions button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.trend-card .card-actions button:hover {
    transform: scale(1.15);
}

.trend-card .card-actions button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* LIKE BUTTON */
.trend-card .card-actions .like-btn {
    background-color: #d1fae5; /* green background */
    color: #16a34a;
}

/* DISLIKE BUTTON */
.trend-card .card-actions .dislike-btn {
    background-color: #fee2e2; /* red background */
    color: #dc2626;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .card-stack {
        height: 420px;
        width: 280px;
    }
    .trend-card img {
        height: 72%;
    }
}

@media (max-width: 640px) {
    .card-stack {
        height: 380px;
        width: 220px;
    }
    .trend-card img {
        height: 70%;
    }
    .trend-card .card-actions button {
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }
}


/* wardrobe management */

/* ======================= */
/* MODERN WARDROBE DESIGN */
/* ======================= */

.wardrobe-container {
    max-width: 1100px;
    margin: auto;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.wardrobe-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 2rem;
    text-align: center;
    background: linear-gradient(90deg, #a4410d, #e6aa42);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ======================= */
/* FILTER BAR */
/* ======================= */
.wardrobe-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.wardrobe-filter-bar input,
.wardrobe-filter-bar select {
    padding: 0.65rem 1rem;
    border-radius: 12px;
    border: 1px solid #d1d5db;
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.wardrobe-filter-bar input:focus,
.wardrobe-filter-bar select:focus {
    border-color: #6d5dfc;
    box-shadow: 0 0 10px rgba(109, 93, 252, 0.2);
}

/* ======================= */
/* ADD BUTTON / GENERATE BUTTON */
.add-btn,
.generate-combo-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #a4410d, #e6aa42);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.add-btn:hover,
.generate-combo-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

/* ======================= */
/* GRID OF CARDS */
.wardrobe-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    width: 100%;
    margin-bottom: 2rem;
}

/* CARD DESIGN */
.wardrobe-item-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
}

.wardrobe-item-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.wardrobe-item-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
    text-transform: capitalize;
}

.wardrobe-item-detail {
    font-size: 1rem;
    margin-top: 0.4rem;
    color: #374151;
    display: flex;
    justify-content: space-between;
}

.wardrobe-item-detail span {
    font-weight: 500;
    color: #6b7280;
}

/* EMPTY STATE */
.empty-box {
    text-align: center;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.empty-box p {
    font-size: 1.25rem;
    color: #374151;
    margin-bottom: 1rem;
}

@media (max-width: 640px) {
    .wardrobe-heading {
        font-size: 2.2rem;
    }
    .add-btn, .generate-combo-btn {
        font-size: 0.95rem;
        padding: 0.65rem 1.2rem;
    }
    .wardrobe-filter-bar {
        flex-direction: column;
        align-items: center;
    }
}


.header-center img{
    max-width: 160px;
    width: 100%;
}


.bottomActions{
    display: flex;
    margin-top: 12px;
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    border:2px solid #5d5d5d;
    overflow: hidden;
}

.bottomActions form{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bottomActions form button {
    padding: 15px 28px;
    flex: 1;
    width: 100% !important;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-sizing: border-box;

    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.bottomActions form button:hover{
    background-color: #000;
    color: #fff;
    transform: scale(1.03);
}

/* .bottomActions form button:nth-child(even) {
    border-left: 2px solid #000000;
}    */


.bottomActions form button i{
    width: 100%;
}

.container-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.goDashboardButton{
    margin: 30px 0 0 30px;
    font-size: 18px;
}







/* =====================================================
   GLOBAL RESPONSIVE ADDITIONS
   Append to the bottom of style_v1.0.css
===================================================== */

/* --- TABLETS & SMALLER LAPTOPS (Max Width: 1024px) --- */
@media (max-width: 1024px) {
    /* Fix the Landing Page Layout */
    .main-content{
        width: 100%;
        padding: 0;
    }
    .main-container {
        height: auto;
        flex-direction: column;
        padding: 40px 20px;
    }
    
    .main-container .info-container,
    .main-container .visual-container {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    
    .main-container .info-container {
        align-items: center;
    }
    
    .main-container .info-container .info {
        max-width: 100%;
    }

    /* Stack Side-by-Side Wrappers (Contact, Profile, Products, Cart) */
    .contact-wrapper,
    .profile-wrapper,
    .products-layout,
    .product-wrapper,
    .cart-content {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }
    
    .filters, 
    .profile-sidebar {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    /* Footer Flex Wrap */
    .footer .footer-menu {
        flex-wrap: wrap;
    }
    
    .footer .footer-menu .w-20,
    .footer .footer-menu .w-60 {
        width: 45%;
    }
}

/* --- TABLETS & LARGE PHONES (Max Width: 768px) --- */
@media (max-width: 768px) {
    /* Stack Header Elements */
    .header {
        flex-direction: row;
        gap: 15px;
        padding: 15px 0;
        position: relative; /* Removes sticky to free up vertical space */
    }

    .header .header-left{
        display: none;
    }
    .carousel-wrapper{
        height: 60vh;
        display: flex;
        align-items: center;
        padding: 0;
    }

    /* Scale down the massive carousel */
    .carosal img,
    .carosal-cards {
        height: 400px;
    }

    .carosal-cards{
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    }

    .card-1 { transform: scale(0.95); opacity: 0.6; z-index: 10;  }
    .card-2 { transform: scale(1.15); opacity: 0.85; z-index: 15; }
    .card-3 { transform: scale(1.25); opacity: 1; z-index: 20; }
    .card-4 { transform: scale(1.15); opacity: 0.85; z-index: 15; }
    .card-5 { transform: scale(0.95); opacity: 0.6; z-index: 10;  }
    
    .carosal {
        gap: 0;
        margin-top: 20px;
    }

    /* Convert 3+ column grids down to 2 columns */
    .products-grid,
    .wardrobe-items-grid,
    .fusion-container,
    .items-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Fix Cart Overflows */
    .item-image img {
        width: 90px;
        height: 120px;
    }
    
    .cart-summary {
        padding: 20px;
    }

    /* Fully stack the Footer */
    .footer .footer-menu {
        flex-direction: column;
        padding: 20px;
    }
    
    .footer .footer-menu .w-20,
    .footer .footer-menu .w-60 {
        width: 100%;
        padding: 10px 0;
    }
    
    .footer .subscribe-container .heading-l {
        max-width: 90%;
        font-size: 24px;
    }
}

/* --- PHONES (Max Width: 520px) --- */
@media (max-width: 520px) {
    /* Scale Carousel for Phones */
    .carosal img,
    .carosal-cards {
        height: 300px;
        font-size: 24px;
    }

    /* Scale Down Major Typography */
    .contact-heading,
    .profile-heading,
    .products-heading,
    .product-title,
    .wardrobe-heading,
    .main-content h2,
    .pre-designed-section .heading {
        font-size: 28px;
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 20px;
    }

    /* Force all remaining grids to Single Column */
    .products-grid,
    .wardrobe-items-grid,
    .fusion-container,
    .items-container {
        grid-template-columns: 1fr;
    }

    /* Single Product Page Tweaks */
    .product-gallery {
        flex-direction: column-reverse;
    }
    
    .thumbs {
        flex-direction: row;
        overflow-x: auto;
    }
    
    .product-actions {
        flex-direction: column;
    }
    
    /* Form & Profile Adjustments */
    .form-box,
    .contact-form,
    .profile-wrapper {
        padding: 20px;
        margin-top: 30px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .input-box.full {
        grid-column: span 1; /* Stops full-width inputs from overflowing */
    }

    /* Search & Filter bars */
    .container-top,
    .wardrobe-filter-bar,
    .products-topbar {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .search-box {
        width: 100%;
    }
    
    /* Pre-designed sections fix */
    .pre-designed-section .collections .card {
        max-width: 100%;
    }
}