.containerContent {
  max-width: 1556px;
  margin: 0.8rem auto 1.5rem auto;
}

.boxContainerContentProduct {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.containerContentProduct {
  max-width: 545px;
  height: auto;
  margin-left: 0.8rem;
  padding: 3rem 3rem 5rem;
}

#idProduct {
  font-size: 14px;
  color: #C3C3C3;
  font-weight: 600;
}

.borderContainers {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
}

.descriptionText {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  position: relative;
  transition: all 0.3s ease;
}

.descriptionText.expanded {
  -webkit-line-clamp: unset; 
  overflow: visible;
  white-space: normal; 
}

.more-link {
  color: #FF8709;
  text-decoration: underline;
  cursor: pointer;
}

.containerzin {
  border-radius: 8px;
}

.mainTitle {
  background-color: #FF8709;
  display: flex;
  justify-content: center;
}

.mainTitle h1 {
  -webkit-text-stroke: 0.02em #fff;
  color: #FF8709;
  -webkit-text-stroke-width: 1px;
}

.containerNavigation {
  display: flex;
  justify-content: space-between;
  background-color: #EAEAEA;
  padding: 2rem;
}

.contentProducts {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}

.itemsDisplayProducts {
  display: flex; 
  flex-direction: column; 
  margin-right: 20px;
}

.thumbnail {
  width: 125px; 
  height: 115px; 
  cursor: pointer;
}

