

/* ostylowanie wartości atrybutów */

#atrybuty_1243_30_0 + .marker {
     background-image: url(../wzory/atrybuty_1243_30_0.jpg);
}

#atrybuty_1243_30_0_2 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_2.jpg);
}

#atrybuty_1243_30_0_3 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_3.jpg);
}





#atrybuty_1243_30_0_6 + .marker {
     background-image: url(../wzory/atrybuty_1243_30_0_6.jpg);
}

#atrybuty_1243_30_0_7 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_7.jpg);
}

#atrybuty_1243_30_0_8 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_8.jpg);
}

#atrybuty_1243_30_0_10 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_10.jpg);
}




#atrybuty_1243_30_0_4 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_4.jpg);
}

#atrybuty_1243_30_0_5 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_5.jpg);
}

#atrybuty_1243_30_0_9 + .marker {
      background-image: url(../wzory/atrybuty_1243_30_0_9.jpg);
}


/*  */






/* ostylowanie elementów dodatkowych gdy ma być wyświetlany wzór do wyboru */

#attr-30 .m-attr__name .info a {
  background-color: #74a338;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 1px 12px 1px;
  margin-left: 5px;
  border-radius: 3px;
  transition: all 100ms ease-in-out;
}
#attr-30 .m-attr__name .info a:hover {
  background-color: rgb(94.3890410959, 132.6328767123, 45.5671232877);
}
#attr-30 .m-attr__wrap {
  display: none;
}

#attr-30 .m-attr__subgroup .m-attr__line .marker {
  aspect-ratio: 65 / 55;
}

#attr-30 .m-attr__selected {
  aspect-ratio: 65/55;
  display: inline-block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#attr-30.open::before {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
#attr-30.open .m-attr__wrap {
  display: block;
  position: fixed;
  background-color: #fff;
  width: 100px;
  z-index: 2000000;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1120px;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  overflow-y: auto;
  max-height: 820px;
}