/* Confirmar se esse CSS está sendo usado */

.spp-single-item-options img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 5px;
}
p.spp-original-price {
  font-size: 15px;
  text-decoration: line-through;
  color: #aaa;
}
.spp-single-item-options ul {
  margin-bottom: 10px;
}

/* Estilo Componente de detalhes */
.spp-single-item-title h2 {
  font-size: 32px;
  line-height: 48px;
  font-weight: var(--w-700);
  font-family: "Panton Regular";
  color: var(--secondary-color);
}
.spp-single-item-sku {
  color: #a1a1a1;
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: right;
  font-family: "Inter";
  font-weight: var(--w-300);
  line-height: 16px;
}
.spp-single-item-price {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ced7dc;
}
.spp-single-item-price p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 36px;
}
.spp-single-item-options {
  border-top: 1px solid #ced7dc;
  margin-top: 24px;
  padding-top: 16px;
}
.spp-single-item-options p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.spp-single-item-options ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
  flex-direction: row;
}
.spp-single-item-options li {
  color: #7c878e;
  cursor: pointer;
  display: flex;
  padding: 0 8px;
  min-width: 18px;
  font-size: 12px;
  min-height: 34px;
  background: #f6f6f6;
  transition: all 100ms linear;
  align-items: center;
  font-family: "Poppins", sans-serif;
  line-height: 14px;
  border-radius: 3px;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  justify-content: center;
  -moz-transition: all 100ms linear;
  -webkit-transition: all 100ms linear;
}
.spp-single-item-options li.active {
  background-color: var(--color-yellow);
  color: #fff;
}
.spp-single-item-message p {
  display: block;
  margin-top: 24px;
  font-weight: var(--w-700);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 27px;
}
.spp-single-item-button-buy {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ced7dc;
}

.details-btn-buy {
  color: #fff;
  background-image: linear-gradient(30deg, var(--primary-color) 50%, white 50%);
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: 0;
  border: 2px solid var(--primary-color);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 16px;
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-weight: var(--w-700);
  padding: 15px;
}

#selectSize > div > a {
  width: 80%;
  font-family: "Karla";
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #06211a;
}

.details-btn-buy:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  background-image: linear-gradient(30deg, var(--primary-color) 50%, white 50%);
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: 100%;
}

.details-btn-add {
  border-radius: 50px;
  --btn-color: var(--primary-color);
  --w-700: 700;
  letter-spacing: 1px;
}
.details-btn-add:hover {
  --btn-color: var(--secondary-color);
  opacity: 1;
}
.slick-list {
  overflow: hidden;
}

.details-info-bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ced7dc;
}

.details-input-qtd {
  border: 1px solid #7c878e;
  border-radius: 5px;
  width: max-content;
}

.img-fluid {
  height: 500px;
}


/* .tabela-desk {
  display: block;
} */

.tabela-mobile {
  display: none;
}

@media (max-width: 632px) {
  .tabela-desk {
    display: none;
  }

  .tabela-mobile {
    display: table-row;
  }

}  

.details-input-qtd button,
.details-input-qtd input {
  height: 35px;
  box-sizing: border-box;
}

.details-input-qtd button {
  width: 35px;
  background-color: transparent;
  align-items: center;
  justify-content: center;

  background-color: transparent;

  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

.details-input-qtd button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
}

.details-input-qtd button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}

.details-input-qtd input {
  color: #0e5358;
  width: 35px;
  text-align: center;
  border: 0;
  border-left: 1px solid #7c878e;
  border-right: 1px solid #7c878e;
}

.details-input-qtd input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.details-images {
  width: 50%;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .details-images {
    width: 100%;
  }
}
.details-nav {
  max-width: 107px;
  display: flex !important;
  align-items: center;
}

.details-nav .details-image-wrapper img {
  width: 107px;
  height: auto;
}

.details-nav .details-image-wrapper img:hover {
  cursor: pointer;
}

.details-for .details-image-wrapper img {
  object-fit: cover;
  object-position: top;
}

.details-for .details-image-wrapper {
  width: 100%;
}

.details-image-wrapper.slick-slide {
  border-bottom: 5px solid var(--secondary-theme-color) !important;
}

.details-info {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .details-info {
    margin-top: 20px;
    width: 100%;
  }
}

