@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";.loading-screen{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:200px}.loading-screen--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--loader-overlay, rgba(255, 255, 255, .95));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;min-height:100vh}.loading-screen--overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--loader-overlay, rgba(255, 255, 255, .9));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100}.loading-screen__content{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-screen__spinner--small .loading-screen__spinner-ring{width:24px;height:24px}.loading-screen__spinner--medium .loading-screen__spinner-ring{width:40px;height:40px}.loading-screen__spinner--large .loading-screen__spinner-ring{width:60px;height:60px}.loading-screen__spinner-ring{position:relative;margin:0 auto}.loading-screen__spinner-ring div{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border:3px solid #12A594;border-radius:50%;animation:loading-screen-spin 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#12A594 transparent transparent transparent}.loading-screen__spinner-ring div:nth-child(1){animation-delay:-.45s}.loading-screen__spinner-ring div:nth-child(2){animation-delay:-.3s}.loading-screen__spinner-ring div:nth-child(3){animation-delay:-.15s}.loading-screen__message{color:var(--muted);font-size:.9rem;font-weight:500;margin:0;text-align:center;max-width:300px;line-height:1.4}@keyframes loading-screen-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.loading-screen{padding:1rem}.loading-screen__message{font-size:.8rem;max-width:250px}}.empty-state{display:flex;align-items:center;justify-content:center;min-height:300px;padding:3rem 2rem;text-align:center}.empty-state__content{max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1rem}.empty-state__icon{width:64px;height:64px;color:var(--muted);margin-bottom:.5rem;opacity:.6}.empty-state__icon svg{width:100%;height:100%}.empty-state--cart .empty-state__icon{color:var(--border)}.empty-state__link{color:#12a594;text-decoration:underline;font-weight:600}.empty-state__link:hover{color:#0b2545}.empty-state__title{font-size:1.125rem;font-weight:700;color:var(--heading);margin:0;text-transform:uppercase;letter-spacing:.02em}.empty-state__message{font-size:.875rem;color:var(--muted);margin:0;line-height:1.6}.empty-state__action{height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:none;border-radius:11px;background:#12a594;color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;line-height:1;cursor:pointer;transition:background .18s ease,transform .18s ease}.empty-state__action:hover{background:#0f6e56}.empty-state__action:active{transform:translateY(1px)}.empty-state__action:disabled{opacity:.5;cursor:not-allowed}.empty-state__action{margin-top:.5rem;transition:all .3s ease;box-shadow:0 2px 10px #0208170f}.empty-state__action:hover{background:#0b2545;box-shadow:0 8px 24px #0208171f;transform:translateY(-2px)}.empty-state__action:active{transform:translateY(0);box-shadow:0 4px 12px #02081714}.empty-state__action:focus-visible{outline:none;box-shadow:0 0 0 4px #12a5941f}.breadcrumbs-bar{width:100%;background:var(--bg);padding:10px 16px;box-sizing:border-box}@media (min-width: 768px){.breadcrumbs-bar{padding:12px 24px}}@media (min-width: 1024px){.breadcrumbs-bar{padding:14px 32px;max-width:1200px;margin:0 auto}}@media (min-width: 1440px){.breadcrumbs-bar{max-width:1400px;padding:14px 48px}}.breadcrumbs{padding:0;margin:0}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;gap:6px}.breadcrumbs__item{display:flex;align-items:center;gap:6px}.breadcrumbs__link{color:var(--muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.breadcrumbs__link:hover{color:#12a594}.breadcrumbs__link:focus-visible{outline:2px solid #12A594;outline-offset:2px;border-radius:4px}.breadcrumbs__current{color:var(--heading);font-size:.875rem;font-weight:600}.breadcrumbs__separator{color:var(--muted);font-size:.75rem;opacity:.6}.account-actions-bar{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:10px 16px;box-sizing:border-box}@media (min-width: 768px){.account-actions-bar{padding:12px 24px}}@media (min-width: 1024px){.account-actions-bar{padding:12px 32px;max-width:1200px;margin:0 auto}}@media (min-width: 1440px){.account-actions-bar{max-width:1400px;padding:12px 48px}}.account-actions-bar .logout-button{background:transparent;border:1px solid var(--border);color:var(--heading);font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;padding:7px 16px;border-radius:11px;cursor:pointer;transition:all .2s ease}.account-actions-bar .logout-button:hover{border-color:#dc2626;color:#dc2626;background:#dc26260f}.stars{display:inline-flex;align-items:center;gap:1px}.stars__star{width:14px;height:14px;fill:var(--border);flex-shrink:0}.stars__star.is-on{fill:#f5a623}.stars__count{margin-left:.35rem;font-size:.78rem;color:var(--muted);font-weight:500}.stars--md .stars__star{width:18px;height:18px}.stars--md .stars__count{font-size:.875rem}.product-card{display:flex;flex-direction:column;height:100%;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.product-card:hover{border-color:#12a59480;transform:translateY(-3px);box-shadow:0 10px 26px #0b254514}.product-card:focus-visible{outline:none;box-shadow:0 0 0 3px #12a59447}.product-card__media{position:relative;background:var(--surface-2);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;gap:4px;padding:14px}.product-card__badge{position:absolute;top:10px;left:10px;background:#e24b4a;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;padding:3px 8px;border-radius:8px}.product-card__img{max-width:100%;max-height:100%;width:auto;object-fit:contain}.product-card__img--vial{max-height:88%}.product-card__img--vial.has-box{max-height:82%;transform:translate(8%)}.product-card__img--box{max-height:62%;align-self:flex-end;transform:translate(-12%)}.product-card__body{display:flex;flex-direction:column;gap:10px;padding:13px 14px 14px;flex:1 1 auto}.product-card__name{margin:0;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:-.01em;color:var(--heading)}.product-card__sci{margin:2px 0 0;font-size:.75rem;line-height:1.25;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__meta{display:flex;align-items:center;gap:6px;min-height:18px;font-size:.75rem;color:var(--muted)}.product-card__meta-dot{color:var(--border)}.product-card__dose{white-space:nowrap}.product-card__foot{margin-top:auto;display:flex;flex-direction:column;gap:10px}.product-card__price{display:flex;align-items:baseline;gap:7px}.product-card__price-now{font-size:1.125rem;font-weight:700;color:var(--heading)}.product-card__price-now--sale{color:#0f6e56}.product-card__price-was{font-size:.75rem;color:var(--muted);text-decoration:line-through}.product-card__add{height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border:none;border-radius:11px;background:#12a594;color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:.875rem;line-height:1;cursor:pointer;transition:background .18s ease,transform .18s ease}.product-card__add:hover{background:#0f6e56}.product-card__add:active{transform:translateY(1px)}.product-card__add:disabled{opacity:.5;cursor:not-allowed}.product-card__add{width:100%}.product-card__add:active{transform:scale(.98)}.product-card__add.is-adding{opacity:.85;cursor:default}.product-card--promo .product-card__media{aspect-ratio:1/1;padding:12px;min-height:0}.product-card--promo .product-card__img{width:100%;height:100%;max-width:100%;max-height:100%;flex:1 1 auto;min-height:0;object-fit:contain}.product-card--promo .product-card__img--vial{max-height:none;transform:none}.product-card--promo .product-card__body{padding:11px 12px 12px;gap:8px}.product-card--promo .product-card__name{font-size:.875rem}.product-card--promo .product-card__price-now{font-size:1.125rem}.product-card--promo .product-card__add{height:36px}.alert-notification{position:fixed;top:20px;right:20px;left:20px;margin:0 auto;max-width:calc(100vw - 40px);width:auto;box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;background-color:#10b981;color:#fff;padding:16px 24px;border-radius:8px;box-shadow:0 4px 6px #0000001a;opacity:1;transform:translateY(0);transition:opacity .5s ease-out,transform .5s ease-out;z-index:1100}.alert-notification.hidden{opacity:0;transform:translateY(-20px)}.alert-notification.error{background-color:#dc2626}.alert-notification.warning{background-color:#f59e0b}.alert-notification.info{background-color:#12a594}.alert-notification.success{background-color:#10b981}.skeleton-loader{background:linear-gradient(90deg,var(--border) 25%,var(--border) 50%,var(--border) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px;display:inline-block}.skeleton-loader--text{height:1rem;margin-bottom:.5rem;border-radius:4px}.skeleton-loader--rect{border-radius:8px}.skeleton-loader--circle{border-radius:50%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-loader-product-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.skeleton-loader-product-card__image{width:100%;border-radius:8px}.skeleton-loader-product-card__content{display:flex;flex-direction:column;gap:8px}.skeleton-loader-product-list{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width: 768px){.skeleton-loader-product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (min-width: 1024px){.skeleton-loader-product-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}@keyframes controlsEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1024px){.products-page{max-width:1200px;margin:0 auto;padding:40px 32px}}@media (min-width: 1440px){.products-page{max-width:1400px;padding:48px}}@media (min-width: 1024px){.products-page{margin:0 auto}.products-page__banner{min-height:220px;border-radius:16px;margin-bottom:24px}.products-page__banner-title{font-size:1.9rem}}@media (min-width: 1440px){.products-page__banner{margin-bottom:28px}}@media (min-width: 1024px){.products-page__header{margin-bottom:28px}}@media (min-width: 1440px){.products-page__header{margin-bottom:32px}}.products-page__controls{display:grid;grid-template-columns:1fr;gap:10px;width:100%;animation:controlsEntrance .8s ease-out .4s both}.products-page__controls .filter-group label{font-size:.75rem;font-weight:700;margin-bottom:4px;color:var(--text);text-transform:uppercase;letter-spacing:.03em}.products-page__controls .filter-group select{padding:10px 12px;font-size:.875rem;border:1px solid var(--border);border-radius:8px;background-color:var(--surface);transition:box-shadow .15s ease,border-color .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 13px) calc(1em + 2px);background-size:5px 5px;background-repeat:no-repeat}.products-page__controls .filter-group select:focus{outline:none;border-color:#12a594;box-shadow:0 0 0 3px #12a59426}@media (min-width: 768px){.products-page__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;align-items:end}}@media (max-width: 600px){.products-page__controls{background-color:var(--bg);padding:10px;border-radius:10px;box-shadow:0 1px 3px #0000000f}.products-page__controls .filter-group select{width:100%;max-width:100%}}.products-page__controls{display:grid;grid-template-columns:1fr;gap:10px;width:100%;align-items:end}.products-page__controls .filter-group{display:flex;flex-direction:column;min-width:0}.products-page__controls .filter-group label{font-size:.75rem;font-weight:700;margin-bottom:6px;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;transition:color .3s ease}.products-page__controls .filter-group:hover label{color:#12a594}.products-page__controls .filter-group select{width:100%;padding:12px 42px 12px 44px;font-size:.875rem;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 10px #0208170f;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;position:relative;overflow:hidden}.products-page__controls .filter-group select:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(18,165,148,.05),transparent);transition:left .6s ease}.products-page__controls .filter-group select{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 14px center;background-size:18px}.products-page__controls .filter-group select:hover{border-color:#0284c773;box-shadow:0 4px 16px #0208171a;background-color:var(--bg)}.products-page__controls .filter-group select:hover:after{left:100%}.products-page__controls .filter-group select:focus{border-color:#12a594;box-shadow:0 0 0 4px #12a5941f;background-color:var(--surface)}.products-page__controls .filter-group select::-moz-focus-inner{border:0}.products-page__controls .filter-group{position:relative}.products-page__controls .filter-group:before{content:"";position:absolute;left:12px;top:35px;width:20px;height:20px;pointer-events:none;background-repeat:no-repeat;background-position:center;background-size:20px;opacity:.9;transition:all .3s ease;z-index:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.products-page__controls .filter-group:hover:before{opacity:1;filter:drop-shadow(0 2px 4px rgba(18,165,148,.2))}.products-page__controls .filter-group:focus-within:before{opacity:1;filter:drop-shadow(0 2px 4px rgba(18,165,148,.2))}.products-page__controls .filter-group.filter-group--category:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 7h18'/><path d='M3 12h18'/><path d='M3 17h18'/></svg>")}.products-page__controls .filter-group.filter-group--brand:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41 11 4H4v7l9.59 9.59a2 2 0 0 0 0-2.82Z'/><path d='M7 7h.01'/></svg>")}.products-page__controls .filter-group.filter-group--sort:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M11 5h10'/><path d='M11 9h7'/><path d='M11 13h4'/><path d='M3 17l3 3 3-3'/><path d='M6 4v16'/></svg>")}.products-page__controls .filter-group.filter-group--brand:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.59 13.41 11 4H4v7l9.59 9.59a2 2 0 0 0 2.82 0l4.18-4.18a2 2 0 0 0 0-2.82Z'/><path d='M7 7h.01'/></svg>")}.products-page__controls .filter-group.filter-group--sort:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M11 5h10'/><path d='M11 9h7'/><path d='M11 13h4'/><path d='M3 17l3 3 3-3'/><path d='M6 4v16'/></svg>")}.products-page__controls .filter-clear{justify-self:start;border:1px solid var(--border);background:var(--surface);color:var(--heading);padding:10px 12px 10px 36px;border-radius:999px;font-weight:700;font-size:.875rem;line-height:1;box-shadow:0 2px 10px #0208170f;position:relative;transition:all .3s ease;overflow:hidden}.products-page__controls .filter-clear:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(18,165,148,.1),transparent);transition:left .5s ease}.products-page__controls .filter-clear:hover{box-shadow:0 8px 24px #0208171f;border-color:#12a594;background-color:var(--bg)}.products-page__controls .filter-clear:hover:before{left:100%}.products-page__controls .filter-clear:active{box-shadow:0 4px 12px #02081714}.products-page__controls .filter-clear__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 6 6 18M6 6l12 12'/></svg>");background-repeat:no-repeat;background-position:center;background-size:16px;opacity:.9}@media (min-width: 768px){.products-page__controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.products-page__controls .filter-group:before{top:34px;left:22px;width:20px;height:20px;background-size:20px}}@media (min-width: 1024px){.products-page__controls{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 600px){.products-page__controls{background:var(--bg);padding:12px;border-radius:14px;box-shadow:0 1px 3px #0000000f}}.products-page__pagination .pagination__btn:hover{box-shadow:0 8px 24px #0208171f;border-color:#0284c773;background-color:var(--bg)}.products-page__pagination .pagination__btn:active{box-shadow:0 4px 12px #02081714}.products-page__pagination .chev--left{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m15 18-6-6 6-6'/></svg>")}.products-page__pagination .chev--right{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m9 18 6-6-6-6'/></svg>")}body{font-family:Poppins,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:.3px}.hero-title,.large-header{font-family:Poppins,sans-serif;font-weight:600;letter-spacing:.3px;font-size:2.5rem;line-height:1.2}@media (min-width: 768px){.hero-title,.large-header{font-size:3.5rem}}@media (min-width: 1280px){.hero-title,.large-header{font-size:4rem}}@keyframes modal-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modal-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modal-slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modal-slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}@keyframes dropdown-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes dropdown-slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes overlay-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlay-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes pageEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerEntrance{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes listEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes paginationEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes overlayEntrance{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.products-page{padding:20px;animation:pageEntrance .8s ease-out}@media (max-width: 340px){.products-page{padding:12px 16px}}@media (min-width: 1024px){.products-page{max-width:1200px;margin:0 auto;padding:24px 32px}}@media (min-width: 1440px){.products-page{max-width:1400px;padding:32px 48px}}.products-page__banner{position:relative;width:100%;min-height:140px;border-radius:12px;background-size:cover;background-position:left center;overflow:hidden;margin-bottom:16px;animation:bannerEntrance 1s ease-out .2s both}.products-page__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07172600 35%,#0717268c 78%,#071726d9),linear-gradient(270deg,#071726b3,#07172640 45%,#07172600 80%);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;padding:14px 16px;color:#fff;animation:overlayEntrance 1.2s ease-out .4s both}.products-page__banner-overlay--loaded,.products-page__banner-overlay--banner-all{background:linear-gradient(180deg,#07172600 35%,#0717268c 78%,#071726d9),linear-gradient(270deg,#071726b3,#07172640 45%,#07172600 80%)}.products-page__banner-title{margin:0;font-weight:800;font-size:1.25rem;letter-spacing:.02em;text-transform:uppercase;line-height:1.1;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.6)}.products-page__banner-blurb{margin:4px 0 0;font-size:.95rem;color:#fff;opacity:.95;text-shadow:0 1px 4px rgba(0,0,0,.6)}@media (min-width: 768px){.products-page{margin:0 24px}.products-page__banner{min-height:190px;border-radius:14px}.products-page__banner-overlay{padding:18px}.products-page__banner-title{font-size:1.6rem}.products-page__banner-blurb{font-size:1.05rem}}@media (min-width: 1024px){.products-page{margin:0 auto}.products-page__banner{min-height:220px;border-radius:16px}.products-page__banner-title{font-size:1.9rem}}.products-page__header{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:20px}.products-page__header h1{font-size:1.375rem;font-weight:700;text-transform:uppercase;margin:0;letter-spacing:.02em}.products-page__list{display:grid;grid-template-columns:1fr;gap:10px;animation:listEntrance .8s ease-out .6s both;scroll-margin-top:80px}@media (min-width: 768px){.products-page__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media (min-width: 1024px){.products-page__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}.products-page__pagination{display:flex;justify-content:center;align-items:center;margin-top:22px;gap:8px;flex-wrap:nowrap;flex-shrink:0;max-width:100%;overflow:hidden;animation:paginationEntrance .8s ease-out .8s both}@media (max-width: 340px){.products-page__pagination{gap:2px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination{gap:6px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination{gap:8px}}.products-page__pagination .pagination__btn{min-width:40px;height:40px;padding:0 12px;flex-shrink:0}@media (max-width: 340px){.products-page__pagination .pagination__btn{min-width:20px;height:26px;padding:0 3px;font-size:11px;border-radius:6px;flex-shrink:1}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__btn{min-width:28px;height:30px;padding:0 6px;font-size:.75rem;border-radius:8px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__btn{min-width:34px;height:36px;padding:0 8px;font-size:.875rem;border-radius:10px}}.products-page__pagination .pagination__btn{border:1px solid var(--border);border-radius:12px;background:#fff;color:#0b2545;font-weight:700;font-size:.875rem;line-height:1;box-shadow:0 2px 10px #0208170f;cursor:pointer;transition:all .3s ease}.products-page__pagination .pagination__btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0208171f;border-color:#0284c773;background-color:var(--bg)}.products-page__pagination .pagination__btn:active{transform:translateY(0)}.products-page__pagination .pagination__btn:focus-visible{outline:none;border-color:#12a594;box-shadow:0 0 0 4px #12a5941f}.products-page__pagination .pagination__btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 10px #0208170f}.products-page__pagination .pagination__btn.is-active{background:#0b2545;color:#fff;border-color:var(--heading)}.products-page__pagination .pagination__page{padding:0 14px}@media (max-width: 340px){.products-page__pagination .pagination__page{min-width:20px;padding:0 3px;flex-shrink:1}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__page{padding:0 6px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__page{padding:0 10px}}.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px}@media (max-width: 340px){.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{gap:0;padding:0;min-width:20px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{gap:4px;padding:0 6px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__prev,.products-page__pagination .pagination__next{gap:6px;padding:0 8px}}.products-page__pagination .chev{width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:18px}@media (max-width: 340px){.products-page__pagination .chev{width:12px;height:12px;background-size:12px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .chev{width:14px;height:14px;background-size:14px}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .chev{width:16px;height:16px;background-size:16px}}.products-page__pagination .chev--left{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m15 18-6-6 6-6'/></svg>")}.products-page__pagination .chev--right{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m9 18 6-6-6-6'/></svg>")}.products-page__pagination .pagination__ellipsis{padding:8px 10px;color:var(--muted);display:inline-flex;align-items:center;font-size:.875rem;-webkit-user-select:none;user-select:none;flex-shrink:0}@media (max-width: 340px){.products-page__pagination .pagination__ellipsis{padding:2px 4px;font-size:11px}}@media (min-width: 341px) and (max-width: 480px){.products-page__pagination .pagination__ellipsis{padding:4px 6px;font-size:.75rem}}@media (min-width: 481px) and (max-width: 767px){.products-page__pagination .pagination__ellipsis{padding:6px 8px;font-size:.875rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
