.dobra-produto {
    background: var(--color-BackgroudPage);
    padding-bottom: 60px;
    z-index: 1;
    position: relative;
}

.dobra-produto .panel_header,
.dobra-produto .panel {
    background: none;
    border: none;
    padding: 0;
}

.dobra-produto .panel_header h2,
.dobra-produto .panel h2 {
    color: #FFFFFF !important;
    font-family: var(--fontTema);
    font-size: 2em;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dobra-produto .panel_header h2 span {
    font-family: var(--fontTema);
    font-weight: 700;
}

.dobra-produto .panel_header p,
.dobra-produto .panel p {
    color: #FFFFFF !important;
    font-size: 1.1em;
    opacity: 0.95;
}

/*LIST*/
.single_list{
    float: right;
    width: 70%;
    padding-left: 30px;
}

/*SIDEBAR*/
.single_sidebar{
    float: left;
    width: 30%;
    margin-top: 0;
}

.single_sidebar section > h1{
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    color: #333;
    position: relative;
}

.single_sidebar section > h1 span{
    border-bottom: 2px solid var(--colorSecondary);
    padding-bottom: 10px;
    margin-bottom: -2px;
    display: inline-block;
}

.single_sidebar_widget{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.single_sidebar_widget.delivered article{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.single_sidebar_widget.delivered article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single_sidebar_widget.delivered article img{
    float: left;
    width: 30%;
    border-radius: 4px;
}

.single_sidebar_widget.delivered article div{
    float: right;
    width: 70%;
    padding-left: 15px;
}

.single_sidebar_widget.delivered article h1{
    font-size: 1em;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 5px 0;
}

.single_sidebar_widget.delivered article a{
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single_sidebar_widget.delivered article a:hover{
    color: var(--colorMain);
    text-decoration: none;
}

.single_sidebar_widget.delivered article p{
    font-size: 0.85em;
    font-weight: 400;
    color: #666;
}

.single_sidebar_widget.delivered article .offer{
    font-size: 0.9em;
    color: #d6a6a6;
    margin-bottom: 5px;
}

.single_sidebar_widget.delivered article .offer span{
    color: #888;
    display: block;
    font-weight: 600;
}

.single_sidebar_widget.delivered article .offerend{
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
}

.single_sidebar_widget.posts article{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.single_sidebar_widget.posts article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.single_sidebar_widget.posts article img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
}

.single_sidebar_widget.posts article h1{
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.4;
}

.single_sidebar_widget.posts article a{
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single_sidebar_widget.posts article a:hover{
    color: var(--colorMain);
    text-decoration: none;
}

.single_sidebar_widget:before{
    clear: both;
}

/*SINGLE PRODUCT STYLE*/

.dobra-produto-white {
    background: var(--color-BackgroudPage);
    padding: 60px 0;
    z-index: 1;
    position: relative;
}

.single_pdt{
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.single_pdt:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.single_pdt_cover{
    padding-top: 0;
    position: relative;
}

.single_pdt_offer{
    font-size: 0.85em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 5px 15px;
    background: #28a745;
    width: auto;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
}

.single_pdt_stock{
    font-size: 0.85em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 5px 15px;
    background: #dc3545;
    width: auto;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
}

.single_pdt_offer_ident{
    bottom: 45px;
}

.single_pdt header{
    padding: 20px;
}

.single_pdt header h1{
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_pdt header a{
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single_pdt header a:hover{
    color: var(--colorMain);
    text-decoration: none;
}

.single_pdt header p{
    font-size: 0.85em;
    font-weight: 400;
    color: #666;
}

.single_pdt_price{
    font-size: 1.4em;
    font-weight: 700;
    color: var(--colorMain);
    padding-bottom: 20px;
}

.single_pdt_price span{
    display: block;
    font-size: 0.6em;
    color: #999;
    font-weight: 400;
    text-decoration: line-through;
}

.pdt_single_split{
    font-size: 0.75em;
    font-weight: 400;
    color: #888;
}

.single_pdt_btn{
    padding: 15px 0;
    text-align: center;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}

.single_pdt_btn .btn{
    font-size: 0.85em;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 4px;
}

.wc_cart_add_btn{
    background: var(--colorSecondaryGradient);
}

/*PRODUCT STORE*/
.produtct_basics_cover{
    float: left;
    width: 40%;
    position: relative;
}

.produtct_basics_cover_offer{
    position: absolute;
    top: 20px;
    left: 0;
    text-align: right;
    color: #fff;
    width: auto;
    padding: 5px 20px;
    background: #28a745;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    z-index: 10;
}

.produtct_basics_cover_stock{
    position: absolute;
    top: 20px;
    left: 0;
    text-align: right;
    color: #fff;
    width: auto;
    padding: 5px 20px;
    background: #dc3545;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
    z-index: 10;
}

.produtct_basics_cover_ident{
    top: 60px;
}

.produtct_basics_cover ul{
    display: flex;
    width: 100%;
    padding-top: 15px;
    background: #fff;
    gap: 10px;
    flex-wrap: wrap;
}

.produtct_basics_cover li{
    display: inline-block;
    width: calc(25% - 8px);
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.produtct_basics_cover li:hover {
    border-color: var(--colorMain);
}

.produtct_basics_cover li img {
    width: 100%;
    display: block;
}

.produtct_basics_infor{
    float: right;
    width: 60%;
    padding-left: 40px;
}

.produtct_basics_infor .info{
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

.produtct_basics_infor .info p{
    margin-bottom: 10px;
}

.produtct_basics_infor .info .reviews{
    margin: 10px 0 20px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #888;
    display: flex;
    align-items: center;
    gap: 10px;
}

.produtct_basics_infor header h1{
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.2;
}

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

.produtct_basics_infor .info .price{
    font-size: 2em;
    font-weight: 700;
    color: var(--colorMain);
    margin: 15px 0;
}

.produtct_basics_infor .info .price strike{
    font-weight: 400;
    color: #999;
    font-size: 0.6em;
    margin-left: 10px;
    text-decoration: line-through;
}

.produtct_basics_infor .price_split{
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
}

.produtct_basics_infor form{
    display: block;
    width: 100%;
    vertical-align: bottom;
    margin-top: 20px;
}

.produtct_basics_infor a{
    text-decoration: none;
    color: var(--colorMain);
    font-weight: 600;
}

.produtct_basics_infor a:hover{
    color: var(--colorMainHover);
    text-decoration: underline;
}

.produtct_infor{
    background: #f9f9f9;
    padding: 40px 0;
}

.produtct_infor .htmlchars{
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.produtct_more{
    background: #fff;
    text-align: center;
    padding: 60px 0;
    border-top: 1px solid #eee;
}

.produtct_more .content > header{
    margin-bottom: 40px;
}

.produtct_more .content > header h1{
    font-size: 2em;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.produtct_more .content > header p{
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    color: #666;
    letter-spacing: 1px;
}

.produtct_more .single_pdt{
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.produtct_reviews .comments{
    font-size: 0.95em;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/*1184px*/
@media (max-width: 74em){
    .produtct_basics_cover_stock{
        width: auto;
    }

    .produtct_basics_cover_offer{
        width: auto;
    }
}

/*1056px*/
@media (max-width: 66em){
    .single_list{
        padding: 0;
        float: left;
        width: 100%;
    }
    .single_sidebar{
        display: none;
    }
}

/*1024px*/
@media (max-width: 64em){
    .produtct_basics_cover,
    .produtct_basics_infor{
        width: 100%;
        padding: 0;
        text-align: center;
        float: none;
    }

    .produtct_basics_cover > img{
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .produtct_basics_cover ul{
        justify-content: center;
        margin-bottom: 30px;
    }

    .produtct_basics_cover li{
        width: 80px;
    }

    .produtct_basics_cover{
        margin-bottom: 30px;
    }

    .produtct_basics_infor .info {
        text-align: left;
    }

    .produtct_basics_infor header {
        text-align: center;
    }
}

/*528px*/
@media (max-width: 33em){
    .produtct_basics_cover img,
    .produtct_basics_cover ul{
        width: 100%;
    }

    .produtct_basics_cover_stock{
        width: auto;
    }

    .produtct_basics_cover_offer{
        width: auto;
    }
}