delivery0001.mediastep.ca Open in urlscan Pro
103.191.146.239  Public Scan

Submitted URL: http://delivery0001.mediastep.ca/
Effective URL: https://delivery0001.mediastep.ca/
Submission: On July 11 via api from GB — Scanned from CA

Form analysis 8 forms found in the DOM

#

<form class="needs-validation" id="frm-login" action="#" novalidate="">
  <div class="form-group">
    <label for="login-country-code">Mã quốc gia</label>
    <div class="dropdown">
      <button type="button" class="btn btn-default dropdown-toggle" id="login-country-code" name="phonecode" data-toggle="dropdown" value="+84"> <span>Vietnam</span> <span class="float-right">+84</span> </button>
      <ul class="dropdown-menu" id="login-country-code-menu">
      </ul>
    </div>
  </div>
  <div class="form-group ">
    <label for="login-username" id="label-login-username">Số điện thoại hoặc Email</label>
    <input type="text" class="form-control" id="login-username" name="username" autocomplete="on" placeholder="Số điện thoại hoặc Email">
  </div>
  <div class="form-group position-relative">
    <label for="login-password">Mật khẩu</label>
    <input type="password" class="form-control" id="login-password" name="password" placeholder="Mật khẩu">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="login-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="login-hide-pwd" hidden="">Ẩn</a>
  </div>
  <span class="label float-right"> <a href="#" class="text-decoration-none" id="open-forgot-pwd">Quên mật khẩu</a> </span>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="login-fail">
    <span class="label color-red">Sai số điện thoại / email hoặc mật khẩu</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Đăng nhập</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-signup" action="#" novalidate="">
  <div class="form-group">
    <label for="signup-country-code">Mã quốc gia</label>
    <div class="dropdown">
      <button type="button" class="btn btn-default dropdown-toggle" id="signup-country-code" name="phonecode" data-toggle="dropdown" value="+84"> <span>Vietnam</span> <span class="float-right">+84</span> </button>
      <ul class="dropdown-menu" id="signup-country-code-menu">
      </ul>
    </div>
  </div>
  <div class="form-group">
    <label id="label-signup-username" for="signup-username">Số điện thoại hoặc Email</label>
    <input type="text" class="form-control" id="signup-username" name="username" autocomplete="on" placeholder="Số điện thoại hoặc Email">
    <span class="invalid-error-custom error">Số điện thoại không hợp lệ</span>
  </div>
  <div class="form-group position-relative">
    <label for="signup-password">Mật khẩu</label>
    <input type="password" class="form-control" id="signup-password" name="password" placeholder="Mật khẩu">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="signup-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="signup-hide-pwd" hidden="">Ẩn</a>
  </div>
  <div class="form-group">
    <label for="signup-displayName">Tên của bạn</label>
    <input type="text" class="form-control" id="signup-displayName" name="displayname" maxlength="128" placeholder="Tên của bạn">
  </div>
  <div class="form-group">
    <label for="signup-dob">Ngày sinh</label>
    <div class="input-group date custom-dob-picker" id="dob-picker">
      <input type="text" class="form-control" id="signup-dob" name="dob" placeholder="dd/mm/yyyy" autocomplete="off">
      <div class="input-group-append">
        <span class="input-group-text input-group-addon"> <img src="https://ssr-resource-dev.gosell.vn/images/calendar.svg" loading="lazy"> </span>
      </div>
    </div>
  </div>
  <div id="frm-signup-recaptcha"></div>
  <div class="level-1">
    <div class="title">
      <span>CAPTCHA Kiểm tra bảo mật</span>
    </div>
    <div class="content">
      <div class="image">
        <img class="img-base-64" loading="lazy">
      </div>
      <img class="captcha-refresh" src="https://ssr-resource-dev.gosell.vn/images/captcha-refresh.svg" onclick="getNewCaptcha()" alt="refresh" loading="lazy">
    </div>
    <input id="signup-captcha-response" class="response form-control" name="captchaResponse" placeholder="Nhập văn bản bạn thấy trong hình">
    <input type="hidden" name="imageBase64" class="base-64">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="signup-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Tiếp tục</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-activate" action="#" novalidate="" autocomplete="off">
  <div class="form-group">
    <span class="label verify-info">Mã xác thực đã được gửi đến số điện thoại / email của bạn</span>
    <div class="verify-info" x-ms-format-detection="none">
      <span id="activate-info">xxxx</span>
      <a href="#" data-dismiss="modal" data-toggle="modal" data-target="#signup-modal" data-backdrop="static">Sửa</a>
    </div>
  </div>
  <div class="form-group">
    <label for="verify-code">Mã xác thực</label>
    <input type="text" class="form-control" id="activate-code" name="verifyCode" placeholder="Mã xác thực">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="activate-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Xác thực và đăng nhập</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-get-email" action="#" novalidate="">
  <div class="form-group">
    <span class="label get-email-info">Hãy bổ sung email của bạn để nhận thông tin khuyến mãi</span>
  </div>
  <div class="form-group">
    <label for="get-email">Email của bạn</label>
    <input type="text" class="form-control" id="get-email" name="email" autocomplete="on" placeholder="Email của bạn">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="get-email-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit mgt-30">Hoàn tất</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-forgot-pwd" action="#" novalidate="">
  <div class="form-group">
    <label for="forgot-pwd-country-code">Mã quốc gia</label>
    <div class="dropdown">
      <button type="button" class="btn btn-default dropdown-toggle" id="forgot-pwd-country-code" name="phonecode" data-toggle="dropdown" value="+84"> <span>Vietnam</span> <span class="float-right">+84</span> </button>
      <ul class="dropdown-menu" id="forgot-pwd-country-code-menu">
      </ul>
    </div>
  </div>
  <div class="form-group ">
    <label for="forgot-pwd-username">Số điện thoại hoặc Email</label>
    <input type="text" class="form-control" id="forgot-pwd-username" name="username" autocomplete="on" placeholder="Số điện thoại hoặc Email">
  </div>
  <div id="frm-forgot-pwd-recaptcha"></div>
  <div class="level-1">
    <div class="title">
      <span>CAPTCHA Kiểm tra bảo mật</span>
    </div>
    <div class="content">
      <div class="image">
        <img class="img-base-64" loading="lazy">
      </div>
      <img class="captcha-refresh" src="https://ssr-resource-dev.gosell.vn/images/captcha-refresh.svg" onclick="getNewCaptcha()" alt="refresh" loading="lazy">
    </div>
    <input id="forgot-pwd-captcha-response" class="response form-control" name="captchaResponse" placeholder="Nhập văn bản bạn thấy trong hình">
    <input type="hidden" name="imageBase64" class="base-64">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="forgot-pwd-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit mgt-30">Tiếp tục</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-verify" action="#" novalidate="" autocomplete="off">
  <div class="form-group">
    <span class="label verify-info">Mã xác thực đã được gửi đến số điện thoại / email của bạn</span>
    <div class="verify-info" x-ms-format-detection="none">
      <span id="verify-info">xxxx</span>
      <a href="#" data-dismiss="modal" data-toggle="modal" data-target="#forgot-pwd-modal" data-backdrop="static">Sửa</a>
    </div>
  </div>
  <div class="form-group">
    <label for="verify-code">Mã xác thực</label>
    <input type="text" class="form-control" id="verify-code" name="code" placeholder="Mã xác thực" autocomplete="nope">
  </div>
  <div class="form-group position-relative">
    <label for="verify-password">Mật khẩu mới</label>
    <input type="password" class="form-control" id="verify-password" name="password" placeholder="Mật khẩu mới" autocomplete="new-password">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="verify-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="verify-hide-pwd" hidden="">Ẩn</a>
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="verify-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Xác thực và đăng nhập</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-change-pwd" action="#" novalidate="">
  <div class="form-group position-relative">
    <label for="change-pwd-password">Mật khẩu hiện tại</label>
    <input type="password" class="form-control" id="change-pwd-password" name="password" placeholder="Mật khẩu hiện tại">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-hide-pwd" hidden="">Ẩn</a>
  </div>
  <div class="form-group position-relative">
    <label for="change-pwd-repassword">Mật khẩu mới</label>
    <input type="password" class="form-control" id="change-pwd-repassword" name="repassword" placeholder="Mật khẩu mới">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-show-re-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-hide-re-pwd" hidden="">Ẩn</a>
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="change-pwd-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Hoàn tất</button>
  </div>
