/***** KINETIC RECIPES CAROUSEL v0.1 (RD) 16/11/2023 *****/

@media only screen and (-webkit-min-device-pixel-ratio:0),
(min--moz-device-pixel-ratio:0) {

 #check_test:checked ~ #check_test_wrapper .tabs_s {
  display: none;
 }

 .rc {
  position: relative;
 }

 .rc_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
 }

 #rc_1:checked ~ #kinetic_wrapper .rc_item1,
 #rc_2:checked ~ #kinetic_wrapper .rc_item2,
 #rc_3:checked ~ #kinetic_wrapper .rc_item3 {
  position: static;
  opacity: 100;
  z-index: 1;
 }

 .rc_item {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  z-index: -1;
 }

 .rc_item img {
  display: block;
  height: auto;
  max-width: 100%;
 }

 .rc_controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50%;
  margin-top: 10%;
 }

 .rc_nav {
  position: absolute;
  top: 50%;
  width: 100%;
  overflow: visible;
  opacity: 0;
  z-index: -1;
  display: none;
 }

 #rc_1:checked ~ #kinetic_wrapper .rc_nav_01,
 #rc_2:checked ~ #kinetic_wrapper .rc_nav_02,
 #rc_3:checked ~ #kinetic_wrapper .rc_nav_03 {
  opacity: 1;
  z-index: 10;
  display: block;
 }

 .rc_nav label {
  top: -22px;
 }

 .rc_nav label,
 .rc_nav label::before {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44px;
  user-select: none;
 }

 .rc_nav label::before {
  animation: pulse 1.2s ease infinite;
  content: " ";
 }

 .rc_nav .rc_prev {
  left: 2.5%;
 }

 .rc_nav .rc_next {
  right: 2.5%;
 }

 .rc_nav .rc_prev,
 .rc_nav .rc_prev::before {
  background-image: url("https://image.news.marksandspencer.com/lib/fe9015737c660c7971/m/21/7ebf476b-c06c-4462-8eb8-e633dd2b33b8.png");
 }

 .rc_nav .rc_next,
 .rc_nav .rc_next::before {
  background-image: url("https://image.news.marksandspencer.com/lib/fe9015737c660c7971/m/21/c4b9c2b0-2e6c-4fac-b9c2-b6d7da837e21.png");
 }

 @keyframes pulse {
  0% {
   transform: scale(1, 1);
  }

  50% {
   opacity: 0.3;
  }

  100% {
   transform: scale(1.5);
   opacity: 0;
  }
 }

 .rc_indicators {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
 }

 .rc_indicators li {
  display: inline-block;
  margin: 0 5px;
 }

 .rc_bullet {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 42px;
 }

 .rc_bullet:hover {
  color: #aaaaaa;
 }

 #rc_1:checked ~ #kinetic_wrapper .rc_indicators li:nth-child(1) .rc_bullet,
 #rc_2:checked ~ #kinetic_wrapper .rc_indicators li:nth-child(2) .rc_bullet,
 #rc_3:checked ~ #kinetic_wrapper .rc_indicators li:nth-child(3) .rc_bullet {
  color: #428bca;
 }

 .rc h1 {
  font-family: mns-london, Helvetica, Arial;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-align: center;
  padding: 0 20px;
  margin: 20px 0 5px;
 }

 .rc li {
  font-family: mns-london, Helvetica, Arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 5px 0 0;
 }

 .rc_tab_content {
  background-color: #263044;
  color: #fff;
  padding: 0 0 30px;
  position: relative;
 }

 .rc .tabs__trigger {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  padding-top: 3%;
  padding-bottom: 4%;
  font-family: mns-london, Helvetica, Arial;
  font-weight: bold;
  letter-spacing: .08em;
  color: #ffffff;
  background-color: #263044 !important;
 }

 .rc ol,
 .rc ul {
  margin: 0 25px 0 15px;
  padding: 0 0 0 24px;
 }

 .rc li {
  margin: 0;
  padding: 8px 0 0;
 }

 .rc figure {
  margin: 0;
  position: relative;
 }

 .rc figcaption {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px 10px;
  font-family: mns-london, Helvetica, Arial;
  font-size: 14px;
  background: rgba(0, 0, 0, .5);
  color #fff;
  border-radius: 5px;
 }

 .rc figure a {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 10px;
  font-family: mns-london, Helvetica, Arial;
  font-size: 14px;
  background: rgba(255, 255, 255, .6);
  text-decoration: none;
  border-radius: 5px;
  z-index: 10;
  -webkit-transition: opacity .5s ease-out;
  transition: all 1s ease-out;
 }

 .rc figure a,
 .rc figure a:active,
 .rc figure a:hover,
 .rc figure a:focus,
 .rc figure a:visited {
  color: #000 !important;
 }

 .rc figure a:hover {
  background: rgba(255, 255, 255, 1)
 }

 .rc_switch {
  font-family: mns-london, Helvetica, Arial;
  font-size: 16px;
  text-align: center;
  padding: 10px 20px 0 30px !important;
  text-decoration: underline;
  display: block;
  color: rgba(255, 255, 255, .6);
  -webkit-transition: opacity .5s ease-out;
  transition: all 1s ease-out;
 }

 .rc_switch:hover {
  color: rgba(255, 255, 255, 1);
 }

 .rc label {
  cursor: pointer !important;
 }

 @media all and (max-width: 599px) {
  .rc_switch. .rc li {
   font-size: 15px;
  }

  .rc figure a,
  .rc figcaption {
   font-size: 13px;
  }

  .rc h1 {
   font-size: 20px;
  }
 }

 @media all and (max-width: 399px) {
  .rc_switch. .rc li {
   font-size: 14px;
  }

  .rc figure a,
  .rc figcaption {
   font-size: 12px;
  }

  .rc h1 {
   font-size: 18px;
  }
 }

}