.product-showcase-container-505e6e95 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ps-controls-505e6e95 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* Inside Styling */
.ps-search-wrapper-505e6e95.ps-icon-style-inside {
    position: relative;
    display: inline-block;
    width: 250px;
}

.ps-search-wrapper-505e6e95.ps-icon-style-inside .ps-search-input-505e6e95 {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.ps-search-wrapper-505e6e95.ps-icon-style-inside .ps-search-icon-505e6e95 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.ps-search-wrapper-505e6e95.ps-icon-style-inside.ps-icon-align-left .ps-search-icon-505e6e95 {
    left: 12px;
}

.ps-search-wrapper-505e6e95.ps-icon-style-inside.ps-icon-align-left .ps-search-input-505e6e95 {
    padding-left: 35px !important;
}

.ps-search-wrapper-505e6e95.ps-icon-style-inside.ps-icon-align-right .ps-search-icon-505e6e95 {
    right: 12px;
}

.ps-search-wrapper-505e6e95.ps-icon-style-inside.ps-icon-align-right .ps-search-input-505e6e95 {
    padding-right: 35px !important;
}

/* Outside Connected Styling */
.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected {
    display: flex;
    align-items: stretch;
    width: 250px;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected .ps-search-input-505e6e95 {
    flex-grow: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected .ps-search-icon-505e6e95 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    background: #f3f3f3;
    border: 1px solid #ccc;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected.ps-icon-align-left {
    flex-direction: row;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected.ps-icon-align-left .ps-search-icon-505e6e95 {
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected.ps-icon-align-left .ps-search-input-505e6e95 {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected.ps-icon-align-right {
    flex-direction: row-reverse;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected.ps-icon-align-right .ps-search-icon-505e6e95 {
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ps-search-wrapper-505e6e95.ps-icon-style-outside-connected.ps-icon-align-right .ps-search-input-505e6e95 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ps-categories-505e6e95 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ps-cat-btn-505e6e95 {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: #fdfdfd;
    cursor: pointer;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
}

.ps-cat-btn-505e6e95.active, .ps-cat-btn-505e6e95:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.ps-grid-505e6e95 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.ps-card-505e6e95 {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ps-card-505e6e95:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
}

.ps-image-wrapper-505e6e95 {
    display: block;
    width: 100%;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.ps-image-wrapper-505e6e95 img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ps-image-wrapper-505e6e95 a {
    display: block;
    width: 100%;
    height: 100%;
}

.ps-content-505e6e95 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ps-badge-505e6e95 {
    align-self: flex-start;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #888;
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.ps-title-505e6e95 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.ps-desc-505e6e95 {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 15px;
    flex-grow: 1;
}

.ps-btn-505e6e95 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 8px 16px;
    background: #0073aa;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.ps-btn-505e6e95:hover {
    background: #005177;
    color: #fff;
}

.ps-btn-icon-505e6e95 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ps-btn-icon-505e6e95 svg,
.ps-btn-icon-505e6e95 i {
    width: 1em;
    height: 1em;
    font-size: 1em;
}

/* Fix icon disappearing & wrapper overrides */
.ps-search-icon-505e6e95 svg,
.ps-search-icon-505e6e95 i {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    font-size: 14px !important;
    color: inherit !important;
    vertical-align: middle !important;
}
