.woocommerce.archive .header-filter {
    background: url(https://castle-print.co.uk/wp-content/uploads/2023/03/Shop-Background.jpg) !important;
    background-size: cover !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.woocommerce-cart-form__cart-item.cart_item .product-name dl{
	display: flex;
	flex-direction: column;
}

.woocommerce table.shop_table th{
	color: #949494;
}

.shop_table.woocommerce-checkout-review-order-table .variation{
	display: flex;
	flex-direction: column;
}
.realfactory-body a:hover{
	color: #949494;
}

.wphp-size-sec a.wphp-size.selected{
	border: 4px solid #0e7d77;
}

#wphp-scrollend-size {
  display: none;
}

.gdlr-core-product-thumbnail {
    cursor: pointer;
}
.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info > a {
  width: 100%;
}
.product_type_helloprint_product.add_to_cart_button.gdlr-core-product-add-to-cart {
  display: none;
}
/* DO DELETE AFTER RELEASE */
/* .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-6414.realfactory-normal-menu{
	display: none;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-6419{
	display: none;
}

.gdlr-core-pbf-column-content-margin.gdlr-core-js.prod-container-dev{
	display: none;
	
} */
.wphp-showmore {
    background-color: #0e7c7b; /* Teal background */
    color: #ffffff; /* White text */
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
}

.wphp-showmore:hover {
    background-color: #0c6a69; /* Slightly darker on hover */
}
.homepage-products {
    text-align: center;
    padding: 50px 20px;
    background-color: #f8f8f8;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.product-card {
    background: white;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.product-card img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.product-card h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.product-card p {
    font-size: 14px;
    color: #666;
}

.cta-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #0e7c7b;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background-color: #0c6a69;
}

@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.container {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.btn-primary {
    background: #0e7c7b;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn-primary:hover {
    background: #0c6a69;
}
body {
  font-family: Arial, sans-serif;
  margin: 0; padding: 0;
  background: #f5f5f5;
  color: #333;
}
.hero {
  background: url('../images/vehicle-hero.jpg') no-repeat center center/cover;
  color: white; text-align: center;
  padding: 100px 20px;
}
.btn-primary, .btn-secondary {
  background: #007bff; color: white;
  border: none; padding: 10px 20px;
  cursor: pointer; margin-top: 10px;
}
.btn-secondary {
  background: #6c757d;
}
.kit-grid {
  display: flex; gap: 20px;
  flex-wrap: wrap; justify-content: center;
  padding: 20px;
}
.kit-card {
  background: white; padding: 20px;
  border-radius: 8px; width: 300px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.benefits ul {
  list-style: none; padding: 0;
  max-width: 600px; margin: auto;
}
.benefits li {
  padding: 10px 0;
}
.faq-item {
  max-width: 600px; margin: 20px auto;
}
.contact form {
  max-width: 600px; margin: auto;
  display: flex; flex-direction: column;
}
input, textarea {
  margin-bottom: 10px; padding: 10px;
  border: 1px solid #ccc; border-radius: 4px;
}
footer {
  text-align: center; padding: 0px;
  background: #333; color: white;
}

