@font-face {
  font-family: "Magneta";
  src: url("../woff2/magneta-book.woff2") format("woff2"), url("../woff/magneta-book.woff") format("woff"), url("../eot/magneta-book.eot") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Magneta";
  src: url("../woff2/magneta-bookitalic.woff2") format("woff2"), url("../woff/magneta-bookitalic.woff") format("woff"), url("../eot/magneta-bookitalic.eot") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Magneta";
  src: url("../woff2/magneta-bold.woff2") format("woff2"), url("../woff/magneta-bold.woff") format("woff"), url("../eot/magneta-bold.eot") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Termina';
  src: url('../otf/termina-medium.otf');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Serlio';
  src: url('../woff2/serlio.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
:root {
  --color-white: white;
  --color-light: #F7F6F4;
  --color-light-blur: rgba(241, 240, 237, 0.6);
  --color-dim: #D9D9D9;
  --color-dim-mid: #808080;
  --color-mid: #606060;
  --color-black: black;
  --color-green: #647D45;
  --color-dark-green: #52633B;
  --color-copper: #986318;
  --border-radius: 8px;
  --border-radius-s: 4px;
  /*--font-size: clamp(16px, 1.25vw, 20px);*/
  --font-size: 16px;
  /*--font-xs: clamp(12px, 0.8vw, 13px);*/
  --font-xs: 12px;
  --font-s: 14px;
  --font-m: 1.1666666667em;
  --spacing-4: 4px;
  --spacing-10: 10px;
  --spacing-20: 20px;
  --spacing-40: 40px;
  --spacing-60: 60px;
  --spacing-80: 80px;
  --spacing-120: 120px;
  --spacing-200: 200px;
  --width-narrow: 30rem;
  --primary-font-family: "Magneta";
  --secondary-font-family: "Serlio";
  --subheading-large: 1.25rem;
  --subheading-small: 1.125rem;
  --subheading-x-small: 1rem;
  --title-one: 3.5rem;
  --title-two: 3rem;
  --title-three: 2.5rem;
  --title-four: 2rem;
  --title-five: 1.5rem;
  --message-one: 1rem;
}
/******JARED****************/
html {
  overflow-x: hidden !important;
}
body {
  font-family: "Magneta", serif;
  overflow-x: hidden !important;
  font-size: var(--font-size);
  -webkit-font-smoothing: antialiased
}
.t-site-header__message {
    padding: 8px 1rem;
	  color: var(--color-green);
  font-size: var(--font-xs);
	  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
	background: #fff;
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding-left: 30px;
    padding-right: 30px;
	height:20px;
}
.t-site-header__message::before {
	/*border:1px solid #ccc;*/
	width:100%;
	content: "";
    display: block;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: -1;
}
#tin-headernav-wrap {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  top: 0;
}
.t-site-header {
  height: 110px !important;
  transition: .3s;
}
.position-relative {position:relative}
.t-site-header__masthead {
  transition: .3s;
}
#logo {
  transition: .3s;
  max-height: 69px;
}
#logo path {
  transition: .3s;
  opacity: 1;
}
#logo2 {margin-top:3px}
.tin-topnav {
  height: 38px;
}
.tin-headernav-link, .t-global-account-toggle {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: #646464;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  transition: .2s;
  letter-spacing: .2em;
  cursor: pointer;
}
.tin-headernav-link:hover {
  color: #222;
}
.tin-headernav-link .u-icon-search {
  font-weight: bold;
}
.tin-headernav-left .tin-headernav-link {
  margin-right: 30px;
}
.tin-headernav-right .tin-headernav-link {
  margin-left: 30px;
}
.tin-topnav-wrap {
  /*background: #986318;*/
	background-color:var(--color-green);
}
.tin-topnav, .tin-topnav li {
  margin: 0;
  padding: 0;
  list-style: none
}
.tin-topnav {
  text-align: center;
}
.tin-topnav > li {
  display: inline;
  position: relative;
}
.tin-topnav-link {
  cursor: pointer;
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  letter-spacing: 0.2em;
  position: relative;
}
.tin-topnav-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 8px;
  height: 1px;
  background: #FFF;
  left: 20px;
  right: 20px;
  transition: .1s ease-in-out;
  transform: translateY(-7px);
  opacity: 0;
  z-index: 0;
}
.tin-topnav-link:hover:after {
  opacity: 1;
  transform: translateY(0);
}
#tin-submenu-wrap {
  position: relative;
  z-index: -1;
}
.tin-submenu {
  position: absolute;
  width: 100%;
  background: #FFF;
  padding: 60px;
  transform: translateY(-100%);
  transition: .4s ease-in-out;
  opacity: 0;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
}
.tin-submenu.tinactive {
  transform: translateY(0);
  opacity: 1;
}
.tin-mobile-submenu.tinactive {
  transform: translateY(0);
  display:block;/*test*/
  transition: .3s ease-in-out;/*test*/
}
#tin-main-wrap {
  position: relative;
}
#tin-main-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
}
.t-site-navigation {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.t-site-header__search-form {
  border: none !important;
  border-radius: 0 !important;
}
.t-site-header__search-field {
  font-size: 35px !important;
  border: none !important;
  border-bottom: 1px solid #AAA !important;
}
.t-site-header__search-form:focus-within {
  outline: none !important;
}
.x-search-preview {
  font-size: 25px;
}
.x-search-preview__item-name {
  font-size: 1.2rem;
}
.t-site-header__search-form:focus-within .t-site-header__search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #647d45 !important;
  opacity: 1 !important; /* Firefox */
}
.t-site-header__search-form:focus-within .t-site-header__search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #647d45 !important;
}
.t-site-header__search-form:focus-within .t-site-header__search-field::-ms-input-placeholder { /* Microsoft Edge */
  color: #647d45 !important;
}
.t-site-header__search-form:focus-within .t-site-header__search-field {
  border-bottom-color: #647d45 !important;
}
/*@media screen and (min-width: 60em) {*/
#tin-farmmenu .tin-sub-menu ul, #tin-mob-farmmenu .tin-sub-menu ul {
	line-height:1.2;
}
#tin-farmmenu .tin-sub-menu ul li, #tin-mob-farmmenu .tin-sub-menu ul li {
 padding-bottom:6px;
}
/*}*/
.tin-sub-menu {
  /*padding:25px;*/
  padding: 10px 20px 10px 20px;
}
@media screen and (min-width: 60em) {
 .tin-sub-menu {
  padding: 25px;
}	
}
@media screen and (min-width: 90em) {
 .tin-sub-menu {
  padding: 30px;
}	
}
@media screen and (min-width: 60em) {  
.tin-sub-menu.no-title {
  padding-top: 47px;
}
}
@media screen and (min-width: 75em) {  
.tin-sub-menu.no-title {
  padding-top: 47px;
}
}
@media screen and (min-width: 90em) {  
 .tin-sub-menu.no-title {
  padding-top: 54px;
}	
	
}
.tin-sub-header {
  font-size: 12px;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: #647d45;
}
@media screen and (min-width: 90em) {  
.tin-sub-header {
	font-size: 14px;
	}
}
.tin-sub-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tin-sub-menu ul li {
  margin: 0;
  /*padding: .2em 0;*/
  padding: .3em 0;
  list-style: none;
}
@media screen and (min-width: 60em) {
.tin-sub-menu ul, .tin-sub-menu ul li {
  padding: 0;
}
}
.tin-sub-menu ul li a, .tin-sub-menu p {
	font-size:18px;
  text-decoration: none;
  transition: .3s;
  padding: .75em 0; /*added*/
}
@media screen and (min-width: 60em) {
.tin-sub-menu ul li a, .tin-sub-menu p {
	  padding: 0; /*added*/
	font-size: 17px;
	}
}
@media screen and (min-width: 90em) {
  .tin-sub-menu ul li a, .tin-sub-menu p {
  font-size: 20px;
}
}
.tin-sub-menu ul li a:hover {
  color: #647d45;
}
.tin-imglink-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.tin-imglink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .5);
  color: #FFF;
  text-decoration: none;
}
.tin-imglink-wrap img {
  transition: .3s ease-in-out;
}
.tin-imglink-wrap:hover img {
  transform: scale(1.03);
}
.tin-imglink .tin-line1 {
  font-size: 14px;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align:center;
}
.tin-imglink .tin-line2 {
  font-size: 24px;
  text-align:center;
}
.tin-sub-btmlink {
  display: inline-block;
  margin-top: 15px;
  font-size: 17px;
  color: #647d45;
  font-style: italic;
  margin-bottom:15px;
}
@media screen and (min-width: 90em) {
	.tin-sub-btmlink {
	font-size: 20px;
	}
}
/* Mobile Nav */
#tin-mobilenav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#tin-mobilenav-wrap {
  position: relative;
  background: #FFF;
}
#tin-mobilenav-cont {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  z-index: 2000;
  transition: .3s ease-in-out;
  /*;*/
  transform: translateX(105%);
  border-top: 4px solid var(--color-green);
  /*border-bottom: 8px solid var(--color-green);*/
}
#tin-mobilenav-cont .tin-headernav-link {padding:1.2em 0}
.tin-mobile-submenu {
  position: absolute;
  top: 0;
  min-height: 100%;/*test mobility-didn't work*/
  width: 100%;
  background: #FFF;
  /*padding: 15px;*//*test mobility-didn't work*/
  transform: translateX(105%);/*test mobility-didn't work*/
  transition: .3s ease-in-out;
  /*border-top: 4px solid var(--color-green);*/
  display:none;/*test mobility*/
}
.tinactive #tin-mobilenav-cont {
  transform: translateX(0)
}
.tin-mobilenav-header {
  margin: 0 !important;
  padding: 15px;
  background: #EEE;
}
.tin-close-mobsub {
  font-size: 16px;
  color: #647d45;
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top:15px;/*added*/
  border-bottom: 1px solid #AAA;
}
.mob-separator {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #AAA;
}
.topnav_ul {
  margin: 0;
  padding: 0;
}
.topnav_ul li {
  list-style: none;
}
.topnav_ul li a {
  display: block;
  font-size: 17px;
  color: #fff;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: .3s;
}
.topnav_ul li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, .5);
}
#tin-navbtn {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 9000000;
  cursor: pointer;
  transition: .3s;
  margin-right: 15px;
	padding-left:3px;
}
#tin-navbtn .tin-bar1, #tin-navbtn .tin-bar2, #tin-navbtn .tin-bar3 {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  background: #986318;
  transition: .3s;
}
#tin-navbtn .tin-bar1 {
  top: 2px;
}
#tin-navbtn .tin-bar2 {
  top: 15px;
  opacity: 1;
}
#tin-navbtn .tin-bar3 {
  bottom: 1px;
}
.tinactive #tin-navbtn .tin-bar2 {
  opacity: 0;
}
.tinactive #tin-navbtn .tin-bar1 {
  /*transform: rotate(45deg) translateY(8px) translateX(6px);*/
	transform: rotate(45deg) translateY(20px) translateX(12px);
  background: white;
}
.tinactive #tin-navbtn .tin-bar3 {
  /*transform: rotate(-45deg) translateY(-8px) translateX(6px);*/
	transform: rotate(-45deg) translateY(-7px) translateX(-2px);
  background:white;
}
.tinactive #tin-navbtn {
  display: block;
}
.tin-moblink {
  cursor: pointer;
  display: flex;
  padding: 15px;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  border-bottom: 1px solid #888;
  text-decoration: none !important;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.tin-moblink .u-icon-triangle-right {
  color: #986318;
}
#tin-mobile-search {
  display: none;
  padding-top: 15px;
}
#tin-mobile-search .c-control-group .c-control-group__field:first-child {
    border-bottom-left-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
    border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#tin-mobile-search .srch-arrow-btn {
	flex: 0 1 auto;
    align-self: stretch;
    display: flex;
}
/* end mobile*/
.x-mini-basket {
  z-index: 1000000000 !important;
}
.tinactive #nav-container {
  right: 0;
  left: 0;
}
.tinscrolled .t-site-header__masthead {
  padding-top: 0;
  padding-bottom: 0;
}
.tinscrolled .t-site-header {
  height: 70px !important;
}
.tinscrolled #logo {
  max-height: 50px;
}
.tinscrolled #path2, .tinscrolled #path3 {
  opacity: 0;
}
/* large and up */
@media screen and (min-width: 60em) {
  #tin-main-wrap {
    margin-top: 112px;
  }
}
@media screen and (min-width: 90em) {
#tin-main-wrap {
    margin-top: 132px;
}
}
/*****END JARED******/
.text-18 {font-size:18px;}
#tin-mobilenav-wrap .banner-msg  {
  z-index:0;margin-bottom:.5rem;
}
#tin-headernav-wrap .banner-msg {
  z-index:10000;
}
@media screen and (max-width: 39.9em) {
.mobile-wrapper {
	padding-left:16px;
	padding-right:16px;
}
}
/*****checkmark****************************/
.c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
    background: var(--white) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy43LjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDggNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM2NDdENDU7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NCwwSDRDMS44LDAsMCwxLjgsMCw0djQwYzAsMi4yLDEuOCw0LDQsNGg0MGMyLjIsMCw0LTEuOCw0LTRWNEM0OCwxLjgsNDYuMiwwLDQ0LDB6IE0zNC4zLDIyLjRMMTkuNSwzNy4yDQoJbDAsMEwxOC43LDM4bDAsMGwwLDBsLTEuOC0xLjhsMCwwbC0xMi0xMmwzLjQtMy40bDEwLjUsMTAuNUwzMC45LDE5bDAsMGw5LTlsMy40LDMuNEwzNC4zLDIyLjR6Ii8+DQo8L3N2Zz4NCg==);
}
.border-all {
border: 1px solid var(--color-dim-mid);	
}
.o-layout--self-center {
	align-self:center;
}
/****fix radios in checkout*******************/
.t-shipping-method .c-form-checkbox--radio .c-form-checkbox__input:checked + .c-form-checkbox__caption::after, .t-payment-method .c-form-checkbox--radio .c-form-checkbox__input:checked + .c-form-checkbox__caption::after, .t-split-payment-method .c-form-checkbox--radio .c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
	height:20px;
	left:-20px;
	width:20px;
	
}
.t-shipping-method .c-form-checkbox--radio .c-form-checkbox__caption::before, .t-payment-method .c-form-checkbox--radio .c-form-checkbox__caption::before {
	height:20px;
	margin-left:-20px;
	margin-right:10px;
	width:20px;
}
.t-shipping-method .c-form-checkbox--radio .c-form-checkbox__caption, .t-payment-method .c-form-checkbox--radio .c-form-checkbox__caption {
	margin-left:20px;
}
.u-font-small {
  font-size: 0.875rem;
}
/**Account navigation*************************/
#account_navigation .x-category-tree__link-set {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: var(--color-mid);
  letter-spacing: .1em;
  text-transform: uppercase;
	font-size:1rem;
}
.t-account-landing-section .x-category-tree__heading {
	margin-bottom:10px;
	text-decoration:none;
}
#account_navigation .x-category-tree__link {
  color: var(--color-black);
  font-size: var(--subheading-large);
}
/**PROD_TREE**********************************/
.zone path {
  fill: none;
}
.hardiness-map[data-zone-3="true"] #zone-3 path, .hardiness-map[data-zone-4="true"] #zone-4 path, .hardiness-map[data-zone-5="true"] #zone-5 path, .hardiness-map[data-zone-6="true"] #zone-6 path, .hardiness-map[data-zone-7="true"] #zone-7 path, .hardiness-map[data-zone-8="true"] #zone-8 path, .hardiness-map[data-zone-9="true"] #zone-9 path, .hardiness-map[data-zone-10="true"] #zone-10 path {
  fill: #6E8A4C;
  stroke: #6E8A4C;
  stroke-width: 0.5;
  stroke-linejoin: round;
}
.spec-item {
    margin-bottom: 20px;
    width: calc(50% - 40px / 2);
}
.spec-label {
    border-top: 2px solid #F1F0ED;
    padding-top: 10px;
    color: var(--color-black);
    text-transform: uppercase;
    font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
    font-size: .694444em;
    letter-spacing: 1.875px;
}
.spec-data {
    font-size: .9166666em;
    line-height: 1.45;
}
.restrict-label {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  font-size: .6944rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-dim-mid);
}
 .esContainer { border-top: 2px solid #F1F0ED;
    border-bottom: 2px solid #F1F0ED;
    text-align: center;
    padding: 0.5rem 0;
    margin-top: 1.5rem;
}
/*.wishlist*/ .esRead .scrollToo {
    background-color: #F1F0ED;
    border-radius: 4px;
    border: 2px solid #F1F0ED;
    padding: 1em 1.5em;
    color: #606060;
    font-size: 0.9166em;
	text-decoration: none;
}
.x-radio-to-button .c-form-checkbox__caption.button-attribute {
 text-align:center;
 color:var(--color-green);
padding:1.5em 1.75em;
	border-color:var(--color-green);
	margin:0;
}
.Tag-new-revised-ck .x-radio-to-button {
	margin:0
}
.x-product-layout-purchase__options-attribute.occasion {
	margin-bottom:0;
}
#l-occasion {
	margin-bottom:0;
	font-family:'Magneta';
}
.flex-wrap {
	flex-flow:wrap;
}
.flex-nowrap {
	flex-flow:nowrap
}
.flex-grow-1 {
	flex-grow:1;
}
.flex-width-180 {
	flex:0 0 180px;
}
.second-prod-descr {font-size:18px;}
@media screen and (min-width: 40em) {	
	.flex-sm-nowrap {
		flex-flow:nowrap
	}
}
/*#js-PROD_TREE .x-product-layout-purchase__options-attribute {
	margin-bottom: 0
}*/
/***INVC************************************/
#js-INVC .c-heading-foxtrot, #js-ORDS .c-heading-foxtrot {
	font-weight:normal;
	font-size:2rem;
}
#js-INVC .c-heading--subheading--x-small, #js-ORDS .c-heading--subheading--x-small {
 font-size:1.1rem;
 font-weight:bold;
}
.t-page-invc .t-helpful-info, .t-page-ords .t-helpful-info, .t-page-acln .t-helpful-info {
    padding: 10px;
}
@media (min-width: 48em) {
.t-order-complete-content {
    padding: 1.5rem 4rem;
}
}
/**PROD*************************************/
.size-label, .size-value {
	font-family: 'Termina';
    font-size: .8em;
    letter-spacing: .1em;
    color: var(--color-green);
    text-transform: uppercase;
}
.size-disclaimer {
	  font-style: italic;
  margin-top: .75em;
  font-weight: normal;
  font-size: .9166666em;
  line-height: 1.45;
  margin-bottom: 20px;
}
.size-disclaimer .small-sans {
	color:var(--color-dim-mid);
}
.care-info details:last-child {
    margin-bottom: 0px;
	border-bottom: 0px;
}
.care-info .care-label {
    display: flex;
    /*font-style: italic;*/
	font-size:1.4rem;
    line-height: 1;
    justify-content: space-between;
}
.care-info .care-label > div:first-child {
    flex-grow: 1;
    margin-right: 20px;
}
.care-info .caret {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	display:flex;
	align-items:center;
}
.care-info details {
    border-bottom: 2px solid #F1F0ED;
    margin-bottom: 10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.care-info details:hover .caret svg path {
    stroke: #000;
}
.care-info details[open] .caret {
    transform: rotate(180deg);
}
details summary::marker, details summary::-webkit-details-marker {
  display: none;
}
details summary:last-child {
margin-bottom:5px;
}
.care-info details:last-child > summary {
margin-bottom:0;
}
details summary {
  list-style-type: none;
}
.h4.size-guide-txt { 
	margin-top:var(--spacing-10);
	margin-bottom:0;
	text-align:center;
}
@media screen and (min-width: 60em) {
#main_image, .extra_images .x-product-layout-images__image {
max-width:500px;
}
}
@media screen and (min-width: 75em) {
#main_image, .extra_images .x-product-layout-images__image {
max-width:550px;
}
}
@media screen and (min-width: 90em) {
#main_image, .extra_images .x-product-layout-images__image {
max-width:600px;
}
}
@media screen and (min-width: 96em) {
#main_image, .extra_images .x-product-layout-images__image {
max-width:100%;
}
}
#js-PROD_TREE h1.x-product-layout-purchase__name, #js-PROD h1.x-product-layout-purchase__name {
	margin-bottom:10px;
}
#js-PROD_TREE .h4.color-mid {
	margin-bottom:24px;
}
#js-PROD_TREE .x-product-layout-purchase__options-attribute.Pack, #js-PROD_TREE .x-product-layout-purchase__options-attribute.Size {
    text-align: center;
    background: var(--color-light);
    padding: var(--spacing-20);
    border-radius: var(--border-radius);
    overflow: hidden;
}
#js-PROD_TREE .x-product-layout-purchase__options .x-product-layout-purchase__options-attribute.Pack .c-form-label, #js-PROD_TREE .x-product-layout-purchase__options .x-product-layout-purchase__options-attribute.Size .c-form-label {
    margin-bottom: var(--spacing-20);
}
.tree-size {
	margin-bottom:24px;
}
#js-PROD_TREE .x-product-layout-purchase__cta {
	margin-top:var(--spacing-20);
}
#js-PROD .x-product-layout-purchase__cta .x-quantify, #js-PROD_TREE .x-product-layout-purchase__cta .x-quantify, #js-PROD-GarlandFarm .x-product-layout-purchase__cta .x-quantify {
    height: 50px;
}
@media (max-width: 767px) {
#js-PROD .x-product-layout-purchase__options-quantity, #js-PROD_TREE .x-product-layout-purchase__options-quantity, #js-PROD-GarlandFarm .x-product-layout-purchase__options-quantity {
	margin-bottom:5px;
	}
}
@media (min-width: 60em) {
#js-PROD_TREE .x-product-layout {
    padding-top: 16px;
}
}
@media (min-width: 90em) {
#js-PROD_TREE .x-product-layout {
    padding-top: calc(var(--default-spacing-unit) * 2);
}
}
#main_image_div .x-product-layout-images__figure {
	display:flex;
	justify-content: center;
}
@media screen and (min-width: 959px) and (max-width: 1281px) {
#js-PROD #main_image_div {
	max-width:50%;
}
}
#collection_container .x-product-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items:flex-start
}
@media (min-width: 48em) {
  #collection_container .x-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#collection_container .x-product-list__item {
  display:grid;	
}
/*show-more*/
.t-show-more {
  max-height: calc(25vw + 5rem);
  position: relative;
  overflow: hidden;
}
.t-show-more--active {
  max-height: 100%;
  overflow: visible;
}
.t-show-more__toggle {
  display: block;
  width: 100%;
  padding: 1rem 0.5rem 0.5rem 0rem;
  position: absolute;
  bottom: 0;
  text-align: left;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.7) 32%, rgba(247, 247, 247, 1) 38%, rgba(247, 247, 247, 1) 100%);
  border: 0 none;
  cursor: pointer;
  outline: none;
  font-family: 'Termina';
  font-weight: normal;
  letter-spacing: .1em;
  color: var(--color-dim-mid);
  /*font-size: .75em;*/
	font-size:12px;
}
.t-show-more__toggle-text {
  display: inline-block;
  padding-bottom: 0.125rem;
  /*border-bottom: 1px solid currentColor;*/
}
.t-show-more__toggle-text .u-icon-chevron-down.u-font-small, .t-show-more__toggle-text .u-icon-chevron-up.u-font-small {
  font-size: .75em;
}
.t-show-more--active .t-show-more__toggle {
  position: relative;
  bottom: auto;
}
@media screen and (min-width: 48em) {
  .t-show-more {
    max-height: 8.5vw;
  }
  .t-show-more--active {
    max-height: 100% !important;
  }
  .t-show-more__toggle {
    background-color: var(--color-light);
    background-image: none !important
  }
}
@media (max-width: 59.9em) {
.x-product-layout .pl-sm-0{
	padding-left:0
	}	
}
/*reviews*/
#epBody {
	background-color:#fff;
	overflow-y:inherit;
	max-height:none;
}
#epBody .epTitle, #epBody .epRating {
  color: var(--color-green);
  flex-grow: 1;
  font-size: 1.15em;
}
.review-meta .review-info {
  color: var(--color-mid);
  flex-grow: 1;
}
#epBody .epRating {
  margin-right: 10px;
}
.erButton {
    cursor: pointer;
}
.epVerified, .epDate {
  color: var(--color-mid);
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 12px;
}
.epVerified {
	text-align:end;
}
.review-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 5px;
align-items:center;
}
.review-meta {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
}
.epContainer {
  margin-top: var(--spacing-40);
}
/***fix fasten header overlapping anchor****/
#review {
	scroll-margin-top: 90px;
}
#corporate {
	scroll-margin-top: 60px;
}
#retailer {
	scroll-margin-top: 30px;
}
/****/
.epHead {
  border-style: solid;
  border-color: var(--color-dim-mid);
  border-radius: var(--border-radius);
  border-width: 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.epHead2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*#epCreate {
  background-color: var(--color-green);
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}*/
.epContent.rounded-corners {
  border: 1px solid var(--color-dim-mid);
}
.epResponse {
  font-size: .9rem;
  padding: 1rem;
  margin-top: 10px;
}
.esRead {
  letter-spacing: .15em;
}
#epSummary {
  padding: 10px;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  letter-spacing: 0.15em;
  text-transform: uppercase;
  /*font-size: 0.6944em;*/
	font-size:12px;
  min-width:170px;
}
.epAvgCount {
	display:block;
}
@media screen and (min-width: 48em) {
.epAvgCount {
	display:inline;
	}
.epContent {
    padding: 30px;
	}
#epBody .epRating {
  margin-right: 20px;
}
}
.esSummary {
  display: flex;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  letter-spacing: 0.15em;
  text-transform: uppercase;
  justify-content: space-between;
  font-size: 0.6944em;
  padding: 20px 0;
  align-items: center;
  /*margin-bottom: 20px;*/
}
.epContent {
  padding: 15px;
  margin-bottom: 20px;
}
#erCreateButton {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
@media screen and (min-width: 60em) {
  .o-layout--wide > .o-layout__item#sticky_div {
    padding-left: 60px
  }
}
.x-product-layout-purchase__name {
  font-family: 'Magneta';
  text-transform: capitalize;
  color: var(--color-black);
  font-weight: 400;
  letter-spacing: normal;
}
.prod-descr {
 font-size: 1rem;
  font-family: 'Magneta';
  text-align: center;
  line-height: 26px;
}
@media screen and (min-width: 90em) {
  .prod-descr {
  font-size: 1.25rem;
}
}

