Plugins for WordPress

.elementor-9972 .elementor-element.elementor-element-4d3b4f4{–display:flex;–min-height:100vh;–gap:0px 0px;–row-gap:0px;–column-gap:0px;–padding-top:60px;–padding-bottom:0px;–padding-left:0px;–padding-right:0px;}.elementor-9972 .elementor-element.elementor-element-a2fdf43{padding:0px 0px 0px 0px;}:root{–page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a2fdf43 */.plugins-download-page {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, sans-serif;

min-height: 100vh;
padding: 60px 20px;
position: relative;
overflow: hidden;
}

.plugins-download-page::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(‘data:image/svg+xml,’) repeat;
pointer-events: none;
}

.container {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
}

.header {
text-align: center;
margin-bottom: 60px;
}

.header h1 {
font-size: 3.5rem;
font-weight: 700;
color: #ffffff;
margin: 0 0 20px 0;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.header p {
font-size: 1.3rem;
color: #a7d1c3;
margin: 0;
font-weight: 300;
}

.plugins-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 30px;
margin-bottom: 60px;
}

.plugin-card {
background: rgba(255, 255, 255, 0.95);
border-radius: 20px;
padding: 40px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
position: relative;
overflow: hidden;
}

.plugin-card::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #52c41a, #1890ff, #722ed1);
transform: translateX(-100%);
transition: transform 0.4s ease;
}

.plugin-card:hover::before {
transform: translateX(0);
}

.plugin-card:hover {
transform: translateY(-10px);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.plugin-icon {
width: 80px;
height: 80px;
border-radius: 16px;
background: linear-gradient(135deg, #52c41a, #389e0d);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
font-size: 2rem;
box-shadow: 0 8px 24px rgba(82, 196, 26, 0.3);
}
.plugin-icon img{border-radius: 16px;}

.plugin-icon.sap { background: linear-gradient(135deg, #1890ff, #096dd9); box-shadow: 0 8px 24px rgba(24, 144, 255, 0.3); }
.plugin-icon.dni { background: linear-gradient(135deg, #722ed1, #531dab); box-shadow: 0 8px 24px rgba(114, 46, 209, 0.3); }
.plugin-icon.sello { background: linear-gradient(135deg, #52c41a, #389e0d); box-shadow: 0 8px 24px rgba(82, 196, 26, 0.3); }

.plugin-card h3 {
font-size: 1.6rem;
font-weight: 800;
color: #1f2937;
margin: 0 0 12px 0;
}

.plugin-card p {
color: #6b7280;
line-height: 1.6;
margin-bottom: 24px;
font-size: 1rem;
}

.plugin-features {
list-style: none;
padding: 0;
margin: 24px 0;
}

.plugin-features li {
color: #4b5563;
margin-bottom: 8px;
position: relative;
padding-left: 20px;
font-size: 0.95rem;
}

.plugin-features li::before {
content: ‘✓’;
position: absolute;
left: 0;
color: #52c41a;
font-weight: bold;
}

.plugin-actions {
display: flex;
gap: 12px;
flex-wrap: wrap;
}

.btn {
padding: 12px 24px;
border-radius: 12px;
text-decoration: none;
font-weight: 600;
font-size: 0.9rem;
transition: all 0.3s ease;
border: none;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
}

.btn-primary {
background: linear-gradient(135deg, #52c41a, #389e0d);
color: white;
box-shadow: 0 4px 16px rgba(82, 196, 26, 0.3);
}

.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(82, 196, 26, 0.4);
}

.btn-secondary {
background: rgba(15, 76, 58, 0.1);
color: #0f4c3a;
border: 1px solid rgba(15, 76, 58, 0.2);
}

.btn-secondary:hover {
background: rgba(15, 76, 58, 0.15);
transform: translateY(-1px);
}

.github-section {
background: rgba(255, 255, 255, 0.95);
border-radius: 20px;
padding: 40px;
text-align: center;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.github-section h2 {
font-size: 2rem;
color: #1f2937;
margin-bottom: 16px;
font-weight: 600;
}

.github-section p {
color: #6b7280;
margin-bottom: 30px;
font-size: 1.1rem;
}

.github-btn {
background: linear-gradient(135deg, #24292e, #1a1e22);
color: white;
padding: 16px 32px;
border-radius: 12px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
display: inline-flex;
align-items: center;
gap: 12px;
transition: all 0.3s ease;
box-shadow: 0 8px 24px rgba(36, 41, 46, 0.3);
}

.github-btn:hover {
transform: translateY(-3px);
box-shadow: 0 12px 32px rgba(36, 41, 46, 0.4);
}

.floating-shapes {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
}

.shape {
position: absolute;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
animation: float 20s infinite ease-in-out;
}

.shape:nth-child(1) { width: 80px; height: 80px; top: 20%; left: 10%; animation-delay: 0s; }
.shape:nth-child(2) { width: 120px; height: 120px; top: 60%; right: 10%; animation-delay: 5s; }
.shape:nth-child(3) { width: 60px; height: 60px; bottom: 20%; left: 20%; animation-delay: 10s; }

@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
}

@media (max-width: 768px) {
.header h1 { font-size: 2.3rem;line-height:2rem; }
.plugins-grid { grid-template-columns: 1fr; }
.plugin-card { padding: 30px; }
.plugin-actions { flex-direction: column; }
.btn { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4d3b4f4 */.elementor-9972 .elementor-element.elementor-element-4d3b4f4 { background: linear-gradient(135deg, #0f4c3a 0%, #1a5f4a 100%)}/* End custom CSS */

Plugins for WordPress

Professional solutions for sustainable e-commerce and business connectivity

SAPWOO Icon

SAPWOO Connector

Connect SAP with WooCommerce natively. Automatic synchronization of products, inventory, and orders in real time.

  • Bidirectional synchronization SAP ↔ WooCommerce
  • Automatic inventory management
  • Real-time order processing
  • REST API for custom integrations

DNIWOO Icon

DNIWOO Validator

Automatic validation of DNI/NIE at WooCommerce checkout. Complies with European regulations and enhances the security of your store.

  • Real-time DNI/NIE validation
  • GDPR compliant
  • Customizable interface
  • Validation reports

Replanta Seal

Replanta Seal

Certify the environmental impact of your e-commerce. Show your customers the ecological commitment of each purchase.

  • Environmental impact certification
  • Calculation of offset CO₂
  • Customizable widgets
  • Sustainability reporting

Open source on GitHub

All our plugins are open source. Contribute, report issues, or simply explore the code.



Visit GitHub