.product-slot > div {
  max-width: 100rem;
  margin-inline: auto;
}

.product_card {
  -webkit-box-shadow: 0px 7px 14px -9px rgb(128, 128, 128);
          box-shadow: 0px 7px 14px -9px rgb(128, 128, 128);
}

.add-product.grid-prod {
  background-clip: content-box;
  padding-top: 10px;
  padding-bottom: 10px;
  outline-width: 1px;
  background-color: #ffffff;
}
.add-product.grid-prod a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.add-product.grid-prod .button-wrapper {
  margin: 0 5px 5px;
}
@media (min-width: 768px) {
  .add-product.grid-prod .button-wrapper {
    margin: 0 10px 10px;
  }
}
.add-product.grid-prod .button.s-default {
  background-color: white;
  color: black;
}
.add-product.grid-prod img {
  padding: 10px 10px 0;
}
.add-product.grid-prod .price {
  margin: 0 10px;
}
.add-product.grid-prod .grid-prod-title {
  font-size: 1em;
  font-weight: 600;
  padding: 0 10px;
}
.add-product.grid-prod .grid-prod-price {
  font-size: 1.6em;
  font-weight: 400;
  color: #f2243f;
}
@media (min-width: 1024px) {
  .add-product.grid-prod .grid-prod-price {
    font-size: 1.4em;
    font-weight: 600;
  }
}
.add-product.grid-prod span.prod-vat-marker {
  font-size: 1em;
  font-weight: 400;
  color: #32374b;
}
.add-product.grid-prod div.save-flash-cont {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 56px;
  height: 56px;
}
.add-product.grid-prod div.save-flash-cont span.save-flash {
  width: inherit;
  height: inherit;
  font-weight: 600;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  background-color: #E5001D;
  color: #ffffff;
}
.add-product.grid-prod div.save-flash-cont span.save-flash:empty {
  display: none;
}
.add-product.grid-prod .product-new {
  display: block;
}
.add-product.grid-prod .product-new--pod {
  top: 10px;
}

ul.mini-nav {
  text-align: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: 1em;
}
ul.mini-nav > li {
  display: inline;
  padding: 0 14px;
  border-left: 1px solid black;
}
ul.mini-nav > li:last-of-type {
  border-right: 1px solid black;
}
ul.mini-nav > li > a {
  text-decoration: underline;
}
@media (min-width: 425px) {
  ul.mini-nav > li {
    padding: 0 20px;
  }
}

h2,
h3 {
  margin: 0;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #32374b;
}
.btn span {
  color: white;
}

.card-size {
  max-width: 23rem !important;
  height: 100%;
  min-height: 39rem;
}
@media (min-width: 768px) {
  .card-size {
    max-width: 18rem !important;
  }
}
@media (min-width: 1024px) {
  .card-size {
    max-width: 23rem !important;
  }
}

.mt {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .mt {
    margin-top: 2rem !important;
  }
}
@media (min-width: 1024px) {
  .mt {
    margin-top: 0 !important;
  }
}

@media (max-width: 40rem) {
  .category-block > div:not(:first-child) {
    -webkit-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
  }
}
.category-block {
  max-width: 1080px;
  width: 100%;
  position: relative;
  z-index: 5;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-container {
  -webkit-box-shadow: 0 3px 6px rgba(44, 44, 44, 0.16);
          box-shadow: 0 3px 6px rgba(44, 44, 44, 0.16);
  padding: 10px;
  background-color: white;
  width: 100%;
}
@media (min-width: 640px) {
  .category-container {
    padding: 14px;
  }
}
.category-container h3 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.25em;
  font-weight: 700;
}
.category-container .cta {
  text-decoration: underline;
}
.category-container .grid-cat-title {
  font-size: 2rem !important;
  color: #E5001D;
  margin-bottom: 1rem !important;
}
.category-container .grid-cat-price {
  font-size: 1.6em;
  font-weight: 700;
  color: #e5001d !important;
}
@media (min-width: 768px) {
  .category-container .grid-cat-price {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) {
  .category-container .grid-cat-price {
    font-size: 1.4em;
  }
}
.category-container .grid-cat-usp {
  font-size: 1em;
  line-height: 1.2em;
  color: black;
  font-weight: 400;
}
@media (min-width: 768px) {
  .category-container .grid-cat-usp {
    line-height: 1.1em;
  }
}
@media (min-width: 1024px) {
  .category-container .grid-cat-usp {
    line-height: 1.2em;
  }
}
.category-container span.prod-vat-marker {
  font-size: 0.875em;
  font-weight: 400;
  color: black;
}

main .text-hide {
  font-size: 4em !important;
  color: transparent !important;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
main .hero-banner.hb-split .hb-image {
  clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
  background-position: top;
}
@media (min-width: 768px) {
  main .hero-banner.hb-split .hb-image {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 31% 100%);
  }
}
@media (min-width: 1024px) {
  main .hero-banner.hb-split .hb-image {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  }
}
@media (min-width: 1280px) {
  main .hero-banner.hb-split .hb-image {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 19% 100%);
    background-position-y: top;
  }
}
main div.hero-banner.hb-split .hb-image {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=425,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/lighting_centre/assets/images/light-hero2.jpg");
}
@media (min-width: 768px) {
  main div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=502,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/lighting_centre/assets/images/light-hero2.jpg");
  }
}
@media (min-width: 1024px) {
  main div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=620,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/lighting_centre/assets/images/light-hero2.jpg");
  }
}
@media (min-width: 1280px) {
  main div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=620,h=200,q=75,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/lighting_centre/assets/images/light-hero2.jpg");
  }
}

