<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  position: relative;
  background-color: #ffffff;
  color: #000401;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  margin: 0;
}
a {
	color: #65191d;
}
a:visited {
	color: #65191d;
}
header, main, footer {
	display: block;
}
header {
	background-color: #ffffff;
}
.inner {
	width: calc( 1200px - 20px );
	max-width: 100%;
	margin: auto;
}
main {
	background-color: #ffffff;
	margin-top: 25px;
}
#scrollToTop {
  cursor: pointer;
  display: none;
  right: 0;
  position: fixed;
  text-align: center;
  bottom: 0;
  z-index: 9999;
}

#scrollToTop  img {
	max-width: 60px;
	height: auto;
}

h1, h2, h3, h4, h5 {font-family: 'Playfair Display', serif;}

/* Header */
#logo {
  float: left;
}
.cartBar {
	float: right;
	padding: 6px 10px;
	font-size: 13px;
	text-transform: uppercase;
}
#ys_superbar {
  width: 100% !important;
  font-size: 12px;
  padding: 6px 0;
  width: 100% !important;
  height: inherit !important;
}
#ys_cpers {
	float: right;
	margin-right: 1em;
}

.smb-mc .mini_msg, .mini_item_count, .mini_subtotal, #ys_cpers, #ys_cpers a {
	color: #000401 !important;
	text-decoration: none;
}

.cartBar a {
	text-decoration: none;
	color: #000401;
}
.cartBar a:hover, #ys_superbar a:hover {
}
.ys_clear {
  clear: both;
}
#logo-search {
	padding: 20px 0;
}
#topSearch {
  float: left;
  position: relative;
  width: 50%;
  height: 36px;
  margin-left: 10%;
}
#topSearch .labelfield &gt; span {
	display: none;
}
#topSearch form {
	background-color: #ffffff;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center left;
	box-sizing: border-box;
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 3px;
	-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;
border: 1px solid #cccccc;
}
#topSearch fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
#topSearch #query {
  width: 60%;
  border: 0px none;
  padding-left: 10px;
  height: 32px;
  background-color: transparent;
}
#topSearch #searchsubmit {
	background-image: url('https://s.turbifycdn.com/aah/patzmapleandhoney/img-1220.png');
	background-color: #b97d39;
	background-repeat: no-repeat;
    background-size: cover;
	box-sizing: border-box;
	padding: 0 1em;
	position: absolute;
	right: 0;
	top: 0;
	width: 41px;
	height: 35px;
	color: #000401;
	border: 0px none;
	-webkit-appearance: none;
text-transform: uppercase;
text-indent: 1000px;
}
#searchsubmit{background-size: contain }
#topSearch select {
  border: 0 none;
  display: inline-block;
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0 0 0 1em;
  background-color: #f7f7f7;
}
#tagline {
	letter-spacing: 0.3px;
}
#tagline h3 {
	display: block;
	font-weight: bold;
	font-size: 25px;
	color: #65191D;
	margin: 0;
	line-height: 37px;
	letter-spacing: 0;
}
#tagline span {
	color: #B97D39;
	margin: 0 2px 0 10px;
}
#navRibbon {
	background-color: #65191d;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.48);
}
/* End of Header */

/* Top navigation */
@media screen and (min-width:780px){
	header nav {
		text-align: center;
	}
	#topNav {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	#topNav li{list-style:none;}
	.mainNav {
	  display: inline-block;
	  position: relative;
	  border-bottom: 2px solid transparent;
	}
	.mainNav a.top {
	  color: #fff6ce;
	  display: block;
	  padding: 15px;
	  text-decoration: none;
	}
	.mainNav:hover {
		border-bottom: 2px solid #b97d39;
	}
	.mainNav:hover a {
		color: #b97d39;
	}
	.mainNav .sub {
		display: none;
		position: absolute;
		white-space: nowrap;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		box-sizing: border-box;
		background-color: #ffffff;
		padding: 20px 10px 0 0;
		margin-top: 2px;
		z-index:1000;
	}
	.mainNav .sub .viewall {
	  background-color: #ebebeb;
	  margin: 0 0 10px 10px;
	  font-weight: 400;
          padding: 3px 11px;
	}
	.mainNav .sub ul {
	  margin: 0;
	  padding: 0 40px 0 20px;
	}
	.mainNav .sub a {
		display: block;
		text-align: left;
		padding: 5px;
		text-decoration: none;
                text-overflow: ellipsis;
                overflow:hidden;
                max-width:300px;
		color: #000401;
	}
	.mainNav .sub a:hover {
		color: #b97d39;
		text-decoration: underline;
	}
	.mainNav:hover .sub {
		display: inline-block;
	}
	.mainNav .sub .image &gt; img {
	  border: 1px solid #ebebeb;
	}
}

