:root{--theme-dark:rgba(13,13,13,1);--theme-card:#0b3b5e;--theme-accent:rgba(255,174,5,1);--theme-accent-hover:#e0a800;--text-main:#fff;--text-muted:#9ca3af;--font-inter:'Inter';--font-pt-serif:'PT Serif';--container-width:1400px}.vemc-products-section{background:linear-gradient(0deg,#052c49,#052c49),linear-gradient(288.28deg,rgba(9,79,131,.6) 7.19%,rgba(9,79,131,0) 97.75%);color:var(--text-main);font-family:var(--font-inter);display:flex;flex-direction:column;align-items:center;padding:3rem 1rem;border-radius:12px}.vemc-products-section .container{margin-bottom:26px}.vemc-products-section .text-center{text-align:center}.vemc-products-section .header-title{color:#fff}.vemc-products-section .header-label{color:#d1d5db}.vemc-products-section .tabs-wrapper{background-color:var(--theme-card);border-radius:.375rem;padding:.25rem}@media (min-width:768px){.vemc-products-section .tabs-wrapper{padding:.5rem}}.vemc-products-section .tabs-container{display:flex;overflow-x:auto;gap:.5rem;-ms-overflow-style:none;scrollbar-width:none}.vemc-products-section .tabs-container::-webkit-scrollbar{display:none}.vemc-products-section .tab-item{white-space:nowrap;padding:.75rem 1rem;font-size:14px;font-weight:500;border-radius:.25rem;cursor:pointer;transition:background-color .2s,color .2s;user-select:none;flex-shrink:0;color:rgba(207,207,207,1);background:0 0;border:none;line-height:20px}.vemc-products-section .tab-item:hover{color:#fff;background-color:rgba(255,255,255,.1)}.vemc-products-section .tab-item.active{background-color:var(--theme-accent);color:var(--theme-dark);font-weight:700;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.vemc-products-section .tab-panel{display:none}.vemc-products-section .tab-panel.active{display:block}.vemc-products-section .slider-section{position:relative}.vemc-products-section .slider-window{overflow:hidden;border-radius:.5rem}.vemc-products-section .slider-track{display:flex;transition:transform .5s ease-in-out;width:100%;cursor:grab;user-select:none}.vemc-products-section .slider-track:active{cursor:grabbing}.vemc-products-section .product-card-wrapper{flex:0 0 25%;max-width:25%;box-sizing:border-box}.vemc-products-section .nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:var(--theme-accent);color:var(--theme-dark);width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);transition:opacity .3s,background-color .2s}.vemc-products-section .slider-section:hover .nav-btn{opacity:1}.vemc-products-section .nav-btn:hover{background-color:var(--theme-accent-hover)}.vemc-products-section .nav-btn:disabled{opacity:0 !important;cursor:default}.vemc-products-section .nav-btn.prev{left:0;margin-left:-.5rem}.vemc-products-section .nav-btn.next{right:0;margin-right:-.5rem}@media (min-width:768px){.vemc-products-section .nav-btn.prev{margin-left:-1.5rem}.vemc-products-section .nav-btn.next{margin-right:-1.5rem}}.vemc-products-section .product-card-wrapper{flex-shrink:0;padding:.5rem;animation:vemc-fadeIn .5s ease-in-out}@keyframes vemc-fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.vemc-products-section .product-card{background-color:rgba(255,255,255,.1);border-radius:.5rem;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .3s,border-color .3s;border:1px solid transparent;padding:13px}.vemc-products-section .product-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:rgba(253,185,19,.3)}.vemc-products-section .product-card-image-container{position:relative;width:100%;padding-bottom:75%;overflow:hidden;background:#fff;border-radius:6px}.vemc-products-section .product-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .5s;border:12px solid #fff}.vemc-products-section .product-card:hover .product-card-image{transform:scale(1.1)}.vemc-products-section .product-card-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,0);transition:background-color .3s}.vemc-products-section .product-card:hover .product-card-overlay{background-color:transparent}.vemc-products-section .product-card-content{padding:16px 0 0;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.vemc-products-section .product-card-title{font-size:20px;font-weight:700;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--font-pt-serif);line-height:30px}.vemc-products-section .product-card-desc{color:rgba(207,207,207,1);font-size:13px;line-height:23px;font-weight:500;margin-bottom:12px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vemc-products-section .product-card-link{display:inline-flex;align-items:center;color:var(--theme-accent);font-weight:700;font-size:14px;letter-spacing:.05em;text-decoration:none;text-transform:uppercase;transition:color .2s}.vemc-products-section .product-card-link:hover{color:#fff}.vemc-products-section .product-card-link i{margin-left:.5rem;font-size:.75rem}.vemc-products-section .btn-cta{background-color:var(--theme-accent);color:rgba(37,37,37,1);font-weight:600;padding:10px 22px;border-radius:4px;font-size:15px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;transition:background-color .2s,transform .2s}.vemc-products-section .btn-cta:hover{background-color:var(--theme-accent-hover);transform:translateY(-2px)}.vemc-products-section .btn-cta i{font-size:.75em}@media (max-width:1024px){.vemc-products-section .product-card-wrapper{flex:0 0 33.3333%;max-width:33.3333%}}@media (max-width:768px){.vemc-products-section .product-card-wrapper{flex:0 0 50%;max-width:50%}}@media (max-width:480px){.vemc-products-section .product-card-wrapper{flex:0 0 100%;max-width:100%}}