* {
  box-sizing: border-box;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}




html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  color: #4c4e52;
  background-color: #FFFFFF;
  margin: 0;
  /*padding-bottom: 100px;  Same height as footer + padding */
}

h1, h2, h3, h4, h5 {
  color: #394352;
}

.content-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.content-wrapper.error {
  padding: 40px 0;
}

header {
  position: relative;
  border-bottom: 1px solid #edeff3;
}
header .content-wrapper {
  display: flex;
  position: relative;
}
header h1, header img {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 24px 0;
}
header nav {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
}
header nav a {
  white-space: nowrap;
  text-decoration: none;
  color: #656c77;
  border-radius: 25px;
  padding: 10px 18px;
  margin: 0 10px;
}
header nav a:hover {
  background-color: #f7f7f7;
  color: #42464e;
}
header .link-icons {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
header .link-icons .search .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 50%;
  cursor: pointer;
}
header .link-icons .search .icon svg {
  fill: #455163;
}
header .link-icons .search .icon:hover {
  background-color: #f7f7f7;
}
header .link-icons .search input {
  display: none;
  border: 0;
  border-bottom: 1px solid #dddfe2;
  padding: 10px 0;
  max-width: 200px;
  outline: none;
  margin-right: 10px;
}
header .link-icons .search input::placeholder {
  color: #b0b3b8;
}
header .link-icons .responsive-toggle {
  display: none;
  justify-content: center;
  align-items: center;
}
header .link-icons a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #394352;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 5px;
}
header .link-icons a:hover {
  background-color: #f2f2f2;
}
header .link-icons a svg {
  fill: #455163;
}
header .link-icons a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #63748e;
  background-color: #f0a65d;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  width: 17px;
  height: 17px;
  font-weight: 500;
  position: absolute;
  top: 2px;
  right: 2px;
}

main .page-title {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0 50px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
}
/* Featured Card Section */
main .featured-card {
  padding: 30px 0;
  background: #f8f9fa;
}

main .featured-card .featured-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
  min-height: 280px;
  position: relative;
}

main .featured-card .featured-overlay {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

main .featured-card .featured-text {
  text-align: center;
  padding: 40px;
  z-index: 1;
}

main .featured-card .featured-text h2 {
  margin: 0 0 20px 0;
  font-family: Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

main .featured-card .featured-text p {
  margin: 0;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Brand Header Card Specific Styles */
main .brand-header-card {
  padding: 20px 0;
}

main .brand-header-card .featured-content {
  min-height: 220px;
}

main .brand-header-card .featured-text h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

main .brand-header-card .featured-text p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

/* Products Header Card Specific Styles */
main .products-header-card {
  padding: 20px 0;
}

main .products-header-card .featured-content {
  min-height: 200px;
}

main .products-header-card .featured-text h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

main .products-header-card .featured-text p {
  font-size: 16px;
}
main .recentlyadded h2 {
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #edeff3;
}
main .recentlyadded .products, main .products .products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  padding: 40px 0 0 0;
  width: 100%;
}

/* Extra large screens */
@media (min-width: 1400px) {
  main .recentlyadded .products, main .products .products-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

/* Large screens - 4 columns */
@media (min-width: 1200px) and (max-width: 1399px) {
  main .recentlyadded .products, main .products .products-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}

/* Medium large screens - 3 columns */
@media (min-width: 992px) and (max-width: 1199px) {
  main .recentlyadded .products, main .products .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  
  main .recentlyadded .products .product .img, main .products .products-wrapper .product .img {
    height: 240px;
  }
  
  /* Reduce filter sidebar for more product space */
  main > .products .products-form .products-filters {
    width: 220px;
  }
  
  main > .products .products-form .products-view {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}

/* Medium screens - 2 columns */
@media (min-width: 768px) and (max-width: 991px) {
  main .recentlyadded .products, main .products .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  main .recentlyadded .products .product .img, main .products .products-wrapper .product .img {
    height: 220px;
  }
  
  /* Medium screen price alignment */
  main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 8px;
    min-height: 22px;
  }
  
  main .recentlyadded .products .product .current-price, main .products .products-wrapper .product .current-price {
    font-size: 16px;
    line-height: 1;
  }
  
  main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
    font-size: 14px;
    line-height: 1;
  }
  
  /* Smaller filter sidebar for better 2-column layout */
  main > .products .products-form .products-filters {
    width: 200px;
  }
  
  main > .products .products-form .products-view {
    margin-left: 200px;
    width: calc(100% - 200px);
  }
}

/* Small screens - 2 columns */
@media (min-width: 576px) and (max-width: 767px) {
  main .recentlyadded .products, main .products .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  
  main .recentlyadded .products .product .img, main .products .products-wrapper .product .img {
    height: 200px;
  }
  
  main .recentlyadded .products .product, main .products .products-wrapper .product {
    padding: 16px;
  }
  
  /* Small tablet price alignment consistency */
  main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  
  main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 8px;
    min-height: 22px;
  }
  
  main .recentlyadded .products .product .current-price, main .products .products-wrapper .product .current-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  
  main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
    font-size: 13px;
    line-height: 1;
  }
  
  /* Hide filter sidebar on small screens for full width products */
  main > .products .products-form .products-filters {
    position: absolute;
    left: -100%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    transition: left 0.3s ease;
  }
  
  main > .products .products-form .products-filters.show {
    left: 0;
  }
  
  main > .products .products-form .products-view {
    margin-left: 0 !important;
    width: 100% !important;
  }
}

/* Mobile - 1 column */
@media (max-width: 575px) {
  main .recentlyadded .products, main .products .products-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  /* Mobile product styling improvements */
  main .recentlyadded .products .product, main .products .products-wrapper .product {
    padding: 18px;
    margin: 0;
  }
  
  main .recentlyadded .products .product .img, main .products .products-wrapper .product .img {
    height: 180px;
    margin-bottom: 12px;
  }
  
  /* Mobile price alignment and consistency */
  main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  
  main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
    min-height: 24px;
  }
  
  main .recentlyadded .products .product .current-price, main .products .products-wrapper .product .current-price {
    font-size: 17px;
    font-weight: 600;
    color: #2c5aa0;
    line-height: 1;
  }
  
  main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
    font-size: 14px;
    color: #bcc0c7;
    text-decoration: line-through;
    font-weight: 400;
    line-height: 1;
  }
}

