@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulseHotSpot {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8),
      0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0),
      0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@font-face {
  font-family: "UniNeueRegular";
  src: url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueRegular.eot"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueRegular.woff2") format("woff2"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueRegular.woff") format("woff"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueRegular.ttf") format("truetype");
}
@font-face {
  font-family: "UniNeueBold";
  src: url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBold.eot"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBold.woff2") format("woff2"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBold.woff") format("woff"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBold.ttf") format("truetype");
}
@font-face {
  font-family: "UniNeueBook";
  src: url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBook.eot"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBook.woff2") format("woff2"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBook.woff") format("woff"),
    url("/si_upload/OPR/Amica/amica_omp6555bg_v2/fonts/UniNeueBook.ttf") format("truetype");
}
#af-product-card {
  font-size: 16px;
  font-family: "UniNeueRegular", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
  margin: 0 auto;
  padding: 20px 0px;
  max-width: 1040px;
  width: 100%;
  color: #272727;
  z-index: 0;
  position: relative;
}
#af-product-card .pc-border-radius {
  border-radius: 8px;
}
#af-product-card .pc-bg-color {
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media only screen and (max-width: 800px) {
  #af-product-card {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
#af-product-card .af-width-920 {
  max-width: 920px;
  margin: auto;
}
#af-product-card .af-width-708 {
  max-width: 708px;
  margin: auto;
}
#af-product-card .pc-margin-top-xs {
  padding-top: 2em;
}
#af-product-card .pc-margin-bottom-xs {
  padding-bottom: 2em;
}
#af-product-card .pc-margin-top-s {
  padding-top: 3em;
}
#af-product-card .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#af-product-card .pc-margin-top-m {
  padding-top: 4em;
}
#af-product-card .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#af-product-card .pc-margin-top-l {
  padding-top: 5em;
}
#af-product-card .pc-margin-bottom-l {
  padding-bottom: 5em;
}
#af-product-card .pc-margin-top-xl {
  padding-top: 6em;
}
#af-product-card .pc-margin-bottom-xl {
  padding-bottom: 6em;
}
#af-product-card .pc-margin-top-deca {
  margin-top: 0.5em;
}
#af-product-card .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#af-product-card .pc-margin-top-hecto {
  margin-top: 1em;
}
#af-product-card .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#af-product-card .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#af-product-card .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#af-product-card .pc-margin-top-mega {
  margin-top: 1.5em;
}
#af-product-card .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#af-product-card .pc-margin-top-giga {
  margin-top: 2em;
}
#af-product-card .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#af-product-card .pc-margin-top-tera {
  margin-top: 2.5em;
}
#af-product-card .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#af-product-card .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #d9caaf;
}
#af-product-card .af-header-v4 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-radius: 8px 8px 0px 0px;
  max-width: 1040px;
  margin: auto;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #d10b26;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 {
    min-height: 900px;
  }
}
#af-product-card .af-header-v4 video {
  position: absolute;
  z-index: 10;
  top: -140px;
  right: 0px;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 video {
    top: 0px;
    right: 10%;
  }
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-header-v4 video {
    right: 5%;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-header-v4 video {
    right: 0%;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-header-v4 video {
    right: -5%;
  }
}
@media only screen and (max-width: 450px) {
  #af-product-card .af-header-v4 video {
    right: -10%;
  }
}
@media only screen and (max-width: 400px) {
  #af-product-card .af-header-v4 video {
    right: -15%;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card .af-header-v4 video {
    right: -18%;
  }
}
@media only screen and (max-width: 370px) {
  #af-product-card .af-header-v4 video {
    right: -20%;
  }
}
@media only screen and (max-width: 350px) {
  #af-product-card .af-header-v4 video {
    right: -22%;
  }
}
@media only screen and (max-width: 340px) {
  #af-product-card .af-header-v4 video {
    right: -25%;
  }
}
@media only screen and (max-width: 330px) {
  #af-product-card .af-header-v4 video {
    right: -27%;
  }
}
@media only screen and (max-width: 320px) {
  #af-product-card .af-header-v4 video {
    right: -29%;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 {
    flex-direction: column;
  }
}
#af-product-card .af-header-v4 .af-main-box {
  margin: 2em 0px 0px 1.5em;
  width: 47%;
  max-width: 480px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 11;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-main-box {
    width: 100%;
    max-width: unset;
    margin: 0px;
    padding-top: 21px;
  }
}
#af-product-card .af-header-v4 .af-main-box .af-header-logo {
  width: 100%;
}
#af-product-card .af-header-v4 .af-main-box .af-header-logo img {
  height: 8em;
  width: auto;
  display: block;
  margin: unset;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-main-box .af-header-logo img {
    margin: auto;
  }
}
#af-product-card .af-header-v4 .af-main-box .af-text-box {
  color: white;
  padding-left: 1.5em;
  padding-bottom: 3.75em;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-main-box .af-text-box {
    display: none;
  }
}
#af-product-card .af-header-v4 .af-text-box-mobile {
  display: none;
  color: white;
  margin: 20px 48px 46px 48px;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-text-box-mobile {
    display: block;
    z-index: 100;
  }
}
#af-product-card .af-header-v4 .af-product-name {
  font-family: "UniNeueBold", Arial, sans-serif;
  font-size: 1.375em;
  line-height: 1.5;
  letter-spacing: 0.13px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-header-v4 .af-product-name {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 800px) {
  #af-product-card .af-header-v4 .af-product-name {
    font-size: 1em;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-product-name {
    font-size: 1.3571428571em;
    text-align: center;
  }
}
#af-product-card .af-header-v4 .af-product-title {
  font-family: "UniNeueBook", Arial, sans-serif;
  font-size: 2.625em;
  line-height: 1.19;
}
@media only screen and (max-width: 1365px) {
  #af-product-card .af-header-v4 .af-product-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-product-title {
    text-align: center;
    font-size: 2em;
  }
}
#af-product-card .af-header-v4 .af-product-title span {
  font-family: "UniNeueBold", Arial, sans-serif;
  display: inline-block;
}
#af-product-card .af-header-v4 .af-product-title span:after {
  content: "";
  float: none;
  background: white;
  width: 100%;
  height: 3px;
  border-radius: 8px;
  margin-top: 2px;
  display: table;
}
#af-product-card .af-header-v4 .af-product-box {
  width: 500px;
  height: auto;
  margin: 0.375em 1.5em 0px 0px;
  box-sizing: border-box;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-header-v4 .af-product-box {
    width: 100%;
    text-align: center;
  }
}
#af-product-card .af-header-v4 .af-product-box img {
  width: 100%;
  max-width: 500px;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 450px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -15%;
  }
}
@media only screen and (max-width: 400px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -20%;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -23%;
  }
}
@media only screen and (max-width: 370px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -26%;
  }
}
@media only screen and (max-width: 350px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -30%;
  }
}
@media only screen and (max-width: 340px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -24%;
    height: 800px;
  }
}
@media only screen and (max-width: 330px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -24%;
    height: 800px;
  }
}
@media only screen and (max-width: 320px) {
  #af-product-card.af-shop-8 .af-header-v4 video,
  #af-product-card.af-shop-7 .af-header-v4 video,
  #af-product-card.af-shop-9 .af-header-v4 video {
    right: -26%;
    height: 800px;
  }
}
#af-product-card .af-product-type {
  width: 100%;
  background-size: cover;
  box-sizing: border-box;
  padding: 4em 2em 2em 2em;
  max-width: 1040px;
  margin: auto;
}
#af-product-card .af-product-type .af-logo-type img {
  height: 40px;
  width: auto;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-product-type .af-logo-type img {
    height: 35px;
  }
}
#af-product-card .af-product-type .af-description-type {
  color: white;
  text-align: center;
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 2em 0px 2em 0px;
  width: 34em;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-product-type .af-description-type {
    width: auto;
    padding: 2em 20px 2em 20px;
  }
}
#af-product-card .af-functions-v4 {
  width: 100%;
  background: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/background.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 8px;
  padding: 2em 2em 2em 2em;
  max-width: 1040px;
  margin: auto;
}
#af-product-card .af-functions-v4 .af-product-type {
  padding: 2em 0px 2em 0px;
}
#af-product-card .af-functions-v4 .af-product-type .af-logo-type img {
  height: 40px;
  width: auto;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-functions-v4 .af-product-type .af-logo-type img {
    height: 35px;
  }
}
#af-product-card .af-functions-v4 .af-product-type .af-description-type {
  color: white;
  text-align: center;
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 2em 0px 2em 0px;
  width: 32em;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-functions-v4 .af-product-type .af-description-type {
    width: auto;
    padding: 2em 20px 2em 20px;
  }
}
#af-product-card .af-functions-v4 .af-functions-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#af-product-card .af-functions-v4 .af-functions-box .af-functions-lp {
  position: relative;
  max-width: 230px;
  width: 24%;
  margin: 0px 0.5%;
  z-index: 1;
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp {
    width: 48%;
    max-width: unset;
  }
}
#af-product-card .af-functions-v4 .af-functions-box .af-functions-lp img {
  width: 5em;
  height: 5em;
  border: 2px solid white;
  border-radius: 8px;
  display: block;
  margin: 0px auto 1.5em auto;
  position: relative;
  z-index: 1;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text-first {
  z-index: 1;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text-first
  span {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "UniNeueBold", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  color: white;
  display: block;
  margin: auto;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text {
  z-index: 1;
  top: 5.5em;
  -webkit-transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s,
    -webkit-transform ease 0.3s;
  transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s,
    -webkit-transform ease 0.3s;
  -o-transition: box-shadow ease 0.3s, background-color ease 0.3s,
    -o-transform ease 0.3s;
  -moz-transition: box-shadow ease 0.3s, transform ease 0.3s,
    background-color ease 0.3s, -moz-box-shadow ease 0.3s,
    -moz-transform ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s,
    background-color ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s,
    background-color ease 0.3s, -webkit-box-shadow ease 0.3s,
    -moz-box-shadow ease 0.3s, -webkit-transform ease 0.3s,
    -moz-transform ease 0.3s, -o-transform ease 0.3s;
  display: none;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text
  span {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "UniNeueBold", Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  color: white;
  display: block;
  margin: auto;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp
  .af-functions-text
  p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  display: none;
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp.af-width-5 {
  width: 19%;
}
@media only screen and (max-width: 900px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-5 {
    width: 200px;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-5 {
    width: 44%;
  }
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp.af-width-5
  span {
  font-size: 1em;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-5
    span {
    font-size: 1em;
  }
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp.af-width-5
  p {
  font-size: 0.75em;
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-5
    p {
    font-size: 0.8571428571em;
  }
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp.af-width-6 {
  width: 15%;
}
@media only screen and (max-width: 900px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-6 {
    width: 200px;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-6 {
    width: 44%;
  }
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp.af-width-6
  span {
  font-size: 1em;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-6
    span {
    font-size: 1em;
  }
}
#af-product-card
  .af-functions-v4
  .af-functions-box
  .af-functions-lp.af-width-6
  p {
  font-size: 0.8125em;
  line-height: 1.3;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp.af-width-6
    p {
    font-size: 0.8571428571em;
  }
}
@media (min-width: 577px) {
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp:hover {
    z-index: 12;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text-first {
    opacity: 0;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text {
    display: block;
    background-color: white;
    padding: 1em 0.7em;
    border-radius: 6px;
    position: absolute;
    transition: background-color 0.2s;
    z-index: 1000;
    -webkit-transform: translateY(1em);
    -moz-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text
    span {
    color: #e41429;
    padding-bottom: 10px;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:hover
    .af-functions-text
    p {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #af-product-card .af-functions-v4 .af-functions-box .af-functions-lp:active {
    z-index: 12;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:active
    .af-functions-text-first {
    opacity: 0;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:active
    .af-functions-text {
    background-color: white;
    padding: 1em 0.7em;
    border-radius: 6px;
    position: absolute;
    transition: background-color 0.5s;
    z-index: 1000;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
    display: block;
    top: 6.5em;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:active
    .af-functions-text
    span {
    color: #e41429;
    padding-bottom: 10px;
  }
  #af-product-card
    .af-functions-v4
    .af-functions-box
    .af-functions-lp:active
    .af-functions-text
    p {
    display: block;
  }
}
#af-product-card .pc-p5 {
  display: block;
  position: relative;
  max-width: 1040px;
  margin: auto;
}
#af-product-card .pc-p5 .pc-save-proprtion {
  position: relative;
  width: 100%;
}
#af-product-card .pc-p5 .pc-save-proprtion::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}
#af-product-card .pc-p5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}
#af-product-card .pc-p5 .pc-block-module .pc-relative {
  height: inherit;
}
#af-product-card .pc-p5 .pc-p5-checkbox {
  display: none;
}
#af-product-card .pc-p5 .pc-p5-checkbox:checked ~ label {
  display: none;
}
#af-product-card .pc-p5 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
#af-product-card .pc-p5 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  #af-product-card .pc-p5 video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card .pc-p5 video {
    height: 276px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
#af-product-card .pc-p5 label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}
#af-product-card .pc-p5 .af-hidden-label {
  display: none;
}
#af-product-card .pc-p5 .pc-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#af-product-card .af-b6-b {
  padding: 0px 1.5em;
}
#af-product-card .af-b6-b .af-b6-b-box {
  font-size: 2.4375em;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-b6-b .af-b6-b-box {
    font-size: 2em;
    line-height: 1.143;
  }
}
@media only screen and (max-width: 450px) {
  #af-product-card .af-b6-b .af-b6-b-box {
    font-size: 1.7142857143em;
    line-height: 1.143;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card .af-b6-b .af-b6-b-box {
    font-size: 1.5714285714em;
    line-height: 1.143;
  }
}
#af-product-card .af-b6-b .af-b6-b-box .af-b6-t1 {
  text-align: center;
  font-family: "UniNeueBook", Arial, sans-serif;
}
#af-product-card .af-b6-b .af-b6-b-box .af-b6-t1 .af-b6-t2 {
  text-align: center;
  color: #e41429;
  display: block;
  font-family: "UniNeueBold", Arial, sans-serif;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-b6-b .af-b6-b-box .af-b6-t1 .af-b6-t2 {
    display: inline;
  }
}
#af-product-card .af-hotspot-main .af-hotspot-info {
  padding: 0px 10px 14px 10px;
  display: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-hotspot-main .af-hotspot-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
#af-product-card .af-hotspot-main .af-hotspot-info .hotspot-info {
  width: 1.5 em;
}
#af-product-card .af-hotspot-main .af-hotspot-info .hotspot-info img {
  width: 1.5em;
  height: 1.5em;
  max-width: 1.5em;
}
#af-product-card .af-hotspot-main .af-hotspot-info .info-text {
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1.1428571429em;
  color: #9a9a9a;
  line-height: 1.375;
  letter-spacing: 0.16px;
  padding-left: 14px;
}
#af-product-card .af-hotspot-main input[type="checkbox"],
#af-product-card .af-hotspot-main input[type="radio"] {
  display: none;
}
#af-product-card .af-hotspot-main .af-hidden-box {
  display: none;
}
#af-product-card .af-hotspot-main .af-hotspot {
  background-color: #f4f4f4;
  padding: 0px;
  border-radius: 8px;
  background-position: top center;
  background-size: auto;
}
@media only screen and (max-width: 800px) {
  #af-product-card .af-hotspot-main .af-hotspot {
    background-size: cover;
  }
}
#af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box {
  width: 500px;
  height: 500px;
  margin: auto;
  float: none;
  position: relative;
  padding: 50px 10px;
  box-sizing: unset;
}
@media only screen and (max-width: 800px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box {
    width: 100%;
    height: auto;
    padding: 50px 0px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box {
    padding: 48px 0px;
  }
}
@media only screen and (max-width: 350px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box {
    padding: 47px 0px;
  }
}
@media only screen and (max-width: 330px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box {
    padding: 44px 0px;
  }
}
@media only screen and (max-width: 320px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box {
    padding: 42px 0px;
  }
}
#af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box img {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 380px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box img {
    width: 114%;
    margin-left: -7%;
    max-width: unset;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  #af-hotspot-second-img {
  display: none;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  #af-hotspot-third-img {
  display: none;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot {
  display: block;
  cursor: pointer;
  width: 5em;
  height: 5em;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside {
  cursor: none;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside
  .pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #e41429;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside
  .pc-hotspot-inside-circle
  .pc-hotspot-inside-plus {
  font-size: 2em;
  color: white;
  font-family: "UniNeueRegular", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 12;
  margin-top: -2px;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside
  .pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulseHotSpot 2s infinite;
  -moz-animation: pulseHotSpot 2s infinite;
  -o-animation: pulseHotSpot 2s infinite;
  animation: pulseHotSpot 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside:hover
  .pc-hotspot-inside-circle {
  width: 4em;
  height: 4em;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside:hover
  ~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
  z-index: 11;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside:hover
  ~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  margin-right: 0px;
  z-index: 11;
  box-sizing: unset;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside
  > img,
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside
  > p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 0;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-inside
  > p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot.first-hot
  .pc-hotspot-inside
  .pc-hotspot-inside-circle {
  width: 3em;
  height: 3em;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot.first-hot
  .pc-hotspot-popup-2 {
  opacity: 1;
  margin-left: 0px;
  z-index: 11;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup-2 {
  position: absolute;
  width: 10em;
  left: 104px;
  top: -2px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: white;
  border-radius: 8px;
  padding: 1.5em 1em;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.3s ease, margin 0.3s ease;
  -moz-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup-2 {
    display: none;
  }
}
@media (min-width: 750px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup-2.pc-hotspot-popup-left {
    left: auto;
    right: -100px;
    margin-left: auto;
    margin-right: 0px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: unset;
  }
}
@media (max-width: 749px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup-2.pc-hotspot-popup-right {
    left: auto;
    right: -80px;
    margin-left: auto;
    margin-right: -10px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: unset;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup-2
  .hotspot-popup-image {
  width: 176px;
  height: 112px;
  display: none;
  margin-bottom: 1em;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup-2
  .hotspot-popup-image
  img {
  width: 100%;
}
@media (min-width: 750px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup-2
    .pc-arrow-left {
    position: absolute;
    left: -17px;
    top: 25px;
  }
}
@media (max-width: 749px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup-2
    .pc-arrow-left {
    position: absolute;
    right: -17px;
    top: 25px;
  }
}
@media (min-width: 750px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup-2
    .pc-arrow-right {
    position: absolute;
    right: -17px;
    top: 25px;
  }
}
@media (max-width: 749px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup-2
    .pc-arrow-right {
    position: absolute;
    left: -17px;
    top: 25px;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup-2
  .pc-h5 {
  font-size: 1em;
  line-height: 1.2;
  font-family: "UniNeueBold", Arial, sans-serif;
  margin-bottom: 5px;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup-2
  .small {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 1.2;
  font-family: "UniNeueRegular", Arial, sans-serif;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup {
  position: absolute;
  width: 10em;
  left: 104px;
  top: -2px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: white;
  border-radius: 8px;
  padding: 1.5em 1em;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.3s ease, margin 0.3s ease;
  -moz-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup {
    display: none;
  }
}
@media (min-width: 750px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup.pc-hotspot-popup-left {
    left: auto;
    right: -100px;
    margin-left: auto;
    margin-right: -10px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: unset;
  }
}
@media (max-width: 749px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup.pc-hotspot-popup-right {
    left: auto;
    right: -80px;
    margin-left: auto;
    margin-right: -10px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    box-sizing: unset;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup
  .hotspot-popup-image {
  width: 176px;
  height: 112px;
  display: none;
  margin-bottom: 1em;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup
  .hotspot-popup-image
  img {
  width: 100%;
}
@media (min-width: 750px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup
    .pc-arrow-left {
    position: absolute;
    left: -17px;
    top: 25px;
  }
}
@media (max-width: 749px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup
    .pc-arrow-left {
    position: absolute;
    right: -17px;
    top: 25px;
  }
}
@media (min-width: 750px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup
    .pc-arrow-right {
    position: absolute;
    right: -17px;
    top: 25px;
  }
}
@media (max-width: 749px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot
    .pc-hotspot-popup
    .pc-arrow-right {
    position: absolute;
    left: -17px;
    top: 25px;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup
  .pc-h5 {
  font-size: 1em;
  line-height: 1.375;
  font-family: "UniNeueBold", Arial, sans-serif;
  margin-bottom: 5px;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot
  .pc-hotspot-popup
  .small {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 1.2;
  font-family: "UniNeueRegular", Arial, sans-serif;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot-no-rwd {
    display: none;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-popup-rwd {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 3;
  opacity: 0;
  margin-left: 0px;
  margin-top: 90px;
  background-color: white;
  border-radius: 8px;
  padding: 1.5em;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.3s ease, margin 0.3s ease;
  -moz-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  box-sizing: border-box;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-popup-rwd
  .hotspot-popup-content
  .pc-h5 {
  font-size: 18px;
  line-height: 1.375;
  font-family: "UniNeueBold", Arial, sans-serif;
  margin-bottom: 5px;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-popup-rwd
  .hotspot-popup-content
  .small {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "UniNeueRegular", Arial, sans-serif;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot-popup-rwd {
    display: block;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd {
  display: none;
  cursor: pointer;
  width: 5em;
  height: 5em;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-arrow-up {
  opacity: 0;
  position: absolute;
  z-index: 4;
  bottom: -20px;
  left: 50%;
  margin-left: 0px;
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.3s ease, margin 0.3s ease;
  -moz-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid white;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside
  .pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #e41429;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot-rwd
    .pc-hotspot-inside
    .pc-hotspot-inside-circle {
    width: 42px;
    height: 42px;
    opacity: 0.75;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside
  .pc-hotspot-inside-circle
  .pc-hotspot-inside-plus {
  font-size: 2em;
  color: white;
  font-family: "UniNeueRegular", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 12;
  margin-top: -2px;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside
  .pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulseHotSpot 2s infinite;
  -moz-animation: pulseHotSpot 2s infinite;
  -o-animation: pulseHotSpot 2s infinite;
  animation: pulseHotSpot 2s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside:active
  .pc-hotspot-inside-circle {
  width: 4em;
  height: 4em;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside:active
  ~ .pc-arrow-up {
  opacity: 1;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside
  > img,
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside
  > p {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 0;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd
  .pc-hotspot-inside
  > p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .af-hotspot-dot
    .pc-hotspot-rwd {
    display: block;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot
  .pc-hotspot-rwd:active
  + .pc-hotspot-popup-rwd {
  opacity: 1;
  margin-left: 0px;
  z-index: 100;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot.af-hotspot-second-box {
  display: none;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box
  .af-hotspot-dot.af-hotspot-third-box {
  display: none;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box:hover
  .af-hotspot-dot
  .first-hot
  .pc-hotspot-inside
  .pc-hotspot-inside-circle {
  width: 3em;
  height: 3em;
}
#af-product-card
  .af-hotspot-main
  .af-hotspot
  .af-hotspot-box:hover
  .af-hotspot-dot
  .first-hot
  .pc-hotspot-popup-2 {
  opacity: 0;
  margin-left: 0px;
  z-index: 3;
}
@media (min-width: 750px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .pc-arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
  }
}
@media (max-width: 749px) {
  #af-product-card
    .af-hotspot-main
    .af-hotspot
    .af-hotspot-box
    .pc-arrow-right {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
  }
}
@media (min-width: 750px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box .pc-arrow-left {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid white;
  }
}
@media (max-width: 749px) {
  #af-product-card .af-hotspot-main .af-hotspot .af-hotspot-box .pc-arrow-left {
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid white;
  }
}
#af-product-card .af-hotspot-main .af-hostpot-handling {
  width: 90%;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 35px rgba(108, 133, 146, 0.161);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -20px;
  padding: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #af-product-card .af-hotspot-main .af-hostpot-handling {
    width: 100%;
    box-sizing: border-box;
  }
}
#af-product-card .af-hotspot-main .af-hostpot-handling .btn-box {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  z-index: 6;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-hotspot-main .af-hostpot-handling .btn-box {
    width: 100%;
    justify-content: center;
  }
}
#af-product-card .af-hotspot-main .af-hostpot-handling .btn-box label {
  display: inline-block;
  width: 140px;
  margin: 0.5em;
  position: relative;
  height: 30px;
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .btn-box
  label
  .p-option-1,
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .btn-box
  label
  .p-option-2 {
  display: inline-block;
  color: #9a9a9a;
  font-size: 15px;
  line-height: 1.375;
  font-family: "UniNeueRegular", Arial, sans-serif;
  box-shadow: 0px 13px 30px rgba(185, 185, 185, 0.651);
  text-transform: uppercase;
  padding: 0.2em 0;
  text-align: center;
  width: 100px;
  background: #eaeaea;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  position: relative;
  z-index: 100;
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .btn-box
  label
  .p-option-2 {
  margin-left: 35px;
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .btn-box
  label
  .p-option-after {
  display: inline-block;
  width: 135px;
  background: rgba(39, 39, 39, 0.102);
  height: 16px;
  position: absolute;
  border: 1px solid #e2e2e2;
  border-radius: 29px;
  top: 5px;
  left: 0px;
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .btn-box
  label
  .p-option-2 {
  display: none;
}
@media (min-width: 577px) {
  #af-product-card .af-hotspot-main .af-hostpot-handling .btn-box label:hover {
    cursor: pointer;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .btn-box
  label.af-hidden-btn-label {
  display: none;
}
#af-product-card .af-hotspot-main .af-hostpot-handling .background-box {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-hotspot-main .af-hostpot-handling .background-box {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .background-box
  .background-box-text {
  letter-spacing: 0.16px;
  color: #bdbebf;
  font-size: 15px;
}
@media only screen and (max-width: 900px) {
  #af-product-card
    .af-hotspot-main
    .af-hostpot-handling
    .background-box
    .background-box-text {
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .background-box
  .background-box-img {
  background: transparent
    linear-gradient(237deg, #f5f5f5 0%, rgba(123, 123, 123, 0.251) 100%) 0% 0%
    no-repeat padding-box;
  border: 0.5px solid rgba(112, 112, 112, 0.6);
  width: 64px;
  height: 64px;
  border-radius: 4px;
  margin-left: 8px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 450px) {
  #af-product-card
    .af-hotspot-main
    .af-hostpot-handling
    .background-box
    .background-box-img {
    width: 54px;
    height: 54px;
    margin-left: 0px;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .background-box
  .af-hotspot-bg-img-small {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  margin-left: 10px;
  background-size: cover;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 450px) {
  #af-product-card
    .af-hotspot-main
    .af-hostpot-handling
    .background-box
    .af-hotspot-bg-img-small {
    width: 54px;
    height: 54px;
    margin-left: 6px;
  }
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .background-box
  .af-check-bg {
  width: 30px;
  height: 30px;
  margin-top: 17px;
  display: none;
}
#af-product-card
  .af-hotspot-main
  .af-hostpot-handling
  .background-box
  #af-check-bg-1 {
  display: inline;
}
#af-product-card .af-hotspot-main .af-hostpot-handling .af-hidden-btn {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hotspot
  .af-hotspot-box
  #af-hotspot-third-img {
  display: block;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hotspot
  .af-hotspot-box
  #af-hotspot-first-img {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hotspot
  .af-hotspot-box
  #af-hotspot-second-img {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hotspot
  .af-hotspot-box
  .af-hotspot-first-box {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hotspot
  .af-hotspot-box
  .af-hotspot-second-box {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hotspot
  .af-hotspot-box
  .af-hotspot-third-box {
  display: block;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hostpot-handling
  .btn-box
  .btn-second {
  position: relative;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hostpot-handling
  .btn-box
  .btn-second
  .p-option-1 {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hostpot-handling
  .btn-box
  .btn-second
  .p-option-2 {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hostpot-handling
  .btn-box
  .btn-first {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-second:checked
  ~ .af-hostpot-handling
  .btn-box
  .af-hidden-btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  right: 0%;
  top: 0;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hotspot
  .af-hotspot-box
  #af-hotspot-first-img {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hotspot
  .af-hotspot-box
  #af-hotspot-third-img {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hotspot
  .af-hotspot-box
  #af-hotspot-second-img {
  display: block;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hotspot
  .af-hotspot-box
  .af-hotspot-first-box {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hotspot
  .af-hotspot-box
  .af-hotspot-second-box {
  display: block;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hotspot
  .af-hotspot-box
  .af-hotspot-third-box {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hostpot-handling
  .btn-box
  .btn-first
  .p-option-1 {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hostpot-handling
  .btn-box
  .btn-first
  .p-option-2 {
  display: inline-block;
}
#af-product-card
  .af-hotspot-main
  #af-hotspot-first:checked
  ~ .af-hostpot-handling
  .btn-box
  .btn-second {
  display: none;
}
#af-product-card .af-hotspot-main #af-bg-0:checked ~ .af-hotspot {
  background-color: #f4f4f4;
  background-image: unset;
}
#af-product-card
  .af-hotspot-main
  #af-bg-0:checked
  ~ .af-hostpot-handling
  .background-box
  .af-check-bg {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-bg-0:checked
  ~ .af-hostpot-handling
  .background-box
  #af-check-bg-0 {
  display: inline;
}
#af-product-card
  .af-hotspot-main
  #af-bg-0:checked
  ~ #af-hotspot-second:checked
  ~ .af-hotspot {
  background-image: linear-gradient(120deg, #262626, #000);
  background-color: unset;
}
#af-product-card .af-hotspot-main .af-hidden-box {
  display: none;
}

#af-product-card
  .af-hotspot-main
  #af-bg-1:checked
  ~ .af-hostpot-handling
  .background-box
  .af-check-bg {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-bg-1:checked
  ~ .af-hostpot-handling
  .background-box
  #af-check-bg-1 {
  display: inline;
}

#af-product-card
  .af-hotspot-main
  #af-bg-2:checked
  ~ .af-hostpot-handling
  .background-box
  .af-check-bg {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-bg-2:checked
  ~ .af-hostpot-handling
  .background-box
  #af-check-bg-2 {
  display: inline;
}

#af-product-card
  .af-hotspot-main
  #af-bg-3:checked
  ~ .af-hostpot-handling
  .background-box
  .af-check-bg {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-bg-3:checked
  ~ .af-hostpot-handling
  .background-box
  #af-check-bg-3 {
  display: inline;
}

#af-product-card
  .af-hotspot-main
  #af-bg-4:checked
  ~ .af-hostpot-handling
  .background-box
  .af-check-bg {
  display: none;
}
#af-product-card
  .af-hotspot-main
  #af-bg-4:checked
  ~ .af-hostpot-handling
  .background-box
  #af-check-bg-4 {
  display: inline;
}
#af-product-card .af-width-920 .af-hotspot-main .af-hostpot-handling {
  width: 95%;
}
#af-product-card .af-description-functions {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-description-functions {
    max-width: 500px;
  }
}
#af-product-card .af-description-functions .af-description-item {
  margin-bottom: 2em;
  background-color: #f5f5f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 2.5em 1em;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-description-functions .af-description-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text {
  width: 50%;
  max-width: 500px;
  text-align: right;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text {
    width: 100%;
    text-align: left;
    padding: 2.5em;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-icon {
  width: 64px;
  box-sizing: unset;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-icon {
    width: 100%;
    padding: 0px 0px 1.5em 0px;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-icon
  img {
  height: 4em;
  width: 4em;
  max-width: 4em;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box {
    flex-wrap: wrap;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box
  .af-description-type {
  font-size: 0.875em;
  color: #e41429;
  text-transform: uppercase;
  font-family: "UniNeueBold", Arial, sans-serif;
  letter-spacing: 0.28px;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box
    .af-description-type {
    font-size: 1em;
    margin-bottom: 0.5714285714em;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box
  .af-description-ng {
  font-size: 1.5625em;
  font-family: "UniNeueRegular", Arial, sans-serif;
  line-height: 1.2;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 750px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box
    .af-description-ng {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-text
    .af-description-title-box
    .af-description-ng {
    font-size: 22px;
    line-height: 26px;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  .af-description-title-box
  .af-description-ng
  strong {
  color: #272727;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-text
  p {
  font-family: "UniNeueRegular", Arial, sans-serif;
  margin-bottom: 0px;
  margin-top: 2em;
  text-align: left;
  line-height: 1.375em;
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img {
  width: 50%;
  max-width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img {
    width: 100%;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img
  .af-fit-cover {
  max-width: 500px;
  width: 100%;
  height: 23em;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover {
    height: auto;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img
  .af-fit-cover
  img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover
    img {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item
  .af-description-item-img
  .af-fit-cover
  video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: bottom;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  box-sizing: border-box;
  max-height: 368px;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover
    video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover
    video {
    -o-object-fit: unset;
    object-fit: unset;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-right
  .af-description-item-text {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-right
    .af-description-item-text {
    padding: 2.5em;
  }
}
@media only screen and (max-width: 450px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-right
    .af-description-item-text {
    padding: 1.5em;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-right
  .af-description-item-text
  .af-description-icon {
  padding-right: 1.5em;
  box-sizing: unset;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-right
    .af-description-item-text
    .af-description-icon {
    padding: 0px 0px 1.5em 0px;
  }
}
#af-product-card .af-description-functions .af-description-item.af-item-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-description-functions .af-description-item.af-item-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-text {
  text-align: right;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text {
    padding: 2.5em;
  }
}
@media only screen and (max-width: 450px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text {
    padding: 1.5em;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-text
  .af-description-icon {
  padding-left: 1.5em;
  box-sizing: unset;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text
    .af-description-icon {
    padding-left: unset;
  }
}
@media (min-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text
    .af-description-title-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text {
    text-align: left;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-text
  .af-description-type {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text
    .af-description-type {
    text-align: left;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-text
  .af-description-ng {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text
    .af-description-ng {
    text-align: left;
  }
}
#af-product-card
  .af-description-functions
  .af-description-item.af-item-left
  .af-description-item-text
  p {
  text-align: right;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-description-functions
    .af-description-item.af-item-left
    .af-description-item-text
    p {
    text-align: left;
  }
}
#af-product-card
  .af-width-1000
  .af-description-functions
  .af-description-item
  .af-description-item-text {
  width: 50%;
  max-width: 500px;
  text-align: right;
  box-sizing: border-box;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
#af-product-card
  .af-width-1000
  .af-description-functions
  .af-description-item.af-item-right
  .af-description-item-text {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
#af-product-card
  .af-width-920
  .af-description-functions
  .af-description-item
  .af-description-item-img
  .af-fit-cover {
  max-width: 444px;
  width: 100%;
  height: 20.4375em;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-width-920
    .af-description-functions
    .af-description-item
    .af-description-item-img
    .af-fit-cover {
    height: auto;
  }
}
#af-product-card
  .af-width-920
  .af-description-functions
  .af-description-item
  .af-description-item-text {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-width-920
    .af-description-functions
    .af-description-item
    .af-description-item-text {
    padding: 1em 2.5em;
  }
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-width-920
    .af-description-functions
    .af-description-item
    .af-description-item-text {
    width: 100%;
    text-align: left;
    padding: 2.5em;
  }
}
#af-product-card
  .af-width-920
  .af-description-functions
  .af-description-item.af-item-right
  .af-description-item-text {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
#af-product-card .pc-b6-d {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  #af-product-card .pc-b6-d {
    padding: 0px 2em;
  }
}
#af-product-card .pc-b6-d .pc-h2 {
  font-size: 10px;
  font-family: Arial;
  color: #272727;
  line-height: 1.13;
  letter-spacing: 0.1px;
}
#af-product-card .pc-b6-d .pc-h2 span {
  color: #e41429;
}
#af-product-card .af-icons-big {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card .af-icons-big .af-icons-info {
  padding: 0px 1.5em 1em 1.5em;
  display: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons-big .af-icons-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
#af-product-card .af-icons-big .af-icons-info .icons-info {
  width: 1.5em;
}
#af-product-card .af-icons-big .af-icons-info .icons-info img {
  width: 1.5em;
  height: 1.5em;
  max-width: 1.5em;
}
#af-product-card .af-icons-big .af-icons-info .info-text {
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1.1428571429em;
  color: #9a9a9a;
  line-height: 1.375;
  letter-spacing: 0.16px;
  padding-left: 14px;
}
#af-product-card .af-icons-big .af-icons-box {
  width: 95%;
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons-big .af-icons-box {
    width: 100%;
    max-width: 100%;
  }
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons-big .af-icons-box .af-icons-col {
    display: none;
  }
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col .af-icons-lp {
  width: 96%;
  max-width: 442px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 1em;
  position: relative;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-img {
  z-index: 12;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-text-box {
  position: absolute;
  padding: 1em 1em 1em 7.5em;
  max-width: 442px;
  border: 1px;
  background-color: white;
  z-index: 11;
  border-radius: 8px;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
  top: -1em;
  left: 1em;
  min-height: 130px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover
    .icons-text-box {
    max-width: unset;
  }
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-text-box
  .h3 {
  color: #e41429;
  margin-bottom: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col
  .af-icons-lp:hover
  .icons-text-box
  p {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col .icons-img {
  padding-left: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col .icons-img img {
  width: 5em;
  height: 5em;
  max-width: 5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col .icons-text-box {
  padding: 0px 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-icons-big .af-icons-box .af-icons-col .icons-text-box {
    padding: 0px 10%;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons-big .af-icons-box .af-icons-col .icons-text-box {
    padding: 0px 0px 0px 1.5em;
  }
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col .icons-text-box .h3 {
  font-family: "UniNeueBold", Arial, sans-serif;
  font-size: 1.25em;
  color: #272727;
  line-height: 1.2;
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col .icons-text-box p {
  display: none;
  padding: 0px;
  margin: 0px;
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1em;
  color: #272727;
  line-height: 1.375;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col-mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-icons-big .af-icons-box .af-icons-col-mobile {
    display: block;
    width: 100%;
    padding: 0px;
  }
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col-mobile .af-icons-lp {
  width: 100%;
  max-width: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 1em 1em 0px;
  position: relative;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:active
  .icons-img {
  z-index: 12;
  position: relative;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:active
  .icons-text-box {
  position: absolute;
  padding: 1em 1em 1em 8em;
  max-width: unset;
  border: 1px;
  background-color: white;
  z-index: 11;
  border-radius: 8px;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
  top: -1em;
  left: 1em;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:active
  .icons-text-box
  .h3 {
  color: #e41429;
  margin-bottom: 1em;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .af-icons-lp:active
  .icons-text-box
  p {
  display: block;
}
#af-product-card .af-icons-big .af-icons-box .af-icons-col-mobile .icons-img {
  padding-left: 1.5em;
  position: relative;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .icons-img
  .icons-img-overlay {
  z-index: 12;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .icons-img
  img {
  width: 5em;
  height: 5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .icons-text-box {
  padding: 0px 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
}
@media only screen and (max-width: 900px) {
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-col-mobile
    .icons-text-box {
    max-width: 60%;
    padding: 0px 10%;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-col-mobile
    .icons-text-box {
    max-width: 60%;
    padding: 0px 0px 0px 1.5em;
  }
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .icons-text-box
  .h3 {
  font-family: "UniNeueBold", Arial, sans-serif;
  font-size: 1.25em;
  color: #272727;
  line-height: 1.2;
}
#af-product-card
  .af-icons-big
  .af-icons-box
  .af-icons-col-mobile
  .icons-text-box
  p {
  display: none;
  padding: 0px;
  margin: 0px;
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1em;
  color: #272727;
  line-height: 1.375;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (min-width: 577px) {
  #af-product-card
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-img {
    z-index: 12;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box {
    position: absolute;
    padding: 1em 1em 1em 7.5em;
    max-width: 442px;
    border: 1px;
    background-color: white;
    z-index: 11;
    border-radius: 8px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.5s ease-out;
    top: -1em;
    left: 1em;
    min-height: 130px;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box
    .h3 {
    color: #e41429;
    margin-bottom: 1em;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box
    p {
    display: block;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box
    .af-icons-col
    .af-icons-lp
    .icons-text-box {
    transition: box-shadow 0s ease;
    -webkit-transition: -webkit-box-shadow 0s ease;
    -moz-transition: box-shadow 0s ease;
    -o-transition: box-shadow 0s ease;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box
    .af-icons-col
    .af-icons-lp
    .icons-text-box
    p {
    display: block;
    height: 0px;
    opacity: 0;
    -webkit-transition: opacity ease 0s, height ease 0s;
    -o-transition: opacity ease 0s, height ease 0s;
    -moz-transition: opacity ease 0s, height ease 0s;
    transition: opacity ease 0s, height ease 0s;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover {
    -webkit-transition: opacity ease 0.5s, height ease 0.5s;
    -o-transition: opacity ease 0.5s, height ease 0.5s;
    -moz-transition: opacity ease 0.5s, height ease 0.5s;
    transition: opacity ease 0.5s, height ease 0.5s;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover
    .icons-text-box {
    transition: box-shadow 0.3s ease;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover
    .icons-text-box
    p {
    display: block;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s, height ease 0.5s;
    -o-transition: opacity ease 0.5s, height ease 0.5s;
    -moz-transition: opacity ease 0.5s, height ease 0.5s;
    transition: opacity ease 0.5s, height ease 0.5s;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-img {
    z-index: 13;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box {
    position: absolute;
    padding: 1em 1em 1.5em 7.5em;
    max-width: 442px;
    border: 1px;
    background-color: white;
    z-index: 11;
    border-radius: 8px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.5s ease-out;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box
    .h3 {
    color: #e41429;
    margin-bottom: 1em;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box:not(:hover)
    .af-icons-col-1
    .af-icons-lp:first-child
    .icons-text-box
    p {
    display: block;
    opacity: 1;
    height: auto;
  }
  #af-product-card
    .af-icons-big
    .af-icons-box
    .af-icons-big
    .af-icons-box
    .af-icons-col
    .af-icons-lp:hover
    .icons-text-box {
    position: absolute;
    padding: 1em 1em 1.5em 7.5em;
  }
}
#af-product-card .pc-b6-c {
  text-align: center;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  #af-product-card .pc-b6-c {
    padding: 0px 2em;
  }
}
#af-product-card .pc-b6-c .pc-h2 {
  font-size: 2.4em;
  font-family: "UniNeueBold", Arial, sans-serif;
  color: #272727;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  #af-product-card .pc-b6-c .pc-h2 {
    font-size: 2em;
  }
}
#af-product-card .pc-b6-c .pc-h2 span {
  color: #e41429;
}
#af-product-card .af-slider-icons-box {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-slider-icons-box .af-slider-icon {
    display: none;
  }
}
#af-product-card .af-slider-icons-box .af-slider-icon input[type="radio"] {
  display: none;
}
#af-product-card .af-slider-icons-box .af-slider-icon .af-slides {
  display: flex;
  justify-items: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-slider-icons-box .af-slider-icon .af-slides {
    margin-top: 30px;
  }
}
#af-product-card .af-slider-icons-box .af-slider-icon .af-slides .af-arrow {
  width: 10%;
  text-align: center;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  .af-slides
  .af-arrow
  label {
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  margin: auto;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  .af-slides
  .af-arrow
  label
  img {
  width: 100%;
  max-width: 32px;
  height: auto;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  .af-slides
  .af-arrow
  label
  div {
  width: 32px;
  height: 32px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  .af-slides
  .af-slides-container {
  width: 80%;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  .af-slides
  .af-slides-container
  .af-slides-inner {
  position: relative;
  min-height: 230px;
}
@media only screen and (max-width: 700px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-icon
    .af-slides
    .af-slides-container
    .af-slides-inner {
    min-height: 300px;
  }
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slider-box {
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
#af-product-card .af-slider-icons-box .af-slider-icon #af-dot-slider {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#af-product-card .af-slider-icons-box .af-slider-icon #af-dot-slider label {
  width: 12px;
  height: 12px;
  border: 0px solid #fff;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  background-color: #272727;
  opacity: 0.2;
  border-radius: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16),
    inset 0px 1px 1px rgba(0, 0, 0, 0.16);
  margin: 0px 8px;
  cursor: pointer;
  transition: background ease 0.3s, box-shadow ease 0.3s, border ease 0.3s,
    transform ease 0.3s;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-dot-slider
  label:hover {
  opacity: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-1:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-0 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-1:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(2) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-1:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-1 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-1:checked
  ~ #af-dot-slider
  label:nth-of-type(1) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-2:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-1 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-2:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(3) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-2:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-2 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-2:checked
  ~ #af-dot-slider
  label:nth-of-type(2) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-3:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-2 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-3:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(4) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-3:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-3 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-3:checked
  ~ #af-dot-slider
  label:nth-of-type(3) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-4:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-3 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-4:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(5) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-4:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-4 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-4:checked
  ~ #af-dot-slider
  label:nth-of-type(4) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-5:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-4 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-5:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(6) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-5:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-5 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-5:checked
  ~ #af-dot-slider
  label:nth-of-type(5) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-6:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-5 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-6:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(7) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-6:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-6 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-6:checked
  ~ #af-dot-slider
  label:nth-of-type(6) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-7:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-6 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-7:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(8) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-7:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-7 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-7:checked
  ~ #af-dot-slider
  label:nth-of-type(7) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-8:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-7 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-8:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(9) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-8:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-8 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-8:checked
  ~ #af-dot-slider
  label:nth-of-type(8) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-9:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-8 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-9:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(10) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-9:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-9 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-9:checked
  ~ #af-dot-slider
  label:nth-of-type(9) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-10:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-9 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-10:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(11) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-10:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-10 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-10:checked
  ~ #af-dot-slider
  label:nth-of-type(10) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-11:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-10 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-11:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(12) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-11:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-11 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-11:checked
  ~ #af-dot-slider
  label:nth-of-type(11) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-12:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-11 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-12:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(13) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-12:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-12 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon
  #af-slide-12:checked
  ~ #af-dot-slider
  label:nth-of-type(12) {
  background-color: #e41429;
  opacity: 1;
  width: 16px;
  height: 16px;
  margin: 0px 8px;
}
#af-product-card .af-slider-icons-box .af-slider-icon-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-slider-icons-box .af-slider-icon-mobile {
    display: block;
    margin-top: 3em;
  }
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  input[type="radio"] {
  display: none;
}
#af-product-card .af-slider-icons-box .af-slider-icon-mobile .af-slides {
  text-align: center;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  .af-slides
  .af-arrow {
  width: 48px;
  margin: 0px 7px;
  text-align: center;
  display: inline-flex;
  box-sizing: border-box;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  .af-slides
  .af-arrow
  label {
  width: 48px;
  height: 48px;
  display: none;
  cursor: pointer;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  .af-slides
  .af-arrow
  label
  img {
  width: 100%;
  max-width: 48px;
  height: auto;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  .af-slides
  .af-arrow
  label
  div {
  width: 32px;
  height: 32px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  .af-slides
  .af-slides-container {
  width: 100%;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  .af-slides
  .af-slides-container
  .af-slides-inner {
  position: relative;
  min-height: 300px;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slider-box {
  -webkit-transition: all ease 1.2s;
  -o-transition: all ease 1.2s;
  -moz-transition: all ease 1.2s;
  transition: all ease 1.2s;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-1:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-0 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-1:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(2) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-1:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-1 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-2:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-1 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-2:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(3) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-2:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-2 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-3:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-2 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-3:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(4) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-3:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-3 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-4:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-3 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-4:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(5) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-4:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-4 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-5:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-4 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-5:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(6) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-5:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-5 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-6:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-5 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-6:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(7) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-6:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-6 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-7:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-6 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-7:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(8) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-7:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-7 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-8:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-7 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-8:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(9) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-8:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-8 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-9:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-8 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-9:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(10) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-9:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-9 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-10:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-9 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-10:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(11) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-10:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-10 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-11:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-10 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-11:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(12) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-11:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-11 {
  opacity: 1;
  z-index: 1;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-12:checked
  ~ .af-slides
  .af-arrow-left
  #af-slide-sc-mobile-11 {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-12:checked
  ~ .af-slides
  .af-arrow-right
  label:nth-of-type(13) {
  display: block;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-icon-mobile
  #af-slide-mobile-12:checked
  ~ .af-slides
  .af-slides-container
  .af-slides-inner
  .af-slide-container-12 {
  opacity: 1;
  z-index: 1;
}
#af-product-card .af-slider-icons-box .af-slider-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-slider-icons-box .af-slider-row {
    display: block;
  }
}
#af-product-card .af-slider-icons-box .af-slider-item {
  width: 32%;
  margin: 0px;
  padding: 1em 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-slider-icons-box .af-slider-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-slider-icons-box .af-slider-item {
    width: 100%;
    padding: 0px;
    display: block;
  }
}
#af-product-card .af-slider-icons-box .af-slider-item .af-icons-lp {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 2em 0px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-slider-icons-box .af-slider-item .af-icons-lp {
    width: 48%;
    margin: 1em 0px;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card .af-slider-icons-box .af-slider-item .af-icons-lp {
    width: 100%;
    margin: 0px 0px 2em 0px;
  }
}
#af-product-card .af-slider-icons-box .af-slider-item .af-icons-lp .icons-img {
  padding-left: 1em;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp
    .icons-img {
    padding-left: 1.5em;
  }
}
#af-product-card
  .af-slider-icons-box
  .af-slider-item
  .af-icons-lp
  .icons-img
  .icons-img-overlay {
  z-index: 10000;
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
#af-product-card
  .af-slider-icons-box
  .af-slider-item
  .af-icons-lp
  .icons-img
  img {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp
    .icons-img
    img {
    width: 70px;
    height: 70px;
  }
}
#af-product-card
  .af-slider-icons-box
  .af-slider-item
  .af-icons-lp
  .icons-text-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 326px;
  padding: 1em 1em 1em 5em;
  position: absolute;
  border-radius: unset;
  transition: box-shadow 0.3s ease-out;
}
@media only screen and (max-width: 800px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp
    .icons-text-box {
    padding: 1em 1em 1em 5.52em;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp
    .icons-text-box {
    max-width: unset;
    width: 100%;
    padding: 1.2em 1.2em 1.2em 8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
#af-product-card
  .af-slider-icons-box
  .af-slider-item
  .af-icons-lp
  .icons-text-box
  .h3 {
  font-family: "UniNeueBold", Arial, sans-serif;
  font-size: 1em;
  color: #272727;
  line-height: 1.2;
  text-align: left;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp
    .icons-text-box
    .h3 {
    font-size: 1.2857142857em;
    font-family: "UniNeueBold", Arial, sans-serif;
  }
}
#af-product-card
  .af-slider-icons-box
  .af-slider-item
  .af-icons-lp
  .icons-text-box
  p {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  text-align: left;
  padding: 0px;
  margin: 0px 1em 0px 0px;
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 0.75em;
  color: #272727;
  line-height: 1.2;
  transition: opacity 0.3s ease-out;
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp
    .icons-text-box
    p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:active
    .icons-img {
    z-index: 12;
  }
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:active
    .icons-text-box {
    border-radius: 8px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
    z-index: 11;
    position: absolute;
    background-color: white;
    transition: box-shadow 0.3s ease-out;
  }
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:active
    .icons-text-box
    .h3 {
    color: #e41429;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    z-index: 12;
  }
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:active
    .icons-text-box
    p {
    visibility: visible;
    height: auto;
    z-index: 12;
    opacity: 1;
  }
}
@media only screen and (max-width: 576px) and only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:active
    .icons-text-box
    .h3 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 576px) and only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:active
    .icons-text-box
    p {
    margin: 0px;
  }
}
@media (min-width: 577px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:hover
    .icons-img {
    z-index: 12;
  }
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:hover
    .icons-text-box {
    border-radius: 8px;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
    z-index: 11;
    position: absolute;
    background-color: white;
    transition: box-shadow 0.3s ease-out;
  }
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:hover
    .icons-text-box
    .h3 {
    color: #e41429;
    margin-bottom: 0.5em;
    z-index: 12;
  }
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:hover
    .icons-text-box
    p {
    visibility: visible;
    height: auto;
    z-index: 12;
    opacity: 1;
  }
}
@media (min-width: 577px) and only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:hover
    .icons-text-box
    .h3 {
    margin-top: 0px;
  }
}
@media (min-width: 577px) and only screen and (max-width: 576px) {
  #af-product-card
    .af-slider-icons-box
    .af-slider-item
    .af-icons-lp:hover
    .icons-text-box
    p {
    margin: 0px;
  }
}
#af-product-card .af-panel-size {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 40px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#af-product-card .af-panel-size .af-box-text {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-panel-size .af-box-text {
    width: 100%;
    order: 2;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-panel-size .af-box-text {
    flex-wrap: wrap;
  }
}
#af-product-card .af-panel-size .af-box-text .af-box-size {
  width: 100px;
  height: 95px;
  margin-right: 40px;
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-panel-size .af-box-text .af-box-size {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#af-product-card .af-panel-size .af-box-text .af-box-size .af-size-ng {
  text-align: center;
  font-size: 25px;
  font-family: "Arial", sans-serif;
  color: #e41429;
  font-weight: bold;
  padding-bottom: 8px;
}
#af-product-card .af-panel-size .af-box-text .af-box-size .af-size-title {
  text-align: center;
  font-size: 12px;
  font-family: "UniNeueBold", Arial, sans-serif;
  color: #bdbebf;
  padding-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-panel-size .af-box-text .af-box-size .af-size-info {
    width: 40%;
  }
}
#af-product-card .af-panel-size .af-box-text .af-box-size .af-size-text {
  text-align: center;
  color: #272727;
  font-size: 25px;
  font-family: "UniNeueRegular", Arial, sans-serif;
}
@media only screen and (max-width: 500px) {
  #af-product-card .af-panel-size .af-box-text .af-box-size .af-size-text {
    width: 40%;
    text-align: left;
  }
}
#af-product-card .af-panel-size .af-box-img {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  #af-product-card .af-panel-size .af-box-img {
    width: 100%;
    order: 1;
    text-align: center;
  }
}
#af-product-card .af-panel-size .af-box-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
#af-product-card .pc-p7 {
  width: 100%;
  margin: auto;
  padding-bottom: 1em;
}
#af-product-card .pc-p7.pc-p7-a .pc-p7-cell-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
}
#af-product-card .pc-p7.pc-p7-a .pc-p7-square {
  margin-right: 1.25em;
}
#af-product-card .pc-p7 .pc-p7-header {
  padding-bottom: 2em;
  padding-top: 2em;
  text-align: center;
}
#af-product-card .pc-p7 .pc-p7-header > div,
#af-product-card .pc-p7 .pc-p7-header * {
  text-align: center;
}
#af-product-card .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
  max-width: 25.625em;
}
#af-product-card .pc-p7 .pc-p7-table {
  display: table;
  width: 100%;
}
#af-product-card .pc-p7 .pc-p7-table .pc-p7-cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#af-product-card .pc-p7 .pc-p7-square {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}
#af-product-card .pc-p7 .pc-p7-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#af-product-card .pc-p7 .pc-p7-square .pc-p7-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#af-product-card .pc-p7 .pc-p7-square .pc-p7-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  #af-product-card .pc-p7 .pc-p7-square .pc-p7-image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-item:nth-of-type(1)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-1:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-item:nth-of-type(2)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-2:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-item:nth-of-type(3)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-3:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-item:nth-of-type(4)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-4:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-item:nth-of-type(5)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-5:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-item:nth-of-type(6)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-6:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-item:nth-of-type(7)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-7:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-item:nth-of-type(8)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-8:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-8:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-8:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-8:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-8:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-8:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-8:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-8:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-item:nth-of-type(9)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-9:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-9:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-9:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-9:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-9:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-9:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-b-faq-9:checked ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-9:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-item:nth-of-type(10)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-10:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-10:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-10:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-10:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-10:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-10:checked ~ .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-10:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-item:nth-of-type(11)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-11:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-11:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-11:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-11:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-11:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-11:checked ~ .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-11:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #e41429;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-item:nth-of-type(12)
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_up.png");
}
#af-product-card .pc-p7 .pc-faq-items #pc-faq-12:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-faq-12:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-a-faq-12:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p1-b-faq-12:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-faq-12:checked ~ .pc-faq-content,
#af-product-card .pc-p7 .pc-faq-items #pc-p7-a-faq-12:checked ~ .pc-faq-content,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-content {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p1-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-a-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow,
#af-product-card
  .pc-p7
  .pc-faq-items
  #pc-p7-b-faq-12:checked
  ~ .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  opacity: 1;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#af-product-card .pc-p7 .pc-faq-items input[type="radio"],
#af-product-card .pc-p7 .pc-faq-items input[type="checkbox"] {
  display: none;
}
#af-product-card .pc-p7 .pc-faq-items .pc-faq-items-row {
  margin: -1em 0;
}
@media only screen and (max-width: 576px) {
  #af-product-card .pc-p7 .pc-faq-items .pc-faq-items-row {
    padding: 0px 1.5em;
  }
}
#af-product-card .pc-p7 .pc-faq-items .pc-faq-item {
  padding: 0.5em 0;
}
#af-product-card .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon {
  padding: 0.75em 0;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item.pc-faq-item-with-icon
  .pc-faq-label-container
  .pc-faq-label {
  max-width: 24em;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item.pc-faq-item-with-icon
  .pc-faq-label-container
  .pc-faq-label
  img {
  display: block;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item.pc-faq-item-with-icon
  .pc-faq-label-container
  .pc-faq-label
  label {
  display: table;
  width: 100%;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item.pc-faq-item-with-icon
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-icon,
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item.pc-faq-item-with-icon
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-description {
  display: table-cell;
  vertical-align: middle;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item.pc-faq-item-with-icon
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-icon {
  width: 5em;
  padding-right: 1.5em;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item.pc-faq-item-with-icon
  .pc-faq-content {
  padding-left: 6.5em;
  margin-top: -0.5em;
}
#af-product-card .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container {
  position: relative;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label {
  max-width: 22em;
  padding-right: 2em;
}
@media only screen and (max-width: 500px) {
  #af-product-card
    .pc-p7
    .pc-faq-items
    .pc-faq-item
    .pc-faq-label-container
    .pc-faq-label {
    padding-right: 3.5em;
  }
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  label {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0;
  color: #272727;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  label:hover {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  label:hover
  img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  label:hover
  .pc-faq-arrow {
  opacity: 1;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h4,
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  label
  .pc-h3 {
  color: #272727;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  label
  img {
  width: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: none;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
#af-product-card .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
  max-width: 22em;
  display: none;
  -webkit-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}
#af-product-card .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-family: "UniNeueRegular", Arial, sans-serif;
  letter-spacing: 0.16px;
}
@media only screen and (max-width: 576px) {
  #af-product-card .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
    font-size: 1.1428571429em;
  }
}
#af-product-card .pc-p7 .pc-faq-items .pc-faq-arrow {
  display: block;
  width: 40px;
  height: 43px;
  background-image: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/faq_arrow_down.png");
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#af-product-card .pc-p7 .pc-h3 {
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 1.5625em;
  text-align: left;
  line-height: 1.2;
}
#af-product-card .pc-p7 .pc-h4 {
  font-family: "UniNeueBold", Arial, sans-serif;
  font-size: 1.25em;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 960px) {
  #af-product-card .pc-b7 .pc-b7-table {
    display: block;
    max-width: 465px;
    margin: 0 auto;
  }
  #af-product-card .pc-b7 .pc-b7-table .pc-b7-cell {
    display: block;
    width: auto;
    margin: 0 -1.25em;
  }
  #af-product-card .pc-b7 .pc-b7-table .pc-b7-cell.pc-b7-cell-small {
    width: 100%;
    margin: auto;
  }
  #af-product-card .pc-b7 .pc-b7-table .pc-b7-cell .pc-b7-cell-content {
    padding: 0 1.25em 3em 1.25em;
  }
  #af-product-card
    .pc-b7
    .pc-b7-table
    .pc-b7-cell
    .pc-b7-cell-content.pc-b7-cell-content-right {
    padding: 3em 1.25em 0em 1.25em;
  }
}
@media (max-width: 700px) {
  #af-product-card .pc-p7.pc-p7-a .pc-p7-square {
    margin-right: 0;
  }
  #af-product-card .pc-p7.pc-p7-a .pc-p7-cell-container {
    padding: 2.5em 0em 2em 0em;
  }
  #af-product-card .pc-p7 .pc-p7-table {
    display: block;
  }
  #af-product-card .pc-p7 .pc-p7-table .pc-p7-cell {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #af-product-card .pc-p7 .pc-p7-cell-container {
    padding: 2.5em 2.5em 2em 2.5em;
  }
  #af-product-card .pc-p7 .pc-p7-cell-container .pc-p7-cell-content {
    max-width: none;
  }
}
@media (max-width: 767px) {
  #af-product-card .pc-p7 .pc-p7-header {
    margin-bottom: 2.5em;
  }
}
@media (max-width: 375px) {
  #af-product-card
    .pc-faq-items
    .pc-faq-item.pc-faq-item-with-icon
    .pc-faq-label-container
    .pc-faq-label
    .pc-faq-icon {
    width: 4em;
    padding-right: 1em;
  }
  #af-product-card
    .pc-faq-items
    .pc-faq-item.pc-faq-item-with-icon
    .pc-faq-content {
    padding-left: 5em;
    margin-top: 0;
  }
}
#af-product-card .af-slider-d {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  background: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/background.jpg") no-repeat;
  background-size: auto;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
}
#af-product-card .af-slider-d input[type="radio"] {
  display: none;
}
#af-product-card .af-slider-d .af-slider-logo {
  width: 140px;
  height: auto;
}
#af-product-card .af-slider-d .arrow-right-d,
#af-product-card .af-slider-d .arrow-left-d {
  width: 5%;
  position: absolute;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .arrow-right-d,
  #af-product-card .af-slider-d .arrow-left-d {
    width: 8%;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .arrow-right-d,
  #af-product-card .af-slider-d .arrow-left-d {
    width: 20%;
  }
}
#af-product-card .af-slider-d .arrow-right-d label,
#af-product-card .af-slider-d .arrow-left-d label {
  display: none;
  cursor: pointer;
}
#af-product-card .af-slider-d .arrow-right-d label div,
#af-product-card .af-slider-d .arrow-left-d label div {
  width: 100%;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#af-product-card .af-slider-d .arrow-left-d {
  top: 100px;
  left: 10px;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .arrow-left-d {
    text-align: center;
    top: 75px;
  }
}
#af-product-card .af-slider-d .arrow-left-d label {
  text-align: center;
}
#af-product-card .af-slider-d .arrow-right-d {
  top: 100px;
  right: 10px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .arrow-right-d {
    text-align: center;
    top: 75px;
  }
}
#af-product-card .af-slider-d .arrow-right-d label {
  text-align: center;
}
#af-product-card .af-slider-d .af-slider-min {
  position: relative;
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #af-product-card .af-slider-d .af-slider-min {
    width: 84%;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .af-slider-min {
    width: 50%;
  }
}
#af-product-card .af-slider-d .af-slider-min .af-slider-box {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  aligin-items: center;
}
#af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp {
  width: 19%;
  max-width: 150px;
  padding: 0px 0px 15px 0px;
  box-sizing: border-box;
  text-align: center;
  display: none;
  opacity: 0;
  z-index: 11;
  position: relative;
}
@media only screen and (max-width: 800px) {
  #af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp {
    padding: 10px;
    width: 24%;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp {
    width: 100%;
  }
}
#af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp div {
  height: 112px;
  max-width: 112px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 20px auto;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  div:nth-child(1) {
  width: 100%;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp
  div:nth-child(2) {
  display: none;
}
#af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp p {
  margin: 16px 0px;
  padding: 0px;
  font-family: "UniNeueBold", Arial, sans-serif;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 900px) {
  #af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  #af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp p {
    font-size: 16px;
  }
}
#af-product-card .af-slider-d .af-slider-min .af-slider-box .af-slider-lp a {
  text-decoration: none;
  line-height: 1.38;
  letter-spacing: 0.16px;
  font-family: "UniNeueRegular", Arial, sans-serif;
  font-size: 16px;
  color: white;
  display: none;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover {
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.16);
  background-color: #e41429;
  border-radius: 0px 0px 8px 8px;
  transition: all 0.3s;
  background-color: white;
}
@media only screen and (max-width: 550px) {
  #af-product-card
    .af-slider-d
    .af-slider-min
    .af-slider-box
    .af-slider-lp:hover {
    border-radius: 0px 0px 8px 8px;
  }
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  div:nth-child(1) {
  display: none;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  div:nth-child(2) {
  display: block;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  p {
  color: #e41429;
}
#af-product-card
  .af-slider-d
  .af-slider-min
  .af-slider-box
  .af-slider-lp:hover
  a {
  display: inline-block;
  color: #e41429;
}
@media only screen and (min-width: 801px) {
  #af-product-card .af-slider-d .af-label-full {
    display: block;
  }
  #af-product-card .af-slider-d .af-label-width800 {
    display: none;
  }
  #af-product-card .af-slider-d .af-label-width550 {
    display: none;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-left-d
    #af-slide-sc-0 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-right-d
    label:nth-of-type(2) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-1 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-left-d
    #af-slide-sc-1 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-right-d
    label:nth-of-type(3) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-left-d
    #af-slide-sc-2 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-right-d
    label:nth-of-type(4) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-left-d
    #af-slide-sc-3 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-right-d
    label:nth-of-type(5) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-left-d
    #af-slide-sc-4 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-right-d
    label:nth-of-type(6) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-left-d
    #af-slide-sc-5 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-right-d
    label:nth-of-type(7) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .arrow-left-d
    #af-slide-sc-6 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .arrow-right-d
    label:nth-of-type(8) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .arrow-left-d
    #af-slide-sc-7 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .arrow-right-d
    label:nth-of-type(9) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .arrow-left-d
    #af-slide-sc-8 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .arrow-right-d
    label:nth-of-type(10) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .arrow-left-d
    #af-slide-sc-9 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .arrow-right-d
    label:nth-of-type(11) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .arrow-left-d
    #af-slide-sc-10 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .arrow-right-d
    label:nth-of-type(12) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .arrow-left-d
    #af-slide-sc-11 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .arrow-right-d
    label:nth-of-type(13) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .arrow-left-d
    #af-slide-sc-12 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .arrow-right-d
    label:nth-of-type(14) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .arrow-left-d
    #af-slide-sc-13 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .arrow-right-d
    label:nth-of-type(15) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .arrow-left-d
    #af-slide-sc-14 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .arrow-right-d
    label:nth-of-type(16) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .arrow-left-d
    #af-slide-sc-15 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .arrow-right-d
    label:nth-of-type(17) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .arrow-left-d
    #af-slide-sc-16 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .arrow-right-d
    label:nth-of-type(18) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-21 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .arrow-left-d
    #af-slide-sc-17 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .arrow-right-d
    label:nth-of-type(19) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-21 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-22 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .arrow-left-d
    #af-slide-sc-18 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .arrow-right-d
    label:nth-of-type(20) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-21 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-22 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-23 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .arrow-left-d
    #af-slide-sc-19 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .arrow-right-d
    label:nth-of-type(21) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-21 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-22 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-23 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-24 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
}
@media screen and (max-width: 800px) and (min-width: 551px) {
  #af-product-card .af-slider-d .af-label-full {
    display: none;
  }
  #af-product-card .af-slider-d .af-label-width800 {
    display: block;
  }
  #af-product-card .af-slider-d .af-label-width550 {
    display: none;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-left-d
    #af-slide-sc-0 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-right-d
    label:nth-of-type(2) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-1 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-left-d
    #af-slide-sc-1 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-right-d
    label:nth-of-type(3) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-left-d
    #af-slide-sc-2 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-right-d
    label:nth-of-type(4) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-left-d
    #af-slide-sc-3 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-right-d
    label:nth-of-type(5) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-left-d
    #af-slide-sc-4 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-right-d
    label:nth-of-type(6) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-left-d
    #af-slide-sc-5 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-right-d
    label:nth-of-type(7) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .arrow-left-d
    #af-slide-sc-6 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .arrow-right-d
    label:nth-of-type(8) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .arrow-left-d
    #af-slide-sc-7 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .arrow-right-d
    label:nth-of-type(9) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .arrow-left-d
    #af-slide-sc-8 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .arrow-right-d
    label:nth-of-type(10) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .arrow-left-d
    #af-slide-sc-9 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .arrow-right-d
    label:nth-of-type(11) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .arrow-left-d
    #af-slide-sc-10 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .arrow-right-d
    label:nth-of-type(12) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .arrow-left-d
    #af-slide-sc-11 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .arrow-right-d
    label:nth-of-type(13) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .arrow-left-d
    #af-slide-sc-12 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .arrow-right-d
    label:nth-of-type(14) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .arrow-left-d
    #af-slide-sc-13 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .arrow-right-d
    label:nth-of-type(15) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .arrow-left-d
    #af-slide-sc-14 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .arrow-right-d
    label:nth-of-type(16) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .arrow-left-d
    #af-slide-sc-15 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .arrow-right-d
    label:nth-of-type(17) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .arrow-left-d
    #af-slide-sc-16 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .arrow-right-d
    label:nth-of-type(18) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .arrow-left-d
    #af-slide-sc-17 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .arrow-right-d
    label:nth-of-type(19) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-21 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .arrow-left-d
    #af-slide-sc-18 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .arrow-right-d
    label:nth-of-type(20) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-21 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-22 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .arrow-left-d
    #af-slide-sc-19 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .arrow-right-d
    label:nth-of-type(21) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-21 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-22 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-23 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
}
@media only screen and (max-width: 550px) {
  #af-product-card .af-slider-d .af-label-full {
    display: none;
  }
  #af-product-card .af-slider-d .af-label-width800 {
    display: none;
  }
  #af-product-card .af-slider-d .af-label-width550 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-left-d
    #af-slide-sc-0 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .arrow-right-d
    label:nth-of-type(2) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-1:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-1 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-left-d
    #af-slide-sc-1 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .arrow-right-d
    label:nth-of-type(3) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-2:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-2 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-left-d
    #af-slide-sc-2 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .arrow-right-d
    label:nth-of-type(4) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-3:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-3 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-left-d
    #af-slide-sc-3 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .arrow-right-d
    label:nth-of-type(5) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-4:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-4 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-left-d
    #af-slide-sc-4 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .arrow-right-d
    label:nth-of-type(6) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-5:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-5 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-left-d
    #af-slide-sc-5 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .arrow-right-d
    label:nth-of-type(7) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-6:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-6 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .arrow-left-d
    #af-slide-sc-6 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .arrow-right-d
    label:nth-of-type(8) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-7:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-7 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .arrow-left-d
    #af-slide-sc-7 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .arrow-right-d
    label:nth-of-type(9) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-8:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-8 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .arrow-left-d
    #af-slide-sc-8 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .arrow-right-d
    label:nth-of-type(10) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-9:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-9 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .arrow-left-d
    #af-slide-sc-9 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .arrow-right-d
    label:nth-of-type(11) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-10:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-10 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .arrow-left-d
    #af-slide-sc-10 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .arrow-right-d
    label:nth-of-type(12) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-11:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-11 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .arrow-left-d
    #af-slide-sc-11 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .arrow-right-d
    label:nth-of-type(13) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-12:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-12 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .arrow-left-d
    #af-slide-sc-12 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .arrow-right-d
    label:nth-of-type(14) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-13:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-13 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .arrow-left-d
    #af-slide-sc-13 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .arrow-right-d
    label:nth-of-type(15) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-14:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-14 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .arrow-left-d
    #af-slide-sc-14 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .arrow-right-d
    label:nth-of-type(16) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-15:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-15 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .arrow-left-d
    #af-slide-sc-15 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .arrow-right-d
    label:nth-of-type(17) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-16:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-16 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .arrow-left-d
    #af-slide-sc-16 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .arrow-right-d
    label:nth-of-type(18) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-17:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-17 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .arrow-left-d
    #af-slide-sc-17 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .arrow-right-d
    label:nth-of-type(19) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-18:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-18 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .arrow-left-d
    #af-slide-sc-18 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .arrow-right-d
    label:nth-of-type(20) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-19:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-19 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .arrow-left-d
    #af-slide-sc-19 {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .arrow-right-d
    label:nth-of-type(21) {
    display: block;
  }
  #af-product-card
    .af-slider-d
    #slide-input-2-20:checked
    ~ .af-slider-min
    .af-slider-box
    #af-slide-lp-20 {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
  }
}
#af-product-card .pc-margin-top-xs {
  padding-top: 2em;
}
#af-product-card .pc-margin-bottom-xs {
  padding-bottom: 2em;
}
#af-product-card .pc-margin-top-s {
  padding-top: 3em;
}
#af-product-card .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#af-product-card .pc-margin-top-m {
  padding-top: 4em;
}
#af-product-card .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#af-product-card .pc-margin-top-l {
  padding-top: 5em;
}
#af-product-card .pc-margin-bottom-l {
  padding-bottom: 5em;
}
#af-product-card .pc-margin-top-xl {
  padding-top: 6em;
}
#af-product-card .pc-margin-bottom-xl {
  padding-bottom: 6em;
}
#af-product-card .pc-margin-top-deca {
  margin-top: 0.5em;
}
#af-product-card .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#af-product-card .pc-margin-top-hecto {
  margin-top: 1em;
}
#af-product-card .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#af-product-card .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#af-product-card .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#af-product-card .pc-margin-top-mega {
  margin-top: 1.5em;
}
#af-product-card .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#af-product-card .pc-margin-top-giga {
  margin-top: 2em;
}
#af-product-card .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#af-product-card .pc-margin-top-tera {
  margin-top: 2.5em;
}
#af-product-card .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}
#af-product-card .m-st-1:after {
  content: "";
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #d9caaf;
}
#af-product-card .af-functions-v4 {
  border-radius: 0px 0px 8px 8px;
}
#af-product-card .m-st-2 {
  border-bottom: 4px solid #d9caaf;
  border-top: 2px solid #d9caaf;
}
#af-product-card .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  -moz-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}
#af-product-card .af-video-border-box {
  width: 100%;
  background: url("//f00.esfr.pl/si_upload/OPR/Amica/amica_omp6555bg_v2/img/background.jpg") no-repeat;
  background-size: auto;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 0px 0px 8px 8px;
  padding: 0px 1em 1em 1em;
}
#af-product-card .pc-p5 .pc-block-module {
  padding: 0px;
}
#af-product-card .pc-b6-d .pc-h2 {
  width: 100%;
  max-width: 1040px;
  font-size: 14px;
  font-family: "UniNeueRegular", Arial, sans-serif;
  text-align: center;
  line-height: 1.2;
  margin: auto;
  padding: 0px 10px;
  box-sizing: border-box;
  color: #bfbfbf;
}
#af-product-card .af-b6-b .af-b6-b-box .af-b6-t1 .af-b6-t2 {
  color: #272727;
  font-family: "UniNeueBook", Arial, sans-serif;
}
#af-product-card .af-b6-b .af-b6-b-box .af-b6-t1 .af-b6-t2 span {
  color: #e41429;
  font-family: "UniNeueBold", Arial, sans-serif;
}
#af-product-card .pc-b6-c .pc-h2 {
  color: #272727;
  font-family: "UniNeueBook", Arial, sans-serif;
}
#af-product-card .pc-b6-c .pc-h2 span {
  color: #e41429;
  font-family: "UniNeueBold", Arial, sans-serif;
}
#af-product-card .af-slider-d .af-slider-min {
  min-height: 255px;
}
#af-product-card .af-functions-v4-no-radius {
  border-radius: 0px;
}
#af-product-card
  .pc-p7
  .pc-faq-items
  .pc-faq-item
  .pc-faq-label-container
  .pc-faq-label
  .pc-faq-arrow {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
#af-product-card
  .af-functions-v4-no-radius
  .af-functions-box
  .af-functions-lp:hover
  .af-functions-text {
  display: none;
}
#af-product-card
  .af-functions-v4-no-radius
  .af-functions-box
  .af-functions-lp:hover
  .af-functions-text-first {
  opacity: 1;
}
