This commit is contained in:
2025-09-25 03:03:31 +05:00
commit ae480cf2f6
2768 changed files with 1485826 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<div class="popup__body position-relative d-none flex-center px-15 py-30" data-js-popup-name="delivery-return" data-popup-center>
<div class="popup-delivery-return position-relative py-30 px-15" data-popup-content>
<i class="popup-delivery-return__close position-absolute cursor-pointer" data-js-popup-close>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-164"
viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i>
<div class="popup-delivery-return__content mx-auto">
<div class="rte">
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,213 @@
<div class="popup__body position-relative d-none flex-center px-15 py-30" data-js-popup-name="size-guide" data-popup-center>
<div class="popup-size-guide position-relative py-30 px-15" data-popup-content>
<i class="popup-size-guide__close position-absolute cursor-pointer" data-js-popup-close>
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-theme-164"
viewBox="0 0 24 24">
<path d="M19.583 4.965a.65.65 0 0 1-.176.449l-6.445 6.426 6.445 6.426c.117.131.176.28.176.449a.65.65 0 0 1-.176.449.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127l-6.426-6.445-6.426 6.445a.846.846 0 0 1-.215.127.596.596 0 0 1-.468 0 .846.846 0 0 1-.215-.127.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449l6.445-6.426-6.445-6.426a.65.65 0 0 1-.176-.449c0-.169.059-.318.176-.449a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176l6.426 6.445 6.426-6.445a.652.652 0 0 1 .449-.176c.169 0 .319.059.449.176.117.13.176.28.176.449z"/>
</svg>
</i>
<div class="popup-size-guide__content mx-auto">
<div class="rte">
<h4 class="mb-15 text-center">{{ __('Size guide') }}</h4>
<p class="mb-20 text-center">
{{ __('This is an approximate conversion table to help you find your size. If you have already purchased an item by our brand, we recommend you select the same size as indicated on its label.') }}
</p>
<h4 class="mb-15 text-center text-uppercase">{{ __("Women's apparel sizing") }}</h4>
<div class="table-wrap mb-10">
<table class="table-size-guide responsive-table table-center">
<tbody>
<tr>
<th class="text-uppercase">{{ __('International') }}</th>
<th>XS</th>
<th>S</th>
<th>M</th>
<th>L</th>
<th>XL</th>
<th>XXL</th>
<th>XXXL</th>
</tr>
<tr>
<td>{{ __('Europe') }}</td>
<td>32</td>
<td>34</td>
<td>36</td>
<td>38</td>
<td>40</td>
<td>42</td>
<td>44</td>
</tr>
<tr>
<td>{{ __('US') }}</td>
<td>0</td>
<td>2</td>
<td>4</td>
<td>6</td>
<td>8</td>
<td>10</td>
<td>12</td>
</tr>
<tr>
<td>{{ __('Chest fit (inches)') }}</td>
<td>28"</td>
<td>30"</td>
<td>32"</td>
<td>34"</td>
<td>36"</td>
<td>38"</td>
<td>40"</td>
</tr>
<tr>
<td>{{ __('Chest fit (cm)') }}</td>
<td>716</td>
<td>76</td>
<td>81</td>
<td>86</td>
<td>91.5</td>
<td>96.5</td>
<td>101.1</td>
</tr>
<tr>
<td>{{ __('Waist fir (inches)') }}</td>
<td>21"</td>
<td>23"</td>
<td>25"</td>
<td>27"</td>
<td>29"</td>
<td>31"</td>
<td>33"</td>
</tr>
<tr>
<td>{{ __('Waist fir (cm)') }}</td>
<td>53.5</td>
<td>58.5</td>
<td>63.5</td>
<td>68.5</td>
<td>74</td>
<td>79</td>
<td>84</td>
</tr>
<tr>
<td>{{ __('Hips fir (inches)') }}</td>
<td>33"</td>
<td>34"</td>
<td>36"</td>
<td>38"</td>
<td>40"</td>
<td>42"</td>
<td>44"</td>
</tr>
<tr>
<td>{{ __('Hips fir (cm)') }}</td>
<td>81.5</td>
<td>86.5</td>
<td>91.5</td>
<td>96.5</td>
<td>101</td>
<td>106.5</td>
<td>111.5</td>
</tr>
<tr>
<td>{{ __('Skort lengths (sm)') }}</td>
<td>36.5</td>
<td>38</td>
<td>39.5</td>
<td>41</td>
<td>42.5</td>
<td>44</td>
<td>45.5</td>
</tr>
</tbody>
</table>
</div>
<h4 class="mb-15 text-center">{{ __("Men's apparel sizing") }}</h4>
<div class="table-wrap">
<table class="table-size-guide responsive-table table-center">
<tbody>
<tr>
<th>{{ __('International') }}</th>
<th>XS</th>
<th>S</th>
<th>M</th>
<th>L</th>
<th>XL</th>
<th>XXL</th>
<th>XXXL</th>
</tr>
<tr>
<td>{{ __('Europe') }}</td>
<td>32</td>
<td>34</td>
<td>36</td>
<td>38</td>
<td>40</td>
<td>42</td>
<td>44</td>
</tr>
<tr>
<td>{{ __('US') }}</td>
<td>0</td>
<td>2</td>
<td>4</td>
<td>6</td>
<td>8</td>
<td>10</td>
<td>12</td>
</tr>
<tr>
<td>{{ __('Chest fit (inches)') }}</td>
<td>33-35"</td>
<td>36-38"</td>
<td>39-41"</td>
<td>42-44"</td>
<td>45-47"</td>
<td>48-50"</td>
<td>51-53"</td>
</tr>
<tr>
<td>{{ __('Chest fit (cm)') }}</td>
<td>84-89</td>
<td>91-97</td>
<td>88-104</td>
<td>107-112</td>
<td>114-119</td>
<td>122-127</td>
<td>129-134</td>
</tr>
<tr>
<td>{{ __('Waist fir (inches)') }}</td>
<td>28"</td>
<td>30"</td>
<td>32"</td>
<td>34"</td>
<td>36"</td>
<td>38"</td>
<td>40"</td>
</tr>
<tr>
<td>{{ __('Waist fir (cm)') }}</td>
<td>71</td>
<td>76</td>
<td>81</td>
<td>86</td>
<td>91.5</td>
<td>96.5</td>
<td>101.5</td>
</tr>
<tr>
<td>{{ __('Skort lengths (sm)') }}</td>
<td>76</td>
<td>77.5</td>
<td>79</td>
<td>81</td>
<td>82.5</td>
<td>84</td>
<td>85.5</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>