@media screen and (min-width: 75em) {
.prod-descr {
	min-width:30em;
}
}
#Size .c-form-label {
  text-align: center;
}
#Size .c-form-label, .x-display-list-filtering__sort-by .c-form-label {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  font-size: .8rem;
  color: var(--color-mid);
  letter-spacing: .2em;
  text-transform: uppercase;
}
.size-wrap {
  border-radius: var(--border-radius);
  background: var(--color-light);
  padding: var(--spacing-20);
}
.flower-disclaimer {
  font-style: italic;
  margin-top: .75em;
  font-weight: normal;
  font-size: .9166666em;
  line-height: 1.45;
  margin-bottom: 20px;
}
.flower-disclaimer a {
  border-bottom: 1px solid #000;
  color: #606060;
}
.note {
  font-style: italic;
  font-size: 16.5px;
}
.flower-disclaimer .small-sans {
	color: var(--color-dim-mid);
}
.small-sans {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  font-size: 12px;
  font-style: normal;
  letter-spacing: .15em;
  text-transform: uppercase;
}
#js-PROD .x-product-layout-purchase, #js-PROD_TREE .x-product-layout-purchase {
  max-width: 38rem;
}
.care-container {
  margin-left: 4px;
}
.prod-care {
  font-size: 1.1rem;
}
.prod-care-s {
  font-size: .9rem;
  margin-bottom: var(--spacing-20);
}
.prod-care-border {
  display: grid;
  border-bottom: 1px solid var(--color-dim);
  align-items: baseline;
  padding-bottom: 10px;
  grid-template-columns: repeat(1, 1fr);
  column-count: 1;
  margin-bottom: var(--spacing-20);
}
@media only screen and (min-width: 768px) {
  .prod-care-border {
    grid-template-columns: repeat(3, 1fr);
    column-count: 3;
  }
}
.prod-care .h4.label {
  margin-bottom: 0;
  line-height: 18px;
  color: var(--color-mid);
}
@media only screen and (min-width: 768px) {
  .prod-care-border {
    grid-column-gap: var(--spacing-20);
  }
}
@media only screen and (min-width: 1281px) {
  .prod-care-border {
    grid-column-gap: var(--spacing-60);
  }
}
#js-PROD .x-product-layout-purchase__options .c-form-label {
  margin-bottom: var(--spacing-20);
}
.x-product-layout-purchase__options .c-form-label {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: var(--color-mid);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  font-style: normal;
}
#js-PROD .x-product-layout-purchase__options-attribute {
  text-align: center;
  background: var(--color-light);
  padding: var(--spacing-20);
  border-radius: var(--border-radius);
  overflow: hidden;
}
.x-product-layout-purchase__pricing {
  display: none
}
.x-product-layout-purchase__swatches--active {
  border-radius: 0;
}
.x-product-layout-purchase__swatches img {
  border-radius: 0;
  height: 75px;
  width: 75px;
}
@media screen and (min-width: 40em) {
  .x-product-layout-purchase__options-attribute label:last-child {
    margin-right: 0
  }
}
.x-product-list--related .x-product-list__figure {
  gap: 10px;
}
.x-product-list--related .x-product-list__link, .x-subcategory-list__link {
  color: var(--color-black);
  font-size: 1.25rem;
}
/*.x-product-layout-purchase {
  position: sticky;
  position: -webkit-sticky;
  top: var(--spacing-60);
  justify-content: center;
  display: flex;
}*/
/*.c-form-checkbox {
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.8;
  margin-bottom: 0.25rem;
  width: 100%;
}
.form-checkbox__input, .u-hide-visually {
  clip: rect(0 0 0 0);
  border: 0;
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}
.c-form-checkbox .c-form-checkbox__caption:before {
  background-color: #fff;
  border: 0.0625rem solid #575a5d;
  border-radius: 0.125rem;
  content: "";
  display: inline-block;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 0.357em;
  width: 0.9375rem
}
.c-form-checkbox__caption {
  align-items: center;
  display: flex;
  margin-left: 1rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}*/
