HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!-- Page: Size Guide -->
<style><!--
/*
CSS for the main interaction
*/
.tabset>input[type="radio"] {
position: absolute;
left: -200vw;
}
.tabset .tab-panel {
display: none;
}
.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
display: block;
}
/*
Styling
*/
.tabset>label {
position: relative;
display: inline-block;
padding: 15px 15px 25px;
border: 1px solid transparent;
border-bottom: 0;
cursor: pointer;
font-weight: 500;
}
.tabset>label::after {
content: "";
position: absolute;
left: 15px;
bottom: 10px;
width: 22px;
height: 4px;
background: #8d8d8d;
}
.tabset>label:hover,
.tabset>input:focus+label {
color: #222222;
}
.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
background: #222222;
}
.tabset>input:checked+label {
border-color: #ccc;
border-bottom: 1px solid #fff;
margin-bottom: -1px;
}
.tab-panel {
padding: 30px 0;
border-top: 1px solid #ccc;
}
/*
Demo purposes only
*/
*,
*:before,
*:after {
box-sizing: border-box;
}
.tabset {
max-width: 65em;
}
.first-column {
width: 50%;
padding: 20px;
float: left;
}
.second-column {
width: 50%;
padding: 20px;
float: right;
}
@media only screen and (max-width: 800px) {
.first-column {
width: 100%;
padding-bottom: 10px;
float: none;
}
.second-column {
width: 100%;
padding-bottom: 10px;
float: none;
}
}
.hr {
border: 0;
height: 1px;
margin: 50px;
background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
--></style>
<div class="first-column">
<h2>Sizing & Fit Guide</h2>
<p>Please be aware that most of our clothing is Juniors' sizing, which runs smaller than regular US / European Women sizing. Refer to the measurements chart for each individual product to determine the best size for you. Product specific size chart and information can be found in product description or in product picture gallery.</p>
<p>Our team does it's best to include accurate size details and measurement of each item in the product descriptions. If you have questions regarding sizing or any other information on a specific item, please email us at hello@kalles.com for specific details.</p>
</div>
<div class="second-column">
<h3>Find the best size</h3>
<p>When comparing your measurements to those listed on the site, make sure to check if the fabric is stretchy or not. If it is, it can stretch an inch or more.</p>
<ul>
<li><strong> Bust:</strong> Wrap the measuring tape loosely around the fullest part of your bust to ensure a comfortable fit.</li>
<li><strong>Waist:</strong> Measure the narrowest part of your natural waist, holding the measuring tape loose enough to fit comfortably.</li>
<li><strong>Hips:</strong> Drape the measuring tape around the widest part of your hips, resting the tape comfortably against your body.</li>
<li><strong>Length:</strong> For tops and dresses, measure from the top of your shoulder to the hem. For strapless dresses, measure from the highest part of the neckline to the hem. For pants and skirts, measure from the top of the waist to the hem.</li>
<li><strong>Sleeve:</strong> With your arm outstretched, measure from the base of your neck to the end of the sleeve hem to determine where the sleeve length will fall on you.</li>
</ul>
</div>
<div class="clearfix"></div>
<hr class="hr" />
<h3 id="size-chart">kalles Size Chart</h3>
<br />
<div class="tabset"><!-- Tab 1 --> <input type="radio" name="tabset" id="tab1" aria-controls="dresses" checked="checked" /> <label for="tab1">Dresses</label> <!-- Tab 2 --> <input type="radio" name="tabset" id="tab2" aria-controls="tops" /> <label for="tab2">Tops</label> <!-- Tab 3 --> <input type="radio" name="tabset" id="tab3" aria-controls="bottoms" /> <label for="tab3">Bottoms</label> <!-- Tab 4 --> <input type="radio" name="tabset" id="tab4" aria-controls="denim" /> <label for="tab4">Denim</label> <!-- Tab 5 --> <input type="radio" name="tabset" id="tab5" aria-controls="swimwear" /> <label for="tab5">Swimwear</label> <!-- Tab 6 --> <input type="radio" name="tabset" id="tab6" aria-controls="shoes" /> <label for="tab6">Shoes</label>
<div class="tab-panels">
<section id="dresses" class="tab-panel">
<h2>Dresses Size Chart</h2>
<div class="accordion" id="section1">Dress Size Chart (Inch)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="5" style="text-align: center;"><strong>DRESSES</strong><br />SIZE IN INCHES</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">BUST</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">31"-32"</td>
<td style="text-align: center;">24"-25"</td>
<td style="text-align: center;">34"-35"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2-4</td>
<td style="text-align: center;" bgcolor="#fafafa">33"-34"</td>
<td style="text-align: center;" bgcolor="#fafafa">26"-27"</td>
<td style="text-align: center;" bgcolor="#fafafa">36"-37"</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">6-8</td>
<td style="text-align: center;">35"-36"</td>
<td style="text-align: center;">28"-29"</td>
<td style="text-align: center;">38"-39"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">10-12</td>
<td style="text-align: center;" bgcolor="#fafafa">37"-39"</td>
<td style="text-align: center;" bgcolor="#fafafa">30"-32"</td>
<td style="text-align: center;" bgcolor="#fafafa">40"-42"</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">40"-42"</td>
<td style="text-align: center;">33"-35"</td>
<td style="text-align: center;">43"-45"</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="accordion" id="section2">Dress Size Chart (cm)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="5" style="text-align: center;"><strong>DRESSES</strong><br />SIZE IN CM</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">BUST</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">78.7-81.2</td>
<td style="text-align: center;">60.9-63.5</td>
<td style="text-align: center;">86.3-88.9</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2-4</td>
<td style="text-align: center;" bgcolor="#fafafa">83.8-86.3</td>
<td style="text-align: center;" bgcolor="#fafafa">66-68.5</td>
<td style="text-align: center;" bgcolor="#fafafa">91.4-93.9</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">6-8</td>
<td style="text-align: center;">88.9-91.4</td>
<td style="text-align: center;">71.1-73.6</td>
<td style="text-align: center;">96.5-99</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">10-12</td>
<td style="text-align: center;" bgcolor="#fafafa">93.9-99</td>
<td style="text-align: center;" bgcolor="#fafafa">76.2-81.2</td>
<td style="text-align: center;" bgcolor="#fafafa">101.6-106.6</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">101.6-106.6</td>
<td style="text-align: center;">81.2-88.9</td>
<td style="text-align: center;">109.2-114.3</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="tops" class="tab-panel">
<h2>Tops Size Chart</h2>
<div class="accordion" id="section1">Tops Size Chart (Inch)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="4" style="text-align: center;"><strong>TOPS</strong><br />SIZE IN INCHES</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">BUST</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">31"-32"</td>
<td style="text-align: center;">24"-25"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2-4</td>
<td style="text-align: center;" bgcolor="#fafafa">33"-34"</td>
<td style="text-align: center;" bgcolor="#fafafa">26"-27"</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">6-8</td>
<td style="text-align: center;">35"-36"</td>
<td style="text-align: center;">28"-29"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">10-12</td>
<td style="text-align: center;" bgcolor="#fafafa">37"-39"</td>
<td style="text-align: center;" bgcolor="#fafafa">30"-32"</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">40"-42"</td>
<td style="text-align: center;">33"-35"</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="accordion" id="section2">Tops Size Chart (cm)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="4" style="text-align: center;"><strong>TOPS</strong><br />SIZE IN CM</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">BUST</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">78.7-81.2</td>
<td style="text-align: center;">60.9-63.5</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2-4</td>
<td style="text-align: center;" bgcolor="#fafafa">83.8-86.3</td>
<td style="text-align: center;" bgcolor="#fafafa">66-68.5</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">6-8</td>
<td style="text-align: center;">88.9-91.4</td>
<td style="text-align: center;">71.1-73.6</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">10-12</td>
<td style="text-align: center;" bgcolor="#fafafa">93.9-99</td>
<td style="text-align: center;" bgcolor="#fafafa">76.2-81.2</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">101.6-106.6</td>
<td style="text-align: center;">83.8-88.9</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="bottoms" class="tab-panel">
<h2>Bottoms Size Chart</h2>
<div class="accordion" id="section1">Bottoms Size Chart (Inch)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="4" style="text-align: center;"><strong>BOTTOMS</strong><br />SIZE IN INCHES</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">24"-25"</td>
<td style="text-align: center;">34"-35"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2-4</td>
<td style="text-align: center;" bgcolor="#fafafa">26"-27"</td>
<td style="text-align: center;" bgcolor="#fafafa">36"-37"</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">6-8</td>
<td style="text-align: center;">28"-29"</td>
<td style="text-align: center;">38"-39"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">10-12</td>
<td style="text-align: center;" bgcolor="#fafafa">30"-32"</td>
<td style="text-align: center;" bgcolor="#fafafa">40"-42"</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">33"-35"</td>
<td style="text-align: center;">43"-45"</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="accordion" id="section2">Bottoms Size Chart (cm)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="4" style="text-align: center;"><strong>BOTTOMS</strong><br />SIZE IN CM</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">60.9-63.5</td>
<td style="text-align: center;">86.3-88.9</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2-4</td>
<td style="text-align: center;" bgcolor="#fafafa">66-68.5</td>
<td style="text-align: center;" bgcolor="#fafafa">91.4-93.9</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">6-8</td>
<td style="text-align: center;">71.1-73.6</td>
<td style="text-align: center;">96.4-93.9</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">10-12</td>
<td style="text-align: center;" bgcolor="#fafafa">76.2-81.2</td>
<td style="text-align: center;" bgcolor="#fafafa">101.6-106.6</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">14</td>
<td style="text-align: center;">83.8-88.9</td>
<td style="text-align: center;">109.2-114.3</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="denim" class="tab-panel">
<h2>Denim Size Chart</h2>
<div class="accordion" id="section1">Denim Size Chart (Inch)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="5" style="text-align: center;"><b>DENIM</b><br />SIZE IN INCHES</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">WAIST SIZE</td>
<td style="text-align: center;" bgcolor="#eee">JUNIOR SIZING</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">LOW WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">24</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">24"-25"</td>
<td style="text-align: center;">26"-27"</td>
<td style="text-align: center;">32"-33"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">25</td>
<td style="text-align: center;" bgcolor="#fafafa">1</td>
<td style="text-align: center;" bgcolor="#fafafa">25"-26"</td>
<td style="text-align: center;" bgcolor="#fafafa">28"-29"</td>
<td style="text-align: center;" bgcolor="#fafafa">33"-34"</td>
</tr>
<tr>
<td style="text-align: center;">26</td>
<td style="text-align: center;">3</td>
<td style="text-align: center;">26"-27"</td>
<td style="text-align: center;">30"-31"</td>
<td style="text-align: center;">34"-35"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">27</td>
<td style="text-align: center;" bgcolor="#fafafa">5</td>
<td style="text-align: center;" bgcolor="#fafafa">27"-28"</td>
<td style="text-align: center;" bgcolor="#fafafa">31"-32"</td>
<td style="text-align: center;" bgcolor="#fafafa">35"-36"</td>
</tr>
<tr>
<td style="text-align: center;">28</td>
<td style="text-align: center;">7</td>
<td style="text-align: center;">28"-29"</td>
<td style="text-align: center;">32"-33"</td>
<td style="text-align: center;">36"-37"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">29</td>
<td style="text-align: center;" bgcolor="#fafafa">9</td>
<td style="text-align: center;" bgcolor="#fafafa">29"-30"</td>
<td style="text-align: center;" bgcolor="#fafafa">33"-34"</td>
<td style="text-align: center;" bgcolor="#fafafa">37"-38"</td>
</tr>
<tr>
<td style="text-align: center;">30</td>
<td style="text-align: center;">11</td>
<td style="text-align: center;">30"-31"</td>
<td style="text-align: center;">34"-35"</td>
<td style="text-align: center;">38"-39"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">31</td>
<td style="text-align: center;" bgcolor="#fafafa">13</td>
<td style="text-align: center;" bgcolor="#fafafa">31"-3"</td>
<td style="text-align: center;" bgcolor="#fafafa">35"-36"</td>
<td style="text-align: center;" bgcolor="#fafafa">39"-40"</td>
</tr>
<tr>
<td style="text-align: center;">32</td>
<td style="text-align: center;">15</td>
<td style="text-align: center;">32"-33"</td>
<td style="text-align: center;">36"-37"</td>
<td style="text-align: center;">40"-41"</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="accordion" id="section2">Denim Size Chart (cm)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="5" style="text-align: center;"><strong>DENIM</strong><br />SIZE IN CM</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">WAIST SIZE</td>
<td style="text-align: center;" bgcolor="#eee">JUNIOR SIZING</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">LOW WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">24</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">60.9-63.5</td>
<td style="text-align: center;">66-68.5</td>
<td style="text-align: center;">81.2-83.8</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">25</td>
<td style="text-align: center;" bgcolor="#fafafa">1</td>
<td style="text-align: center;" bgcolor="#fafafa">63.5-66</td>
<td style="text-align: center;" bgcolor="#fafafa">71.1-73.6</td>
<td style="text-align: center;" bgcolor="#fafafa">83.8-86.3</td>
</tr>
<tr>
<td style="text-align: center;">26</td>
<td style="text-align: center;">3</td>
<td style="text-align: center;">66-68.5</td>
<td style="text-align: center;">76.2-78.7</td>
<td style="text-align: center;">86.3-88.9</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">27</td>
<td style="text-align: center;" bgcolor="#fafafa">5</td>
<td style="text-align: center;" bgcolor="#fafafa">68.5-71.1</td>
<td style="text-align: center;" bgcolor="#fafafa">78.7-81.2</td>
<td style="text-align: center;" bgcolor="#fafafa">88.9-91.4</td>
</tr>
<tr>
<td style="text-align: center;">28</td>
<td style="text-align: center;">7</td>
<td style="text-align: center;">71.1-73.6</td>
<td style="text-align: center;">81.2-83.8</td>
<td style="text-align: center;">91.4-93.9</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">29</td>
<td style="text-align: center;" bgcolor="#fafafa">9</td>
<td style="text-align: center;" bgcolor="#fafafa">73.6-76.2</td>
<td style="text-align: center;" bgcolor="#fafafa">83.8-86.3</td>
<td style="text-align: center;" bgcolor="#fafafa">93.9-96.5</td>
</tr>
<tr>
<td style="text-align: center;">30</td>
<td style="text-align: center;">11</td>
<td style="text-align: center;">76.2-78.7</td>
<td style="text-align: center;">86.3-88.9</td>
<td style="text-align: center;">96.5-99</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">31</td>
<td style="text-align: center;" bgcolor="#fafafa">13</td>
<td style="text-align: center;" bgcolor="#fafafa">78.7-81.2</td>
<td style="text-align: center;" bgcolor="#fafafa">88.9-91.4</td>
<td style="text-align: center;" bgcolor="#fafafa">99-101.6</td>
</tr>
<tr>
<td style="text-align: center;">32</td>
<td style="text-align: center;">15</td>
<td style="text-align: center;">81.2-83.8</td>
<td style="text-align: center;">91.4-93.9</td>
<td style="text-align: center;">101.6-104.1</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="swimwear" class="tab-panel">
<h2>Swimwear Size Chart</h2>
<div class="accordion" id="section1">Swimwear Size Chart (Inch)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="5" style="text-align: center;"><strong>SWIMWEAR</strong><br />SIZE IN INCHES</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">BUST</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">31"-32"</td>
<td style="text-align: center;">24"-25"</td>
<td style="text-align: center;">33"-34"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2</td>
<td style="text-align: center;" bgcolor="#fafafa">33"-34"</td>
<td style="text-align: center;" bgcolor="#fafafa">26"-27"</td>
<td style="text-align: center;" bgcolor="#fafafa">35"-37"</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">4</td>
<td style="text-align: center;">35"-36"</td>
<td style="text-align: center;">28"-29"</td>
<td style="text-align: center;">37"-38"</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">6</td>
<td style="text-align: center;" bgcolor="#fafafa">37"-39"</td>
<td style="text-align: center;" bgcolor="#fafafa">30"-32"</td>
<td style="text-align: center;" bgcolor="#fafafa">39"-41"</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">8</td>
<td style="text-align: center;">40"-42"</td>
<td style="text-align: center;">33"-35"</td>
<td style="text-align: center;">42"-44"</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="accordion" id="section2">Swimwear Size Chart (cm)<span></span></div>
<div class="container">
<div class="content">
<div class="table-responsive">
<table class="sizeguide_table" width="100%">
<tbody>
<tr>
<td colspan="5" style="text-align: center;"><strong>SWIMWEAR</strong><br />SIZE IN CM</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#eee">SIZE</td>
<td style="text-align: center;" bgcolor="#eee">US / CAN</td>
<td style="text-align: center;" bgcolor="#eee">BUST</td>
<td style="text-align: center;" bgcolor="#eee">WAIST</td>
<td style="text-align: center;" bgcolor="#eee">HIPS</td>
</tr>
<tr>
<td style="text-align: center;">XS</td>
<td style="text-align: center;">0</td>
<td style="text-align: center;">78.7-81.2</td>
<td style="text-align: center;">60.9-63.5</td>
<td style="text-align: center;">83.8-86.3</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">S</td>
<td style="text-align: center;" bgcolor="#fafafa">2</td>
<td style="text-align: center;" bgcolor="#fafafa">83.8-86.3</td>
<td style="text-align: center;" bgcolor="#fafafa">66-68.5</td>
<td style="text-align: center;" bgcolor="#fafafa">88.9-93.9</td>
</tr>
<tr>
<td style="text-align: center;">M</td>
<td style="text-align: center;">4</td>
<td style="text-align: center;">88.9-91.4</td>
<td style="text-align: center;">71.1-73.6</td>
<td style="text-align: center;">93.9-96.5</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">L</td>
<td style="text-align: center;" bgcolor="#fafafa">6</td>
<td style="text-align: center;" bgcolor="#fafafa">93.9-99</td>
<td style="text-align: center;" bgcolor="#fafafa">76.2-81.2</td>
<td style="text-align: center;" bgcolor="#fafafa">99-104.1</td>
</tr>
<tr>
<td style="text-align: center;">XL</td>
<td style="text-align: center;">8</td>
<td style="text-align: center;">101.6-106.6</td>
<td style="text-align: center;">81.2-88.9</td>
<td style="text-align: center;">106.6-111.7</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="shoes" class="tab-panel">
<h2>Shoes Size Chart</h2>
<div class="table-responsive">
<table class="sizeguide_table" width="100%" style="margin-left: auto; margin-right: auto;">
<tbody>
<tr>
<td bgcolor="#eee" style="text-align: center;">US</td>
<td bgcolor="#eee" style="text-align: center;">EURO</td>
<td bgcolor="#eee" style="text-align: center;">UK</td>
<td bgcolor="#eee" style="text-align: center;">AUS</td>
<td bgcolor="#eee" style="text-align: center;">JAPAN</td>
<td bgcolor="#eee" style="text-align: center;">CHINA</td>
</tr>
<tr>
<td style="text-align: center;">5</td>
<td style="text-align: center;">35-36</td>
<td style="text-align: center;">3</td>
<td style="text-align: center;">3.5</td>
<td style="text-align: center;">21.5</td>
<td style="text-align: center;">35</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">5.5</td>
<td style="text-align: center;" bgcolor="#fafafa">36</td>
<td style="text-align: center;" bgcolor="#fafafa">3.5</td>
<td style="text-align: center;" bgcolor="#fafafa">4</td>
<td style="text-align: center;" bgcolor="#fafafa">22</td>
<td style="text-align: center;" bgcolor="#fafafa">35.5</td>
</tr>
<tr>
<td style="text-align: center;">6</td>
<td style="text-align: center;">36-37</td>
<td style="text-align: center;">4</td>
<td style="text-align: center;">4.5</td>
<td style="text-align: center;">22.5</td>
<td style="text-align: center;">36</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">6.5</td>
<td style="text-align: center;" bgcolor="#fafafa">37</td>
<td style="text-align: center;" bgcolor="#fafafa">4.5</td>
<td style="text-align: center;" bgcolor="#fafafa">5</td>
<td style="text-align: center;" bgcolor="#fafafa">23</td>
<td style="text-align: center;" bgcolor="#fafafa">36.5</td>
</tr>
<tr>
<td style="text-align: center;">7</td>
<td style="text-align: center;">37-38</td>
<td style="text-align: center;">5</td>
<td style="text-align: center;">5.5</td>
<td style="text-align: center;">23.5</td>
<td style="text-align: center;">37</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">7.5</td>
<td style="text-align: center;" bgcolor="#fafafa">38</td>
<td style="text-align: center;" bgcolor="#fafafa">5.5</td>
<td style="text-align: center;" bgcolor="#fafafa">6</td>
<td style="text-align: center;" bgcolor="#fafafa">24</td>
<td style="text-align: center;" bgcolor="#fafafa">37.5</td>
</tr>
<tr>
<td style="text-align: center;">8</td>
<td style="text-align: center;">38-39</td>
<td style="text-align: center;">6</td>
<td style="text-align: center;">6.5</td>
<td style="text-align: center;">24.5</td>
<td style="text-align: center;">38</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">8.5</td>
<td style="text-align: center;" bgcolor="#fafafa">39</td>
<td style="text-align: center;" bgcolor="#fafafa">6.5</td>
<td style="text-align: center;" bgcolor="#fafafa">7</td>
<td style="text-align: center;" bgcolor="#fafafa">25</td>
<td style="text-align: center;" bgcolor="#fafafa">38.5</td>
</tr>
<tr>
<td style="text-align: center;">9</td>
<td style="text-align: center;">39-40</td>
<td style="text-align: center;">7</td>
<td style="text-align: center;">7.5</td>
<td style="text-align: center;">25.5</td>
<td style="text-align: center;">39</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">9.5</td>
<td style="text-align: center;" bgcolor="#fafafa">40</td>
<td style="text-align: center;" bgcolor="#fafafa">7.5</td>
<td style="text-align: center;" bgcolor="#fafafa">8</td>
<td style="text-align: center;" bgcolor="#fafafa">26</td>
<td style="text-align: center;" bgcolor="#fafafa">39.5</td>
</tr>
<tr>
<td style="text-align: center;">10</td>
<td style="text-align: center;">40-41</td>
<td style="text-align: center;">8</td>
<td style="text-align: center;">8.5</td>
<td style="text-align: center;">26.5</td>
<td style="text-align: center;">40</td>
</tr>
<tr>
<td style="text-align: center;" bgcolor="#fafafa">11</td>
<td style="text-align: center;" bgcolor="#fafafa">41-42</td>
<td style="text-align: center;" bgcolor="#fafafa">9</td>
<td style="text-align: center;" bgcolor="#fafafa">9.5</td>
<td style="text-align: center;" bgcolor="#fafafa">27.5</td>
<td style="text-align: center;" bgcolor="#fafafa">41</td>
</tr>
</tbody>
</table>
</div>
</section>
<p><strong>Attention:</strong> This guide provides general sizing information only, and fit can vary depending on style and brand. For more specific sizing information on the product, please refer to product description.</p>
</div>
</div>
<p>NOTE:</p>
<ul>
<li>All kalles models are wearing size small in tops and dresses, and size 1, 3, or 5 in jeans depending on their body type.</li>
<li>Most kalles jeans & dresses have some stretch, please refer to product description for fabric details.</li>
<li>Most kalles bottoms have an inseam of 31-34” depending on the cut and style. Sizing may vary depending on cut and style.</li>
</ul>
<br />
<h4 style="text-align: center;">STILL NEED HELP? CONTACT US ON</h4>
<h4 style="text-align: center;">+1 (646) 389-7242</h4>
<!-- End Page: Size Guide -->
==========================================================
<!-- Page: Why Buy From Us -->
<div>
<strong>5 Reasons To Be Our Customer:</strong>
<table>
<tbody>
<tr>
<th style="width: 72px;"><img src="https://cdn.shopify.com/s/files/1/0011/9521/2866/files/reasons_1.png?15737560157770889133" alt="reasons_1" /></th>
<td>
<p><strong>Exceptional Support</strong> Our friendly support staff are available all the time to help customers with any questions or concerns. We want our products to deliver the most joy and value with zero hassle. That’s why we insist on being available to assist when the need arises.</p>
</td>
</tr>
<tr>
<th style="width: 72px;"><img src="https://cdn.shopify.com/s/files/1/0011/9521/2866/files/reasons_2.png?15737560157770889133" alt="reasons_2" /></th>
<td>
<p><strong>30-Day Money Back Guarantee</strong> We are so confident that you will love our products that we offer a 30-day money back guarantee. If elgible product doesn't meet your needs, just ask for your money back.</p>
</td>
</tr>
<tr>
<th style="width: 72px;"><img src="https://cdn.shopify.com/s/files/1/0011/9521/2866/files/reasons_3.png?15737560157770889133" alt="reasons_3" /></th>
<td>
<p><strong>Quality and Affordable</strong> We believe in combining both quality and affordability in our products. There’s no reason to pay exorbitant prices when our products do more for less. You won't find better price to quality ratio.</p>
</td>
</tr>
<tr>
<th style="width: 72px;"><img src="https://cdn.shopify.com/s/files/1/0011/9521/2866/files/reasons_4.png?15737560157770889133" alt="reasons_4" /></th>
<td>
<p><strong>Unbeatable Price</strong> - Years of expiriences in pet clothing and accessories industry gives us uniqe position to work directly with factories to ensure quality control and the best price possible.</p>
</td>
</tr>
<tr>
<th style="width: 72px;"><img src="https://cdn.shopify.com/s/files/1/0011/9521/2866/files/reasons_5.png?15737560157770889133" alt="reasons_5" /></th>
<td>
<p><strong>Secure, Easy Ordering</strong> - Orders can be placed online using either a credit/debit card or PayPal. All transactions are SSL-secured and guarantee your privacy.</p>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end Page: Why Buy From Us -->
Also see: Tab Triggers