/* Large desktop screens - ensure 4 columns with optimal spacing */
@media (min-width: 1200px) {
  main > .products .products-form .products-view {
    margin-left: 280px;
    width: calc(100% - 280px);
  }
  
  /* Reduce filter width on large screens for more product space */
  main > .products .products-form .products-filters {
    width: 280px;
  }
  
  main .recentlyadded .products, main .products .products-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  
  /* Larger products specifically for products page */
  main .products .products-wrapper .product {
    width: 100%;
    max-width: none;
  }
  
  main .recentlyadded .products .product .img, main .products .products-wrapper .product .img {
    height: 280px;
  }
}

/* Extra large screens - give even more space to products */
@media (min-width: 1400px) {
  main > .products .products-form .products-view {
    margin-left: 260px;
    width: calc(100% - 260px);
  }
  
  main > .products .products-form .products-filters {
    width: 260px;
  }
  
  main .products .products-wrapper {
    gap: 30px;
  }
  
  main .products .products-wrapper .product .img {
    height: 320px;
  }
}

/* Specific products page overrides - target only products page, not home */
@media (min-width: 992px) {
  /* Ensure products use grid properly */
  main > .products .products-wrapper .product {
    width: 100%;
    min-width: 0;
  }
}

/* Products page specific - force better 4-column layout */
@media (min-width: 1200px) {
  main > .products .products-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
  }
  
  main > .products .products-wrapper .product {
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
  }
  
  main > .products .products-wrapper .product .img {
    height: 300px !important;
  }
}
main .recentlyadded .products .product, main .products .products-wrapper .product {
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: white;
  border: 1px solid #f0f0f0;
}
main .recentlyadded .products .product:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-color: #e0e0e0;
}
main .recentlyadded .products .product .product-info, main .products .products-wrapper .product .product-info {
  display: block;
  padding-top: 10px;
}
main .recentlyadded .products .product .img, main .products .products-wrapper .product .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8f9fa;
}
main .recentlyadded .products .product .img img, main .products .products-wrapper .product .img img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.3s ease;
}

@media (min-width: 1400px) {
  main .recentlyadded .products .product .img, main .products .products-wrapper .product .img {
    height: 280px;
  }
}
main .recentlyadded .products .product .img.small, main .products .products-wrapper .product .img.small {
  height: 220px;
}
main .recentlyadded .products .product .name, main .products .products-wrapper .product .name {
  display: block;
  color: #2c3e50;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
  padding: 0;
}
main .recentlyadded .products .product .price, main .products .products-wrapper .product .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 8px;
  min-height: 24px;
  flex-wrap: nowrap;
}
main .recentlyadded .products .product .current-price, main .products .products-wrapper .product .current-price {
  color: #2c5aa0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
main .recentlyadded .products .product .rrp, main .products .products-wrapper .product .rrp {
  color: #bcc0c7;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
main .recentlyadded .products .product:hover img, main .products .products-wrapper .product:hover img {
  transform: scale(1.05);
  transition: transform 1s;
}
main .recentlyadded .products .product:hover .name, main .products .products-wrapper .product:hover .name {
  text-decoration: underline;
}
main .recentlyadded .products .product.no-stock, main .products .products-wrapper .product.no-stock {
  opacity: 0.5;
}
main .products .products-wrapper .product {
  width: 100%;
}
main > .product {
  display: flex;
  padding: 40px 0;
}
main > .product h1 {
  font-size: 34px;
  font-weight: normal;
  margin: 0;
  padding: 20px 0 10px 0;
}
main > .product .product-img-large {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}
main > .product .product-small-imgs {
  display: flex;
  flex-flow: wrap;
}
main > .product .product-small-imgs .product-img-small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 31%;
  border: 1px solid #edeff3;
  cursor: pointer;
  margin: 20px 12px 0 0;
}
main > .product .product-small-imgs .product-img-small:nth-child(3n) {
  margin-right: 0;
}
main > .product .product-small-imgs .product-img-small.selected {
  border: 1px solid #c9cbcf;
}
main > .product .product-img-large img, main > .product .product-img-small img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
main > .product .product-imgs {
  flex: 1;
  padding: 15px;
}
main > .product .product-wrapper {
  padding-left: 45px;
  flex: 1;
}
main > .product .prices {
  display: flex;
}
main > .product .price {
  display: block;
  font-size: 22px;
  color: #969aa1;
}
main > .product .sub-period-type {
  display: block;
  font-size: 16px;
  color: #969aa1;
}
main > .product .rrp {
  color: #bcc0c7;
  text-decoration: line-through;
  font-size: 22px;
  padding-left: 10px;
}
main > .product .product-form {
  display: flex;
  flex-flow: column;
  max-width: 420px;
  width: 100%;
  margin: 25px 0 40px 0;
}
main > .product .product-form .add-to-wishlist, main > .product .product-form .added-to-wishlist {
  display: inline-flex;
  align-items: center;
  padding: 20px 0 10px 0;
  text-decoration: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #4c4e52;
}
main > .product .product-form .add-to-wishlist svg, main > .product .product-form .added-to-wishlist svg {
  fill: #4c4e52;
  margin-right: 5px;
}
main > .product .product-form .add-to-wishlist:hover, main > .product .product-form .added-to-wishlist:hover {
  color: #65676c;
}
main > .product .product-form .added-to-wishlist {
  color: #dd3030;
}
main > .product .product-form .added-to-wishlist svg {
  fill: #dd3030;
}
main > .product .product-form .added-to-wishlist:hover {
  color: #d12222;
}
main > .product .product-form .btn {
  margin-top: 10px;
  width: 100%;
}
main > .product .product-form > label:first-child {
  padding-top: 0;
}
main .product-details {
  padding: 0 15px;
}
main .product-details .description-title {
  border-bottom: 1px solid #edeff3;
}
main .product-details .description-title h2 {
  display: inline-flex;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0 20px 0;
  margin: 0;
  border-bottom: 2px solid #5f6061;
}
main .product-details .description-content {
  padding: 15px 0 40px 0;
}
main .product-details .description-content p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
}
main .product-details .description-content h3 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  margin: 0;
}
main .product-details .description-content ul {
  margin-top: 5px;
}
main .product-details .description-content ul li {
  padding: 5px 0;
}

