@charset "UTF-8";

button.submit-button{
  width: 100%;
  height: 100%;
}
#Leave-it-to-me .headline_ribon .inner img {
  width: auto;
}
.products-list03__parent .products-list03 .link-buttons form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - .25rem);
  height: 2.5em;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: solid 2px #cb0000;
  background-color: #cb0000;
  border-radius: 5px;
  position: relative;
  transition: .5s;
}
.products-list03__parent .products-list03 .link-buttons form a {
  display: none;
}
.products-list03__parent .products-list03 .link-buttons form input.skubutton {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
}
.products-list03__parent .products-list03 .link-buttons form:after {
  content: "";
  display: block;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0,"wght" 700,"GRAD" 0,"opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  line-height: 1;
  width: 1em;
  height: 1em;
  color: #fff;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: .5s;
}
.products-list03__parent .products-list03 .link-buttons form:hover:after {
  transform: translateX(0.5em);
}
.swiper-slide .products-list02 .button-area a {
    color: #cb0000;
    background-color: #fff;
}
.swiper-slide .products-list02 .button-area a:hover {
  background-color: #FFF500;
}
.swiper-slide .products-list02 .button-area a:after {
    color: #cb0000;
}
.swiper-slide .products-list02 .button-area form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(50% - .25rem);
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 2.5;
  font-weight: bold;
  border: solid 2px #cb0000;
  border-radius: 5px;
  background-color: #cb0000;
  position: relative;
  transition: .5s;
}
.swiper-slide .products-list02 .button-area form:hover {
  background-color: #FFF500;
  color: #cb0000;
}
.swiper-slide .products-list02 .button-area form input.skubutton {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999;
}
.swiper-slide .products-list02 .button-area form a {
  display: none;
}
.swiper-slide .products-list02 .button-area form:after {
  content: "";
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0,"wght" 700,"GRAD" 0,"opsz" 48;
  line-height: 1;
  width: 1em;
  height: 1em;
  display: block;
  color: #fff;
  font-size: .8rem;
  width: 1em;
  height: 1em;
  line-height: 1.2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: .75rem;
  margin: auto 0;
  transition: .5s;
}
.swiper-slide .products-list02 .button-area form:hover:after {
  transform: translateX(0.5em);
  color: #cb0000;
}
