<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'burncoose';
	src: url('../serlio-webfont.eot');
	src: url('../serlio-webfont.eot?#iefix') format('embedded-opentype'),
		url('../serlio-webfont.woff') format('woff'),
		url('../serlio-webfont.ttf') format('truetype'),
		url('../serlio-webfont.svg#burncoose') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	box-sizing: border-box;
	
}

body {
	width: 100vw;
	margin: 0;
	padding: 0;
	border: none;
	display: contents;
	font-size: 1pc;
	background-color: #ffffff;
	color: #414141;
	font-family: 'Raleway', sans-serif;
}

main {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
}

a {
	color: #465f56;
	text-decoration: none;
	border-radius: 1px;
}
a:hover {
	outline: 6px solid #465f56;
	background-color: #465f56;
	color: white;
	text-decoration: none;
}

#bn-banner {
	background-color: #465f56;
	text-align: center;
}
#bn-banner img {
	margin: 20px auto;
}

nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
}
nav menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	list-style-type: none;
	margin: 0;
	padding: 10px 5px;
	align-items: baseline;
}
nav menu li {
	white-space: nowrap;
}
nav menu select {
	background-color: white;
	border: 1px solid #465f56;
	color: #465f56;
	margin: 0 5px;
	font-size: 1.2em;
}
nav menu select:hover, nav menu select:active {
	outline: 5px solid #465f56;
}
nav menu h3 {
	color: #414141;
}

figcaption {
	background-color: #fafcfa;
	color: #6d6d6d;
	margin: 0;
	padding: 5px 0 10px 0;
	text-align: center;
	font-style: italic;
}

input[type='number'],
input[type='text'],
input[type='email'],
input[type='password']
{
	background-color: white;
	font-size: 1em;
	border: 1px solid #414141;
	color: #414141;
	padding: 5px;
	border-radius: 5px;
}
input[type='number']:focus-visible,
input[type='text']:focus-visible,
input[type='email']:focus-visible,
input[type='password']:focus-visible
{
	outline-color: #414141;
}
input[type='number']:hover,
input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover
{
	outline: #414141 2px solid;
}

input[type='submit'], button.button {
	background-color: #465f56;
	padding: 5px;
	color: white;
	border: 2px solid #465f56;
	border-radius: 5px;
	font-weight: 600;
}
input[type='submit']:hover,
button.button:hover {
	border-color: #e3e8e3;
	background-color: #e3e8e3;
	outline: solid 2px #465f56;
	color: #465f56;
}

input.mandatory, select.mandatory, div.mandatory {
	border-bottom-color: #a75025 !important;
	border-bottom-width: 3px !important;
}

footer {
	width: 100%;
	margin: 1em 0;
}
footer .main {
	
}
#footerMenu {
	border-top: 1px solid #465f56;
	background-color: #e3e8e3;
	padding: 1em 0;
}
#footerMenu menu.outer {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
	max-width: 1030px;
	margin: auto;
	gap: 20px;
	margin-bottom: 20px;
}
#footerMenu menu.outer li.menuHeading {
	border-top: solid 1px #465f56;
	padding-top: 20px;
}
#footerMenu menu.outer li.menuHeading:first-of-type {
	border-top: none;
}
#footerMenu menu.outer .outerHeading {
	display: list-item;
	list-style-type: disclosure-closed;
	padding: 10px 0;
	cursor: pointer;
}
#footerMenu menu.inner {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: stretch;
	align-items: stretch;
	gap: 1em;
	text-align: left;
}
#footerMenu menu.inner a {
	display: block;
	padding: 10px 0;
}
#footerMenu menu.inner li {
	display: block;
}

#estate-footer {
	background-color:#465f56;
	color:#e3e8e3;
	padding: 0;
	
}



.inner {
	width: 100%;
	max-width: 1030px;
	margin: auto;
	text-align: center;
	padding: 0 0 20px 0;
}
#estate-footer address {
	font-style: normal;
}
#footer-copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	text-align: left;
	gap: 5em;
}
#estate-footer a {
	color: #e3e8e3;
	text-decoration: underline;
}
#footer-copyright, #footer-legal {
	font-size: 0.8em;
}
#estate-footer p {
	margin: 0.75em 0 0 0;
}

.closed {
	display: none;
}
.open {
	display: revert;
}

.b {
	font-weight: bold;
}
.jr {
	text-align: right;
}
.jl {
	text-align: left;
}
.jc {
	text-align: center;
}

.fb {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}

.smallprint { font-size: 0.9em; }

.strikethrough {
	text-decoration: line-through;
}

.notice {
	background-color: #e3e8e3;
	margin: 10px 0;
	padding: 10px;
	border-radius: 5px;
	border: 10px solid #465f56;
	border-width: 1px 10px;
	line-height: 1.8em;
	font-size: 0.9em;
}

