/* --- YOUR SCSS --- */
body #bolero p,
body #bolero ul,
body #bolero a,
body #bolero a:hover {
  color: #32374b;
}
body #bolero .bg-white {
  background-color: #ffffff;
}
body #bolero .bg-white h2 {
  color: #32374b;
}
body #bolero .bg-white p,
body #bolero .bg-white ul {
  color: #7FAB91;
}
body #bolero .bg-white .quote-block [class^=quote-text] {
  color: #7FAB91;
}
body #bolero .bg-white .quote-block [class^=quote-mark] {
  fill: #7FAB91;
}
body #bolero .bg-white .button.s-default {
  background-color: #32374b;
  color: #ffffff;
}
body #bolero .bg-white .button {
  color: #ffffff;
  text-decoration: underline;
}
body #bolero .bg-white .feature-product .prod-price-prefix, body #bolero .bg-white .feature-product .prod-price-value, body #bolero .bg-white .feature-product .prod-price-vat {
  color: #f2243f;
}
body #bolero .bg-white .card-block-col {
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.3);
          box-shadow: 0 3px 6px rgba(50, 55, 75, 0.3);
}
body #bolero .bg-white .card-block-col h3,
body #bolero .bg-white .card-block-col p,
body #bolero .bg-white .card-block-col .cta {
  color: #32374b;
}
body #bolero p,
body #bolero ul,
body #bolero a,
body #bolero a:hover {
  color: #32374b;
}
body #bolero .bg-green {
  background: #7FAB91;
}
body #bolero .bg-green h2 {
  color: #ffffff;
}
body #bolero .bg-green p,
body #bolero .bg-green ul {
  color: #ffffff;
}
body #bolero .bg-green .quote-block [class^=quote-text] {
  color: #ffffff;
}
body #bolero .bg-green .quote-block [class^=quote-mark] {
  fill: #ffffff;
}
body #bolero .bg-green .button.s-default {
  background-color: #32374b;
  color: #ffffff;
}
body #bolero .bg-green .button {
  color: #ffffff;
  text-decoration: underline;
}
body #bolero .bg-green .feature-product .prod-price-prefix, body #bolero .bg-green .feature-product .prod-price-value, body #bolero .bg-green .feature-product .prod-price-vat {
  color: #ffffff;
}
body #bolero .bg-green .card-block-col {
  background-color: white;
}
body #bolero .bg-green .card-block-col h3,
body #bolero .bg-green .card-block-col p,
body #bolero .bg-green .card-block-col .cta {
  color: #32374b;
}