@media (max-width: 640px) {
  #fixtures #shape .gradient .captype-head .fixtures-info p, #shape .gradient .captype-head .fixtures-info #fixtures p, #fixtures #shape .gradient .captype-head .fixtures-info h2, #shape .gradient .captype-head .fixtures-info #fixtures h2, #fixtures #shape .gradient .captype-head .fixtures-info h3, #shape .gradient .captype-head .fixtures-info #fixtures h3, #fixtures #cap-type .gradient .captype-head .fixtures-info p, #cap-type .gradient .captype-head .fixtures-info #fixtures p, #fixtures #cap-type .gradient .captype-head .fixtures-info h2, #cap-type .gradient .captype-head .fixtures-info #fixtures h2, #fixtures #cap-type .gradient .captype-head .fixtures-info h3, #cap-type .gradient .captype-head .fixtures-info #fixtures h3, #fixtures #technology .gradient .technology-head .technology-info p, #technology .gradient .technology-head .technology-info #fixtures p, #fixtures #technology .gradient .technology-head .technology-info h2, #technology .gradient .technology-head .technology-info #fixtures h2, #fixtures #technology .gradient .technology-head .technology-info h3, #technology .gradient .technology-head .technology-info #fixtures h3, #fixtures .gradient .fixtures-head .fixtures-info p, #fixtures .gradient .fixtures-head .fixtures-info h2, #fixtures .gradient .fixtures-head .fixtures-info h3 {
    text-align: center;
  }
}
#fixtures .gradient {
  margin-top: 6rem;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#C6CBD1));
  background-image: linear-gradient(to bottom, white, #C6CBD1);
}
@media (max-width: 640px) {
  #fixtures .gradient {
    margin-top: 3rem;
  }
}
#fixtures .gradient .fixtures-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30rem;
}
@media (max-width: 950px) {
  #fixtures .gradient .fixtures-head {
    margin-bottom: 22rem;
  }
}
@media (max-width: 800px) {
  #fixtures .gradient .fixtures-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 410px) {
  #fixtures .gradient .fixtures-head {
    margin-bottom: 40rem;
  }
}
#fixtures .gradient .fixtures-head img {
  width: 100%;
  max-width: 40rem;
}
@media (max-width: 800px) {
  #fixtures .gradient .fixtures-head img {
    margin-bottom: 2rem;
  }
}
#fixtures .gradient .fixtures-head .fixtures-info {
  padding-left: 6rem;
}
@media (max-width: 800px) {
  #fixtures .gradient .fixtures-head .fixtures-info {
    padding-left: 0;
  }
}
#fixtures .gradient .fixtures-head .fixtures-info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
#fixtures .gradient .fixtures-head .fixtures-info h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
#fixtures .gradient .fixtures-head .fixtures-info p {
  max-width: 63rem;
}
#fixtures .fixtures-body {
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 550px) {
  #fixtures .fixtures-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#fixtures .fixtures-body .frame {
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
  border-top: 1.5rem solid #32374b;
  border-left: 1.5rem solid #32374b;
  border-right: 1.5rem solid #32374b;
  -webkit-box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
          box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
}
@media (max-width: 640px) {
  #fixtures .fixtures-body .frame {
    -webkit-transform: translateY(-20rem);
            transform: translateY(-20rem);
  }
}
@media (max-width: 410px) {
  #fixtures .fixtures-body .frame {
    -webkit-transform: translateY(-40rem);
            transform: translateY(-40rem);
  }
}
#fixtures .fixtures-body .frame img {
  width: 100%;
  max-width: 49rem;
}

