pradabagphilippines.com
Open in
urlscan Pro
196.196.38.118
Malicious Activity!
Public Scan
URL:
https://pradabagphilippines.com/products/black-prada-renylon-trousers-85yxfroaw-p-1203.html
Submission: On April 07 via api from US — Scanned from US
Submission: On April 07 via api from US — Scanned from US
Form analysis
5 forms found in the DOMName: quick_find_header — GET /search.html
<form name="quick_find_header" action="/search.html" method="get"><input type="text" name="keyword" size="6" maxlength="200" class="hsearchinput" autocomplete="off" placeholder="Enter search keywords here"
onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';"><button class="DcKK84OdOH" type="submit"
title="Submit search"><i class="material-icons">search</i></button></form>
Name: quick_find_header — GET https://www.pradabagphilippines.com/search.html
<form name="quick_find_header" action="https://www.pradabagphilippines.com/search.html" method="get">
<script src="js/modernizr.custom.js"></script><input type="text" name="keyword" size="6" maxlength="200" class="sb-search-input" id="search" autocomplete="off" placeholder="Enter search keywords here"
onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';"><input class="sb-search-submit" type="submit" value=""><span
class="sb-icon-search"><i class="material-icons">search</i></span>
<script src="js/classie.js"></script>
<script src="js/uisearch.js"></script>
<script>
new UISearch(document.getElementById('search'));
</script>
</form>
Name: login — POST /index.php?main_page=login&action=process
<form name="login" action="/index.php?main_page=login&action=process" method="post" id="loginForm"><input type="hidden" name="securityToken" value="0b094430ddc2b5d749a9dae33d84a117">
<div class="p-3"></div>
<div class="loginInput">
<input class="form-control" type="email" name="email_address" size="41" maxlength="96" id="login-email-address" autofocus="" placeholder="Email Address:" required="">
</div>
<div class="loginInput">
<input class="form-control" type="password" name="password" size="41" maxlength="255" id="login-password" autocomplete="off" placeholder="Password:" required="">
</div>
<input type="hidden" name="securityToken" value="0b094430ddc2b5d749a9dae33d84a117">
<!--
<div id="loginDefault-btn-toolbar" class="btn-toolbar justify-content-between" role="toolbar">
<a href="http://192.168.1.99/53484-qiuyi004.com-en/index.php?main_page=password_forgotten">Forgot your password?</a>
<button type="submit" class="btn button_login button_login">Log In</button>
</div>
-->
</form>
Name: ajaxCreateAccountForm —
<form name="ajaxCreateAccountForm">
<input type="hidden" name="action" value="process">
<input type="hidden" name="email_pref_html" value="email_format">
<div class="loginTitle">Register</div>
<div class="loginInput fl"><input type="text" name="firstname" size="41" maxlength="288" id="firstname" placeholder="First Name:"></div>
<div class="loginInput fl"><input type="text" name="lastname" size="41" maxlength="288" id="lastname" placeholder="Last Name:"></div>
<div class="loginInput fl"><input type="text" name="street_address" size="41" maxlength="288" id="street-address" placeholder="Street Address:"></div>
<div class="loginInput fl"><input type="text" name="city" size="41" maxlength="288" id="city" placeholder="City:"></div>
<div class="loginInput fl">
<select name="zone_country_id" class="layerFormSelect" id="select_country" onchange="update_city(this.value);" style="display: none;"></select>
</div>
<div class="loginInput fl">
<select name="zone_id" class="layerFormSelect" id="select_city" style="display: none;"></select>
</div>
<div class="loginInput fl"><input type="text" name="postcode" size="41" maxlength="288" id="postcode" placeholder="Post/Zip Code:"></div>
<div class="loginInput fl"><input type="text" name="telephone" size="41" maxlength="288" id="telephone" placeholder="Telephone:"></div>
<div class="loginInput fl"><input type="text" name="email_address" size="41" maxlength="288" id="register-email-address" placeholder="Email Address:"></div>
<div class="loginInput fl"><input type="password" name="password" size="41" maxlength="120" id="register-password" placeholder="Password:"></div>
<div class="loginInput fl"><input type="password" name="confirmation" size="41" maxlength="120" id="register_password_confirm" placeholder="Confirm Password:"></div>
<div class="loginInput fl">
<input type="text" name="setcodes" placeholder="Verification Code" maxlength="5" id="Txtidcodes" class="txtVerification">
<canvas id="idcodes" width="120" height="40"></canvas>
</div>
<div class="loginLayerBtn GDLFu5m4jJ saAnVDh0te" id="registerLayerBtn">submit</div>
<script>
var canvass = document.getElementById("idcodes");
var contexts = canvass.getContext("2d");
var buttons = document.getElementById("registerLayerBtn");
var inputs = document.getElementById("Txtidcodes");
draws();
canvass.onclick = function() {
contexts.clearRect(0, 0, 120, 40);
draws();
}
function getColors() {
var r = Math.floor(Math.random() * 256);
var g = Math.floor(Math.random() * 256);
var b = Math.floor(Math.random() * 256);
return "rgb(" + r + "," + g + "," + b + ")";
}
function draws() {
contexts.strokeRect(0, 0, 120, 40);
var aCode = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"];
var arr = []
var num
for (var i = 0; i < 4; i++) {
var x = 20 + i * 20;
var y = 20 + 10 * Math.random();
var index = Math.floor(Math.random() * aCode.length);
var txt = aCode[index];
contexts.font = "bold 20px 微软雅黑";
contexts.fillStyle = getColors();
contexts.translate(x, y);
var deg = 30 * Math.random() * Math.PI / 180;
contexts.rotate(deg);
contexts.fillText(txt, 0, 0);
contexts.rotate(-deg);
contexts.translate(-x, -y);
arr[i] = txt
}
num = arr[0] + arr[1] + arr[2] + arr[3]
for (var i = 0; i < 8; i++) {
contexts.beginPath();
contexts.moveTo(Math.random() * 120, Math.random() * 40);
contexts.lineTo(Math.random() * 120, Math.random() * 40);
contexts.strokeStyle = getColors();
contexts.stroke();
}
for (var i = 0; i < 20; i++) {
contexts.beginPath();
var x = Math.random() * 120;
var y = Math.random() * 40;
contexts.moveTo(x, y);
contexts.lineTo(x + 1, y + 1);
contexts.strokeStyle = getColors();
contexts.stroke();
}
buttons.onclick = function() {
var text = inputs.value
if (text === num) {
textname = true;
} else {
textname = false;
errorname = 'Verification Code: Error';
}
}
}
</script>
</form>
Name: cart_quantity — POST https://www.pradabagphilippines.com/products/black-prada-renylon-trousers-85yxfroaw-p-1203.html?action=add_product&number_of_uploads=0
<form name="cart_quantity" action="https://www.pradabagphilippines.com/products/black-prada-renylon-trousers-85yxfroaw-p-1203.html?action=add_product&number_of_uploads=0" method="post" enctype="multipart/form-data">
<!--eof Form start-->
<div class="topCateAndNext">
<!--bof Category Icon -->
<!-- category name --><!-- <div align="left" id="categoryIcon" class="categoryIcon"><a href="https://www.pradabagphilippines.com/collections/ready-to-wear-trousers-c-21_82.html">Trousers</a></div> --><!--eof Category Icon -->
<!--bof Prev/Next top position -->
<!--eof Prev/Next top position-->
</div>
<div id="proinfo_info">
<div class="proinfo_left">
<section class="lazye slider slick-initialized slick-slider slick-dotted" data-sizes="50vw"><button class="slick-prev slick-arrow" aria-label="Previous" type="button"
style="display: block;"><i class="material-icons">keyboard_arrow_left</i></button>
<div class="slick-list draggable">
<div class="slick-track" style="opacity: 1; width: 5796px; transform: translate3d(-644px, 0px, 0px);">
<div class="slick-slide slick-cloned" data-slick-index="-1" aria-hidden="true" tabindex="-1" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;">
<img src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_3_ZOOM.jpg" title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW">
</div>
</div>
</div>
<div class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" role="tabpanel" id="slick-slide10" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;"><img title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW"
src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_ZOOM.jpg"></div>
</div>
</div>
<div class="slick-slide" data-slick-index="1" aria-hidden="true" tabindex="-1" role="tabpanel" id="slick-slide11" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;">
<img src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_1_ZOOM.jpg" title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW">
</div>
</div>
</div>
<div class="slick-slide" data-slick-index="2" aria-hidden="true" tabindex="-1" role="tabpanel" id="slick-slide12" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;">
<img src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_2_ZOOM.jpg" title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW">
</div>
</div>
</div>
<div class="slick-slide" data-slick-index="3" aria-hidden="true" tabindex="-1" role="tabpanel" id="slick-slide13" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;">
<img src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_3_ZOOM.jpg" title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW">
</div>
</div>
</div>
<div class="slick-slide slick-cloned" data-slick-index="4" aria-hidden="true" tabindex="-1" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;"><img title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW"
src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_ZOOM.jpg"></div>
</div>
</div>
<div class="slick-slide slick-cloned" data-slick-index="5" aria-hidden="true" tabindex="-1" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;">
<img src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_1_ZOOM.jpg" title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW">
</div>
</div>
</div>
<div class="slick-slide slick-cloned" data-slick-index="6" aria-hidden="true" tabindex="-1" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;">
<img src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_2_ZOOM.jpg" title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW">
</div>
</div>
</div>
<div class="slick-slide slick-cloned" data-slick-index="7" aria-hidden="true" tabindex="-1" style="width: 644px;">
<div>
<div style="width: 100%; display: inline-block;">
<img src="images/large/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_3_ZOOM.jpg" title="Black Prada Re-nylon Trousers | 85YXFROAW" alt="Black Prada Re-nylon Trousers | 85YXFROAW">
</div>
</div>
</div>
</div>
</div><button class="slick-next slick-arrow" aria-label="Next" type="button" style="display: block;"><i class="material-icons">keyboard_arrow_right</i></button>
<ul class="slick-dots" style="display: block;" role="tablist">
<li class="slick-active" role="presentation"><button type="button" role="tab" id="slick-slide-control10" aria-controls="slick-slide10" aria-label="1 of 4" tabindex="0" aria-selected="true">1</button></li>
<li role="presentation"><button type="button" role="tab" id="slick-slide-control11" aria-controls="slick-slide11" aria-label="2 of 4" tabindex="-1">2</button></li>
<li role="presentation"><button type="button" role="tab" id="slick-slide-control12" aria-controls="slick-slide12" aria-label="3 of 4" tabindex="-1">3</button></li>
<li role="presentation"><button type="button" role="tab" id="slick-slide-control13" aria-controls="slick-slide13" aria-label="4 of 4" tabindex="-1">4</button></li>
</ul>
</section>
</div>
<div class="proinfo_right">
<div id="fCmnVFegMy">
<h1 id="productName" class="productGeneral" itemprop="name">Black Prada Re-nylon Trousers | 85YXFROAW</h1>
<h2>Men's Trousers</h2>
<h3>Black</h3>
</div>
<!--bof Product Price block -->
<h2 id="productPrices" class="productGeneral">
<span id="productPrices" class="productGeneral">
<span class="normalprice">₱12,059 </span><span class="productSpecialPrice">₱5,308</span></span>
</h2>
<!--eof Product Price block -->
<!--bof free ship icon -->
<!--eof free ship icon -->
<!--bof Add to Cart Box -->
<div id="rqJv2ddocU">
<div><a class="select"><img src="images/small/pradaphilippines/Black_Prada_Re_nylon_Trousers_85YXFROA-85YXFROAW_SMALL.jpg" alt="Black" title=" Black " width="75" height="94"></a></div>
</div>
<div class="vFTDMGJ9bA">
<div id="size_chart" class="size_chart">Size Chart</div>
<div class="products_model">Style:85YXFROAW</div>
</div>
<div id="cartAdd">
<div id="thisProductsId" style="display:none;">1203</div>
<div class="wrapperAttribsOptions">
<input name="id[1]" type="hidden" id="attrib-1">
<div id="tips_1" class="tips"><span class="new_select">Size</span></div>
<ul id="list_1" class="list_attribute">
<li id="value_50" class="list_name_id_1" rel="50"><span id="valule_text_50">Prada size</span></li>
<li id="value_78" class="list_name_id_1" rel="78"><span id="valule_text_78">27</span></li>
<li id="value_80" class="list_name_id_1" rel="80"><span id="valule_text_80">28</span></li>
<li id="value_82" class="list_name_id_1" rel="82"><span id="valule_text_82">29</span></li>
<li id="value_84" class="list_name_id_1" rel="84"><span id="valule_text_84">30</span></li>
<li id="value_86" class="list_name_id_1" rel="86"><span id="valule_text_86">31</span></li>
<li id="value_88" class="list_name_id_1" rel="88"><span id="valule_text_88">32</span></li>
<li id="value_90" class="list_name_id_1" rel="90"><span id="valule_text_90">33</span></li>
<li id="value_92" class="list_name_id_1" rel="92"><span id="valule_text_92">34</span></li>
<li id="value_94" class="list_name_id_1" rel="94"><span id="valule_text_94">35</span></li>
<li id="value_96" class="list_name_id_1" rel="96"><span id="valule_text_96">36</span></li>
<li id="value_98" class="list_name_id_1" rel="98"><span id="valule_text_98">37</span></li>
<li id="value_100" class="list_name_id_1" rel="100"><span id="valule_text_100">38</span></li>
</ul>
<script type="text/javascript">
$(function() {
var thisPriceId = $('#thisProductsId').text()
$.ajax({
type: "GET",
url: "/api/product_info?products_id=" + thisPriceId,
// async: false,
dataType: "json", //预期服务器返回数据的类型
success: function(data) {
console.log('data111=' + JSON.stringify(data))
for (var i = 0; i < data.length; i++) {
var resPrice = data[i].base_price
//var resPrice = data[i].base_price+data[i].options_values_price)
//$('span[id="productPrices"]').text('$'+data[i].options_values_id)
sessionStorage.setItem(data[i].id, resPrice);
}
}
})
$(".list_name_id_1").click(function() {
var value_id = $(this).attr("rel");
var value_text = $("#valule_text_" + value_id).html();
$(".list_name_id_1").removeClass("attr_selected");
$(this).addClass("attr_selected");
$("#attrib-1").val(value_id);
$("#tips_1").html("<span class=\"new_select\">Size - <span class=\"valuestyle\">" + value_text + "</span></span>");
var selected_id_arr = ""
$(".list_attribute li").each(function() {
if ($(this).hasClass("attr_selected")) {
var par_id = $(this).parent(".list_attribute").attr("id");
var star_arr = par_id.indexOf("_") + 1;
var par_num = par_id.substring(star_arr, par_id.length);
//console.log("par_num="+par_num)
if (selected_id_arr) {
selected_id_arr = selected_id_arr + "_" + par_num + "#" + $(this).attr("rel");
} else {
selected_id_arr = par_num + "#" + $(this).attr("rel");
}
}
})
console.log('selected_id_arr==' + selected_id_arr)
var sessionPrice = sessionStorage.getItem(selected_id_arr);
$('span[id="productPrices"]').html(sessionPrice);
});
});
</script>
<div class="clearBoth"></div>
</div>
<script>
function aaa() {
$('#carts').hide();
$("body").css({
"height": "auto",
"overflow": "auto"
});
$(".initLayerShade").hide();
$("#xmwF1ykyKa").removeClass("toMenuFixed");
};
$(function() {
$("#NqE5QWIiwp").click(function() {
var canaddcart = true;
var size_length = $(".list_attribute").length;
if (size_length) {
$(".list_attribute").each(function(index, element) {
var selected_length = $(this).find(".attr_selected").length;
if (!selected_length) {
$("#tips_" + (index + 1)).html("<span class=\"not_select\">*Please Select a Size</span>");
canaddcart = false
}
})
}
if (canaddcart) {
//$("#NqE5QWIiwp").val("");
$("#NqE5QWIiwp").text("");
$(".add-wtrpap").show()
$.ajax({
type: "POST",
url: "www.pradabagphilippines.com/products/black-prada-renylon-trousers-85yxfroaw-p-1203.html?action=add_product&number_of_uploads=0&jx=1",
data: $('form[name="cart_quantity"]').serialize(),
success: function(r) {
$(".add-wtrpap").hide();
//$("#NqE5QWIiwp").val("Add to cart");
$("#NqE5QWIiwp").text("Add to cart");
$("#showMycart").show();
$("body").css({
"height": "100%",
"overflow": "hidden"
});
$("#carts").show();
$("#carts").html(r);
$(".initLayerShade").show();
$("#xmwF1ykyKa").addClass("toMenuFixed");
var sub_cartqulery = $("#sub_cartqulery").text();
$(".urAr0fJKEI").find("span").html("(" + " " + sub_cartqulery + ")");
if (abacd) {
clearTimeout(abacd);
}
$(".initLayerShade").on("click", function() {
$("#carts").hide();
$(".initLayerShade").hide();
$("body").css({
"height": "auto",
"overflow": "auto"
});
$("#xmwF1ykyKa").removeClass("toMenuFixed");
})
var abacd = setTimeout("aaa()", 7000);
},
error: function(XMLHttpRequest) {
debugger
console.log(XMLHttpRequest);
alert("Error!!!");
}
});
}
});
})
</script>
<select id="text_box" name="cart_quantity" value="1">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
</select><input type="hidden" name="products_id" value="1203">
<div class="css-add-cart">
<div class="add-wtrpap"></div>
<div class="bordernone login_box jWvNCV0oJx">Add to cart</div>
</div>
<div class="clear"></div>
</div>
<script type="text/javascript">
function showaa(obj) {
//var obj_parent=obj.parentNode;
var obj_parent = obj.parentElement
if (obj_parent.className == "fwjaxiDNch") {
obj_parent.className = "ClXwk7g4da";
} else {
obj_parent.className = "fwjaxiDNch";
}
}
</script>
<div class="favoritesWapper">
<div class="favoritesPro login_box"><span>Favourite<i class="material-icons icons1">favorite_border</i><i class="material-icons icons2">favorite</i></span></div>
</div>
<div id="XOmjVLP0ur">
<div class="fwjaxiDNch">
<div class="zKphxssSqE" onclick="showaa(this)">Description<i class="material-icons icons1">expand_less</i><i class="material-icons icons2">expand_more</i></div>
<div class="mdagKDMFtR">
<h2> Prada Trousers Philippines </h2>
<p>A contemporary mood distinguishes these trousers made of Re-Nylon, the special regenerated nylon yarn obtained from plastic trash recovered from the ocean. The skinny fit garment has an elasticized waistband with zipper fly and hidden
hook, zipper pockets on the front and welt pockets on the back. The elasticized drawstring hem characterizes the silhouette.</p>
<ul class="d-none">
<li>Product code: SPH66_1WQ8_F0002_S_202</li>
<li>Skinny fit</li>
<li>Elasticized waistband</li>
<li>Zipper fly with hidden hook</li>
<li>Front pockets with zipper</li>
<li>Welt pockets on the back</li>
<li>Elasticized drawstring hem</li>
<li>Enamel metal triangle on the back</li>
<li>Small zipper pocket on the right hip</li>
<li>The fabric is made of regenerated nylon yarn obtained from plastic trash recovered from the ocean.</li>
<li>Height: 98cm</li>
<li>The model is 187 cm tall and wears a size 48 - M</li>
</ul>
</div>
</div>
<div class="ClXwk7g4da">
<div class="zKphxssSqE" onclick="showaa(this)">Shipping Info<i class="material-icons icons1">expand_less</i><i class="material-icons icons2">expand_more</i></div>
<div class="mdagKDMFtR">FREE DELIVERY OVER ₱5000<br>Standard Deliveries Arrive In 8–20 Days; We Deliver 5 Days A Week.For Next-day Delivery, Order Before 12 Noon Monday To Thursday.<br>You Can Return Your Order For Any Reason, Free Of
Charge, Within 30 Days.</div>
</div>
<div class="fwjaxiDNch">
<div class="zKphxssSqE" onclick="showaa(this)">
<span style="float: left;">Reviews (0)</span>
<i class="material-icons icons1">expand_less</i><i class="material-icons icons2">expand_more</i>
</div>
<!--bof Product description -->
<div class="mdagKDMFtR">
<div class="centerBoxHeading">
<div class="login_box lydIFA1f0y">write a review</div>
<div class="clear"></div>
</div>
<div class="centerBoxHeading">There are currently no product reviews.</div><!--bof Product URL -->
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<!--eof Add to Cart Box-->
<!--bof Quantity Discounts table -->
<!--eof Quantity Discounts table -->
</form>
Text Content
search -------------------------------------------------------------------------------- * Women * Men * Favourites * Contact Us * Shipping Info * Shopping Cart (0) * Women * Shoes * Bags * Accessories * Ready to Wear * Shoes * Ankle Boots * Chelsea Boots * Clogs * Hiking Boots * Lace-ups * Loafers * Mules * Pumps * Slides * Sandals * Sneakers * Bags * Backpacks * Belts * Clutch * Handbag * Hobo Bags * Tote * Mini Bags * Pouch * Shoulder Bags * Top Handles * Totes * Accessories * Gloves * Hats * Headband * Keychains * Mittens * Pet * Pouch * Scarves * Set * Silver Jewelry * Sports And Leisure * Sunglasses * Ready to Wear * Coats * Dress * Hoodie * Jackets * Joggers * Leggings * Pants * Playsuit * Polo Shirts * Raincoat * Shirts * Shorts * Skirts * Sweaters * T Shirts * Tops * Trousers * Vest * Windshirts * Men * Shoes * Bags * Accessories * Ready to Wear * Shoes * Boots * Driving Shoes * Lace Up Shoes * Loafers * Slides * Sabots * Sandals * Sneakers * Bags * Backpack * Belts * Briefcases * Messenger Bags * Pouch * Totes * Accessories * Beanie * Belt * Belts * Bottle * Box * Card Holders * Case * Cashmere Throw * Games * Gloves * Harness * Hats * Helmet * Keychains * Pet * Pouch * Scarves * Set * Silks And Scarves * Socks * Sports And Leisure * Sunglasses * Ties * Wallets * Ready to Wear * Coats * Denim * Hoodie * Jackets * Jeans * Joggers * Pants * Parka Jackets * Polo Shirts * Raincoat * Shirts * Shorts * Suits * Sweaters * Sweatpants * Sweatshirts * T Shirts * Trousers * Vest * Windshirts keyboard_arrow_left local_shipping Lowest Price Guarantee local_shipping money_off Extra 5% OFF YOUR FIRST ORDER money_off local_shipping Free Delivery Over ₱5000 local_shipping monetization_on 30 Day Money Back Guarantee monetization_on flight Fast Delivery flight local_shipping Lowest Price Guarantee local_shipping money_off Extra 5% OFF YOUR FIRST ORDER money_off local_shipping Free Delivery Over ₱5000 local_shipping monetization_on 30 Day Money Back Guarantee monetization_on flight Fast Delivery flight local_shipping Lowest Price Guarantee local_shipping keyboard_arrow_right -------------------------------------------------------------------------------- * Women * Shoes * Ankle BootsChelsea BootsClogsHiking BootsLace-upsLoafersMules * PumpsSlidesSandalsSneakers * Bags * BackpacksBeltsClutchHandbagHobo BagsToteMini Bags * PouchShoulder BagsTop HandlesTotes * Accessories * GlovesHatsHeadbandKeychainsMittensPetPouch * ScarvesSetSilver JewelrySports And LeisureSunglasses * Ready to Wear * CoatsDressHoodieJacketsJoggersLeggingsPants * PlaysuitPolo ShirtsRaincoatShirtsShortsSkirts * SweatersT ShirtsTopsTrousersVestWindshirts * * Bags * Men * Shoes * BootsDriving ShoesLace Up ShoesLoafersSlidesSabotsSandals * Sneakers * Bags * BackpackBeltsBriefcasesMessenger BagsPouchTotes * Accessories * BeanieBeltBeltsBottleBoxCard HoldersCase * Cashmere ThrowGamesGlovesHarnessHatsHelmet * KeychainsPetPouchScarvesSetSilks And Scarves * SocksSports And LeisureSunglassesTiesWallets * Ready to Wear * CoatsDenimHoodieJacketsJeansJoggersPants * Parka JacketsPolo ShirtsRaincoatShirtsShortsSuits * SweatersSweatpantsSweatshirtsT ShirtsTrousersVest * Windshirts * Bags * menu person person_add_alt_1 favorite search Log In Forgot your password? Log In Register Password Forgotten Enter your email address below and we'll send you an email message containing your new password. submit Register submit Home :: Ready to Wear :: Trousers keyboard_arrow_left keyboard_arrow_right * 1 * 2 * 3 * 4 BLACK PRADA RE-NYLON TROUSERS | 85YXFROAW MEN'S TROUSERS BLACK ₱12,059 ₱5,308 Size Chart Style:85YXFROAW 1203 Size * Prada size * 27 * 28 * 29 * 30 * 31 * 32 * 33 * 34 * 35 * 36 * 37 * 38 123456789 Add to cart Favouritefavorite_borderfavorite Descriptionexpand_lessexpand_more PRADA TROUSERS PHILIPPINES A contemporary mood distinguishes these trousers made of Re-Nylon, the special regenerated nylon yarn obtained from plastic trash recovered from the ocean. The skinny fit garment has an elasticized waistband with zipper fly and hidden hook, zipper pockets on the front and welt pockets on the back. The elasticized drawstring hem characterizes the silhouette. * Product code: SPH66_1WQ8_F0002_S_202 * Skinny fit * Elasticized waistband * Zipper fly with hidden hook * Front pockets with zipper * Welt pockets on the back * Elasticized drawstring hem * Enamel metal triangle on the back * Small zipper pocket on the right hip * The fabric is made of regenerated nylon yarn obtained from plastic trash recovered from the ocean. * Height: 98cm * The model is 187 cm tall and wears a size 48 - M Shipping Infoexpand_lessexpand_more FREE DELIVERY OVER ₱5000 Standard Deliveries Arrive In 8–20 Days; We Deliver 5 Days A Week.For Next-day Delivery, Order Before 12 Noon Monday To Thursday. You Can Return Your Order For Any Reason, Free Of Charge, Within 30 Days. Reviews (0) expand_lessexpand_more write a review There are currently no product reviews. YOU MIGHT ALSO LIKE -------------------------------------------------------------------------------- Navy Prada Slim-fit Wool Trousers | 18CDLUQYN ₱9,475 ₱4,243 Navy Prada Organic Denim Five-pocket Trousers | 57ZBDLNKW ₱9,273 ₱4,239 Navy Prada Light Stretch Techno Fabric Trousers | 43NXYABRE ₱8,107 ₱4,216 Black Prada Five-pocket Stretch-denim Trousers | 73KYGBHPL ₱7,753 ₱4,209 Slate Gray Prada Light Stretch Wool Trousers | 57SIZUTKW ₱10,793 ₱5,283 Navy Prada Stretch Technical Fabric Trousers | 87FCKMHXY ₱8,107 ₱4,216 Black Prada Stretch Technical Fabric Trousers | 52BCSNXEI ₱8,107 ₱4,216 Black Prada Re-nylon Trousers | 85YXFROAW ₱12,059 ₱5,308 1203 Prada size272829303132333435363738UK/USA size272829303132333435363738IT size404242-444444-4646-484848-505050-525252-54FR size363838-404040-4242-444444-464646-484848-50JP size91111131515171719212123Waist (cm)76579815848658991494964991014104Hips (cm)949659910151041065109111611411641191214 vQmyJSFx5X -------------------------------------------------------------------------------- * About US -------------------------------------------------------------------------------- * Shipping Info -------------------------------------------------------------------------------- * Privacy Notice -------------------------------------------------------------------------------- * Contact Us -------------------------------------------------------------------------------- * Return Policy -------------------------------------------------------------------------------- * Payment Method -------------------------------------------------------------------------------- * Outlet -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Copyright © 2024 pradabagphilippines Powered By pradabagphilippines.com