figure.h {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.autoswitch {
	flex-direction: row;
}

main address {
	padding: 10px;
	background-color: #e3e8e3;
	border-radius: 10px;
	font-style: normal;
}

.ib {
	display: inline-block;
}

#page-title {
	font-family: 'Bellefair', serif;
	font-weight: normal;
	font-size: 2em;
	margin: 0.5em;
	letter-spacing: -1px;
}

#hnb1-outer {
	background-color: #bacbba;
	color: #414141;
}

.bar-inner {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	align-items: center;
	padding: 0;
}

.bar-inner .icon {
	cursor:pointer;
	color: #414141;
	align-items: inherit;
}

.bar-inner .icon:hover {
	background-color: #465f56;
	color: #ffffff;
}

.bar-inner .icon div {
	font-size: 40px;
}

.bar-inner .icon label {
	padding-right: 5px;
	font-family: 'Bellefair';
	font-size: 1.5em;
}

.bar-inner a {
	align-items: center;
	vertical-align: middle;
}
.bar-inner a:hover {
	outline: none;
}

#basket-summary-box {
	position: relative;
}
#basket-summary-count {
	position: absolute;
	/*right: 0;
	bottom: 6px;
	font-size: 1em;
	*/
	left:21px;
	bottom:30px;
	font-size: 0.75em;
	z-index: 100;
	padding: 1px 5px;
	background-color: #bf1616;
	color: white;
	border-radius: 25%;
	width: auto;
	font-weight: bold;
}

#mainHeader {
	border-bottom: 1px solid #465f56;
}


#main-menu-panel {
	position:absolute;
	left: -500px;
	width: auto;
	max-width: 500px;
	border-width: 0 1px 1px 0;
	border-color: #414141;
	border-style: solid;
	padding: 0;
	background-color: #e3e8e3;
	height: calc(100% - 191px);
	-webkit-transition: .4s;
	transition: .4s;
	z-index: 1000;
}
#main-menu-panel.active {
	left: 0px;
}
#mmp-close {
	text-align: right;
}
#mmp-close span {
	font-weight: bold;
	font-size: 2em;
	cursor: pointer;
	padding: 5px;
}
#mmp-close span:hover {
	background-color: #465f56;
	color: #ffffff;
}
#main-menu {
	width: calc(100% - 5px);
	height: calc(100% - 80px);
	overflow: auto;
	padding: 0 20px;
	margin-top: -20px;
	font-size: 0.9em;
}
#main-menu .menu-sub {
	margin-left: 20px;
}
#main-menu .menu-item {
	border-bottom: 1px dotted #465f56;
	padding: 4px 0;
}
#main-menu a:last-child .menu-item {
	border: none;
}
#main-menu a {
	color: #414141;
}
#main-menu li {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: -10px;
	padding-left: 10px;
}
#main-menu a:hover, #main-menu .menu-head:hover {
	background-color: #465f56;
	color: #ffffff;
	outline: solid 8px #465f56;
}
#main-menu .menu-item:hover {
	background-color: #465f56;
	color: #ffffff;
	outline: solid 3px #465f56;
}

#main-menu .menu-head {
	display: block;
	font-size: 1.2em;
	margin: 5px 0;
	padding: 5px 0;
	cursor: pointer;
	text-wrap: nowrap;
	font-weight: 500;
}
#main-menu .menu-items {
	display: block;
	height: 0;
	overflow-y: hidden;
	background-color: #e3e8e3;
	margin-left: -10px;
	padding-left: 10px;
}
#main-menu li:focus-within {
	list-style-type: disclosure-open;
}
#main-menu li:focus-within &gt; .menu-items {
	height: auto;
	padding-bottom: 10px;
}
.menu-items a {
	display: block;
	padding: 5px;
	margin: 1px 10px;
}

#search-bar {
	width: 100%;
	max-width: 1030px;
	margin: 0 auto;
	height: 0;
	transition: 0.4s;
	overflow:hidden;
}
#search-bar.active {
	height: 2.5em;
	overflow:visible;
}
#search-bar form {
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: center;
	align-items: stretch;
}
#search-bar form input[type="text"] {
	width: 100%;
	font-size: 1em;
}
#tbSearching {
	display: none;
	text-align: center;
	color: white;
	font-style: italic;
	letter-spacing: 4px;
}

#straplineBar {
	background-color: #465f56;
	color: #d9dcdb;
	text-align: center;
	padding: 0 20px 20px 20px;
	font-family: 'Bellefair';
	font-size: 1.6em;
}

#openingBar {
	max-width: 1030px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 0 0 8px 0;
	color: #4a6265;
	background-color: #ffffff;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	letter-spacing: -0.5px;
}


.bar-dg {
	display: block;
	background-color: #4a6365;
}


