.elementor-5908 .elementor-element.elementor-element-d118f81{--display:flex;}.elementor-5908 .elementor-element.elementor-element-dc1e1bf{text-align:center;}.elementor-5908 .elementor-element.elementor-element-dc1e1bf .elementor-heading-title{font-family:"Tahoma", Sans-serif;font-size:39px;color:#F8B200;}.elementor-5908 .elementor-element.elementor-element-5950afc{--display:flex;--margin-top:-87px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5908 .elementor-element.elementor-element-045c69d{--display:flex;--min-height:0px;--margin-top:-97px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5908 .elementor-element.elementor-element-045c69d{--content-width:1564px;}}/* Start custom CSS for html, class: .elementor-element-34c39e6 */.smeaton-hardware-section{
  max-width:1200px;
  margin:50px auto;
  padding:10px;
}

.smeaton-title{
  font-size:24px;
  margin:25px 0 18px;
  padding-left:12px;
  border-left:5px solid #d4af37;
  color:#000;
}

.smeaton-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:15px;
  margin-bottom:30px;
}

.smeaton-box{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:12px;
  text-align:center;
  border:1px solid #d4af37;
  border-radius:10px;
  background:#fff;
  color:#000;
  font-weight:600;
  text-decoration:none;
  transition:all .2s ease;
}

.smeaton-box:hover{
  background:#d4af37;
  color:#000;
}

.smeaton-box.brand{
  cursor:default;
}

.smeaton-shop-btn-wrap{
  text-align:center;
  margin-top:25px;
}

.smeaton-shop-btn{
  display:inline-block;
  padding:14px 35px;
  background:#d4af37;
  color:#000;
  font-weight:700;
  border-radius:30px;
  text-decoration:none;
  transition:all .2s ease;
}

.smeaton-shop-btn:hover{
  background:#000;
  color:#fff;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-045c69d *//* ===== Smeaton Hardware & Plans product grid fix ===== */

/* 4 products per row on desktop */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

/* Product card */
.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    transition: all 0.2s ease;
}

.woocommerce ul.products li.product:hover{
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

/* Make images same height */
.woocommerce ul.products li.product a img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* Product title */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 15px;
    color: #000;
    min-height: 40px;
}

/* Price color (gold / your brand style) */
.woocommerce ul.products li.product .price{
    color: #d4af37;
    font-weight: 600;
}

/* Button style */
.woocommerce ul.products li.product .button{
    background: #000;
    color: #fff;
    border-radius: 6px;
    padding: 8px 14px;
}

.woocommerce ul.products li.product .button:hover{
    background: #d4af37;
    color: #000;
}

/* Tablet */
@media (max-width: 1024px){
    .woocommerce ul.products{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 520px){
    .woocommerce ul.products{
        grid-template-columns: repeat(1, 1fr);
    }
}/* End custom CSS */