@media (min-width: 90em) {
  .x-product-list--related {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 75em) {
  .x-product-layout-purchase__options, .x-product-layout-purchase__cta {
    max-width: 100%;
    width: 100%;
  }
}
.size-wrap .c-form-checkbox__caption {
  border-radius: var(--border-radius-s);
  border-color: var(--color-dim);
  border-style: solid;
  border-width: 1px;
  color: var(--color-mid);
  font-size: var(--font-xs);
  padding: var(--spacing-10) 3rem;
  width: 60px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
/*.size-wrap select.c-form-select__dropdown {
  height: 44px;
  border: none;
  overflow: hidden;
}
.size-wrap select.c-form-select__dropdown::-moz-focus-inner {
  border: 0;
}
.size-wrap select.c-form-select__dropdown:focus {
  outline: none;
}
.c-form-checkbox__caption::before, .c-form-checkbox__caption::after {
  display: none;
}*/
@media screen and (max-width: 75em) {
  .x-product-layout-images {
    padding-left: 16px
  }
 #js-PROD-GarlandFarm .x-product-layout-images {
	padding-left:0;
	}
}
/*CTGY-MAIN*********************************/
#js-CTGY-MAIN .x-product-list__link::before {
  content: "";
  cursor: auto;
  position: relative;
  transition: none;
  z-index: 0;
}
#js-CTGY-MAIN .x-product-layout-purchase__options-attribute {
  display: flex
}
#js-CTGY-MAIN .c-form-input {
  font-size: .8rem;
  line-height: 1.3;
}
@media screen and (min-width: 40em) {
#js-CTGY-MAIN .c-form-input {
  font-size: 1rem;
}
}
.char-limit {
  font-size: var(--font-s);
  font-style: italic;
}
.col-label, #js-CTGY-MAIN .x-product-layout-purchase__options-quantity label.c-form-label {
  font-family: "Termina";
  font-size: var(--font-xs);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: -0.075em;
  color: var(--color-mid);
  text-transform: uppercase;
  align-items: center;
  padding-right: 5px;
}
@media screen and (min-width: 40em) {
.col-label, #js-CTGY-MAIN .x-product-layout-purchase__options-quantity label.c-form-label {
  letter-spacing: 0.2em;
  padding-right: var(--spacing-10);
}
}
#js-CTGY-MAIN .x-product-layout-purchase__options-attribute {
  margin-bottom: 0
}
#js-CTGY-MAIN .x-product-layout-purchase__options-attribute.memo {
  display: block;
}
#js-CTGY-MAIN .c-form-select {
  margin-bottom: 0
}
#js-CTGY-MAIN .x-quantify {
  font-family: "Termina";
  font-size: var(--font-xs);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  height: 42px;
  width:6.6rem;
  grid-template-columns: 2rem 1fr 2rem
}
@media screen and (min-width: 40em) {
#js-CTGY-MAIN .x-quantify {
  letter-spacing: 0.2em;
  width:7.5rem;
  grid-template-columns: 2.5rem 1fr 2.5rem;
}
}
.prod-attr-wrap {
  margin-bottom: var(--spacing-10);
}
#js-CTGY-MAIN .c-form-select__dropdown {
  font-family: "Termina";
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  font-size: var(--font-xs);
  padding: calc(1.25em - var(--default-border-width)) calc(3em - var(--default-border-width)) calc(1.25em - var(--default-border-width)) calc(1.5em - var(--default-border-width));
  min-width: 90px;
}
@media screen and (min-width: 40em) {
#js-CTGY-MAIN .c-form-select__dropdown {
  letter-spacing: 0.2em;
  min-width: 95px;
}
}
a.x-product-list__link2 {
  text-decoration: none
}
#js-CTGY-MAIN .x-product-list__figure-caption {
  margin-top: var(--spacing-10);
}
#js-CTGY-MAIN .x-product-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 40em) {
  #js-CTGY-MAIN .x-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 75em) {
  #js-CTGY-MAIN .x-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #js-CTGY-MAIN #l-engraved_message {
    padding: calc(0.875em - var(--default-border-width)) calc(1.1em - var(--default-border-width));
  }
}
#js-CTGY-MAIN .x-product-layout-purchase__options-attribute.memo {
  padding-right: 5px;
}
@media (min-width: 75em) {
  #js-CTGY-MAIN .x-product-list__name {
    font-size: 1.125rem;
  }
}
@media (min-width: 90em) {
  #js-CTGY-MAIN .x-product-list__name {
    font-size: 1.125rem;
  }
}
/*CTGY**************************************/
.x-product-list__name {
  font-family: 'Magneta';
  font-size: 1rem;
  text-align: center;
}
.x-product-list__figure {
	position:relative;
}
.x-product-list__item .x-product-list__picture.out-of-stock {
    background: rgba(0, 0, 0, 1);
    position: relative;
}
.notice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    transition: none;
    transform: none;
    animation-fill-mode: none;
}
.x-product-list__item .x-product-list__picture.out-of-stock img.t-lazy-load-image {
  animation-fill-mode: none;
}
.x-product-list__link:hover .notice {
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 0;
  left: 0;
}
/*.x-product-list__picture.out-of-stock img {
  opacity: 0.6;
}*/
.x-product-list__figure:hover .x-product-list__picture.out-of-stock img {
    transform:none;
}
.notice-box {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    color: white;
    font-style: italic;
    padding: 0.6em;
    position: absolute;
    text-align: center;
    width: 100%;
}
@media (min-width: 48em) {
	.x-product-list__name {
  font-size: 1.125rem;
}
}
.ctgy-text {
  font-size: 1rem;
  text-align: center;
  margin-bottom: var(--spacing-20);
}
@media screen and (min-width: 90em) {
  .ctgy-text {
    font-size: 20px;
    margin-bottom: 0;
  }
}
#l-sort_by {
  font-family: 'Magneta';
  font-size: 1.2em;
}
.x-product-list__picture, .x-subcategory-list__picture {
  overflow: hidden;
  margin: 0px auto;
  border-radius: var(--border-radius);
  position: relative;
}
.x-product-list__figure:hover .x-product-list__picture img, .x-subcategory-list__figure:hover .x-subcategory-list__picture img {
  transform: scale(1.1, 1.1);
}
.x-product-list__picture img, .x-subcategory-list__picture img {
  transition: .4s;
}
.x-product-list {
  /*gap: calc(10px * 2);*/
  gap: 8px calc(8px * 2);
}
#js-CTGY .x-product-list {
	grid-template-columns: 1fr;
	display:block;
}
/*#js-CTGY .x-product-list, #js-CTGY .x-subcategory-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}*/
#js-CTGY .x-subcategory-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 486px) {
  #js-CTGY .x-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #js-CTGY .x-product-list {
	  display:grid;
	}
}
@media screen and (min-width: 60em) {
  .x-product-list {
    gap: calc(20px * 2);
  }
  #js-CTGY .x-product-list, #js-CTGY .x-subcategory-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #js-CTGY .x-product-list {
	  display:grid;
	}
}
@media screen and (max-width: 40em) {
  #js-CTGY .x-product-list .x-product-list__figure {
	  margin-bottom: 8px;
	}
}
.load-btn {
  text-align: center;
  grid-column: 1 / span 2;
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 60em) {
  .load-btn {
    /*grid-column: 2/4;*/
    grid-column: 2/3;
  }
}
.x-product-list__figure, .x-subcategory-list__figure {
  gap: .35rem;
}
@media screen and (min-width: 48em) {
.x-product-list__figure, .x-subcategory-list__figure {
  gap: 10px;
}	
}
.x-product-list .x-product-list__figure-caption {
  margin-top: 0;
}
.x-refinery {
	min-width:50%
}
.t-filters-trigger {
  max-width: 100%;
  border-width: 1px;
  justify-content: space-between;
}
.x-refinery-annex__title,.t-filters-trigger {
      font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
	letter-spacing:1.2px;
	  text-transform: uppercase;
	font-size:var(--font-xs);
	font-weight:400;
}

