.elementor-5702 .elementor-element.elementor-element-a8355c1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1c9fa5a */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #374151;
    background-color: #ffffff;
}

.sizing-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.product-title {
    color: #111111;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.product-subtitle {
    color: #666666;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.section {
    margin-bottom: 2.5rem;
}

.sizing-container .section-title,
.sizing-container h2.section-title {
    color: #111111 !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
    border-bottom: 2px solid #C4CDD6 !important;
    padding-bottom: 0.5rem !important;
    display: block !important;
    visibility: visible !important;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    background-color: #ffffff;
    border: 1px solid #C4CDD6;
}

.size-table th {
    background-color: #111111 !important;
    color: white !important;
    padding: 0.75rem !important;
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    border-bottom: 1px solid #C4CDD6 !important;
}

.size-table td {
    padding: 0.75rem;
    border-bottom: 1px solid #C4CDD6;
    color: #374151;
}

.size-table tr:nth-child(even) {
    background-color: #f9fafb;
}

.size-table tr:hover {
    background-color: #f3f4f6;
}

.measurement-note {
    font-size: 0.85rem;
    color: #666666;
    font-style: italic;
    margin-top: 0.5rem;
}

.how-to-measure {
    background-color: #f9fafb;
    border-left: 4px solid #C4CDD6;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.measure-item {
    margin-bottom: 1rem;
}

.measure-label {
    font-weight: 600;
    color: #111111;
}

.pro-tip {
    background-color: #111111;
    color: white;
    padding: 1rem;
    border-radius: 4px;
    margin: 1rem 0;
}

.pro-tip-label {
    font-weight: 600;
    color: #C4CDD6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.feature-item {
    background-color: #f9fafb;
    padding: 1rem;
    border-radius: 4px;
    border-left: 3px solid #C4CDD6;
}

.feature-title {
    font-weight: 600;
    color: #111111;
    margin-bottom: 0.25rem;
}

.specs-list {
    list-style: none;
    padding: 0;
}

.specs-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #C4CDD6;
    display: flex;
    justify-content: space-between;
}

.specs-list li:last-child {
    border-bottom: none;
}

.spec-label {
    font-weight: 600;
    color: #111111;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.comparison-item {
    text-align: center;
    padding: 1rem;
    background-color: #f9fafb;
    border-radius: 4px;
}

.jean-size {
    font-weight: 600;
    color: #111111;
    font-size: 1.1rem;
}

.recommended-size {
    color: #666666;
    margin-top: 0.25rem;
}

.callout-box {
    background-color: #111111;
    color: white;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.callout-title {
    font-weight: 600;
    color: #C4CDD6;
    margin-bottom: 0.5rem;
}

.footer-note {
    font-style: italic;
    color: #666666;
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #C4CDD6;
}

@media (max-width: 768px) {
    .sizing-container {
        padding: 1rem;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .size-table {
        font-size: 0.85rem;
    }

    .size-table th,
    .size-table td {
        padding: 0.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */