/*!
Theme Name: publicpharmacy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: publicpharmacy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

publicpharmacy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Header styles */
:root {
  --pharma-blue: #1a2980;
  --pharma-teal: #26d0ce;
  --pharma-orange: #fa8200;
}

/* HEADER STRUCTURE */
.pharma-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 2px 6px rgba(30, 44, 80, 0.03);
  box-sizing: border-box;
}

/* Header inner wrapper: flex layout */
.pharma-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;         /* vertical center all items */
  justify-content: space-between;
  gap: 1.5em;
  min-height: 70px;            /* enough vertical space */
  width: 100%;
  box-sizing: border-box;
}

/* Hamburger menu (hidden on desktop) */
.pharma-header__menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 9px 10px 9px 0;
  cursor: pointer;
  margin-right: 12px;
}

.pharma-header__menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 4px 0;
  background-color: var(--pharma-blue);
  border-radius: 2px;
}

/* Logo container */
.pharma-header__logo,
.pharma-header__logo img {
  max-height: 44px;
  width: auto;
  display: flex;
  align-items: center;
  margin-right: 24px;
}

/* Header controls container (upload button + cart) */
.pharma-header__controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Upload Prescription button */
.pharma-header__upload-btn {
  display: flex;
  align-items: center;
  background-color: var(--pharma-orange);
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  padding: 8px 15px;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(250, 130, 0, 0.1);
  transition: background-color 0.18s ease-in-out;
  margin-left: 12px;
}

.pharma-header__upload-btn:hover {
  background-color: #e15d00;
}

.pharma-header__upload-btn svg {
  margin-right: 7px;
  vertical-align: middle;
}

/* Hide mobile upload button by default */
.pharma-header__upload-mobile-btn {
  display: none;
}

/* Cart link */
.pharma-header__cart-link {
  display: flex;
  align-items: center;
  color: var(--pharma-blue);
  text-decoration: none;
  font-size: 19px;
  position: relative;
  margin-left: 0;
}

.pharma-header__cart-link:hover {
  color: var(--pharma-teal);
}

.pharma-header__cart-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.pharma-header__cart-count {
  background-color: #e53935;
  color: #fff;
  border-radius: 12px;
  font-size: 13px;
  padding: 0 6px;
  min-width: 18px;
  position: absolute;
  top: -7px;
  right: -13px;
  text-align: center;
}

/* Search row container: flex for desktop */
.pharma-header__search-row {
  flex: 1 1 350px;
  max-width: 480px;
  margin: 0 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start; /* align to left in header */
  box-sizing: border-box;
}

/* Search form: flexible */
.pharma-header__search-bar {
  flex: 1 1 auto;
  display: flex;
  min-width: 220px;
  width: 100%;
}