.x-refinery-set__list {
  font-size: 1.875rem;
  font-family: 'Magneta',Georgia, Times, Garamond, serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 60em) {
.x-refinery {
    padding: 1rem 5vw 0;
}
}
@media (min-width: 90em) {
.x-refinery {
    padding: 2rem 5vw 0;
}
.x-refinery form, .x-refinery fieldset {
    margin-bottom: 0;
}	
}
.c-form-list__item.x-refinery-set {
  margin-bottom:0;
}
.x-refinery .c-form-list {
	justify-content:center;
}
.x-refinery__title {
  font-size:var(--font-xs);
  padding-left:1rem;
  color:var(--color-dim-mid);
}
.x-refinery__list {
  border-radius:var(--border-radius);
  background-color:var(--color-light-blur);
  padding:5px;
    font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
	letter-spacing:1.2px;
	  text-transform: uppercase;
	font-size:var(--font-xs);
}
.x-refinery-set__label {
 font-weight:normal;
 font-size:var(--font-xs);
}
.x-refinery__title::after, .x-refinery-set__label::before {
    width: 0px;
    height: 0%;
    background-color:transparent;
}
.x-refinery-set__label::after {
     border-bottom-color:var(--color-black);
	 border-right-color:var(--color-black);
	margin-top:-2px;
}
/**BSKE*************************************/
#js-BSKE .x-messages--info, .bask-empty .x-messages--info {
 color:var(--color-black);
