/*!
Theme Name: Petavex
Theme URI: https://petavex.com/
Author: Ultravision (George Chond)
Author URI: https://ultravision.gr
Description: The default theme for Petavex, a company that manufactures pet products.
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: petavex
Tags: pets, pet, petfood, dog, cat
*/

/*--------------------------------------------------------------
>>> 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%;
	--c-black: #000;
	--c-gray: #7A7A7A;
	--c-light-black: #3a3a3a;
	--c-white: #fff;
	--c-primary: #F9F8DE;
	--c-secondary: #ece9c8;
	--max-width: 1600px;
	--i-padding: 1rem;
	--o-padding: 1.5rem;
	--font: 'Manrope', system-ui, sans-serif;
	scroll-behavior: smooth;
	scroll-margin-top: 60px;
}

/* 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: var(--font);
	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: var(--c-primary);
}

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: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
}

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

a:focus {
	outline: none;
}

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;
}

.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;
}

/* Custom CSS
-------------------------------------------- */
.d-block {display: block;}
.d-flex {display: flex;}
.container {width: 100%;max-width: var(--max-width);margin: 0 auto;padding: 0 var(--o-padding);}
.stub {height: 78px;width: 100%;display: block;}
.pe-none {pointer-events: none;}
.user-select-none {user-select: none;}
.m-auto {margin: auto;}
.text-center {text-align: center;}

.img-title {opacity: 0;}

/* Header */
#masthead {background: #231f20;padding:var(--o-padding) 0;position: fixed;width: 100%;top: 0;z-index: 1001;}
#masthead .container {display: grid;grid-template-columns: 1fr 30px;grid-column-gap: var(--i-padding);}
#masthead .brand, #masthead .brand a {max-width: 180px;display: flex;width: 100%;overflow: hidden;align-items: center;}
#masthead .menu {display: flex;width: 30px;height: 30px;cursor: pointer;}
#masthead .menu .bar {width: 100%;height: 3px;background: var(--c-white);border-radius: 10px;position: relative;top: 14px;transform: translateY(0px);transition: all 0.3s ease;}
#masthead .menu .bar::before,
#masthead .menu .bar::after {content: '';position: absolute;left: 0;width: 100%;height: 3px;border-radius: 10px;background: var(--c-white);transition: all 0.3s ease;}
#masthead .menu .bar::before {top: -9px;}
#masthead .menu .bar::after {top: 9px;}
.menuOpen #masthead .menu .bar {height: 4px;transform: translateY(-10px) scale(0.8);}
.menuOpen #masthead .menu .bar::before,
.menuOpen #masthead .menu .bar::after {height: 4px;}
.menuOpen #masthead .menu .bar::before {transform: rotate(60deg);top: 13px;left: -7px;}
.menuOpen #masthead .menu .bar::after {transform: rotate(-60deg);top: 13px;left: 7px;}
#masthead .menu-main-container {grid-column: 1/3;overflow: hidden;height: 100%;max-height: 0px;padding-top: 0;transition: all 0.2s ease;}
.menuOpen #masthead .menu-main-container {padding-top: var(--i-padding);max-height: 240px;}
#masthead .menu-main-container .menu {list-style:none;padding: 0;margin: 0;display: flex;flex-direction: column;height: 100%;width: 100%;}
#masthead .menu-main-container .menu .menu-item {border-bottom: solid 1px #fff4;display: flex;}
#masthead .menu-main-container .menu .menu-item:last-child {border-bottom: none;}
#masthead .menu-main-container .menu .menu-item a {color: var(--c-white);text-decoration: none;font-weight:600;padding: 6px 10px;width: 100%;transition: all 0.2s ease;}

/* Hero */
#hero {height: calc(100vh - 88px);position: relative;z-index: -1;overflow: hidden;}
#hero img:first-of-type {height: 100%;width: 100%;object-fit: cover;}
#hero .wave {position: absolute;bottom: 0px;left: 0;z-index: 1000;max-width: unset;width: 250%;overflow: hidden;}

/* Company */
#company {padding: 6rem 0 4rem;margin-top: -4rem;position: relative;}
#company .container {text-align:center;font-size:120%;}
#company p:last-of-type {margin-bottom: 0;}

/* Dog */
#dog {padding: 6rem 0 4rem;position: relative;overflow: hidden;}
#dog .container > p {font-weight:700;font-size:120%;}
.productWrapper {display: flex;flex-wrap: wrap;gap: var(--i-padding);margin: 4rem 0;}
.productWrapper .content {display: flex;flex-direction: column;text-align: justify;}
.productWrapper .content > img {max-height: 50px;width:auto;margin: 0 auto 1rem;}
.productWrapper .content > .title {margin: 0 auto;text-align:center;font-weight:700;}
.productWrapper .thumb {position: relative;height: 440px;width: 100%;}
.productWrapper .content .nutrients {color:var(--c-gray);font-weight:700;font-size: 90%;margin-top: var(--i-padding);}
.productWrapper .content .packages {color:var(--c-gray);font-weight:700;font-size:130%;margin-top: 4px;}

/* Puppy - Senior */
.productWrapper.puppy .thumb .decal,
.productWrapper.adult .thumb .decal,
.productWrapper.senior .thumb .decal {position: absolute;max-width: unset;transform: translate(-50%, -50%);}
.productWrapper.puppy .thumb .d1,
.productWrapper.senior .thumb .d1 {left: calc(50% - 140px);top: calc(50% + 40px);max-width: 80px;}
.productWrapper.puppy .thumb .d2,
.productWrapper.senior .thumb .d2 {left: calc(50% - 150px);top: calc(50% - 120px);max-width: 30px;}
.productWrapper.puppy .thumb .d3,
.productWrapper.senior .thumb .d3 {left: calc(50% + 130px);top: calc(50% - 100px);max-width: 40px;}
.productWrapper.senior .thumb .i1,
.productWrapper.puppy .thumb .i1 {left: calc(50% - 130px);top: calc(50% + 140px);max-width: 100px;}
.productWrapper.puppy .thumb .mockup,
.productWrapper.senior .thumb .mockup,
.productWrapper.adult .thumb .mockup {left: 50%;top: 50%;max-width: 420px;transform: translate(-50%, -50%) rotate(-10deg);}

/* Adult */
.productWrapper.adult .thumb .d1 {left: calc(50% - 140px);top: calc(50% - 40px);max-width: 80px;}
.productWrapper.adult .thumb .d2 {left: calc(50% + 140px);top: calc(50% - 160px);max-width: 30px;}
.productWrapper.adult .thumb .d3 {left: calc(50% + 160px);top: calc(50% - 40px);max-width: 40px;}
.productWrapper.adult .thumb .i1,
.productWrapper.adult .thumb .i2 {left: calc(50% + 130px);top: calc(50% + 80px);max-width: 100px;}
.productWrapper.adult .thumb .i2 {top: calc(50% + 165px);}
.productWrapper.adult .thumb .mockup {transform: translate(-50%, -50%) rotate(12deg);}

/* Cat */
#cat {background: var(--c-secondary);padding: 6rem 0 4rem;position: relative;overflow: hidden;}
#cat .container {position:relative;z-index: 10;padding-bottom: 15rem;}
#cat .wave {position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 100%;height: 358px;background: url('/wp-content/assets/wave-big.jpg') center no-repeat;pointer-events: none;user-select: none;z-index: 0;}
#cat .wave.down {left: 50%;top: unset;bottom: 0;transform: scaleX(1.15) translateX(-50%) rotate(180deg);width: 100%;height: 358px;background: url('/wp-content/assets/wave-big.jpg') center no-repeat;pointer-events: none;user-select: none;}
#cat .productWrapper .accordion .toggle:hover {background: var(--c-primary);}
#cat .productWrapper .accordion .text {background:#f9f8de75;}