/* Search input field */
.pharma-header__search-field {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 7px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Navigation container */
.pharma-header__navigation {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  max-width: 1200px;
  margin: 0 auto 18px auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pharma-header__navigation ul {
  display: flex;
  gap: 1.2em;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pharma-header__navigation li {
  position: relative;
}

.pharma-header__navigation a {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  border-radius: 7px;
  padding: 10px 18px;
  text-decoration: none;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  transition: color 0.2s;
  display: block;
}

.pharma-header__navigation a:hover,
.pharma-header__navigation .current-menu-item > a {
  color: var(--pharma-teal);
}

.pharma-header__navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 110%;
  background: #fff;
  border-radius: 8px;
  min-width: 168px;
  box-shadow: 0 6px 24px rgba(38, 208, 206, 0.13);
  z-index: 100;
  padding: 7px 0;
}

.pharma-header__navigation ul li:hover > ul,
.pharma-header__navigation ul li:focus-within > ul,
.pharma-header__navigation ul li.open > ul {
  display: block;
}

.pharma-header__navigation ul ul li a {
  color: var(--pharma-blue);
  font-size: 15px;
  padding: 9px 18px;
  background: none;
}

/* Responsive styles */
@media (max-width: 900px) {
  .pharma-header__inner {
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: auto;
  }

  .pharma-header__menu-toggle {
    display: block;
    margin-right: 10px;
    align-self: center;
  }

  .pharma-header__logo {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex: 1;
  }

  .pharma-header__controls {
    flex: 0 0 auto;
    gap: 10px;
    align-items: center;
  }

  .pharma-header__cart-link {
    margin-left: 0;
  }

  .pharma-header__search-row {
    flex: 1 1 100%;
    max-width: 100%;
    margin: 8px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    justify-content: stretch;
  }

  .pharma-header__search-bar {
    width: 100%;
    min-width: 0;
    margin-bottom: 4px;
  }

  .pharma-header__upload-mobile-btn {
    display: flex !important;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .pharma-header__controls .pharma-header__upload-btn {
    display: none !important;
  }

  .pharma-header__navigation {
    width: 100%;
    margin: 0 auto 10px auto;
    border-radius: 0;
    padding: 0 7px;
    background: transparent;
    box-shadow: none;
  }

  .pharma-header__navigation ul {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    flex-direction: column;
    width: 90vw;
    background: #fff;
    border-radius: 0 0 13px 13px;
    box-shadow: 0 8px 28px rgba(30, 44, 80, 0.11);
    padding: 11px 0 10px 0;
    z-index: 1002;
    gap: 0.15em;
  }

  .pharma-header__navigation.open ul {
    display: flex;
  }
}

@media (max-width: 500px) {
  .pharma-header__logo img {
    max-height: 24px;
  }

  .pharma-header__inner {
    min-height: 34px;
  }
}

/* Hide homepage main H1 title */
.home h1.entry-title {
  display: none !important;
}
.pharma-footer {
  background: #f4f9fb;
  color: #22304a;
  padding: 40px 16px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-top: 1px solid #e6eef6;
}
.pharma-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding-bottom: 20px;
}
.pharma-footer__section {
  flex: 1 1 0;
  min-width: 220px;
  margin-right: 32px;
}
.pharma-footer__title {
  font-size: 17px;
  color: #1a2980;
  font-weight: bold;
  margin-bottom: 12px;
}
.pharma-footer__links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pharma-footer__links-list li {
  margin-bottom: 9px;
}
.pharma-footer__links-list a {
  color: #22304a;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
.pharma-footer__links-list a:hover,
.pharma-footer__links-list a:focus {
  color: #1a2980;
}
.pharma-footer__address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.pharma-footer__address a {
  color: #22304a;
  text-decoration: underline dotted;
}
.pharma-footer__social-group {
  margin-top: 8px;
}
.pharma-footer__social-text {
  font-weight: bold;
  margin-bottom: 6px;
}
.pharma-footer__social-icons a {
  display: inline-block;
  margin-right: 13px;
  font-size: 22px;
  color: #22304a;
  vertical-align: middle;
  transition: color 0.2s;
}
.pharma-footer__social-icons a:hover,
.pharma-footer__social-icons a:focus {
  color: #fa8200;
}
.pharma-footer__newsletter {
  margin-top: 16px;
  display: flex;
  max-width: 320px;
}
.pharma-footer__newsletter input[type="email"] {
  flex: 1 1 auto;
  border: 1px solid #ccc;
  border-radius: 20px 0 0 20px;
  padding: 9px 12px;
  font-size: 15px;
  outline: none;
}
.pharma-footer__newsletter button {
  border: none;
  background: #e6eef6;
  color: #1a2980;
  border-radius: 0 20px 20px 0;
  font-size: 18px;
  padding: 9px 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.pharma-footer__newsletter button:hover,
.pharma-footer__newsletter button:focus {
  background: #1a2980;
  color: #fff;
}
.pharma-footer__bottom {
  background: #1a2980;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 20px 0 18px 0;
  margin-top: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .pharma-footer__container {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
  .pharma-footer__section {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .pharma-footer__bottom {
    font-size: 15px;
    padding: 14px 0;
  }
}
/* General Layout */
.home-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
}

/* Section Titles */
.section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1a2980;
  font-weight: 700;
}

/* Slider Container */
.home-slider {
  position: relative;
  overflow: hidden;
  background: #e5f6fa;
  border-radius: 8px;
  margin-bottom: 2.5rem;
}

/* Slides Wrapper */
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 300%; /* 3 slides */
}

/* Individual Slide */
.slide {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2rem;
  box-sizing: border-box;
}

/* Slide Image */
.slide img {
  max-width: 40%;
  border-radius: 8px;
  object-fit: contain;
}

/* Slide Caption */
.slide-caption {
  max-width: 50%;
  color: #222;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.slide-caption h2 {
  margin-bottom: 0.8rem;
}

.shop-now-btn {
  display: inline-block;
  background-color: #529cf5;
  color: white;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  margin-top: 1rem;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.shop-now-btn:hover,
.shop-now-btn:focus {
  background-color: #407cd3;
  outline: none;
}

/* Slider Navigation Buttons */
.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.3);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  user-select: none;
  z-index: 10;
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}

/* Category Grid */
.home-categories .category-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  justify-content: center;
}

.category-card {
  flex: 1 0 220px;
  text-align: center;
  text-decoration: none;
  color: #222;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.12);
  transition: transform 0.3s;
  background: #fff;
}

.category-card:hover,
.category-card:focus {
  transform: translateY(-5px);
  outline: none;
}

.category-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.category-card span {
  display: block;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Product Grid */
.home-featured-products .product-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.product-card {
  flex: 1 0 230px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  background: #fff;
  transition: transform 0.3s;
  text-align: center;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-5px);
  outline: none;
}

.product-card img {
  width: 100%;
  height: 230px;
  object-fit: contain;
  padding: 10px;
  background: #fff;
}

.product-card h3 {
  margin: 0.6rem 0 0.3rem;
  font-size: 1rem;
  color: #333;
}

.product-card .price {
  color: #1a2980;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

/* Brand Carousel */
.home-brand-carousel {
  margin-bottom: 2.5rem;
}

.brand-slider {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.brand-slider img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s;
}

.brand-slider img:hover,
.brand-slider img:focus {
  transform: scale(1.1);
  outline: none;
}

/* Newsletter Signup */
.newsletter-signup {
  text-align: center;
  margin-bottom: 2.5rem;
}

.newsletter-form {
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  gap: 0.5rem;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 10px 14px;
  font-size: 1rem;
  border-radius: 25px;
  border: 1px solid #ccc;
  outline: none;
  box-sizing: border-box;
}

.newsletter-form button.sign-up-btn {
  background-color: #fd8670;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.newsletter-form button.sign-up-btn:hover,
.newsletter-form button.sign-up-btn:focus {
  background-color: #fc6446;
  outline: none;
}

/* Responsive */
@media (max-width: 1000px) {
  .home-categories .category-grid,
  .home-featured-products .product-grid {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .slide {
    flex-direction: column;
    text-align: center;
  }
  .slide img {
    max-width: 70%;
    margin-bottom: 1rem;
  }
  .slide-caption {
    max-width: 100%;
  }
  .brand-slider img {
    width: 70px;
    height: 70px;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form input[type="email"],
  .newsletter-form button.sign-up-btn {
    width: 100%;
  }
  .newsletter-form button.sign-up-btn {
    border-radius: 0 0 25px 25px;
    padding: 12px 0;
  }
}