.elementor-3201 .elementor-element.elementor-element-dd6d915{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3201 .elementor-element.elementor-element-876581d{--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;}.elementor-3201 .elementor-element.elementor-element-876581d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3201 .elementor-element.elementor-element-32c2643{--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;}.elementor-3201 .elementor-element.elementor-element-d42c107{--spacer-size:76px;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3201 .elementor-element.elementor-element-9a4cc12 .elementor-heading-title{color:#000000;}.elementor-3201 .elementor-element.elementor-element-7b51827{--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;}@media(min-width:768px){.elementor-3201 .elementor-element.elementor-element-876581d{--width:51.042%;}.elementor-3201 .elementor-element.elementor-element-32c2643{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-fbc0a30 *//* CSS (guaranteed_content.css) */
.product-guaranteed-content {
    margin-bottom: 20px;
    position: relative;
}

.product-guaranteed-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-guaranteed-content h2 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}

.product-guaranteed-content p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}

.product-guaranteed-content hr {
    border: none;
    border-top: 2px solid #000000;
    margin-bottom: 15px;
    width: 100%;
}

.product-guaranteed-content table {
    width: 100%;
    border-collapse: collapse;
}

.product-guaranteed-content table td {
    padding: 10px;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    color: #000000;
    text-align: left;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e628927 */.table-container {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

thead th {
    background: linear-gradient(to right, #4a6e3c, #92c469);
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-weight: bold;
}

tbody td {
    padding: 15px;
    border: 1px solid #dddddd;
    text-align: left;
    vertical-align: top;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {
    thead th, tbody td {
        font-size: 14px;
    }
}/* End custom CSS */