/*!
Theme Name: nices_theme
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: nices_theme
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.

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


/*--------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
	font-family: var(--oswald);
	font-weight: 450;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
	z-index: -1;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	background: #f7f3ee;
	border-radius: 5px;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 8px;
}

/* Desserts Menu */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
    content: "";
    display: inline-block;
    width: 90px;  
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    background-image: url('http://nices.unbranded.digital/wp-content/uploads/2025/12/Chocolate-Pudding.jpg');
	border-radius: 5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-cakes li.mega-menu-item > a.mega-menu-link > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/american-heritage-chocolate-vdx5hPQhXFk-unsplash-2.png');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-cheesecakes li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/hazelnut-choc-cheesecake.jpg');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-puddings li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2025/11/patri-cimpan-Qx1K0wwycFc-unsplash-scaled-e1764104343251.jpg');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-cookiepies li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2025/11/cookie-pie.png');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-cookiedough li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2025/11/cookie-dough.png');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-traybakes li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/isa-a-ozalp-7hF6SR8KHHE-unsplash-scaled.jpg');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-bakery li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2025/11/doughnuts-scaled.jpg');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-brownies li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2025/11/brownies.png');	
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-british li.mega-menu-item > a.mega-menu-link::before{
  background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/british-dessert-2.png');	
}

/* Ice Cream Menu */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-luxury li.mega-menu-item > a.mega-menu-link::before{
	background-image: url('http://nices.unbranded.digital/wp-content/uploads/2025/11/ice-cream-scoop.png');
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-gelato li.mega-menu-item > a.mega-menu-link::before{
	background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/pexels-david-disponett-1118410-2160309-scaled-e1768336686329.jpg');
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-milkshake li.mega-menu-item > a.mega-menu-link::before{
	background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/pexels-unkdevil-19887017-2-scaled.jpg');
}

/* Sundries Menu */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-sauce li.mega-menu-item > a.mega-menu-link::before{
	background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/chocolate-school-pudding.jpg');
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-packaging li.mega-menu-item > a.mega-menu-link::before{
	background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/cup-holder-2.jpg');
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.mega-toppings li.mega-menu-item > a.mega-menu-link::before{
	background-image: url('http://nices.unbranded.digital/wp-content/uploads/2026/01/Milk-Choc-Curls.png');
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	background-color: #f0e7db;
	transition: 0.3s ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
	margin: 0 8%;
}




/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

:root {
    --darkbrown: #3E322B;
	--beige: #FAF7F4;
	--lightpeach: #F5EADE;
	--darkpeach: #CD9965;
    --white: #FFFFFF;
    --oswald: "Oswald", sans-serif;
    --quicksand: "Quicksand", sans-serif;
}


*{
    margin: 0;
    padding:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: var(--quicksand);
    color: var(--darkbrown);
    overflow: auto;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}

#page{
    max-width:1800px;
    margin:auto;
    background-color:var(--beige);
}

p {
    font-family: var(--quicksand);
    font-size: 0.9em;
    line-height: 1.5em;
    color: var(--darkbrown);
    margin-bottom:15px;
    text-rendering: geometricPrecision;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: var(--oswald);
	color: var(--darkbrown);
	text-transform: uppercase;
}

h1 {
    font-size: 4em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h2 {
    font-size: 3em;
	font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h3 {
    font-size: 1.2em;
	font-weight: 550;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h4 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}



p strong, p b, strong, b{
    font-family: var(--quicksand);
    text-rendering: geometricPrecision;
}


a { 
    text-decoration: none;
    cursor: pointer;
    transition:all 0.3s ease;
}

header#masthead a{  
    text-decoration:none;
}


li { 
    list-style-type: none;
}


section div ul,
section div ol{ 
    margin:0 0 15px 15px;
}

section div ul li { 
    color: var(--darkbrown);
    font-size: 0.9em;
    list-style-type: disc;
    text-rendering: geometricPrecision;
}

section div ol li { 
    color: var(--darkbrown);
    font-size: 0.9em;
    list-style-type: numbers;
    text-rendering: geometricPrecision;
}



header#masthead .main-navigation {
    width:auto;
}


/* ******************************************************
    Buttons
*********************************************************/

a button {
    border-radius: 50px;
    border: 0;
    background: var(--darkbrown);
    padding: 14px 30px;
    cursor:pointer;
    transition:all 0.5s ease;
}

a button span{
    text-rendering: geometricPrecision;
    font-family: var(--oswald);
    font-weight: 500;
    color: var(--beige);
	text-wrap: nowrap;
    font-size: 1em;
    text-transform: uppercase;
    transition:all 0.3s ease;
}

a:hover button,
a:focus button {
    background: var(--darkpeach);
    cursor:pointer;
    transition:all 0.3s ease;
}

a.beige-cta button {
    background: var(--beige);
	    transition:all 0.3s ease;
}

a.beige-cta span{
	color: var(--darkbrown);
	    transition:all 0.3s ease;
}

a.beige-cta:hover button {
    background: var(--darkpeach);
	    transition:all 0.3s ease;
}
a.beige-cta:hover button span {
    color: var(--beige);
	    transition:all 0.3s ease;
}

/* ******************************************************
    Header, Nav, Menus...
*********************************************************/
body:not(.logged-in) .account-icon.cart {
    display: none !important;
}
header#masthead .top-nav{
	position: absolute;
	top: -28px;
	left: 0;
	width: 100%;
	background: #292626;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
	gap: 35px;
    padding: 0 5%;
	height: 28px;
}

header#masthead .top-nav a {
	font-size: 0.9em;
	color: var(--beige);
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
}

header#masthead .top-nav a:hover{
	color: var(--darkpeach);
	transition: 0.3s ease all;
}

header#masthead .top-nav a:hover svg,
header#masthead .top-nav a:hover svg g{
	fill: var(--darkpeach);
	transition: 0.3s ease all;
}
header#masthead .top-nav a svg{
	width: 16px;
}

header#masthead div.menu-primary-menu-container {
	display: block;
}
header#masthead div.menu-mobile-menu-container {
	display: none;
}

