Casement Windows
Learn More
French Casements
Learn More
Flush Sash Windows
Learn More
Tilt & Turn Windows
Learn More
Sliding Sash Windows
Learn More
Aluminium Windows
Learn More
Integral Blinds
Learn More
Sealed Units
Learn More
Aluminium Doors
Learn More
UPVC Patio Sliders
Learn More
UPVC Panel Doors
Learn More
Composite Doors
Learn More
Stable Doors
Learn More
UPVC French Doors
Learn More
Roof Lanterns
Learn More
Bi-Folding Doors
Learn More
Sliding Doors
Learn More
Conservatory Roofs
Learn More
.tt-products-wrap{max-width:1170px;margin:0 auto;padding:0 15px;}
.tt-products-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}
.tt-product{
display:flex;
flex-direction:column;
align-items:center;
background:#f4f4f4;
padding:30px 20px;
text-decoration:none;
border-radius:4px;
transition:box-shadow .25s ease, transform .25s ease;
}
.tt-product:hover{
box-shadow:0 10px 25px rgba(0,0,0,.10);
transform:translateY(-4px);
}
.tt-product-img{
width:100%;
height:220px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:18px;
}
.tt-product-img img{
max-width:100%;
max-height:100%;
width:auto;
height:auto;
object-fit:contain;
}
.tt-product-title{
font-size:20px;
font-weight:600;
color:#333;
margin:0 0 6px;
text-align:center;
}
.tt-product-link{
font-size:14px;
color:#7ac142;
font-weight:500;
}
.tt-product:hover .tt-product-link{
text-decoration:underline;
}
@media (max-width:991px){
.tt-products-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:600px){
.tt-products-grid{grid-template-columns:1fr;}
}