.pdp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .pdp-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.product-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #6C7379;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail,
.product-id {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6C7379;
  margin-bottom: 12px;
}

.ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ratings .imecap-span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6C7379;
  text-decoration: underline;
}
.ratings .total-ratings {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  color: #AF8F44;
}

.tag-new {
  background-color: #129163;
  border-radius: 4px;
  max-width: 109px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-bottom: 12px;
}
.tag-new span {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #F5F6F6;
}

hr {
  border-top: 1px solid #F5F6F6;
}

.product-about {
  text-align: justify;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6C7379;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-about h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #6C7379;
}
.product-about a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FFA466 !important;
  text-decoration: underline;
}
.product-about a:hover {
  color: #FFA466 !important;
}

.third-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.card-info {
  border: 1px solid #E5E7E8;
  border-radius: 12px;
  padding: 20px;
  background-color: #fff;
}
.card-info p {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}
.card-info a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000 !important;
}
.card-info a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.card-info .search-cep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-info .search-cep input {
  background-color: #F5F6F6;
  padding: 12px;
  border: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #000;
  font-size: 14px;
  height: 44px;
  width: 100%;
}
.card-info .search-cep input:focus-visible {
  outline: 0;
}
.card-info .search-cep button {
  border: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #FFA466;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 51px;
  height: 44px;
}
.card-info .cart-and-ipay {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
@media (max-width: 543.98px) {
  .card-info .cart-and-ipay {
    padding-bottom: 0;
  }
  .card-info .cart-and-ipay .btn {
    width: 100%;
    margin: 0;
    display: block;
  }
}
.card-info .cart-and-ipay p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #6C7379;
}
.card-info .cart-and-ipay span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFA466;
}

.shipping-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 14px;
}
.shipping-info .shipping-error {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 14px;
  color: #c00;
  font-weight: 400;
}
.shipping-info .error-message {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 14px;
  color: #c00;
  font-weight: 400;
}

.more-details {
  background-color: #F5F6F6;
  padding: 80px;
}
@media (max-width: 768px) {
  .more-details {
    padding: 62px 20px;
  }
}

.imecap-accordion {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .imecap-accordion {
    padding-top: 8px;
  }
}

.imecap-accordion__item + .imecap-accordion__item {
  border-top: 1px solid #e6e6e6;
}

.imecap-accordion__header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 768px) {
  .imecap-accordion__header {
    padding: 14px 0px;
  }
}
.imecap-accordion__header h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #242628;
}

.imecap-accordion__icon {
  font-size: 14px;
  color: #c9a04d;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.imecap-accordion__content {
  padding: 0 24px 24px;
  display: none;
}
@media (max-width: 768px) {
  .imecap-accordion__content {
    padding: 0 0 24px;
  }
}
.imecap-accordion__content h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #242628;
}
.imecap-accordion__content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6C7379;
}

.imecap-accordion__item.is-open .imecap-accordion__content {
  display: block;
}

.imecap-accordion__content p {
  margin-bottom: 12px;
}

.imecap-accordion__icon {
  width: 14px;
}

label.availability {
  padding-right: 0.3125em;
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}

.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.review-stars__star {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  width: 16px;
  height: 16px;
}

.review-stars__star--full {
  color: #FF9700;
}

.review-stars__star--empty {
  color: #ACB0B4;
}

.review-stars__star--half {
  width: 16px;
  height: 16px;
}

.review-stars__star-base,
.review-stars__star-fill {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1;
}

.review-stars__star-base {
  color: #ACB0B4;
}

.review-stars__star-fill {
  color: #FF9700;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
}