header#masthead .main-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	width: 100%;
}

header#masthead .main-nav .lhs{
    display: flex;
    flex-direction: row;
    justify-content: start;
	align-items: center;
	gap: 30px;
}

header#masthead .main-nav .rhs{
	display: flex;
    flex-direction: row;
    justify-content: end;
	align-items: center;
	gap: 30px;
	width: 50%;
}

header#masthead .main-nav .rhs .account-icons{
	display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	gap: 20px;
}

header#masthead .main-nav .rhs svg {
    height: 25px;
}

header#masthead .main-nav .rhs .account-icon svg{
	width: 25px;
}

header#masthead .main-nav .rhs .account-icon:hover svg{
	fill: var(--darkpeach);
	stroke: var(--darkpeach);
	transition: 0.3s ease all;
}

header#masthead .main-nav .rhs .wp-block-yith-search-block.alignwide {
    width: 100%;
	max-width: 550px;
}

header#masthead .main-nav .rhs .wp-block-yith-search-block .ywcas-classic-search .ywcas-input-field-wrapper .ywcas-submit-wrapper {
    margin: 5px 14px 0 0!important;
}

header#masthead .main-nav .rhs .wp-block-yith-search-block input {
    padding: 5px 0 5px 24px !important;
}

header#masthead .main-nav .rhs .css-spla63 .ywcas-input-field-wrapper {
    border-radius: 50px;
    padding: 3px 0;
}

header#masthead{
    position: fixed;
    top: 28px;
    width: 100%;
    height: 70px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    max-width:1800px;
    margin:auto;
	background: var(--beige);
}

header#masthead .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

header#masthead .main-navigation ul li {
    margin: 0 30px;
    padding: 24px 0;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li a{
    color: var(--darkbrown);
	text-transform: uppercase;
	font-weight: 500;
    font-size: 1.1em;
    font-family: var(--oswald);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li:hover a,
header#masthead .main-navigation ul li:focus a{
    color: var(--darkpeach);
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li.menu-item-has-children{
    padding-right: 15px;
}

header#masthead .main-navigation ul li.menu-item-has-children:after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    border: 2px solid var(--darkpeach);
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    right: 0px;
    top: calc(50% - 6px);
}


header#masthead .main-navigation ul li ul li {
    padding: 5px 0;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li a,
header#masthead .main-navigation ul li:hover ul li a,
header#masthead .main-navigation ul li:focus ul li a{
    color: var(--darkbrown);
    font-size: 0.9em;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li:hover a,
header#masthead .main-navigation ul li ul li:focus a{
    color: var(--darkpeach);
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul ul {
    background: white;
    display:block;
    margin-left: -15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 0 0 10px;
}

header#masthead .main-navigation ul ul:before {
    content: " ";
    width: calc(100% + 10px);
    height: 12px;
    margin-left: -5px;
    background: #fff;
    position: absolute;
    margin-top: -12px;
}

header#masthead a.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header#masthead a.custom-logo-link img.custom-logo {
	width: auto;
	object-fit: contain;
    height: 97px;
    margin: 0 0 4px;
    display: block;
    position: relative;
    padding: 18px;
}


/* ******************************************************
    Content
*********************************************************/

section.home-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-glide,
.hero-glide .glide__track,
.hero-glide .glide__slides,
.hero-glide .glide__slide {
    height: 100%;
}

ul.glide__slides,
ul.glide__slides li{
    margin:0;
    padding:0;
    list-style-type:none;
}

section.home-hero .hero-slide {
    position: relative;
    min-height: clamp(60vh, 80vh, 900px);
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

section.home-hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.65),
        rgba(0, 0, 0, 0.3)
    );
}

section.home-hero .content {
	position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 170px 0 100px 8%;
}

section.home-hero .content h1,
section.home-hero .content p {
    color: var(--beige);
}

section.home-hero .content p{
	font-size: 1.1em;
    font-weight: 500;
	margin-bottom: 20px;
}

