/* Tabs navigation */
#wcw-category-tabs {
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

#wcw-category-tabs .wcw-tabs-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  justify-content: center;
}

#wcw-category-tabs .wcw-tabs-nav a {
    padding: 10px 15px;
    background: #FFA11E;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: background 0.2s;
    display: inline-block;
    border-radius: 50px;
    padding: 12px 40px;
}

#wcw-category-tabs .wcw-tabs-nav a.active,
#wcw-category-tabs .wcw-tabs-nav a:hover {
  background: #01162E;
  color: #fff;
}

/* Products grid */
.wcw-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.wcw-product {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.wcw-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.wcw-product h4 {
  margin: 10px 0 5px;
  font-size: 16px;
  font-weight: bold;
}

.wcw-product p {
  margin: 3px 0;
  font-size: 14px;
  color: #555;
}

/* Quantity controls */
.wcw-qty-control {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  gap: 5px;
}

.wcw-qty-control button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  border-radius: 5px;
  transition: background 0.2s;
}

.wcw-qty-control button:hover {
  background: #0073aa;
  color: #fff;
}

.wcw-qty-control input.wcw-qty {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}

/* Add to Basket button */
.wcw-add-to-cart {
    display: inline-block;
    padding: 8px 15px;
    background: #3BBA96;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 50px;
}

.wcw-add-to-cart:hover {
  background: #005f87;
}

/* Mini basket modal */
#wcw-basket-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.wcw-basket-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 500px;
  width: 100%;
}

.wcw-basket-content h3 {
  margin-top: 0;
}

/* Service prices */
#wcw-service-options {
  margin-top: 15px;
}

#wcw-service-options .wcw-service {
  padding: 8px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 8px;
}
.wcw-meta {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wcw-basket-qty-minus,
.wcw-basket-qty-plus {
  background: #eee;
  border: 1px solid #ccc;
  padding: 2px 8px;
  cursor: pointer;
}

.wcw-basket-qty {
  width: 40px;
  text-align: center;
}

#wcw-basket-modal input.wcw-basket-qty {
    width: 20%;
}
#wcw-basket-modal li {
    list-style: none;
}
div#wcw-basket-items ul {
    padding: 0;
}

#wcw-basket-modal input.wcw-basket-qty {
    padding: 2px 8px;
}

#wcw-basket-items span.wcw-title {
    margin-bottom: 20px;
    display: block;
}

#wcw-basket-items .wcw-meta {
    margin-bottom: 20px;
}
#wcw-tab-home button.wcw-qty-minus svg, #wcw-tab-home button.wcw-qty-plus svg{
    font-size: 10px;
    line-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wcw-tab-home button.wcw-qty-minus, #wcw-tab-home button.wcw-qty-plus, #wcw-basket-items button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    border-radius: 50%;
    line-height: 0;
    font-family: 'museo sans';
    border: none;
    background: #FFBF0D;
    color: #fff;
    height: 28px;
    width: 28px;
    padding: initial !important;
}
#wcw-basket-items svg {
    font-size:10px;
    line-height: 10px;
}
.wcw-qty-control input.wcw-qty{
    font-size: 14px;
    line-height: 24px;
}
button#wcw-get-price {
    background: #FFA11E;
    border: 2px solid #FFA11E;
    border-radius: 50px;
    color: #fff;
    padding: 8px 40px;
}

button#wcw-close-basket {
    border-radius: 50px;
    color: #fff;
    padding: 8px 40px;
    background: #01162E;
    border: 2px solid #01162E;
}

button#wcw-close-basket:hover {
    background: #FFA11E;
    border-color: #FFA11E;
}

button#wcw-get-price:hover {
    background: #01162E;
    border-color: #01162E;
}

div#wcw-service-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
#wcw-postcode-form .wcw-product img {
    height: 200px;
    object-fit: contain;
    width: 100%;
}
input#wcw-postcode {
    width: 89%;
}