/* Ensure related-products use the same price styles as product listings */
.related-products .product .price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 8px;
  min-height: 24px;
}
.related-products .product .current-price {
  color: #2c5aa0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
.related-products .product .rrp {
  color: #bcc0c7;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
/* Add extra spacing above the related products block to separate from description */
.related-products {
  margin-top: 40px;
}
main > .products .products-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

main > .products .products-header .products-header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

main > .products .products-header .filters-toggle-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  color: #495057;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}

main > .products .products-header .filters-toggle-btn:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #212529;
}

main > .products .products-header .filters-toggle-btn svg {
  fill: currentColor;
  flex-shrink: 0;
}

main > .products .products-header .filters-toggle-btn .filters-arrow {
  transition: transform 0.2s ease;
}

main > .products .products-header .filters-toggle-btn.active .filters-arrow {
  transform: rotate(180deg);
}

main > .products .products-header p {
  font-size: 14px;
  font-weight: 500;
  color: #969aa1;
  margin: 0;
}
main > .products .products-form {
  display: flex;
  position: relative;
}

main > .products .products-form .products-filters {
  width: 300px;
  padding: 10px 20px 25px 0;
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
  border-right: 1px solid #edeff3;
}

main > .products .products-form .products-view {
  flex: 1;
  transition: margin-left 0.3s ease;
  margin-left: 300px;
  width: calc(100% - 300px);
  max-width: none;
}

main > .products .products-form .products-view.filters-hidden {
  margin-left: 0;
  width: 100%;
}
main > .products .products-form .products-filters .products-filter {
  border-top: 1px solid #edeff3;
  padding-top: 10px;
  padding-bottom: 15px;
}
main > .products .products-form .products-filters .products-filter:first-child {
  border-top: 0;
  padding-top: 0;
}
main > .products .products-form .products-filters .products-filter .filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 0 7px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
main > .products .products-form .products-filters .products-filter .filter-title::after {
  content: "";
  background: url('data:image/svg+xml,<svg width="16" height="16" fill="%23b1b4bb" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
  transform: rotate(180deg);
}
main > .products .products-form .products-filters .products-filter .filter-title:hover::after {
  background: url('data:image/svg+xml,<svg width="16" height="16" fill="%237e8186" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
}
main > .products .products-form .products-filters .products-filter label {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  user-select: none;
}
main > .products .products-form .products-filters .products-filter label input {
  margin-right: 10px;
}
main > .products .products-form .products-filters .products-filter label input[type=checkbox] {
  opacity: 0.5;
}
main > .products .products-form .products-filters .products-filter label input[type=checkbox]:checked {
  opacity: 1;
}
main > .products .products-form .products-filters .products-filter label.hidden {
  display: none;
}
main > .products .products-form .products-filters .products-filter .price-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0 0;
}
main > .products .products-form .products-filters .products-filter .price-range input {
  font-size: 14px;
  width: 90px;
  padding: 5px;
}
main > .products .products-form .products-filters .products-filter .show-more {
  display: block;
  text-decoration: none;
  color: #969aa1;
  font-size: 14px;
  padding: 10px 0 0 0;
}
main > .products .products-form .products-filters .products-filter .show-more:hover {
  text-decoration: underline;
}
main > .products .products-form .products-filters .products-filter.closed .filter-title {
  margin: 0;
}
main > .products .products-form .products-filters .products-filter.closed .filter-title::after {
  transform: rotate(0deg);
}
main > .products .products-form .products-filters .products-filter.closed .filter-options {
  display: none;
}
main > .products .products-form .products-view {
  flex: 1;
}
main > .products .buttons {
  text-align: right;
  padding-bottom: 40px;
}
main > .products .buttons a:first-child {
  margin-right: 5px;
}
main .cart table, main .myaccount table {
  width: 100%;
}
main .cart table thead td, main .myaccount table thead td {
  padding: 30px 0;
  border-bottom: 1px solid #edeff3;
  font-weight: 500;
  font-size: 14px;
  color: #898d95;
}
main .cart table thead td:last-child, main .myaccount table thead td:last-child {
  text-align: right;
}
main .cart table tbody td, main .myaccount table tbody td {
  padding: 20px 0;
  border-bottom: 1px solid #edeff3;
}
main .cart table tbody td:last-child, main .myaccount table tbody td:last-child {
  text-align: right;
}
main .cart table tbody td.no-results, main .myaccount table tbody td.no-results {
  text-align: center;
  color: #969aa1;
}
main .cart table .img, main .myaccount table .img {
  width: 80px;
}
main .cart table .remove, main .myaccount table .remove {
  color: #db0b0b;
  font-size: 12px;
  padding-top: 3px;
}
main .cart table .remove:hover, main .myaccount table .remove:hover {
  text-decoration: underline;
}
main .cart table .price, main .cart table .options, main .myaccount table .price, main .myaccount table .options {
  color: #969aa1;
}
main .cart table .options, main .myaccount table .options {
  font-size: 14px;
  max-width: 200px;
}
main .cart table a, main .myaccount table a {
  text-decoration: none;
  color: #4c4e52;
}
main .cart table input[type=number], main .myaccount table input[type=number] {
  width: 68px;
}
main .cart .total, main .myaccount .total {
  text-align: right;
  padding: 30px 0 40px 0;
}
main .cart .total .text, main .myaccount .total .text {
  padding-right: 40px;
  font-size: 18px;
}
main .cart .total .price, main .myaccount .total .price {
  font-size: 18px;
  color: #969aa1;
}
main .cart .total .note, main .myaccount .total .note {
  display: block;
  padding-top: 15px;
  color: #969aa1;
}
main .cart .buttons, main .myaccount .buttons {
  text-align: right;
  padding-bottom: 40px;
}
main .cart .buttons .btn, main .myaccount .buttons .btn {
  margin: 0 0 10px 7px;
}
main .placeorder p {
  text-align: center;
}
main .checkout .container {
  display: flex;
  align-items: flex-start;
}
main .checkout .shipping-details {
  margin-right: 35px;
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 40px;
}
main .checkout .shipping-details h2 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 30px 0 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #edeff3;
}
main .checkout .shipping-details h2:first-child {
  padding: 20px 0 20px 0;
}
main .checkout .payment-methods {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
}
main .checkout .payment-methods label {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #edeff3;
  border-radius: 5px;
  height: 60px;
  width: 159px;
  margin: 10px;
  font-weight: 500;
  color: #434f61;
  padding: 0;
  cursor: pointer;
}
main .checkout .payment-methods label .stripe-icon {
  fill: #6671E4;
}
main .checkout .payment-methods label:nth-child(2), main .checkout .payment-methods label:nth-child(8) {
  margin-left: 0;
}
main .checkout .payment-methods label:nth-child(3n) {
  margin-right: 0;
}
main .checkout .payment-methods label:hover {
  border: 1px solid #ced4df;
}
main .checkout .payment-methods input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
main .checkout .payment-methods input:checked + label {
  border: 2px solid #7ed1a1;
}
main .checkout .cart-details {
  width: 90%;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.1);
  border-radius: 4px;
  margin-left: 35px;
  margin-bottom: 50px;
}
main .checkout .cart-details h2 {
  margin: 0;
  padding: 23px 15px;
  font-weight: 500;
  border-bottom: 1px solid #edeff3;
}
main .checkout .cart-details table {
  width: 100%;
  padding: 20px;
}
main .checkout .cart-details table .price {
  text-align: right;
  font-weight: 500;
}
main .checkout .cart-details table td {
  padding: 5px;
}
main .checkout .cart-details .discount-code {
  padding: 0 23px 23px 23px;
}
main .checkout .cart-details .discount-code .result {
  display: block;
  padding-top: 10px;
}
main .checkout .cart-details .shipping-methods {
  border-top: 1px solid #edeff3;
  padding: 23px;
}
main .checkout .cart-details .shipping-methods h3 {
  margin: 0;
  padding: 0 0 10px;
  font-weight: 500;
}
main .checkout .cart-details .shipping-methods .shipping-method {
  padding-top: 10px;
  margin: 0;
}
main .checkout .cart-details .total {
  border-top: 1px solid #edeff3;
  display: flex;
  justify-content: space-between;
  padding: 23px;
  font-size: 18px;
  font-weight: 500;
}
main .checkout .cart-details .alt {
  font-size: 14px;
  color: #a6aab1;
  padding-left: 5px;
}
main .checkout .cart-details .summary {
  border-top: 1px solid #edeff3;
  padding: 23px 0;
}
main .checkout .cart-details .summary div {
  display: flex;
  justify-content: space-between;
  padding: 10px 23px;
}
main .checkout .cart-details .summary div span {
  font-size: 14px;
  font-weight: 500;
}
main .checkout .cart-details .summary .discount span {
  color: #de0000;
}
main .checkout .cart-details .buttons {
  margin: 0 23px 23px 23px;
}
main .checkout .cart-details .buttons .btn {
  width: 100%;
}
main .checkout .cart-details .error {
  display: flex;
  align-items: center;
  margin: 0 23px 23px;
  padding: 8px;
  font-size: 12px;
  background-color: #f8d7da;
  border-radius: 4px;
}
main .checkout .cart-details .error svg {
  fill: #cf1818;
  margin: 0 8px 0 2px;
}
/* Responsive checkout layout: stack columns on small screens */
@media (max-width: 768px) {
  main .checkout .container {
    flex-direction: column;
    align-items: stretch;
  }
  main .checkout .shipping-details,
  main .checkout .cart-details {
    width: 100%;
    max-width: none;
    margin: 0 0 20px 0;
  }
  main .checkout .shipping-details {
    margin-right: 0;
    padding-bottom: 20px;
  }
  main .checkout .cart-details {
    margin-left: 0;
  }
  /* Make payment method tiles wrap nicer on small screens */
  main .checkout .payment-methods label {
    width: calc(50% - 20px);
    margin: 8px 6px;
    height: 56px;
  }
}
@media (max-width: 420px) {
  main .checkout .payment-methods label {
    width: 100%;
    margin: 6px 0;
  }
}
/* High-specificity fallback for older browsers or CSS cascade issues */
@media (max-width: 768px) {
  body main.checkout main .checkout .container,
  body main .checkout .container {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    align-items: stretch !important;
  }
  main .checkout .shipping-details,
  main .checkout .cart-details {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  main .checkout .cart-details {
    box-shadow: none;
    margin-bottom: 20px !important;
  }
}
main .myaccount {
  display: flex;
  flex-flow: wrap;
}
main .myaccount .menu {
  padding-right: 35px;
  width: 300px;
}
main .myaccount .menu a {
  display: block;
  text-decoration: none;
  color: #7d8087;
  padding: 15px 0;
  border-bottom: 1px solid #f6f7f9;
}
main .myaccount .menu a:hover {
  color: #333538;
}
main .myaccount .myorders, main .myaccount .mydownloads, main .myaccount .settings, main .myaccount .wishlist {
  flex: 1;
  padding-bottom: 50px;
}
main .myaccount .myorders form {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
}
main .myaccount .myorders .order {
  border-radius: 4px;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.1);
  margin: 30px 0 30px 0;
}
main .myaccount .myorders .order .order-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6f7f9;
}
main .myaccount .myorders .order .order-header > div {
  display: flex;
  padding: 20px;
}
main .myaccount .myorders .order .order-header > div div {
  padding-right: 35px;
  font-size: 14px;
  font-weight: 400;
  color: #898d95;
}
main .myaccount .myorders .order .order-header > div div:last-child {
  padding-right: 0;
}
main .myaccount .myorders .order .order-header > div div span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 3px;
}
main .myaccount .myorders .order .order-header > div:last-child div:last-child {
  text-align: right;
}
main .myaccount .myorders .order .order-items {
  padding: 0 15px;
}
main .myaccount .myorders .order .order-items table {
  margin: 0;
  padding: 0;
}
main .myaccount .settings form {
  max-width: 400px;
}
main .myaccount .settings form .btn {
  margin-top: 25px;
}
main .myaccount h2 {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  padding: 15px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #edeff3;
}
main .myaccount table {
  padding-bottom: 40px;
}
main .myaccount table tr:last-child td {
  border-bottom: 0;
}
main .myaccount table a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #edeff3;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #de0000;
  margin: 0 5px 5px 0;
}
main .myaccount table a:hover {
  color: #ab0000;
}
main .myaccount table a .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding-right: 10px;
  margin-right: 10px;
  height: 100%;
  border-right: 1px solid #edeff3;
}
main .myaccount table a .icon svg {
  fill: #de0000;
}
main .myaccount table .name {
  word-break: break-all;
}
main .myaccount .login-register {
  display: flex;
  width: 80%;
  margin: 40px auto 0 auto;
  justify-content: space-between;
  margin-top: 40px;
}
main .myaccount .login-register h1 {
  text-align: left;
  padding-top: 15px;
}
main .myaccount .login-register .login {
  flex: 1;
  border-right: 1px solid #f6f7f9;
  padding-right: 55px;
}
main .myaccount .login-register .register {
  flex: 1;
  padding-left: 55px;
}
main .myaccount .login-register .btn {
  margin-top: 25px;
}
main .forgot-password {
  max-width: 400px;
}
main .forgot-password .btn {
  margin-top: 25px;
}
main p.error {
  color: #cf1818;
  font-weight: 500;
  font-size: 14px;
}
main p.error .form-link {
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  color: #74160b;
}
main p.error .form-link:hover {
  color: #450d07;
}
main p.success {
  color: #0da74d;
  font-weight: 500;
  font-size: 14px;
}
main p.success .form-link {
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  color: #0b6430;
}
main p.success .form-link:hover {
  color: #06361a;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.img-modal div {
  position: absolute;
  display: flex;
  flex-flow: column;
  width: 800px;
  height: 800px;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  padding: 15px;
}
.img-modal div a {
  display: inline-flex;
  align-self: flex-end;
  text-decoration: none;
  font-size: 34px;
  line-height: 26px;
  color: #b2b4b8;
}
.img-modal div a:hover {
  color: #989a9f;
}
.img-modal div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding-top: 20px;
  padding-bottom: 25px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #3c414e;
  border: 0;
  color: #FFFFFF;
  padding: 0 16px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.15);
  cursor: pointer;
}
.btn.paypal {
  background-color: #287ddf;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.12);
}
.btn.stripe {
  background-color: #6772e5;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.12);
}
.btn:hover {
  background-color: #353a45;
}
.btn:hover.paypal {
  background-color: #2075d8;
}
.btn:hover.stripe {
  background-color: #5a66e3;
}
.btn:disabled {
  background: #c6c7c9;
  box-shadow: 0px 0px 6px 1px rgba(45, 54, 68, 0.05);
}

