<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="utf-8">

    <title>Printable Watch Wrist Size Guide | Milano Straps</title>

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <style>

        :root {

            --brand-gold: #c5a059;

            --brand-black: #1a1a1a;

        }


        body {

            font-family: 'Helvetica Neue', Arial, sans-serif;

            line-height: 1.6;

            margin: 0;

            padding: 0;

            background-color: #f8f8f8;

            color: #333;

        }


        .container {

            max-width: 600px;

            margin: 40px auto;

            background: #fff;

            padding: 40px;

            box-shadow: 0 4px 15px rgba(0,0,0,0.1);

            border-radius: 8px;

        }


        .header {

            text-align: center;

            border-bottom: 2px solid var(--brand-gold);

            padding-bottom: 20px;

            margin-bottom: 30px;

        }


        h1 { font-size: 26px; margin: 0; text-transform: uppercase; letter-spacing: 1px; }

        

        .preview-box {

            background: #eee;

            width: 100%;

            height: 250px;

            display: flex;

            align-items: center;

            justify-content: center;

            margin-bottom: 30px;

            border: 1px dashed #ccc;

        }


        .btn-main {

            display: block;

            background: var(--brand-black);

            color: white;

            text-align: center;

            padding: 20px;

            text-decoration: none;

            font-weight: bold;

            font-size: 18px;

            border-radius: 4px;

            margin-bottom: 40px;

        }


        .btn-main:hover { background: #333; }


        .steps {

            background: #fffdf9;

            padding: 25px;

            border: 1px solid #f0e6d2;

            margin-bottom: 30px;

        }


        .steps h2 { font-size: 20px; margin-top: 0; color: var(--brand-black); }

        

        ol { padding-left: 20px; }

        li { margin-bottom: 15px; font-size: 15px; }


        .warning-box {

            background: #fff0f0;

            border-left: 4px solid #d9534f;

            padding: 15px;

            font-size: 14px;

            margin-bottom: 20px;

        }


        .footer {

            text-align: center;

            margin-top: 40px;

            font-size: 14px;

        }


        .footer a { color: var(--brand-gold); font-weight: bold; text-decoration: none; }

    </style>

</head>

<body>


<div class="container">

    <div class="header">

        <h1>Wrist Size Guide</h1>

        <p>By Milano Straps</p>

    </div>


    <div class="warning-box">

        <strong>⚠️ CRITICAL PRINTING SETTINGS:</strong><br>

        Set "Page Scaling" to <strong>NONE</strong> and print at <strong>100%</strong>. 

        [span_3](start_span)After printing, place a credit card over the guide's box to verify the size[span_3](end_span).

    </div>


    <a class="btn-main" href="watch-wrist-measurement-guide.pdf" target="_blank">DOWNLOAD PRINTABLE PDF</a>


    <div class="steps">

        <h2>How to Measure:</h2>

        <ol>

            <li><strong>Print & Verify:</strong> Once printed, place a credit or ID card in the designated box. [span_4](start_span)[span_5](start_span)If it fits exactly, your scale is correct[span_4](end_span)[span_5](end_span).</li>

            [span_6](start_span)<li><strong>Cut:</strong> Carefully cut out the paper wrist sizer and cut a slit where indicated by the <strong>[cut here]</strong> mark[span_6](end_span).</li>

            [span_7](start_span)<li><strong>Wrap:</strong> Wrap the tool tightly around your wrist where you usually wear your watch[span_7](end_span).</li>

            [span_8](start_span)<li><strong>Check Fit:</strong> Ensure the tool is snug and does not slide up or down your arm[span_8](end_span).</li>

            [span_9](start_span)<li><strong>Read Size:</strong> The number the arrows point to is your exact wrist size[span_9](end_span).</li>

        </ol>

    </div>


    <div class="footer">

        <p>Ready for a new look?</p>

        <a href="https://milanostraps.com" target="_blank">SHOP HANDMADE ITALIAN STRAPS →</a>

    </div>

</div>


</body>

</html>