.hero-glide__arrows {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.glide__arrow {
	border-radius: 50px!important;
    width: 34px;
    height: 34px;
    pointer-events: auto;
    position: absolute;
	display: flex!important;
    align-items: center;
    justify-content: center;
    top: calc(50% + 80px);
    transform: translateY(-50%);
    border: none;
    border-radius: 999px;
    padding: 0.75rem 1rem;
    cursor: pointer;
    color: #fff;
}

.hero-glide__arrow span {
    font-size: 1.1rem;
    display: inline-block;
}

.hero-glide__arrow.glide__arrow--left {
    left: 1.5rem;
}

.hero-glide__arrow.glide__arrow--right {
    right: 1.5rem;
}

.hero-glide__bullets {
    position: absolute;
    bottom: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.hero-glide__bullet {
    width: 13px!important;
    height: 13px!important;
    border-radius: 999px;
    border: none;
    background: var(--white);
    cursor: pointer;
    transition: all 0.25s ease;
}

.hero-glide__bullet.glide__bullet--active {
    background: var(--darkpeach); 
}

.glide__bullet:hover, 
.glide__bullet:focus {
    border: none!important;
    background-color: var(--lightpeach)!important;
}

section.icons-banner{
	background-color: var(--lightpeach);
	padding: 20px 8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

section.icons-banner .wrapper{
	width: calc(25% - 30px);
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

section.icons-banner .wrapper img{
	height: 35px;
}

.post-type-archive header.woocommerce-products-header {
    padding: 150px 8% 0px;
}

.post-type-archive.woocommerce ul.products {
    margin: 0;
    padding: 0 5%;
}
.post-type-archive.woocommerce .woocommerce-ordering {
    display: none;
}

.post-type-archive.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right;
    margin: 0 calc(5% + 20px) 20px 0;
}

.post-type-archive .woocommerce-notices-wrapper {
    margin-top: 20px;
}

.woocommerce-account .woocommerce-notices-wrapper{
	margin-top: 0!important;
    width: 100%!important;
	margin-bottom:35px;
}

.post-type-archive.woocommerce nav.woocommerce-pagination{
	padding: 20px 0 60px;
}

.post-type-archive a.added_to_cart.wc-forward {
    display: none;
}



section.products{
	padding: 70px 8%;
}

section.products .wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
	padding-top: 30px;
}

section.icons-banner .wrapper p{
	margin-bottom: 0;
}

section.products h2{
	text-align: center;
}

section.products .wrapper a{
    width: calc(25% - 23px);
	background-color: var(--lightpeach);
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
}

section.products .wrapper a img{
    aspect-ratio: 3 / 2.5;
    object-fit: cover;
}

section.products .wrapper a:hover{
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}


section.products .wrapper a h3{
	background-color: var(--lightpeach);
	padding: 12px 20px;
	width: 100%;
	text-align: center;
}

section.error-404.not-found {
    padding: 200px 5% 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

section.banner{
	padding: 40px 8%;
	background-color: var(--darkbrown);
	margin: 40px 0;
	display: flex;
	flex-direction: row;
	gap: 50px;
	justify-content: space-between;
	align-items: center;
}

section.banner h2,
section.banner p{
	color: var(--lightpeach);
}

section.banner .lhs{
	max-width: 600px;
}

section.banner .lhs h2{
    text-transform: capitalize;
    font-size: 2.5em;
    display: flex;
    gap: 25px;
    align-items: center;
}

section.banner .lhs h2 img {
    width: 46px;
    height: 46px;
    margin-top: 6px;
}

section.banner .rhs{
	width: 250px;
	width: 250px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

section.banner .lhs p {
	margin-bottom: 20px;
}

section.banner .rhs a {
    color: var(--lightpeach);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
	font-family: var(--oswald);
	font-size: 1.2em;
	transition: 0.3s ease all;
}


section.banner .rhs a:hover {
    color: var(--darkpeach);
	transition: 0.3s ease all;
}

section.banner .rhs a:hover svg,
section.banner .rhs a:hover svg g {
	fill: var(--darkpeach);
	transition: 0.3s ease all;
}

section.banner .rhs a svg.phone {
	width: 26px;
}

section.banner .rhs a svg {
    width: 19px;
}

section.picture-cards{
	padding: 70px 8%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}

section.picture-cards .card.full-width{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
}
.postcode-checker {
    min-width: 200px;
}

section.picture-cards .card .beige-cta{
	background: var(--beige);
}

section.picture-cards .card:hover .beige-cta{
	background: var(--darkpeach);
	transition: 0.3s ease all;
}

section.picture-cards .card:hover .beige-cta span{
	color: var(--beige);
	transition: 0.3s ease all;
}

section.picture-cards .card .beige-cta span{
	color: var(--darkbrown);
}

section.picture-cards .card .lhs h3,
section.picture-cards .card .lhs p{
	    position: relative;
    color: var(--beige);
    z-index: 1;
}
section.picture-cards .card .postcode-checker h3 {
    color: var(--beige);
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.postcode-checker .postcode-input-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.postcode-checker .postcode-input {
    font-family: 'Oswald';
    text-transform: uppercase;
    color: var(--darkbrown);
    border: none;
    border-radius: 3px;
    padding: 8px 45px 8px 15px;
    font-weight: 500;
    background: var(--beige);
    width: 100%;
    box-sizing: border-box;
}

.postcode-checker .postcode-input:focus {
    outline: none;
}

.postcode-checker .check-postcode {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--darkbrown);
    transition: color 0.3s ease;
}

.postcode-checker .check-postcode:hover {
    opacity: 0.7;
}

.postcode-checker .postcode-result {
    margin-top: 10px;
    color: var(--beige);
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
	border-radius: 50px;
    border: 0;
    background: var(--darkbrown);
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
	text-decoration: none;
}

.wc-block-components-button__text{
	text-rendering: geometricPrecision;
    font-family: var(--oswald);
    font-weight: 500;
    color: var(--beige);
    text-wrap: nowrap;
    font-size: 1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
	text-decoration: none;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover{
	    background: var(--darkpeach);
}

section.picture-cards .card.half-width{
	width: calc(50% - 15px);
}

section.picture-cards .card {
    position: relative;
    padding: 70px 50px;
    overflow: hidden;
	border-radius: 10px;
}

section.picture-cards .card h3{
	text-transform: capitalize;
	font-size: 2em;
}

section.picture-cards .card p{
	font-weight: 500;
	max-width: 600px;
	margin-bottom: 25px;
}

section.picture-cards .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

section.picture-cards .card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); 
    z-index: 0;
}

section.picture-cards .card> * {
    position: relative;
	color: var(--beige);
    z-index: 1;
}

section.reviews{
	padding: 70px 8%;
}

section.reviews h2{
	margin-bottom: 30px;
}

.ti-widget.ti-goog .ti-controls .ti-next,
.ti-widget.ti-goog .ti-controls .ti-prev{
	background-color: var(--darkbrown)!important;
}

.ti-widget.ti-goog .ti-controls .ti-next::before,
.ti-widget.ti-goog .ti-controls .ti-prev::before{
	border-color: var(--white)!important;
}


.woocommerce table.my_account_orders .button.reorder {
    background: #efd0ae;
}

/* ******************************************************
    Single Product
*********************************************************/
.woocommerce div.product {
    padding: 30px 8% 70px;
}

.woocommerce-notices-wrapper{
	margin-top: 98px;
}
	.woocommerce-account .woocommerce-notices-wrapper{
		margin-top: 0;
	}

.woocommerce-message {
    border-top-color: var(--darkbrown);
	background-color: var(--lightpeach);
	padding: 15px 8%;
	margin: 0;
}

.woocommerce-message::before {
    display: none;
}

.woocommerce-breadcrumb a{
	color: var(--darkbrown)!important;
}
.tax-product_cat .woocommerce-breadcrumb a{
	color: var(--beige)!important;
}

.woocommerce-breadcrumb {
	color: var(--darkpeach)!important;
	font-size: 0.8em!important;
}

span.posted_in,
span.tagged_as{
	display: none;
}

.woocommerce div.product div.images img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.single-product .woocommerce-product-gallery {
    max-width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image{
    width: 100%!important;
}

.single-product .woocommerce-product-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-auto-rows: auto;
    gap: 20px; 
}

.single-product .woocommerce-product-gallery__wrapper
.woocommerce-product-gallery__image:first-child {
    grid-column: 1 / -1; 
}

.single-product .woocommerce-product-gallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;     
    display: block;
} 


.woocommerce div.product .product_title {
    font-size: 2.5em;
	margin-bottom: 10px;
}

/* Wrapper under short description */
.dietary-badges {
    display: flex;
    gap: 8px;
    margin: 10px 0 15px;
}

/* Base circle style */
.dietary-badge {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7em;
    font-weight: 600;
    color: var(--darkbrown);      
}

.dietary-badge--vegan {
    background: #e6f6ea;
    border-color: #3b7c48;
}

.dietary-badge--vegetarian {
    background: #f6f2e6;
    border-color: #3b7c48;
}

.dietary-badge--gluten-free {
    background: #e6f8ff;
    border-color: #335d99;
}

.dietary-badge--halal {
    background: #f7efe7;
    border-color: #7a4e2f;
}


span.sku_wrapper {
    font-weight: 100;
	font-size: 0.9em;
}

.product_meta {
    border-bottom: 1px solid var(--darkbrown);
    padding-bottom: 20px;
	margin-bottom: 20px;
}

.product-attribute-line{
	font-weight: 400;
    font-size: 1.1em;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
	margin-bottom: 15px;
}

p.price{
	display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
}

p.price .price-label{
    font-weight: 500;
	font-size: 0.9em;
	font-family: var(--quicksand);
	color: var(--darkbrown);
}

.product-qty-wrapper {
    margin-bottom: 15px;
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.product-qty-wrapper label {
    display: block;
    font-weight: 400;
	font-size: 1.1em;
}

span.woocommerce-Price-amount.amount{
	font-family: var(--oswald);
    color: var(--darkbrown);
    font-weight: 550;
    font-size: 1.2em;
}

.product-qty-box {
    display: inline-flex;
	border: 1px solid var(--darkbrown);
    border-radius: 4px;
}

.product-qty-box .qty-btn {
	color: var(--darkbrown);
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    padding: 0 16px 1px;
}

.product-qty-box input.qty {
	background: var(--beige);
	color: var(--darkbrown);
    width: 25px!important;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 0;
    border-right: 0;
}

.product-qty-box input.qty {
    -moz-appearance: textfield;
}

.product-qty-box input.qty::-webkit-outer-spin-button,
.product-qty-box input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce div.product form.cart .button,
.woocommerce .woocommerce-message .button,
a.wc-forward.button,
.woocommerce-account .woocommerce-MyAccount-content button.button,
button.wc-block-components-button.wc-block-components-checkout-place-order-button,
button.wc-block-components-button.wc-block-components-totals-coupon__button,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-add-to-cart,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt{
	border-radius: 50px;
    border: 0;
    background: var(--darkbrown);
    padding: 14px 30px;
    cursor: pointer;
    transition: all 0.5s ease;
	text-rendering: geometricPrecision;
    font-family: var(--oswald);
    font-weight: 500;
    color: var(--beige);
    text-wrap: nowrap;
    font-size: 1.1em;
    text-transform: uppercase;
	width: fit-content;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce .woocommerce-message .button:hover,
a.wc-forward.button:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
button.wc-block-components-button.wc-block-components-checkout-place-order-button:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-add-to-cart:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover{
	transition: 0.3s ease all;
    background: var(--darkpeach);
}
.woocommerce form.register,
.woocommerce form.login{
	margin: 20px 0;
    padding: 50px;
    border: 1px solid var(--darkbrown);
    border-radius: 10px;
}
a.woocommerce-privacy-policy-link{
	color: var(--darkpeach)!important;
	text-decoration: underline;
}

.woocommerce .col2-set h2, .woocommerce-page .col2-set h2{
font-family: var(--quicksand);
    color: var(--darkbrown);
    text-transform: capitalize;
    font-size: 1.4em;
}


.woocommerce-account .woocommerce-MyAccount-content button.button{
    margin-top: 20px;
}

.woocommerce div.product form.cart{
	margin-bottom:20px;
}

.woocommerce div.product form.cart .button{
	border-radius: 4px;
	width: 100%;
	margin-top: 30px;
    padding: 18px 12px;
}

.woocommerce-page div.product .woocommerce-tabs {
    width: 48%;
}

.woocommerce div.product .woocommerce-tabs div#tab-allergies p{
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
    margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
	text-align: center;
    background-color: transparent;
    color: var(--darkbrown);
    border-radius: 0;
	width: calc(100% / 3);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    color: var(--darkbrown);
	border-bottom: 3px solid var(--darkbrown);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 3px solid #DAD1C8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: var(--oswald);
    text-transform: uppercase;
    color: var(--darkbrown);
    font-weight: 600;
}

aside#secondary {
    display: none;
}

section.related.products {
    padding: 70px 0 0;
}

section.related.products h2 {
    text-align: start;
    margin-bottom: 30px;
}

section.related.products span.price-label {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--darkbrown);
    color: var(--beige);
    border: 1px solid var(--darkbrown);
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid var(--darkbrown);
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid var(--darkbrown);
	padding: 5px 0px 2px;
}

.woocommerce nav.woocommerce-pagination ul li a{
	color: var(--darkbrown);
	    padding: 14px 10px;
		display: unset;
}

.woocommerce nav.woocommerce-pagination ul li span{
	display: unset;
}

.woocommerce nav.woocommerce-pagination ul li:hover,
.woocommerce nav.woocommerce-pagination ul li:hover span,
.woocommerce nav.woocommerce-pagination ul li:hover a{
	background: var(--darkpeach);
}

.woocommerce nav.woocommerce-pagination ul li:hover a{
	color: var(--beige);
}


/* ******************************************************
    Parent Category
*********************************************************/
section.category-hero {
    position: relative;
    width: 100%;
    padding: 160px 8% 50px;
    color: #fff;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.category-hero.child {
            padding: 150px 8% 0px;
}

section.category-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

section.category-hero .wrapper{
	position: relative;
	z-index: 3;
	display: flex;
    flex-direction: column;
}

section.category-hero h1{
	color: var(--beige);
}

section.category-hero p{
	font-weight: 500;
	color: var(--beige);
	max-width: 600px;
}

section.category-hero .woocommerce-breadcrumb {
    margin: 0;
}

section.category-hero.child::before{
	display: none;
}

section.category-hero.child h1,
section.category-hero.child p,
section.category-hero.child .woocommerce-breadcrumb a{
    color: var(--darkbrown)!important;
}

section.popular-products{
	display: none;
}
section.products-wrapper{
	padding: 0 5% 70px 30px;
	display: flex;
	flex-direction: column;
}

section.products-wrapper .top-wrapper{
	padding: 15px 20px 20px 250px;
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: flex-end;
	align-items: end;
}
small.woocommerce-price-suffix{
	display: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.wc-block-components-panel__button,
.wc-block-components-button:not(.is-link) .wc-block-components-button__text{
    font-size: 1.1em !important;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p{
	display: none;
}
.wc-block-components-quantity-selector {
    border: 1px solid var(--darkbrown);
}
.wc-block-components-formatted-money-amount {
    font-size: 1.4em;
    font-weight: 500;
    font-family: var(--oswald);
}

.top-wrapper .yith-wcan-filters{
	display: none;
}

.top-wrapper .yith-wcan-filters h3,
.top-wrapper .yith-wcan-filters .yith-wcan-filter::after{
	display: none;
}
.top-wrapper .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    background-color: var(--beige);
    border: 1px solid var(--darkbrown);
    border-radius: 4px;
    box-shadow: none;
    padding: 10px 0px;
	width: 180px;
}
.top-wrapper .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
    margin-bottom: 12px;
	line-height: 1em;
}
.top-wrapper .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li > a {
    font-size: 0.9em;
}
.top-wrapper .yith-wcan-filters .yith-wcan-filter {
    padding: 0px;
}

.top-wrapper .yith-wcan-filters .yith-wcan-filter h4{
	font-family: var(--quicksand);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.85em;
}

.top-wrapper .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
    border-color: unset;
    box-shadow: none;
}