border:none;
}
#js-BSKE .x-messages, .bask-empty .x-messages {
border:none;
}
.t-basket__product-contents.bask-empty {
	margin:0;padding-bottom:0;
}
/**BASKET***********************************/
/*fix modal hidden by nav****/
.c-dialog[aria-hidden=false] {
    z-index: 5000000;
}
/****/
.x-edit-basket-attributes .c-dialog__title, .x-edit-basket-attributes .x-edit-basket-attributes__product-price {
	font-size:2rem;
}
.x-edit-basket-attributes p.c-heading-foxtrot {
margin-bottom:0;
}
.x-edit-basket-attributes .x-radio-to-button .c-form-checkbox__caption {
	min-width:200px;
	text-align:center;
	padding:var(--spacing-10) 1rem;
}
[data-hook="shipping-estimate-recalculate"] {
    background-color:var(--color-green);
    font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
	letter-spacing:1.2px;
	  text-transform: uppercase;
	font-size:var(--font-xs);
}
button.x-edit-basket-item {
	font-family: 'Magneta',Georgia, Times, Garamond, serif;
}
.c-dialog__container {
	height:375px;
	max-height:375px;/*test blurry*/
}
.t-page-bask {
  background-color: var(--white--);
}
.t-basket__order-summary {
  border: 1px solid var(--color-dim);
  border-radius: calc(var(--default-border-radius) * 2);
}

.t-basket__product-name {
  color: var(--color-black);
font-size:1.1rem;
}
.t-basket__product-price s {
	font-size:14px;
}
@media (max-width: 47.9em) {
.t-helpful-info {
  border-radius: calc(var(--default-border-radius) * 2);	
}
.t-basket__product-action-bar {
    grid-area: 3/1/4/4;
}
	.t-basket__product-information {
    gap: 1.25rem 0.75rem;
    grid-template-columns: 4rem 7rem 1fr;
    padding: 1.25rem 0;
}
.t-basket__product-qty {
    grid-area: 2/1/3/3;
}
	.t-basket__product-contents.border-all {
		border:0px;
	}
	.t-basket__product-contents {
		padding:.75rem;
	}
}
@media screen and (min-width: 40em) {
.t-basket__product-name {
  font-size: 1.75rem;
}	
.t-basket__product-price s {
	font-size:1rem;
}
}
.c-form-checkbox__input:checked + .c-form-checkbox__caption::after {
	border:none;
}
#js-BASK .t-basket__product-attributes {
	border-top: 1px solid var(--color-dim);
    padding-top: var(--spacing-10);
}
#js-BASK .t-basket__product-edit-save {
	font-family: 'Magneta',Georgia, Times, Garamond, serif;
}
.x-quantify button {
  color: var(--color-black);
}
/*@media (max-width: 39.9em) {
.x-quantify button {
  font-size:12px;	
}
}*/
.t-basket__product-price {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: var(--color-black);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: var(--font-s);
}
.bask-prompt {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: var(--color-mid);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: var(--font-xs);
}
@media screen and (min-width: 60em) {
.bask-prompt {
	 letter-spacing: 1.4px;
	 font-size: var(--font-s);
	}
}
.t-basket__product-attr-options {
  color: var(--color-black);
  font-size: 18px;
}
@media (max-width: 47.9em) {
.t-page-bask .t-main-content-element {
    padding-left: 8px;
    padding-right: 8px;
}
	.t-basket__product-price {
		display:flex;
		align-items:center;
}
}
/**Checkout*********************************/
.t-checkout-steps {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
}
.t-checkout-step--complete, .t-checkout-step--mobile {
  font-weight: normal;
}
#shipping_fields .c-form-label, #billing_fields .c-form-label, .mb-label, .t-basket_coupon-form .c-form-label {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: var(--color-mid);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: var(--font-xs);
}
#shipping_fields .invalid .c-form-label, #billing_fields .invalid .c-form-label {
	color:var(--red-400);
}
#shipping_fields .invalid .c-form-input, #billing_fields .invalid .c-form-input {
	border-color:var(--red-400);
}
/*.x-mini-basket {
  justify-content: center;
}*/
/**OCST****************************************/
.t-basket_coupon-form input:invalid + .c-button {
	min-height:2.5rem;
}
/**OPAY****************************************/
.t-payment-form__field-cvv {
    max-width: 100%
}
.t-payment-form__field-exp {
    max-width: 100%;
}
@media (min-width: 60em) {
.t-payment-form__field-cvv {
    max-width: calc(15% - 1em);
}
}
@media (min-width: 90em) {
.t-payment-form__field-cvv {
    max-width: calc(10% - 1em);
}
}
@media (min-width: 60em) {
.t-payment-form__field-exp {
    max-width: calc(35% - 1em);
}
}
@media (min-width: 90em) {
.t-payment-form__field-exp {
    max-width: calc(40% - 1em);
}
}
/**gift msg**/
.gift-msg-txt {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: var(--color-mid);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: var(--font-xs);
  min-width:138px;
}
.gift-order-checkbox .x-radio-to-button .c-form-checkbox__caption {
  min-width:0;
}
.gift-order-checkbox .x-radio-to-button {
 margin-bottom:0;
}
.gift-order-checkbox .x-radio-to-button:last-child {
	margin-right:0;
}
.gift-order-checkbox .x-radio-to-button .c-form-checkbox__input:checked + .c-form-checkbox__caption {
	background:var(--color-green);
	border-color:var(--color-green);
}
.gift-order-checkbox .x-radio-to-button .c-form-checkbox__caption {
	padding:var(--spacing-10) .9rem
}
#gift_msg {
  height: 100px;
}
.hasDatepicker {
  background: var(--color-green);
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-green);
  border-radius: var(--border-radius);
  color: var(--color-white);
  display: inline-block;
  font-size: var(--font-xs);
  padding: 1.5em 1em;
  padding-right: 4em;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-width:346px;
  cursor:pointer;
}
@media screen and (min-width: 40em) {
.hasDatepicker {
  padding: 1.5em 1.75em;
  padding-right: 4.5em;
  letter-spacing: 0.2em;
}
}
.hasDatepicker:hover {
  background: var(--color-dark-green);
  border-color: var(--color-dark-green);
  color: var(--color-white);
}
.ui-datepicker {
	z-index:1000000 !important;
}
.ui-widget.ui-datepicker {
font-family:'Magneta';
}
.ui-widget-header .ui-icon {
    background-image: url(../png/ui-icons_ffffff_256x240.png)!important;
}
/*.hasDatepicker::after {
	content: "\57";
	    font-family: "ReadyTheme Icons", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}*/
.ui-datepicker-title {
    font-family: "Termina";
    font-size: .75em;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
	letter-spacing:.2em;
}
.ui-datepicker-header.ui-widget-header {
    background-color: var(--color-green);
    border-radius: var(--border-radius);
}
.ui-corner-all.ui-datepicker {
	border-radius:var(--border-radius);
}
.ship-btn .u-icon-calendar {
	color:#fff;
	font-size:1.5em;
	display:inline-flex;
	align-items:center;
}
.ship-btn .u-icon-calendar::before {
	position:absolute;
	right:.75em;
}
.ship-btn {
	position:relative;
	display:inline-flex;
}
.attreq .c-form-label {
  text-transform: uppercase;
}
.char-limit {
  font-style: italic;
  display: block
}
/*#l-tag-new-revised-ck {
  width: 30em;
  padding: .25em 0;
}*/
.c-form-capitalize {
  text-transform: uppercase;
  font-weight: bold
}
.disclaim {
  font-style: italic
}
.ship-alert {
  margin-top: 8px;
  padding: 8px 0 8px 12px;
  background-color: #FF6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  font-style: italic;
  color: #736356;
}
.prod-stateship {
  font-style: italic;
  text-align: center;
  font-size: 15px;
  margin: 1.2em auto 1em auto;
}
.prod-stock {
  font-weight: bold;
  text-align: center
}
.gift-msg-outer {
  display: none;
}
/*.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}
.radio-item input[type='radio'] {
  display: none;
}
.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 15px;
  height: 15px;
  border-radius: 11px;
  border: 2px solid #736356;
  background-color: transparent;
}
.radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: #736356;
}*/
/**/
/*.x-mini-basket__content {
  max-width: 55em;
}*/
.x-mini-basket__image img {
border-radius: var(--border-radius);
  overflow: hidden;
}
.x-mini-basket__line:first-child {
	border-top: 0px;
}
.x-mini-basket__item-attributes {
  color: var(--color-black);
  font-size: 17px;
}
.x-mini-basket__item-name {
  color: var(--color-black);
  font-size: 18px;
}
/****care-pg********************************/
.drying-wrap, .contact-wrap {
  border-radius: var(--border-radius);
  border: 1px solid var(--color-mid);
}
.drying-wrap .prod-care .h4.label, .contact-wrap .prod-care .h4.label {
  color: var(--color-dark);
}
/**info-pg**********************************/
.page-text {
  font-size: 1.2rem;
}
.line-height-15 {
	line-height:1.5!important;
}
.page-text-18 {
  font-size: 18px;
}
.lead-text {
  font-size: 1.25rem;
  text-align: center;
  line-height:1.2;
}
.lead-text-lrg {
  font-size: 1.75rem;
  text-align: center;
  line-height:1.5;
      margin-bottom: var(--spacing-20);
    margin-top:var(--spacing-40);
}
@media screen and (min-width: 60em) {
.lead-text {
  font-size: 1.35rem;
      line-height:1.5;
      margin-bottom: var(--spacing-20);
    margin-top:30px;
}
}
@media screen and (min-width: 90em) {
.lead-text {
  font-size: 1.5rem;
	}
}
.caption {
    color:var(--color-mid);
    font-size:18px;
}
.flex-dir-col {flex-direction: column;}
.flex-wrap-wrap {flex-wrap: wrap;}
/****as-seen********************************/
#js-as-seen .gal-item img {
	border-radius:var(--border-radius);
}
/*****wholesale*****************************/
.btn-corp {
	justify-content:center;
	margin-bottom:var(--spacing-20);	
	}