</form>

/search

<form id="search-form" class="d-flex form-inline" action="/search" autocomplete="off">
  <div class="form-group mx-sm-6 mr-2 flex-grow-1">
    <input class="form-control gs-search-header-modal__search-input w-100" type="search" name="q" placeholder="Nhập giá trị tìm kiếm" aria-label="Search" maxlength="255" autofocus="" onkeyup="onHeaderSearch(event);" onsearch="onSearchEvent(event)">
  </div>
  <button class="btn btn-success" type="submit">Tìm kiếm</button>
</form>

Text Content

Vietnam +84 VN United States +1 US Myanmar +95 MM Taiwan +886 TW China +86 CN
Afghanistan +93 AF Aland Islands +35818 AX Albania +355 AL Algeria +213 DZ
American Samoa +1684 AS Andorra +376 AD Angola +244 AO Anguilla +1264 AI
Antarctica +672 AQ Antigua And Barbuda +1268 AG Argentina +54 AR Armenia +374 AM
Aruba +297 AW Australia +61 AU Austria +43 AT Azerbaijan +994 AZ Bahamas The
+1242 BS Bahrain +973 BH Bangladesh +880 BD Barbados +1246 BB Belarus +375 BY
Belgium +32 BE Belize +501 BZ Benin +229 BJ Bermuda +1441 BM Bhutan +975 BT
Bolivia +591 BO Bonaire, Sint Eustatius and Saba +599 BQ Bosnia and Herzegovina
+387 BA Botswana +267 BW Bouvet Island +55 BV Brazil +55 BR British Indian Ocean
Territory +246 IO Brunei +673 BN Bulgaria +359 BG Burkina Faso +226 BF Burundi
+257 BI Cambodia +855 KH Cameroon +237 CM Canada +1 CA Cape Verde +238 CV Cayman
Islands +1345 KY Central African Republic +236 CF Chad +235 TD Chile +56 CL
Christmas Island +61 CX Cocos (Keeling) Islands +61 CC Colombia +57 CO Comoros
+269 KM Congo +242 CG Cook Islands +682 CK Costa Rica +506 CR Cote D'Ivoire
(Ivory Coast) +225 CI Croatia +385 HR Cuba +53 CU Curaçao +599 CW Cyprus +357 CY
Czech Republic +420 CZ Democratic Republic of the Congo +243 CD Denmark +45 DK
Djibouti +253 DJ Dominica +1767 DM Dominican Republic +1809 DO East Timor +670
TL Ecuador +593 EC Egypt +20 EG El Salvador +503 SV Equatorial Guinea +240 GQ
Eritrea +291 ER Estonia +372 EE Ethiopia +251 ET Falkland Islands +500 FK Faroe
Islands +298 FO Fiji Islands +679 FJ Finland +358 FI France +33 FR French Guiana
+594 GF French Polynesia +689 PF French Southern Territories +262 TF Gabon +241
GA Gambia The +220 GM Georgia +995 GE Germany +49 DE Ghana +233 GH Gibraltar
+350 GI Greece +30 GR Greenland +299 GL Grenada +1473 GD Guadeloupe +590 GP Guam
+1671 GU Guatemala +502 GT Guernsey and Alderney +441481 GG Guinea +224 GN
Guinea-Bissau +245 GW Guyana +592 GY Haiti +509 HT Heard Island and McDonald
Islands +672 HM Honduras +504 HN Hong Kong S.A.R. +852 HK Hungary +36 HU Iceland
+354 IS India +91 IN Indonesia +62 ID Iran +98 IR Iraq +964 IQ Ireland +353 IE
Israel +972 IL Italy +39 IT Jamaica +1876 JM Japan +81 JP Jersey +441534 JE
Jordan +962 JO Kazakhstan +7 KZ Kenya +254 KE Kiribati +686 KI Kosovo +383 XK
Kuwait +965 KW Kyrgyzstan +996 KG Laos +856 LA Latvia +371 LV Lebanon +961 LB
Lesotho +266 LS Liberia +231 LR Libya +218 LY Liechtenstein +423 LI Lithuania
+370 LT Luxembourg +352 LU Macau S.A.R. +853 MO Macedonia +389 MK Madagascar
+261 MG Malawi +265 MW Malaysia +60 MY Maldives +960 MV Mali +223 ML Malta +356
MT Man (Isle of) +441624 IM Marshall Islands +692 MH Martinique +596 MQ
Mauritania +222 MR Mauritius +230 MU Mayotte +262 YT Mexico +52 MX Micronesia
+691 FM Moldova +373 MD Monaco +377 MC Mongolia +976 MN Montenegro +382 ME
Montserrat +1664 MS Morocco +212 MA Mozambique +258 MZ Namibia +264 NA Nauru
+674 NR Nepal +977 NP Netherlands +31 NL New Caledonia +687 NC New Zealand +64
NZ Nicaragua +505 NI Niger +227 NE Nigeria +234 NG Niue +683 NU Norfolk Island
+672 NF Northern Mariana Islands +1670 MP North Korea +850 KP Norway +47 NO Oman
+968 OM Pakistan +92 PK Palau +680 PW Palestinian Territory Occupied +970 PS
Panama +507 PA Papua new Guinea +675 PG Paraguay +595 PY Peru +51 PE Philippines
+63 PH Pitcairn Island +870 PN Poland +48 PL Portugal +351 PT Puerto Rico +1787
PR Qatar +974 QA Reunion +262 RE Romania +40 RO Russia +7 RU Rwanda +250 RW
Saint-Barthelemy +590 BL Saint Helena +290 SH Saint Kitts And Nevis +1869 KN
Saint Lucia +1758 LC Saint-Martin (French part) +590 MF Saint Pierre and
Miquelon +508 PM Saint Vincent And The Grenadines +1784 VC Samoa +685 WS San
Marino +378 SM Sao Tome and Principe +239 ST Saudi Arabia +966 SA Senegal +221
SN Serbia +381 RS Seychelles +248 SC Sierra Leone +232 SL Singapore +65 SG Sint
Maarten (Dutch part) +1721 SX Slovakia +421 SK Slovenia +386 SI Solomon Islands
+677 SB Somalia +252 SO South Africa +27 ZA South Georgia +500 GS South Korea
+82 KR South Sudan +211 SS Spain +34 ES Sri Lanka +94 LK Sudan +249 SD Suriname
+597 SR Svalbard And Jan Mayen Islands +47 SJ Swaziland +268 SZ Sweden +46 SE
Switzerland +41 CH Syria +963 SY Tajikistan +992 TJ Tanzania +255 TZ Thailand
+66 TH Togo +228 TG Tokelau +690 TK Tonga +676 TO Trinidad And Tobago +1868 TT
Tunisia +216 TN Turkey +90 TR Turkmenistan +993 TM Turks And Caicos Islands
+1649 TC Tuvalu +688 TV Uganda +256 UG Ukraine +380 UA United Arab Emirates +971
AE United Kingdom +44 GB United States Minor Outlying Islands +1 UM Uruguay +598
UY Uzbekistan +998 UZ Vanuatu +678 VU Vatican City State (Holy See) +379 VA
Venezuela +58 VE Virgin Islands (British) +1284 VG Virgin Islands (US) +1340 VI
Wallis And Futuna Islands +681 WF Western Sahara +212 EH Yemen +967 YE Zambia
+260 ZM Zimbabwe +263 ZW