.top-wrapper .yith-wcan-filters .yith-wcan-filter,
.top-wrapper .yith-wcan-filters {
	margin-bottom: 0!important;
}

.top-wrapper .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    border: 1px solid var(--darkbrown);
}

.top-wrapper .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
    font-size: 0.85em;
	margin-right: 20px;
}

.product-count{
	font-size: 0.85em;
}

section.products-wrapper .container{
	display: flex;
	gap: 50px;
}

section.products-wrapper .child-category-links{
	padding: 20px 5% 30px 300px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

section.products-wrapper .child-category-links a{
	font-size: 1em;
    font-weight: 500;
	font-family: var(--oswald);
	text-transform: uppercase;
	padding: 10px 25px;
	color: var(--darkbrown);
	border: 1px solid var(--darkbrown);
	border-radius: 4px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

section.products-wrapper .child-category-links a svg{
	width: 15px;
}

section.products-wrapper .child-category-links a:hover{
	background-color: var(--darkbrown);
	color: var(--beige);
	transition: 0.2s ease all;
}

section.products-wrapper .child-category-links a:hover svg g{
	fill: var(--beige);
	transition: 0.2s ease all;
}

section.products-wrapper .sidebar{
	width: 250px;
}

section.products-wrapper .sidebar .filters-container h3 {
    font-size: 1.4em;
	position:relative;
	padding-bottom: 15px;
}

section.products-wrapper .sidebar .filters-container h3::after{
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	background-color: var(--darkbrown);
	bottom: 0;
	left: 0;
}

.sidebar .yith-wcan-filters .yith-wcan-filter {
    padding: 15px 0;
    margin: 0;
	position: relative;
}

.sidebar .yith-wcan-filters .yith-wcan-filter::after{
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	background-color: var(--darkbrown);
	bottom: 0;
	left: 0;
}

.sidebar .yith-wcan-filters .yith-wcan-filter h4{
	font-family: var(--quicksand);
	font-weight: 400;
	font-size: 0.9em;
	text-transform: capitalize;
}

.sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background-color: var(--darkbrown);
    height: 1.5px;
}

.sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 2px solid var(--darkbrown);
    background-color: var(--darkbrown);
	box-shadow: none;
    height: 8px;
    top: 33px;
    width: 8px;
}

.sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to{
	background-color: var(--darkbrown);
    border-radius: 3px;
    color: var(--beige);
    cursor: initial;
    font-family: 'Oswald';
    font-size: 1.1em;
    line-height: normal;
    padding: 6px 8px;
}
.sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from:before,
.sidebar .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to:before{
	border-top: 5px solid var(--darkbrown);
}

.sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{
	font-size: 0.9em;
}


.irs--round .irs-line{
	display: none;
}

.sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
	list-style-type: none;
	font-size: 1em;
}

section.products-wrapper .main{
	width: calc(100% - 280px);
}

.woocommerce ul.products li.product {
    background: #fffbf6;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.single-product-short-description {
    font-size: 1.25em;
    font-weight: 600;
}

.woocommerce h2.woocommerce-loop-product__title{
    font-family: var(--quicksand)!important;
    text-transform: capitalize;
    font-size: 1.2em!important;
    font-weight: 450;
	padding: 5px 15px 10px!important;
}

.woocommerce ul.products li.product .price {
    font-size: 1em;
	margin-bottom: 10px;
	padding: 0 15px;
}

.woocommerce ul.products li.product .dietary-badges{
	padding: 0 15px;
}

.woocommerce ul.products li.product .button,
.woocommerce table.my_account_orders .button{
	margin-top: 5px;
    width: 100%;
	border: 0;
	border-radius: 0;
    background: var(--lightpeach);
    padding: 14px 30px;
    cursor: pointer;
	text-align: center;
    transition: all 0.5s ease;
    text-rendering: geometricPrecision;
	text-decoration: none;
    font-family: var(--oswald);
    font-weight: 500;
    color: var(--darkbrown);
    text-wrap: nowrap;
    font-size: 1.1em;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce table.my_account_orders .button:hover{
	background: var(--darkbrown);
	transition: 0.3s ease all;
	color: var(--beige);
}

.ywcrbp-role-price-rule::before,
.products .ywcrbp-role-price-rule::after{
	display: none;
}

.ywcrbp-role-price-rule .role-price {
    align-items: start;
}
span.woocommerce-Price-amount.amount {
    font-weight: 550;
    font-size: 1.4em;
    padding: 0;
}
.woocommerce ul.products li.product .role-price .price {
    padding: 0 10px;
}
a.added_to_cart.wc-forward{
	display: none;
}

.archive .vat-label {
	font-size: 1em;
}

.vat-label {
	font-size: 0.8em;
    font-weight: 400;
    color: var(--darkbrown);
    vertical-align: middle;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 20px 20px 0;
    width: calc(25% - 20px);
}



/* ******************************************************
    Contact / Basic
*********************************************************/
section.category-hero.contact {
    padding: 160px 8% 50px;
}

section.contact-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    padding: 70px 8%;
}

