.elementor-2010 .elementor-element.elementor-element-6becc92d .cz_gap{height:105px;}@media(max-width:1024px){.elementor-2010 .elementor-element.elementor-element-6becc92d .cz_gap{height:55px;}}/* Start custom CSS for html, class: .elementor-element-f8f35a8 */<style>
/* ============================= */
/* CROWN SHADES CATALOGUE STYLE */
/* ============================= */

.cs-catalogue {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.cs-title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
    letter-spacing: 0.5px;
}

.cs-subtitle {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 40px;
}

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

/* CARD */
.cs-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cs-card:hover {
    transform: translateY(-4px);
}

/* IMAGE */
.cs-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.cs-card:hover .cs-image {
    transform: scale(1.05);
}

/* CONTENT */
.cs-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.cs-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #111;
}

.cs-content p {
    font-size: 14px;
    color: #666;
    flex-grow: 1;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* BUTTON - SOLID DEFAULT */
.cs-btn {
    display: inline-block;
    text-align: center;
    padding: 10px 18px;
    background: #efae16;
    color: #111;
    border: 1.5px solid #efae16;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease;
}

.cs-btn:hover {
    background: transparent;
    color: #111;
    border: 1.5px solid #efae16;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .cs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .cs-grid {
        grid-template-columns: 1fr;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2e052044 */<style>
.cs-catalogue {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.cs-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

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

/* CARD */
.cs-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.cs-card:hover {
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

/* IMAGE */
.cs-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* CONTENT */
.cs-content {
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.cs-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.cs-content p {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
    margin-bottom: 15px;
}

/* BUTTON */
.cs-btn {
    display: inline-block;
    text-align: center;
    padding: 8px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
}

.cs-btn:hover {
    background: #333;
}

/* TABLET */
@media (max-width: 992px) {
    .cs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 600px) {
    .cs-grid {
        grid-template-columns: 1fr;
    }
}
</style>/* End custom CSS */