Đăng nhập

Mã quốc gia
Vietnam +84
Số điện thoại hoặc Email
Mật khẩu Hiện Ẩn
Quên mật khẩu

Sai số điện thoại / email hoặc mật khẩu
Đăng nhập
Bằng cách đăng nhập vào tài khoản của bạn, bạn đồng ý với
Điều khoản và Nguyên tắc bảo mật
Chưa có tài khoản?
Tạo tài khoản mới

Tạo tài khoản

Mã quốc gia
Vietnam +84
Số điện thoại hoặc Email Số điện thoại không hợp lệ
Mật khẩu Hiện Ẩn
Tên của bạn
Ngày sinh


CAPTCHA Kiểm tra bảo mật


Something when wrong
Tiếp tục
Bằng cách đăng nhập vào tài khoản của bạn, bạn đồng ý với
Điều khoản và Nguyên tắc bảo mật
Đã tạo tài khoản?
Đăng nhập ngay

Xác thực tài khoản

Mã xác thực đã được gửi đến số điện thoại / email của bạn
xxxx Sửa
Mã xác thực

Something when wrong
Xác thực và đăng nhập
Tôi không nhận được mã xác thực. Gửi lại
CAPTCHA Kiểm tra bảo mật

Gửi


Nhập email của bạn

Hãy bổ sung email của bạn để nhận thông tin khuyến mãi
Email của bạn

