#page-map {
    padding: 20px 0 30px;
}

.product-name-map {
    color: var(--secondary-theme-color);;
}

#details {
    padding-bottom: 60px;
}

#details .container {
    gap: 32px;
    align-items: flex-start;
}

.details-images {
    width: 50%;
    gap: 8px;
}

.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%;
}

.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-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: var(--primary-theme-color);
    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: var(--primary-theme-color);;
}

.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;
}

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

.details-input-qtd button {
    width: 45px;
    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:hover{
    background-color: var(--primary-theme-color);
}

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

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

.details-input-qtd input {
    color: var(--primary-theme-color);;
    width: 53px;
    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-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: 216px;
}

.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;
}

#compre-tambem {
    margin-top: 60px;
    padding-bottom: 100px;
}

.compre-tambem-title {
    margin-bottom: 32px;
}

.compre-tambem-list {
    align-items: center;
    gap: 4px;
}

.compre-tambem-list .product-options-select {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.compre-tambem-list .product-options-select select {
    flex-grow: 1;
    border: 1px solid #7C878E;
}

.compre-tambem-list .product-options-select select[name='cor'] {
    width: 140px;
}

.compre-tambem-list .product-add-btn{
    width: 100%;
}

.compre-tambem-math-icon {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 0.2px solid #EDF1F3;
    box-shadow: 0px 4px 10px rgba(202, 156, 163, 0.29);

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

.compre-tambem-offer-title, .compre-tambem-offer-price, .compre-tambem-offer-parcels {
    display: block;
}

.compre-tambem-offer-price {
    margin-top: 16px;
}

.compre-tambem-offer-parcels {
    margin-top: 4px;
}

.compre-tambem-offer-buy-btn {
    margin-top: 24px;
    width: 175px;
}

.compre-tambem-offer-add-btn {
    width: 280px;
    margin-top: 11px;
}

.compre-tambem-offer-buy-btn.disabled, .compre-tambem-offer-add-btn.disabled {
    opacity: 0.5;
}

#compre-tambem .product-info-content {
    height: auto;
}

#descricao {
    padding: 100px 0 76px 0;
    background-color: #F9F9F9;
}

.descricao-switcher {
    gap: 64px;
}

.descricao-switcher-btn {
    background-color: transparent;
    border: none;
    padding-bottom: 21px;
}

.descricao-switcher-btn.active {
    font-weight: var(--w-700);
    border-bottom: 3px solid var(--secondary-theme-color);
}

.descricao-content {
    margin-top: 32px;
}

.descricao-content.active {
    display: block;
}

.descricao-content > * {
    margin-bottom: 24px;
}

.descricao-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.table-wrapper {
    width: 100%;
    padding: 24px;
    background-color: #fff;
}

.table-wrapper table{
    width: 100%;
}

.table-wrapper td {
    padding: 15px;
    width: 50%;
}

.table-wrapper td:nth-child(2n + 1) {
    border-right: 8px solid #fff;
}

.table-wrapper tr:nth-child(2n + 1) {
    background-color: #F6F6F6;
}

.lista-cuidados li{
    margin-bottom: 24px;
    align-items: center;
    gap: 8px;
}

#reviews {
    padding: 100px 0;
}

.reviews-title {
    display: block;
    text-align: center;
    margin-bottom: 32px;
}

.reviews-stars {
    justify-content: center;
}

.reviews-stars svg {
    width: 100px;
}

.reviews-stars svg:hover {
    cursor: pointer;
}

.reviews-star.active path {
    fill: #EFD26B;
}

.details-star.active path{
    fill: #EFD26B;
}

/*
.reviews-list {
    gap: 24px;
}

.reviews-card {
    background: #FFFFFF;
    border: 1px solid #CED7DC;
    box-sizing: border-box;
    border-radius: 10px;
}

.reviews-card-header {
    padding: 32px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #CED7DC;;
}

details-stars svg.active path, .reviews-card-stars svg.active path, .reviews-card-content-stars svg.active path{
    fill: #EFD26B;
}

.review-card-content {
    padding: 40px 36px 34px 36px;
}

.review-card-title {
    color: var(--secondary-theme-color);
    display: block;
    margin-bottom: 8px;
}

.review-card-date {
    display: block;
    color: #7C878E;
    margin-bottom: 8px;
}

.reviews-card-content-stars {
    margin-bottom: 8px;
}

.reviews-card-content-text {
    margin-bottom: 16px;
}

.reviews-card-content-author {
    display: block;
    color: #7C878E;
    margin-bottom: 16px;
}

.reviews-card-gallery {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.reviews-card-content-like-title {
    display: block;
    margin-bottom: 20px;
}

.reviews-card-like-actions {
    gap: 16px;
}

.reviews-card-like-btn {
    align-items: center;
    gap: 6px;
    color: #7C878E;
}

.reviews-card-like-btn button {
    background-color: transparent;
}
*/
#mais-produtos {
    padding: 100px 0;
    background-color: #F9F9F9;
}

.mais-produtos-title {
    display: block;
    text-align: center;
    margin-bottom: 48px;
}

.mais-produtos-list {
    justify-content: space-between;
}

#loader {
    top: 0;
}

.teste{
    border:solid;
}

.spp-single-item-description {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #CED7DC;
}
.spp-single-item-description h3 {
    margin-bottom: 10px;
}   
.spp-single-item-description p {
    font-family: "Inter" !important;
    font-size: 14px !important;
    line-height: 16px !important;
}