.elementor-8637 .elementor-element.elementor-element-e7fb174 > .elementor-widget-container{margin:030px 0px 0px 0px;}.elementor-8637 .elementor-element.elementor-element-e7fb174{text-align:center;color:var( --e-global-color-el_color_1_2 );--textColor:var( --e-global-color-el_color_1_2 );}/* Start custom CSS for text-editor, class: .elementor-element-e7fb174 */.laser-nozzles-container {
    padding: 20px;
    font-family: Arial, sans-serif;
}

.laser-nozzles-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.laser-nozzles-header h1 {
  text-align: center;
}

.sort-by-container {
    display: flex;
    align-items: center;
}

.sort-by-container label {
    font-size: 14px;
    margin-right: 10px;
    color: #555;
}

.sort-by-container select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

/* --- Product Card Styling --- */
.product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.product-card img {
    margin-top: 3%;
    width: 60%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.product-info {
    padding: 15px;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}/* End custom CSS */