.elementor-4457 .elementor-element.elementor-element-58db60f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:32px;--margin-bottom:32px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-4457 .elementor-element.elementor-element-58db60f{--content-width:1400px;}}/* Start custom CSS for container, class: .elementor-element-58db60f */.product-pictograms-container {
  display: none;
}
.custom-buttons-container {
  display: none !important;
}

.selected-variation-summary {
  display: none !important;
}

.wpt-stats-report {
  display: none!important;
}

.wpt-new-footer-cart.footer-cart-temp-none.wpt-foooter-cart-stats-on {
  display: none;
}

@media screen and (max-width: 768px) {
    /* Target the row to remove the table-row behavior */
    tr.wpt-tr-tag {
        display: block !important;
        width: 100%;
        margin-bottom: 20px; /* Adds space between "rows" */
    }

    /* Target the cells to make them stack */
    td.wpt-td-tag {
        display: block !important;
        width: 100%;
        box-sizing: border-box;
        border: none; /* Optional: adjust borders for mobile view */
        padding: 10px; /* Optional: adds breathing room */
    }
}/* End custom CSS */