Something when wrong
Hoàn tất
Lúc khác

Quên mật khẩu

Mã quốc gia
Vietnam +84
Số điện thoại hoặc Email

CAPTCHA Kiểm tra bảo mật


Something when wrong
Tiếp tục
Quay lại đăng nhập

Xác thực tài khoản

Mã xác thực đã được gửi đến số điện thoại / email của bạn
xxxx Sửa
Mã xác thực
Mật khẩu mới Hiện Ẩn

Something when wrong
Xác thực và đăng nhập
Tôi không nhận được mã xác thực. Gửi lại
CAPTCHA Kiểm tra bảo mật

Gửi


Thay đổi mật khẩu

Mật khẩu hiện tại Hiện Ẩn
Mật khẩu mới Hiện Ẩn

Something when wrong
Hoàn tất



Đổi ngôn ngữ

Tiếng Việt

Đóng Lưu
 * Trang chủ
 * Sản phẩm


0
   
 * Đăng nhập
 * Đăng ký
   
   
   

 * Trang chủ
 * Sản phẩm

 * Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
   tempor incididunt ut labore et dolore magna aliqua. New Collection Shop now
 * Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
   tempor incididunt ut labore et dolore magna aliqua. New Collection Shop now




SALE

50%

Lorem ipsum dolor sit amet, consectetur adipiscing elit