.boxPrincipalContent {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.principalImg {
  width: 795px;
  height: 462px;
}

.containerProductsFeature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.relatedProducts {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 4rem;
}

.relatedProductsTitle {
  padding: 2rem 0;
  text-align: center;
}

.relatedProductsItems {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

.relatedProductsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.relatedProductsItem h3 {
  font-size: 21px;
  font-weight: 600;
  color: #534D4D;
}

.relatedProductsItemPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.relatedProductsItemPrice strong {
  color: #34C759;
  font-weight: 700;
  font-size: 21px;
}

.relatedProductsItemPrice span {
  font-size: 14px;
  font-weight: 400;
  color: #C3C3C3;
  text-decoration: line-through;
}

.popularity {
  display: flex;
  flex-direction: row;
}

.popularity p {
  margin-left: 0.5rem;
}

.relatedProductsItemImg {
  max-width: 245px;
  max-height: 235.54px;
  position: relative;
}

.relatedProductsItemImg img {
  width: 100%;
  height: 100%;
}

.offerTag {
  position: absolute;
  bottom: 6px;
  left: 0;
  background-color: #A6ECB8;
  font-weight: 600;
  color: #1C983C;
  padding: 0 10px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 6px;
}

.containerStar {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}


.fa-star.checked,
.fa-star-half-alt,
.starPlus,
.textStar {
  color: #888888;
}

.starPlus {
  padding: 0 0.5rem;
}

.productsItemcolorOption {
  margin-top: 0.5rem;
}

.priceDescont {
  text-decoration: line-through;
  color: #C3C3C3;
  font-size: 20px;
}

.priceDescontCashBack {
  color: #FF7A00;
  font-weight: bold;
}

.realPrice {
  color: #34C759;
  font-weight: 700;
  font-size: 38px;
}

.realPriceDescont {
  color: #777777;
  margin-left: 0.5rem;
}

.contentDelivery p {
  color: #1C983C;
}

.seeMore {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
}

.seeMore button {
  background-color: #FF0000;
  color: #FFFFFF;
  font-size: 12px;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 5px;
}


.seeMore span {
  background-color: #FFFFFF;
  color: #FF0000;
  padding: 0.7rem;
  border: 1px solid #FF0000;
  border-radius: 2px;

}

.sizeProduct {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.sizeProductItem {
  border: 1px solid #414141;
  border-radius: 14px;
  padding: 5px 11px;
  margin-left: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sizeProductItem:first-child {
  margin-left: 0;
}

.sizeProductItem:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.sizeProductItem.active {
  color: #FFFFFF;
  background-color: #131111;
  border-color: #414141;
}

.colorSelection {
  display: flex;
  align-items: center;
}

.colorOption {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 2px solid transparent;
  position: relative;
}

.colorOption:first-child {
  margin-left: 0;
}

.colorOption:hover {
  transform: scale(1.2);
}

.colorOption.active {
  border: 4px solid #383838 !important;
}

.colorOption.selected {
  border: 4px solid #383838; 
}

.colorOption.unavailable {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.unavailable-text {
  font-size: 13px;
  pointer-events: none;
  cursor: default;
  font-weight: bold;
  color: #808080;
}

.colorOption.unavailable:hover {
  transform: none;
}

.quantityControl {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 1rem;
}

.quantityButtons {
  display: flex;
  align-items: center;
  background-color: #F4F4F4;
  border: none;
  border-radius: 7px;
  padding: 0px 28px;
  margin-left: 10px;
}

.quantityButton {
  background-color: #F4F4F4;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 10px;
  color: #000;
  transition: background-color 0.3s ease;
}

.quantityButton:hover {
  background-color: #e0e0e0;
}

.quantityValue {
  padding: 0 15px;
  font-size: 16px;
}

.quantityButton:active {
  background-color: #d0d0d0;
}

.freteInfo {
  border: 2px dotted #B9B9B9;
  border-radius: 38px;
  padding: 10px 20px;
  color: #A9A9A9;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.freteGratis {
  color: #1C983C;
  margin-bottom: 0.5rem;
}

.selecionarInfo {
  border: 2px dotted #FD1414;
  border-radius: 3px;
  padding: 16px 36px;
  color: #FD1414;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
  cursor: default;
}

.addToCart {
  border: none;
  cursor: pointer;
  border-radius: 3px;
  padding: 1rem 7rem;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0.5rem;
  background-color: #FD1414;
}

.fretePrazosInfo {
  color: #797979;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.fretePrazosInfo .fa-question-circle {
  margin-left: 5px;
  font-size: 18px;
  color: #797979;
}

.photoBookCard {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0 2.5rem;
}

.photoBookCardBox {
  display: flex;
  flex-direction: column;
}

.photoBookCardBox button {
  background-color: #2793E1;
  padding: 0.4rem 3rem;
  border: none;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}

.photoBookCardBox button a {
  color: #FFFFFF;
}

.photoBookCardImage {
  width: 162px;
  height: 162px;
}

.featureContainer {
  padding: 20px;
}

.featureTitle {
  font-size: 1.5em;
  margin-bottom: 5px;
}

.productType {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 20px;
}

.dimensionList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.dimensionItem {
  display: flex;
  align-items: center;
}

.dimensionLabel {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 50%;
  font-size: 1.2em;
  margin-right: 10px;
}

.dimensionText {
  display: flex;
  flex-direction: column;
}

.dimensionName {
  margin-bottom: 2px;
  font-size: 0.9em;
  color: #A6A6A6;
}

.dimensionValue {
  font-size: 1rem;
  margin-top: 0;
}

.weightTitle {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.weightValue {
  font-size: 1em;
  color: #888888;
}


.bannerContainer {
  max-width: 1603px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
  margin: 0 auto;
}

.bannerHeader {
  display: flex;
  align-items: center;
  padding: 20px;
  background: linear-gradient(to right, #F8A325, #EC36F0);
  color: #fff;
  border-radius: 16px 16px 0 0;
}

.bannerHeader i {
  font-size: 2em;
  margin-right: 10px;
}

.bannerHeader h4 {
  font-size: 1.5em;
}

.bannerBorder {
  border: 0px solid #D9D9D9;
  border-width: 0 1px 1px 1px;
  border-color: #D9D9D9;
  border-radius: 0 0 16px 16px;
}

.bannerSubtitle {
  font-size: 1.2em;
  color: #666;
  padding-left: 2rem;
  padding-top: 1rem;
}

.benefitsContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  gap: 0.5rem;
}

.benefitItem {
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 255px;
  text-wrap: wrap;
  gap: 1rem;
}

.benefitItem i {
  font-size: 2em;
  color: #F8A325;
  background-color: #FFF4E0;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.benefitItem p {
  font-size: 0.9em;
  color: #666;
}

.divider {
  width: 1px;
  height: 50px;
  background-color: #F8A325;
  margin: 0 20px;
}

.related-products-static {
  display: flex;
}

.related-products-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.related-products-carousel .carousel-container {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.related-products-carousel .carousel-slide {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  padding: 10px;
}

@media (max-width: 768px) {
  .related-products-carousel .carousel-slide {
      flex: 0 0 100%;
  }
}

.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

@media (max-width: 768px) {
  .containerContent {
    padding: 0.5rem;
    max-width: 100%;
  }

  .containerContentProduct {
    max-width: 100%;
    padding: 1rem;
    margin-left: 0;
  }

  .boxContainerContentProduct {
    gap: 0.5rem;
  }
  

  .principalImg {
    max-width: 100%;
  }

  .principalImg img {
    transition: opacity 0.3s ease-in-out;
  }

  .fade-out {
    opacity: 0;
  }

  .fade-in {
    opacity: 1;
  }

  .relatedProductsItems, .contentProducts {
    flex-direction: column;
    gap: 0.5rem;
  }

  .relatedProductsItemImg {
    max-width: 200px;
  }

  .isMobile {
    display: none;
  }

  .mainTitle h1 {
    font-size: 1.8rem;
  }

  .photoBookCardBox button {
    padding: 0.3rem;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .relatedProducts {
    width: 90%;
  }

  .seeMore button {
    padding: 0.5rem;
  }

  .seeMore span {
    padding: 0.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1380px) {
  .containerContent {
    max-width: 85%;
  }

  .principalImg {
    width: 90%;
  }

  .containerContentProduct {
    max-width: 100%;
    width: 90%;
  }
  .contentProducts {
    flex-wrap: wrap;
  }

  .boxPrincipalContent {
    align-items: center;
  }

  .itemsDisplayProducts {
    display: none;
  }

  .boxContainerContentProduct {
    display: none;
  }

  .bannerContainer {
    max-width: 100%;
  }
}

@media (min-width: 1380px) and (max-width: 1440px) {
  .containerContent {
    max-width: 85%;
  }

  .contentProducts {
    padding: 0 2rem;
  }

  .responviveContentProduct {
    display: none;
  }
  .photoBookCard {
    gap: 1rem;
    padding: 0 1.5rem;
  }
  
  .seeMore button {
    padding: 0.6rem;
  }

  .seeMore span  {
    padding: 0.3rem;
  }

  .bannerContainer {
    max-width: 87%;
  }
}

@media (min-width: 1440px) {
  .responviveContentProduct {
    display: none;
  }
}