:root{--brand:#2d9a52;--brand-dark:#1e7340;--brand-light:#e8f6ed;--brand-muted:#5cb87a;--text:#1f2937;--text-muted:#6b7280;--text-light:#9ca3af;--bg:#f8faf9;--bg-white:#fff;--border:#e5e7eb;--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow:0 4px 24px rgba(15,23,42,0.08);--shadow-lg:0 12px 40px rgba(15,23,42,0.12);--radius:12px;--radius-lg:16px;--header-h:72px;--font:"Plus Jakarta Sans","Work Sans",system-ui,sans-serif;--transition:0.25s cubic-bezier(0.4,0,0.2,1)}*,*::before,*::after{box-sizing:border-box}#page{overflow:visible !important;min-height:0 !important;max-height:none !important;height:auto !important;display:block !important;position:relative !important}.site-main{width:100%;clear:both;overflow:visible}.site-main--home{display:block}html{scroll-behavior:smooth}html,body{height:auto !important;min-height:100%;overflow-x:hidden;overflow-y:auto !important}body{font-family:var(--font) !important;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}.site-main--home .fw-col-md-12,.site-main--home [class*="fw-col-"]{float:none !important;width:100% !important;max-width:100% !important}a{color:var(--brand-dark);text-decoration:none}a:hover{color:var(--brand)}.site-header-spacer{height:var(--header-h)}.header-wrap{position:fixed !important;top:0 !important;left:0;right:0;background:rgba(255,255,255,0.92) !important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm) !important;border-bottom:1px solid var(--border) !important;z-index:1000}.header-wrap.fixed{box-shadow:var(--shadow) !important}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:var(--header-h)}.logo-area{padding:0 !important;float:none !important;flex:0 0 auto}.logo-area a{height:auto !important;max-width:200px;display:block !important;padding:0.5rem 0}.logo-area img{height:48px;width:auto;max-height:48px;object-fit:contain}.site-webshop img{height:40px;width:auto;opacity:0.9;transition:opacity var(--transition)}.site-webshop:hover img{opacity:1}.navigation{float:none !important;flex:1 1 auto;display:flex;justify-content:center;border:none !important;text-transform:none;font-weight:500}.navigation>ul{border:none !important;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.25rem 0.5rem}.navigation>ul>li{margin:0 !important;display:inline-block}.navigation>ul>li>a{height:auto !important;padding:0.5rem 1rem;border-radius:8px;color:var(--text);font-size:0.95rem;display:inline-block;transition:color var(--transition),background var(--transition)}.navigation>ul>li.current-menu-item>a,.navigation>ul>li:hover>a{box-shadow:none !important;background:var(--brand-light);color:var(--brand-dark)}.navigation>ul>li.current-menu-item>a{font-weight:600}.navigation .sub-nav{top:100%;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-lg);padding:0.5rem 0}.navigation .sub-nav .sub-menu li a{width:auto;min-width:180px;height:auto;padding:0.6rem 1rem}.navigation .sub-nav .sub-menu li.current-menu-item>a,.navigation .sub-nav .sub-menu li:hover>a{background:var(--brand) !important;color:#fff !important}.mobile-side-button{display:none;float:none;border:none;background:var(--brand);color:#fff;width:44px;height:44px;border-radius:10px;font-size:1.5rem;line-height:1;padding:0;cursor:pointer;transition:background var(--transition),color var(--transition)}.mobile-side-button:hover,.mobile-side-button.active{background:var(--brand-dark);color:#fff}.mobile-nav-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,0.4);z-index:1001;opacity:0;transition:opacity var(--transition)}.mobile-nav-overlay.is-visible{display:block;opacity:1}.mobile-side{position:fixed !important;top:var(--header-h) !important;right:0 !important;bottom:0 !important;left:auto !important;width:min(320px,88vw) !important;max-width:320px;background:var(--brand) !important;border-top:1px solid rgba(255,255,255,0.15);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:var(--shadow-lg);z-index:1002;transform:translateX(100%);transition:transform 0.3s ease,visibility 0.3s ease;visibility:hidden}.mobile-side.active{transform:translateX(0);visibility:visible}body.mobile-nav-open{overflow:hidden}.mobile-navigation>ul>li:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,0.18) !important}.mobile-navigation>ul>li>a{padding:1rem 1.25rem;font-size:1rem;color:#fff !important}.mobile-navigation>ul>li>a:hover,.mobile-navigation>ul>li.current-menu-item>a,.mobile-navigation>ul>li.active>a,.mobile-navigation>ul>li.is-open>a{color:#fff !important;background:rgba(0,0,0,0.12) !important}.mobile-navigation .sub-nav{background:var(--brand-dark);margin:0 !important;padding:0 !important}.mobile-navigation .sub-nav ul li:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,0.12) !important}.mobile-navigation .sub-nav ul li a{color:rgba(255,255,255,0.92) !important;padding:0.65rem 1.25rem !important}.mobile-navigation .sub-nav ul li a:hover,.mobile-navigation .sub-nav ul li.current-menu-item>a{color:#fff !important;background:rgba(0,0,0,0.1) !important}.site-main{padding-top:0}.site-main--page{padding:2rem 0 3rem}.section-title{text-align:center;margin:0 0 2rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--text);letter-spacing:-0.02em}.section-title::after{content:"";display:block;width:48px;height:4px;background:var(--brand);border-radius:2px;margin:0.75rem auto 0}.home-promo{padding:1.25rem 0 2rem;background:var(--bg-white);clear:both;width:100%;position:relative;z-index:2;overflow:hidden}.home-promo::after{content:"";display:table;clear:both}.home-promo__title{margin-bottom:1rem}.slide-photo{min-height:clamp(280px,45vw,420px);width:100%;position:relative;background-size:cover !important;background-position:center center !important}.mmcontainer{width:min(92%,560px) !important;margin:0 !important;padding:1.5rem 1.25rem !important;position:absolute !important;left:50% !important;top:50% !important;transform:translate(-50%,-50%) !important;background:rgba(255,255,255,0.95) !important;border:none !important;border-top:3px solid var(--brand) !important;border-bottom:3px solid var(--brand) !important;border-radius:var(--radius);box-shadow:var(--shadow-lg);text-align:center;text-transform:uppercase;line-height:1.5 !important;z-index:10}.mmtext-r1,#mmtext-r1{color:var(--brand) !important;font-weight:600;font-size:0.85rem;margin:0 0 0.5rem}.mmtext-r2,#mmtext-r2{color:var(--text) !important;font-weight:700;font-size:clamp(0.9rem,2.5vw,1rem) !important;margin:0 0 0.5rem}.mmtext-r3,#mmtext-r3{color:var(--text-muted) !important;font-size:0.9rem;margin:0.5rem 0 0}.mmcontainer a.more,#mmcontainer a.more{display:inline-block;background:var(--brand) !important;color:#fff !important;border-radius:8px;padding:0.65rem 1.15rem !important;font-weight:600;text-decoration:none;opacity:1 !important}.mmcontainer a.more:hover,#mmcontainer a.more:hover{background:var(--brand-dark) !important}#overlay.hide,#light-box.hide{display:none !important;pointer-events:none !important;visibility:hidden !important}.map-section{padding:2rem 0 2.5rem;background:var(--bg-white);clear:both}.site-main--home .map-section{padding-top:1.5rem;clear:both}.site-main--home .pharmacies-section{clear:both}#map_canvas,#map{width:100% !important;max-width:100%;height:clamp(280px,50vh,420px) !important;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border)}.pharmacies-section{padding:3rem 0 4rem;background:var(--bg);clear:both;position:relative;z-index:1;width:100%}.dark-bg{background:var(--bg) !important;color:var(--text) !important}.team-item{background:var(--bg-white) !important;border-radius:var(--radius-lg) !important;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);transition:transform var(--transition),box-shadow var(--transition);max-width:100% !important}.team-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.team-item .image{overflow:hidden}.team-item .image img{width:100%;height:200px;object-fit:cover;transition:transform 0.4s ease}.team-item:hover .image img{transform:scale(1.03)}.pharmacy-card.team-item .name,.team-item .name{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%) !important;width:100% !important;max-width:100% !important;height:auto !important;min-height:64px;padding:1rem !important;display:flex !important;align-items:center;justify-content:center;position:relative !important;z-index:1 !important}.team-item .name h4{margin:0;font-size:1.05rem;font-weight:600}.team-item .name h4 a{color:#fff !important}.team-item .name h4 a:hover{opacity:0.9}.team-item .timetable{color:var(--text) !important;padding:1rem 1.25rem !important;margin:0 !important;position:relative !important;z-index:5 !important}.team-item .timetable .item{padding:0.65rem 0 !important;border-color:var(--border) !important;overflow:visible !important}.team-item .timetable .contact-item{display:flex !important;align-items:flex-start !important;gap:0.5rem !important;width:100% !important;margin-right:0 !important;text-align:left !important}.team-item .timetable .contact-item .icon-font{pointer-events:none;flex:0 0 1.25rem;width:1.25rem;margin-right:0 !important;margin-top:0.1rem;text-align:center;line-height:1.4;color:var(--brand)}.team-item .timetable .contact-item>span{flex:1;min-width:0;line-height:1.45}.team-item .timetable .contact-item a{display:inline !important;color:var(--brand-dark) !important;text-decoration:none !important;cursor:pointer !important;pointer-events:auto !important;position:relative !important;z-index:10 !important}.team-item .timetable .contact-item a:hover{color:var(--brand) !important;text-decoration:underline !important}.button-style1{background:var(--brand) !important;border:none;border-radius:10px;font-weight:600;padding:0.85rem 1.5rem !important;box-shadow:0 2px 8px rgba(45,154,82,0.35)}.button-style1:hover{background:var(--brand-dark) !important}.button-style2:hover{background:var(--brand) !important;border-color:var(--brand) !important;color:#fff !important}.contact-page{padding:2rem 0 4rem}.contact-page__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;align-items:stretch}.contact-page__visual{min-width:0}.contact-visual{height:100%;display:flex;flex-direction:column;padding:2rem;border-radius:var(--radius-lg);background:linear-gradient(145deg,var(--brand-light) 0%,#fff 45%,var(--bg) 100%);border:1px solid var(--border);box-shadow:var(--shadow);position:relative;overflow:hidden}.contact-visual::before{content:"";position:absolute;top:-40%;right:-20%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(45,154,82,0.12) 0%,transparent 70%);pointer-events:none}.contact-visual__eyebrow{margin:0 0 0.35rem;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.12em;color:var(--brand-dark)}.contact-visual__title{margin:0 0 0.75rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:700;color:var(--text);line-height:1.25;letter-spacing:-0.02em}.contact-visual__lead{margin:0 0 1.75rem;font-size:0.95rem;line-height:1.6;color:var(--text-muted);max-width:36ch}.contact-visual__scene{flex:1;display:flex;flex-direction:column;gap:0.75rem;margin-bottom:1.75rem}.contact-visual__row{display:flex;align-items:flex-end;gap:0.75rem}.contact-visual__row--pharmacy{flex-direction:row-reverse}.contact-visual__avatar{flex-shrink:0;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.8rem;font-weight:700;box-shadow:var(--shadow-sm)}.contact-visual__avatar--user{background:#fff;color:var(--brand-dark);border:2px solid var(--brand-muted)}.contact-visual__avatar--pharmacy{background:#fff;color:var(--brand-dark);border:2px solid var(--brand)}.contact-visual__bubble{max-width:85%;padding:0.85rem 1rem;border-radius:14px;font-size:0.88rem;line-height:1.45;box-shadow:var(--shadow-sm)}.contact-visual__bubble p{margin:0}.contact-visual__bubble--user{background:#fff;color:var(--text);border-bottom-left-radius:4px;border:1px solid var(--border)}.contact-visual__bubble--pharmacy{background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);color:#fff;border-bottom-right-radius:4px}.contact-visual__bridge{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.25rem 0}.contact-visual__bridge-line{flex:1;max-width:72px;height:2px;background:linear-gradient(90deg,transparent,var(--brand-muted),transparent);border-radius:1px}.contact-visual__bridge-icon{width:32px;height:32px;border-radius:50%;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:0.9rem;box-shadow:0 0 0 6px rgba(45,154,82,0.15);animation:contact-pulse 2.5s ease-in-out infinite}@keyframes contact-pulse{0%,100%{box-shadow:0 0 0 4px rgba(45,154,82,0.12)}50%{box-shadow:0 0 0 10px rgba(45,154,82,0.22)}}.contact-visual__channels{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.65rem}.contact-visual__channel{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:0.75rem;row-gap:0.1rem;padding:0.85rem 1rem;border-radius:var(--radius);background:rgba(255,255,255,0.85);border:1px solid var(--border);text-decoration:none;color:inherit;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}a.contact-visual__channel:hover{border-color:var(--brand);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.contact-visual__channel--static{cursor:default}.contact-visual__channel .icon-font{grid-row:1 / span 2;align-self:center;font-size:1.25rem;color:var(--brand)}.contact-visual__channel-label{font-size:0.7rem;font-weight:600;text-transform:uppercase;letter-spacing:0.06em;color:var(--text-muted)}.contact-visual__channel-value{font-size:0.85rem;font-weight:500;color:var(--text);word-break:break-word}a.contact-visual__channel:hover .contact-visual__channel-value{color:var(--brand-dark)}.contact-form-card{background:var(--bg-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border)}.contact-form-card h1,.contact-form-card h5{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;color:var(--text)}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-weight:500;margin-bottom:0.4rem;color:var(--text);font-size:0.9rem}.form-field--hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.form-field input,.form-field textarea,input.style1,textarea.style1{width:100%;padding:0.75rem 1rem;border:1px solid var(--border);border-radius:10px;font-size:1rem;background:var(--bg);transition:border-color var(--transition),box-shadow var(--transition)}.form-field input:focus,.form-field textarea:focus,input.style1:focus,textarea.style1:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(45,154,82,0.15);outline:none}.alert{padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.25rem;font-weight:500}.alert--success{background:var(--brand-light);color:var(--brand-dark);border:1px solid var(--brand-muted)}.alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.pharmacy-detail{padding:2rem 0 3rem}.pharmacy-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.25rem,3vw,2.5rem);align-items:start}.pharmacy-detail__info,.pharmacy-detail__map{float:none !important;width:100% !important;max-width:100% !important;min-width:0}.pharmacy-detail__title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--text);margin:0 0 1rem;line-height:1.3}.pharmacy-detail__about{margin-bottom:1.25rem}.pharmacy-detail__about,.pharmacy-detail__about p{text-align:left}.pharmacy-detail__contacts{margin-top:0.5rem;position:relative;z-index:5}.pharmacy-detail__contacts .contact-item{display:flex !important;align-items:flex-start !important;gap:0.5rem !important;margin-right:0 !important}.pharmacy-detail__contacts .contact-item .icon-font{pointer-events:none}.pharmacy-detail__contacts .contact-item a{color:var(--brand-dark) !important;text-decoration:none !important;cursor:pointer !important;pointer-events:auto !important;position:relative !important;z-index:10 !important}.pharmacy-detail__contacts .contact-item a:hover{color:var(--brand) !important;text-decoration:underline !important}.pharmacy-detail__map{position:relative}.pharmacy-detail__map #map{width:100% !important;height:100% !important;min-height:clamp(320px,40vw,480px);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border)}.pharmacy-detail h5{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:1rem}.pharmacy-detail .contact-item{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:0.75rem;color:var(--text)}.pharmacy-detail .contact-item .icon-font{color:var(--brand);flex-shrink:0}.content-page{padding:2rem 0 4rem}.content-page img,.content-page__hero img{max-width:100%;height:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow);display:block;margin:0 auto 2rem}.content-block{background:var(--bg-white);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-top:1.5rem;line-height:1.7;text-align:left}.content-page .content-block p,.content-page .content-block{text-align:left}.content-page .section-title{text-align:center}.content-page__hero{text-align:left}.content-block--left,.content-block--left p{text-align:left !important}.content-block--offers{padding:1.5rem}.akcije-offers{max-width:100%;font-size:0.95rem;line-height:1.5}.akcije-offers>h2{text-align:center;color:var(--brand-dark);font-size:1.35rem;margin:0 0 0.5rem}.akcije-offers>p{text-align:center;color:var(--text-muted);margin:0 0 1.25rem}.akcije-offers>div{overflow-x:auto;border:1px solid #e5eef7;border-radius:10px;-webkit-overflow-scrolling:touch}.akcije-offers table{width:100%;min-width:650px;border-collapse:collapse}.akcije-offers thead tr{background:var(--brand-dark);color:#fff}.akcije-offers th,.akcije-offers td{padding:10px 12px;text-align:left;vertical-align:top}.akcije-offers th:last-child,.akcije-offers td:last-child{text-align:center;white-space:nowrap}.akcije-offers tbody tr:nth-child(odd){background:#f9fbfd}.akcije-offers tbody tr:nth-child(even){background:#fff}.akcije-offers tbody td:last-child{font-weight:700;color:#c41e3a}.akcije-offers>p:last-child{margin-top:1rem;font-size:0.85rem;color:var(--text-muted);text-align:left}@media (max-width:767px){.content-block--offers{padding:1rem}.akcije-offers table{min-width:520px;font-size:0.88rem}.akcije-offers th,.akcije-offers td{padding:8px 10px}}.footer{background:#1a1f24 !important;color:#d1d5db !important;padding:3rem 0 2rem !important;position:relative;z-index:5;clear:both;width:100%;display:block !important;visibility:visible !important}.footer h6{color:#fff !important;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:1rem !important}.footer-text{color:#9ca3af !important}.footer-copy{color:#6b7280 !important;margin-top:1rem}.footer .contact-item{color:#d1d5db}.footer .contact-item a{color:var(--brand-muted)}.footer .contact-item a:hover{color:#fff}.footer .contact-item .icon-font{color:var(--brand)}.footer .social-link a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:rgba(255,255,255,0.08);color:#fff !important;margin-right:0.5rem;transition:background var(--transition),color var(--transition)}.footer .social-link a:hover{background:var(--brand)}#page-preloader{background:var(--bg-white);z-index:9999}#page-preloader.is-hidden{display:none !important;pointer-events:none !important}.preloader-logo{background:none !important;width:auto !important;height:auto !important}.preloader-logo::after{display:none !important}.preloader-logo img{display:block;width:clamp(120px,28vw,180px);height:auto;animation:preloader-pulse 1.2s ease-in-out infinite}@keyframes preloader-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.75;transform:scale(0.97)}}@media screen and (max-width:990px){.pharmacy-detail__layout{grid-template-columns:1fr}.pharmacy-detail__map{order:-1}.navigation{display:none !important}.mobile-side-button{display:flex !important;align-items:center;justify-content:center}.logo-area img{height:40px}.site-webshop{display:none}.contact-page__grid{grid-template-columns:1fr}.contact-visual{padding:1.5rem}.contact-visual__channel-value{font-size:0.8rem}}.hero-promo__title{margin-bottom:1.25rem}@media screen and (max-width:600px){:root{--header-h:64px}#mmcontainer{padding:1.25rem 1rem !important}.contact-form-card{padding:1.25rem}.contact-visual__bubble{max-width:100%;font-size:0.82rem}.footer [class^="fw-col-"]{margin-bottom:2rem}}