#technology {
  padding-top: 6rem;
}
@media (max-width: 640px) {
  #technology #shape .gradient .captype-head .fixtures-info p, #shape .gradient .captype-head .fixtures-info #technology p, #technology #shape .gradient .captype-head .fixtures-info h2, #shape .gradient .captype-head .fixtures-info #technology h2, #technology #shape .gradient .captype-head .fixtures-info h3, #shape .gradient .captype-head .fixtures-info #technology h3, #technology #cap-type .gradient .captype-head .fixtures-info p, #cap-type .gradient .captype-head .fixtures-info #technology p, #technology #cap-type .gradient .captype-head .fixtures-info h2, #cap-type .gradient .captype-head .fixtures-info #technology h2, #technology #cap-type .gradient .captype-head .fixtures-info h3, #cap-type .gradient .captype-head .fixtures-info #technology h3, #technology .gradient .technology-head .technology-info p, #technology .gradient .technology-head .technology-info h2, #technology .gradient .technology-head .technology-info h3, #technology #fixtures .gradient .fixtures-head .fixtures-info h3, #fixtures .gradient .fixtures-head .fixtures-info #technology h3, #technology #fixtures .gradient .fixtures-head .fixtures-info h2, #fixtures .gradient .fixtures-head .fixtures-info #technology h2, #technology #fixtures .gradient .fixtures-head .fixtures-info p, #fixtures .gradient .fixtures-head .fixtures-info #technology p {
    text-align: center;
  }
}
#technology .gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C6CBD1), to(white));
  background-image: linear-gradient(to bottom, #C6CBD1, white);
}
#technology .gradient .technology-head {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 800px) {
  #technology .gradient .technology-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#technology .gradient .technology-head img {
  width: 100%;
  max-width: 40rem;
}
@media (max-width: 800px) {
  #technology .gradient .technology-head img {
    margin-bottom: 2rem;
  }
}
#technology .gradient .technology-head .technology-info {
  padding-left: 6rem;
}
@media (max-width: 800px) {
  #technology .gradient .technology-head .technology-info {
    padding-left: 0;
  }
}
#technology .gradient .technology-head .technology-info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
#technology .gradient .technology-head .technology-info h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
#technology .gradient .technology-head .technology-info p {
  max-width: 63rem;
}
#technology .gradient .technology-body {
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  #technology .gradient .technology-body {
    gap: 5rem;
  }
}
@media (max-width: 550px) {
  #technology .gradient .technology-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#technology .gradient .technology-body .frame {
  border-top: 1.5rem solid #32374b;
  border-left: 1.5rem solid #32374b;
  border-right: 1.5rem solid #32374b;
  -webkit-box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
          box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
}
#technology .gradient .technology-body .frame img {
  width: 100%;
  max-width: 27rem;
}

