<style>

/* =========================
   VARIABILI GLOBALI STYLE
========================= */
.shoppi-wrap {
    --shoppi-gap-header-panel: 15px;
    --shoppi-panel-padding: 20px;
    --shoppi-bg: #ffffff;
    --shoppi-radius: 8px;
    --shoppi-shadow: 0 2px 8px rgba(0,0,0,0.05);
    --shoppi-text: #111;
    --shoppi-muted: #111;
    --shoppi-border: #e5e5e5;
}

/* WRAP */
.shoppi-wrap {
    padding: 10px;
    background: #f0f0f1;
    min-height: 100vh;
}

/* =========================
   BLOCCO 1
========================= */
.shoppi-header {
    background: var(--shoppi-bg);
    border-radius: var(--shoppi-radius);
    padding: 15px;
    margin-top: 20px;
    box-shadow: var(--shoppi-shadow);
}

.shoppi-title {
    margin: 0;
    font-size: 25px;
    color: var(--shoppi-text);
    font-weight: 500;
}

.shoppi-description {
    margin-top: 15px;
    font-size: 16px;
    color: var(--shoppi-muted);
}

/* =========================
   BLOCCO 2
========================= */
.shoppi-panel {
    background: var(--shoppi-bg);
    border-radius: var(--shoppi-radius);
    padding: var(--shoppi-panel-padding);
    margin-top: var(--shoppi-gap-header-panel);
    box-shadow: var(--shoppi-shadow);
}

.shoppi-panel-title {
    margin: 0 0 25px 0;
    font-size: 20px;
    color: var(--shoppi-text);
    font-weight: 500;
}

/* =========================
   DROPDOWN ROW
========================= */
.shoppi-dropdown-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* SINGLE DROPDOWN */
.shoppi-dropdown {
    flex: 1;
    min-width: 200px;
    position: relative;
}

/* LABEL */
.shoppi-dropdown-label {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--shoppi-muted);
}

/* BOX CLICKABILE */
.shoppi-dropdown-box {
    background: #fff;
    border: 1px solid var(--shoppi-border);
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

.shoppi-dropdown-box:hover {
    border-color: #999;
}

/* ARROW */
.shoppi-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}

/* =========================
   DROPDOWN MENU
========================= */
.shoppi-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--shoppi-border);
    border-radius: 6px;
    margin-top: 5px;
    box-shadow: var(--shoppi-shadow);
    z-index: 9999;
    max-height: 250px;
    overflow-y: auto;
}

/* APERTURA MENU GESTITA DAL JS */
.shoppi-dropdown.open .shoppi-dropdown-menu {
    display: block;
}

/* ITEM DEL MENU */
.shoppi-dropdown-item {
    padding: 10px 12px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
    border-bottom: 1px solid #f1f1f1;
}

.shoppi-dropdown-item:last-child {
    border-bottom: none;
}

.shoppi-dropdown-item:hover {
    background: #f5f5f5;
}

/* SELECTED TEXT */
.shoppi-dropdown-selected {
    color: #333;
}

</style><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//shoppi.ro/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://shoppi.ro/post-sitemap.xml</loc>
		<lastmod>2023-03-15T14:37:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shoppi.ro/page-sitemap.xml</loc>
		<lastmod>2026-06-05T09:43:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shoppi.ro/product-sitemap.xml</loc>
		<lastmod>2026-05-19T07:26:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shoppi.ro/wpr_templates-sitemap.xml</loc>
		<lastmod>2026-06-06T13:30:10+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shoppi.ro/wpr_mega_menu-sitemap.xml</loc>
		<lastmod>2026-04-11T14:38:07+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://shoppi.ro/category-sitemap.xml</loc>
		<lastmod>2023-03-15T14:37:02+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->