#bolero h1.bolero-logo {
  font-size: 2.4em;
  width: 215px;
  height: auto;
  background-image: url("https://media.nisbets.com/static/content/logos/logo_bolero.svg");
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (min-width: 640px) {
  #bolero h1.bolero-logo {
    font-size: 2.5em;
  }
}
#bolero div.hero-banner.hb-split .hb-image {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=425,h=200,q=85,sharpen=1,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/320_bolero_img.jpg");
}
@media (min-width: 768px) {
  #bolero div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=502,h=200,q=85,sharpen=1,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/768_bolero_img.jpg");
  }
}
@media (min-width: 1024px) {
  #bolero div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=620,h=200,q=85,sharpen=1,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/1024_bolero_img.jpg");
  }
}
@media (min-width: 1280px) {
  #bolero div.hero-banner.hb-split .hb-image {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=620,h=200,q=85,sharpen=1,f=auto,fit=cover/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/1280_bolero_img.jpg");
  }
}
#bolero div.hero-banner.hb-split .hb-image .stock-message {
  display: block !important;
  font-size: 14px !important;
}
#bolero div.hero-banner.hb-split .hb-image .stock-message::after {
  border-color: #29a6f2;
}
#bolero div.hero-banner.hb-split .hb-image .stock-message span {
  color: #ffffff;
}
#bolero div.hero-banner.hb-split .hb-image .stock-message span a {
  color: #ffffff;
}
#bolero ul.mini-nav {
  text-align: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  font-size: 1em;
}
#bolero ul.mini-nav > li {
  display: inline;
  padding: 0 14px;
  border-left: 1px solid #7fab91;
}
#bolero ul.mini-nav > li:last-of-type {
  border-right: 1px solid #7fab91;
}
#bolero ul.mini-nav > li > a {
  text-decoration: underline;
  color: #7FAB91;
}
@media (min-width: 425px) {
  #bolero ul.mini-nav > li {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  #bolero ul.mini-nav > li {
    margin-bottom: 0;
  }
}
#bolero .quote-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  max-width: 740px;
  padding: 0 20px;
}
#bolero .quote-title {
  font-weight: 600;
  margin-bottom: 0;
}
#bolero .quote-text {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  padding: 0 46px;
}
#bolero .quote-rating {
  margin-top: 15px;
  margin-bottom: 0;
}
#bolero .quote-rating .bv_main_container.bv_inline_rating_container_left {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#bolero .quote-mark-left {
  width: 38px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  #bolero .quote-mark-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#bolero .quote-mark-right {
  width: 38px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 640px) {
  #bolero .quote-mark-right {
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
}
#bolero .category-block {
  max-width: 1080px;
}
#bolero .category-container {
  border: 1px solid #7FAB91;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
}
@media (min-width: 640px) {
  #bolero .category-container {
    padding: 14px;
  }
}
#bolero .category-container .img-fluid {
  max-width: 100%;
  height: auto;
}
#bolero .category-container h3 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.25em;
  font-weight: 700;
}
#bolero .category-container .cta {
  text-decoration: underline;
}
#bolero .category-container .grid-cat-price {
  font-size: 1.6em;
  font-weight: 700;
  color: #f2243f;
}
@media (min-width: 768px) {
  #bolero .category-container .grid-cat-price {
    font-size: 1.2em;
  }
}
@media (min-width: 1024px) {
  #bolero .category-container .grid-cat-price {
    font-size: 1.4em;
  }
}
#bolero .category-container .grid-cat-usp {
  font-size: 1em;
  line-height: 1.2em;
  color: black;
  font-weight: 400;
}
@media (min-width: 768px) {
  #bolero .category-container .grid-cat-usp {
    line-height: 1.1em;
  }
}
@media (min-width: 1024px) {
  #bolero .category-container .grid-cat-usp {
    line-height: 1.2em;
  }
}
#bolero .category-container span.prod-vat-marker {
  font-size: 0.875em;
  font-weight: 400;
  color: black;
}
#bolero .quote-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  max-width: 740px;
  padding: 0 20px;
}
#bolero .quote-title {
  font-weight: 600;
  margin-bottom: 0;
}
#bolero .quote-text {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  padding: 0 46px;
}
#bolero .quote-rating {
  margin-top: 15px;
  margin-bottom: 0;
}
#bolero .quote-rating .bv_main_container.bv_inline_rating_container_left {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#bolero .quote-mark-left {
  width: 38px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 640px) {
  #bolero .quote-mark-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#bolero .quote-mark-right {
  width: 38px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (min-width: 640px) {
  #bolero .quote-mark-right {
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
}
#bolero .vid-block-container h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
#bolero .vid-ban {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.25);
          box-shadow: 0 3px 6px rgba(50, 55, 75, 0.25);
  height: 135px;
}
@media (min-width: 768px) {
  #bolero .vid-ban {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 220px;
  }
}
@media (min-width: 1024px) {
  #bolero .vid-ban {
    height: 348px;
  }
}
#bolero .vid-ban-bolero {
  background-image: url("https://media.nisbets.com/cdn-cgi/image/w=280,h=135,q=75,sharpen=0.5,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/img_block_bolero_1.jpg");
}
@media (min-width: 768px) {
  #bolero .vid-ban-bolero {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=354,h=220,q=75,sharpen=0.5,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/img_block_bolero_1.jpg");
  }
}
@media (min-width: 1024px) {
  #bolero .vid-ban-bolero {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=231,h=168,q=75,sharpen=0.5,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/img_block_bolero_1.jpg");
  }
}
@media (min-width: 1280px) {
  #bolero .vid-ban-bolero {
    background-image: url("https://media.nisbets.com/cdn-cgi/image/w=295,h=168,q=75,sharpen=0.5,fit=contain,f=auto/http://media.nisbets.com/static/fuse/projects/UK/bolero_spotlight/2024/assets/img/img_block_bolero_1.jpg");
  }
}
#bolero .button.s-default {
  background-color: #7FAB91;
}
#bolero .lazyload-2x .mq-2x-1,
#bolero .mq-2x-2,
#bolero .mq-2x-3,
#bolero .mq-2x-4 {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  #bolero .lazyload-2x .mq-2x-4 {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  #bolero .lazyload-2x .mq-2x-4 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-device-pixel-ratio: 2) and (min-width: 768px), only screen and (min-resolution: 192dpi) and (min-width: 768px), only screen and (min-resolution: 2dppx) and (min-width: 768px) {
  #bolero .lazyload-2x .mq-2x-3 {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min-resolution: 192dpi) and (min-width: 1024px), only screen and (min-resolution: 2dppx) and (min-width: 1024px) {
  #bolero .lazyload-2x .mq-2x-3 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1024px), only screen and (min-resolution: 192dpi) and (min-width: 1024px), only screen and (min-resolution: 2dppx) and (min-width: 1024px) {
  #bolero .lazyload-2x .mq-2x-2 {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1280px), only screen and (min-resolution: 192dpi) and (min-width: 1280px), only screen and (min-resolution: 2dppx) and (min-width: 1280px) {
  #bolero .lazyload-2x .mq-2x-2 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1280px), only screen and (min-resolution: 192dpi) and (min-width: 1280px), only screen and (min-resolution: 2dppx) and (min-width: 1280px) {
  #bolero .lazyload-2x .mq-2x-1 {
    display: block;
  }
}
#bolero .add-product.grid-prod {
  background-clip: content-box;
  padding-top: 10px;
  padding-bottom: 10px;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -10px;
  background-color: #ffffff;
  outline-color: #7FAB91;
}
#bolero .add-product.grid-prod a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#bolero .add-product.grid-prod .button-wrapper {
  margin: 0 5px 5px;
}
@media (min-width: 768px) {
  #bolero .add-product.grid-prod .button-wrapper {
    margin: 0 10px 10px;
  }
}
#bolero .add-product.grid-prod .button.s-default {
  background-color: #7FAB91;
}
#bolero .add-product.grid-prod img {
  padding: 10px 10px 0;
}
#bolero .add-product.grid-prod .price {
  margin: 0 10px;
}
#bolero .add-product.grid-prod .grid-prod-title {
  font-size: 1em;
  font-weight: 600;
  padding: 0 10px;
  color: #32374b;
}
#bolero .add-product.grid-prod .grid-prod-price {
  font-size: 1.6em;
  font-weight: 400;
  color: #f2243f;
}
@media (min-width: 1024px) {
  #bolero .add-product.grid-prod .grid-prod-price {
    font-size: 1.4em;
    font-weight: 600;
  }
}
#bolero .add-product.grid-prod span.prod-vat-marker {
  font-size: 1em;
  font-weight: 400;
  color: #32374b;
}
#bolero .add-product.grid-prod div.save-flash-cont {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 56px;
  height: 56px;
}
#bolero .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: #f2243f;
  color: #ffffff;
}
#bolero .add-product.grid-prod div.save-flash-cont span.save-flash:empty {
  display: none;
}
#bolero .add-product.grid-prod .product-new {
  display: block;
}
#bolero .add-product.grid-prod .product-new--pod {
  top: 10px;
}
#bolero .max-w-1100 {
  max-width: 1100px;
}
#bolero .article-container {
  border: 1px solid rgba(50, 55, 75, 0.2);
  -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
          box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
  padding: 15px;
  background-color: #ffffff;
  text-align: left;
}
#bolero .article-container h3 {
  margin: 0 0 8px;
  font-size: 1em;
  font-weight: 700;
  text-transform: capitalize;
}
#bolero .article-container span {
  text-decoration: underline;
}
#bolero .article-container-icon {
  width: 58px;
  height: auto;
  margin-right: 15px;
}
#bolero .article-container a:hover {
  text-decoration: none;
}