@charset "UTF-8";@keyframes sipv-border-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.sipv-product-card{margin:0;height:100%}.sipv-product-card__border-wrap{position:relative;border-radius:14px;overflow:hidden;padding:2px;height:100%;box-sizing:border-box;background:var(--sipv-border, #dce3ea);transition:background .25s ease,box-shadow .3s ease;box-shadow:0 2px 12px #0000000f}.sipv-product-card__border-wrap:before{content:"";position:absolute;width:250%;height:250%;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0);background:conic-gradient(from 0deg,#0050a0,#12a8e0,#e5002b,#9333ea,#f59e0b,#0050a0 360deg);z-index:0;opacity:0;animation:sipv-border-spin 3s linear infinite;animation-play-state:paused;transition:opacity .3s ease}.sipv-product-card__border-wrap:hover{background:transparent;box-shadow:0 12px 36px #00000021}.sipv-product-card__border-wrap:hover:before{opacity:1;animation-play-state:running}.sipv-product-card__border-wrap:hover .sipv-product-card__inner{transform:translateY(-4px)}.sipv-product-card__border-wrap:hover .sipv-product-card__image{transform:scale(1.06)}.sipv-product-card__inner{position:relative;z-index:1;background-color:var(--sipv-surface, #ffffff);border-radius:12px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform .3s ease}.sipv-product-card__media{position:relative;flex-shrink:0;overflow:hidden;padding-top:100%;background-color:var(--sipv-background, #f5f7fa)}.sipv-product-card__image-link{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-decoration:none}.sipv-product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.sipv-product-card__badges{position:absolute;top:.75rem;left:.75rem;z-index:2;display:flex;flex-direction:column;gap:.25rem}.sipv-product-card__content{padding:1rem;display:flex;flex-direction:column;flex:1 1 auto}.sipv-product-card__category{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.5rem;line-height:1}.sipv-product-card__category a,.sipv-product-card__category-link{color:var(--sipv-primary, #0050a0);text-decoration:none}.sipv-product-card__category a:hover,.sipv-product-card__category-link:hover{color:var(--sipv-secondary, #12a8e0)}.sipv-product-card__title{margin:0 0 .5rem;font-size:.9375rem;font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sipv-product-card__title a{color:var(--sipv-text, #111827);text-decoration:none;transition:color .2s ease}.sipv-product-card__title a:hover{color:var(--sipv-primary, #0050a0)}.sipv-product-card__rating{margin-bottom:.5rem;font-size:.8125rem;color:var(--sipv-warning, #9a6700)}.sipv-product-card__rating .star-rating{font-size:.75rem}.sipv-product-card__price{font-size:1.0625rem;font-weight:800;color:var(--sipv-text, #111827);margin-bottom:1rem;margin-top:auto;display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.sipv-product-card__price del{color:var(--sipv-muted, #667085);font-weight:400;font-size:.8125rem}.sipv-product-card__price ins{color:var(--sipv-cta, #e5002b);text-decoration:none}.sipv-product-card__actions a.button,.sipv-product-card__actions button.button,.sipv-product-card__actions .add_to_cart_button,.sipv-product-card__actions .single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;letter-spacing:.03em;border:none;border-radius:999px;cursor:pointer;text-decoration:none;color:#fff;background:linear-gradient(135deg,var(--sipv-primary, #0050a0) 0%,var(--sipv-secondary, #12a8e0) 100%);box-shadow:0 4px 14px #0050a047;transition:filter .2s ease,transform .15s ease,box-shadow .2s ease}.sipv-product-card__actions a.button:hover,.sipv-product-card__actions button.button:hover,.sipv-product-card__actions .add_to_cart_button:hover,.sipv-product-card__actions .single_add_to_cart_button:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 8px 22px #0050a061}.sipv-product-card__actions a.button:active,.sipv-product-card__actions button.button:active,.sipv-product-card__actions .add_to_cart_button:active,.sipv-product-card__actions .single_add_to_cart_button:active{transform:translateY(0)}.sipv-product-card__actions a.button.loading,.sipv-product-card__actions button.button.loading,.sipv-product-card__actions .add_to_cart_button.loading,.sipv-product-card__actions .single_add_to_cart_button.loading{opacity:.7;pointer-events:none}.sipv-product-card__actions a.button.added,.sipv-product-card__actions button.button.added,.sipv-product-card__actions .add_to_cart_button.added,.sipv-product-card__actions .single_add_to_cart_button.added{background:linear-gradient(135deg,var(--sipv-success, #16794b) 0%,#22c55e 100%);box-shadow:0 4px 14px #16794b4d}@media (prefers-reduced-motion: reduce){.sipv-product-card__border-wrap:before{animation:none!important}.sipv-product-card__border-wrap:hover .sipv-product-card__inner{transform:none!important}.sipv-product-card__image{transition:none!important}}.sipv-section{padding:3rem 0}.sipv-section__header{text-align:center;margin-bottom:2rem}.sipv-section__title{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:var(--sipv-text, #111827)}@media (min-width: 768px){.sipv-section__title{font-size:2.25rem}}.sipv-section__subtitle{font-size:1rem;color:var(--sipv-muted, #667085);margin:0}.sipv-hero{padding:4rem 0 6rem;background:linear-gradient(135deg,var(--sipv-surface, #ffffff) 0%,var(--sipv-background, #f5f7fa) 100%);border-bottom:1px solid var(--sipv-border, #dce3ea)}.sipv-hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 992px){.sipv-hero__grid{grid-template-columns:1.2fr .8fr}}.sipv-hero__badge{margin-bottom:.75rem;display:inline-block}.sipv-hero__title{font-size:2rem;font-weight:800;line-height:1.15;margin:0 0 1rem;color:var(--sipv-text, #111827)}@media (min-width: 768px){.sipv-hero__title{font-size:2.875rem}}.sipv-hero__subtitle{font-size:1.125rem;color:var(--sipv-muted, #667085);line-height:1.6;margin:0 0 2rem}.sipv-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.sipv-hero__card-preview{background-color:var(--sipv-surface, #ffffff);border:1px solid var(--sipv-border, #dce3ea);border-radius:var(--sipv-radius-lg, .875rem);padding:2rem;box-shadow:0 10px 30px #0000000f;text-align:center}.sipv-hero__placeholder-banner{padding:3rem 1rem;background:linear-gradient(135deg,var(--sipv-primary, #0050a0) 0%,var(--sipv-secondary, #12a8e0) 100%);border-radius:var(--sipv-radius-md, .5rem);color:var(--sipv-surface, #ffffff)}.sipv-hero__stat-num{display:block;font-size:2.625rem;font-weight:800}.sipv-hero__stat-label{font-size:.875rem;opacity:.9;text-transform:uppercase;letter-spacing:.05em}.sipv-trust-strip{background-color:var(--sipv-surface, #ffffff);border-bottom:1px solid var(--sipv-border, #dce3ea);padding:2rem 0}.sipv-trust-strip__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 576px){.sipv-trust-strip__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.sipv-trust-strip__grid{grid-template-columns:repeat(4,1fr)}}.sipv-trust-card{display:flex;align-items:center;gap:1rem}.sipv-trust-card__icon{font-size:1.75rem;width:52px;height:52px;background-color:var(--sipv-background, #f5f7fa);border-radius:var(--sipv-radius-md, .5rem);display:flex;align-items:center;justify-content:center;flex-shrink:0}.sipv-trust-card__title{display:block;font-size:.9375rem;color:var(--sipv-text, #111827)}.sipv-trust-card__desc{display:block;font-size:.8125rem;color:var(--sipv-muted, #667085)}.sipv-category-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width: 576px){.sipv-category-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.sipv-category-grid{grid-template-columns:repeat(4,1fr)}}.sipv-category-card{text-decoration:none;background-color:var(--sipv-surface, #ffffff);border:1px solid var(--sipv-border, #dce3ea);border-radius:var(--sipv-radius-md, .5rem);padding:2rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.sipv-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.sipv-category-card__name{margin:0 0 .25rem;font-size:1.125rem;color:var(--sipv-text, #111827)}.sipv-category-card:hover .sipv-category-card__name{color:var(--sipv-primary, #0050a0)}.sipv-category-card__count{font-size:.8125rem;color:var(--sipv-muted, #667085)}.sipv-promo-banner{padding:3rem 0}.sipv-promo-banner__box{background:linear-gradient(135deg,var(--sipv-primary, #0050a0) 0%,var(--sipv-primary-hover, #003d7a) 100%);border-radius:var(--sipv-radius-lg, .875rem);padding:3rem 2rem;color:var(--sipv-surface, #ffffff);text-align:center}.sipv-promo-banner__title{font-size:1.75rem;font-weight:800;margin:.75rem 0 .5rem;color:var(--sipv-surface, #ffffff)}@media (min-width: 768px){.sipv-promo-banner__title{font-size:2.25rem}}.sipv-promo-banner__desc{font-size:1.125rem;opacity:.9;margin:0 0 2rem}.sipv-home-products{background-color:var(--sipv-background, #f5f7fa)}.sipv-home-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;list-style:none;margin:0;padding:0}.sipv-home-products__grid:before,.sipv-home-products__grid:after{display:none!important}.sipv-home-products__grid li.product{width:100%!important;float:none!important;margin:0!important;clear:none;min-width:0}@media (min-width: 768px){.sipv-home-products__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px){.sipv-home-products__grid{grid-template-columns:repeat(4,1fr)}}.sipv-home-products__empty{text-align:center;padding:4rem;color:var(--sipv-muted, #667085);font-size:1rem}