FREE SHIPPING

Lorem ipsum dolor sit amet, consectetur adipiscing elit



Thương Hiệu Spa Thẩm Mỹ

Chúng tôi - thương hiệu spa chuyên chăm sóc da và làm đẹp hàng đầu tại Việt Nam

Xem thêm



TRENDING

Xem Thêm
8%

SCHWARZKOPF KEM DẬP DUỖI TÓC DẠNG SỮA STRAIT THERAPY NEUTRALIZER MILK 1000ML

60,000đ

65,000đ

8%

THUỐC NHUỘM TÓC CHUYÊN NGHIỆP SCHWARZKOPF IGORA ROYAL 60ML

60,000đ

65,000đ

8%

IGORA ROYAL FASHION LIGHTS - MÀU NHUỘM HIGHLIGHT THỜI TRANG TRỰC TIẾP

60,000đ

65,000đ

8%

Tricol Biosky mặt nạ đóng biểu bì tóc Re-Connector 1 Re-Connector 2

60,000đ

65,000đ

8%

KEM DẬP DUỖI TÓC STRAIL GLATT NEUTRALZER 400ML

60,000đ

65,000đ

8%

Tricol Biosky dầu Gội Làm sạch gàu Twin Shampoo

60,000đ

65,000đ

8%

DẦU GỘI SCHWARZKOPF DÀNH CHO TÓC BẠCH KIM GOODBYE YELLOW

60,000đ

65,000đ

8%

Tricol Biosky Kháng Sinh Phục Hồi Re-Connector 1 500ml

60,000đ

65,000đ

8%

PHỤC HỒI SCHWARZKOPF FIBREPLEX NO2

60,000đ

65,000đ

8%

TINH DẦU SCHWARZKOPF MARULA FINISHING OIL DÀNH CHO TÓC SỢI MẢNH ĐẾN TRUNG BÌNH
100ML

60,000đ

65,000đ

8%

DẦU GỘI DÀNH CHO TÓC MẢNH SCHWARZKOPF ULTIME OIL MARULA ROSE

60,000đ

65,000đ

8%

Tricol Biosky Dầu gội Argané Conditioner

60,000đ

65,000đ

8%

Tricol Biosky dầu Gội Volumé Shampoo

60,000đ

65,000đ

8%

Tricol Biosky Dầu gội phục hồi Preveloss Shampoo

60,000đ

65,000đ

8%

SCHWARZKOPF Volumé Mousse 400ML

60,000đ