.btn-retail {
	justify-content: center;
		margin-bottom:var(--spacing-20);
	}
@media screen and (min-width: 48em) {
	.btn-corp {
	justify-content: flex-end;
	margin-right:var(--spacing-20);	
	}
}
@media screen and (min-width: 48em) {
	.btn-retail {
	justify-content: flex-start;
		
	}
}
#js-wholesale #Address2 {
	margin-top:var(--spacing-20);
}
/*****contact-pg***************************/
#contactMessage.c-form-input--long {
  min-height: 10em
}
.x-contact-form .c-control-group .c-control-group__field {
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.x-contact-form .c-control-group .c-control-group__field:first-child {
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.contact-wrap {
  padding-top: var(--spacing-40);
  padding-left: var(--spacing-40);
  padding-right: var(--spacing-40);
}
.contact-wrap .prod-care-border {
  grid-template-columns: repeat(1, 1fr);
  column-count: 1;
}
#js-CTUS .padding-60.rounded-corners {
	padding:10px;	
	}
@media only screen and (min-width: 768px) {
  .contact-wrap .prod-care-border {
    grid-template-columns: repeat(3, 1fr);
    column-count: 3;
  }
  .contact-wrap .prod-care-border .contact-col {
    grid-column: span 2/span 2;
  }
#js-CTUS .padding-60.rounded-corners {
	padding:60px;	
	}	
}
.contact-wrap .prod-care-border {
  border-bottom: 0;
}
/*****FAQ***********************************/
#js-FAQS .pg-content p, #js-ABUS .pg-content p, #js-reviews .pg-content p {
  font-size: 1.1rem
}
/*****weddings******************************/
.wed-caption {
	font-size:1.1em;
	margin-top:var(--spacing-10);
}
.wed-pic {
 max-height:341px;
}
/* Small Breakpoint [40em = 640px]
   =========================================== */
@media screen and (max-width: 40em) {
.wed-pic {
 max-height:341px;
}
}

/* Medium Breakpoint [48em = 768px]
   =========================================== */
@media screen and (min-width: 48em) {
.wed-pic {
 max-height:341px;
}
}

/* Large Breakpoint [60em = 960px]
   =========================================== */
@media screen and (min-width: 60em) {
.wed-pic {
 max-height:269px;
}
}

/* Extra-Large Breakpoint [75em = 1200px]
   =========================================== */
@media screen and (min-width: 75em) {
.wed-pic {
 max-height:316px;
}
}

/* Wide-Screen Breakpoint [90em = 1440px]
   =========================================== */
@media screen and (min-width: 90em) {
.wed-pic {
 max-height:341px;
}
}

/*****reviews*******************************/
.sign {
	text-align:right;
	font-style:italic;
}
.review-div {
    margin: 1em 0 2em 0;
}
.review-div {
    border-bottom: 2px solid #F1F0ED;
}
#js-reviews .pg-content p {
padding-left:1.5rem;
}
.review {
position:relative;	
}
.review .content::before {
	content: open-quote;
	left:0;
	font-size:3rem;
	top:-5px;
}
.review .content::after {
	content: close-quote;
	font-size: 2rem;
}
.review .content::before, .review .content::after {
	z-index: 0;
	font-family: 'Magneta',Georgia, Times, Garamond, serif;
	position:absolute;
	line-height:1;
	color:var(--color-dim-mid);
}
.review p.content span.laquo {
    /*background: url(images/laquo.png) no-repeat;
	content: open-quote;
    width: 14px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;*/
}
/***ORDL************************************/
@media screen and (min-width: 48em) {
.t-logn-block {
    padding: 0 5rem;
}
}
/*bask-summary******************************/
.mb-ship, .mb-tax, .mb-call {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  color: var(--color-mid);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: var(--font-xs);
}
.t-basket_coupon-form .button {
  margin-bottom: 0;
}
#helpful_info {
	border: 1px solid var(--color-dim);
}
/*lightgallery******************************/

.lg-backdrop {
    z-index: 1040000;
}
.lg-outer {
	z-index: 1050000;
}
		
/*owl-carousel******************************/
/**/
.owl-stage {
  display: flex;
}
.owl-link {
  padding-bottom: 1em
}
.item {
  display: flex;
  height: 100%;
}
.owl-item .h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 40em) {/*added breakpoint to fix mobility issues*/
.owl-carousel .owl-stage-outer {
	overflow:visible;
 }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav .disabled {
  opacity: 0;
  cursor: default;
  display: none;
}
/*.owl-text {padding-bottom:1em}*/
.owl-prev, .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  /*display: block !important;
  border: 0px solid black;*/
  font-size: 1.3rem;
  border: none;
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  align-items: center;
  justify-content: center;
}
.owl-prev {
  left: -10px;
}
.owl-next {
  right: -10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  width: 45px;
  height: 45px;
  padding: 10px;
  background-color: white;
  border: 1px solid var(--color-dim);
  border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.21);
}
@media screen and (min-width: 75em) {
  .padding-l-0 {
    padding-left: 0;
  }
  .owl-next {
    right: -15px;
  }
  .owl-prev {
    left: 1px;
  }
  .owl-stage {
    right: 35px;
  }
  .owl-prev, .owl-next {
    top: 35%;
  }
}
@media screen and (min-width: 90em) {
  .owl-next {
    right: -35px;
  }
  .owl-prev {
    right: -10px;
  }
}
/*.owl-prev i, .owl-next i {
  transform: scale(2, 5);
}*/
.owl-stage .h3 {
  font-size: 1.875rem;
  font-family: "Magneta";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}
a.owl-link {
  text-decoration: none
}
.owl-text {
  font-size: var(--font-size);
}
.owl-img-wrap {
  overflow: hidden;
  margin: 0px auto;
  border-radius: var(--border-radius);
  position: relative;
}
.owl-img-wrap:hover img {
  transform: scale(1.1, 1.1);
}
.owl-img-wrap img {
  transition: .4s;
}
.wbt {
  opacity: 0;
  /*transform:
    rotate(var(--rotate, 0)) scale(var(--scale, 1)) translateX(var(--transx, 0)) translateY(var(--transy, 0));*/
}
.wbt.active {
  opacity: 1 !important;
  /*transform: scale(1, 1) translate(0, 0) rotate(0deg) !important;*/
}
/*down to up*/
.wbt-u {
  --transy: 100px;
}
/**text*************************/
.no-decoration, a.no-decoration {
  text-decoration: none
}
/**colors************************/
.color-dim-mid {
  color: var(--color-dim-mid)
}
.color-mid {
  color: var(--color-mid)
}
.color-dark {
  color: var(--color-dark)
}
.color-black {
  color: var(--color-black)
}
.color-green {
  color: var(--color-green)
}
.color-dark-green {
  color: var(--color-dark-green)
}
.bg-light {
  background: var(--color-light)
}
.bg-dim {
  background: var(--color-dim)
}
.bg-dim-mid {
  background: var(--color-dim-mid)
}
.bg-mid {
  background: var(--color-mid)
}
.bg-dark {
  background: var(--color-dark)
}
.bg-green {
  background: var(--color-green)
}
.bg-dark-green {
  background: var(--color-dark-green)
}
.border-dim {
	border-color: var(--color-dim);
}
/**spacing*******************************/
.margin-top-0 {
  margin-top: 0
}
.margin-top-10 {
  margin-top: var(--spacing-10)
}
.margin-top-20 {
  margin-top: var(--spacing-20)
}
.margin-top-40 {
  margin-top: var(--spacing-40)
}
.margin-top-60 {
	margin-top: var(--spacing-40)
}
@media screen and (min-width: 48em) {
.margin-top-60 {
  margin-top: var(--spacing-60)
}
}
.margin-top-80 {
  margin-top: var(--spacing-80)
}
.margin-top-120 {
  margin-top: var(--spacing-120)
}
.margin-top-200 {
  margin-top: var(--spacing-200)
}
@media screen and (min-width: 40em) {
.margin-top-0--sm {
	margin-top:0;
	}
}
@media screen and (min-width: 48em) {
.margin-top-0--md {
	margin-top:0;
	}
}
.margin-bottom-0 {
  margin-bottom: 0
}
.margin-bottom-10 {
  margin-bottom: var(--spacing-10)
}
.margin-bottom-20 {
  margin-bottom: var(--spacing-20)
}
.margin-bottom-40 {
  margin-bottom: var(--spacing-40)
}
.margin-bottom-60 {
  margin-bottom: var(--spacing-60)
}
.margin-bottom-80 {
  margin-bottom: var(--spacing-80)
}
.margin-bottom-120 {
  margin-bottom: var(--spacing-80)
}
@media screen and (min-width: 48em) {
.margin-bottom-120 {
  margin-bottom: var(--spacing-120)
}	
}
.margin-bottom-200 {
  margin-bottom: var(--spacing-200)
}
.margin-right-20 {
  margin-right: var(--spacing-20)
}
.padding-10 {
  padding: var(--spacing-10)
}
.padding-20 {
  padding: var(--spacing-20)
}
.padding-40 {
  padding: var(--spacing-40)
}
.padding-60 {
  padding: var(--spacing-60)
}
.padding-80 {
  padding: var(--spacing-80)
}
.padding-120 {
  padding: var(--spacing-120)
}
.padding-200 {
  padding: var(--spacing-200)
}
.padding-left-0 {
	padding-left:0
}
.padding-left-10 {
	padding-left:10px;
}
.padding-right-0 {
	padding-right:0
}
@media screen and (min-width: 48em) {
.padding-right-10--md {
  padding-right: var(--spacing-10)
}	
}
.o-layout--flush > .o-layout__item.padding-hor-20 {
	padding-left:20px;
	padding-right:20px;
}
.rounded-corners {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.box-shadow {
	box-shadow:3px 3px 20px 3px rgba(0,0,0, .25);
}
.w-100 {
	width:100%;
}
/*******sfnt-wreaths************/
.thumb .crop {
  border-radius: var(--border-radius);
  overflow: hidden;
}
a.thumb:hover .crop-inner {
  height: 105%;
  width: 105%;
  left: -2.5%;
  top: -2.5%;
}
a.thumb .crop-inner {
  transition: 0.5s all ease-in-out;
  transition-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
}
.thumb {
  display: grid;
  border: 0;
  overflow: hidden !important
}
.thumb .crop {
  border-radius: var(--border-radius);
  overflow: hidden
}
a.thumb:hover .crop-inner {
  height: 105%;
  width: 105%;
  left: -2.5%;
  top: -2.5%
}
.crop {
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative
}
.crop-1x1 {
  padding-bottom: 100%
}
.crop .crop-inner {
  background: var(--color-dim);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.crop img {
  height: 100%;
  object-fit: cover;
  width: 100%
}
.product-category {
  padding-top: var(--spacing-20);
}
.product-name {
  font-size: 1.2rem;
}
.product > a {
  text-decoration: none
}
/**blog*****wordpress******************/
#posts h1 {
    font-family: "Magneta";
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
	font-size:2em;
}
#posts h2 {
	font-size: 1.65em;
    margin-top: var(--spacing-30);
    margin-bottom: var(--spacing-10)
}
#posts h3 {
	font-size: 1.25em;
    margin-top: var(--spacing-30);
    margin-bottom: var(--spacing-10)
}
#posts h3.h4 {
	font-size:13px;
}
#posts h2.h4 {
	font-family: "Magneta";
	letter-spacing:normal;
    line-height: 1;
    text-transform:none;
}
.recent-articles .owl-stage .h3 {
font-size:1.5rem;	
}
.recent-articles .h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.articles-container figcaption {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-articles .article-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-s);
    margin-top: 10px;
	margin-bottom:10px;
}
.recent-articles .article-excerpt {
	padding-bottom:15px;
}
.articles-container .x-product-list__figure-caption {
 font-size:	1.5rem;
	margin-top:10px;
	line-height:1.25;
}
.articles-container .article-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--font-s);
}
:where(.wp-block-columns.article-widget.is-layout-flex) {
                gap: 0em;
            }