nav#PlantFinderBar {
	display: block;
	background-color: #e3e8e3;
	border-bottom: solid 1px #c5c5c5;
}
nav#PlantFinderBar .bar-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
}
nav#PlantFinderBar .BarSub {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: center;
	gap: 10px;
}
nav#PlantFinderBar .bar-inner .BarInnerCell:first-of-type {
	font-family: 'burncoose';
	font-size: 26px;
}
nav#PlantFinderBar .BarSub select {
	width: 180px;
	font-size: 16px;
	font-family: 'Libre Baskerville';
	color: #4c4c4c;
	padding: 2px;
	border: none;
	background-color: white;
	outline: 1px solid #c5c5c5;
}
nav#PlantFinderBar button {
	padding: 0 0 0 10px;
}
nav#PlantFinderBar button i {
	vertical-align: middle;
}

::selection {
	background-color: #a75025;
	color: white;
}
::placeholder {
	color: #4c4c4c;
	font-style: italic;
}



#footerEstateBoxes {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	align-items: stretch;
	padding: 10px 0;
	width: 1030px;
	margin: auto;
	font-size: 1em;
	justify-content: space-between;
}

.footerBox {
	text-align: left;
}

#footerEstateBoxes a {
	font-family: 'Bellefair', serif;
	font-weight: normal;
	text-decoration:none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
}
#footerEstateBoxes a:hover {
	color: white;
	background-color: #4a6365;
	outline-color: #4a6265;
}

main h2, main h3 {
	font-weight: 500;
	font-size: 1.25em;
}

.subheading {
	color: #465f56;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;
}

.sb {
	font-weight: 600;
}

.ar {
	text-align: right;
}

.msg-error {
	/*color: #cd0a0a;
	font-weight: 600;*/
	background-color: #e8e3e3;
	font-weight: 500;
	border-radius: 5px;
	border: 10px solid #cd0a0a;
	border-width: 1px 10px;
	padding: 10px;
}
.msg-ok {
	/*color: #3c7d1c;
	font-weight: 600;*/
	background-color: #e3e8e3;
	font-weight: 500;
	border-radius: 5px;
	padding: 10px;
}

.label {
	font-weight: 600;
	color: #4a6365;
}

.code {
	padding: 10px;
	display: inline-block;
	background-color: #e3e8e3;
	border-radius: 10px;
	font-family: monospace;
}

.hl-error {
	outline: 5px solid #cd0a0a;
	border-radius: 5px;
	padding: 5px;
}

.hl-ok {
	outline: 5px solid #0acd0a;
	border-radius: 5px;
	padding: 5px;
}

.note {
	font-weight: 600;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #c5c5c5;
	border-radius: 10px;
}

.ui-state-active .explanation {
	color: white;
}

.phone {
	font-weight: 600;
	margin: auto 0px !important;
}

h3 .material-symbols-outlined {
	vertical-align: middle;
}

.blip-offer, .blip-multibuy, .blip-free-delivery, .blip-extra-item {
	font-weight: 500;
	background-color: #2550a7;
	background-color: #465f56;
	color: #e9e9e9;
	display: inline-block;
	padding: 1px 5px;
	border-radius: 2px;
}

.ui-state-active .ui-icon-background {
	background-color: #465f56 !important;
}

.nmt {
	margin-top: 0;
}

.nmb {
	margin-bottom: 0;
}

main ol li {
	margin: 8px 0;
}

main a:not(:has(p,div,article,section,img,li)) {
	color: #a75025;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 500;
	line-height: 2.2em;
}

.main-it {
	margin: 6px 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}

.col-head {
	display: inline-block;
	cursor: pointer;
}
.col-head:hover {
	color: #a75025;
}
.ar-exp {
	display: inline-block;
	transform: rotate(0);
	transform-origin: center;
	transition-duration: 1s;
	font-weight: 800;
	vertical-align: middle;
	font-size: 2em;
	line-height: 0;
}
.ar-exp.act {
	transform: rotate(90deg);
}

#rettotop {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	border-radius: 20px;
	border: 2px solid #4a6365;
	color: #424242;
	background-color: #e3e8e3;
	box-shadow: 0px 0px 10px gray;
	transition-duration: 1s;
	font-weight: 800;
	text-align: center;
	cursor: pointer;
}
#rettotop:hover {
	background-color: #424242;
	color: #e3e8e3;
}
#rettotop b {
	font-size: 50px;
	margin-top: -7px;
	margin-left: -6px;
}
.no-col {
	break-inside: avoid-column;
}

.multiCols {
	column-count: 3;
}
.multiColsFewer {
	column-count: 2;
}
.cols1 {
	column-count: 1;
}
.cols2 {
	column-count: 2;
	column-gap: 20px;
}
.cols3 {
	column-count: 3;
	column-gap: 20px;
}
.cols4 {
	column-count: 4;
	column-gap: 20px;
}