/* Accordions */
.accordion .toggle {display: flex;align-items: center;gap: 1rem;justify-content: space-between;font-weight: 700;border-bottom: solid 1px var(--c-black);cursor: pointer;transition: all 0.2s ease;padding: 5px;user-select: none;}
.accordion .toggle:hover {background: var(--c-secondary);}
.accordion .toggle .status {position: relative;width: 15px;height: 15px;display: inline-block;transition: all 0.2s ease;}
.accordion .toggle .status::before,
.accordion .toggle .status::after {content: '';position: absolute;left: 50%;top: 50%;width: 100%;height: 2px;transform: translate(-50%, -50%);background: var(--c-black);}
.accordion .toggle .status::after {transform: translate(-50%, -50%) rotate(90deg);}
.accordion .text {display: flex;justify-content: center;align-items: center;padding: 0px 5px;background: #ece9c875;max-height: 0px;overflow: hidden;transition: all 0.2s ease;}
.accordion .text p {margin: 0;}
.accordion .text img {pointer-events:none;user-select:none;max-width:600px;width:100%;}

.accordion.open .toggle .status {transform: rotate(45deg);}
.accordion.open .toggle .status::before,
.accordion.open .toggle .status::after {transition: 0.2s all 0.2s ease;}
.accordion.open .toggle .status::after {transform: translate(-50%, -50%) rotate(135deg);}
.accordion.open .toggle .status::before {transform: translate(-50%, -50%) rotate(-45deg);}
.accordion.open .text {padding: 5px 5px;max-height: 400px;}

/* Map Locations */
#locations {padding-bottom: 4rem;margin-top:-10rem;scroll-margin-top: 8rem;position: relative;}
#locations svg {height: 200px;pointer-events: none;width: 100%;margin-top: -200px;}

/* Make your Brand */
#brand {padding: 6rem 0 2rem;position: relative;overflow: hidden;}
#brand .container {max-width: 800px;}
#brand .private-label {height: 400px;position: relative;}
#brand .private-label .back {max-width: 280px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%) rotate(-10deg);transform-origin:50% 30%;z-index: 0;animation: 8s backmove infinite ease-in-out;}
#brand .private-label .decal {position: absolute;z-index: 1;transform-origin: center;transform: scale(1) translate(-50%, -50%);}
#brand .private-label .decal.d1 {max-width: 48px;left: calc(50% - 130px);top: calc(50% - 34px);animation: 9s confused infinite ease-in-out;}
#brand .private-label .decal.d2 {max-width: 64px;left: calc(50% + 130px);top: calc(50% + 34px);animation: 20s twikle infinite linear;}
#brand .private-label .decal.d3 {max-width: 48px;left: calc(50% + 134px);top: calc(50% - 124px);animation: 1.3s bounce infinite ease-in;}
#brand .private-label .mockup {max-width: 300px;position:absolute;z-index: 2;transform: scaleY(0.80) translate(-48%, -60%) rotate(-5deg);left: 50%;top: 50%;animation: 3s waving infinite ease-in-out;filter: drop-shadow(1px 0px 4px #000a);}

/* Contact Form */
#contact {padding: 6rem 0 13rem;position: relative;}
#contact::before {content: '';position:absolute;left:50%;bottom:0;width:100%;max-width:250px;height:250px;background:url('/wp-content/assets/footer-pets.png') center/cover no-repeat;transform:translateX(-50%);}
#contact .container {max-width: 800px;position:relative;}
#contact .container > p {font-weight:700;}

#contact .meta {display: flex;flex-wrap: wrap;justify-content: center;gap:var(--i-padding);font-weight: 600;align-items: center;margin-bottom: var(--o-padding);}
#contact .meta > span {display: flex;gap: 8px;align-items:center;}
#contact .meta > span a {text-decoration: none;color: var(--c-black);}

#wpcf7-f27-o1 {width: 100%;max-width: 800px;margin: auto;}
#wpcf7-f27-o1 form {display: flex;flex-direction: column;gap: 10px;}
#wpcf7-f27-o1 form p {margin: 0;display: flex;flex-direction: column;}
#wpcf7-f27-o1 form p:last-of-type {gap: var(--i-padding);flex-direction: row;margin-bottom: var(--i-padding);}
#wpcf7-f27-o1 form p label {order: 1;font-size: 80%;}
#wpcf7-f27-o1 form p span {display: flex;flex-direction: column;width: 100%;}
#wpcf7-f27-o1 form p span input,
#wpcf7-f27-o1 form p span textarea {width: 100%;border: unset;border-radius: unset;background: unset;border-bottom: solid 1px var(--c-black);resize: vertical;outline: 0;}
#wpcf7-f27-o1 form p input[type="submit"] {cursor: pointer;border: unset;background: var(--c-light-black);color: var(--c-primary);font-weight: 700;display: inline-flex;justify-content: center;align-items: center;height: 40px;width: 120px;margin-right: auto;border-radius: 10px;padding: unset;}
#wpcf7-f27-o1 form p .wpcf7-spinner {width: 24px;margin: 0;}
#wpcf7-f27-o1 form .wpcf7-response-output {margin: 0 0 var(--i-padding) 0;padding: 6px 10px;border: unset;border-radius: 4px;color: var(--c-white);background: #f44336;font-weight: 700;}

/* Footer */
#colophon {height: 80px;background: var(--c-black);color: var(--c-white);text-align: center;font-weight: 700;display: flex;align-items: center;}

/* Keyframes */
@keyframes backmove {
    50% {transform: scale(0.9) translate(-50%,-60%) rotate(10deg);}
}
@keyframes bounce {
    50% {transform: translate(-40%, -60%);}
}
@keyframes confused {
    0% {transform: scaleY(1) translate(-50%, -50%) rotate(0deg);}
    50% {transform: scaleY(0.5) translate(-50%, -50%) rotate(12deg);}
    100% {transform: scaleY(1) translate(-50%, -50%) rotate(0deg);}
}
@keyframes twikle {
    50% {transform: scale(0.80) translate(-80%, -70%) rotate(50deg);}
}
@keyframes waving {
    50% {transform: scaleY(1) translate(-48%, -48%) rotate(10deg);filter: drop-shadow(16px -4px 8px #0005);}
}

/* Responsive */
@media (min-width:600px){
	.productWrapper .content > img {max-height: 60px;width:auto;margin: 0 auto 1rem 0;}
	.productWrapper .content > .title {margin: unset;text-align:left;font-weight:700;}
	.productWrapper .thumb {height: 640px;}
	/* Puppy - Senior */
	.productWrapper.puppy .thumb .d1,
	.productWrapper.senior .thumb .d1 {left: calc(50% - 210px);top: calc(50% + 80px);max-width: 120px;}
	.productWrapper.puppy .thumb .d2,
	.productWrapper.senior .thumb .d2 {left: calc(50% - 225px);top: calc(50% - 180px);max-width: 45px;}
	.productWrapper.puppy .thumb .d3,
	.productWrapper.senior .thumb .d3 {left: calc(50% + 195px);top: calc(50% - 150px);max-width: 60px;}
	.productWrapper.senior .thumb .i1,
	.productWrapper.puppy .thumb .i1 {left: calc(50% - 195px);top: calc(50% + 220px);max-width: 150px;}
	.productWrapper.puppy .thumb .mockup,
	.productWrapper.senior .thumb .mockup,
	.productWrapper.adult .thumb .mockup {left: 50%;top: 50%;max-width: 620px;}
	/* Adult */
	.productWrapper.adult .thumb .d1 {left: calc(50% - 210px);top: calc(50% - 60px);max-width: 120px;}
	.productWrapper.adult .thumb .d2 {left: calc(50% + 210px);top: calc(50% - 240px);max-width: 45px;}
	.productWrapper.adult .thumb .d3 {left: calc(50% + 240px);top: calc(50% - 60px);max-width: 60px;}
	.productWrapper.adult .thumb .i1,
	.productWrapper.adult .thumb .i2 {left: calc(50% + 195px);top: calc(50% + 120px);max-width: 150px;}
	.productWrapper.adult .thumb .i2 {top: calc(50% + 248px);}

	#brand .private-label {height: 550px;}
	#brand .private-label .back {max-width: 430px;}
	#brand .private-label .decal.d1 {max-width: 70px;left: calc(50% - 190px);top: calc(50% - 90px);}
	#brand .private-label .decal.d2 {max-width: 84px;left: calc(50% + 190px);top: calc(50% + 40px);}
	#brand .private-label .decal.d3 {max-width: 78px;left: calc(50% + 210px);top: calc(50% - 190px);}
	#brand .private-label .mockup {max-width: 460px;}
}

@media (min-width:900px){
	/* Header */
	#masthead .brand, #masthead .brand a {max-width: 260px;}
	#hero .wave {bottom: -80px;left: 0;max-width: unset;width: unset;}
	.productWrapper {flex-wrap: nowrap;align-items: center;justify-content: space-between;}
	.productWrapper .thumb {flex:2;}
	.productWrapper .content {flex:3;}
	/* Adult Re-order */
	.productWrapper.adult .thumb {order: 1;}
	/* Puppy - Senior */
	.productWrapper.puppy .thumb .d1,
	.productWrapper.senior .thumb .d1 {left: calc(50% - 140px);top: calc(50% + 40px);max-width: 80px;}
	.productWrapper.puppy .thumb .d2,
	.productWrapper.senior .thumb .d2 {left: calc(50% - 150px);top: calc(50% - 120px);max-width: 30px;}
	.productWrapper.puppy .thumb .d3,
	.productWrapper.senior .thumb .d3 {left: calc(50% + 130px);top: calc(50% - 100px);max-width: 40px;}
	.productWrapper.senior .thumb .i1,
	.productWrapper.puppy .thumb .i1 {left: calc(50% - 130px);top: calc(50% + 140px);max-width: 100px;}
	.productWrapper.puppy .thumb .mockup,
	.productWrapper.senior .thumb .mockup,
	.productWrapper.adult .thumb .mockup {left: 50%;top: 50%;max-width: 420px;}
	/* Adult */
	.productWrapper.adult .thumb .d1 {left: calc(50% - 140px);top: calc(50% - 40px);max-width: 80px;}
	.productWrapper.adult .thumb .d2 {left: calc(50% + 140px);top: calc(50% - 160px);max-width: 30px;}
	.productWrapper.adult .thumb .d3 {left: calc(50% + 160px);top: calc(50% - 40px);max-width: 40px;}
	.productWrapper.adult .thumb .i1,
	.productWrapper.adult .thumb .i2 {left: calc(50% + 130px);top: calc(50% + 80px);max-width: 100px;}
	.productWrapper.adult .thumb .i2 {top: calc(50% + 165px);}

	#brand .private-label {height: 650px;}
	#brand .private-label .back {max-width: 520px;}
	#brand .private-label .decal.d1 {max-width: 80px;left: calc(50% - 220px);top: calc(50% - 120px);}
	#brand .private-label .decal.d2 {max-width: 96px;left: calc(50% + 240px);top: calc(50% + 60px);}
	#brand .private-label .decal.d3 {max-width: 80px;left: calc(50% + 255px);top: calc(50% - 235px);}
	#brand .private-label .mockup {max-width: 540px;}

	#contact {padding: 6rem 0 18rem;}
	#contact::before {max-width:400px;height:400px;}
}

@media (min-width:1200px){
    /* Header */
	.stub {height: 80px;}
    #masthead .container {grid-template-columns: 260px auto;justify-content: space-between;}
    #masthead .menu {display:none;}
    #masthead .menu-main-container {padding-top: 0px!important;max-height: 100%;grid-column: unset;}
    #masthead .menu-main-container .menu {flex-direction: unset;gap: var(--i-padding);}
    #masthead .menu-main-container .menu .menu-item {border-bottom: unset;padding: unset;}
    #masthead .menu-main-container .menu .menu-item a {padding: 4px 10px;border-radius: 12px;}
    #masthead .menu-main-container .menu .menu-item a:hover {background: var(--c-primary);color: var(--c-black);}
	/* Hero */
	#hero {height: calc(100vh - 80px);}

	/* Puppy - Senior */
	.productWrapper.puppy .thumb .d1,
	.productWrapper.senior .thumb .d1 {left: calc(50% - 210px);top: calc(50% + 80px);max-width: 120px;}
	.productWrapper.puppy .thumb .d2,
	.productWrapper.senior .thumb .d2 {left: calc(50% - 225px);top: calc(50% - 180px);max-width: 45px;}
	.productWrapper.puppy .thumb .d3,
	.productWrapper.senior .thumb .d3 {left: calc(50% + 195px);top: calc(50% - 150px);max-width: 60px;}
	.productWrapper.senior .thumb .i1,
	.productWrapper.puppy .thumb .i1 {left: calc(50% - 195px);top: calc(50% + 220px);max-width: 150px;}
	.productWrapper.puppy .thumb .mockup,
	.productWrapper.senior .thumb .mockup,
	.productWrapper.adult .thumb .mockup {left: 50%;top: 50%;max-width: 620px;}
	/* Adult */
	.productWrapper.adult .thumb .d1 {left: calc(50% - 210px);top: calc(50% - 60px);max-width: 120px;}
	.productWrapper.adult .thumb .d2 {left: calc(50% + 210px);top: calc(50% - 240px);max-width: 45px;}
	.productWrapper.adult .thumb .d3 {left: calc(50% + 240px);top: calc(50% - 60px);max-width: 60px;}
	.productWrapper.adult .thumb .i1,
	.productWrapper.adult .thumb .i2 {left: calc(50% + 195px);top: calc(50% + 120px);max-width: 150px;}
	.productWrapper.adult .thumb .i2 {top: calc(50% + 248px);}
}
