.bob {
  position: relative;
  overflow: hidden;
}
.bob-box {
  max-width: 59.5625rem;
  margin: 0 auto;
  row-gap: 2.5rem;
}
.bob-box-cover-img {
  position: relative;
  padding-top: 149.462365591%;
  box-shadow: 0px 0px 13px 3px rgb(204, 204, 204);
}
.bob-box-cover-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.bob-box-cover-preview {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  overflow: hidden;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.bob-box-cover-preview-btn {
  margin: 0 auto;
  margin-top: 2rem;
  background: none;
  border: 0;
  outline: none;
  box-shadow: none;
  padding: 0;
  color: var(--teal);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 0.75rem;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.bob-box-cover-preview-btn svg path {
  transition: all 0.3s ease;
}
.bob-box-cover-preview-btn:hover {
  color: var(--orange);
}
.bob-box-cover-preview-btn:hover svg path {
  fill: var(--orange);
}
.bob-box-cover-preview-close {
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  font-size: 1.75rem;
  color: var(--white);
  transition: all 0.3s ease;
}
.bob-box-cover-preview-close:hover {
  color: var(--orange);
}
.bob-box-cover-preview-box {
  max-width: 90vw;
  max-height: 80vh;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .bob-box-cover-preview-box {
    height: 100% !important;
  }
}
.bob-box-cover-preview[open] {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .bob-box-details {
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .bob-box-details {
    padding-left: 3.75rem;
  }
}
.bob-box-details h1 {
  font-size: 1.75rem;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .bob-box-details h1 {
    font-size: 2.25rem;
  }
}
.bob-box-details-sub {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.bob-box-details-author {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bob-box-details-high {
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.375rem 0.5625rem;
  color: var(--white);
  background-color: var(--black);
  display: inline-block;
  margin-bottom: 1.875rem;
  box-shadow: 0px 0px 7px 0px rgb(204, 204, 204);
}
.bob-box-details-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 768px) {
  .bob-box-details-categories {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.bob-box-details-categories span {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .bob-box-details-categories span {
    -ms-flex: 0 0 4.375rem;
        flex: 0 0 4.375rem;
  }
}
.bob-box-details-categories ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.5rem;
}
.bob-box-details-categories ul li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
.bob-box-details-categories ul li::after {
  content: "";
  width: 2px;
  height: 80%;
  background-color: var(--black);
  position: absolute;
  top: 10%;
  right: -0.5rem;
}
.bob-box-details-categories ul li:last-of-type::after {
  display: none;
}
.bob-box-details-price {
  margin-bottom: 2.1875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 1.5rem;
}
.bob-box-details-price-tab {
  border: 1px solid rgb(230, 230, 231);
  border-radius: 0.3125rem;
  -ms-flex: 0 0 calc(100% - 6.25rem);
      flex: 0 0 calc(100% - 6.25rem);
}
.bob-box-details-price-tab ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bob-box-details-price-tab ul li span {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--black);
  padding: 0.8125rem 0.875rem;
  background-color: rgb(234, 234, 234);
  border: 1px solid rgb(213, 213, 213);
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.bob-box-details-price-tab ul li span:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.bob-box-details-price-tab ul li.active span {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}
.bob-box-details-price-tab-content {
  padding: 1.875rem 16px;
}
.bob-box-details-price-tab-content p {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.3s ease;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.bob-box-details-price-tab-content p span {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1rem;
}
.bob-box-details-price-tab-content p.active {
  opacity: 1;
  visibility: visible;
  display: block;
}
.bob-box-details-price-share {
  -ms-flex: 0 0 4.375rem;
      flex: 0 0 4.375rem;
}
.bob-box-details-price-share-btn {
  background: transparent;
  border: 0;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem 0.875rem;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease;
}
.bob-box-details-price-share-btn:focus {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.bob-box-details-price-share-btn svg path {
  transition: all 0.3s ease;
}
.bob-box-details-price-share-btn:hover {
  color: var(--orange);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.bob-box-details-price-share-btn:hover svg path {
  fill: var(--orange);
}
.bob-box-details-price-share-dialog {
  width: 100%;
  max-width: 28.125rem;
  padding: 3rem 2rem;
  border-radius: 5px;
}
.bob-box-details-price-share-dialog-close {
  color: var(--black);
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  position: absolute;
  padding: 0;
  top: 1rem;
  right: 1rem;
  font-size: 1.75rem;
  transition: all 0.3s ease;
}
.bob-box-details-price-share-dialog-close:hover {
  color: var(--orange);
}
.bob-box-details-price-share-dialog-box {
  width: 100%;
}
.bob-box-details-price-share-dialog-box h4 {
  margin-bottom: 1.5rem;
}
.bob-box-details-price-share-dialog-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 1rem;
}
.bob-box-details-price-share-dialog-box ul li a svg {
  width: 2.25rem;
  height: 2.25rem;
}
.bob-box-details-price-share-dialog-box ul li a svg path {
  fill: var(--black);
  transition: all 0.3s ease;
}
.bob-box-details-price-share-dialog-box ul li a.twi {
  border: 3px solid var(--black);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease;
}
.bob-box-details-price-share-dialog-box ul li a.twi svg {
  width: 1rem;
  height: 1rem;
}
.bob-box-details-price-share-dialog-box ul li a:hover {
  border-color: var(--orange);
}
.bob-box-details-price-share-dialog-box ul li a:hover svg path {
  fill: var(--orange);
}
.bob-box-details-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .bob-box-details-btns {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.bob-box-details-btns a {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.8125rem 3.375rem;
  border-radius: 2.4375rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.bob-box-details-btns a:nth-of-type(1n) {
  background-color: var(--white);
  color: rgb(102, 102, 102);
}
.bob-box-details-btns a:nth-of-type(1n):hover {
  background-color: var(--orange);
  color: var(--white);
}
.bob-box-details-btns a:nth-of-type(2n) {
  background-color: var(--orange);
  color: var(--white);
}
.bob-box-details-btns a:nth-of-type(2n):hover {
  background-color: var(--white);
  color: rgb(102, 102, 102);
}
.bob-box-details-btns-buy {
  width: 100%;
  max-width: 80vw;
  height: 80%;
  min-height: 70vh;
  padding: 3.75rem 2rem;
  border-radius: 5px;
  background-image: url("../../images/bg-buy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bob-box-details-btns-buy-close {
  color: var(--black);
  background: white;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0;
  outline: none;
  box-shadow: none;
  position: absolute;
  padding: 0;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.bob-box-details-btns-buy-close:hover {
  color: var(--white);
  background-color: var(--black);
}
.bob-box-details-btns-buy-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.bob-box-details-btns-buy-box h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin-bottom: 3.5rem;
  letter-spacing: 3px;
}
.bob-box-details-btns-buy-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.25rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.bob-box-details-btns-buy-box ul li a {
  display: block;
  padding: 0.75rem 2.5rem;
  min-width: 13.75rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: var(--orange);
  background-color: var(--white);
  border-radius: 2.4375rem;
  transition: all 0.3s ease;
}
.bob-box-details-btns-buy-box ul li a:hover {
  color: var(--white);
  background-color: var(--orange);
}
.bob-box-details-footer p {
  margin-bottom: 0;
  color: var(--teal);
  font-size: 0.875rem;
  font-weight: 500;
}
.bob-box-details-footer p strong, .bob-box-details-footer p b {
  color: var(--orange);
}