.link {
  font-weight: 500;
  text-decoration: none;
  color: #007bff;
  font-size: inherit;
}
.link:hover {
  text-decoration: underline;
}

.form .form-group {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.form .form-group .col {
  width: 100%;
}
.form .form-select {
  display: inline-flex;
  align-items: center;
  padding: 2px 0 2px 10px;
  border: 1px solid #dddfe2;
  border-radius: 5px;
  color: #878b91;
  font-size: 14px;
  overflow: hidden;
}
.form .form-select select {
  padding: 5px 5px 5px 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  color: #878b91;
  outline: none;
}
.form .form-select select option {
  color: #696c71;
}
.form .form-label {
  display: block;
  padding: 14px 0 10px 0;
}
.form .form-label-2 {
  display: block;
  padding: 14px 0 0 0;
}
.form .form-label-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 10px 0;
}
.form .form-input {
  padding: 8px 10px;
  border: 1px solid #dddfe2;
  border-radius: 4px;
}
.form .form-input::placeholder {
  color: #b0b3b8;
}
.form .form-input.expand {
  width: 100%;
}
.form .form-radio-checkbox {
  display: flex;
  flex-flow: wrap;
}
.form .form-radio-checkbox input {
  margin: 0 8px 0 0;
}
.form .form-radio-checkbox label {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px 0 0;
}
.form .form-link {
  color: #2a77eb;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}
.form .form-link:hover {
  color: #135ac5;
}

footer {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #edeff3;
  padding: 20px 0;
  width: 100%;
}
footer a {
  text-decoration: none;
  color: #4c4e52;
}
footer a:hover {
  text-decoration: underline;
}

.pad-1 {
  padding: 5px;
}

.mar-1 {
  margin: 5px;
}

.pad-2 {
  padding: 10px;
}

.mar-2 {
  margin: 10px;
}

.pad-3 {
  padding: 15px;
}

.mar-3 {
  margin: 15px;
}

.pad-4 {
  padding: 20px;
}

.mar-4 {
  margin: 20px;
}

.pad-5 {
  padding: 25px;
}

.mar-5 {
  margin: 25px;
}

.pad-bot-1 {
  padding-bottom: 5px;
}

.pad-top-1 {
  padding-top: 5px;
}

.pad-left-1 {
  padding-left: 5px;
}

.pad-right-1 {
  padding-right: 5px;
}

.pad-x-1 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-y-1 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mar-bot-1 {
  margin-bottom: 5px;
}

.mar-top-1 {
  margin-top: 5px;
}

.mar-left-1 {
  margin-left: 5px;
}

.mar-right-1 {
  margin-right: 5px;
}

.mar-x-1 {
  margin-left: 5px;
  margin-right: 5px;
}

.mar-y-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pad-bot-2 {
  padding-bottom: 10px;
}

.pad-top-2 {
  padding-top: 10px;
}

.pad-left-2 {
  padding-left: 10px;
}

.pad-right-2 {
  padding-right: 10px;
}

.pad-x-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad-y-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mar-bot-2 {
  margin-bottom: 10px;
}

.mar-top-2 {
  margin-top: 10px;
}

.mar-left-2 {
  margin-left: 10px;
}

.mar-right-2 {
  margin-right: 10px;
}

.mar-x-2 {
  margin-left: 10px;
  margin-right: 10px;
}

.mar-y-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pad-bot-3 {
  padding-bottom: 15px;
}

.pad-top-3 {
  padding-top: 15px;
}

.pad-left-3 {
  padding-left: 15px;
}

.pad-right-3 {
  padding-right: 15px;
}

.pad-x-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.pad-y-3 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mar-bot-3 {
  margin-bottom: 15px;
}

.mar-top-3 {
  margin-top: 15px;
}

.mar-left-3 {
  margin-left: 15px;
}

.mar-right-3 {
  margin-right: 15px;
}

.mar-x-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.mar-y-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pad-bot-4 {
  padding-bottom: 20px;
}

.pad-top-4 {
  padding-top: 20px;
}

.pad-left-4 {
  padding-left: 20px;
}

.pad-right-4 {
  padding-right: 20px;
}

.pad-x-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.pad-y-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mar-bot-4 {
  margin-bottom: 20px;
}

.mar-top-4 {
  margin-top: 20px;
}

.mar-left-4 {
  margin-left: 20px;
}

.mar-right-4 {
  margin-right: 20px;
}

.mar-x-4 {
  margin-left: 20px;
  margin-right: 20px;
}

.mar-y-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pad-bot-5 {
  padding-bottom: 25px;
}

.pad-top-5 {
  padding-top: 25px;
}

.pad-left-5 {
  padding-left: 25px;
}

.pad-right-5 {
  padding-right: 25px;
}

.pad-x-5 {
  padding-left: 25px;
  padding-right: 25px;
}

.pad-y-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.mar-bot-5 {
  margin-bottom: 25px;
}

.mar-top-5 {
  margin-top: 25px;
}

.mar-left-5 {
  margin-left: 25px;
}

.mar-right-5 {
  margin-right: 25px;
}

.mar-x-5 {
  margin-left: 25px;
  margin-right: 25px;
}

.mar-y-5 {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* Active Filters Display */
.active-filters {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.active-filters span {
    margin-right: 10px;
    font-size: 14px;
}

.filter-tag {
    display: inline-block;
    background-color: #f0f0f0;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.filter-tag:hover {
    background-color: #ddd;
}

.filter-tag.removable {
    background-color: #e3f2fd;
    color: #1976d2;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
}

.filter-tag.removable:hover {
    background-color: #bbdefb;
}

.remove-x {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #f44336;
}

.clear-all-filters {
    display: inline-block;
    background-color: #f44336;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    margin: 2px;
    font-size: 12px;
    text-decoration: none;
    margin-left: 10px;
}

.clear-all-filters:hover {
    background-color: #d32f2f;
    color: white;
}

/* Brand Filter Styles */
.products-filter .filter-title {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.checkbox-list .checkbox {
    display: block;
    margin-bottom: 5px;
}

.checkbox-list .checkbox.hidden {
    display: none;
}

.show-more {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.show-more:hover {
    text-decoration: underline;
}

/* Brand Slider Styles */
.brand-one {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.brands-slider-container {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.brands-slider {
    display: flex;
    align-items: center;
    width: fit-content;
    animation: slideLeftContinuous 20s linear infinite;
}

.brand-slide {
    flex: 0 0 auto;
    margin-right: 80px;
    opacity: 0;
    transform: translateX(100px);
    animation: slideInFromRight 0.8s ease-out forwards;
}

.brand-slide:nth-child(1) { animation-delay: 0s; }
.brand-slide:nth-child(2) { animation-delay: 0.5s; }
.brand-slide:nth-child(3) { animation-delay: 1s; }
.brand-slide:nth-child(4) { animation-delay: 1.5s; }
.brand-slide:nth-child(5) { animation-delay: 2s; }
.brand-slide:nth-child(6) { animation-delay: 2.5s; }
.brand-slide:nth-child(7) { animation-delay: 3s; }
.brand-slide:nth-child(8) { animation-delay: 3.5s; }
.brand-slide:nth-child(9) { animation-delay: 4s; }
.brand-slide:nth-child(10) { animation-delay: 4.5s; }
.brand-slide:nth-child(11) { animation-delay: 5s; }
.brand-slide:nth-child(12) { animation-delay: 5.5s; }

.brand-slide a {
    display: block;
    transition: transform 0.3s ease;
}

.brand-slide a:hover {
    transform: scale(1.1);
}

.brand-slide img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.brand-slide:hover img {
    filter: grayscale(0%);
}

/* Animation keyframes */
@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideLeftContinuous {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive design */
@media (max-width: 1199px) {
    .brand-slide {
        margin-right: 60px;
    }
    .brand-slide img {
        max-width: 100px;
        max-height: 50px;
    }
}

@media (max-width: 991px) {
    .brand-slide {
        margin-right: 40px;
    }
    .brand-slide img {
        max-width: 80px;
        max-height: 40px;
    }
    
    /* Responsive featured card for medium screens */
    main .featured-card .featured-content {
        min-height: 240px;
    }
    
    main .featured-card .featured-text {
        padding: 30px;
    }
    
    main .featured-card .featured-text h2 {
        font-size: 40px;
    }
    
    main .featured-card .featured-text p {
        font-size: 18px;
    }
    
    /* Brand and Products header cards responsive */
    main .brand-header-card .featured-content,
    main .products-header-card .featured-content {
        min-height: 180px;
    }
    
    main .brand-header-card .featured-text h2 {
        font-size: 32px;
    }
    
    main .products-header-card .featured-text h2 {
        font-size: 28px;
    }
    
    main .brand-header-card .featured-text p,
    main .products-header-card .featured-text p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .brand-slide {
        margin-right: 30px;
    }
    .brand-slide img {
        max-width: 110px;
        max-height: 55px;
    }
    
    /* Responsive featured card for tablets */
    main .featured-card {
        padding: 20px 0;
    }
    
    main .featured-card .featured-content {
        margin: 0 15px;
        min-height: 200px;
    }
    
    main .featured-card .featured-text {
        padding: 25px;
    }
    
    main .featured-card .featured-text h2 {
        font-size: 32px;
    }
    
    main .featured-card .featured-text p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .brands-slider {
        animation-duration: 15s;
    }
    .brand-slide {
        margin-right: 20px;
    }
    .brand-slide img {
        max-width: 120px;
        max-height: 60px;
    }
    
    /* Responsive featured card for mobile */
    main .featured-card {
        padding: 15px 0;
    }
    
    /* Brand and Products header cards mobile responsive */
    main .brand-header-card,
    main .products-header-card {
        padding: 10px 0;
    }
    
    main .brand-header-card .featured-content,
    main .products-header-card .featured-content {
        min-height: 140px;
    }
    
    main .brand-header-card .featured-text,
    main .products-header-card .featured-text {
        padding: 20px;
    }
    
    main .brand-header-card .featured-text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    main .products-header-card .featured-text h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    
    main .brand-header-card .featured-text p,
    main .products-header-card .featured-text p {
        font-size: 14px;
    }
    
    main .featured-card .featured-content {
        margin: 0 10px;
        min-height: 180px;
    }
    
    main .featured-card .featured-text {
        padding: 20px;
    }
    
    main .featured-card .featured-text h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    main .featured-card .featured-text p {
        font-size: 16px;
    }
}

.brands-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    height: 10px;
    display: flex;
    align-items: center;
}

/* Product Brand Styles */
.product-brand {
    display: flex;
    align-items: center;
    margin: 15px 0 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.product-brand .brand-logo {
    margin-right: 15px;
}

.product-brand .brand-logo img {
    max-width: 150px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-brand .brand-name {
    flex: 1;
}

.product-brand .brand-name span {
    font-size: 14px;
    color: #666;
}

.product-brand .brand-name strong {
    color: #333;
    font-weight: 600;
}

/* Responsive brand display */
@media (max-width: 767px) {
    .product-brand {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .product-brand .brand-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .product-brand .brand-logo img {
        max-width: 120px;
        max-height: 60px;
    }
}

/* Additional Responsive Styles for Overall Site Layout */

/* Large tablets and small desktops */
@media (max-width: 1199px) {
    .content-wrapper {
        max-width: 960px;
        padding: 0 15px;
    }
}

/* Medium tablets */
@media (max-width: 991px) {
    .content-wrapper {
        max-width: 720px;
        padding: 0 15px;
    }
    
    header .content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    header nav {
        margin-top: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    header nav a {
        margin: 5px;
        padding: 8px 15px;
        font-size: 14px;
    }
    
    header .link-icons {
        margin-top: 15px;
        justify-content: center;
    }
}

/* Small tablets */
@media (max-width: 767px) {
    .content-wrapper {
        max-width: 540px;
        padding: 0 10px;
    }
    
    header .content-wrapper {
        padding: 10px;
    }
    
    header h1, header img {
        padding: 15px 0;
        justify-content: center;
    }
    
    /* Show mobile menu button */
    header .link-icons .responsive-toggle {
        display: flex !important;
    }
    
    /* Hide main navigation by default on mobile */
    header nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #edeff3;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        z-index: 1000;
    }
    
    /* Show navigation when active */
    header nav.mobile-nav-active {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
    }
    
    header nav a {
        margin: 0;
        padding: 12px 20px;
        font-size: 16px;
        border-bottom: 1px solid #f5f5f5;
        text-align: left;
    }
    
    header nav a:last-child {
        border-bottom: none;
    }
    
    header .link-icons {
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    header .link-icons a {
        margin: 3px;
    }
    
    /* Products form responsive */
    main > .products .products-form {
        flex-direction: column;
    }
    
    main > .products .products-form .products-filters {
        position: static;
        width: 100%;
        padding: 10px 0 25px 0;
        border-right: none;
        border-bottom: 1px solid #edeff3;
    }
    
    main > .products .products-form .products-view {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Login/Register responsive for tablets */
    main .myaccount .login-register {
        flex-direction: column;
        width: 90%;
        margin: 30px auto 0 auto;
        gap: 25px;
    }
    
    main .myaccount .login-register .login {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #f6f7f9;
        padding-bottom: 25px;
    }
    
    main .myaccount .login-register .register {
        padding-left: 0;
    }
    
    main .myaccount .login-register h1 {
        text-align: center;
        margin-bottom: 15px;
    }
    
    /* Individual Product Page Responsive */
    main > .product {
        flex-direction: column;
        padding: 20px 0;
    }
    
    main > .product .product-imgs {
        padding: 0;
        margin-bottom: 20px;
    }
    
    main > .product .product-wrapper {
        padding: 20px;
        width: 100%;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
        margin-top: 20px;
    }
    
    main > .product h1 {
        font-size: 26px;
        padding: 0 0 15px 0;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }
    
    main > .product .product-brand {
        text-align: center;
        margin-bottom: 20px;
    }
    
    main > .product .prices {
        justify-content: center;
        margin: 20px 0;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 6px;
    }
    
    main > .product .price {
        font-size: 26px;
        font-weight: 600;
        color: #2c5aa0;
    }
    
    main > .product .product-img-large {
        height: 300px;
        margin-bottom: 15px;
    }
    
    main > .product .product-small-imgs {
        justify-content: center;
        gap: 10px;
    }
    
    main > .product .product-small-imgs .product-img-small {
        flex-basis: 60px;
        height: 60px;
        margin: 5px;
    }
    
    /* Recentlyadded section */
    .recentlyadded {
        padding: 30px 0;
    }
    
    .recentlyadded h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

/* Mobile phones */
@media (max-width: 575px) {
    * {
        font-size: 14px;
    }
    
    .content-wrapper {
        max-width: 100%;
        padding: 0 8px;
    }
    
    header .content-wrapper {
        padding: 8px;
        position: relative;
    }
    
    header h1, header img {
        padding: 10px 0;
        font-size: 18px;
    }
    
    header img {
        max-height: 60px !important;
    }
    
    /* Ensure mobile menu button is visible */
    header .link-icons .responsive-toggle {
        display: flex !important;
    }
    
    /* Mobile navigation styles */
    header nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid #edeff3;
        box-shadow: 0 2px 15px rgba(0,0,0,0.15);
        z-index: 1000;
    }
    
    header nav.mobile-nav-active {
        display: flex;
        flex-direction: column;
        padding: 15px 0;
    }
    
    header nav a {
        margin: 0;
        padding: 15px 20px;
        font-size: 16px;
        border-bottom: 1px solid #f5f5f5;
        text-align: left;
        color: #394352;
        text-decoration: none;
    }
    
    header nav a:hover {
        background-color: #f7f7f7;
    }
    
    header nav a:last-child {
        border-bottom: none;
    }
    
    header .link-icons a {
        margin: 2px;
        padding: 8px;
    }
    
    /* Products form mobile */
    main > .products .products-form {
        flex-direction: column;
    }
    
    main > .products .products-header .filters-toggle-btn {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    main > .products .products-form .products-filters {
        position: static;
        width: 100%;
        padding: 10px 0 20px 0;
        border-right: none;
        border-bottom: 1px solid #edeff3;
    }
    
    main > .products .products-form .products-view {
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    main > .products .products-header {
        padding-bottom: 20px;
    }
    
    main > .products .products-header .products-header-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    /* Ensure full width on mobile */
    main > .products {
        width: 100% !important;
    }
    
    main > .products .products-form {
        width: 100% !important;
        flex-direction: column !important;
    }
    
    /* Mobile layout specific adjustments */
    main .recentlyadded .products .product,
    main .products .products-wrapper .product {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
        border: 1px solid #f0f0f0;
        border-radius: 8px;
        background: #fff;
        margin-bottom: 0;
        width: 100% !important;
        box-sizing: border-box;
    }
    
    main .recentlyadded .products .product .img,
    main .products .products-wrapper .product .img {
        height: 120px;
        width: 120px;
        min-width: 120px;
        margin-bottom: 0;
        border-radius: 6px;
        overflow: hidden;
    }
    
    main .recentlyadded .products .product .img img,
    main .products .products-wrapper .product .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    main .recentlyadded .products .product .product-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 120px;
    }
    
    main .recentlyadded .products .product .name,
    main .products .products-wrapper .product .name {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 8px;
        padding: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 500;
    }
    
    main .recentlyadded .products .product .price,
    main .products .products-wrapper .product .price {
        margin-top: auto;
        padding: 0;
    }
    
    main .recentlyadded .products .product .current-price,
    main .products .products-wrapper .product .current-price {
        font-size: 18px;
        font-weight: 600;
        color: #2c5aa0;
    }
    
    main .recentlyadded .products .product .rrp,
    main .products .products-wrapper .product .rrp {
        font-size: 16px;
    }
    
    /* Recentlyadded section mobile */
    .recentlyadded {
        padding: 20px 0;
    }
    
    .recentlyadded h2 {
        font-size: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    /* Individual Product Page Mobile */
    main > .product {
        padding: 15px 0;
    }
    
    main > .product h1 {
        font-size: 20px;
        padding: 10px 0 15px 0;
        text-align: center;
        line-height: 1.3;
    }
    
    main > .product .product-img-large {
        height: 250px;
        margin-bottom: 10px;
    }
    
    main > .product .product-small-imgs {
        margin-top: 10px;
        gap: 5px;
    }
    
    main > .product .product-small-imgs .product-img-small {
        flex-basis: 50px;
        height: 50px;
        margin: 2px;
    }
    
    main > .product .product-wrapper {
        padding: 20px 15px 0 15px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin-top: 15px;
    }
    
    main > .product .product-brand {
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    
    main > .product .product-brand .brand-logo img {
        max-width: 120px;
        max-height: 50px;
    }
    
    main > .product .prices {
        justify-content: center;
        margin: 20px 0;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 6px;
        border: 1px solid #e9ecef;
    }
    
    main > .product .price {
        font-size: 28px;
        font-weight: 600;
        color: #2c5aa0;
        text-align: center;
    }
    
    main > .product .rrp {
        font-size: 18px;
        color: #6c757d;
        text-decoration: line-through;
        margin-left: 10px;
    }
    
    main > .product .product-form {
        margin-top: 25px;
        padding: 20px 0;
    }
    
    main > .product .product-form .form-input,
    main > .product .product-form .form-button {
        width: 100%;
        margin: 10px 0;
        padding: 12px 16px;
        font-size: 16px;
        border-radius: 6px;
        border: 1px solid #ced4da;
    }
    
    main > .product .product-form .form-button {
        background: #007bff;
        color: white;
        border: 1px solid #007bff;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }
    
    main > .product .product-form .form-button:hover {
        background: #0056b3;
        border-color: #0056b3;
    }
    
    main > .product .product-form .add-to-wishlist,
    main > .product .product-form .added-to-wishlist {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
        padding: 10px;
        color: #6c757d;
        text-decoration: none;
        font-size: 14px;
    }
    
    /* Footer responsive */
    footer {
        padding: 15px 0;
    }
    
    footer .content-wrapper {
        text-align: center;
    }
    
    footer p {
        font-size: 12px;
        margin: 0;
    }
    
    /* Login/Register responsive */
    main .myaccount .login-register {
        flex-direction: column;
        width: 100%;
        margin: 20px auto 0 auto;
        gap: 30px;
    }
    
    main .myaccount .login-register .login {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #f6f7f9;
        padding-bottom: 30px;
    }
    
    main .myaccount .login-register .register {
        padding-left: 0;
    }
    
    main .myaccount .login-register h1 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
    }
    
    /* Form elements responsive */
    input[type="text"], 
    input[type="email"], 
    input[type="password"], 
    input[type="number"], 
    select, 
    textarea {
        font-size: 16px; /* Prevents zoom on iOS */
        width: 100%;
        max-width: 100%;
    }
    
    /* Button responsive */
    .btn, 
    input[type="submit"], 
    button {
        width: 100%;
        padding: 12px;
        font-size: 14px;
        margin: 5px 0;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    /* Mobile menu button should be visible */
    header .link-icons .responsive-toggle {
        display: flex !important;
    }
    
    main .recentlyadded .products, 
    main .products .products-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    main .recentlyadded .products .product,
    main .products .products-wrapper .product {
        padding: 12px;
        gap: 12px;
    }
    
    main .recentlyadded .products .product .img,
    main .products .products-wrapper .product .img {
        height: 100px;
        width: 100px;
        min-width: 100px;
    }
    
    main .recentlyadded .products .product .product-info {
        min-height: 100px;
    }
    
    main .recentlyadded .products .product .name,
    main .products .products-wrapper .product .name {
        font-size: 14px;
    }
    
    main .recentlyadded .products .product .current-price,
    main .products .products-wrapper .product .current-price {
        font-size: 16px;
    }
    
    main .recentlyadded .products .product .rrp,
    main .products .products-wrapper .product .rrp {
        font-size: 14px;
    }
    
    .recentlyadded h2 {
        font-size: 18px;
    }
}

.quote-alert {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.quote-alert.success {
  background: #e6f4ea;
  color: #276738;
}

.quote-alert.error {
  background: #fdecea;
  color: #b00020;
}

.quote-note {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0;
}

.quote-note .badge {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #1b62d6;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.quote-badge {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #1b62d6;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.quote-note p {
  margin: 0;
  color: #4a4a4a;
}

.quote-actions {
  margin-top: 1.5rem;
}

.quote-actions__note {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #666;
}

.quote-actions__note a {
  color: inherit;
  text-decoration: underline;
}

body.quote-modal-open {
  overflow: hidden;
}

.quote-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 1000;
}

.quote-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
}

.quote-modal__dialog {
  position: relative;
  background: #fff;
  max-width: 760px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 12px;
  padding: 2.5rem 2.75rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
}

.quote-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: #64748b;
}

.quote-modal__summary {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.quote-modal__summary h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.quote-modal__summary ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #475569;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quote-form__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.quote-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.quote-form__group label {
  font-weight: 600;
  color: #0f172a;
}

.quote-form__note {
  margin: 0.25rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
}

.quote-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.contact-price {
  font-weight: 600;
  color: #1f2937;
}

@media (max-width: 640px) {
  .quote-modal {
    padding: 1rem;
  }
  .quote-modal__dialog {
    padding: 1.75rem;
  }
}