/**/
/* main styles */
/**/
.pcss3t {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.pcss3t input {
  position: absolute;
  left: -9999px;
}

.pcss3t label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s;
  text-align: center;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.pcss3t label i {
  display: block;
  float: left;
  margin: 16px 8px 0 -2px;
  padding: 0;
  border: 0;
  outline: none;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 17px;
}
.pcss3t input:checked + label {
  cursor: default;
}
.pcss3t > ul.tab-content-container {
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 14px;
  width: 100%;

}
.pcss3t > ul.tab-content-container > li {
  width: 100%;
  overflow: auto;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  height: 0 !important;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.pcss3t > .tab-content-1:checked ~ ul.tab-content-container .tab-content-1,
.pcss3t > .tab-content-2:checked ~ ul.tab-content-container .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul.tab-content-container .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul.tab-content-container .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul.tab-content-container .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul.tab-content-container .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul.tab-content-container .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul.tab-content-container .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul.tab-content-container .tab-content-9,
.pcss3t > .tab-content-10:checked ~ ul.tab-content-container .tab-content-last {
  z-index: 1;
  top: 0;
  padding: 10px 10px 10px 10px;
  left: 0;
  opacity: 1;
  /*-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);*/
  height: 100% !important;
  transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}

/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul.tab-content-container {
  height: auto !important;
}
.pcss3t-height-auto > ul.tab-content-container > li {
  position: static;
  display: none;
  height: auto !important;
}
.pcss3t-height-auto
  > .tab-content-1:checked
  ~ ul.tab-content-container
  .tab-content-1,
.pcss3t-height-auto
  > .tab-content-2:checked
  ~ ul.tab-content-container
  .tab-content-2,
.pcss3t-height-auto
  > .tab-content-3:checked
  ~ ul.tab-content-container
  .tab-content-3,
.pcss3t-height-auto
  > .tab-content-4:checked
  ~ ul.tab-content-container
  .tab-content-4,
.pcss3t-height-auto
  > .tab-content-5:checked
  ~ ul.tab-content-container
  .tab-content-5,
.pcss3t-height-auto
  > .tab-content-6:checked
  ~ ul.tab-content-container
  .tab-content-6,
.pcss3t-height-auto
  > .tab-content-7:checked
  ~ ul.tab-content-container
  .tab-content-7,
.pcss3t-height-auto
  > .tab-content-8:checked
  ~ ul.tab-content-container
  .tab-content-8,
.pcss3t-height-auto
  > .tab-content-9:checked
  ~ ul.tab-content-container
  .tab-content-9,
.pcss3t-height-auto
  > .tab-content-10:checked
  ~ ul.tab-content-container
  .tab-content-10 {
  display: block;
}

/**/
/* grid */
/**/
.pcss3t .grid-row {
  margin-top: 20px;
}
.pcss3t .grid-row:after {
  content: "";
  display: table;
  clear: both;
}
.pcss3t .grid-row:first-child {
  margin-top: 0;
}
.pcss3t .grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}
.pcss3t .grid-col:first-child {
  margin-left: 0;
}
.pcss3t .grid-col .inner {
  padding: 10px 0;
  border-radius: 2px;
  background: #f2f2f2;
  text-align: center;
}
.pcss3t .grid-col-1 {
  width: 15%;
}
.pcss3t .grid-col-2 {
  width: 32%;
}
.pcss3t .grid-col-3 {
  width: 49%;
}
.pcss3t .grid-col-4 {
  width: 66%;
}
.pcss3t .grid-col-5 {
  width: 83%;
}
.pcss3t .grid-col-offset-1 {
  margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child {
  margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
  margin-left: 36%;
}
.pcss3t .grid-col-offset-2:first-child {
  margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
  margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
  margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
  margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
  margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
  margin-left: 85%;
}

/**/
/* typography */
/**/
.pcss3t .typography {
  color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  font-family: "AvanGarde Regul.tab-content-containerar";
  text-align: left;
  color: #333;
}
.pcss3t .typography h1 {
  font-size: 40px;
  line-height: 60px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h2 {
  font-size: 32px;
  line-height: 48px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h3 {
  font-size: 26px;
  line-height: 38px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h4 {
  font-size: 20px;
  line-height: 30px;
}
.pcss3t .typography h5 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.pcss3t .typography h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.pcss3t .typography p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}
.pcss3t .typography ul.tab-content-container,
.pcss3t .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.pcss3t .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}
.pcss3t .typography li ul.tab-content-container,
.pcss3t .typography li ol {
  margin-top: 5px;
}
.pcss3t .typography ul.tab-content-container li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 4px;
  background: #404040;
}
.pcss3t .typography ol {
  counter-reset: list1;
}
.pcss3t .typography ol > li:before {
  counter-increment: list1;
  content: counter(list1) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.pcss3t .typography a {
  text-decoration: underline;
  color: #1889e6;
}
.pcss3t .typography a:hover {
  text-decoration: none;
}
.pcss3t .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
  display: block;
}
.pcss3t .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
  text-decoration: underline;
  color: #1889e6;
  cursor: pointer;
}
.pcss3t .typography .link:hover {
  text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
  margin-top: 0;
}
.pcss3t .typography .text-center {
  text-align: center;
}
.pcss3t .typography .text-right {
  text-align: right;
}

/**/
/* steps */
/**/
.pcss3t-steps label {
  cursor: default;
}

.pcss3t-theme-1 label {
  /*margin: 0 5px 5px 0;*/
  border-radius: 2px;
  background: var(--color-primary);
  color: white;
  /*box-shadow: 0 2px rgba(0, 0, 0, 0.2);*/
  opacity: 1;
  width: fit-content;
  flex-grow: 0;
}

/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul.tab-content-container > li {
  -webkit-transform: scale(0.1, 0.1);
}
.pcss3t-effect-rotate > ul.tab-content-container > li {
  -webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul.tab-content-container > li {
  top: -40px;
}
.pcss3t-effect-slide-right > ul.tab-content-container > li {
  left: 80px;
}
.pcss3t-effect-slide-bottom > ul.tab-content-container > li {
  top: 40px;
}
.pcss3t-effect-slide-left > ul.tab-content-container > li {
  left: -80px;
}

/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
  text-align: right;
}

/**/
/* top center */
/**/
.pcss3t-layout-top-center {
  text-align: center;
}

/**/
/* top combi */
/**/
.pcss3t > .right {
  float: right;
}

/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top label {
  text-align: center;
}
.pcss3t-icons-top label i {
  float: none;
  margin: 0 auto -10px;
  padding-top: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-right label i {
  float: right;
  margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom label {
  text-align: center;
}
.pcss3t-icons-bottom label i {
  float: none;
  margin: -10px auto 0;
  padding-bottom: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}
.pcss3t-icons-only label i {
  float: none;
  margin: 0 auto;
  font-size: 23px;
}

/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 1100px) {
  /*.pcss3t {
    flex-wrap: wrap;
    gap: 5px;
  }
  .pcss3t-theme-1 label {
    min-width: 200px;
    flex-grow: 1;
  }*/
  /*.compatible-motor-item.inverter{
    width: calc(20% - 8px) !important;
    max-width: none !important;
    flex-grow: 0 !important;
  }*/
  .compatible-motor-item {
    width: calc(20%) !important;
    /*flex-grow: 0 !important;
    max-width: none !important;*/
  }
}

/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
  /*.pcss3t label {
		display: block;
	}*/
  .compatible-motor-item {
    width: calc(25% - 8px) !important;

    min-width: fit-content;
    flex-grow: 0 !important;
  }

  .pcss3t {
    flex-wrap: wrap;
    gap: 5px;
  }
  .pcss3t > .right {
    float: none;
  }
  .pcss3t-theme-1 label {
    width: fit-content !important;
  }
}

@media screen and (max-width: 500px) {
  .power-range-span1 {
    display: none;
  }
  .pcss3t-theme-1 label {
    /*max-width: 60px;
    width: 100% !important;*/
  }
  .compatible-motor-item {
    width: calc(50% - 5px) !important;
    min-width: unset;
  }
  /*.compatible-motor-item {
    max-width: 50% !important;
  }*/
}

/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* defaul.tab-content-containert */
/**/
.pcss3t label {
  padding: 5px;
  background: var(--color-primary);
  font-size: 14px;
  min-height: 30px;
  /*line-height: 1px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: calc(100% / 7 - 0.33em);*/
}

.pcss3t > ul.tab-content-container {
  text-align: left;
  /*background: rgba(255, 255, 255, 75%);*/
}
.pcss3t-steps label:hover {
  background: #e5e5e5;
}

/**/
/* theme 1 */
/**/
.pcss3t-theme-1 label {
  /*margin: 0 5px 5px 0;*/
  border-radius: 2px;
  background: var(--color-primary);
  /*-shadow: 0 2px rgba(0, 0, 0, 0.2);*/
  font-size: 14px;
  font-weight: 800;
  font-family: "AvantGarde Regular";
  color: #ffffff90;
  opacity: 1;
  flex-grow: 1;
}
.pcss3t-theme-1 label:hover {
  /*background: #fff;*/
  font-size: 14px;
  color: white;
  opacity: 1;
}
.pcss3t-theme-1 input:checked + label {
  /*margin-bottom:5px;*/
  /*border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;*/
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: var(--color-primary);
  opacity: 1;
}
.pcss3t-theme-1 > ul.tab-content-container {
  border-radius: 2px;
  /*box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.01);*/
}
.pcss3t-theme-1 > .tab-content-1:checked ~ ul.tab-content-container {
  border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
  .pcss3t-theme-1 label {
    margin-right: 0;
  }
  .pcss3t-theme-1 input:checked + label {
    /*margin-bottom: 5px;*/

    border-radius: 2px;
  }
  .pcss3t-theme-1 > .tab-content-1:checked ~ ul.tab-content-container {
    border-top-left-radius: 5px;
  }
}
/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul.tab-content-container,
.pcss3t > ul.tab-content-container > li {
  /*height: 50vh;*/
}

.tab-content {
  display: flex !important;
  gap: 12px;
  flex-wrap: wrap;
  /*flex-direction: row;*/
}

.tab-content .image-container {
  width: 33%;
  padding: 0em 0em 2em 3em;
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 25px;
  float: right;
}

.tab-content .image-container img {
  width: 100%;
}

/*
.tab-content .right-col{
	width: 70%;
	padding: 1em;
}*/

.tab-content h2 {
  color: var(--color-primary);
}
.tab-content {
  text-align: justify;
}

.mobile-title {
  display: none;
  line-height: 1.1;
}

.normal-title {
  display: block;
  line-height: 1.1;
}

@media screen and (max-width: 1200px) {
  .tab-content .image-container {
    width: 40%;
    padding: 0em 0em 1em 2em;
  }
}

@media screen and (max-width: 767px) {
  .mobile-title {
    display: block;
  }

  .normal-title {
    display: none;
  }
  .tab-content .image-container {
    width: 50% !important;
    padding: 0em 0em 1em 1em;
  }

  .pcss3t > .tab-content-1:checked ~ ul.tab-content-container .tab-content-1,
  .pcss3t > .tab-content-2:checked ~ ul.tab-content-container .tab-content-2,
  .pcss3t > .tab-content-3:checked ~ ul.tab-content-container .tab-content-3,
  .pcss3t > .tab-content-4:checked ~ ul.tab-content-container .tab-content-4,
  .pcss3t > .tab-content-5:checked ~ ul.tab-content-container .tab-content-5,
  .pcss3t > .tab-content-6:checked ~ ul.tab-content-container .tab-content-6,
  .pcss3t > .tab-content-7:checked ~ ul.tab-content-container .tab-content-7,
  .pcss3t > .tab-content-8:checked ~ ul.tab-content-container .tab-content-8,
  .pcss3t > .tab-content-9:checked ~ ul.tab-content-container .tab-content-9,
  .pcss3t > .tab-content-10:checked ~ ul.tab-content-container .tab-content-10 {
    padding: 10px 20px 10px 20px;
  }
}

@media screen and (max-width: 600px) {
  .tab-content .image-container {
    width: 100% !important;
    padding: 0em 0em 2em 0em;
  }
}
/*
.compatible-motor-item {
  background-color: white;
  color: var(--color-primary) !important;
  text-align: center;
  border-width: 1px;
  border-bottom-width: 5px;
  border-style: solid;
  border-color: var(--color-primary);
  border-radius: 5px;
  padding: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  transform: scale(1,1);
  transition: any .2s ease 0s;
  transition-property: background-color, border-color, color, transform;
  width: calc(20% - 8px);
}
.compatible-motor-item:hover {
    transform: scale(1.05,1.05);
    transition: any .2s ease 0s;
    transition-property: background-color, border-color, color, transform;
    background-color: var(--color-primary);
    color: white !important;
    text-align: center;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-motor);
  }*/
/*
.compatible-motor-item {
  background-color: white;
  color: #374047 !important;
  text-align: center;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: var(--color-primary) !important;
  border-radius: 2px;
  padding: 4px;
  font-weight: 600 !important;
  padding-top: 0;
  font-size: 14px;
  transform: scale(1, 1);
  transition: transform 0.2s ease 0s;
  transition-property: background-color, border-color, color, transform, font-weight;
  width: calc(20% - 8px);
}

.compatible-motor-item:hover {
  color: var(--color-primary) !important;
  transform: scale(1.05, 1.05);
  transition: transform 0.2s ease 0s;
  transition-property: background-color, border-color, color, transform, font-weight;
  font-weight: 800 !important;
}*/


.compatible-motor-item {
  background-color: white;
  color: #374047 !important;
  text-align: center;
 /* Sharp bottom-right corner */
  padding: 0px;
  padding-top: 0;
  font-size: 14px;
  transform: scale(1,1);
  width: 15%;
  transition: any 0.33s ease 0s;
  transition-property: background-color, border-color, color, transform, font-weight;
}
.compatible-motor-item:hover {
    color: var(--color-primary) !important;
    transform: scale(1.05,1.05);
    transition: any 0.33s ease 0s;
    transition-property: background-color, border-color, color, transform, font-weight;
  }
:root {
  --color-motor: var(--color-primary);
}

.compatible-motor-item.power-range-05 {
  --color-motor: var(--color-power-range-05);
  --color-motor-light: var(--color-power-range-05);
}
.compatible-motor-item.power-range-07 {
  --color-motor: var(--color-power-range-07);
  --color-motor-light: var(--color-power-range-05);
}
.compatible-motor-item.power-range-08 {
  --color-motor: var(--color-power-range-08);
  --color-motor-light: #83bb74;
}
.compatible-motor-item.power-range-10 {
  --color-motor: var(--color-power-range-10);
  --color-motor-light: #cf7784;
}
.compatible-motor-item.power-range-20 {
  --color-motor: var(--color-power-range-20);
  --color-motor-light: #db9e44;
}
.compatible-motor-item.power-range-25 {
  --color-motor: var(--color-power-range-25);
  --color-motor-light: #cc7155;
}
.compatible-motor-item.power-range-30 {
  --color-motor: var(--color-power-range-30);
  --color-motor-light: #a45e83;
}

.power-range-tab {
  border: none;
  color: var(--color-motor) !important;
  font-weight: 600;
  background-color: white !important;
  transition: any 0.33s ease 0s;
  transition-property: background-color, border-color, color, transform, font-weight;
}
.power-range-tab:hover {
  border-color: var(--color-motor);
  background-color: var(--color-motor) !important;
  color: white !important;
  opacity: .8 !important;
  transition: any 0.33s ease 0s;
  transition-property: background-color, border-color, color, transform, font-weight;
}
.pcss3t input + .power-range-tab {
  /*border-bottom-width: 5px;
  border-bottom-color: var(--color-motor) !important;
  border-bottom-style: solid;*/
  background-position: 0 0, 0 0, 100% 0, 100% 0 !important;
  background-repeat: no-repeat !important;
  background-size: 0px 100%, 100% 0px, 0px 100%, 100% 6px !important;
  --color-stroke-primary: var(--color-motor);
  --color-stroke-secondary: var(--color-motor-light);
  background-image: repeating-linear-gradient( 45deg, transparent, transparent, transparent, transparent ), repeating-linear-gradient( 135deg, transparent, transparent, transparent, transparent ), repeating-linear-gradient( 225deg, transparent, transparent, transparent, transparent ), repeating-linear-gradient( 315deg, var(--color-stroke-primary), var(--color-stroke-primary) 5px, var(--color-stroke-secondary) 5px, var(--color-stroke-secondary) 10px ) !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pcss3t input:checked + .power-range-tab {
  /*border-bottom-color: rgba(255, 255, 255, 0.5) !important;*/
  border-color: var(--color-motor);
  background-color: var(--color-motor) !important;
  background-image: none !important;
  color: white !important;
  opacity: 1 !important;
}

.power-range-tab.power-range-05 {
  --color-motor: var(--color-power-range-05);
  --color-motor-light: #b6f0e9;
}
.power-range-tab.power-range-07 {
  --color-motor: var(--color-power-range-07);
  --color-motor-light: #adda7e;
}
.power-range-tab.power-range-08 {
  --color-motor: var(--color-power-range-08);
  --color-motor-light: #5c964c;
}
.power-range-tab.power-range-10 {
  --color-motor: var(--color-power-range-10);
  --color-motor-light: #fc7f8e;
}
.power-range-tab.power-range-20 {
  --color-motor: var(--color-power-range-20);
  --color-motor-light: #f7c163;
}
.power-range-tab.power-range-25 {
  --color-motor: var(--color-power-range-25);
  --color-motor-light: #e07651;
}
.power-range-tab.power-range-30 {
  --color-motor: var(--color-power-range-30);
  --color-motor-light: #cd5e98;
}

.power-range-span2 {
  margin-left: 3px;
}

.motor-control-handle-compatible-motors-title {
  margin-bottom: 20px !important;
  color: var(--color-primary) !important;
}
/*
.compatible-motor-item p {
  margin: 0;
  padding: 6px;
  padding-top: 3px;
  padding-bottom: 2px;
}

.compatible-motor-item .bottom-border {
  width: 100%;
  height: 5px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}

.compatible-motor-item .blue-part {
  border-radius: 1px;
  background-color: var(--color-primary);
  width: 75%;
  height: 100%;
}

.compatible-motor-item .power-range-part {
  border-radius: 1px;
  flex-grow: 1;
  height: 100%;
  background-color: var(--color-motor);
}
*/
.compatible-motor-item{
  background: transparent;
}
.compatible-motor-item .inner{
  clip-path: polygon(88% 0, 100% 22%, 100% 100%, 0 100%, 0 0);
  padding: 2px;
  padding-bottom: 2px;
  background: #f4f4f4;
  transition: background-color .33s ease 0s;
}
.compatible-motor-item:hover .inner{
  background: var(--color-primary);
  transition: background-color .33s ease 0s;
}
.compatible-motor-item p{
  margin: 0;
  padding: 4px;
  background: white;
  clip-path: polygon(88% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
}

.compatible-motor-item .bottom-border{
  width: 100%;
  height: 8px;
  display: flex;
  justify-content: space-between;
  gap: 0px;
}

.blue-part{
  border-radius: 0px;
  background-color:var(--color-primary);
  width: 66.67%;
  height: 100%;
}

.power-range-part{
  border-radius: 0px;
  flex-grow: 1;
  height: 100%;
  background-color: var(--color-motor);
}
.compatible-motor-item .blue-part{
  transition: width .33s ease 0s;
}
.compatible-motor-item:hover .blue-part{
  width: 0;
  transition: width .33s ease 0s;
}