/* Links */
/* Footer top region */
/* Footer middle region */
/* Footer bottom region */
/* Submit button */
/* Button variant 1 */
/* Button variant 1 - alternative */
/* Button variant 2 */
/* Button variant 2 - alternative*/
/* Box shadow colors */
/* Container colors */
/* Search colors */
/* Menu colors */
/** General **/
/** Mobile **/
/* Navigation colors */
@font-face {
  font-family: "Tan Pearl";
  src: url("../assets/fonts/Tan-Pearl/tan-pearl-regular.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  src: url("../assets/fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: url("../assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Bellota Text";
  src: url("../assets/fonts/Bellota_Text/BellotaText-Regular.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Italic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Light.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: lighter;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-LightItalic.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  src: url("../assets/fonts/Bellota_Text/BellotaText-Bold.ttf");
}
@font-face {
  font-family: "Bellota Text";
  font-weight: bold;
  font-style: italic;
  src: url("../assets/fonts/Bellota_Text/BellotaText-BoldItalic.ttf");
}
.books {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.books > h2 {
  text-align: center;
}
.books .one-book {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  background-image: linear-gradient(104.18deg, #FFFFFF 4.34%, rgba(255, 255, 255, 0.6) 95.78%);
  padding: 128px 64px;
  border-radius: 24px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .books .one-book {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    padding: 64px 32px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .books .one-book {
    padding: 32px 16px;
    margin-bottom: 12px;
  }
}
.books .one-book .left {
  flex: 1;
  flex-grow: 2;
  display: flex;
  text-align: center;
}
.books .one-book .left .image img {
  width: 100%;
  border-radius: 24px;
  padding-bottom: 5px;
  filter: drop-shadow(0px 16px 32px rgba(220, 43, 113, 0.239));
}
.books .one-book .right {
  flex: 1;
  flex-grow: 3;
}
.books .one-book .right .title {
  margin-bottom: 16px;
}
.books .one-book .right .title h4 {
  margin: 0;
}
.books .one-book .right .price {
  color: #F75198;
  font-size: 28px;
  font-family: "Bona Nova";
  line-height: 32px;
  margin-bottom: 24px;
}
.books .one-book .right .fees {
  color: #6D6464;
  font-size: 18px;
  font-family: "Bona Nova";
  line-height: 24px;
  margin-bottom: 24px;
}
.books .one-book .right .fees a {
  color: #6D6464;
  text-decoration: underline;
}
.books .one-book .right .author,
.books .one-book .right .brief-details {
  color: #6D6464;
  font-size: 18px;
  font-family: "Bona Nova";
  line-height: 24px;
}
.books .one-book .right .brief-details {
  margin-bottom: 24px;
}
.books .one-book .right .add-to-cart {
  margin-bottom: 40px;
}
.books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form .field--name-purchased-entity {
  display: none;
}
.books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
  cursor: pointer;
  display: inline-block;
  color: white;
  background-color: #F75198;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 48px;
  margin: 5px 0;
  border: 2px solid #F75198;
  border-radius: 16px;
  transition: background-color 300ms ease, border-color 300ms ease;
}
@media (max-width: 992px) {
  .books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    padding: 14px 28px;
  }
}
@media (max-width: 768px) {
  .books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    padding: 14px;
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    padding: 12px;
    font-size: 16px;
  }
}
.books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart:hover, .books .one-book .right .add-to-cart .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart:focus {
  background-color: #6D6464;
  border-color: #6D6464;
}
.books .one-book .right .description {
  margin-bottom: 24px;
}
.books .one-book .right .description > h4 {
  margin-top: 0;
}
.books .one-book .right .description > h4 > * {
  max-width: 400px;
}
