form.book-personalizer-form {
   display: flex;
   align-items: center;
   gap: 5px;
}

@media (max-width: 640px) {
   form.book-personalizer-form {
      gap: 5px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
   }
}

form.book-personalizer-form input {
   color: black;
}

div.book-name-wrapper {
   position: absolute;
   left: 46%;
   top: 9.6%;
   z-index: 11;
   text-align: center;
   width: 40%;
   line-height: 1;
}

body.single-product div.book-name-wrapper {
   top: 10.2%;
}

body.single-product section.related.products div.book-name-wrapper {
   top: 7%;
}

span.book-name {
   font-family: "Love Ya Like A Sister";
   position: relative;
}

body.single-product .iconic-pc-images div.book-name-wrapper span.book-name {
   font-size: 31px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
   color: #212e47;
   font-size: 30px !important;
}