@media screen and (min-width: 60em) {
 .articles-container .load-btn {
    grid-column: 2/4;
  }
}
@media screen and (min-width: 48em) {
.articles-container .x-product-list__figure {
    gap: 0.5rem;
}
}
.o-layout--wide.articles-container {
    margin-left: calc(-2 * 28px);
}
.o-layout--wide.articles-container > .o-layout__item {
    padding-left: calc(2 * 28px);
}
.wp-block-columns {
 margin-bottom:.5em;	
}
.blog-ctgy-container {
	width: fit-content;
}
.blog-ctgy-container .blog-ctgy.button {
    background: transparent;
    border-color: transparent
}

.blog-ctgy-container .blog-ctgy.button.active a {
    background: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-black);
}

.blog-ctgy-container .blog-ctgy.button:not(.active) a:hover {
    background: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-white);
    cursor: pointer
}

header.headroom--pinned ~ .content .blog-ctgy-container {
    top: 200px
}
.blog-ctgy-container .blog-ctgy.button a {
	padding:0.75em 1em;
	border-radius:4px;
}
.blog-ctgy-container .blog-ctgy.button {
	padding:0.75em 1em;
}
.blog-ctgy {
	padding: var(--spacing-10) .9rem;
}
.blog-ctgy.button a:hover {
	background:var(--color-green);
	border-color:var(--color-green);
	color:var(--color-white);
}
.blog-ctgy.button a {
	text-decoration:none;
	color:var(--color-mid);
}
/**breadcrumbs**************************/
.x-breadcrumbs__item:not(:last-child) {
    margin-right: 0.8em;
}
.x-breadcrumbs__item:not(:last-of-type)::after {
 right: -0.3em;	
}
.x-breadcrumbs__list {
	font-size: 14px;
}
@media screen and (min-width: 75em) {
	.x-breadcrumbs__item:not(:last-child) {
    margin-right: 1em;
}
.x-breadcrumbs__item:not(:last-of-type)::after {
 right: -0.5em;	
}
.x-breadcrumbs__list {
font-size: var(--message-one);
}
}
@media screen and (max-width: 39.9em) {
.x-breadcrumbs a {
padding:1em 0;
}	
}
/**button*******************************/
.button {
  background: var(--color-green);
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-green);
  border-radius: var(--border-radius);
  color: var(--color-white);
  display: inline-block;
  font-size: var(--font-xs);
  padding: 1.5em 1.75em;
  text-decoration: none;
}
.button:hover {
  background: var(--color-dark-green);
  border-color: var(--color-dark-green);
  color: var(--color-white);
}
.button-2nd {
  background: var(--color-white);
  border: 1px solid var(--color-green);
  color: var(--color-green);
  border-radius: var(--border-radius);
  display: inline-block;
  font-size: var(--font-xs);
  padding: 1.5em 1.75em;
  text-decoration: none;
}
.c-button:disabled, .c-button.disabled, .c-button.disabled:hover, .c-button.disabled:active, .c-button.disabled:focus {
  color: #000;
  background-color: var(--color-dim);
  border-color: var(--color-dim);
  cursor: not-allowed;
}
.button-secondary {
    background: transparent;
    border: 1px solid var(--color-green);
    color: var(--color-green);
}
.button-tertiary {
	background: transparent;
    border-color: var(--color-dim);
    border-radius: var(--border-radius-s);
    color: var(--color-mid);
    font-size: var(--font-xs);
    padding: 0.75em 1em;
}
.c-button--clear {
    background-color: rgba(0, 0, 0, 0);
    vertical-align: baseline;
	border:none;
	color:var(--color-green);
}
/**hero***************************/
.hero {
  font-size: 1.2rem;
}
.fade {
  position: relative
}
.fade:before, .fade:after {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  content: ""
}
.fade:before {
  background: rgba(110, 138, 76, 0.2);
  mix-blend-mode: screen;
  z-index: 1
}
.fade:after {
  background: var(--color-mid);
  mix-blend-mode: multiply;
  opacity: 0.9
}
.fade.dark:after {
  background: var(--color-black);
  opacity: 0.8
}
.cover {
  display: grid;
  text-align: center
}
.cover .background, .cover .foreground {
  grid-column: 1;
  grid-row: 1;
  width: 100%
}
.cover .background {
  overflow: hidden;
  z-index: 1
}
.cover .background iframe {
  transform: scale(1.05)
}

.cover .foreground {
  align-items: center;
  display: grid;
  justify-content: center;
  z-index: 2
}
@media screen and (min-width: 75em) {
  .cover .foreground {
  align-items: start;
  padding-top:5rem;
}	
}
#js-the-farm .cover .foreground {
  align-items: start;
	padding-top:1rem;
}
@media screen and (min-width: 75em) {
  #js-the-farm .cover .foreground {
  padding-top:4.5rem;
}	
}
@media screen and (min-width: 90em) {
  .cover .foreground {
  align-items: center;
  padding-top:0;
}
}
@media screen and (min-width: 90em) {
  #js-the-farm .cover .foreground {
  align-items: start;
  padding-top:5rem;
}
}
.cover .button:hover {
  border: 0
}
.cover .button-secondary {
  background: transparent;
  border-width: 1px;
  border-color: var(--color-white);
  border-style: solid;
  color: var(--color-white)
}
.cover .button-secondary:hover {
  background: var(--color-white);
  border-width: 1px;
  border-color: var(--color-white);
  border-style: solid;
  color: var(--color-black)
}
.hero-h1 {
  font-size: 3.2rem;
  line-height: 0.9;
  margin-bottom: var(--spacing-20);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Serlio", "Magneta";
  font-weight: 400;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.hdr-logo {
  max-width: 10em;
  /*transform: translateY(20px);*/
}
@media screen and (min-width: 40em) {
  .hdr-logo {
	  max-width: 20em;
	}
}
@media screen and (min-width: 48em) {
  .hero-h1 {
    font-size: 4rem;
  }
  .hdr-logo {
    max-width: 28em;
  }
}
@media screen and (min-width: 60em) {
  .hdr-logo {
    max-width: 30em;
  }
}
@media screen and (min-width: 75em) {
  .hdr-logo {
    max-width: 32em
  }
}
@media screen and (min-width: 90em) {
  .hdr-logo {
    max-width: 38em
  }
}
@media screen and (min-width: 108em) {
  .hdr-logo {
    max-width: 40em
  }
}
.cover .button:hover {
  background-color: var(--color-light-blur);
  -webkit-backdrop-filter: blur(64px);
}
.cover .button {
  background: var(--color-white);
  border: 0;
  color: var(--color-black)
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover:not(:disabled):not([aria-disabled=true]):not(.c-button--as-link) {
    background-color: var(--color-light-blur);
  }
}
/**headings********************************/
h1, .h1 {
  color: var(--color-green);
  font-size: 2.75rem;
  line-height: 0.9;
  margin-bottom: var(--spacing-20);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Serlio", "Magneta";
  font-weight: 400;
}
h1.c-heading-delta {
	font-size: 2.75em;
	line-height:.9em;
}
@media screen and (min-width: 48em) {
h1, .h1 {
font-size: 3.2rem;
}
h1.c-heading-delta {
font-size: var(--title-two);
line-height: calc(var(--title-two) * 1.25);
	}
}
.c-heading-collection {
  text-align: center;
  color: var(--color-black);
  font-family: "Magneta";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  font-size: 2.4rem;
  margin-bottom: var(--spacing-20);
}
@media (max-width: 59.9em) {
  .t-category-name {
    font-size: var(--title-three);
    line-height: 1;
  }
	h1.x-product-layout-purchase__name {
	font-size:2rem;
}
}
@media screen and (min-width: 48em) {
  h1, .h1, .c-heading-charlie {
    font-size: 4rem;
  }
}
#js-BASK h1 {
  text-transform: capitalize;
  font-family: "Magneta";
  font-size:2rem;
}
.c-heading-foxtrot {
  font-size: var(--title-five);
}
.c-heading-charlie, .c-heading-delta, .c-heading-echo {
  font-weight: normal;
}
h4, .h4 {
  color: var(--color-green);
  font-size: var(--font-xs);
  line-height: 1.5;
  margin-bottom: var(--spacing-10);
}
.h3 {
  font-size: 1.875em;
}
.subhead1 {
  font-family: "Magneta";
  font-size:1.75rem;
  font-weight:400;
}
.subhead2 {
  font-family: "Magneta";
  font-size:1.35rem;
}
@media screen and (min-width: 48em) {
h1.fs-47 {
	font-size:47px;
}
}
.h4.color-mid {
  color: var(--color-mid);
}
.x-product-layout-purchase__options .h4.color-mid {
 letter-spacing: .1em;	
}