section.contact-wrapper .lhs{
    width: 50%;
    padding: 50px;
    border: 1px solid var(--darkbrown);
    border-radius: 10px;
}

section.contact-wrapper .lhs a{
    color: var(--darkbrown);
}

section.contact-wrapper .lhs a:hover,
    section.contact-wrapper .lhs a.contact-details:hover{
    color: var(--darkpeach);
    transition: 0.3s ease all;
}

section.contact-wrapper .lhs .wrapper{
	margin-bottom: 20px;
}

section.contact-wrapper .lhs h2{
    font-size: 2em;
    padding-bottom: 30px;
    position: relative;
}

section.contact-wrapper .lhs h2::after{
	position: absolute;
	width: 90%;
	height: 1px;
	content: "";
	background-color: var(--darkbrown);
	bottom: 15px;
	left: 0;
}

section.contact-wrapper .lhs a.contact-details {
	font-size: 1.2em;
    color: var(--darkbrown);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    font-weight: 700;
}

section.contact-wrapper .lhs a.contact-details svg {
    width: 20px;
}

section.contact-wrapper .lhs .contact-details:hover svg,
section.contact-wrapper .lhs .contact-details:hover svg g{
	fill: var(--darkpeach);
	transition: 0.3s ease all;
}

section.contact-wrapper .rhs{
    width: 50%;
}

section.contact-wrapper .rhs iframe{
    border-radius: 10px;
    width: 100%;
}

/* ******************************************************
    Account
*********************************************************/
/* NOT logged in → column */
body:not(.logged-in) .woocommerce-account .entry-content .woocommerce {
    flex-direction: column !important;
    gap: 10px !important;
}

/* Logged in → row */
body.logged-in .woocommerce-account .entry-content .woocommerce {
    flex-direction: row !important;
    gap: 10px !important;
}
.woocommerce-error {
    border-top-color: var(--darkbrown);
	background-color: var(--lightpeach);
}
.woocommerce-error li{
    font-size: 0.9em;
}
.woocommerce form .form-row select{
	background-color: transparent;
}
.woocommerce-error::before {
    color: var(--darkbrown);
}
.woocommerce-account article{
    padding: 160px 8% 70px;
}

.entry-content{
    margin: 30px 0 0;
}



.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid var(--darkbrown);
    border-radius: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 10px 20px;
}

.woocommerce-account a{
    color: var(--darkbrown);
}
.woocommerce-account a:hover {
    color: var(--darkpeach);
}
.woocommerce-account .woocommerce-MyAccount-content {
    border: 1px solid var(--darkbrown);
    border-radius: 6px;
    padding: 40px;
}

.woocommerce-info {
    border-top-color: transparent;
    background-color: var(--lightpeach);
}

.woocommerce-info::before{
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-family: var(--quicksand);
    text-transform: capitalize;
    font-size: 1em;
}

.woocommerce-account .woocommerce-MyAccount-content a{
    color: var(--darkpeach);
    text-decoration: underline;
}

.woocommerce form .form-row .input-text,
.woocommerce form .select2-container .select2-selection
{
    background: transparent;
}

.woocommerce form .form-row .required{
    color: var(--darkpeach)!important;
}

footer.entry-footer{
    display: none;
}

span.wc-block-components-totals-item__label{
	font-size: 1.2em;
}
.wc-block-components-panel__button {
    font-size: 1.2em !important;
}

/* ******************************************************
    Cart
*********************************************************/
.woocommerce-cart article{
    padding: 160px 8% 70px;
}

.wc-block-cart__submit-button{
    color: var(--darkbrown);
    text-decoration: underline;
}

.wc-block-components-product-name{
    color: var(--darkbrown);
}

.wc-block-components-text-input input[type=text]{
    background-color: transparent!important;
}

table.wc-block-cart-items .wc-block-cart-items__header th {
    font-weight: 700;
    font-size: 1.3em;
    text-transform: capitalize;
}

h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title{
        font-size: 1em;
    text-transform: capitalize;
}


