        .slick-initialized .slick-slide {
            text-align: center;
        }

        .comboImg {
            /*height: 500px;*/
            width: 490px;
            object-fit: content;
        }

        .comboImgSlide {
            height: 160px;
            width: 150px;
            /* object-fit: cover; */
        }

        .nice-select:after {
            display: none;
        }

        .nice-select {
            width: 100% !important;
        }

        .modal-title {
            color: #ffffff;
        }

        .productImgCls {
            width: 336px;
            height: 344px;
        }

        /* Customization Section - Site Colors & Fonts */
        #customizationSection {
            background: var(--main-bg);
            border-radius: 16px;
            box-shadow: 0 8px 24px rgba(204, 13, 57, 0.08);
            padding: 30px 20px;
            animation: fadeIn 0.7s;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #customizationSection h4 {
            color: #FF0042;
            font-size: 2rem;
            font-family: var(--heading-font);
            text-shadow: 1px 2px 8px #fff3e0;
        }

        .custom-card {
            background: var(--white-color);
            border: 1px solid #FF0042;
            box-shadow: 0 4px 16px rgba(204, 13, 57, 0.08);
            transition: box-shadow 0.3s, transform 0.2s;
        }

        .custom-card:hover {
            box-shadow: 0 8px 32px rgba(204, 13, 57, 0.18);
            transform: scale(1.04);
        }

        .custom-img {
            border: 1px solid var(--primary-color);
            box-shadow: 0 2px 8px rgba(204, 13, 57, 0.12);
        }

        .product-title {
            color: #FF0042;
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: 1px;
            font-family: var(--heading-font);
        }

        .custom-dropdowns select {
            background: var(--gray-bg);
            border: 2px solid var(--secondary-color);
            color: var(--primary-color);
            font-weight: 600;
            font-size: 1rem;
            font-family: var(--body-font);
            box-shadow: 0 2px 6px rgba(247, 148, 31, 0.08);
        }

        .custom-dropdowns select:focus {
            border-color: var(--primary-color);
            outline: none;
        }

        .custom-buttons {
            margin-top: 25px;
            display: flex;
            gap: 18px;
            justify-content: flex-end;
        }

        .btn-submit {
            background: var(--primary-dark-color);
            color: var(--white-color);
            font-weight: bold;
            border: none;
            padding: 10px 28px;
            border-radius: 8px;
            font-size: 1rem;
            font-family: var(--body-font);
            box-shadow: 0 2px 8px rgba(204, 13, 57, 0.12);
            transition: background 0.2s, transform 0.2s;
        }

        .btn-submit:hover {
            background: var(--secondary-color);
            transform: scale(1.05);
        }

        .btn-cancel {
            background: var(--primary-dark-color);
            color: var(--white-color);
            font-weight: bold;
            border: none;
            padding: 10px 28px;
            border-radius: 8px;
            font-size: 1rem;
            font-family: var(--body-font);
            box-shadow: 0 2px 8px rgba(19, 23, 43, 0.12);
            transition: background 0.2s, transform 0.2s;
        }

        .btn-cancel:hover {
            background: var(--secondary-light-color);
            transform: scale(1.05);
        }

        .custom-card {
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 10px;
            padding: 12px;
            margin-bottom: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease;
        }

        .custom-card:hover {
            transform: scale(1.02);
        }

        .custom-img {
            width: 60px;
            height: 60px;
            border-radius: 8px;
            margin-right: 10px;
        }

        .custom-info {
            flex: 1;
        }

        .product-title {
            font-weight: bold;
            font-size: 14px;
            margin-bottom: 6px;
        }

        .custom-dropdowns {
            display: flex;
            gap: 8px;
        }

        .select-size,
        .select-color {
            padding: 6px;
            border-radius: 6px;
            border: 1px solid #ccc;
            min-width: 100px;
            font-size: 12px;
            transition: border-color 0.2s ease;
        }

        .select-size:focus,
        .select-color:focus {
            border-color: #007bff;
            outline: none;
        }

        .custom-buttons {
            margin-top: 15px;
            display: flex;
            gap: 10px;
            justify-content: flex-end;
        }

        .btn-submit {
            background: #FF0042;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 6px;
            cursor: pointer;
        }

        .btn-submit:hover {
            background: #218838;
        }

        .btn-cancel {
            background: black;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 6px;
            cursor: pointer;
        }

        .btn-cancel:hover {
            background: #FF0042;
        }

        #resultsSection {
            margin-top: 20px;
            padding: 15px;
            /* background: linear-gradient(135deg, #00c6ff, #0072ff); */
            border-radius: 10px;
            color: white;
            border: 1px solid #FF0042;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .result-card {
            background: white;
            border: 1px solid #FF0042;
            color: black;
            padding: 12px;
            border-radius: 8px;
            margin-bottom: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .result-card h4 {
            margin: 0 0 8px;
            font-size: 14px;
        }

        .result-details {
            font-size: 12px;
            color: #555;
        }

        .result-array-row {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 30px;
            margin-top: 20px;
        }

        .result-array-col {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: white;
            border: 1px solid #FF0042;
            color: black;
            padding: 12px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        /* Two-column layout for mobile view */
        @media (max-width: 767px) {

            #productList {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }

            .custom-card {
                flex-direction: column;
                align-items: flex-start;
                padding: 10px;
            }

            .custom-img {
                width: 60px;
                height: 60px;
                margin: 0 auto 8px;
            }

            .custom-info {
                width: 100%;
            }

            .custom-dropdowns {
                flex-direction: column;
                gap: 6px;
            }

            .select-size,
            .select-color {
                width: 100%;
                min-width: unset;
                font-size: 12px;
                padding: 2px;
                line-height: 20px !important;
            }

            .product-title {
                font-size: 13px;
                text-align: center;
            }


            .result-array-row {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(2, auto);
                gap: 10px;
                justify-items: center;
            }

            .result-array-col {
                width: 100%;
                padding: 8px;
            }

            .result-array-col img {
                width: 50px;
                height: 50px;
            }

            .result-array-col strong {
                font-size: 12px;
            }

            .result-array-col div {
                font-size: 10px;
            }
        }