65,000đ

8%

SCHWARZKOPF SESSION LABEL DRY FIRM HOLD HAIRSPRAY - KEO XỊT GIỮ NẾP SIÊU CỨNG L4
400ML

60,000đ

65,000đ

8%

L'OREAL VOLUMETRY XỊT DƯỠNG LÀM PHỒNG TÓC 125ML

60,000đ

65,000đ

8%

Macadamia Dầu gội phục hồi dưỡng ẩm 1000ml

60,000đ

65,000đ

8%

L'OREAL PRO LONGER 10 TRONG 1 KEM DƯỠNG GIẢM CHẺ NGỌN & DƯỠNG TÓC DÀI NHANH
150ML

60,000đ

65,000đ

8%

L'OREAL VITAMINO COLOR HẤP DẦU GIỮ MÀU TÓC NHUỘM 500ML

60,000đ

65,000đ




CHĂM SÓC CƠ THỂ

8%

SCHWARZKOPF KEM DẬP DUỖI TÓC DẠNG SỮA STRAIT THERAPY NEUTRALIZER MILK 1000ML

60,000đ

65,000đ

8%

THUỐC NHUỘM TÓC CHUYÊN NGHIỆP SCHWARZKOPF IGORA ROYAL 60ML

60,000đ

65,000đ

8%

IGORA ROYAL FASHION LIGHTS - MÀU NHUỘM HIGHLIGHT THỜI TRANG TRỰC TIẾP

60,000đ

65,000đ

8%

Tricol Biosky mặt nạ đóng biểu bì tóc Re-Connector 1 Re-Connector 2

60,000đ

65,000đ

8%

KEM DẬP DUỖI TÓC STRAIL GLATT NEUTRALZER 400ML

60,000đ

65,000đ

8%

Tricol Biosky dầu Gội Làm sạch gàu Twin Shampoo

60,000đ

65,000đ

8%

DẦU GỘI SCHWARZKOPF DÀNH CHO TÓC BẠCH KIM GOODBYE YELLOW

60,000đ

65,000đ

8%

Tricol Biosky Kháng Sinh Phục Hồi Re-Connector 1 500ml

60,000đ

65,000đ

8%

PHỤC HỒI SCHWARZKOPF FIBREPLEX NO2

60,000đ

65,000đ

8%

TINH DẦU SCHWARZKOPF MARULA FINISHING OIL DÀNH CHO TÓC SỢI MẢNH ĐẾN TRUNG BÌNH
100ML

60,000đ

65,000đ

8%

DẦU GỘI DÀNH CHO TÓC MẢNH SCHWARZKOPF ULTIME OIL MARULA ROSE

60,000đ

65,000đ

8%

Tricol Biosky Dầu gội Argané Conditioner

60,000đ

65,000đ

8%

Tricol Biosky dầu Gội Volumé Shampoo

60,000đ

65,000đ

8%

Tricol Biosky Dầu gội phục hồi Preveloss Shampoo

60,000đ

65,000đ

8%

SCHWARZKOPF Volumé Mousse 400ML

60,000đ

65,000đ

8%

SCHWARZKOPF SESSION LABEL DRY FIRM HOLD HAIRSPRAY - KEO XỊT GIỮ NẾP SIÊU CỨNG L4
400ML

60,000đ

65,000đ

8%

L'OREAL VOLUMETRY XỊT DƯỠNG LÀM PHỒNG TÓC 125ML

60,000đ

65,000đ

8%

Macadamia Dầu gội phục hồi dưỡng ẩm 1000ml

60,000đ

65,000đ

8%

L'OREAL PRO LONGER 10 TRONG 1 KEM DƯỠNG GIẢM CHẺ NGỌN & DƯỠNG TÓC DÀI NHANH
150ML

60,000đ

65,000đ

8%

L'OREAL VITAMINO COLOR HẤP DẦU GIỮ MÀU TÓC NHUỘM 500ML

60,000đ

65,000đ


Body Care Chăm sóc toàn thân giúp cơ thể khỏe khoắn, trẻ trung, tràn đầy sức
sống
Xem Thêm


CHĂM SÓC DA

SKIN HEALTH Chăm sóc da toàn thân giúp làn da khỏe, trẻ trung, tràn đầy sức sống
Xem Thêm
8%

