.wps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.wps-card {
    flex: 1 1 calc(33.333% - 20px);
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}
.wps-card img {
    width: 100%;
    height: auto;
}
.wps-card h3 {
    font-size: 1.2em;
}
.wps-desc {
    font-size: 0.9em;
}
.wps-button {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    margin-top: 5px;
}
@media(max-width:768px) {
    .wps-card {
        flex: 1 1 calc(50% - 20px);
    }
}
@media(max-width:480px) {
    .wps-card {
        flex: 1 1 100%;
    }
}


.cwcp-subcategory-dropdown {
        padding: 8px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); background: #f0eeef4a;
}

.cwcp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cwcp-card {
    flex: 0 1 calc(33.333% - 20px);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
    overflow: hidden;
    transition: transform 0.2s;
}
.cwcp-card:hover {
    transform: translateY(-5px);box-shadow: #db003170 0px 1px 4px;
}
.cwcp-card img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    background: #f0eeef;
    /*padding: 0px 40px; */     height: 370px !important;
}
.cwcp-card h3 {
        font-size: 2em;
    margin: 24px 12px 10px 12px;
    font-weight: bold !important;
    text-transform: capitalize;
    border-bottom:2px inset #db0031;
    width: fit-content;
    color: #db0031;
    line-height: 1em;
}
.cwcp-desc {
    font-size: 0.9em;
    margin: 0 10px 10px;
}
.cwcp-button {
        display: block;
    margin:10px 10px 22px;
    padding: 4px 11px 2px 12px;
    background: #db0031;
    color: #fff;
    text-align: center;
    border-radius: 29px;
    width: fit-content;
}
.cwcp-button:hover {
    background: #db0031d1;
}


@media(max-width:768px) {
    .cwcp-card {
        flex: 1 1 calc(50% - 20px);
    }
}
@media(max-width:480px) {
    .cwcp-card {
        flex: 1 1 100%;
    }
}

.cwcp-attributes {
    margin: 10px;
}
.cwcp-attributes ul {
       list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.90em;
    padding: 0px !important;
}
.cwcp-attributes li {
        padding: 7px 0px;
    border-bottom: 1px solid #dddddd91;
    list-style-type: none;
    text-transform: capitalize;
    line-height: 18px;
}
.cwcp-attributes li:last-child {
    border-bottom: none;
}

.cwcp-button svg {
    vertical-align: middle;
}


.cwcp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.cwcp-heading {
        font-size: 2.9em;
    font-weight: 900 !important;
    text-transform: uppercase; color: #1b1b1b;
    margin: 0 0 10px 0;
    -webkit-transform: skew(350deg);
    -ms-transform: skew(-20deg);
    transform: skew(350deg);
}
.cwcp-heading::after {
    background-image: url(http://thalerworld.com/wp-content/uploads/2025/05/heading-icon.png);     content: "";
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-left: 0.2em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}


.cwcp-subcategory-dropdown {
    max-width: 250px;
}
@media (max-width: 600px) {
    .cwcp-header {
        flex-direction: column;
        align-items: flex-start; 
    }
    .cwcp-heading {font-size: 1.5em;}
    .cwcp-subcategory-dropdown {
        width: 100%;
        margin-top: 10px;
    }
}

