@keyframes skelpy-fade-in-up{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes skelpy-fade-in{from{opacity:0}to{opacity:1}}@keyframes skelpy-scale-in{from{opacity:0;transform:scale(0.96)}to{opacity:1;transform:scale(1)}}@keyframes skelpy-slide-in-left{from{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}@keyframes skelpy-shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}@keyframes skelpy-pulse-soft{0%,100%{opacity:1}50%{opacity:.85}}@keyframes skelpy-bounce-in{0%{opacity:0;transform:scale(0.3)}50%{transform:scale(1.05)}70%{transform:scale(0.9)}100%{opacity:1;transform:scale(1)}}@keyframes skelpy-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes skelpy-glow{0%,100%{box-shadow:0 0 0 0 rgba(31,26,222,.3)}50%{box-shadow:0 0 0 8px rgba(31,26,222,0)}}@keyframes skelpy-shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-2px)}80%{transform:translateX(2px)}}@keyframes skelpy-pop{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.theme-skelpy .skelpy-animate-fade-in-up{animation:skelpy-fade-in-up .4s cubic-bezier(0.16, 1, 0.3, 1) forwards}.theme-skelpy .skelpy-animate-fade-in{animation:skelpy-fade-in .4s cubic-bezier(0.16, 1, 0.3, 1) forwards}.theme-skelpy .skelpy-animate-scale-in{animation:skelpy-scale-in .4s cubic-bezier(0.16, 1, 0.3, 1) forwards}.theme-skelpy .skelpy-animate-bounce-in{animation:skelpy-bounce-in .5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards}.theme-skelpy .skelpy-stagger-children>*{opacity:0;animation:skelpy-fade-in-up .4s cubic-bezier(0.16, 1, 0.3, 1) forwards}.theme-skelpy .skelpy-stagger-children>*:nth-child(1){animation-delay:.05s}.theme-skelpy .skelpy-stagger-children>*:nth-child(2){animation-delay:.1s}.theme-skelpy .skelpy-stagger-children>*:nth-child(3){animation-delay:.15s}.theme-skelpy .skelpy-stagger-children>*:nth-child(4){animation-delay:.2s}.theme-skelpy .skelpy-stagger-children>*:nth-child(5){animation-delay:.25s}.theme-skelpy .skelpy-stagger-children>*:nth-child(6){animation-delay:.3s}.theme-skelpy .skelpy-stagger-children>*:nth-child(7){animation-delay:.35s}.theme-skelpy .skelpy-stagger-children>*:nth-child(8){animation-delay:.4s}.theme-skelpy .skelpy-stagger-children>*:nth-child(9){animation-delay:.45s}.theme-skelpy .skelpy-stagger-children>*:nth-child(10){animation-delay:.5s}.theme-skelpy .skelpy-stagger-children>*:nth-child(11){animation-delay:.55s}.theme-skelpy .skelpy-stagger-children>*:nth-child(12){animation-delay:.6s}@media(prefers-reduced-motion: reduce){.theme-skelpy *,.theme-skelpy *::before,.theme-skelpy *::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}:root{--skelpy-primary: #1f1ade;--skelpy-primary-dark: #1d18ac;--skelpy-primary-light: #322bf7;--skelpy-primary-bg: rgba(14, 165, 233, 0.08);--skelpy-accent: #1f1ade;--skelpy-success: #10b981;--skelpy-warning: #f59e0b;--skelpy-danger: #ef4444;--skelpy-bg: #ffffff;--skelpy-bg-alt: #f8fafc;--skelpy-text: #1e293b;--skelpy-text-muted: #64748b;--skelpy-border: #e2e8f0;--skelpy-border-light: #f1f5f9;--skelpy-radius: 12px;--skelpy-radius-sm: 8px;--skelpy-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);--skelpy-shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);--skelpy-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.1);--skelpy-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);--skelpy-font: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif}.theme-skelpy{background-color:#fff;color:#1e293b;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.6}.theme-skelpy a{color:#1f1ade;text-decoration:none;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy a:hover{color:#1d18ac}.theme-skelpy .h1,.theme-skelpy h1{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:700;color:#1e293b;letter-spacing:-0.02em}.theme-skelpy .h2,.theme-skelpy h2,.theme-skelpy .h3,.theme-skelpy h3,.theme-skelpy .h4,.theme-skelpy h4{font-weight:600;color:#1e293b}.theme-skelpy .page-header h1{color:#1d18ac;font-size:1.75rem}.theme-skelpy #content-wrapper,.theme-skelpy #content,.theme-skelpy .page-home{background:rgba(0,0,0,0)}.theme-skelpy #wrapper{animation:skelpy-fade-in .4s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);overflow:hidden;transition:transform .3s cubic-bezier(0.16, 1, 0.3, 1),box-shadow .3s ease,border-color .3s ease}.theme-skelpy .card:hover{box-shadow:0 8px 24px rgba(0,0,0,.1);transform:translateY(-2px)}.theme-skelpy .page-content.card,.theme-skelpy .card-block{padding:1.5rem}.theme-skelpy .card-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-weight:600}.theme-skelpy #header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 12px rgba(0,0,0,.04);position:sticky;top:0;z-index:1000;transition:box-shadow .3s ease}.theme-skelpy #header.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.08)}.theme-skelpy .header-nav{border-bottom:1px solid #e2e8f0;padding:.6rem 0;max-height:none !important}.theme-skelpy .header-nav .container-fluid,.theme-skelpy .header-nav .container{max-width:100%}.theme-skelpy .header-nav a,.theme-skelpy .header-nav .nav-link,.theme-skelpy .header-nav .material-icons{color:#1e293b !important;transition:color .2s ease,transform .2s ease}.theme-skelpy .header-nav a:hover,.theme-skelpy .header-nav .nav-link:hover{color:#1f1ade !important}.theme-skelpy .header-nav .blockcart.cart-preview.active,.theme-skelpy .header-nav .cart-preview.active{background:rgba(0,0,0,0) !important}.theme-skelpy #_desktop_cart #blockcart-wrapper{display:contents}.theme-skelpy #_desktop_cart .blockcart .body,.theme-skelpy #blockcart-wrapper .blockcart .body{display:none !important}@media(min-width: 768px){.theme-skelpy .header-nav{display:none}}.theme-skelpy .header-top{padding:0 !important;background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%)}.theme-skelpy .header-top .container-fluid,.theme-skelpy .header-top .container{max-width:100%}.theme-skelpy .skelpy-header-row{min-height:72px;display:flex;align-items:stretch}.theme-skelpy .skelpy-header-row [class*=col-]{display:flex;align-items:center}.theme-skelpy .skelpy-header-logo{justify-content:center;align-items:center}.theme-skelpy .skelpy-header-logo h1{margin:0;padding:0;display:flex;align-items:center;justify-content:center;line-height:1}.theme-skelpy .skelpy-header-logo a{display:flex;align-items:center;justify-content:center;line-height:1}.theme-skelpy .skelpy-header-search{padding-left:.75rem;padding-right:.75rem}.theme-skelpy .skelpy-header-search #search_widget,.theme-skelpy .skelpy-header-search .search-widgets,.theme-skelpy .skelpy-header-search .search-widget,.theme-skelpy .skelpy-header-search .block-search,.theme-skelpy .skelpy-header-search>div{width:100% !important;max-width:none !important;display:flex !important;align-items:center !important}.theme-skelpy .skelpy-header-search form{display:flex !important;align-items:center !important;width:100% !important;max-width:100% !important;gap:.25rem}.theme-skelpy .skelpy-header-search form i{padding:0 !important;padding-left:10px !important}.theme-skelpy .skelpy-header-search input[type=text],.theme-skelpy .skelpy-header-search #search_query_top{flex:1 !important;min-width:0 !important;width:100% !important}.theme-skelpy .skelpy-header-actions{padding-right:0 !important}.theme-skelpy .skelpy-nav2-inner{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;justify-content:flex-end !important;align-items:center !important;gap:1rem;width:100%;min-height:44px}.theme-skelpy .skelpy-nav2-inner>*{display:inline-flex !important;flex:0 0 auto !important;align-items:center !important;margin:0 !important;padding:0 !important;width:auto !important;min-width:0 !important;min-height:44px !important}.theme-skelpy .skelpy-nav2-inner .blockcart,.theme-skelpy .skelpy-nav2-inner .user-info{display:flex !important;align-items:center !important;min-height:44px !important}.theme-skelpy .skelpy-nav2-inner .blockcart .header,.theme-skelpy .skelpy-nav2-inner .blockcart a,.theme-skelpy .skelpy-nav2-inner .user-info a{display:inline-flex !important;align-items:center !important;min-height:40px !important;line-height:1.4 !important}.theme-skelpy #_desktop_logo img{max-height:48px;width:auto;height:auto;object-fit:contain;display:block;vertical-align:middle}.theme-skelpy #top-menu,.theme-skelpy .header-top .nav{gap:.5rem}.theme-skelpy .header-top .nav-link{color:#1e293b !important;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .header-top .nav-link:hover{background:rgba(14,165,233,.08);color:#1f1ade !important}.theme-skelpy .header-top #search_widget,.theme-skelpy .header-top .search-widgets{flex:1;min-width:0}.theme-skelpy .search-widget input,.theme-skelpy #search_query_top{border:1px solid #e2e8f0;border-radius:12px;padding:.65rem 1rem;font-size:.95rem;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);background:#fff}.theme-skelpy .search-widget input::placeholder,.theme-skelpy #search_query_top::placeholder{color:#64748b}.theme-skelpy .search-widget input:focus,.theme-skelpy #search_query_top:focus{border-color:#1f1ade;box-shadow:0 0 0 3px rgba(14,165,233,.08);outline:none}.theme-skelpy .search-widget button,.theme-skelpy .btn-search{background:#1f1ade !important;border:none !important;color:#fff !important;border-radius:12px;padding:.65rem 1.25rem;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .search-widget button:hover,.theme-skelpy .btn-search:hover{background:#1d18ac !important;transform:translateY(-1px)}.theme-skelpy .skelpy-nav2-inner .user-info a,.theme-skelpy .skelpy-nav2-inner .blockcart a,.theme-skelpy .skelpy-nav2-inner .blockcart .header a{display:inline-flex !important;align-items:center !important;gap:.4rem;padding:.5rem 1rem !important;border-radius:12px;font-weight:500;font-size:.9rem;color:#1e293b !important;background:#f8fafc;border:1px solid #e2e8f0;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);vertical-align:middle !important;line-height:1.4 !important}.theme-skelpy .skelpy-nav2-inner .user-info a:hover,.theme-skelpy .skelpy-nav2-inner .blockcart a:hover,.theme-skelpy .skelpy-nav2-inner .blockcart .header a:hover{background:rgba(14,165,233,.08) !important;color:#1f1ade !important;border-color:rgba(14,165,233,.3)}.theme-skelpy .skelpy-nav2-inner .blockcart .header a{gap:.5rem}.theme-skelpy .cart-products-count{background:#1f1ade !important;color:#fff !important;border-radius:999px;font-size:.7rem;font-weight:600;min-width:1.25rem;padding:.2rem .5rem;text-align:center;transition:transform .3s cubic-bezier(0.34, 1.56, 0.64, 1)}.theme-skelpy .contact-link a,.theme-skelpy .block-contact a{color:#1e293b !important}.theme-skelpy .contact-link a:hover,.theme-skelpy .block-contact a:hover{color:#1f1ade !important}.theme-skelpy .skelpy-mobile-nav-row{min-height:52px}.theme-skelpy .skelpy-brands-slider{width:100%;padding:1.25rem 0;margin:0;text-align:center;overflow:hidden}.theme-skelpy .skelpy-brands-slider marquee{display:block;line-height:1}.theme-skelpy .skelpy-brand-item{display:inline-flex;margin:0 1rem;vertical-align:middle;flex-shrink:0;align-items:center;justify-content:center;padding:.5rem 1rem;background:#fff;border-radius:8px;border:1px solid #f1f5f9;box-shadow:0 1px 3px rgba(0,0,0,.05);min-width:100px;height:56px;text-decoration:none !important;color:#1e293b !important}.theme-skelpy .skelpy-brand-item img{max-width:10rem;width:auto;height:auto;object-fit:contain}.theme-skelpy .skelpy-brand-item .skelpy-brand-name{font-size:.8rem;font-weight:600;text-align:center;white-space:nowrap}.theme-skelpy .skelpy-brand-item:hover{border-color:#1f1ade;box-shadow:0 2px 8px rgba(31,26,222,.15);color:#1f1ade !important}.theme-skelpy #footer,.theme-skelpy .footer-container{background:#f8fafc;color:#1e293b;padding:3rem 0 1.5rem;margin-top:0rem;padding-top:0rem !important}.theme-skelpy #footer .container-fluid,.theme-skelpy .footer-container .container-fluid{max-width:100%}.theme-skelpy #footer .block-title,.theme-skelpy .footer-container .block-title{color:#1d18ac !important;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.theme-skelpy #footer a,.theme-skelpy .footer-container a{color:#64748b !important;transition:color .2s ease}.theme-skelpy #footer a:hover,.theme-skelpy .footer-container a:hover{color:#1f1ade !important}.theme-skelpy .footer-copyright,.theme-skelpy #footer p.text-sm-center{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;font-size:.875rem;color:#64748b}.theme-skelpy .footer-copyright a,.theme-skelpy #footer p.text-sm-center a{color:#64748b !important}.theme-skelpy .footer-copyright a:hover,.theme-skelpy #footer p.text-sm-center a:hover{color:#1f1ade !important}.theme-skelpy .block_newsletter input[type=email]{border-radius:8px 0 0 8px;border:2px solid #e2e8f0}.theme-skelpy .block_newsletter button{background:#1f1ade !important;border:none !important;color:#fff !important;border-radius:0 8px 8px 0}.theme-skelpy .block_newsletter,.theme-skelpy .blocksocial,.theme-skelpy .blockreassurance{color:#1e293b}.theme-skelpy .block_newsletter .block_title,.theme-skelpy .blocksocial .block_title{color:#1d18ac;font-weight:600}.theme-skelpy .blocksocial a{display:inline-flex !important;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:rgba(14,165,233,.08) !important;color:#1f1ade !important;margin:0 .35rem;transition:all .3s cubic-bezier(0.34, 1.56, 0.64, 1)}.theme-skelpy .blocksocial a:hover{background:#1f1ade !important;color:#fff !important;transform:translateY(-4px) scale(1.1)}.theme-skelpy .links .col-md-3,.theme-skelpy .footer-container .col-md-3{margin-bottom:1.5rem}.theme-skelpy #wrapper{background:#f8fafc;min-height:65vh;padding:2rem 0 3rem}.theme-skelpy .container-fluid{max-width:100%;padding-left:1.5rem;padding-right:1.5rem}@media(min-width: 1400px){.theme-skelpy .container-fluid{padding-left:3rem;padding-right:3rem}}#skelpy-mobile-menu-portal{position:absolute;left:0;top:0;width:0;height:0;overflow:visible;pointer-events:none;z-index:0}#skelpy-mobile-menu-portal #left-column{pointer-events:auto}@media(max-width: 991px){body.theme-skelpy.mobile-menu-open{overflow:hidden}body.theme-skelpy #left-column{position:fixed !important;top:0;left:0;width:85%;max-width:320px;height:100vh;z-index:1060 !important;margin:0;border-radius:0;overflow-y:auto;overflow-x:hidden;transform:translateX(-100%);transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:8px 0 30px rgba(0,0,0,.12);background:#fff;border-right:1px solid #f1f5f9;visibility:visible !important}body.theme-skelpy.mobile-menu-open #left-column{transform:translateX(0) !important;display:block !important;visibility:visible !important;opacity:1 !important}body.theme-skelpy .mobile-menu-backdrop{position:fixed !important;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1050 !important;opacity:0;pointer-events:none;transition:opacity .3s ease}body.theme-skelpy.mobile-menu-open .mobile-menu-backdrop{opacity:1 !important;pointer-events:auto !important;display:block !important}body.theme-skelpy.mobile-menu-open #skelpy-mobile-menu-portal{display:block !important;z-index:1060 !important;position:fixed !important;top:0;left:0;right:0;bottom:0;width:auto !important;height:auto !important;pointer-events:none !important}.theme-skelpy #left-column .navbar-toggler.collapse-icons{min-width:44px;min-height:44px}}@media(min-width: 992px){body.theme-skelpy #left-column{position:static !important;transform:none !important}}.theme-skelpy #left-column{background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06);padding:0;margin-bottom:1.5rem;border:1px solid #f1f5f9;overflow:hidden}.theme-skelpy #left-column .block-categories,.theme-skelpy #left-column .block{border:none;background:rgba(0,0,0,0);padding:1.25rem 1.25rem 1rem}.theme-skelpy #left-column .block-title,.theme-skelpy #left-column .facet-title,.theme-skelpy #left-column .h6{color:#1e293b;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;border:none;padding:0 0 1rem;margin:0}.theme-skelpy #left-column .block-categories .category-sub-menu li::before{display:none !important;content:none !important}.theme-skelpy #left-column .category-tree a,.theme-skelpy #left-column .category-top-menu a,.theme-skelpy #left-column .category-sub-menu a,.theme-skelpy #left-column .category-sub-link,.theme-skelpy #left-column .facet-label a,.theme-skelpy #left-column .search-link{color:#1e293b !important;text-decoration:none;transition:color .2s ease}.theme-skelpy #left-column .category-tree a:hover,.theme-skelpy #left-column .category-top-menu a:hover,.theme-skelpy #left-column .category-sub-menu a:hover,.theme-skelpy #left-column .category-sub-link:hover,.theme-skelpy #left-column .facet-label:hover a,.theme-skelpy #left-column .search-link:hover{color:#1f1ade !important}.theme-skelpy #left-column .category-top-menu,.theme-skelpy #left-column .category-sub-menu{list-style:none;padding-left:0;margin:0}.theme-skelpy #left-column .skelpy-cat-row{display:flex;align-items:center;min-height:40px;gap:.35rem;padding:0 .5rem}.theme-skelpy #left-column .skelpy-cat-link{flex:1;min-width:0;padding:0;display:flex;align-items:center;line-height:1.4}.theme-skelpy #left-column .skelpy-cat-item .collapse-icons{flex-shrink:0;width:28px;height:28px;padding:0;margin:0;border:none;background:rgba(0,0,0,0);cursor:pointer;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:6px;color:#64748b;transition:color .2s,background .2s}.theme-skelpy #left-column .skelpy-cat-item .collapse-icons .add,.theme-skelpy #left-column .skelpy-cat-item .collapse-icons .remove{font-size:1.125rem;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;vertical-align:middle}.theme-skelpy #left-column .skelpy-cat-item .collapse-icons .add{display:inline-flex !important}.theme-skelpy #left-column .skelpy-cat-item .collapse-icons .remove{display:none !important}.theme-skelpy #left-column .skelpy-cat-item .collapse-icons:hover{color:#1f1ade;background:rgba(31,26,222,.08)}.theme-skelpy #left-column .skelpy-cat-item:has(.collapse.show) .collapse-icons,.theme-skelpy #left-column .collapse-icons:not(.collapsed){color:#1f1ade}.theme-skelpy #left-column .skelpy-cat-item:has(.collapse.show) .collapse-icons .add,.theme-skelpy #left-column .collapse-icons:not(.collapsed) .add{display:none !important}.theme-skelpy #left-column .skelpy-cat-item:has(.collapse.show) .collapse-icons .remove,.theme-skelpy #left-column .collapse-icons:not(.collapsed) .remove{display:inline-flex !important}.theme-skelpy #left-column .category-sub-menu .collapse{overflow:hidden}.theme-skelpy #left-column .category-sub-menu>li[data-depth="0"]{margin-bottom:.15rem;border-bottom:1px solid #f1f5f9}.theme-skelpy #left-column .category-sub-menu>li[data-depth="0"]:last-child{border-bottom:none}.theme-skelpy #left-column .category-sub-menu>li[data-depth="0"] .skelpy-cat-l0{font-size:.9rem;font-weight:600;color:#1e293b !important}.theme-skelpy #left-column .category-sub-menu>li[data-depth="0"] .skelpy-cat-l0:hover{color:#1f1ade !important}.theme-skelpy #left-column .category-sub-menu>li[data-depth="0"]>.collapse{padding-left:0}.theme-skelpy #left-column .category-sub-menu .category-sub-menu{padding-left:1rem;margin-top:.2rem;margin-bottom:.35rem;border-left:1px solid #e2e8f0}.theme-skelpy #left-column .category-sub-menu li[data-depth="1"]{margin-bottom:.1rem}.theme-skelpy #left-column .category-sub-menu li[data-depth="1"] .skelpy-cat-l1{font-size:.875rem;font-weight:500;color:#64748b !important}.theme-skelpy #left-column .category-sub-menu li[data-depth="1"] .skelpy-cat-l1:hover{color:#1f1ade !important}.theme-skelpy #left-column .category-sub-menu li[data-depth="1"]>.collapse{padding-left:0}.theme-skelpy #left-column .category-sub-menu .category-sub-menu .category-sub-menu{padding-left:1rem;margin-top:.15rem;margin-bottom:.25rem;border-left:1px solid #f1f5f9}.theme-skelpy #left-column .category-sub-menu li[data-depth="2"] .skelpy-cat-l2{font-size:.8125rem;font-weight:450;color:#64748b !important}.theme-skelpy #left-column .category-sub-menu li[data-depth="2"] .skelpy-cat-l2:hover{color:#1f1ade !important}.theme-skelpy #left-column .category-tree ul{padding-left:0;margin-left:0;border-left:none}@media(max-width: 991px){.theme-skelpy #left-column .theme-skelpy #left-column .block-categories{max-height:calc(100vh - 80px);overflow-y:auto;padding-right:.5rem;-webkit-overflow-scrolling:touch}}.theme-skelpy #left-column .facet .custom-checkbox input:checked+span,.theme-skelpy #left-column .facet .custom-radio input:checked+span{color:#1f1ade}.theme-skelpy #left-column .facet-label.active{font-weight:600;color:#1f1ade}.theme-skelpy #left-column .btn-tertiary{background:rgba(31,26,222,.06);color:#1f1ade;border:1px solid rgba(31,26,222,.15);border-radius:10px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy #left-column .btn-tertiary:hover{background:#1f1ade;color:#fff;border-color:#1f1ade}.theme-skelpy .products{margin:0 -0.5rem}.theme-skelpy .skelpy-product-list .products .js-product{opacity:0;animation:skelpy-fade-in-up .4s cubic-bezier(0.16, 1, 0.3, 1) forwards}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(1){animation-delay:.03s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(2){animation-delay:.06s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(3){animation-delay:.09s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(4){animation-delay:.12s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(5){animation-delay:.15s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(6){animation-delay:.18s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(7){animation-delay:.21s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(8){animation-delay:.24s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(9){animation-delay:.27s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(10){animation-delay:.3s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(11){animation-delay:.33s}.theme-skelpy .skelpy-product-list .products .js-product:nth-child(12){animation-delay:.36s}.theme-skelpy .product-miniature,.theme-skelpy .js-product{border-radius:12px;overflow:hidden;transition:transform .3s cubic-bezier(0.16, 1, 0.3, 1),box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.theme-skelpy .product-miniature:hover,.theme-skelpy .js-product:hover{transform:translateY(-6px)}.theme-skelpy .product-miniature:hover .product-thumbnail img,.theme-skelpy .js-product:hover .product-thumbnail img{transform:scale(1.08)}.theme-skelpy .product-miniature .thumbnail-container,.theme-skelpy .js-product .thumbnail-container{position:relative;overflow:hidden;height:auto !important;border-radius:2rem}.theme-skelpy .product-miniature .thumbnail-top,.theme-skelpy .js-product .thumbnail-top{position:relative;max-height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.theme-skelpy .product-miniature .product-thumbnail,.theme-skelpy .js-product .product-thumbnail{display:block;width:100%;height:100%}.theme-skelpy .product-miniature .product-thumbnail img,.theme-skelpy .js-product .product-thumbnail img{transition:transform .4s cubic-bezier(0.16, 1, 0.3, 1);width:100%;height:100%;max-height:280px;object-fit:contain;object-position:center}.theme-skelpy .product-miniature .product-description,.theme-skelpy .js-product .product-description{padding:1rem;height:auto !important;flex-grow:1}.theme-skelpy .product-miniature .product-title,.theme-skelpy .js-product .product-title{display:block;min-height:2.8em}.theme-skelpy .product-miniature .product-title a,.theme-skelpy .js-product .product-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#1e293b !important;font-weight:600;font-size:1rem;line-height:1.4}.theme-skelpy .product-miniature .product-title a:hover,.theme-skelpy .js-product .product-title a:hover{color:#1f1ade !important}.theme-skelpy .product-miniature .product-price-and-shipping,.theme-skelpy .js-product .product-price-and-shipping{display:block !important;visibility:visible !important;margin-top:.5rem}.theme-skelpy .product-miniature .product-price-and-shipping .price,.theme-skelpy .product-miniature .product-price,.theme-skelpy .js-product .product-price-and-shipping .price,.theme-skelpy .js-product .product-price{color:#1f1ade !important;font-weight:700;font-size:1.125rem;display:inline !important;visibility:visible !important}.theme-skelpy .product-miniature .regular-price,.theme-skelpy .js-product .regular-price{color:#64748b;text-decoration:line-through;font-size:.875rem}.theme-skelpy .product-miniature .discount-percentage,.theme-skelpy .product-miniature .discount-product,.theme-skelpy .js-product .discount-percentage,.theme-skelpy .js-product .discount-product{background:#ef4444;color:#fff !important;padding:.15rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.theme-skelpy .product-miniature .highlighted-informations,.theme-skelpy .js-product .highlighted-informations{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem;z-index:3;background:linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));min-height:48px}.theme-skelpy .product-miniature .highlighted-informations.no-variants,.theme-skelpy .js-product .highlighted-informations.no-variants{justify-content:center;height:auto !important}.theme-skelpy .product-miniature .skelpy-variants-wrap,.theme-skelpy .js-product .skelpy-variants-wrap{display:flex;align-items:center;flex:0 0 auto}.theme-skelpy .product-miniature .variant-links,.theme-skelpy .js-product .variant-links{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin:0;padding:0}.theme-skelpy .product-miniature .variant-links a,.theme-skelpy .js-product .variant-links a{display:block;width:22px;height:22px;min-width:22px;min-height:22px;border-radius:50%;border:2px solid hsla(0,0%,100%,.9);box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none;flex-shrink:0;background-size:cover;background-position:center}.theme-skelpy .product-miniature .variant-links a:hover,.theme-skelpy .js-product .variant-links a:hover{transform:scale(1.15);border-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.3)}.theme-skelpy .product-miniature .variant-links .js-count.count,.theme-skelpy .js-product .variant-links .js-count.count{display:none}.theme-skelpy .product-miniature .highlighted-informations .quick-view,.theme-skelpy .js-product .highlighted-informations .quick-view{background:hsla(0,0%,100%,.95);color:#1f1ade !important;padding:.4rem .7rem;border-radius:8px;font-size:.8rem;font-weight:600;opacity:1;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;align-items:center;gap:.3rem;text-decoration:none;flex-shrink:0}.theme-skelpy .product-miniature .highlighted-informations .quick-view .material-icons,.theme-skelpy .js-product .highlighted-informations .quick-view .material-icons{font-size:1.1rem}.theme-skelpy .product-miniature .highlighted-informations .quick-view .quick-view-label,.theme-skelpy .js-product .highlighted-informations .quick-view .quick-view-label{white-space:nowrap}.theme-skelpy .product-miniature .highlighted-informations .quick-view:hover,.theme-skelpy .js-product .highlighted-informations .quick-view:hover{background:#fff;color:#1d18ac !important;box-shadow:0 2px 8px rgba(0,0,0,.2)}.theme-skelpy .product-miniature .product-flags,.theme-skelpy .js-product .product-flags{position:absolute;top:.75rem;left:.75rem;z-index:2}.theme-skelpy .product-miniature .product-flag,.theme-skelpy .js-product .product-flag{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.theme-skelpy .product-miniature .product-flag.on-sale,.theme-skelpy .js-product .product-flag.on-sale{background:#ef4444;color:#fff}.theme-skelpy .product-miniature .product-flag.new,.theme-skelpy .js-product .product-flag.new{background:#10b981;color:#fff}.theme-skelpy .product-container{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}.theme-skelpy .product-container .page-content{background:#f8fafc;border-radius:8px;overflow:hidden}.theme-skelpy .product-container .product-information{padding:1rem 0}.theme-skelpy .product-container .product-description{color:#64748b;line-height:1.7}.theme-skelpy .product-container .nav-tabs{border-bottom:2px solid #e2e8f0;gap:.5rem}.theme-skelpy .product-container .nav-tabs .nav-link{border:none;color:#64748b;font-weight:500;padding:.75rem 1.25rem;border-radius:8px;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .product-container .nav-tabs .nav-link:hover{color:#1f1ade}.theme-skelpy .product-container .nav-tabs .nav-link.active{background:rgba(14,165,233,.08);color:#1f1ade;border-bottom:2px solid #1f1ade}.theme-skelpy .product-container .tab-content{padding:1.5rem 0}.theme-skelpy .product-container .product-add-to-cart .add-to-cart,.theme-skelpy .product-container .product-add-to-cart .btn-primary{background:linear-gradient(135deg, #1f1ade 0%, #1d18ac 100%) !important;border:none !important;color:#fff !important;padding:.75rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .product-container .product-add-to-cart .add-to-cart:hover,.theme-skelpy .product-container .product-add-to-cart .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.theme-skelpy .product-container .product-quantity input{border:2px solid #e2e8f0;border-radius:8px;padding:.5rem;width:70px;text-align:center}.theme-skelpy .product-container .product-quantity input:focus{border-color:#1f1ade;outline:none}.theme-skelpy #js-product-list-header{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #1f1ade}.theme-skelpy .active_filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.theme-skelpy .active_filters .filter-block{background:rgba(14,165,233,.08);color:#1f1ade;padding:.35rem .75rem;border-radius:50px;font-size:.875rem;display:inline-flex;align-items:center;gap:.35rem}.theme-skelpy .product-accessories{margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0}.theme-skelpy .product-accessories .h5{margin-bottom:1.5rem;color:#1d18ac}.theme-skelpy .sort-by-row{align-items:center}.theme-skelpy .sort-by{font-size:.9rem;font-weight:500;color:#64748b}.theme-skelpy .products-sort-order{padding:0}.theme-skelpy .products-sort-order .dropdown-menu{animation:skelpy-fade-in-up .2s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .products-sort-order .select-title{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:.5rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-weight:500;color:#1e293b;cursor:pointer;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);box-shadow:0 1px 3px rgba(0,0,0,.04)}.theme-skelpy .products-sort-order .select-title:hover{border-color:#1f1ade;background:rgba(31,26,222,.04)}.theme-skelpy .products-sort-order .select-title[aria-expanded=true]{border-color:#1f1ade;box-shadow:0 0 0 3px rgba(31,26,222,.15)}.theme-skelpy .products-sort-order .select-title .material-icons{font-size:1.25rem;margin-left:.5rem;opacity:.7}.theme-skelpy .products-sort-order .dropdown-menu{margin-top:.35rem;padding:.35rem;border:1px solid #f1f5f9;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);min-width:100%}.theme-skelpy .products-sort-order .select-list{display:block;padding:.5rem .75rem;border-radius:8px;font-size:.9rem;color:#1e293b;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .products-sort-order .select-list:hover{background:rgba(31,26,222,.08);color:#1f1ade}.theme-skelpy .products-sort-order .select-list.current{background:rgba(31,26,222,.1);color:#1f1ade;font-weight:600}.theme-skelpy .btn-primary,.theme-skelpy .btn-add-to-cart,.theme-skelpy .add-to-cart{background:linear-gradient(135deg, #1f1ade 0%, #1d18ac 100%) !important;border:none !important;color:#fff !important;border-radius:8px;font-weight:600;padding:.6rem 1.25rem;transition:transform .25s cubic-bezier(0.34, 1.56, 0.64, 1),box-shadow .25s ease,background .25s ease}.theme-skelpy .btn-primary .material-icons,.theme-skelpy .btn-add-to-cart .material-icons,.theme-skelpy .add-to-cart .material-icons{line-height:1 !important;vertical-align:middle;transition:transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)}.theme-skelpy .btn-primary:hover,.theme-skelpy .btn-add-to-cart:hover,.theme-skelpy .add-to-cart:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(31,26,222,.35);color:#fff !important}.theme-skelpy .btn-primary:hover .material-icons,.theme-skelpy .btn-add-to-cart:hover .material-icons,.theme-skelpy .add-to-cart:hover .material-icons{transform:scale(1.1)}.theme-skelpy .btn-primary:active,.theme-skelpy .btn-add-to-cart:active,.theme-skelpy .add-to-cart:active{transform:translateY(-1px)}.theme-skelpy .btn-secondary{background:#f8fafc !important;border:2px solid #e2e8f0 !important;color:#1e293b !important;transition:all .25s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .btn-secondary:hover{border-color:#1f1ade !important;color:#1f1ade !important;transform:translateY(-2px);box-shadow:0 1px 3px rgba(0,0,0,.06)}.theme-skelpy .btn-outline-primary{border:2px solid #1f1ade;color:#1f1ade;background:rgba(0,0,0,0);transition:all .25s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .btn-outline-primary:hover{background:rgba(14,165,233,.08);transform:translateY(-2px);box-shadow:0 4px 12px rgba(31,26,222,.15)}.theme-skelpy .label{color:#1f1ade;font-weight:500}.theme-skelpy .label:hover{color:#1d18ac}.theme-skelpy .form-control,.theme-skelpy input[type=text],.theme-skelpy input[type=email],.theme-skelpy input[type=password],.theme-skelpy textarea,.theme-skelpy select.form-control{border:2px solid #e2e8f0;border-radius:8px;padding:.6rem 1rem;transition:border-color .2s ease,box-shadow .2s ease}.theme-skelpy .form-control:focus,.theme-skelpy input[type=text]:focus,.theme-skelpy input[type=email]:focus,.theme-skelpy input[type=password]:focus,.theme-skelpy textarea:focus,.theme-skelpy select.form-control:focus{border-color:#1f1ade;box-shadow:0 0 0 4px rgba(31,26,222,.15);outline:none}.theme-skelpy .form-group label{font-weight:500;color:#1e293b;margin-bottom:.4rem}.theme-skelpy .breadcrumb{background:rgba(0,0,0,0);padding:.75rem 0;font-size:.875rem}.theme-skelpy .breadcrumb .breadcrumb-item a{color:#64748b}.theme-skelpy .breadcrumb .breadcrumb-item.active{color:#1f1ade;font-weight:500}.theme-skelpy .pagination{gap:.25rem}.theme-skelpy .pagination .page-link{border:1px solid #e2e8f0;color:#1e293b;border-radius:8px !important;padding:.5rem .9rem;transition:all .2s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .pagination .page-link:hover{background:rgba(14,165,233,.08);border-color:#1f1ade;color:#1f1ade;transform:translateY(-2px)}.theme-skelpy .pagination .page-item.active .page-link{background:#1f1ade;border-color:#1f1ade;color:#fff}.theme-skelpy .cart-grid{gap:2rem}.theme-skelpy .cart-container .card,.theme-skelpy .cart-summary{border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:transform .3s cubic-bezier(0.16, 1, 0.3, 1),box-shadow .3s ease}.theme-skelpy .cart-container .card:hover,.theme-skelpy .cart-summary:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}.theme-skelpy .cart-summary{position:sticky;top:100px}.theme-skelpy .cart-detailed-product-line,.theme-skelpy .cart-summary-product-line{padding:1rem 0;border-bottom:1px solid #f1f5f9}.theme-skelpy .cart-detailed-product-line:last-child,.theme-skelpy .cart-summary-product-line:last-child{border-bottom:none}.theme-skelpy .cart-total{font-weight:700;font-size:1.25rem;color:#1f1ade}.theme-skelpy .cart-voucher{border:2px dashed #e2e8f0;border-radius:8px;padding:1rem;background:#f8fafc}.theme-skelpy .checkout-step{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;border:1px solid #f1f5f9;transition:all .3s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .checkout-step.-current{border-color:#1f1ade;box-shadow:0 0 0 3px rgba(14,165,233,.08)}.theme-skelpy .checkout-step.-complete{border-color:#10b981;background:rgba(16,185,129,.04)}.theme-skelpy .checkout-step.-complete .step-title .material-icons.done{color:#10b981}.theme-skelpy .checkout-step.-complete .step-number{background:#10b981}.theme-skelpy .checkout-step .step-title{font-weight:600;color:#1d18ac}.theme-skelpy .checkout-step .step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#1f1ade;color:#fff;border-radius:50%;font-size:.875rem;margin-right:.5rem}.theme-skelpy table{border-radius:8px;overflow:hidden}.theme-skelpy .table th{background:#f8fafc;font-weight:600;color:#1e293b;border-color:#e2e8f0}.theme-skelpy .table td{border-color:#f1f5f9}.theme-skelpy .table-striped tbody tr:nth-of-type(odd){background:rgba(248,250,252,.5)}.theme-skelpy .card-title .material-icons.done{color:#10b981;font-size:2.5rem;vertical-align:middle;margin-right:.5rem}.theme-skelpy #content-hook_order_confirmation{border-left:4px solid #10b981}.theme-skelpy #order-details{background:#f8fafc;padding:1.5rem;border-radius:8px}.theme-skelpy #order-details ul{list-style:none;padding-left:0}.theme-skelpy #order-details li{padding:.35rem 0;border-bottom:1px solid #f1f5f9}.theme-skelpy #order-details li:last-child{border-bottom:none}.theme-skelpy .cart-overview{text-align:center;padding:3rem 2rem}.theme-skelpy .cart-overview .alert{max-width:400px;margin:0 auto 1.5rem}.theme-skelpy #conditions-to-approve{margin:1.5rem 0;padding:1.25rem 1.5rem;background:rgba(31,26,222,.06);border:2px solid rgba(31,26,222,.2);border-radius:12px}.theme-skelpy #conditions-to-approve ul{list-style:none;padding:0;margin:0}.theme-skelpy #conditions-to-approve li{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.theme-skelpy #conditions-to-approve .float-xs-left{flex-shrink:0}.theme-skelpy #conditions-to-approve .custom-checkbox{flex-shrink:0;margin-top:.15rem}.theme-skelpy #conditions-to-approve .custom-checkbox input[type=checkbox]{width:24px;height:24px;min-width:24px;min-height:24px;cursor:pointer;opacity:1}.theme-skelpy #conditions-to-approve .custom-checkbox>span{width:24px !important;height:24px !important;min-width:24px !important;min-height:24px !important;display:inline-flex !important;align-items:center;justify-content:center;cursor:pointer;border:2px solid #e2e8f0;border-radius:6px;transition:border-color .2s,background .2s}.theme-skelpy #conditions-to-approve .custom-checkbox input:checked+span{border-color:#1f1ade;background:rgba(14,165,233,.08)}.theme-skelpy #conditions-to-approve .condition-label{flex:1}.theme-skelpy #conditions-to-approve .condition-label,.theme-skelpy #conditions-to-approve .condition-label label{font-size:1rem;font-weight:500;color:#1e293b;line-height:1.5;cursor:pointer}.theme-skelpy #conditions-to-approve .condition-label a{color:#1f1ade !important;font-weight:600;text-decoration:underline}.skelpy-cart-sidebar{position:fixed;inset:0;z-index:9999;pointer-events:none;visibility:hidden;transition:visibility 0s linear .4s}.skelpy-cart-sidebar.is-open{pointer-events:auto;visibility:visible;transition:visibility 0s linear 0s}.skelpy-cart-sidebar.is-open .skelpy-cart-sidebar-backdrop{opacity:1}.skelpy-cart-sidebar.is-open .skelpy-cart-sidebar-panel{transform:translateX(0)}.skelpy-cart-sidebar-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.5);opacity:0;transition:opacity .4s cubic-bezier(0.16, 1, 0.3, 1)}.skelpy-cart-sidebar-panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;box-shadow:-8px 0 32px rgba(0,0,0,.12);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .4s cubic-bezier(0.16, 1, 0.3, 1);overflow:hidden}@media(max-width: 575px){.skelpy-cart-sidebar-panel{max-width:100%}}.skelpy-cart-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;flex-shrink:0}.skelpy-cart-sidebar-title{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.skelpy-cart-sidebar-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:rgba(0,0,0,0);color:#64748b;cursor:pointer;border-radius:8px;transition:color .2s,background .2s}.skelpy-cart-sidebar-close:hover,.skelpy-cart-sidebar-close:focus{color:#1e293b;background:#f8fafc}.skelpy-cart-sidebar-close .material-icons{font-size:24px}.skelpy-cart-sidebar-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem 1.25rem;min-height:0}.skelpy-cart-sidebar-content .skelpy-cart-sidebar-empty{margin:0;color:#64748b;text-align:center;padding:2rem 0}.skelpy-cart-sidebar-content .body,.skelpy-cart-sidebar-content .blockcart.cart-preview .body{padding:0;border:none}.skelpy-cart-sidebar-content .body ul,.skelpy-cart-sidebar-content .blockcart ul{list-style:none;margin:0 0 1rem;padding:0}.skelpy-cart-sidebar-content .body li,.skelpy-cart-sidebar-content .blockcart li{padding:.75rem 0;border-bottom:1px solid #f1f5f9}.skelpy-cart-sidebar-content .body li:last-child,.skelpy-cart-sidebar-content .blockcart li:last-child{border-bottom:none}.skelpy-cart-sidebar-content .skelpy-cart-line{display:flex;align-items:flex-start;gap:.75rem}.skelpy-cart-sidebar-content .skelpy-cart-line-image{flex-shrink:0;width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f8fafc}.skelpy-cart-sidebar-content .skelpy-cart-line-image a{display:block;width:100%;height:100%}.skelpy-cart-sidebar-content .skelpy-cart-line-image img{width:100%;height:100%;object-fit:cover;display:block}.skelpy-cart-sidebar-content .skelpy-cart-line-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.skelpy-cart-sidebar-content .skelpy-cart-line-details .product-name{font-weight:500;color:#1e293b;font-size:.9375rem;line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.skelpy-cart-sidebar-content .skelpy-cart-line-details .product-name:hover{color:#1f1ade}.skelpy-cart-sidebar-content .skelpy-cart-line-details .product-quantity{color:#64748b;font-size:.875rem}.skelpy-cart-sidebar-content .skelpy-cart-line-details .product-price{color:#64748b;font-size:.875rem}.skelpy-cart-sidebar-content .skelpy-cart-line-details .remove-from-cart{display:inline-block;margin-top:.125rem;font-size:.8125rem;color:#ef4444;text-decoration:none}.skelpy-cart-sidebar-content .skelpy-cart-line-details .remove-from-cart:hover{text-decoration:underline}.skelpy-cart-sidebar-content .body .cart-subtotals,.skelpy-cart-sidebar-content .blockcart .cart-subtotals{margin:1rem 0 0;padding-top:1rem;border-top:1px solid #f1f5f9;font-size:.9375rem}.skelpy-cart-sidebar-content .body .cart-subtotal-line,.skelpy-cart-sidebar-content .body .cart-subtotals .products,.skelpy-cart-sidebar-content .body .cart-subtotals .shipping,.skelpy-cart-sidebar-content .body .cart-subtotals>div,.skelpy-cart-sidebar-content .blockcart .cart-subtotal-line,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .products,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .shipping,.skelpy-cart-sidebar-content .blockcart .cart-subtotals>div{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.skelpy-cart-sidebar-content .body .cart-subtotal-line:last-child,.skelpy-cart-sidebar-content .body .cart-subtotals .products:last-child,.skelpy-cart-sidebar-content .body .cart-subtotals .shipping:last-child,.skelpy-cart-sidebar-content .body .cart-subtotals>div:last-child,.skelpy-cart-sidebar-content .blockcart .cart-subtotal-line:last-child,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .products:last-child,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .shipping:last-child,.skelpy-cart-sidebar-content .blockcart .cart-subtotals>div:last-child{margin-bottom:0}.skelpy-cart-sidebar-content .body .cart-subtotal-line .label,.skelpy-cart-sidebar-content .body .cart-subtotals .products .label,.skelpy-cart-sidebar-content .body .cart-subtotals .shipping .label,.skelpy-cart-sidebar-content .body .cart-subtotals>div .label,.skelpy-cart-sidebar-content .blockcart .cart-subtotal-line .label,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .products .label,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .shipping .label,.skelpy-cart-sidebar-content .blockcart .cart-subtotals>div .label{color:#64748b;flex-shrink:0}.skelpy-cart-sidebar-content .body .cart-subtotal-line .value,.skelpy-cart-sidebar-content .body .cart-subtotals .products .value,.skelpy-cart-sidebar-content .body .cart-subtotals .shipping .value,.skelpy-cart-sidebar-content .body .cart-subtotals>div .value,.skelpy-cart-sidebar-content .blockcart .cart-subtotal-line .value,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .products .value,.skelpy-cart-sidebar-content .blockcart .cart-subtotals .shipping .value,.skelpy-cart-sidebar-content .blockcart .cart-subtotals>div .value{font-weight:600;color:#1e293b;text-align:right}.skelpy-cart-sidebar-content .body .cart-total,.skelpy-cart-sidebar-content .blockcart .cart-total{margin-top:1rem;padding:1rem;border-top:2px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:1.125rem;font-weight:700;color:#1f1ade;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.skelpy-cart-sidebar-content .body .cart-total .label,.skelpy-cart-sidebar-content .blockcart .cart-total .label{flex-shrink:0}.skelpy-cart-sidebar-content .body .cart-total .value,.skelpy-cart-sidebar-content .blockcart .cart-total .value{font-size:1.25rem;text-align:right}.skelpy-cart-sidebar-content .body .product-name,.skelpy-cart-sidebar-content .blockcart .product-name{font-weight:500;color:#1e293b}.skelpy-cart-sidebar-content .body .product-price,.skelpy-cart-sidebar-content .body .product-quantity,.skelpy-cart-sidebar-content .blockcart .product-price,.skelpy-cart-sidebar-content .blockcart .product-quantity{color:#64748b;font-size:.875rem}.skelpy-cart-sidebar-content .body .remove-from-cart,.skelpy-cart-sidebar-content .blockcart .remove-from-cart{display:inline-block;margin-top:.25rem;font-size:.8125rem;color:#ef4444;text-decoration:none}.skelpy-cart-sidebar-content .body .remove-from-cart:hover,.skelpy-cart-sidebar-content .blockcart .remove-from-cart:hover{text-decoration:underline}.skelpy-cart-sidebar-content .blockcart.cart-preview .header{display:none}.skelpy-cart-sidebar-footer{padding:1rem 1.25rem;border-top:1px solid #f1f5f9;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.skelpy-cart-sidebar-footer .btn{margin:0}.skelpy-cart-sidebar-footer .skelpy-cart-sidebar-checkout{font-weight:600}.skelpy-cart-sidebar-footer .skelpy-cart-sidebar-continue{background:rgba(0,0,0,0);border:1px solid #e2e8f0;color:#1e293b}.skelpy-cart-sidebar-footer .skelpy-cart-sidebar-continue:hover{background:#f8fafc;border-color:#64748b}body.skelpy-cart-sidebar-open{overflow:hidden}.theme-skelpy #main .login-form,.theme-skelpy #main .register-form{max-width:480px;margin:0 auto}.theme-skelpy #main .login-form .card,.theme-skelpy #main .register-form .card{padding:2rem}.theme-skelpy .no-account{text-align:center;padding:1rem}.theme-skelpy .no-account a{font-weight:600}.theme-skelpy .links .link-item{display:flex;align-items:center;gap:.75rem;padding:1.25rem;background:#fff;border:2px solid #f1f5f9;border-radius:12px;color:#1e293b;transition:all .3s cubic-bezier(0.16, 1, 0.3, 1);min-height:80px}.theme-skelpy .links .link-item:hover{border-color:#1f1ade;background:rgba(14,165,233,.08);color:#1f1ade;transform:translateY(-3px);box-shadow:0 8px 24px rgba(31,26,222,.12)}.theme-skelpy .links .link-item .material-icons{font-size:2rem;color:#1f1ade}.theme-skelpy .links a{text-decoration:none}.theme-skelpy #main .links .col-xs-12{margin-bottom:1rem}.theme-skelpy .my-account-links .links{display:flex;flex-wrap:wrap;gap:1rem}.theme-skelpy .my-account-links .links .link-item{border:1px solid #e2e8f0}.theme-skelpy .my-account-links .links .link-item:hover{border-color:#1f1ade}.theme-skelpy .order-box{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.theme-skelpy .addresses .address{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:1.5rem}.theme-skelpy .authentication .login-form .card{border:1px solid #f1f5f9}.theme-skelpy .authentication .no-account,.theme-skelpy .authentication .register-form{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:2rem}.theme-skelpy .notifications-container .alert{animation:skelpy-fade-in-up .35s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .alert-success{background:rgba(16,185,129,.1);border:1px solid #10b981;color:#047857;border-radius:8px}.theme-skelpy .alert-danger{background:rgba(239,68,68,.1);border:1px solid #ef4444;color:#b91c1c;border-radius:8px}.theme-skelpy .alert-warning{background:rgba(245,158,11,.1);border:1px solid #f59e0b;color:#b45309;border-radius:8px}.theme-skelpy .alert-info{background:rgba(14,165,233,.08);border:1px solid #1f1ade;color:#1d18ac;border-radius:8px}.theme-skelpy .blockreassurance{padding:1rem 0}.theme-skelpy .blockreassurance .item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.theme-skelpy-error{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg, #f8fafc 0%, #ffffff 100%)}.theme-skelpy .theme-skelpy-error #layout-error{text-align:center;padding:3rem;animation:skelpy-fade-in-up .6s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .theme-skelpy-error #layout-error h1{font-size:6rem;color:#1f1ade;margin-bottom:1rem}.theme-skelpy .theme-skelpy-error #layout-error p{color:#64748b;font-size:1.125rem}.theme-skelpy .page-not-found{text-align:center;padding:4rem 2rem}.theme-skelpy .page-not-found h4{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.theme-skelpy .page-not-found p{color:#64748b;margin-bottom:1.5rem}.theme-skelpy .page-not-found .search-widget{max-width:400px;margin:0 auto}.theme-skelpy .img-responsive,.theme-skelpy .blockbanner,.theme-skelpy .ps_imageslider{border-radius:12px;overflow:hidden}.theme-skelpy .ps_imageslider,.theme-skelpy .blockbanner{animation:skelpy-fade-in .5s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .modal-content{border:none;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.theme-skelpy .modal-header{border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0}.theme-skelpy .modal-body{padding:1.5rem}.theme-skelpy .modal-footer{border-top:1px solid #e2e8f0;background:#f8fafc}.theme-skelpy .cms-page .page-content{max-width:800px}.theme-skelpy .cms-page .page-content h1,.theme-skelpy .cms-page .page-content h2{color:#1d18ac;margin-top:1.5rem}.theme-skelpy .cms-page .page-content p{margin-bottom:1rem}.theme-skelpy .contact-form .form-group{margin-bottom:1.25rem}.theme-skelpy #carousel{width:100%}.theme-skelpy #carousel.carousel,.theme-skelpy #carousel .carousel-inner{width:100%}.theme-skelpy #carousel .carousel-inner{overflow:hidden}.theme-skelpy #carousel .carousel-item{width:100%;position:relative;padding-bottom:40%}@media(max-width: 768px){.theme-skelpy #carousel .carousel-item{padding-bottom:56%}}.theme-skelpy #carousel .carousel-item a,.theme-skelpy #carousel .carousel-item figure{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:block}.theme-skelpy #carousel .carousel-item figure{padding:0}.theme-skelpy #carousel .carousel-item img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.theme-skelpy #carousel .carousel-caption,.theme-skelpy #carousel .carousel-item .caption{z-index:2}.skelpy-contact-float{position:fixed;bottom:1.25rem;right:1.25rem;z-index:9990;font-family:inherit}@media(max-width: 575px){.skelpy-contact-float{bottom:max(1rem,env(safe-area-inset-bottom, 0px));right:max(1rem,env(safe-area-inset-right, 0px));left:auto;max-width:calc(100vw - 2rem)}}.skelpy-contact-float-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg, #25d366 0%, #1da851 100%);color:#fff !important;border:none;border-radius:50px;box-shadow:0 4px 20px rgba(37,211,102,.4);cursor:pointer;font-weight:600;font-size:.95rem;transition:transform all .25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow all .25s cubic-bezier(0.4, 0, 0.2, 1)}.skelpy-contact-float-btn .material-icons{font-size:1.5rem}.skelpy-contact-float-btn .skelpy-contact-float-wa-icon{display:inline-flex;align-items:center;color:#fff;opacity:.95}.skelpy-contact-float-btn .skelpy-contact-float-wa-icon svg{width:22px;height:22px}.skelpy-contact-float-btn:hover,.skelpy-contact-float-btn:focus{transform:translateY(-2px);box-shadow:0 8px 28px rgba(37,211,102,.5);color:#fff !important}@media(max-width: 380px){.skelpy-contact-float-label{display:none}}.skelpy-contact-float-panel{position:absolute;bottom:calc(100% + .75rem);right:0;width:300px;min-width:260px;max-width:calc(100vw - 2rem);background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid #f1f5f9;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s cubic-bezier(0.16, 1, 0.3, 1),visibility .25s,transform .25s cubic-bezier(0.16, 1, 0.3, 1)}.skelpy-contact-float-panel.is-open{opacity:1;visibility:visible;transform:translateY(0)}.skelpy-contact-float-panel-inner{padding:1.25rem}.skelpy-contact-float-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:#1e293b}.skelpy-contact-float-desc{margin:0 0 1rem;font-size:.875rem;color:#64748b;line-height:1.4}.skelpy-contact-float-list{list-style:none;margin:0;padding:0}.skelpy-contact-float-list li{margin-bottom:.5rem}.skelpy-contact-float-list li:last-child{margin-bottom:0}.skelpy-contact-float-wa-row{display:flex;flex-wrap:nowrap;flex-direction:row;gap:.5rem;margin-top:.75rem}.skelpy-contact-float-wa-row a{white-space:nowrap;flex:1 1 0;min-width:0;justify-content:center}@media(max-width: 340px){.skelpy-contact-float-wa-row{flex-direction:column;flex-wrap:wrap}.skelpy-contact-float-wa-row a{flex:0 0 auto;width:100%}}.skelpy-contact-float-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;font-weight:500;font-size:.9rem;text-decoration:none;transition:background .2s ease,color .2s ease;color:#1e293b !important}.skelpy-contact-float-link:hover{background:rgba(14,165,233,.08);color:#1d18ac !important}.skelpy-contact-float-tel .material-icons{display:none}.skelpy-contact-float-wa{color:rgb(30.9129032258,176.2870967742,85.2193548387) !important}.skelpy-contact-float-wa .material-icons{font-size:1.25rem}.skelpy-contact-float-wa:hover{background:rgba(37,211,102,.12);color:rgb(27.8693548387,158.9306451613,76.8290322581) !important}.skelpy-contact-float-close{display:block;width:100%;margin-top:1rem;padding:.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:background .2s,color .2s}.skelpy-contact-float-close:hover{background:#f1f5f9;color:#1e293b}.skelpy-home-contatti-strip{background:linear-gradient(135deg, #1f1ade 0%, #1d18ac 100%);color:#fff;padding:.75rem 0;margin-bottom:1.5rem;border-radius:0 0 12px 12px;box-shadow:0 4px 16px rgba(31,26,222,.2)}.skelpy-home-strip-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.25rem}.skelpy-home-strip-icon{display:inline-flex;align-items:center}.skelpy-home-strip-icon .material-icons{font-size:1.5rem;opacity:.95}.skelpy-home-strip-text{font-size:.95rem}.skelpy-home-strip-text strong{font-weight:700}.skelpy-home-strip-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.skelpy-home-strip-tel{color:#fff !important;font-weight:600;text-decoration:none;transition:opacity .2s}.skelpy-home-strip-tel:hover{opacity:.9;color:#fff !important;text-decoration:underline}.skelpy-home-strip-sep{opacity:.7;font-weight:400}.skelpy-home-strip-wa{display:inline-flex;align-items:center;padding:.35rem .75rem;background:hsla(0,0%,100%,.2);color:#fff !important;border-radius:50px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.skelpy-home-strip-wa:hover{background:hsla(0,0%,100%,.3);color:#fff !important;transform:translateY(-1px)}@media(max-width: 575px){.skelpy-home-strip.skelpy-home-contatti-strip{display:none !important}.skelpy-home-strip-inner{flex-direction:column;text-align:center}.skelpy-home-strip-links{justify-content:center}}.skelpy-home-rivenditori-clienti{padding:2.5rem 0;margin-bottom:1rem}.skelpy-home-rivenditori-title{text-align:center;font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;letter-spacing:-0.02em}.skelpy-home-rivenditori-intro{text-align:center;max-width:640px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.6;color:#64748b}.skelpy-home-rivenditori-cards{display:flex;flex-wrap:wrap;align-items:stretch}.skelpy-home-rivenditori-cards [class*=col-]{display:flex}.skelpy-home-card{display:flex;flex-direction:column;width:100%;height:100%;padding:1.75rem;background:#fff;border:2px solid #f1f5f9;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:border-color all .25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow all .25s cubic-bezier(0.4, 0, 0.2, 1),transform all .25s cubic-bezier(0.4, 0, 0.2, 1)}.skelpy-home-card:hover{border-color:rgba(31,26,222,.3);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-4px)}.skelpy-home-card-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(14,165,233,.08);color:#1f1ade;border-radius:12px;margin-bottom:1rem}.skelpy-home-card-icon .material-icons{font-size:1.75rem}.skelpy-home-card-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.skelpy-home-card-desc{flex:1 1 auto;min-height:0;font-size:.95rem;color:#64748b;line-height:1.5;margin:0 0 1.25rem}.skelpy-home-card-cta{flex-shrink:0;margin-top:auto;font-weight:600;font-size:.9rem}@media(max-width: 767px){.skelpy-home-rivenditori-clienti{padding:1.5rem 0}.skelpy-home-card{padding:1.25rem}}.skelpy-home-trust{padding:2rem 0;margin-top:.5rem;background:#f8fafc;border-top:1px solid #f1f5f9;border-radius:12px 12px 0 0}.skelpy-home-trust-title{text-align:center;font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 .75rem;letter-spacing:-0.02em}.skelpy-home-trust-intro{text-align:center;max-width:560px;margin:0 auto 1.25rem;font-size:.95rem;line-height:1.6;color:#64748b}.skelpy-home-trust-outro{text-align:center;max-width:560px;margin:1.25rem auto 0;font-size:.9rem;line-height:1.55;color:#64748b}.skelpy-home-trust-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;list-style:none;margin:0;padding:0}.skelpy-home-trust-item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:50px;box-shadow:0 1px 3px rgba(0,0,0,.06);border:1px solid #f1f5f9;transition:border-color .2s,box-shadow .2s,transform .2s}.skelpy-home-trust-item:hover{border-color:rgba(31,26,222,.25);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.skelpy-home-trust-icon{display:inline-flex;color:#1f1ade}.skelpy-home-trust-icon .material-icons{font-size:1.35rem}.skelpy-home-trust-text{font-size:.95rem;font-weight:600;color:#1e293b}@media(max-width: 575px){.skelpy-home-trust-list{gap:1rem}.skelpy-home-trust-item{padding:.5rem .75rem;font-size:.875rem}}.skelpy-home-reassurance{padding:2.5rem 0;background:#fff;border-top:1px solid #f1f5f9}.skelpy-home-reassurance-main-title{text-align:center;font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;letter-spacing:-0.02em}.skelpy-home-reassurance-lead{text-align:center;max-width:640px;margin:0 auto 2rem;font-size:1rem;line-height:1.6;color:#64748b}.skelpy-home-reassurance-cards{display:flex;flex-wrap:wrap;margin-bottom:2rem;align-items:stretch}.skelpy-home-reassurance-cards [class*=col-]{display:flex}.skelpy-home-reassurance-card{display:flex;flex-direction:column;width:100%;height:100%;padding:1.5rem;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;transition:border-color all .25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow all .25s cubic-bezier(0.4, 0, 0.2, 1),transform all .25s cubic-bezier(0.4, 0, 0.2, 1)}.skelpy-home-reassurance-card:hover{border-color:rgba(31,26,222,.25);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-3px)}.skelpy-home-reassurance-card-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(14,165,233,.08);color:#1f1ade;border-radius:12px;margin-bottom:1rem}.skelpy-home-reassurance-card-icon .material-icons{font-size:1.75rem}.skelpy-home-reassurance-card-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.skelpy-home-reassurance-card-desc{flex:1 1 auto;min-height:0;font-size:.9rem;line-height:1.55;color:#64748b;margin:0}.skelpy-home-reassurance-cta{text-align:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg, rgba(31, 26, 222, 0.06) 0%, rgba(31, 26, 222, 0.03) 100%);border-radius:12px;border:1px solid rgba(31,26,222,.12)}.skelpy-home-reassurance-cta-text{margin:0;font-size:.95rem;line-height:1.6;color:#1e293b;font-weight:500}@media(max-width: 767px){.skelpy-home-reassurance{padding:1.5rem 0}.skelpy-home-reassurance-card{padding:1.25rem}}.theme-skelpy .contact-rich{padding:1rem}.theme-skelpy .page-contact #left-column .contact-rich,.theme-skelpy .skelpy-contact-rich,.theme-skelpy .contact-rich.skelpy-contact-rich{padding:1rem;background:#fff;border-radius:12px;border:1px solid #f1f5f9;box-shadow:0 1px 3px rgba(0,0,0,.06)}.theme-skelpy .page-contact #left-column .contact-rich .block{padding:.5rem 0}.theme-skelpy .page-contact #left-column .contact-rich h4{margin:0 0 1rem}.theme-skelpy .page-contact #left-column .contact-rich hr{margin:1rem 0;border-color:#f1f5f9}.skelpy-contact-rich-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.skelpy-contact-rich-intro{font-size:.9rem;line-height:1.5;color:#64748b;margin:0 0 1.25rem}.skelpy-contact-rich-block{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.skelpy-contact-rich-block:last-child{margin-bottom:0}.skelpy-contact-rich-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(14,165,233,.08);color:#1f1ade;border-radius:10px}.skelpy-contact-rich-icon .material-icons{font-size:1.35rem}.skelpy-contact-rich-icon.skelpy-wa-icon{color:#25d366;background:rgba(37,211,102,.12)}.skelpy-contact-rich-icon.skelpy-wa-icon svg{width:22px;height:22px}.skelpy-contact-rich-data{font-size:.95rem;line-height:1.5;color:#1e293b}.skelpy-contact-rich-data strong{display:block;margin-bottom:.25rem;color:#1e293b}.skelpy-contact-rich-data a{color:#1f1ade !important;text-decoration:none}.skelpy-contact-rich-data a:hover{text-decoration:underline;color:#1d18ac !important}.skelpy-contact-rich-wa .skelpy-contact-rich-data a{color:rgb(30.9129032258,176.2870967742,85.2193548387) !important}.skelpy-contact-rich-wa .skelpy-contact-rich-data a:hover{color:rgb(26.3475806452,150.2524193548,72.6338709677) !important}.theme-skelpy .skelpy-contact-form-intro{margin-bottom:1.5rem;padding:1rem 1.25rem;background:#f8fafc;border-radius:12px;border-left:4px solid #1f1ade}.theme-skelpy .skelpy-contact-form-intro p{margin:0;font-size:.95rem;line-height:1.6;color:#1e293b}.theme-skelpy .skelpy-contact-form-title{font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 1rem}.theme-skelpy .page-contact .contact-form .form-control-label,.theme-skelpy .page-contact .contact-form label{font-weight:600;color:#1e293b}.theme-skelpy .page-contact .contact-form .btn-primary{margin-top:.5rem}body.theme-skelpy.search-autocomplete-open{overflow:hidden !important}.theme-skelpy .searchbar-autocomplete.ui-autocomplete,.theme-skelpy ul.searchbar-autocomplete.ui-menu,.theme-skelpy .ui-autocomplete.searchbar-autocomplete{position:fixed !important;top:4rem !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;max-width:none !important;height:100%;margin:0 !important;padding:0 !important;border:none !important;border-radius:0 !important;background:hsla(0,0%,100%,.98) !important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:none !important;overflow-y:auto !important;z-index:9999 !important;list-style:none !important;animation:skelpy-search-fadein .2s ease-out}body.theme-skelpy.search-autocomplete-open #header{z-index:10001 !important;position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important}@keyframes skelpy-search-fadein{from{opacity:0}to{opacity:1}}.theme-skelpy .skelpy-search-close{position:fixed !important;top:3rem !important;right:1rem !important;z-index:10002 !important;width:48px !important;height:48px !important;padding:0 !important;border:none !important;border-radius:50% !important;background:#ef4444 !important;color:#fff !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 4px 12px rgba(0,0,0,.08) !important;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1) !important}.theme-skelpy .skelpy-search-close:hover{background:#dc2626 !important;color:#fff !important;transform:scale(1.05)}.theme-skelpy .skelpy-search-close .material-icons{font-size:1.5rem !important}body.theme-skelpy.search-autocomplete-open .searchbar-autocomplete.ui-autocomplete,body.theme-skelpy.search-autocomplete-open .ui-autocomplete.searchbar-autocomplete,body.theme-skelpy.search-autocomplete-open ul.searchbar-autocomplete.ui-menu{display:grid !important;visibility:visible !important;opacity:1 !important;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr)) !important;gap:1.75rem !important;align-content:start !important;padding:2rem !important;padding-top:1.5rem !important;margin:0 auto !important;max-width:1400px !important}.theme-skelpy .searchbar-autocomplete.ui-autocomplete .ui-menu-item{width:100% !important;margin:0 !important;padding:0 !important;border:none !important;list-style:none !important}.theme-skelpy .searchbar-autocomplete.ui-autocomplete .ui-menu-item a{display:flex !important;flex-direction:column !important;align-items:stretch !important;height:100% !important;padding:0 !important;margin:0 !important;background:#fff !important;border:2px solid #f1f5f9 !important;border-radius:14px !important;color:#1e293b !important;text-decoration:none !important;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1) !important;box-shadow:0 4px 16px rgba(0,0,0,.06) !important;overflow:hidden !important}.theme-skelpy .searchbar-autocomplete.ui-autocomplete .ui-menu-item a:hover,.theme-skelpy .searchbar-autocomplete.ui-autocomplete .ui-menu-item.ui-state-focus a{background:#fff !important;border-color:#1f1ade !important;color:#1d18ac !important;box-shadow:0 12px 32px rgba(31,26,222,.18) !important;transform:translateY(-4px)}.theme-skelpy .searchbar-autocomplete .autocomplete-thumbnail{width:100% !important;height:180px !important;min-height:180px !important;object-fit:cover !important;border-radius:8px 8px 0 0 !important}.theme-skelpy .searchbar-autocomplete .product{font-size:.95rem !important;font-weight:500 !important;padding:.75rem 1rem !important;line-height:1.3 !important;flex:1 !important}.theme-skelpy .searchbar-autocomplete .autocomplete-price{font-size:1.05rem !important;font-weight:700 !important;color:#1f1ade !important;padding:.75rem 1rem 1rem !important;display:block !important;visibility:visible !important}.theme-skelpy .searchbar-autocomplete .autocomplete-price:empty{display:none !important}.theme-skelpy .skelpy-search-show-all{position:fixed !important;bottom:1.5rem !important;left:50% !important;transform:translateX(-50%) !important;z-index:10002 !important;padding:.85rem 2rem !important;font-weight:700 !important;font-size:.95rem !important;border-radius:12px !important;background:#1f1ade !important;color:#fff !important;text-decoration:none !important;box-shadow:0 8px 24px rgba(31,26,222,.35) !important;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1) !important;display:inline-flex !important;align-items:center !important;gap:.5rem !important}.theme-skelpy .skelpy-search-show-all:hover{background:#1d18ac !important;color:#fff !important;transform:translateX(-50%) translateY(-2px) !important;box-shadow:0 12px 32px rgba(31,26,222,.4) !important}body.theme-skelpy.search-autocomplete-open .searchbar-autocomplete.ui-autocomplete{padding-bottom:4.5rem !important}@media(max-width: 991px){.theme-skelpy .searchbar-autocomplete.ui-autocomplete,.theme-skelpy ul.searchbar-autocomplete.ui-menu,.theme-skelpy .ui-autocomplete.searchbar-autocomplete{top:9rem !important;height:calc(100vh - 9rem) !important}}@media(max-width: 767px){.theme-skelpy .searchbar-autocomplete.ui-autocomplete{top:9rem !important;height:calc(100vh - 9rem) !important;padding-top:1rem !important;padding-left:1rem !important;padding-right:1rem !important}.theme-skelpy .skelpy-search-close{top:10rem !important;right:.75rem !important;width:44px !important;height:44px !important}body.theme-skelpy.search-autocomplete-open .searchbar-autocomplete.ui-autocomplete{grid-template-columns:repeat(auto-fill, minmax(140px, 1fr)) !important;gap:1rem !important;padding:1rem !important;padding-bottom:4.5rem !important}.theme-skelpy .searchbar-autocomplete .autocomplete-thumbnail{height:140px !important;min-height:140px !important}.theme-skelpy .searchbar-autocomplete .product{font-size:.85rem !important;padding:.5rem .75rem !important}.theme-skelpy .searchbar-autocomplete .autocomplete-price{font-size:.9rem !important;padding:0 .75rem .75rem !important}}.skelpy-page-loader{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center;pointer-events:all;transition:opacity .4s ease-out,visibility .4s ease-out}.skelpy-page-loader.loaded{opacity:0;visibility:hidden;pointer-events:none}.skelpy-loader-backdrop{position:absolute;inset:0;background:linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, rgba(14, 165, 233, 0.04) 100%);backdrop-filter:blur(4px)}.skelpy-loader-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.skelpy-loader-ring{position:absolute;width:140px;height:140px;border:3px solid rgba(0,0,0,0);border-top-color:#1f1ade;border-right-color:rgba(14,165,233,.3);border-radius:50%;animation:skelpy-loader-spin .9s cubic-bezier(0.5, 0, 0.5, 1) infinite}.skelpy-loader-ring::before{content:"";position:absolute;inset:-3px;border:3px solid rgba(0,0,0,0);border-bottom-color:#1f1ade;border-radius:50%;animation:skelpy-loader-spin-reverse 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite}.skelpy-loader-logo{position:relative;z-index:2;max-width:120px;max-height:80px;display:flex;align-items:center;justify-content:center;animation:skelpy-loader-breathe 2s ease-in-out infinite}.skelpy-loader-logo img{max-width:100%;max-height:80px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08))}.skelpy-loader-fallback{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#1f1ade;letter-spacing:.02em}.skelpy-loader-pulse{position:absolute;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);animation:skelpy-loader-pulse 2s ease-in-out infinite;z-index:0}@keyframes skelpy-loader-spin{to{transform:rotate(360deg)}}@keyframes skelpy-loader-spin-reverse{to{transform:rotate(-360deg)}}@keyframes skelpy-loader-breathe{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.03);opacity:.9}}@keyframes skelpy-loader-pulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.3);opacity:0}}.theme-skelpy .skelpy-category-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;animation:skelpy-fade-in-up .4s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .skelpy-category-title{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;letter-spacing:-0.02em}.theme-skelpy .skelpy-category-desc{font-size:.95rem;line-height:1.6;color:#64748b}.theme-skelpy .skelpy-subcategories{margin-bottom:2rem}.theme-skelpy .skelpy-subcategories-heading{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 1rem}.theme-skelpy .skelpy-subcategories-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));gap:.5rem}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item{opacity:0;animation:skelpy-fade-in-up .4s cubic-bezier(0.16, 1, 0.3, 1) forwards}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(1){animation-delay:.05s}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(2){animation-delay:.1s}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(3){animation-delay:.15s}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(4){animation-delay:.2s}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(5){animation-delay:.25s}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(6){animation-delay:.3s}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(7){animation-delay:.35s}.theme-skelpy .skelpy-subcategories-grid .skelpy-subcategory-item:nth-child(8){animation-delay:.4s}.theme-skelpy .skelpy-subcategory-item{display:flex;flex-direction:column;padding:.75rem 1rem;background:#fff;border:1px solid #f1f5f9;border-radius:10px;color:#1e293b;text-decoration:none;transition:all .3s cubic-bezier(0.16, 1, 0.3, 1)}.theme-skelpy .skelpy-subcategory-item:hover{border-color:#1f1ade;background:rgba(31,26,222,.04);color:#1f1ade;transform:translateY(-4px);box-shadow:0 8px 24px rgba(31,26,222,.15)}.theme-skelpy .skelpy-subcategory-name{font-size:.9375rem;font-weight:500}.theme-skelpy .skelpy-subcategory-desc{font-size:.8rem;color:#64748b;margin-top:.25rem;line-height:1.4}.theme-skelpy .skelpy-subcategory-item:hover .skelpy-subcategory-desc{color:rgba(31,26,222,.8)}.theme-skelpy .block-category.card.card-block{display:none !important}@media(max-width: 575px){.theme-skelpy .skelpy-subcategories-grid{grid-template-columns:1fr}.theme-skelpy .skelpy-category-title{font-size:1.5rem}}.theme-skelpy .modal.quickview .modal-dialog{max-width:900px;animation:skelpy-scale-in .35s cubic-bezier(0.34, 1.56, 0.64, 1)}.theme-skelpy .modal.quickview .modal-content{border:none;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15);overflow:hidden}.theme-skelpy .modal.quickview .modal-header{position:relative;padding:1rem 1.25rem;border-bottom:none;background:rgba(0,0,0,0);min-height:56px}.theme-skelpy .modal.quickview .modal-header .close{position:absolute;top:.75rem;right:.75rem;width:40px;height:40px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:50%;font-size:1.5rem;line-height:1;color:#64748b;opacity:1;cursor:pointer;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .modal.quickview .modal-header .close:hover{background:#ef4444;color:#fff}.theme-skelpy .modal.quickview .modal-header .close span{font-size:1.5rem;font-weight:300}.theme-skelpy .modal.quickview .modal-body{padding:1.5rem 2rem 2rem}.theme-skelpy .modal.quickview .modal-body .row{margin:0 -0.75rem}.theme-skelpy .modal.quickview .modal-body [class*=col-]{padding:0 .75rem}.theme-skelpy .modal.quickview .images-container{border-radius:12px;overflow:hidden;background:#f8fafc}.theme-skelpy .modal.quickview .product-cover{position:relative;border-radius:12px;overflow:hidden}.theme-skelpy .modal.quickview .product-cover img{width:100%;height:auto;display:block}.theme-skelpy .modal.quickview .product-cover .layer{position:absolute;bottom:0;left:0;right:0;padding:.75rem;background:linear-gradient(transparent, rgba(0, 0, 0, 0.4));opacity:0;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .modal.quickview .product-cover:hover .layer{opacity:1}.theme-skelpy .modal.quickview .js-qv-mask{margin-top:.5rem}.theme-skelpy .modal.quickview .thumb-container{display:inline-block;padding:.2rem;border-radius:8px;border:2px solid rgba(0,0,0,0);transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .modal.quickview .thumb-container.selected,.theme-skelpy .modal.quickview .thumb-container.js-thumb-selected{border-color:#1f1ade}.theme-skelpy .modal.quickview .thumb-container img{border-radius:6px}.theme-skelpy .modal.quickview .modal-body .h1{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .75rem;line-height:1.3}.theme-skelpy .modal.quickview .product-prices .product-price{margin-bottom:1rem}.theme-skelpy .modal.quickview .current-price-value{font-size:1.5rem;font-weight:700;color:#1f1ade}.theme-skelpy .modal.quickview .tax-shipping-delivery-label{font-size:.8rem;color:#64748b}.theme-skelpy .modal.quickview #product-description-short{font-size:.9375rem;color:#64748b;line-height:1.6;margin-bottom:1.25rem}.theme-skelpy .modal.quickview .product-variants-item{margin-bottom:1rem}.theme-skelpy .modal.quickview .control-label{display:block;font-size:.85rem;font-weight:500;color:#1e293b;margin-bottom:.35rem}.theme-skelpy .modal.quickview .form-control-select{width:100%;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;background:#fff;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .modal.quickview .form-control-select:focus{border-color:#1f1ade;outline:none;box-shadow:0 0 0 3px rgba(31,26,222,.15)}.theme-skelpy .modal.quickview .product-add-to-cart{margin-top:1rem;padding-top:1rem;border-top:1px solid #f1f5f9}.theme-skelpy .modal.quickview .product-quantity{margin-bottom:1rem}.theme-skelpy .modal.quickview .input-group.bootstrap-touchspin{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;max-width:120px}.theme-skelpy .modal.quickview .input-group .form-control{border:none;text-align:center;font-weight:500}.theme-skelpy .modal.quickview .btn-touchspin{background:#f8fafc;border:none;padding:.35rem .5rem;color:#64748b}.theme-skelpy .modal.quickview .btn-touchspin:hover{background:rgba(14,165,233,.08);color:#1f1ade}.theme-skelpy .modal.quickview .add-to-cart{padding:.65rem 1.5rem;font-weight:600;border-radius:10px;background:#1f1ade;border:none;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy .modal.quickview .add-to-cart:hover{background:#1d18ac;transform:translateY(-1px);box-shadow:0 4px 12px rgba(31,26,222,.4)}.theme-skelpy .modal.quickview .add-to-cart .material-icons{margin-right:.35rem;vertical-align:middle}.theme-skelpy .modal.quickview .modal-footer{padding:1rem 2rem;border-top:1px solid #f1f5f9;background:#f8fafc;border-radius:0 0 16px 16px}.theme-skelpy .modal.quickview .social-sharing{display:none !important}.theme-skelpy .modal.quickview .product-additional-info:empty{display:none}.theme-skelpy .modal.quickview .modal-footer:empty{display:none}.theme-skelpy .modal-backdrop{background:rgba(0,0,0,.4)}.theme-skelpy .modal-backdrop.show{opacity:1}.theme-skelpy.page-product .breadcrumb{padding:1rem 0 .75rem;margin-bottom:0;font-size:.8rem}.theme-skelpy.page-product .breadcrumb ol{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.25rem}.theme-skelpy.page-product .breadcrumb li{display:flex;align-items:center;color:#64748b}.theme-skelpy.page-product .breadcrumb li::after{content:"/";margin:0 .5rem;opacity:.3}.theme-skelpy.page-product .breadcrumb li:last-child::after{display:none}.theme-skelpy.page-product .breadcrumb a{color:#64748b;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy.page-product .breadcrumb a:hover{color:#1f1ade}.theme-skelpy.page-product .breadcrumb li:last-child span{color:#1e293b;font-weight:500}.theme-skelpy.page-product .product-container{background:rgba(0,0,0,0) !important;padding:0 !important;box-shadow:none !important;border-radius:0 !important}.theme-skelpy.page-product .skelpy-pdp__hero{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;margin-bottom:2rem;background:#fff !important;border-radius:16px !important;border:1px solid #f1f5f9;box-shadow:0 4px 24px rgba(0,0,0,.06);overflow:hidden}.theme-skelpy.page-product .skelpy-pdp__hero .page-content,.theme-skelpy.page-product .skelpy-pdp__hero .skelpy-pdp__visual .page-content{background:#fff !important}.theme-skelpy.page-product .skelpy-pdp__visual{position:relative;background:#fff !important;display:flex;align-items:center;justify-content:center;padding:2rem 1.75rem;min-height:320px;border-right:1px solid #f1f5f9}.theme-skelpy.page-product .skelpy-pdp__visual .product-flags{position:absolute;top:1.25rem;left:1.25rem;z-index:2;margin:0;padding:0;list-style:none}.theme-skelpy.page-product .skelpy-pdp__visual .product-flag{padding:.4rem 1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:100px;margin-bottom:.35rem}.theme-skelpy.page-product .skelpy-pdp__visual .product-flag.new{background:#1f1ade;color:#fff}.theme-skelpy.page-product .skelpy-pdp__visual .product-flag.on-sale{background:#10b981;color:#fff}.theme-skelpy.page-product .skelpy-pdp__visual .images-container{display:block !important;width:100%;max-width:420px;margin:0 auto;background:#fff !important;padding:1.25rem;border-radius:12px;border:1px solid #f1f5f9;overflow:visible !important}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover{position:relative !important;display:block !important;width:100% !important;max-width:100%;margin:0 auto 1rem;border-radius:10px;overflow:hidden;background:#fff}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover img{width:100%;height:auto;max-height:380px;object-fit:contain;display:block}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover .layer{position:absolute;inset:0;background:rgba(0,0,0,.2);opacity:0;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:center;justify-content:center}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover:hover .layer{opacity:1}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover .zoom-in{color:#fff;font-size:2rem}.theme-skelpy.page-product .skelpy-pdp__visual .js-qv-mask,.theme-skelpy.page-product .skelpy-pdp__visual .js-qv-mask.mask{display:block !important;position:static !important;overflow:visible !important;max-height:none !important;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.theme-skelpy.page-product .skelpy-pdp__visual .product-images{display:flex !important;flex-wrap:wrap;gap:.5rem;margin:0 !important;padding:0 !important;list-style:none !important}.theme-skelpy.page-product .skelpy-pdp__visual .thumb-container{position:static !important;flex-shrink:0;width:52px;height:52px;padding:2px;border-radius:8px;border:2px solid #f1f5f9;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;background:#fff}.theme-skelpy.page-product .skelpy-pdp__visual .thumb-container:hover{border-color:#e2e8f0}.theme-skelpy.page-product .skelpy-pdp__visual .thumb-container.selected,.theme-skelpy.page-product .skelpy-pdp__visual .thumb-container.js-thumb-selected{border-color:#1f1ade;box-shadow:0 0 0 1px #1f1ade}.theme-skelpy.page-product .skelpy-pdp__visual .thumb-container img{width:100%;height:100%;object-fit:cover;border-radius:6px}.theme-skelpy.page-product .skelpy-pdp__visual .scroll-box-arrows{display:none}.theme-skelpy.page-product .skelpy-pdp__info{position:relative;display:flex;flex-direction:column;justify-content:center;padding:2rem 2rem 2rem 1.75rem;gap:.875rem;background:#fff !important;border-radius:2rem}.theme-skelpy.page-product .skelpy-pdp__title{font-size:clamp(1.35rem,2.2vw,2rem);font-weight:800;color:#1e293b;margin:0;line-height:1.25;letter-spacing:-0.03em;margin-top:4rem}.theme-skelpy.page-product .skelpy-pdp__info .product-prices{margin:0;padding:0}.theme-skelpy.page-product .skelpy-pdp__info .current-price-value{font-size:1.85rem;font-weight:800;color:#1f1ade;letter-spacing:-0.02em}.theme-skelpy.page-product .skelpy-pdp__info .tax-shipping-delivery-label{font-size:.8rem;color:#64748b;margin-top:.25rem}.theme-skelpy.page-product .skelpy-pdp__lead{font-size:.95rem;line-height:1.6;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.theme-skelpy.page-product .skelpy-pdp__lead p{margin:0 0 .5rem}.theme-skelpy.page-product .skelpy-pdp__lead p:last-child{margin-bottom:0}.theme-skelpy.page-product .skelpy-pdp__delivery-box{margin:.75rem auto 0;padding:.7rem 1rem .7rem 2.5rem;width:100%;background:linear-gradient(145deg, #f0fdf4 0%, #dcfce7 100%);border:1px solid rgba(34,197,94,.28);border-radius:10px;box-shadow:0 2px 8px rgba(34,197,94,.08);display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:0 .85rem;position:relative;overflow:hidden}.theme-skelpy.page-product .skelpy-pdp__delivery-box::before{content:"";position:absolute;top:50%;left:.7rem;width:1.5rem;height:1.5rem;margin-top:-0.75rem;background:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27%2315803d%27%3E%3Cpath d=%27M20 8h-3V4H3c-1.1 0-2 .9-2 2v11h2c0 1.66 1.34 3 3 3s3-1.34 3-3h6c0 1.66 1.34 3 3 3s3-1.34 3-3h2v-5l-3-4zM6 18.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm13.5-9l1.96 2.5H17V9.5h2.5zm-1.5 9c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z%27/%3E%3C/svg%3E") no-repeat center;background-size:contain;pointer-events:none}.theme-skelpy.page-product .skelpy-pdp__delivery-row{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row::after{content:"·";margin-left:.15rem;color:rgba(34,197,94,.55);font-weight:700;font-size:.9rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row{font-size:.9rem;color:#1e293b}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row .skelpy-pdp__delivery-label{color:#166534;font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row .skelpy-pdp__delivery-date{color:#15803d;font-weight:700;font-size:.95rem;letter-spacing:-0.02em}.theme-skelpy.page-product .skelpy-pdp__delivery-deadline-row{font-size:.82rem;color:#166534}.theme-skelpy.page-product .skelpy-pdp__delivery-deadline-row .skelpy-pdp__delivery-deadline-label{font-weight:500}.theme-skelpy.page-product .skelpy-pdp__delivery-timer{font-variant-numeric:tabular-nums;font-weight:700;font-size:.9rem;color:#15803d;background:#fff;padding:.2rem .5rem;border-radius:6px;border:1px solid rgba(34,197,94,.35);min-width:4.2rem;text-align:center;letter-spacing:.03em;box-shadow:0 1px 3px rgba(34,197,94,.1)}.theme-skelpy.page-product .skelpy-pdp__actions{margin:0;margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.theme-skelpy.page-product .skelpy-pdp__info .product-variants .control-label,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .control-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin-bottom:.4rem;display:block}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .control-label{flex:0 0 100%;font-size:0;text-align:center;margin-bottom:.2rem}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .control-label::before{content:"Quantità";font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#64748b}.theme-skelpy.page-product .skelpy-pdp__info .product-variants .form-control-select{width:100%;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#1e293b;font-size:.95rem;padding:.65rem 1rem;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy.page-product .skelpy-pdp__info .product-variants .form-control-select:focus{outline:none;border-color:#1f1ade;box-shadow:0 0 0 3px rgba(31,26,222,.12)}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.6rem 1.5rem;margin:0;padding:.75rem 1rem;border-radius:12px}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .control-label{flex:0 0 100%;margin-bottom:.2rem}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .product-quantity{margin:0;flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.25rem}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .input-group.bootstrap-touchspin{background:#fff;border:2px solid #e2e8f0;border-radius:10px;overflow:hidden;max-width:120px}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .form-control{background:rgba(0,0,0,0) !important;border:none !important;color:#1e293b !important;text-align:center;font-weight:600}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .btn-touchspin{background:#f8fafc !important;border:none !important;color:#64748b !important}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .btn-touchspin:hover{background:#e2e8f0 !important;color:#1e293b !important}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .add{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .add-to-cart,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .btn-primary.add-to-cart{background:linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%) !important;background-image:linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%) !important;color:#fff !important;border:none !important;font-weight:700;font-size:1rem;padding:.85rem 1.5rem;min-height:48px;border-radius:10px;flex:1;min-width:180px;box-shadow:0 4px 14px rgba(34,197,94,.35) !important;transition:transform .2s cubic-bezier(0.34, 1.56, 0.64, 1),box-shadow .2s ease,filter .2s ease;display:inline-flex;align-items:center;justify-content:center}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .add-to-cart:hover,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .btn-primary.add-to-cart:hover{background:linear-gradient(135deg, #16a34a 0%, #15803d 50%, #166534 100%) !important;background-image:linear-gradient(135deg, #16a34a 0%, #15803d 50%, #166534 100%) !important;color:#fff !important;transform:translateY(-2px);box-shadow:0 6px 20px rgba(34,197,94,.45) !important;filter:brightness(1.05)}.theme-skelpy.page-product .skelpy-pdp__info .wishlist-button-add,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .wishlist-button-add.wishlist-button-product{position:absolute !important;top:2rem;right:2rem;background:#fff !important;border:2px solid #e2e8f0 !important;color:#64748b !important;padding:0 1rem 0 .85rem;min-height:44px;height:auto;border-radius:10px;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);flex-shrink:0;display:inline-flex !important;align-items:center;justify-content:center;gap:.5rem;margin:0 !important;font-size:.9rem;font-weight:600;white-space:nowrap;width:auto}.theme-skelpy.page-product .skelpy-pdp__info .wishlist-button-add::after,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .wishlist-button-add.wishlist-button-product::after{content:"Aggiungi ai preferiti";font-weight:600;font-size:.9rem;color:inherit}.theme-skelpy.page-product .skelpy-pdp__info .wishlist-button-add:hover,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .wishlist-button-add.wishlist-button-product:hover{border-color:#1f1ade !important;color:#1f1ade !important}.theme-skelpy.page-product .skelpy-pdp__info .displayReassurance,.theme-skelpy.page-product .skelpy-pdp__info [id*=reassurance]{color:#64748b;font-size:.85rem}.theme-skelpy.page-product #product-availability,.theme-skelpy.page-product .js-product-availability{display:none !important}.theme-skelpy.page-product .skelpy-socialproof{margin:0;padding:0;font-family:inherit}.theme-skelpy.page-product .skelpy-socialproof--product{margin-left:auto;margin-right:auto;width:100%;padding:1.25rem 1.35rem;border-radius:14px}.theme-skelpy.page-product .skelpy-socialproof__inner{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:.85rem 1.25rem}.theme-skelpy.page-product .skelpy-socialproof__item{display:inline-flex;align-items:center;gap:.65rem;padding:.6rem 1rem .6rem .75rem;font-size:.9rem;color:#64748b;line-height:1.4;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease}.theme-skelpy.page-product .skelpy-socialproof__item:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.06)}.theme-skelpy.page-product .skelpy-socialproof__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;min-height:36px;border-radius:10px;background:linear-gradient(135deg, rgba(251, 146, 60, 0.18) 0%, rgba(234, 88, 12, 0.12) 100%);color:#ea580c;flex-shrink:0}.theme-skelpy.page-product .skelpy-socialproof__icon--live{position:relative;background:linear-gradient(135deg, rgba(251, 146, 60, 0.2) 0%, rgba(234, 88, 12, 0.15) 100%);color:#c2410c}.theme-skelpy.page-product .skelpy-socialproof__icon .material-icons{font-size:1.35rem;position:relative;z-index:1}.theme-skelpy.page-product .skelpy-socialproof__icon-svg{display:block;width:1.35rem;height:1.35rem;flex-shrink:0;fill:currentColor;position:relative;z-index:1}.theme-skelpy.page-product .skelpy-socialproof__sold .skelpy-socialproof__icon{background:linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(22, 163, 74, 0.1) 100%);color:#16a34a}.theme-skelpy.page-product .skelpy-socialproof__number{font-weight:800;font-size:1.05em;color:#1e293b;margin:0 .15em 0 0;letter-spacing:-0.02em}.theme-skelpy.page-product .skelpy-socialproof__sold .skelpy-socialproof__number{margin:0 .2em;color:#15803d}.theme-skelpy.page-product .skelpy-socialproof__watching .skelpy-socialproof__number{color:#c2410c}.theme-skelpy.page-product .skelpy-socialproof__pulse{position:absolute;top:50%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#ea580c;border-radius:50%;animation:skelpy-socialproof-pulse 1.8s ease-in-out infinite;z-index:0;box-shadow:0 0 0 0 rgba(234,88,12,.4)}@keyframes skelpy-socialproof-pulse{0%,100%{transform:scale(1);opacity:1;box-shadow:0 0 0 0 rgba(234,88,12,.35)}50%{transform:scale(1.4);opacity:.7;box-shadow:0 0 0 6px rgba(234,88,12,0)}}.theme-skelpy.page-product .skelpy-socialproof__animate-in{opacity:0;transform:translateY(10px);animation:skelpy-socialproof-fade-in .55s cubic-bezier(0.22, 1, 0.36, 1) forwards}.theme-skelpy.page-product .skelpy-socialproof__item:nth-child(1).skelpy-socialproof__animate-in{animation-delay:.08s}.theme-skelpy.page-product .skelpy-socialproof__item:nth-child(2).skelpy-socialproof__animate-in{animation-delay:.18s}@keyframes skelpy-socialproof-fade-in{to{opacity:1;transform:translateY(0)}}.theme-skelpy.page-product .skelpy-socialproof__number.js-socialproof-visible{animation:skelpy-socialproof-pop .45s cubic-bezier(0.22, 1, 0.36, 1)}@keyframes skelpy-socialproof-pop{0%{transform:scale(1)}55%{transform:scale(1.12)}100%{transform:scale(1)}}.theme-skelpy.page-product .skelpy-pdp__content{grid-column:1/-1;width:100%;max-width:none;margin:0;padding:0rem 2rem 2rem}.theme-skelpy.page-product .skelpy-pdp__tablist{display:flex;flex-wrap:wrap;border:none;padding:0 0 1rem;margin:0 0 1.5rem;border-bottom:2px solid #e2e8f0;gap:1.5rem 2rem;list-style:none}.theme-skelpy.page-product .skelpy-pdp__tablist .nav-link{padding:.35rem 0;font-weight:600;font-size:.9rem;color:#64748b;border:none;background:rgba(0,0,0,0);position:relative;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.theme-skelpy.page-product .skelpy-pdp__tablist .nav-link:hover{color:#1f1ade}.theme-skelpy.page-product .skelpy-pdp__tablist .nav-link.active{color:#1f1ade}.theme-skelpy.page-product .skelpy-pdp__tablist .nav-link.active::after{content:"";position:absolute;bottom:-1.05rem;left:0;right:0;height:2px;background:#1f1ade}.theme-skelpy.page-product .skelpy-pdp__tabcontent{padding:.5rem 0 0}.theme-skelpy.page-product .skelpy-pdp__description{font-size:1.05rem;line-height:1.85;color:#1e293b;max-width:60ch}.theme-skelpy.page-product .skelpy-pdp__description p{margin-bottom:1rem}.theme-skelpy.page-product .skelpy-pdp__description p:last-child{margin-bottom:0}.theme-skelpy.page-product .skelpy-pdp__content .product-manufacturer{margin-bottom:1.25rem}.theme-skelpy.page-product .skelpy-pdp__content .product-manufacturer img{max-height:44px;width:auto}.theme-skelpy.page-product .skelpy-pdp__content .product-reference,.theme-skelpy.page-product .skelpy-pdp__content .product-quantities{margin-bottom:.75rem;font-size:.9rem}.theme-skelpy.page-product .skelpy-pdp__content .product-reference .label,.theme-skelpy.page-product .skelpy-pdp__content .product-quantities .label{font-weight:600;color:#1e293b;margin-right:.5rem}.theme-skelpy.page-product .skelpy-pdp__content .product-features .h6{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:.75rem}.theme-skelpy.page-product .skelpy-pdp__content .data-sheet{margin:0}.theme-skelpy.page-product .skelpy-pdp__content .data-sheet dt,.theme-skelpy.page-product .skelpy-pdp__content .data-sheet dd{margin:0;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.theme-skelpy.page-product .skelpy-pdp__content .data-sheet dt{font-weight:500;color:#64748b}.theme-skelpy.page-product .skelpy-pdp__content .data-sheet dd{color:#1e293b}.theme-skelpy.page-product .product-accessories{max-width:1200px;margin:3rem auto 0;padding:2rem 1.5rem 0;border-top:1px solid #f1f5f9}.theme-skelpy.page-product .product-accessories .h5{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.theme-skelpy.page-product .product-category-products{max-width:1200px;margin:3rem auto 0;padding:2rem 1.5rem 0;border-top:1px solid #f1f5f9}.theme-skelpy.page-product .product-category-products .skelpy-product-category-products-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.theme-skelpy.page-product .product-category-products .products.row{display:flex;flex-wrap:wrap;margin:0 -0.5rem}.theme-skelpy.page-product .product-category-products .products.row>[class*=col-]{padding:0 .5rem;margin-bottom:1rem}.theme-skelpy.page-product .js-product-images-modal .modal-dialog,.theme-skelpy.page-product #product-modal .modal-dialog{max-width:900px}.theme-skelpy.page-product .js-product-images-modal .modal-content,.theme-skelpy.page-product #product-modal .modal-content{border:none;border-radius:20px;box-shadow:0 25px 80px rgba(0,0,0,.2)}.theme-skelpy.page-product .js-product-images-modal .modal-body,.theme-skelpy.page-product #product-modal .modal-body{padding:1.5rem;margin-left:0 !important;background:#fff;border-radius:1rem}.theme-skelpy.page-product .js-product-images-modal .product-cover-modal,.theme-skelpy.page-product #product-modal .product-cover-modal{width:100%;max-height:70vh;height:auto;object-fit:contain;border-radius:10px}.theme-skelpy.page-product .js-product-images-modal .image-caption,.theme-skelpy.page-product #product-modal .image-caption{margin-top:1rem;font-size:.9rem;color:#64748b}.theme-skelpy.page-product .js-product-images-modal .thumbnails .product-images,.theme-skelpy.page-product #product-modal .thumbnails .product-images{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.theme-skelpy.page-product .js-product-images-modal .thumbnails .thumb-container,.theme-skelpy.page-product #product-modal .thumbnails .thumb-container{cursor:pointer;padding:.25rem;border-radius:10px;border:2px solid rgba(0,0,0,0)}.theme-skelpy.page-product .js-product-images-modal .thumbnails .thumb-container:hover,.theme-skelpy.page-product .js-product-images-modal .thumbnails .thumb-container.selected,.theme-skelpy.page-product #product-modal .thumbnails .thumb-container:hover,.theme-skelpy.page-product #product-modal .thumbnails .thumb-container.selected{border-color:#1f1ade}@media(max-width: 991px){.theme-skelpy.page-product .skelpy-pdp__hero{grid-template-columns:1fr;border-radius:14px}.theme-skelpy.page-product .skelpy-pdp__visual{padding:1.75rem 1.5rem;min-height:280px;border-right:none;border-bottom:1px solid #f1f5f9}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover img{max-height:300px}.theme-skelpy.page-product .skelpy-pdp__info{padding:1.75rem 1.5rem 2rem;gap:1.25rem}}@media(max-width: 767px){.theme-skelpy.page-product .container-fluid{padding-left:1rem !important;padding-right:1rem !important}.theme-skelpy.page-product .skelpy-pdp__hero{border-radius:12px;margin-left:-0.5rem;margin-right:-0.5rem;width:calc(100% + 1rem);border-left:none;border-right:none}.theme-skelpy.page-product .skelpy-pdp__visual{padding:1.25rem 1rem;min-height:260px;justify-content:center}.theme-skelpy.page-product .skelpy-pdp__visual .images-container{padding:1rem;display:flex !important;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover{margin-left:auto;margin-right:auto}.theme-skelpy.page-product .skelpy-pdp__visual .product-images{justify-content:center}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover img{max-height:260px;margin:0 auto}.theme-skelpy.page-product .skelpy-pdp__visual .thumb-container{width:48px;height:48px}.theme-skelpy.page-product .skelpy-pdp__info{padding:1.5rem 1.25rem 1.75rem;gap:1.125rem}.theme-skelpy.page-product .skelpy-pdp__delivery-box{margin-top:.85rem;padding:.65rem .9rem .65rem 2.35rem;flex-direction:column;align-items:flex-start;gap:.45rem 0}.theme-skelpy.page-product .skelpy-pdp__delivery-box::before{left:.6rem;width:1.35rem;height:1.35rem;margin-top:-0.675rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row::after{content:none}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row{font-size:.85rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row .skelpy-pdp__delivery-label{font-size:.7rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row .skelpy-pdp__delivery-date{font-size:.9rem}.theme-skelpy.page-product .skelpy-pdp__delivery-deadline-row{font-size:.78rem}.theme-skelpy.page-product .skelpy-pdp__delivery-timer{min-width:4rem;padding:.2rem .45rem;font-size:.85rem}.theme-skelpy.page-product .skelpy-pdp__title{font-size:1.35rem;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.theme-skelpy.page-product .skelpy-pdp__info .current-price-value{font-size:1.65rem}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart{flex-direction:column !important;flex-wrap:nowrap !important;align-items:stretch !important;gap:1rem}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .control-label{margin-bottom:.35rem;width:100%}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .product-quantity{display:flex !important;flex-direction:column !important;flex-wrap:nowrap !important;align-items:stretch !important;width:100% !important;max-width:none !important;margin:0 !important;gap:1rem}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .product-quantity .qty{width:100% !important;max-width:none !important;float:none !important}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .product-quantity .input-group.bootstrap-touchspin{max-width:none !important;width:100% !important}.theme-skelpy.page-product .skelpy-pdp__info .product-quantity #quantity_wanted{width:92% !important}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .product-quantity .add{width:100% !important;max-width:none !important;flex:none !important;float:none !important}.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .add-to-cart,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .btn-primary.add-to-cart{width:100% !important;max-width:none !important;min-width:0 !important;flex:none !important;padding:1rem 1.25rem;font-size:1.05rem;min-height:48px}.theme-skelpy.page-product .skelpy-pdp__info .wishlist-button-add,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .wishlist-button-add.wishlist-button-product{position:static !important;float:none !important;top:auto !important;right:auto !important;left:auto !important;width:100% !important;max-width:none !important;min-width:0 !important;margin:0 !important;padding:0 1rem;min-height:48px;font-size:.9rem;justify-content:center;flex:none !important;box-sizing:border-box;white-space:nowrap}.theme-skelpy.page-product .skelpy-pdp__info .wishlist-button-add::after,.theme-skelpy.page-product .skelpy-pdp__info .product-add-to-cart .wishlist-button-add.wishlist-button-product::after{font-size:.9rem}.theme-skelpy.page-product .skelpy-pdp__info .product-pack .product-miniature img,.theme-skelpy.page-product .skelpy-pdp__info .product-pack img.product-cover{margin-left:auto;margin-right:auto;display:block}.theme-skelpy.page-product .skelpy-pdp__content{padding:2rem 1rem 1rem}.theme-skelpy.page-product .skelpy-pdp__tablist{gap:1.25rem}}@media(max-width: 575px){.theme-skelpy.page-product .container-fluid{padding-left:.75rem !important;padding-right:.75rem !important}.theme-skelpy.page-product .skelpy-pdp__hero{margin-left:-0.25rem;margin-right:-0.25rem;width:calc(100% + .5rem)}.theme-skelpy.page-product .skelpy-pdp__title{font-size:1.2rem}.theme-skelpy.page-product .skelpy-pdp__visual .product-cover img{max-height:220px}.theme-skelpy.page-product .skelpy-pdp__delivery-box{margin-top:.7rem;padding:.6rem .8rem .6rem 2.2rem}.theme-skelpy.page-product .skelpy-pdp__delivery-box::before{left:.55rem;width:1.25rem;height:1.25rem;margin-top:-0.625rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row{font-size:.82rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row .skelpy-pdp__delivery-label{font-size:.68rem}.theme-skelpy.page-product .skelpy-pdp__delivery-date-row .skelpy-pdp__delivery-date{font-size:.88rem}.theme-skelpy.page-product .skelpy-pdp__delivery-deadline-row{font-size:.75rem}.theme-skelpy.page-product .skelpy-pdp__delivery-timer{min-width:3.8rem;padding:.18rem .4rem;font-size:.82rem}.theme-skelpy.page-product .skelpy-socialproof--product{padding:1rem 1.1rem;margin-top:1rem}.theme-skelpy.page-product .skelpy-socialproof--product .skelpy-socialproof__inner{flex-direction:column;align-items:stretch;gap:.65rem}.theme-skelpy.page-product .skelpy-socialproof__item{font-size:.875rem;padding:.55rem .9rem .55rem .7rem}.theme-skelpy.page-product .skelpy-socialproof__icon{width:32px;height:32px;min-width:32px;min-height:32px}.theme-skelpy.page-product .skelpy-socialproof__icon .material-icons{font-size:1.2rem}.theme-skelpy.page-product .skelpy-socialproof__icon-svg{width:1.2rem;height:1.2rem}}@media(max-width: 1199px){.theme-skelpy .product-container .col-md-6{margin-bottom:1.5rem}}@media(max-width: 991px){.theme-skelpy .header-top{padding:.75rem 0}.theme-skelpy #left-column{margin-bottom:1rem}.theme-skelpy .product-container{padding:1rem}.theme-skelpy .cart-grid{flex-direction:column}.theme-skelpy .links .link-item{min-height:70px;padding:1rem}}@media(max-width: 767px){.theme-skelpy .container-fluid{padding-left:1rem;padding-right:1rem}.theme-skelpy .product-miniature:hover{transform:none;box-shadow:0 4px 12px rgba(0,0,0,.08)}.theme-skelpy .cart-summary{position:static}.theme-skelpy .header-nav{padding:.5rem 0}.theme-skelpy #wrapper{padding:1rem 0 2rem}.theme-skelpy .page-not-found{padding:2rem 1rem}.theme-skelpy .theme-skelpy-error #layout-error h1{font-size:4rem}.theme-skelpy .product-add-to-cart .add,.theme-skelpy .product-add-to-cart .product-quantity{width:100%}.theme-skelpy .product-add-to-cart .product-quantity input{width:100%}}@media(max-width: 575px){.theme-skelpy .container-fluid{padding-left:.75rem;padding-right:.75rem}.theme-skelpy .btn-primary,.theme-skelpy .add-to-cart{width:100%;justify-content:center}.theme-skelpy .pagination .page-link{padding:.4rem .6rem;font-size:.875rem}.theme-skelpy .highlighted-informations .quick-view .quick-view-label{display:none}.theme-skelpy .highlighted-informations .quick-view{padding:.45rem}.theme-skelpy .variant-links a{width:20px;height:20px;min-width:20px;min-height:20px}}.theme-skelpy .hidden-md-up.mobile{padding:.5rem 0}@media(max-width: 767px){.theme-skelpy .skelpy-header-row .skelpy-header-search{width:100%}.theme-skelpy .header-top .skelpy-header-row{padding:0}}@media(max-width: 767px){.theme-skelpy .header-nav .row{display:block}.theme-skelpy #header .header-nav .language-selector,.theme-skelpy #header .header-nav .user-info{margin-top:0 !important}}.theme-skelpy .skelpy-mobile-nav-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:52px;width:100%}.theme-skelpy .skelpy-mobile-nav-row .skelpy-menu-btn,.theme-skelpy .skelpy-mobile-nav-row .skelpy-mobile-logo,.theme-skelpy .skelpy-mobile-nav-row .skelpy-mobile-actions,.theme-skelpy .skelpy-mobile-nav-row .skelpy-mobile-actions>div{display:flex;align-items:center}.theme-skelpy .skelpy-menu-btn{flex-shrink:0;padding:.5rem;cursor:pointer;background:none;border:none;color:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);line-height:1;position:relative;z-index:10;transition:transform .2s cubic-bezier(0.34, 1.56, 0.64, 1)}.theme-skelpy .skelpy-menu-btn:hover,.theme-skelpy .skelpy-menu-btn:focus{transform:scale(1.1)}.theme-skelpy .skelpy-menu-btn .material-icons{font-size:1.75rem;display:flex;align-items:center}.theme-skelpy .skelpy-mobile-logo{flex:1;min-width:0;text-align:center;padding:0 .5rem;line-height:1}.theme-skelpy .skelpy-mobile-logo img{max-height:40px;width:auto;vertical-align:middle}.theme-skelpy .skelpy-mobile-logo h1,.theme-skelpy .skelpy-mobile-logo h2{margin:0;padding:0;font-size:inherit;line-height:1;display:flex;align-items:center;justify-content:center}.theme-skelpy .skelpy-mobile-logo a{display:inline-flex;align-items:center}.theme-skelpy .skelpy-mobile-actions{flex-shrink:0;display:flex;align-items:center;gap:.5rem;line-height:1}.theme-skelpy .skelpy-mobile-actions>div{padding:.25rem;display:flex;align-items:center}.theme-skelpy .skelpy-mobile-actions .user-info,.theme-skelpy .skelpy-mobile-actions .blockcart,.theme-skelpy .skelpy-mobile-actions .user-info a,.theme-skelpy .skelpy-mobile-actions .blockcart a,.theme-skelpy .skelpy-mobile-actions .blockcart .header,.theme-skelpy .skelpy-mobile-actions .blockcart .header a,.theme-skelpy .skelpy-mobile-actions #_desktop_user_info,.theme-skelpy .skelpy-mobile-actions #_desktop_cart,.theme-skelpy .skelpy-mobile-actions #_mobile_user_info,.theme-skelpy .skelpy-mobile-actions #_mobile_cart{display:flex !important;align-items:center !important;min-height:40px !important}.theme-skelpy .skelpy-mobile-actions .material-icons{display:inline-flex !important;align-items:center}.theme-skelpy .skelpy-mobile-actions .cart-products-count{display:inline-flex;align-items:center;vertical-align:middle}.theme-skelpy .skelpy-mobile-actions #_mobile_user_info,.theme-skelpy .skelpy-mobile-actions #_mobile_cart{margin:0;padding:0;line-height:1}.theme-skelpy #mobile_top_menu_wrapper{background:#fff;border-top:1px solid #e2e8f0;padding:1rem}.theme-skelpy .js-top-menu .nav-link{padding:.75rem 0;border-bottom:1px solid #f1f5f9}.theme-skelpy #_desktop_currency_selector,.theme-skelpy #_desktop_language_selector,.theme-skelpy #_mobile_currency_selector,.theme-skelpy #_mobile_language_selector{display:none !important}.theme-skelpy #_desktop_top_menu,.theme-skelpy .menu.js-top-menu.hidden-sm-down{display:none !important}