@media screen and (min-width: 40em) {
.x-product-layout-purchase__options .h4.color-mid {
 letter-spacing: .2em;
}
}
/****footer*****************************/
footer .logo img {
  transition: 0.5s all ease-in-out;
  transition-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
}
@media screen and (min-width: 48em) {
  footer .logo img {
    max-width: 24vw;
    width: 100%;
  }
}
@media screen and (max-width: 39.9em) {
  .t-site-footer__content .c-menu {
    width: 100%
  }
  .x-collapsible-content__toggle {
	  padding:1em 0
	}
  #footer_categories li a, #quick_links li a {
	  padding: .3em 0;
	}
}
.t-site-footer__copyright {
  border: none
}
.t-global-footer-social__list {
  margin-bottom: 1rem;
}
.t-site-footer__copyright {
  color: var(--color-mid);
  font-size: var(--font-size)
}
.t-site-footer__copyright .address {
  font-size: var(--font-xs);
  line-height: 1.5
}
a.t-global-footer-social__link {
  color: var(--color-mid);
}
.t-site-footer__content {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .t-site-footer {
    padding-top: 3.75em
  }
}
footer .logo:hover img {
  transform: scale(1.035);
}
#footer_categories, #quick_links {
  font-family: 'Magneta';
}
.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
  color: var(--color-black);
  font-size: 1.2rem;
}
#social_active {
  display: flex;
  justify-content: center;
}
.t-site-footer .c-menu__title {
  color: var(--color-green);
  font-size: var(--font-xs);
}
.t-site-footer__content .c-menu__link:not([class*=" u-icon-"]) {
  line-height: 1.9
}
@media (max-width: 47.9em) {
.t-site-footer .x-collapsible-content__toggle [class^=u-icon-] {
    font-size: 12px;
}
}
/***newsletter***/
#mc_embed_signup label {
  font-size: 1.2rem;
}
.nws-head {
  text-align: center;
  letter-spacing: .05em;
  word-spacing: -0.1em;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: 'Serlio', Georgia, "Times New Roman", Times, serif;
  line-height: normal;
  margin-bottom: var(--spacing-20);
}
.t-site-footer__newsletter {
  background: var(--color-green);
  color: var(--color-white);
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 1.25rem;
}
/************************/
input.subscribe {
  -webkit-appearance: none;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  margin: 0;
}
.newsletter-form .newsletter-submit input.subscribe {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
  padding: .5rem;
}
.newsletter-form {
  font-size: var(--font-size);
  align-items: center;
  border-radius: var(--border-radius);
  display: flex;
  overflow: hidden
}
.newsletter-form input {
  border-radius: 0;
  padding: 1rem;
}
@media screen and (min-width: 40em) {
  .newsletter-form input {
    padding: 1.4rem;
    display: flex;
    flex-grow: 1;
  }
  .newsletter-form {
    background: var(--color-white);
  }
}
.newsletter-form input:focus {
  border-color: transparent
}
.newsletter-form .newsletter-submit {
  align-items: center;
  border-left: 1px solid var(--color-green);
  color: var(--color-black);
  font-size: var(--font-xs);
  height: 100%;
  padding: 0 var(--spacing-4);
  position: absolute;
  right: 0;
}
.newsletter-form .newsletter-submit:hover, .subscribe {
  cursor: pointer
}
.newsletter-form .newsletter-submit:hover .subscribe {
  margin-right: var(--spacing-20)
}
.newsletter-form .newsletter-submit .u-icon-arrow-right {
  position: absolute;
  opacity: 0;
  right: var(--spacing-10)
}
.newsletter-form .newsletter-submit:hover .u-icon-arrow-right {
  opacity: 1;
  right: var(--spacing-20);
}
/***/
.c-control-group .c-control-group__button:first-child, .c-control-group .c-control-group__field:first-child {
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.c-button {
  border-radius: var(--border-radius);
}
#mc_embed_signup label[for=mce-EMAIL] {
  font-size: 1.3rem;
  margin-top: var(--spacing-20);
}
#mc-embedded-subscribe.c-button {
  margin-top: 1rem;
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#mce-EMAIL {
  border: none;
  font-size: 1.2rem;
  /*flex: 1 1 fit-content;*//*doesn't work on ios 15 safari */
}
@media screen and (max-width: 39.9em) {
	.t-newsletter-form__input {
	display:block;
	width:100%;
	flex:auto;
	}
}
/* Small Breakpoint [40em = 640px]
   =========================================== */
@media screen and (min-width: 40em) {
  .newsletter-form .newsletter-submit {
    padding: 0 var(--spacing-20);
    display: flex;
  }
  .newsletter-form .newsletter-submit input.subscribe {
    padding: 1rem
  }
}
svg.search-icon * {
  stroke: var(--color-mid);
}
input#mce-EMAIL::placeholder, textarea#mce-EMAIL::placeholder {
  color: var(--color-mid) !important;
  font-size: 1rem;
}
.t-newsletter-form fieldset {
  justify-content: center
}
.pad-y-60 {
  padding-top: var(--spacing-60);
  padding-bottom: var(--spacing-60);
}
a, .button, .button-2nd, input, textarea, header .main-header > .inner .nav a, header .main-header > .inner .nav .item, .sub-nav > .inner .item::after, svg.search-icon *, .newsletter-form .newsletter-submit, .newsletter-form .newsletter-submit .subscribe, .newsletter-form .newsletter-submit .u-icon-arrow-right, .variant-container .variant-option {
  transition: 0.2s all ease-in-out;
  transition-timing-function: cubic-bezier(0.5, 0, 0.15, 1);
}
.termina, h4, .h4, .button, .button-2nd, header .main-header > .inner .nav a, header .main-header > .inner .nav .item, .sub-nav > .inner .item, .newsletter-form .newsletter-submit, .variant-container .variant-option {
  font-family: 'Termina', "Arial Black", Tahoma, "sans-serif";
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase
}
/**
 * This extension automatically converts the `radio` style product attribute into a more usable button.
 */
.x-radio-to-button {
  margin: 0 .5em 0.5em 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 40em) {
  .x-radio-to-button {
    margin: 0 0px 0.5em 0;
  }
}
.x-radio-to-button.c-form-checkbox {
  transition: opacity ease-in-out 0.3s;
  font-family: "Termina";
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}
.x-radio-to-button .c-form-checkbox__caption {
  display: block;
  margin: 2px;
  padding: var(--spacing-10) 3rem;
  border-radius: var(--border-radius-s);
  border-color: var(--color-dim);
  border-style: solid;
  border-width: 1px;
  color: var(--color-mid);
  font-size: var(--font-xs);
  min-width: 133px;
}
.x-radio-to-button .c-form-checkbox__caption::before, .x-radio-to-button .c-form-checkbox__caption::after {
  display: none;
}
.x-radio-to-button .c-form-checkbox__input:hover + .c-form-checkbox__caption {
  border-color: var(--color-copper);
}
.x-radio-to-button .c-form-checkbox__input:checked + .c-form-checkbox__caption {
  opacity: 1;
  background: var(--color-copper);
  border-color: var(--color-copper);
  color: var(--color-white);
  outline: none;
}
.x-radio-to-button .c-form-checkbox__input:checked {
  background: var(--color-copper);
  border-color: var(--color-copper);
  color: var(--color-white);
  outline: none;
}
.x-radio-to-button .c-form-checkbox__input {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.c-form-checkbox:focus-within {
  outline: none;
}
.x-radio-to-button .c-form-checkbox--inline {
  width: auto;
}
/****video responsive************************/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#static_navigation {
	    font-family: 'Termina';
    font-weight: normal;
    text-transform: uppercase;
    color: var(--color-green);
    font-size: .75em;
    letter-spacing: .15em
}
@media screen and (min-width: 90em) {
	#static_navigation {
		    font-size: .9em;
	}
}
#static_navigation .x-category-tree__link {
  color:var(--color-green);
	font-weight:normal;
}
/* Small Breakpoint [40em = 640px]
   =========================================== */
@media screen and (min-width: 40em) {}

/* Medium Breakpoint [48em = 768px]
   =========================================== */
@media screen and (min-width: 48em) {}

/* Large Breakpoint [60em = 960px]
   =========================================== */
@media screen and (min-width: 60em) {}

/* Extra-Large Breakpoint [75em = 1200px]
   =========================================== */
@media screen and (min-width: 75em) {}

/* Wide-Screen Breakpoint [90em = 1440px]
   =========================================== */
@media screen and (min-width: 90em) {}
