/* width: calc((100% - (N - 1) * G) / N);  larghezza da assegnare alla card: N numero card (intese in una riga), G gap*/
.dmt-main-product-info{display:flex;gap:0;align-items:start;flex-direction: column;margin-bottom:4.4rem}
.dmt-product-gallery {display: flex;flex-direction: column;width:100%}
.dmt-product-gallery img {width: 100%;height:auto;aspect-ratio:1;object-fit:cover}    
.dmt-product-summary{width:100%;padding:0 1.6rem}
.dmt-product-summary .summary{width:100%}
.dmt-product-summary .posted_in{font-size: 1.8rem;font-weight: 500;}
.dmt-product-summary .posted_in a{text-decoration:underline;text-underline-position: under;}
.dmt-product-summary .product_title{font-size: 2.4rem;line-height: 1.2;margin-bottom: .8rem;font-weight:900;}
.dmt-product-summary .product_meta{margin-bottom:2.4rem}
.ebay-button, .dmt-product-summary .whatsapp-button{padding: 1.6rem 2.4rem 2rem;width: 400px;margin-top: 4.8rem;font-size: 1.8rem;}
.ebay-button{display: flex;place-content: center;align-items: start;gap: .6rem;height: 55.81px;margin-top:0}
.ebay-button path{fill:#fff}
.dmt-product-summary .whatsapp-button{padding:1.5rem 2.4rem;margin-top:.8rem}
.dmt-custom-cta{margin-top:2.4rem}
.dmt-custom-cta button,.dmt-custom-cta a,.dmt-custom-cta .whatsapp-button{width:100%;}
.product .woocommerce-tabs ul.wc-tabs{display:none}
.dmt-wc-tabs-section hr{margin:0}
.swiper{z-index: 0;}
.swiper-wrapper{z-index: 0;}
.swiper-pagination{padding:.8rem;text-align: right;}
.swiper-pagination-bullet{transform:scale(1.5)}
.swiper-pagination-bullet-active{background:#fff}
.dmt-woocommerce-Tabs-panel-content *{font-family:var(--ff-default)}
.dmt-maggiori-dettagli-tab{margin-bottom:3.2rem}
.dmt-maggiori-dettagli-tab .heading{border-bottom: 1px solid;padding-bottom: 1.6rem;padding-top: 1.6rem;;display:flex;align-items:center;place-content:space-between;}
.dmt-maggiori-dettagli-tab .heading label{font-family: var(--ff-heading);color: #1B1F24;color:#000205;font-size: 2.4rem;display: block;cursor:pointer}
.dmt-maggiori-dettagli-tab .box-icon .horizontal-line{top: 50%;}
.dmt-maggiori-dettagli-tab .box-icon .vertical-line{height:1px;width:100%;background:#000;position:absolute;top: 50%;transform: rotateZ(180deg);transform-style: preserve-3d;transition: transform .3s ease;will-change:transform}
.dmt-maggiori-dettagli-tab .dmt-woocommerce-Tabs-panel-content{transition:max-height .5s ease;overflow:hidden}
.dmt-maggiori-dettagli-tab.closed .dmt-woocommerce-Tabs-panel-content{max-height:0;}
.dmt-maggiori-dettagli-tab.closed .vertical-line{transform:  rotateZ(90deg);}

@media(min-width:992px){
    .single-product .hero{padding-bottom:1.6rem;}
    .dmt-main-product-info{flex-direction:row;gap:2.4rem;margin-bottom:0;place-content: center;}
    .dmt-product-gallery img{aspect-ratio: 4/5;}
    .dmt-product-gallery {width:calc(50% - 2.8rem);}
    .swiper-pagination{display:none}
    .dmt-product-summary{width:calc(50% - 2.8rem);display:flex;place-content:center;padding:0;position:sticky;top:150px;}
    .dmt-product-summary .product_title{margin-top:0;font-size:3.2rem}
    .dmt-wc-tabs-section .max-width{padding:0 1.6rem 4.4rem }
    .dmt-woocommerce-Tabs-panel-content{width:calc(75% - 1.2rem)}
    .dmt-maggiori-dettagli-tab{margin-bottom:0}
}

@media(min-width:1280px){
    .dmt-wc-tabs-section .max-width{padding:0 4.8rem 4.4rem}
    .dmt-product-gallery {width:calc(50% - 6rem);}
    .dmt-product-summary{width: calc(50% - 6rem);top:50%;transform:translateY(-50%);}
    .dmt-product-summary .summary{width:calc((((100% - (var(--gap-sm) / 2))) / 3) * 2)}
    /* .dmt-product-summary .product_title{font-size:4.8rem} */
}

/* @media(min-width:1920px){
    .dmt-product-summary .product_title{font-size:5.6rem}
} */