.UsualEnd {
	float: left;
	padding: 0 0 7px
}

.UsualLeft {
	float: left;
	padding: 0 7px 7px 0
}

.UsualRight {
	float: right;
	padding: 0 0 7px 7px
}
.cols2 .MtileBoxGeneric {
	margin-top: 0 !important;
}
.MtileGeneric {
	break-inside: avoid-column;
}

.RotateText {
	display: inline-block;
	transform: rotate(90deg);
}

.ShutDownMessage {
	background-color: #CC3300;
	color: white;
	padding: 10px;
	font-weight: 500;
}
.ShutDownMessageText {
	max-width: 1030px;
	margin: auto;
}

.addressSelector {
	background-color: #e3e8e3;
	font-size: 0.8em;
}
.addressSelector address {
	font-style: normal;
	font-size: inherit;
	margin: 1px 0;
	background-color: white;
	padding: 10px 0;
	color: #3c3c3c;
}
.addressSelector address:hover {
	background-color: #e3e8e3;
}


/*linkBox used as class for hrefs to make the easy to click for mobiles */

.linkBox_darker{
	margin:15px 15px 15px 0px;
	padding:15px;
	display:block;
	background-color:#465f56;
	color:#fff;
	}

 .linkBox_darker:hover{
	background-color:#9DAF99;
	text-decoration:underline;
	}


.linkBox_lighter{
	margin:15px 15px 15px 0px;
	padding:15px;
	display:block;
	background-color:#ffffff;
	}

 .linkBox_lighter:hover{
	background-color:#CADFC5;
	text-decoration:underline;
}


.feature {
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #e3e8e3;
	font-weight: 500;
	border: solid 2px #465f56;
	border-width: 1px 0;
}

nav.path {
	justify-content: flex-start;
}
nav.path ul {
	padding: 0;
}
nav.path li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

h2.group {
	font-family: 'Burncoose';
	font-size: 40px;
	color: #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	margin-top: 40px;
}

.catHeaderImg {
	float: left;
	margin: 0 20px 20px 0;
}


.intro {
	line-height: 1.1em;
	margin: 20px 0;
	font-size: 1.1em;
	font-weight: 400;
}



@media (max-width: 1030px) {
	.ShutDownMessageText {
		width: initial;
		margin: 0;
	}
	.multiCols {
		column-count: 1;
	}
	.cols1, .cols2, .cols3, .cols4 {
		column-count: 1;
	}

	body {
		font-size: 0.8pc;
	}
	main {
		max-width: 100%;
		padding: 0 5px;
	}
	#bn-banner {
		padding: 0 10px;
	}
	#bn-banner img {
		width: 100%;
		max-width: 922px;
	}
	figcaption {
		font-size: 0.8em;
		padding: 5px 10px 10px 10px;
	}
	#footerMenu {
		padding-right: 20px;
	}
	#footerMenu menu.outer {
		gap: 10px;
	}
	#estate-footer .inner {
		padding: 2px 10px 20px 10px;
	}
	#footer-copyright {
		gap: 1em;
	}
	.bar-inner .icon div {
		font-size: 25px;
	}
	.bar-inner .icon label {
		display: none;	
	}
	#main-menu-panel {
		height: calc(100% - 98px);
		font-size: 0.8em;
	}
	#search-bar {
		padding: 5px 10px;
		padding: 0 5px;
	}
	#straplineBar {
		padding: 0;
		font-size: 0.6em;
	}
	#footerEstateBoxes {
		width: calc(100% - 40px);
		flex-direction: column;
		padding: 5px 0 10px 0;
	}
	.footerBox:not(:last-of-type) {
		border-bottom: 1px solid #e3e8e33d;
		padding-bottom: 6px;
		margin-bottom: 4px;
	}
	nav menu h3 {
		margin: 0;
	}
	#openingBar {
		width: calc(100% - 20px);
		gap: 40px;
		font-size: 0.6em;
	}

	.autoswitch {
		flex-direction: column;
	}

	.hm {
		display: none;
	}

	#rettotop {
		bottom: 5px;
		right: 5px;
	}

	nav#PlantFinderBar {
		margin-bottom: 5px;
	}
	nav#PlantFinderBar .BarSub {
		gap: 4px;
	}

	nav#PlantFinderBar .bar-inner .BarInnerCell:first-of-type {
		font-family: 'burncoose';
		font-size: 22px;
		line-height: 18px;
		text-align: end;
	}
	nav#PlantFinderBar .BarSub select {
		font-size: 12px;
		width: 120px;
	}
	nav#PlantFinderBar button {
		padding: 0;
	}


	.hom {
		display: none;
	}
}
</pre></body></html>