/* ******************************************************
    Checkout
*********************************************************/
.woocommerce-checkout article{
    padding: 160px 8% 70px;
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
select#billing-country,
.wc-block-components-form .wc-block-components-text-input input[type=tel]{
    background-color:var(--beige)!important;
}

form.wc-block-components-form.wc-block-checkout__form h2{
    font-family: var(--quicksand);
}

.wcstripe-payment-element.StripeElement {
    margin-bottom: 20px;
}

/* ******************************************************
    Basic
*********************************************************/
section.basic-wrapper{
    padding: 70px 8%;
    max-width: 1000px;
    margin: auto;
}

section.basic-wrapper strong{
	 font-size: 1.2em;
}

section.faqs{
    padding: 40px 8% 70px;
}

section.faqs .rhs{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 20px;
    row-gap: 10px;
}

section.faqs .faq-item {
    width: calc(50% - 10px);
    border-bottom: none;
    background-color: var(--beige);
    border: 1px solid var(--darkbrown);
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 1rem;
    border-radius: 10px;
}

section.faqs .faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-size: 1em;
    font-family: var(--quicksand);
    font-weight: 500;
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.faqs .faq-question svg{
    width: 23px;
}

section.faqs .faq-answer {
    display: none;
    padding: 0 20px;
    color: var(--black);
}

section.faqs .faq-question[aria-expanded="true"] + .faq-answer {
    display: block;
}

section.faqs .faq-question .arrow {
    transition: transform 0.3s ease;
}

section.faqs .faq-question[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.ywcas-popover-results .popover-content{
	border: 1px solid var(--darkbrown);
	box-shadow: none;
	background: #f8f7f5;
}
/* ******************************************************
    Footer
*********************************************************/
footer#colophon .postcode-checker {
    min-width: 200px;
    background: #292626;
    padding: 20px;
    border-radius: 6px;
}

footer#colophon .postcode-checker h3 {
    color: var(--beige);
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
}

footer#colophon .terms-banner{
    display: flex;
    flex-direction: row;
    align-items: center;
	flex-wrap: wrap;
    gap: 40px;
    background-color: #292626;
    padding: 10px 8%;
}

footer#colophon .terms-banner a p,
footer#colophon .terms-banner p{
    margin-bottom: 0;
    font-size: 0.8em;
    color: var(--white);
}


footer#colophon .terms-banner a:hover p{
	color: var(--darkpeach);
}

footer#colophon ul li{
    list-style-type:none;
}

footer#colophon a{
    text-decoration:none;
}

footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 8%;
    flex-wrap: wrap;
    background: #3F3936;
    width: 100%;
	row-gap: 40px;
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 0 20px 0 0;
    max-width: 33.333%;
	min-width: 180px;
}

footer#colophon .site-info .widget-title {
    color: var(--beige);
	font-size: 1.3em;
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li{
    color:var(--beige);
    font-size: 0.9em;
	font-weight: 300;
    transition:all 0.3s ease;
	line-height: 1.6em;
}

footer#colophon .site-info li a{
   font-size: 1em;
}

footer#colophon .site-info li ul.sub-menu li a{
		font-size: 1.1em;
}

aside#nav_menu-3 .site-info ul {
    column-count: 2;
}

footer#colophon .site-info ul{
    margin:0;
    column-count:1;
    column-gap:40px;
}

footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus{
    color:var(--darkpeach);
    transition:all 0.3s ease;
}

.social-icons{
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 20px;
}

footer#colophon a.contact-details {
	font-size: 1em;
    color: var(--beige);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
	font-weight: 500;
}

footer#colophon a.contact-details svg {
    width: 18px;
}

footer#colophon .contact-details:hover svg,
footer#colophon .contact-details:hover svg g{
	fill: var(--darkpeach);
	transition: 0.3s ease all;
}

footer#colophon aside#custom_html-3 {
    max-width: 300px;
}

footer#colophon a.next-delivery.postcode-checker {
    display: block;
    margin-top: 20px;
    background: #f1ebe6;
	transition: 0.3s ease all;
}

footer#colophon a.next-delivery.postcode-checker h3{
    color: #292626;
	margin-bottom:0;
	transition: 0.3s ease all;
}

footer#colophon a.next-delivery.postcode-checker:hover, 
footer#colophon a.next-delivery.postcode-checker:focus{
    background:#f3d7b9;
	cursor:pointer;
	transition: 0.3s ease all;
}



/* ******************************************************
    Media Queries
*********************************************************/


@media screen and (max-width:1470px){
	#mega-menu-wrap-menu-1 {
    display: none;
	}
    header#masthead div.menu-primary-menu-container {
	display: none;
	}
	header#masthead div.menu-mobile-menu-container {
	display: flex;
	}

header#masthead .main-navigation .menu-toggle {
        display: block;
        margin: auto;
    }

	header#masthead {
    padding-right: 65px;
	}

	header#masthead .main-nav .rhs {
    gap: 20px;
	width: calc(100% - 100px);
}

header#masthead .main-nav .rhs a button {
    display: none;
}
    
    header#masthead .main-navigation {
        display: flex;
        width: 85px;
        position: fixed;
        right: 0;
        height:80px;
        flex-direction: column;
        justify-content: center;
        z-index: 9999;
    }
    
    
    header#masthead .main-navigation ul#mobile-menu {
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 85px);
        max-width:400px;
        min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation.toggled ul#mobile-menu {
        background: var(--lightpeach);
        z-index:9999;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        width: calc(100% - 85px);
        max-width:400px;
        min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation ul li {
        margin: 0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul li a,
    header#masthead .main-navigation ul li:hover a,
    header#masthead .main-navigation ul li:focus a{
        margin: 0 0 15px;
        line-height: 1em;
        padding-bottom:3px;
    }
    
    header#masthead .main-navigation ul li.current_page_item a, 
    header#masthead .main-navigation ul li ul li.current_page_item a,
    header#masthead .main-navigation ul li.current_page_item:hover a,
    header#masthead .main-navigation ul li.current_page_item:focus a {
        margin: 0 0 15px;
        padding-bottom:3px;
    }

    
    header#masthead .main-navigation ul li {
        height: auto;
    }
    
    header#masthead .main-navigation ul li:hover,
    header#masthead .main-navigation ul li:focus{
        margin:0;
        font-size: 1.25em;
    }
    
    header#masthead .main-navigation ul ul{
        box-shadow: none;
    }
    
    header#masthead button div:first-child {
         margin: 0px 0 5px;
    }
    
    header#masthead button div {
        height: 3px;
        width: 34px;
        background: var(--darkbrown);
         margin: 5px 0;
        transition: all 0.3s ease;
    }
    
    header#masthead button:hover div,
