    .principal-image {
        width: 85%;
        height: 100%;
    }
    #line-top {
        border-top: 1px var(--accordion-border-color) solid;
    }
    .comments {
        margin: 4rem 0;
    }
    #modal {
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    #modal.fade-out {
        opacity: 0;
    }
    .texto-aviso svg {
        margin-right: 10px;
    }
    .red-border {
        border: 2px solid red !important;
    }
    .modal-questions {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        border: 1px solid #ccc;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        width: 100%;
        height: 100%;
    }
    btn-perguntar:disabled {
        cursor: not-allowed;
    }
    .tag-porcentagem {
        font-size: 14px;
        font-weight: bold;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        background: #a12323;
        width: 50px;
        height: 30px;
        border: 1px #979797 solid;
        margin-top: 6px;
    }
    .n49-product-rating__image-list-wrapper {
        margin-top: .9375rem;
    }
    .rating-media-list {
        font-size: .875rem;
    }
    .rating-media-list__container {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .rating-media-list__image-wrapper--inactive {
        cursor: zoom-in;
    }
    .rating-media-list__image-wrapper {
        width: 4.5rem;
        height: 4.5rem;
        margin: 0 0.625rem 0.625rem 0;
        position: relative;
    }
    .n49-rating-media-list-image__wrapper {
        position: relative;
    }
    .n49-rating-media-list-image__content, .n49-rating-media-list-image__wrapper {
        width: 100%;
        height: 100%;
    }
    .n49-rating-media-list-image__place-holder {
        width: 100%;
        height: 100%;
        position: relative;
        background-color: #fafafa;
    }
    .n49-rating-media-list-image__content {
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
    }
    .rating-media-list__video-cover {
        position: absolute;
        height: 1.25rem;
        line-height: 1.25rem;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: rgba(0,0,0,.54);
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 0 4px;
        align-items: center;
        font-size: .75rem;
    }
    .rating-media-list__zoomed-image {
        width: 100%;
        height: 100%;
        max-width: 32.25rem;
        max-height: 31.25rem;
        display: none;
        margin-left: -0.6rem;
    }
    .rating-media-list-image-carousel {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .rating-media-list-image-carousel__item-list-wrapper {
        height: 100%;
        overflow: hidden;
    }
    .rating-media-list-image-carousel__item-list {
        display: flex;
        position: relative;
        height: 100%;
        padding: 0;
        margin: 0;
    }
    .rating-media-list-image-carousel__item--fluid {
        flex: 0 1 auto;
        overflow-x: visible;
    }
    .rating-media-list-image-carousel__item {
        height: 100%;
        align-self: center;
        overflow-x: hidden;
        list-style: none;
        float: left;
    }
    .rating-media-list__zoomed-video-item {
        width: 32.25rem;
        height: 31.25rem;
    }
    .rating-media-list__zoomed-image-item, .rating-media-list__zoomed-video-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background: #0a0a0a;
        max-width: 32.25rem;
        max-height: 31.25rem;
    }
    .rating-media-list__zoomed-image--active {
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        margin-bottom: 8px;
    }
    swiper-container {
        width: 100%;
        height: 100%;
    }

    swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .swiper-button-next, .swiper-button-prev {
        height: 25px !important;
        width: 25px !important;
    }
    #chain_container .chain-first-container .chain-title, #chain_container .chain-second-container .chain-title {
        margin-right: 2rem;
    }
    .img-mag__asset {
        cursor: zoom-in;
    }
    @media screen and (min-width: 981px) {
        .height-info-product {
            height: 1000px;
        }
        .height-w-screen {
            height: 100%;
        }
        .js-product-v2__slideshow {
            height: 100%;
        }
        .slideshow__content {
            height: 100%;
        }
        .slideshow--transition-slide .slideshow__item {
            height: 100%;
        }
        .img-mag {
            height: 100%;
        }
        .m-top7 {
            margin-top: 7rem !important;
        }
        .h-auto-desk {
            height: auto;
        }
        .position-column {
            overflow: hidden;
        }
        .ReactProductDetails {
            position: sticky;
            top: 115px;
            min-height: 0px;
            z-index: 100;
            max-width: 15%;
            float: left;
        }
    }
    @media screen and (min-width: 1600px) {
        .principal-image {
            margin-right: 3rem;
            width: 79%;
        }
        .height-w-screen {
            height: 1194px;
        }
        .img-mag {
            overflow: visible !important;
        }
        .slideshow__content {
            overflow: visible;
            height: 100%;
        }
        .slideshow {
            overflow: visible;
        }
        /*.thumbslide__nav {
            max-height: 716px;
        }*/
        .campo-avaliacoes-recented {
            width: 100% !important;
            padding: 0 !important;
        }
        .mb-lg {
            margin-bottom: 2rem;
        }
        .height-info-product {
            height: 1000px;
        }
        .height-w-screen {
            height: 100%;
        }
        .js-product-v2__slideshow {
            height: 100%;
        }
        .slideshow__content {
            height: 100%;
        }
        .slideshow--transition-slide .slideshow__item {
            height: 100%;
        }
        .img-mag {
            height: 100%;
        }
        .m-top7 {
            margin-top: 7rem !important;
        }
        .h-auto-desk {
            height: auto;
        }
        .position-column {
            overflow: hidden;
        }
        /*.ReactProductDetails {
            position: sticky;
            top: 115px;
            min-height: 0px;
            z-index: 100;
            max-width: 15%;
            float: left;
        }*/
        .thumbslide__nav-list {
            margin-bottom: 4rem;
        }
        .next-button {
            bottom: 10px;
        }
        /*.thumbslide__nav {
            max-height: 760px;
        }*/
    }

    .swiper-pagination {
        position: relative !important;
    }

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px)) !important;
        height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px)) !important;
        display: inline-block !important;
        border-radius: var(--swiper-pagination-bullet-border-radius,50%) !important;
        background: #000000 !important;
        margin-top: 14px !important;
    }

    .swiper-button-next:after {
        color: #000 !important;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 19px !important;
        text-transform: none!important;
        background-color: #ccc;
        padding: 12px;
        border-radius: 8px;
    }

    .from-bottom .n49-btn-buy .addProductList {
        width: 91% !important;
    }

    .swiper-scrollbar {
        position: relative !important;
        width: 94% !important;
        height: 7px !important;
        margin-top: 25px !important;
    }

    .swiper-scrollbar-drag {
        position: absolute !important;
    }

    .btn-wishlist {
        width: 2.75rem;
        height: 2.75rem;
        padding: 0!important;
        transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
        border: 0;
        border-radius: 50%;
        background-color: #f3f5f9;
        color: #373f50;
        text-align: center;
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        z-index: 5;
        cursor: pointer;
    }

    .btn-wishlist i {
    font-size: 25px; 
    }

    .btn-wishlist:hover {
    color: #dd211d;
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f004";
    }

    .btn-sm {
        width: 2rem;
        height: 2rem;
    }

    .heart-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f004";
    font-size: 1.5rem;
    transition: color 0.3s;
    }

    .heart-icon-full::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f004";
    font-size: 1.5rem;
    transition: color 0.3s;
    color: red;
    }

    .heart-icon:hover::before {
    content: "\f004";
    font-weight: 600;
    color: red;
    }

    .pb3-btn--primary:hover {
    color: #FFFFFF;
    }

    .pb3-btn--primary {
        background: #dd211d !important;
        color: #FFFFFF !important;
    }

    .pb3-btn--primary:hover {
        background: #dd211d !important;
        color: #FFFFFF !important;
    }

    button:hover, button:hover strong {
        color: #dd211d !important;
    }

    .mega-nav__item--expanded .mega-nav__control{
    color:#dd211d;
    }

    .frm_pg {
        /* display: grid;
        grid-template-columns: repeat(4, 1fr) !important;
        grid-auto-rows: 36px;
        width: auto !important; */
        display: flex;
        flex-direction: column;
        max-width: 300px;
    }
    .selos-1 li, .selos-2 li {
        width: 50px;
        margin: 0 !important;
    }

    .frm_pg li {
    margin-right: 10px;
    }
    @media screen and (min-width: 1366px) {
        .content-selos-pagamento {
            width: 300px;
        }
        .frm_pg {
            flex-direction: column;
        }
        .selos-1, .selos-2 {
            display: flex;
            justify-content: space-evenly;
            max-height: 44px;
        }
        .mf4-container .mf4-margin-bottom-xl .mf4-text-component {
        text-align: center !important;
        }
    }
    @media screen and (max-width: 991.98px) {
        .selos-1, .selos-2 {
            display: flex;
            max-height: 50px;
            justify-content: space-between;
        }
    }
    @media screen and (min-width: 1100px) and (max-width: 1370px) {
        .mega-nav--desktop .mega-nav__logo {
            margin-right: 0 !important;
        }
        .mega-nav__container {
            width: calc(100% - (0px * 2)) !important;
        }
    }
@media screen and (max-width:768px){
 .products-gallery .pz2-grid.pz2-gap-md{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
 }
  .products-gallery .prod-card {
    position: relative;
    flex-basis: 47%;
 }
  .products-gallery .pz2-padding-sm.pz2-text-center {
    position: absolute;
    top: calc(50% - 12px);
    width: 100%;
    left: 0;
    font-size: 15px !important;
    z-index: 999;
  }
  .products-gallery .pz2-padding-sm.pz2-text-center h3{
    float: left;
    width: 100%;
  }
  .products-gallery a.pz2-color-inherit {
    font-size: 20px;
    text-align: center;
    width: 100%;
    float: left;
  }
  
}

.product-card-v2__title {
    text-transform: capitalize !important;
}