SCHWARZKOPF KEM DẬP DUỖI TÓC DẠNG SỮA STRAIT THERAPY NEUTRALIZER MILK 1000ML

60,000đ

65,000đ

8%

THUỐC NHUỘM TÓC CHUYÊN NGHIỆP SCHWARZKOPF IGORA ROYAL 60ML

60,000đ

65,000đ

8%

IGORA ROYAL FASHION LIGHTS - MÀU NHUỘM HIGHLIGHT THỜI TRANG TRỰC TIẾP

60,000đ

65,000đ

8%

Tricol Biosky mặt nạ đóng biểu bì tóc Re-Connector 1 Re-Connector 2

60,000đ

65,000đ

8%

KEM DẬP DUỖI TÓC STRAIL GLATT NEUTRALZER 400ML

60,000đ

65,000đ

8%

Tricol Biosky dầu Gội Làm sạch gàu Twin Shampoo

60,000đ

65,000đ

8%

DẦU GỘI SCHWARZKOPF DÀNH CHO TÓC BẠCH KIM GOODBYE YELLOW

60,000đ

65,000đ

8%

Tricol Biosky Kháng Sinh Phục Hồi Re-Connector 1 500ml

60,000đ

65,000đ

8%

PHỤC HỒI SCHWARZKOPF FIBREPLEX NO2

60,000đ

65,000đ

8%

TINH DẦU SCHWARZKOPF MARULA FINISHING OIL DÀNH CHO TÓC SỢI MẢNH ĐẾN TRUNG BÌNH
100ML

60,000đ

65,000đ

8%

DẦU GỘI DÀNH CHO TÓC MẢNH SCHWARZKOPF ULTIME OIL MARULA ROSE

60,000đ

65,000đ

8%

Tricol Biosky Dầu gội Argané Conditioner

60,000đ

65,000đ

8%

Tricol Biosky dầu Gội Volumé Shampoo

60,000đ

65,000đ

8%

Tricol Biosky Dầu gội phục hồi Preveloss Shampoo

60,000đ

65,000đ

8%

SCHWARZKOPF Volumé Mousse 400ML

60,000đ

65,000đ

8%

SCHWARZKOPF SESSION LABEL DRY FIRM HOLD HAIRSPRAY - KEO XỊT GIỮ NẾP SIÊU CỨNG L4
400ML

60,000đ

65,000đ

8%

L'OREAL VOLUMETRY XỊT DƯỠNG LÀM PHỒNG TÓC 125ML

60,000đ

65,000đ

8%

Macadamia Dầu gội phục hồi dưỡng ẩm 1000ml

60,000đ

65,000đ

8%

L'OREAL PRO LONGER 10 TRONG 1 KEM DƯỠNG GIẢM CHẺ NGỌN & DƯỠNG TÓC DÀI NHANH
150ML

60,000đ

65,000đ

8%

L'OREAL VITAMINO COLOR HẤP DẦU GIỮ MÀU TÓC NHUỘM 500ML

60,000đ

65,000đ



Ưu Đãi Sản Phẩm Làm Đẹp Tại


BEAUTY WORLD

Mua Sắm Ngay
Featured products
H3 - Fresh Fruit box (L) 65,000đ 80,000đ
H0 - Fresh Fruit box (S) 45,000đ 55,000đ
H1 - YoFruit 45,000đ 50,000đ
H5 - Meeting Fruit box set 1 (L) 45,000đ 50,000đ
H4 - Meeting Fruit box (S) 45,000đ 50,000đ
Chistsai Sculpting Lotion Olive - Gel dưỡng tạo kiểu tóc xoăn 250ml 60,000đ
65,000đ
Chihtsai Energizing Hair Cream - Xả khô đặc trị tóc hư tổn trà xanh 630ml
60,000đ 65,000đ
L'OREAL VITAMINO COLOR HẤP DẦU GIỮ MÀU TÓC NHUỘM 500ML 60,000đ 65,000đ
Xem Thêm

Xem thêm
Company

Follow Us




--------------------------------------------------------------------------------

Copyright © 2024 - Bản quyền thuộc về delivery0001. Cung cấp bởi gosell.vn

Tìm kiếm



Không có kết quả