:root{--primary-color: #62b07c;--secondary-color: #9ebc57;--dark-grey: #4d514f;--light-grey: #9a9b9c;--lighter-grey: #c8c9cb;--purple-grey: #7c747c;--light-purple: #bcb4bd;--light-green: #c5e6ae;--white: #fbfbfb;--black: #000000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;font-size:16px;line-height:1.5;color:var(--dark-grey);background-color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}a{text-decoration:none;color:var(--primary-color);transition:color .2s ease}a:hover{text-decoration:underline}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;margin-bottom:1rem;color:var(--dark-grey);line-height:1.3}h1{font-size:2rem;margin-bottom:1.5rem;font-weight:700}h2{font-size:1.5rem;margin-top:2rem;font-weight:700}h3{font-size:1.25rem;margin-top:1.5rem;font-weight:500}p{margin-bottom:1rem}.mb40{margin-bottom:40px!important}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.content{padding:2rem 0}.content__document{max-width:800px;margin:0 auto;padding:1.5rem}.content__document p{margin-bottom:1.25rem;line-height:1.6}.content__document ul,.content__document ol{margin-left:1.5rem;margin-bottom:1.5rem;padding-left:.5rem}.content__document li{margin-bottom:.75rem;line-height:1.5}.content__document a{color:var(--primary-color);text-decoration:underline}.content__document a:hover{text-decoration:none}.content__document h1{font-size:2rem;margin-bottom:2rem}.content__document h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}.content__document h3{font-size:1.25rem;margin-top:2rem;margin-bottom:1rem}html[data-theme=white],body[data-theme=white]{background-color:#fff;color:#000}html[data-theme=black],body[data-theme=black]{background-color:#000;color:#fff}html[data-theme=black] a,body[data-theme=black] a,html[data-theme=black] .top-menu li a,body[data-theme=black] .top-menu li a,html[data-theme=black] h2,body[data-theme=black] h2,html[data-theme=black] .product-info h3,body[data-theme=black] .product-info h3,html[data-theme=black] .product-desc,body[data-theme=black] .product-desc,html[data-theme=black] .product-manufacturer,body[data-theme=black] .product-manufacturer,html[data-theme=black] .product-price,body[data-theme=black] .product-price{color:#fff}html[data-theme=blue],body[data-theme=blue]{background-color:#9dd1ff;color:#063462}html[data-theme=blue] a,body[data-theme=blue] a,html[data-theme=blue] .top-menu li a,body[data-theme=blue] .top-menu li a,html[data-theme=blue] h2,body[data-theme=blue] h2,html[data-theme=blue] .product-info h3,body[data-theme=blue] .product-info h3,html[data-theme=blue] .product-desc,body[data-theme=blue] .product-desc,html[data-theme=blue] .product-manufacturer,body[data-theme=blue] .product-manufacturer,html[data-theme=blue] .product-price,body[data-theme=blue] .product-price{color:#063462}html[data-theme=brown],body[data-theme=brown]{background-color:#f7f3d6;color:#4d4b43}html[data-theme=brown] a,body[data-theme=brown] a,html[data-theme=brown] .top-menu li a,body[data-theme=brown] .top-menu li a,html[data-theme=brown] h2,body[data-theme=brown] h2,html[data-theme=brown] .product-info h3,body[data-theme=brown] .product-info h3,html[data-theme=brown] .product-desc,body[data-theme=brown] .product-desc,html[data-theme=brown] .product-manufacturer,body[data-theme=brown] .product-manufacturer,html[data-theme=brown] .product-price,body[data-theme=brown] .product-price{color:#4d4b43}html[data-theme=green],body[data-theme=green]{background-color:#3b2716;color:#a9e44d}html[data-theme=green] a,body[data-theme=green] a,html[data-theme=green] .top-menu li a,body[data-theme=green] .top-menu li a,html[data-theme=green] h2,body[data-theme=green] h2,html[data-theme=green] .product-info h3,body[data-theme=green] .product-info h3,html[data-theme=green] .product-desc,body[data-theme=green] .product-desc,html[data-theme=green] .product-manufacturer,body[data-theme=green] .product-manufacturer,html[data-theme=green] .product-price,body[data-theme=green] .product-price{color:#a9e44d}.header{background-color:var(--white);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.header__logo{display:block;width:180px;height:40px;margin:15px 0}.sidebar-column a{display:block;text-align:center;margin-bottom:20px}.top-right-logo{display:none!important}.main-nav__wrapper{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem}.main-nav__body{display:flex;align-items:center}.btn{padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;border:none;display:flex;align-items:center;gap:.5rem}.verify-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#fff;color:#62b07c;border-radius:50%;font-weight:700;font-size:14px;line-height:1;margin-right:2px}.ua-flag{display:inline-flex;width:16px;height:12px;background:linear-gradient(to bottom,#0057b7,#0057b7 50%,gold 50%,gold);margin-left:4px}.nowrap{white-space:nowrap}.--outline{background-color:transparent;border:1px solid var(--primary-color);color:var(--primary-color)}.--outline-white{background-color:transparent;border:1px solid var(--white);color:var(--white)}.header__btn-menu{display:none}.sidebar{margin-left:2rem}.sidebar-column{width:300px;flex-shrink:0;display:flex;flex-direction:column;position:sticky;top:80px;align-self:flex-start}.sidebar-footer{font-size:.9rem;color:var(--dark-grey);margin-top:2rem;padding:1rem;border-top:1px solid var(--lighter-grey);line-height:1.5}.sidebar-footer p{margin-bottom:.75rem}.footer-copyright{margin-top:1rem;font-size:.8rem;opacity:.8}.content-column{flex-grow:1;padding-left:30px}.two-column-layout{display:flex;max-width:1200px;margin:0 auto;padding:2rem 1rem;gap:30px;min-height:calc(100vh - 80px)}.top-menu{display:flex;gap:1.5rem}.top-menu li a{color:var(--dark-grey);font-weight:500;transition:color .2s ease}.top-menu li a.verify-link{display:inline-flex!important;align-items:center;justify-content:center;color:#fff!important;font-weight:600;gap:8px;background-color:#62b07c;padding:10px 16px;border-radius:6px;border:none;margin-top:12px;margin-bottom:12px;box-shadow:0 3px 6px #00000026;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;text-align:center}.top-menu li a.verify-link:hover{background-color:#52a06c;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.top-menu li a.verify-link .verify-icon{background-color:#fff;color:#62b07c}.top-menu li a:hover,.top-menu li.active a{color:var(--primary-color)}.dashboard{background-color:var(--primary-color);color:var(--white);padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;width:100%;z-index:1000;transform:translateY(-100%);transition:transform .3s ease}.dashboard.active{transform:translateY(0)}.dashboard-row{display:flex;align-items:center;gap:1rem}.dashboard-title{font-size:.875rem;margin-right:.5rem}.dashboard-list{display:flex;gap:.5rem}.dashboard-btn{width:2rem;height:2rem;border-radius:50%;border:1px solid var(--white);background-color:transparent;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .3s ease}.dashboard-btn:hover{background-color:#ffffff1a}.dashboard-btn.show{background-color:var(--white);color:var(--primary-color)}.dashboard-settings{display:none}.dashboard.show-settings .dashboard-settings{display:flex;align-items:center}.dashboard-info{font-size:.75rem;margin-left:1rem;max-width:300px}.dashboard-settings-title{cursor:pointer;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.dashboard-settings-title i{font-size:1rem}.dashboard-settings-hide,.dashboard.show-settings .dashboard-settings-show{display:none}.dashboard.show-settings .dashboard-settings-hide{display:inline}.footer{background-color:var(--white);padding:2rem 0;border-top:1px solid var(--lighter-grey)}.footer-link{display:block;margin-bottom:.5rem}.footer-title{font-weight:700;display:block}.footer-copyright{margin-top:1rem;font-size:.875rem;color:var(--light-grey)}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.mobile-nav__wrapper{width:280px;height:100%;background-color:var(--white);overflow-y:auto}.mobile-nav__body{padding:1rem}@media (max-width: 992px){.two-column-layout{flex-direction:column}.sidebar-column{width:100%;position:relative;top:0;height:auto;margin-bottom:30px}.content-column{width:100%;padding-left:0}.sidebar-footer{padding-top:20px;padding-bottom:0}.sidebar .top-menu{flex-direction:column;gap:.75rem}.sidebar{margin-left:0;margin-top:1rem}.accessibility-controls,.main-nav__body{flex-direction:column;align-items:flex-start}.header__btn-menu{display:flex}.dashboard{flex-wrap:wrap}.dashboard>div{margin-bottom:.5rem}.mobile-nav.active{display:block}}@media (max-width: 768px){.main-nav__body{flex-direction:column;align-items:flex-start}.content__document{padding:1rem}.content__document h1{font-size:1.75rem}.content__document h2{font-size:1.35rem}.content__document h3{font-size:1.15rem}.content__document p,.content__document li{font-size:1rem}.sidebar-footer{font-size:.9rem}}.section-title{font-weight:600;font-size:18px;margin:20px 0 15px;color:var(--dark-grey)}.main-sidebar{margin-top:20px}.main-menu{display:flex;flex-direction:column;gap:10px}.main-menu li a{color:var(--dark-grey);font-weight:400;transition:color .2s ease;line-height:1.3}.main-menu li a:hover,.main-menu li.active a{color:var(--primary-color)}.accessibility-controls{display:flex;gap:10px;align-items:center;position:relative;z-index:5}.j-dashboard-show{cursor:pointer;position:relative;z-index:10}.j-dashboard-show i{display:inline-block;width:16px;height:16px;margin-right:5px;background:transparent}.icon-desktop:before{content:"👁️"}html[data-font=sm]{font-size:14px!important}html[data-font=sm] p,html[data-font=sm] li,html[data-font=sm] a:not(.j-top-font),html[data-font=sm] span:not(.j-top-font *),html[data-font=sm] div:not(.icon),html[data-font=sm] label,html[data-font=sm] input,html[data-font=sm] textarea,html[data-font=sm] select,html[data-font=sm] button:not(.j-top-font){font-size:14px!important;line-height:1.5!important}html[data-font=sm] h1{font-size:24px!important}html[data-font=sm] h2{font-size:20px!important}html[data-font=sm] h3{font-size:18px!important}html[data-font=sm] h4,html[data-font=sm] h5,html[data-font=sm] h6,html[data-font=md]{font-size:16px!important}html[data-font=md] p,html[data-font=md] li,html[data-font=md] a:not(.j-top-font),html[data-font=md] span:not(.j-top-font *),html[data-font=md] div:not(.icon),html[data-font=md] label,html[data-font=md] input,html[data-font=md] textarea,html[data-font=md] select,html[data-font=md] button:not(.j-top-font){font-size:16px!important;line-height:1.6!important}html[data-font=md] h1{font-size:28px!important}html[data-font=md] h2{font-size:24px!important}html[data-font=md] h3{font-size:22px!important}html[data-font=md] h4,html[data-font=md] h5,html[data-font=md] h6{font-size:20px!important}html[data-font=lg]{font-size:18px!important}html[data-font=lg] p,html[data-font=lg] li,html[data-font=lg] a:not(.j-top-font),html[data-font=lg] span:not(.j-top-font *),html[data-font=lg] div:not(.icon),html[data-font=lg] label,html[data-font=lg] input,html[data-font=lg] textarea,html[data-font=lg] select,html[data-font=lg] button:not(.j-top-font){font-size:18px!important;line-height:1.7!important}html[data-font=lg] h1{font-size:32px!important}html[data-font=lg] h2{font-size:28px!important}html[data-font=lg] h3{font-size:26px!important}html[data-font=lg] h4,html[data-font=lg] h5,html[data-font=lg] h6{font-size:24px!important}.hidden{display:none!important}.dashboard-show .header,.dashboard-show .content{padding-top:0}.dashboard-settings-show.hide,.dashboard-settings-hide{display:none}.dashboard-settings-hide.show{display:inline}body.menu-opened{overflow:hidden}.mobile-nav.active{display:block}.delivery-notice{background-color:#f8f9fa;border-left:4px solid #19a54d;padding:20px;margin:30px 0;border-radius:4px}.delivery-notice h3{color:#19a54d;margin-top:0}.delivery-notice ol{padding-left:20px;margin-bottom:0}.delivery-notice li{margin-bottom:10px}.delivery-notice li:last-child{margin-bottom:0}.content__document h1{margin-bottom:30px}.content__document h2{margin-top:30px;margin-bottom:20px}.content__document p{margin-bottom:15px}.content__document ul,.content__document ol{margin-bottom:20px}.featured-sections{display:flex;flex-wrap:wrap;gap:20px;margin-top:40px;margin-bottom:40px}.featured-section{flex:1;min-width:280px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:20px;box-shadow:0 2px 4px #0000000d;transition:transform .3s,box-shadow .3s}.featured-section:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.featured-section h3{color:#006838;margin-top:0;margin-bottom:15px;font-size:20px;border-bottom:2px solid #006838;padding-bottom:10px}.featured-section p{margin-bottom:20px;color:#333}.featured-button{display:inline-block;background-color:#006838;color:#fff;padding:10px 20px;border-radius:4px;text-decoration:none;font-weight:700;transition:background-color .3s}.featured-button:hover{background-color:#005129;text-decoration:none}@media (max-width: 767px){.featured-sections{flex-direction:column}.featured-section{width:100%;margin-bottom:15px}}[data-theme=white] .featured-section{background-color:#f9f9f9;border-color:#e0e0e0}[data-theme=black] .featured-section{background-color:#333;border-color:#444;color:#fff}[data-theme=black] .featured-section h3{color:#8ad9a3;border-bottom-color:#8ad9a3}[data-theme=black] .featured-section p{color:#ddd}[data-theme=black] .featured-button{background-color:#8ad9a3;color:#000}[data-theme=black] .featured-button:hover{background-color:#6ec786}[data-theme=blue] .featured-section{background-color:#ebf4ff;border-color:#c5d6f0}[data-theme=blue] .featured-section h3{color:#06c;border-bottom-color:#06c}[data-theme=blue] .featured-button{background-color:#06c}[data-theme=blue] .featured-button:hover{background-color:#0052a3}.catalog-list{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.product-item{padding:20px;border:1px solid #e1e1e1;border-radius:8px;box-shadow:0 2px 4px #0000000d;background-color:#fff;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;height:200px}.product-item:hover{transform:translateY(-3px);box-shadow:0 4px 8px #0000001a}.product-info{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-info h3{font-size:1.1rem;font-weight:600;line-height:1.3;margin-top:0;margin-bottom:10px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-list .product-item{width:calc(50% - 10px);margin-bottom:20px}.catalog-list .product-desc,.catalog-list .product-manufacturer{font-size:.9rem;margin-bottom:.5rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.catalog-list .product-price{font-size:1.1rem;font-weight:700;color:var(--primary-color);margin-top:auto}@media (max-width: 768px){.catalog-list .product-item{width:100%;height:180px}.product-info h3{font-size:1rem}.product-desc,.product-manufacturer{font-size:.85rem}.catalog-list .product-price{font-size:1rem}}.products-table{width:100%;border-collapse:collapse;margin-top:20px}.products-table th{background-color:var(--primary-color);color:#fff;padding:12px;text-align:left;font-weight:600}.products-table td{padding:12px;border-bottom:1px solid #e1e1e1}.products-table tr:hover{background-color:#f9f9f9}[data-theme=black] .product-item,[data-theme=blue] .product-item,[data-theme=brown] .product-item,[data-theme=green] .product-item{border-color:#555;background-color:#333}[data-theme=black] .product-info h3,[data-theme=blue] .product-info h3,[data-theme=brown] .product-info h3,[data-theme=green] .product-info h3{color:#f5f5f5}[data-theme=black] .product-desc,[data-theme=black] .product-manufacturer,[data-theme=blue] .product-desc,[data-theme=blue] .product-manufacturer,[data-theme=brown] .product-desc,[data-theme=brown] .product-manufacturer,[data-theme=green] .product-desc,[data-theme=green] .product-manufacturer{color:#ccc}[data-theme=black] .product-price,[data-theme=blue] .product-price,[data-theme=brown] .product-price,[data-theme=green] .product-price{color:#2ecc71}@media (max-width: 768px){.catalog-list{grid-template-columns:1fr}.product-item{padding:15px}.product-info h3{font-size:14px}.product-desc,.product-manufacturer{font-size:12px}.product-price{font-size:14px}.products-table th,.products-table td{padding:8px;font-size:14px}}#top-nav-verify{display:block!important;margin:15px 0}.sidebar-column .header__logo{display:block!important;margin-bottom:20px}.main-menu li a.verify-link{display:inline-flex!important;align-items:center;justify-content:center;color:#fff!important;font-weight:600;gap:8px;background-color:#62b07c;padding:10px 16px;border-radius:6px;border:none;margin-top:12px;margin-bottom:12px;box-shadow:0 3px 6px #00000026;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;text-align:center}.main-menu li a.verify-link:hover{background-color:#52a06c;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.main-menu li a.verify-link .verify-icon{background-color:#fff;color:#62b07c}.accessibility-button{display:inline-flex!important;align-items:center;justify-content:center;color:#fff!important;font-weight:600;gap:8px;background-color:#ff5c00;padding:12px 16px;border-radius:6px;border:2px solid transparent;margin-top:12px;margin-bottom:12px;box-shadow:0 3px 10px #0003;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;text-align:center;cursor:pointer;font-size:16px;position:relative;z-index:100;animation:pulse 2s infinite;max-width:100%;word-wrap:break-word;line-height:1.3}.accessibility-button:hover{background-color:#e05200;box-shadow:0 4px 12px #00000040;transform:translateY(-2px);animation:none;border-color:#fc0}.accessibility-button:focus{outline:3px solid #ffcc00;outline-offset:2px;background-color:#e05200;animation:none}.accessibility-button:focus-visible{outline:3px solid #ffcc00;outline-offset:2px;box-shadow:0 0 0 4px #fc06}.accessibility-button .accessibility-icon{background-color:#fff;color:#ff5c00;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-weight:700;font-size:16px;line-height:1;margin-right:4px;flex-shrink:0}.dashboard{outline:none}.dashboard:focus{outline:3px solid #ffcc00;outline-offset:-3px;box-shadow:0 0 0 4px #fc06}.dashboard-btn{position:relative;cursor:pointer;transition:all .2s ease}.dashboard-btn:focus-visible{outline:3px solid #ffcc00;box-shadow:0 0 0 3px #fc06;z-index:5}.dashboard-btn:hover{transform:scale(1.1)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ffcc00;outline-offset:2px;border-radius:2px;box-shadow:0 0 0 3px #fc06;text-decoration:underline;position:relative;z-index:5}body:not(.mouse-user) *:focus{outline:3px solid #ffcc00!important;outline-offset:2px!important;position:relative;z-index:10}@keyframes pulse{0%{box-shadow:0 0 #ff5c00b3}70%{box-shadow:0 0 0 10px #ff5c0000}to{box-shadow:0 0 #ff5c0000}}@media (max-width: 768px){.accessibility-button{font-size:14px;padding:10px 12px}.accessibility-button .accessibility-icon{width:20px;height:20px;font-size:14px}}[data-theme=black]{background-color:#000!important;color:#fff!important}[data-theme=black] *{background-color:#000!important;color:#fff!important;border-color:#fff!important}[data-theme=black] button,[data-theme=black] .btn,[data-theme=black] .accessibility-button{background-color:#333!important;color:#fff!important;border:1px solid #fff!important}[data-theme=blue]{background-color:#036!important;color:#fff!important}[data-theme=blue] *{background-color:#036!important;color:#fff!important;border-color:#fff!important}[data-theme=blue] button,[data-theme=blue] .btn,[data-theme=blue] .accessibility-button{background-color:#0055a4!important;color:#fff!important;border:1px solid #fff!important}[data-theme=brown]{background-color:#3e2723!important;color:#fff!important}[data-theme=brown] *{background-color:#3e2723!important;color:#fff!important;border-color:#fff!important}[data-theme=brown] button,[data-theme=brown] .btn,[data-theme=brown] .accessibility-button{background-color:#5d4037!important;color:#fff!important;border:1px solid #fff!important}[data-theme=green]{background-color:#1b5e20!important;color:#fff!important}[data-theme=green] *{background-color:#1b5e20!important;color:#fff!important;border-color:#fff!important}[data-theme=green] button,[data-theme=green] .btn,[data-theme=green] .accessibility-button{background-color:#2e7d32!important;color:#fff!important;border:1px solid #fff!important}[data-font=md]{font-size:110%!important}[data-font=lg]{font-size:120%!important}.accessibility-button.hidden{opacity:1!important;display:inline-flex!important;visibility:visible!important}.pharmacy-map{margin-top:40px;margin-bottom:30px}.pharmacy-map h2{margin-bottom:20px}.map-container{width:100%;height:450px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;border:1px solid #e0e0e0}.map-container iframe{width:100%;height:100%;border:none}.map-placeholder{display:flex;align-items:center;justify-content:center;min-height:300px;background-color:#f5f5f5;border-radius:8px;border:1px dashed #ccc;text-align:center;color:#666;font-style:italic}.map-instruction{margin-top:10px;color:#666;font-size:.9rem;text-align:center;font-style:italic}.accessibility-top-panel{position:fixed;top:0;left:0;width:100%;background-color:var(--primary-color);color:#fff;padding:8px 15px;display:flex;justify-content:space-between;align-items:center;z-index:1005;transform:translateY(-100%);transition:transform .3s ease-in-out;box-shadow:0 2px 8px #0003}.dashboard-show .accessibility-top-panel{transform:translateY(0)}.accessibility-top-panel .font-controls,.accessibility-top-panel .theme-controls{display:flex;align-items:center;gap:8px}.accessibility-top-panel .control-label{font-weight:500;margin-right:5px;font-size:14px}.accessibility-top-panel .top-dashboard-btn{width:30px;height:30px;border-radius:50%;border:1px solid white;background-color:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease}.accessibility-top-panel .top-dashboard-btn:hover{background-color:#fff3;transform:scale(1.1)}.accessibility-top-panel .top-dashboard-btn.active{background-color:#fff;color:var(--primary-color)}.accessibility-top-panel .top-dashboard-btn:focus-visible{outline:3px solid #ffcc00;outline-offset:2px;box-shadow:0 0 0 3px #fc06}.dashboard-show .header{margin-top:46px}.dashboard-show .dashboard{top:46px}@media (max-width: 768px){.accessibility-top-panel{flex-direction:column;align-items:flex-start;padding:10px}.accessibility-top-panel .font-controls,.accessibility-top-panel .theme-controls{margin-bottom:8px;width:100%}.dashboard-show .header{margin-top:96px}.dashboard-show .dashboard{top:96px}}.accessibility-top-panel{position:fixed;top:0;left:0;right:0;background-color:#f8f8f8;border-bottom:1px solid #ddd;padding:10px 0;z-index:1000;box-shadow:0 2px 5px #0000001a}.accessibility-top-controls{display:flex;justify-content:flex-end;align-items:center}.font-size-controls{display:flex;align-items:center;margin-right:20px}.control-label{margin-right:10px;font-weight:600}.j-top-font{background:#fff;border:1px solid #ccc;margin:0 3px;cursor:pointer;width:30px;height:30px;border-radius:3px;display:flex;align-items:center;justify-content:center}.j-top-font.sm{font-size:12px}.j-top-font.md{font-size:16px}.j-top-font.lg{font-size:20px}.j-top-font.active{background-color:#4a90e2;color:#fff;border-color:#3a80d2}.font-size-notification{position:fixed;bottom:20px;right:20px;background:#4a90e2e6;color:#fff;padding:10px 15px;border-radius:5px;z-index:9999;box-shadow:0 2px 8px #0003;transition:opacity .5s ease}.dashboard-show .dashboard-settings-title,.dashboard-show .j-dashboard-hide{display:none!important}.view-options{display:flex;margin:20px 0}.view-button{padding:8px 15px;margin-right:10px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer}.view-button.active{background-color:#2c98f0;color:#fff}.catalog-list,.catalog-table{display:none}.catalog-list.active-view,.catalog-table.active-view{display:block}.products-table{width:100%;border-collapse:collapse;margin-bottom:30px}.products-table th,.products-table td{padding:10px;text-align:left;border-bottom:1px solid #ddd}.products-table th{background-color:#f2f2f2;font-weight:700}.products-table tr:nth-child(2n){background-color:#f9f9f9}.products-table tr:hover{background-color:#f1f1f1}.product-sku{color:#666;font-size:12px}.catalog-list.two-products-per-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.catalog-list.two-products-per-row .product-item{width:calc(50% - 10px);margin-bottom:20px}.catalog-list.two-products-per-row .product-info h3{font-size:1.1rem;margin-bottom:.5rem;line-height:1.3}.catalog-list.two-products-per-row .product-desc,.catalog-list.two-products-per-row .product-manufacturer{font-size:.9rem;margin-bottom:.5rem}.catalog-list.two-products-per-row .product-price{font-size:1.1rem;font-weight:700;color:var(--primary-color)}@media (max-width: 768px){.catalog-list.two-products-per-row .product-item{width:100%}}@media (max-width: 768px){.catalog-list .product-item{width:100%}}.pharmacy-verification-logo{display:inline-block;margin:10px 0}.pharmacy-verification-logo img{max-width:100%;height:auto;min-width:90px}.pharmacy-verification-container{display:inline-block;margin:.5rem 0}.pharmacy-verification-official{background:none;border:none;padding:0;cursor:pointer;width:300px;height:50px;display:block}.pharmacy-svg-content{width:100%;height:100%}.pharmacy-svg-content *{vector-effect:non-scaling-stroke}.btn-base{display:inline-block;border:none;border-radius:4px;cursor:pointer;font-weight:500;text-align:center;transition:background-color .3s ease,transform .2s ease}.btn-small{padding:6px 12px;font-size:14px}.btn-medium{padding:8px 16px;font-size:15px}.btn-large{padding:12px 24px;font-size:16px;font-weight:700}.btn-primary{background-color:#009639;color:#fff}.btn-primary:hover{background-color:#007e2f}.btn-secondary{background-color:gray;color:#fff}.btn-secondary:hover{background-color:#6a6a6a}.order-button-small{padding:8px 12px;background-color:#009639;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500}.order-button-small:hover{background-color:#007e2f}.form-buttons .order-button-small{padding:12px 24px;font-size:16px;background-color:#009639;font-weight:700}.form-buttons .order-button-small:hover{background-color:#007e2f}.back-btn{padding:12px 24px;font-size:16px;background-color:gray;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-right:10px}.back-btn:hover{background-color:#6a6a6a}.form-buttons{display:flex;gap:12px;margin-top:20px}.form-buttons .btn-base{margin-top:5px}.form-buttons button{min-width:160px}.cart-link.btn-base{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:15px;width:100%;text-decoration:none}.cart-link.btn-base .cart-icon{font-size:1.2em;color:#fff;margin-right:0}.cart-link.btn-base .cart-count{position:relative;background-color:#fff;color:#009639;transform:none;margin-left:auto}.cart-link.btn-primary{background-color:#009639;padding:10px 15px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:8px;transition:all .3s ease;font-weight:500}.cart-link.btn-primary:hover{background-color:#007e2f;text-decoration:none}.cart-link.btn-primary .cart-icon{font-size:1.3em;color:#fff}.cart-link.btn-primary .cart-count{background-color:#fff;color:#009639;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}.mobile-cart-badge,.sidebar-cart-badge{padding:8px 12px;background-color:#009639;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:8px;transition:background-color .3s ease;text-decoration:none}.mobile-cart-badge:hover,.sidebar-cart-badge:hover{background-color:#007e2f;text-decoration:none}.mobile-cart-badge .cart-icon,.sidebar-cart-badge .cart-icon{font-size:1.3em;color:#fff}.mobile-cart-badge .cart-count,.sidebar-cart-badge .cart-count{background-color:#fff;color:#009639;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://ext.same-assets.com/1657656591/3043370745.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-display:swap;src:url(https://ext.same-assets.com/3101304705/280827088.woff2) format("woff2")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://ext.same-assets.com/1378650200/1877274078.woff2) format("woff2")}@font-face{font-family:icomoon;src:url(https://ext.same-assets.com/80732238/3701564109.woff2) format("woff2");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-desktop:before{content:""}.icon-menu:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-up:before{content:""}
