@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.wrapper {
  position: relative;
  margin-top: 36px;
  margin-bottom: 80px;
  padding-top: 46px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .wrapper {
    margin-top: 43px;
    margin-bottom: 66px;
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.wrapper:before {
  content: "";
  position: absolute;
  left: -112px;
  top: 0;
  background-color: #F4F4F4;
  border-radius: 120px 0px 0px 0px;
  width: calc(100% + 167px);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .wrapper:before {
    width: calc(100% + 32px);
    left: 0;
    border-radius: 80px 0px 0px 0px;
  }
}
.wrapper:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 545px;
  height: 73px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 1.86%, #FFF 98.16%);
  top: -25px;
  right: -187px;
}
@media screen and (max-width: 991px) {
  .wrapper:after {
    width: 258px;
    height: 34px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper:after {
    top: -19px;
    right: -84px;
  }
}
.wrapper .inner-wrapper:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 416px;
  height: 40px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(169, 255, 251, 0) 8.85%, rgba(169, 255, 251, 0.72) 94.23%);
  top: 80px;
  right: -175px;
}
@media screen and (max-width: 991px) {
  .wrapper .inner-wrapper:before {
    width: 197px;
    height: 19px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .inner-wrapper:before {
    top: 31px;
    right: -158px;
  }
}
.wrapper .inner-wrapper:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 756px;
  height: 77px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(255, 211, 223, 0) 1.84%, rgba(255, 211, 223, 0.5) 98.15%);
  top: 800px;
  left: -295px;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .wrapper .inner-wrapper:after {
    width: 756px;
    height: 77px;
  }
}
.wrapper .book-details {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details {
    padding-bottom: 40px;
    padding-left: 24px;
  }
}
.wrapper .book-details .back {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2px;
  cursor: pointer;
  margin-bottom: 57px;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .back {
    padding-left: 24px;
    margin-bottom: 32px;
  }
}
.wrapper .book-details a {
  display: inline-flex;
  align-items: center;
}
.wrapper .book-details a:hover .icon-back {
  transform: translateX(-10px);
}
.wrapper .book-details .icon-back {
  width: 48px;
  height: 48px;
  background-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .row {
    flex-direction: column;
  }
}
.wrapper .book-details .col-l {
  width: 29%;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .col-l {
    display: flex;
    justify-content: center;
    margin-bottom: 52px;
    width: 100%;
  }
}
.wrapper .book-details .col-l img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .col-l img {
    max-width: 180px;
  }
}
.wrapper .book-details .col-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 71%;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .col-r {
    width: 100%;
    padding-left: 0;
  }
}
.wrapper .book-details .col-r .name {
  font-size: 2.5em;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .col-r .name {
    font-size: 1.75em;
    letter-spacing: 0.84px;
  }
}
.wrapper .book-details .col-r ul {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.56;
  list-style-type: none;
  color: #58595B;
}
.wrapper .book-details .col-r ul li {
  margin-bottom: 10px;
}
.wrapper .book-details .col-r .btn-container {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .col-r .btn-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .col-r .btn-container .com-btn {
    padding: 8px 24px;
    min-width: 154px;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.wrapper .book-details .col-r .btn-container .com-btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .wrapper .book-details .col-r .btn-container .com-btn:not(:last-child) {
    margin-right: 24px;
  }
}
.wrapper .book-details .col-r .btn-container .com-btn:first-child {
  background-color: transparent;
  color: #414042;
}
.wrapper .book-details .col-r .btn-container .com-btn:first-child:hover {
  background-color: #414042;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .wrapper .related {
    padding-left: 24px;
  }
}
.wrapper .related .subhead {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
  padding: 40px 0 20px 0;
  border-top: 1px solid #414042;
}/*# sourceMappingURL=book-detail.css.map */