.details-info-head-top {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.details-wishlist {
  background-color: transparent;
}

.details-wishlist.active path {
  fill: red;
  stroke: red;
}

.details-reviews {
  align-items: center;
  gap: 8px;
}

.details-info-head-right {
  align-items: flex-end;
  gap: 8px;
  margin-left: auto;
}

.details-reviews-qtd {
  color: #7c878e;
}

.details-price {
  margin-right: 16px;
}

.details-parceled {
  color: #7c878e;
}

.details-code {
  color: #a1a7aa;
}

.details-payment-methods {
  display: block;
  margin-top: 8px;
}

.details-info-middle {
  border-top: 1px solid #ced7dc;
  margin-top: 24px;
}

.details-color-selected {
  display: block;
  margin-top: 24px;
}

.details-color-options {
  gap: 8px;
  margin-top: 13px;
}

.details-sizes {
  margin-top: 16px;
}

.details-sizes-title {
  color: #000;
}

.details-size-selected {
  color: #7c878e;
}

.details-sizes-list {
  gap: 8px;
  margin-top: 13px;
}

.details-size-item {
  min-width: 18px;
  min-height: 34px;
  padding: 0 8px;
  background: #f6f6f6;
  border-radius: 22px;
  color: #7c878e;

  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;

  align-items: center;
  justify-content: center;
}

.details-size-item:hover {
  background: #e9e9e9;
  cursor: pointer;
}

.details-size-item.active {
  background-color: #0e5358;
  color: #fff;
}

.details-actions {
  margin-top: 16px;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.details-actions-item {
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border: 0.8px solid #7c878e;
  border-radius: 1px;
}

.details-stock-warn {
  margin-top: 16px;
  padding: 11px 24px;
  border: 1px solid #7c878e;
  color: #7c878e;
  width: max-content;
}

.details-stock-qtd {
  color: #0e5358;
}

.container-qty {
  align-items: center;
  gap: 10px;
}

.details-info-bottom-actions {
  width: 100%;
  gap: 11px;
  margin-top: 17px;
}

.details-btn-buy,
.details-btn-add {
  display: inline !important;
}

.details-btn-buy.disabled,
.details-btn-add.disabled {
  opacity: 0.5;
}

.details-btn-buy:hover.disabled,
.details-btn-add:hover.disabled {
  cursor: not-allowed;
}

.details-btn-buy {
  width: 146px;
}

.details-btn-add {
  width: 260px;
}

.details-description-link {
  display: inline-block;
  align-self: flex-end;
  margin-left: auto;
}

.details-shipping {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ced7dc;
}

.details-shipping-title {
  display: block;
  margin-bottom: 16px;
}

.details-shipping-store-title {
  display: block;
  margin-bottom: 16px;
}

.details-shipping-transport-list {
  margin-top: 18px;
}

.details-shipping-store-description {
  display: block;
  margin-bottom: 8px;
}

.details-shipping-store-block {
  display: block;

  box-sizing: border-box;
  padding: 16px 18px;

  border: 1px solid #ced7dc;
  border-radius: 5px;

  max-width: 431px;
  margin-bottom: 16px;
}

.details-shipping-home-title {
  display: block;
  margin-bottom: 16px;
}

.details-shipping-home-description {
  display: block;
  margin-bottom: 8px;
}

.details-shipping-home-input {
  height: 40px;
  gap: 9px;
}

.details-shipping-home-input input {
  border: 1px solid #ced7dc;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 11px 18px;

  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.details-shipping-home-input input:active,
.details-shipping-home-input input:focus {
  border: 1.1px solid #a1a8ac;
}

.details-shipping-home-input input::placeholder {
  color: #ced7dc;
}

.details-shipping-home-input .btn-default {
  width: 145px;
}

.details-shipping-cep-discover {
  display: block;
  margin-top: 8px;
}

.details-benefits {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ced7dc;

  gap: 20px;
}

.details-benefits-item {
  gap: 16px;
}

.details-benefits-item span {
  display: block;
}

.details-benefits-icon {
  align-items: center;
  background-color: var(--secondary-theme-color);
  border: 1px solid #fdfdfd;
  border-radius: 50%;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.details-container {
  flex-direction: column;
}

.btn-continue-buy,
.btn-finish-buy {
  border-radius: 50px !important;
  padding: 10px 20px !important;
  letter-spacing: 1px !important;
}

.btn-modal-limited {
  margin: 0 auto;
}

.modal-limited .swal-button-container {
  width: 100%;
}

.btn-finish-buy {
  background-color: var(--secondary-color) !important;
}

@media screen and (max-width: 767px) {
  .spp-single-item-title h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .spp-single-item-sku {
    text-align: left;
  }
  .spp-single-item-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  p.spp-original-price {
    font-size: 16px;
    line-height: 21px;
  }
  .details-input-qtd button,
  .details-input-qtd input {
    width: 30px;
  }
  .details-input-qtd button,
  .details-input-qtd input {
    height: 30px;
  }
  #modal-qv .container-qty {
    grid-template-columns: none;
  }
  .container-qty {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
  }
  .details-btn-add {
    width: 100%;
  }
  .spp-single-item-options,
  .spp-single-item-price {
    margin-top: 12px;
    padding-top: 12px;
  }
  #modal-qv > .container {
    padding: 48px 20px;
  }
}

@media screen and (min-width: 751px) {
  .details-images {
    width: 50%;
  }
  .details-info {
    width: 50%;
  }
  .details-container {
    display: flex;
    gap: 40px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
  }
}

@media(max-width: 425px) {
  #selectSize > div > a {
    width: 100%;
  }
}