ul.topNav {
    padding: 0;
    margin: 0;
}

ul.topNav li {
    list-style: none;
}
/* End of Top Navigation */

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("https://sep.turbifycdn.com/ay/mobile/i/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 40%; padding: 0; border: none; outline: none; opacity: .5}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; color: transparent; opacity: 1 }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { opacity: 1; }
.slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 0.25; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "&amp;lt;"; }
[dir="rtl"] .slick-prev:before { content: "&amp;gt;"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
[dir="rtl"] .slick-next:before { content: "&amp;lt;"; }

/* Dots */

.slick-dots { list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 11px; width: 11px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 11px; width: 11px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: " "; width: 11px; height: 11px; font-family: "slick"; font-size: 15px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.slick-slide img { display: inline }
.slick-slide img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.slick-dots li button {
	background-image: url(https://s.turbifycdn.com/aah/patzmapleandhoney/img-1221.png);
	background-repeat: no-repeat;
	background-position: center middle;
}

.slick-active button {
	opacity: 1 !important;
}


.slick-prev {
  background-image: url(https://s.turbifycdn.com/aah/patzmapleandhoney/img-1222.png);
  left: 0;
  height: 36px;
  width: 36px;
  color: transparent !important;
}

.slick-next {
  background-image: url(https://s.turbifycdn.com/aah/patzmapleandhoney/img-1223.png);
  right: 0;
  height: 36px;
  width: 36px;
  color: transparent !important;
}
.slick-next:hover {
	background-image: url(https://s.turbifycdn.com/aah/patzmapleandhoney/img-1224.png);
}
.slick-prev:hover {
	background-image: url(https://s.turbifycdn.com/aah/patzmapleandhoney/img-1225.png);
}
.slick-active button {
  background-image: url(https://s.turbifycdn.com/aah/patzmapleandhoney/img-1226.png) !important;
}
/* End of Slider */

/* Home page */
.ys_promo_banner img {
  height: auto;
  max-width: 100%;
}
#mainPage section {
  margin-bottom: 70px;
}
#mainPage .fcol {
	border-color: transparent;
}
.homeFavorites .inside {
  text-align: center;
}
.homeFavorites .txt {
	margin-top: 1em;
}
.homeFavorites .txt a {
  color: #000401;
  text-decoration: none;
}
.homeFavorites .txt a:hover {
	color: #65191d;
}
.homeFavorites .txt &gt; a:after {
  content: " &gt;";
}
.message h3 {
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	font-style: normal;
}
.bestsellers .slide {
  text-align: center;
}
.bestsellers .inside {
  border-bottom: 2px solid #65191d;
  display: inline-block;
  padding-bottom: 24px;
}
.bestsellers .slide .txt {
	margin-top: 15px;
}
.bestsellers .slide .txt, .bestsellers .slide .txt a {
  color: #000401;
}
.bestsellers .slide .txt a {
	text-decoration: none;
}
.bestsellers .slide .txt a:hover {
	color: #65191d;
}
.bestsellers .slide img {
	border: 1px solid #ffffff;
}
.bestsellers .slide img:hover {
	border: 1px solid #65191d;
}
#mainPage .fcol {
	width: auto;
	margin: 10px;
}
.homeHero .slick-slide {
  text-align: center;
}
.homeHero .slick-prev {
	left: 10px;
}
.homeHero .slick-next {
	right: 10px;
}
.homeHeroContainer {
  float: left;
  width: 66%;
}
.kickerContainer {
  float: left;
  margin-left: 20px;
  width: calc(33% - 20px);
}
.introText, .message, .finaltext {
  padding: 1em 0 3em;
}

.kickers a:first-of-type {
  margin-right: 20px;
}
.kickers img {
	max-width: 100%;
	height: auto;
}

.featuredCategories .kicker {
	margin-right: 10px;
}
.featuredCategories .inside {
  border: 1px solid #65191d;
  margin-right: 10px;
  text-align: center;
}
.featuredCategories .txt {
  box-sizing: border-box;
  background-color: #65191d;
  padding: 9px;
  text-align: center;
  text-transform: uppercase;
}
.featuredCategories .txt span:first-child {
  float: left;
}
.featuredCategories .txt span:last-of-type {
	float: right;
	color: #ffffff;
}
.featuredCategories a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.featuredCategories a:hover {
	color: #65191d;
}

.featuredCategories .inside:hover {
	border-color: #e0e0e0;
}
.featuredCategories .inside:hover .txt {
	background-color: #e0e0e0;
}
.featuredCategories .inside:hover .txt a {
	color: #65191d;
}
.featuredCategories .slick-next {
  right: 0;
  top: -50px;
}
.featuredCategories .slick-prev {
  right: 36px;
  left: auto;
  top: -50px;
}
.featuredBrands .slick-prev, .featuredBrands .slick-next {
	top: 50%;
	transform: translateY(-50%);
}
.featuredBrands .inside {
  text-align: center;
}

#mainPage h2 {
  font-weight: normal;
  font-size: 30px;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  color: #b97d39;
  line-height: 40px;
}
.sale {
	color: #65191d;
	font-weight: bold;
}
.reg {
	color: #7e7e7e;
	font-style: italic;
	text-decoration: line-through;
}

.testimonials {
	background-color: #f7f7f7;
	color: #b97d39;
	text-align: center;
}
#mainPage .testimonials h2 {
	background-color: #65191d;
	color: #ffffff;
	margin: 0 0 1em 0;
	padding: 12px 50px;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
}
/* End of Home page */

/* Category */
.section-wrap {padding-bottom: 30px;}
.section-wrap img{ max-width:100%; height:auto;}
.fcontainer{ max-width:1200px; margin:0 auto; width:100%;border-top:3px solid #65191d;margin-top:10px;padding-top:10px}
.fsection-caption{ padding:0 0 35px;}
.fsection-caption td {
	padding: 7px 15px;
	border: 1px solid #cccccc;
}
.fsection-caption table {
	border: 1px solid #cccccc;
}
.fsection-name {text-align: left; margin-bottom: 7px;}
.fsection-image {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
}
    .fsection-name h1{ color: #b97d39; font-size:26px; margin:30px 0 25px 0;line-height:30px;font-weight: normal;}
    .frow{ clear: both;}
    .frow:after,
    .frow:before,
    .fcontainer:after,
    .fcontainer:before{
        display: table;
        clear: both;
        content: " ";
    }
        .fcol{width:calc(20% - 20px); margin:10px; float: left; position: relative; min-height: 333px;padding-bottom: 3px;border:1px solid #dedfdf;}
		.fcol .name {
		  padding: 0 20px;
		}
		.fcol:hover {border-color:#65191d}
        .frow *{box-sizing: border-box;}
        .finner{ color: Arial, Helvetica, sans-serif; text-align: center;}
            .finner a, .finner input{ display: block; text-decoration: none; color: #000401;}
            .finner .name a{font-size:15px; margin:0 0 8px 0;}
            .finner img.fim{ max-width:100%; height:auto;border: 2px solid transparent}
            .price-row &gt; .strike-price,
            .price-row &gt; .price{ display: inline;margin-right:1em;}
            .price-row &gt; .price{ font-weight:700;color:#65191d;}
            .price-row &gt; .strike-price{font-weight:400 !important; text-decoration: line-through; color: #7e7e7e; padding-right:10px;font-size:smaller}
            .finner a.fshop-now, .finner input.fshop-now{font-weight:400; padding: 0 1em; font-size:14px; border:1px solid #dedfdf ; display: inline-block; height:30px; text-align: center; margin-left:auto; margin-right:auto; margin-bottom: 10px; line-height:26px; margin-top: 10px; text-transform: uppercase;}
            .finner:hover a.fshop-now, .finner:hover input.fshop-now{ color: #fff; background: #65191d; border-color: #65191d;}
.section-wrap .finner {
  text-align: center;
}			
.section-wrap .price-row {
	margin-left: 20px;
}
@media screen and (max-width: 1035px){
    .section-wrap{padding:0 1%;}
}
@media screen and (max-width: 850px){
    .section-wrap .fcol, .item-wrap .fcol {width:calc(50% - 20px);}
    .section-wrap .fcol:nth-of-type(2n+1), .item-wrap .fcol:nth-of-type(2n+1){ clear: left;}
}
@media screen and (max-width: 500px){
    .fcol{min-height:1%;}
}
@media screen and (max-width: 360px) {
    .fcol {width:100%}
}
/* End of Category */

/* footer */
footer {
	background-color: #3c2a1b;
	color: #ffffff;
	font-size: 14px;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer a:visited {
	color: #ffffff;
}
footer ul {
	padding: 0;
}
footer li {
	list-style: none;
	margin: 5px 0;
}
footer h3 {
	font-weight: normal;
	font-size: 23px;
	color: #FFF6CE;
}
.box.footer-banner {
	margin-right: 40px;
}
#footer-box1, #footer-box2 {
	padding-left: 30px;
}
#footer-payments svg {
	font-size: 35px;
	margin-right: 5px;
}
#facebook svg {
	font-size: 28px;
	margin: 10px 0;
	display: inline-block;
	vertical-align: middle;
}
footer #facebook i, footer #facebook span {
display: inline-block;
vertical-align: middle;
}
#copyright {
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}
.newsletterSocial {
	background-color: #65191d;
	color: #ffffff;
	padding: 10px 0;
}
.newsletter &gt; form {
  display: inline-block;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
.newsletter .prompt {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsletter input[type="email"] {
  box-sizing: border-box;
  border: 0 none;
  background-color: transparent;
  color: #424242;
  height: 30px;
  padding: 0 1em;
  width: calc(100% - 60px);
}

.newsletter input[type="submit"] {
  background-color: #000401;
  background-image: url();
  background-size: cover;
  width: 60px;
  height: 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0 1em;
}

.footerBoxes .box {
	float: left;
}

.footerBoxes .col1 {
	width: calc(100% - 30px);
}
.footerBoxes .col11 {
	width: calc(50% - 30px);
}
.footerBoxes .col111 {
	width: calc(25% - 30px);
}
.footerBoxes .col1111 {
	width: calc(25% - 30px);
}
.footerBoxes .col11111 {
	width: calc(20% - 30px);
}
.footerAdditionalContent {
  margin: 2em 0;
}
.box.footer-banner img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* End of footer */

/* responsive rules */

@media screen and (max-width: 900px) {
	#tagline h3 {
		font-size: 21px;
	}
	#tagline {
		font-size: 13px;
	}
	.introText, .message, .finaltext {
		padding: 1em 20px 3em;
	}
}
@media screen and (max-width: 800px) {
	#topSearch {
		margin-left: 5%;
	}
}
@media screen and (max-width: 780px) {
	#tagline {
		text-align: center;
	}
	#logo-search {
		padding-bottom: 0;
	}
	#topSearch {
		float: none;
		width: 100%;
		height: auto !important;
		clear: both;
		margin: 0;
		padding: 20px 20px 0;
		box-sizing: border-box;
	}
	.mainNav .sub {
		display: none !important; /* no megamenu on small screens */
	}
}	

@media screen and (max-width: 580px) {
	.kickerContainer, .homeHeroContainer {
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		margin-left:0;
	}
	.kickers a:first-of-type {
		margin-right: 0;
	}
	.footerBoxes .box {
		width: 100% !important;
	}
	.newsletter &gt; form {
		display: block;
	}
}
@media screen and (max-width: 440px) {
	#tagline {
		font-size: 12px;
		letter-spacing: 0;
	}
	#tagline h3 {
		font-size: 16px;
	}
}
/* End of responsive rules */


.breadcrumbs{
    padding-top:15px;
	color: #8c8c8c;
}
.breadcrumbs a {
	color: #000401;
}
/*Promo Header*/
ul#ys_promo_banner_list{ padding:0;}
li.ys_promo_banner {margin: 0;text-align:center}
#hamburger{display:none;}

@media screen and (max-width: 780px){
    nav#mmenu{ display: none;}
    .cartLink span {
        display: none;
    }
    #yfc_mini {
        display: none;
    }
    #ys_superbar {
        display: none;
    }
    .oneMobRow {
        position: relative;
        float: left;
        width: 100%;
    }
    #hamburger {
        display: block;
        position: absolute;
        top: 50%;
        left:15px;
    }
    #logo {
        float: none;
        text-align: center;
        display: block;
    }
    #logo img{max-height: 90px !important;}
    a.cartLink {
        position: absolute;
        right: 15px;
        top: 50%;
    }
    a.cartLink img{
        max-width:90px !important;
        max-height:90px !important;
    }
    /*menu*/
    li.greymob{
        background: #f7f7f7;
    }
    #mm-topNav &gt; li:first-child,
    .mm-menu .mm-list&gt;li&gt;a.mm-subclose{ background: #65191d; color: #ffffff;}
    #mm-topNav &gt; li:first-child a{color: #fff;}
    .mm-menu .mm-list&gt;li&gt;a.mm-subclose:before{border-color: #ffffff;}
    .mm-list a{ color: #585b61;}
    .mm-menu .mm-list&gt;li&gt;a.mm-subopen:after{ color: #65191d;}
	
	#topSearch form {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

#custRegDiv, #errorMsg {
    width: 100% !important;
}
.yscp_page{
    display:none;
}
#custRegDiv_c{
    top: 60px !important;
}
#iframe_id {
    width: 100% !important;
}
@media(max-width:780px){
    #iframe_id iframe{
        width:280px !important;
        height: 293px !important
    }
	
	#ys_searchiframe #doc {
		width: 100% !important;
	}
	#ys_searchiframe #sidebar {
		float: none;
	}
	#ys_searchiframe .side #sidebar div.wrp {
	  width: 100%;
	}
	#ys_searchiframe .side #main {
		float: none;
		width: 100%;
	}
}
#custRegDiv .yui-skin-sam .yui-panel .bd {
    padding: 0;
}
/* auto suggest */
#topSearch form { z-index: 2000; }
</pre></body></html>