@media (max-width: 640px) {
  #shape .gradient .captype-head .fixtures-info #cap-type p, #shape .gradient .captype-head .fixtures-info #cap-type h2, #shape .gradient .captype-head .fixtures-info #cap-type h3, #cap-type .gradient .captype-head .fixtures-info p, #cap-type .gradient .captype-head .fixtures-info h2, #cap-type .gradient .captype-head .fixtures-info h3, #cap-type #fixtures .gradient .fixtures-head .fixtures-info h3, #fixtures .gradient .fixtures-head .fixtures-info #cap-type h3, #cap-type #fixtures .gradient .fixtures-head .fixtures-info h2, #fixtures .gradient .fixtures-head .fixtures-info #cap-type h2, #cap-type #fixtures .gradient .fixtures-head .fixtures-info p, #fixtures .gradient .fixtures-head .fixtures-info #cap-type p, #cap-type #technology .gradient .technology-head .technology-info h3, #technology .gradient .technology-head .technology-info #cap-type h3, #cap-type #technology .gradient .technology-head .technology-info h2, #technology .gradient .technology-head .technology-info #cap-type h2, #cap-type #technology .gradient .technology-head .technology-info p, #technology .gradient .technology-head .technology-info #cap-type p {
    text-align: center;
  }
}
#cap-type .gradient {
  margin-top: 2rem;
  margin-bottom: 6rem;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#C6CBD1));
  background-image: linear-gradient(to bottom, white, #C6CBD1);
}
@media (max-width: 640px) {
  #cap-type .gradient {
    margin-top: 3rem;
  }
}
#cap-type .gradient .captype-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 800px) {
  #cap-type .gradient .captype-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#cap-type .gradient .captype-head img {
  width: 100%;
  max-width: 40rem;
}
@media (max-width: 800px) {
  #cap-type .gradient .captype-head img {
    margin-bottom: 2rem;
  }
}
#cap-type .gradient .captype-head .fixtures-info {
  padding-left: 6rem;
}
@media (max-width: 800px) {
  #cap-type .gradient .captype-head .fixtures-info {
    padding-left: 0;
  }
}
#cap-type .gradient .captype-head .fixtures-info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
#cap-type .gradient .captype-head .fixtures-info h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
#cap-type .gradient .captype-head .fixtures-info p {
  max-width: 63rem;
}
#cap-type .gradient .captype-body {
  max-width: 130rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cap-type .gradient .captype-body .frame {
  border-top: 1.5rem solid #32374b;
  border-left: 1.5rem solid #32374b;
  border-right: 1.5rem solid #32374b;
  -webkit-box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
          box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
}
#cap-type .gradient .captype-body .frame img {
  width: 100%;
  width: 25rem;
}

@media (max-width: 640px) {
  #shape .gradient .captype-head .fixtures-info p, #shape .gradient .captype-head .fixtures-info h2, #shape .gradient .captype-head .fixtures-info h3, #shape #fixtures .gradient .fixtures-head .fixtures-info h3, #fixtures .gradient .fixtures-head .fixtures-info #shape h3, #shape #fixtures .gradient .fixtures-head .fixtures-info h2, #fixtures .gradient .fixtures-head .fixtures-info #shape h2, #shape #fixtures .gradient .fixtures-head .fixtures-info p, #fixtures .gradient .fixtures-head .fixtures-info #shape p, #shape #technology .gradient .technology-head .technology-info h3, #technology .gradient .technology-head .technology-info #shape h3, #shape #technology .gradient .technology-head .technology-info h2, #technology .gradient .technology-head .technology-info #shape h2, #shape #technology .gradient .technology-head .technology-info p, #technology .gradient .technology-head .technology-info #shape p, #cap-type .gradient .captype-head .fixtures-info #shape h3, #cap-type .gradient .captype-head .fixtures-info #shape h2, #cap-type .gradient .captype-head .fixtures-info #shape p {
    text-align: center;
  }
}
#shape .gradient {
  padding-top: 4rem;
  margin-top: 2rem;
  margin-bottom: 6rem;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#C6CBD1), to(white));
  background-image: linear-gradient(to bottom, #C6CBD1, white);
}
@media (max-width: 640px) {
  #shape .gradient {
    margin-top: 3rem;
  }
}
#shape .gradient .captype-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 800px) {
  #shape .gradient .captype-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#shape .gradient .captype-head img {
  width: 100%;
  max-width: 40rem;
}
@media (max-width: 800px) {
  #shape .gradient .captype-head img {
    margin-bottom: 2rem;
  }
}
#shape .gradient .captype-head .fixtures-info {
  padding-left: 6rem;
}
@media (max-width: 800px) {
  #shape .gradient .captype-head .fixtures-info {
    padding-left: 0;
  }
}
#shape .gradient .captype-head .fixtures-info h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0;
}
#shape .gradient .captype-head .fixtures-info h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
#shape .gradient .captype-head .fixtures-info p {
  max-width: 63rem;
}
#shape .gradient .captype-body {
  max-width: 130rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#shape .gradient .captype-body .frame {
  border-top: 1.5rem solid #32374b;
  border-left: 1.5rem solid #32374b;
  border-right: 1.5rem solid #32374b;
  -webkit-box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
          box-shadow: rgba(0, 0, 0, 0.548) 0px 40px 90px -20px;
}
#shape .gradient .captype-body .frame img {
  width: 100%;
  width: 25rem;
}

.neg-margin {
  margin-top: -28rem;
}
@media (max-width: 800px) {
  .neg-margin {
    margin-top: -25rem;
  }
}
@media (max-width: 410px) {
  .neg-margin {
    margin-top: -47rem;
  }
}