header#masthead button:focus div {
        background: var(--darkpeach)0;
        transition: all 0.3s ease;
    }
    
    header#masthead button div:last-child {
         margin: 5px 0 8px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead nav#site-navigation.toggled button div:first-child {
        transform: rotate(45deg);
        width:34px;
        transform-origin: 6px 5px;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div {
        width:0;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div:last-child {
        transform: rotate(-45deg);
        width:34px;
        transform-origin: 8px -1px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead .menu-toggle{
        background-color: transparent;
        color:var(--darkbrown);
        border:0;
        border-radius:0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0!important;
    }
    
    header#masthead .menu-toggle:hover,
header#masthead .menu-toggle:focus {
        color: var(--darkpeach);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    header#masthead .menu-toggle:focus {
        outline: 0;
    }
    
    header.active .menu-toggle{
        color:var(--darkbrown)!important;
        transition: all 0.3s ease;
    }
    
    header.active button div{
        background-color:var(--darkbrown)!important;
        transition: all 0.3s ease;
    }

}

@media screen and (max-width:1200px){
	section.products .wrapper a {
    width: calc(33.3% - 20px);
	}
	section.picture-cards {
    gap: 20px;
}
	section.picture-cards .card {
    padding: 50px 20px;
	}
	section.picture-cards .card.half-width {
    width: calc(50% - 10px);
}
	section.products-wrapper .container {
    gap: 30px;
}
}



@media screen and (max-width:1024px){
		.woocommerce-account .entry-content .woocommerce {
    flex-direction: column;
    gap: 25px;
}
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
}
section.icons-banner .wrapper{
	width: calc(50% - 20px);
}
section.icons-banner {
    gap: 30px;
}
section.products .wrapper {
    gap: 20px;
}
    section.products .wrapper a {
        width: calc(33.3% - 14px);
    }
	section.banner {
    flex-direction: column;
    gap: 20px;
    align-items: start;
}
section.banner .lhs {
    width: 100%;
    max-width: unset;
}
section.contact-wrapper {
    flex-direction: column;
    gap: 40px;
}
section.contact-wrapper .lhs,
section.contact-wrapper .rhs {
    width: 100%;
}
}

@media screen and (max-width:991px){
	section.products-wrapper {
    padding: 0 5% 70px;
	}
	section.products-wrapper .top-wrapper {
    padding: 20px 0 0 0;
	}
	section.products-wrapper .child-category-links {
    padding: 20px 0 30px;
	}
	section.products-wrapper .sidebar {
    width: 0;
}
section.products-wrapper .main {
    width: 100%;
}
section.products-wrapper .container {
    gap: 0;
}
section.faqs .faq-item {
    width: 100%;
}
section.faqs .rhs {
    gap: 8px;
}
	section.category-hero.child{
		padding: 150px 5% 40px;
	}
	section.products-wrapper .top-wrapper {
    display: none;
	}
}

@media screen and (max-width:860px){
	section.picture-cards .card.full-width {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
    align-items: start;
}
}

@media screen and (max-width:768px){
	h2 {
    font-size: 2.3em;
	}
	h1 {
    font-size: 3em;
	}
	section.products-wrapper .child-category-links {
    gap: 12px;
}
	footer#colophon .site-info {
    padding: 70px 5%;
	}
    section.icons-banner {
    padding: 20px 5%;
	}
	    section.products .wrapper a {
        width: calc(50% - 10px);
    }
	section.products {
    padding: 70px 5%;
}
	section.products-wrapper {
        padding: 0 5% 70px;
    }
	section.category-hero.child {
        padding: 110px 5% 30px;
    }
section.banner {
    padding: 40px 5%;
}
section.picture-cards {
    padding: 70px 5%;
}
section.picture-cards .card.half-width {
    width: 100%;
}
section.reviews{
	padding: 70px 5%;
}
.woocommerce-page div.product .woocommerce-tabs {
    width: 100%;
}
.woocommerce div.product {
    padding: 10px 5% 70px;
}
section.contact-wrapper {
    padding: 40px 5%;
}
section.category-hero.contact {
    padding: 160px 5% 50px;
}
section.basic-wrapper{
    padding: 70px 5%;
}
section.faqs {
    padding: 40px 5% 70px;
}
footer#colophon .terms-banner{
    gap: 30px;
    padding: 10px 5%;
	}
	header#masthead .main-nav .rhs .wp-block-yith-search-block.alignwide {
    max-width: 330px;
}
	section.category-hero {
    padding: 140px 5% 50px;
	}
	.woocommerce-account article {
    padding: 160px 5% 70px;
}
	.woocommerce-checkout article {
    padding: 120px 5% 70px;
}
	.woocommerce-cart article {
    padding: 120px 5% 70px;
}
}

@media screen and (max-width:600px){
	section.banner .lhs h2 img{
		display: none;
	}
	header#masthead .main-nav .rhs .wp-block-yith-search-block.alignwide {
max-width: 220px;
}
}

@media screen and (max-width:540px){
	header#masthead .main-nav .rhs .account-icons {
    display: none;
	}
			header#masthead .main-nav .rhs .wp-block-yith-search-block.alignwide {
max-width: 300px;
}
section.icons-banner .wrapper {
        width: 100%;
    }
	header#masthead {
    padding-left: 0;
	}
}

@media screen and (max-width:440px){
			header#masthead .main-nav .rhs .wp-block-yith-search-block.alignwide {
max-width: 180px;
}
}

@media screen and (max-width:400px){
				header#masthead .main-nav .rhs .wp-block-yith-search-block.alignwide {
max-width: 160px;
}
    header#masthead .top-nav {
    display: none;
	}
	header#masthead {
    top: 0;
	}
	.woocommerce-account .woocommerce-notices-wrapper{
		margin-top: 0;
	}
	.woocommerce-notices-wrapper {
    margin-top: 70px;
}
	section.products-wrapper .child-category-links a {
    width: 100%;
    text-align: start;
    justify-content: start;
	}
}