/** Shopify CDN: Minification failed

Line 1763:0 Unexpected "}"

**/
/* 2025 realmwebdesign.com */

/* //// Realm Theme MOD 2025 - Lets keep this organized .. No one likes "MR MESSY"!!! Right? :)

If you have code to add there should be a spot already. For apps please add a the very bottom under ==== APPS 

Thanks

*/


/* ============= CUSTOM */

/* theme version
    --color-body: #ffffff;
    --color-border: #efdeb9;
    --colorSchemeMaroon: #111111;
    --colorSchemeMaroon-text: #ffffff;
    --color-footer-border: #efdeb9;
    --color-footer-text: #402900;
    --color-link: #402900;
    --color-sale-tag-text: #ffffff;
    --color-scheme-1-text: #ffffff;
    --color-scheme-1-bg: #731225;
    --color-scheme-2-text: #fff;
    --color-scheme-2-bg: #402900;
    --color-scheme-3-text: #ffffff;
    --color-scheme-3-bg: #153e2e;
    --type-header-size: 35px;
    --type-header-weight: 400;
    --type-header-line-height: 1.2;
    --type-header-spacing: 0.0em;
    --type-header-transform: none;
    --type-base-primary: Poppins;
    --type-base-fallback: sans-serif;
    --type-base-size: 15px;
    --type-base-weight: 400;
    --type-base-spacing: 0.0em;
    --type-base-line-height: 1.8;
*/


/* This custom css PRIMARIES used in customerize and all areas, does mirror theme settings */
:root {
  --colorSchemeCream: #FFFAEF;
  --colorSchemeGray: #F7F7F7;
  --colorSchemeBrown: #402900; /* text color */
  --colorSchemeGreen: #153E2E;
  --colorSchemeMaroon: #731225;
  --colorSchemeDarkCream: #EFDEB9;

  /* =Main theme CSS overides */
  --section-header-bottom: 20px;
  --collapsible-icon-width: 14px;
  --page-width-padding: 30px;
  
@media only screen and (max-width: 768px) {
  --page-width-padding: 15px;
}
}

/* ============= REALM QUICK */
.box {
  background: #fff;
  padding: 30px 20px;
  font-size: 14px;
  margin: 0 0 40px;
  max-width: 800px;
  border: 1px solid var(---color-border);
}

.add-top {
  margin-top: 40px;
}


/* ============= FONTS √ */

@font-face {
font-family: 'Noel Xmas Font - Regular';
src: url('/cdn/shop/files/Noel_Xmas_Font_-_Regular.woff2?v=1747846418') format('woff2'),
  url('/cdn/shop/files/Noel_Xmas_Font_-_Regular.woff?v=1747846418') format('woff');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Font smoothing fix with browsers overide of thickness - very important */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


/* ============= GLOBAL */

/* ============= STRUCTURE √ */

/* == Pages and headers */
.page-width--narrow {
  max-width: 900px;
}

/* Page section titles */
.page-content .section-header__title {
  text-align: center;
}

/* == Policy pages */
.shopify-policy__title  {
margin-bottom: 30px; 
margin-top: 15px;
}

.shopify-email-marketing-confirmation__container, .shopify-policy__container {
max-width: 95ch !important;
}


/* ============= Typography √ */

h1, .h1, h2, .h2, h3, .h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: 'Noel Xmas Font - Regular'!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h4, h4{
font-size:1.3em;
}

body, p, input, select, textarea, ul, ol {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rte p, .rte, .rte-setting, .text-spacing, .rte--block {

}

strong, b {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.label, label:not(.variant__button-label):not(.text-label) {
  font-family:'Poppins';
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700!important;
}

.enlarge-text {
  font-size: 1.1em!important;
}

/* tooltip popup & product complemtary */
tool-tip[data-tool-tip-open=true] .tool-tip__inner {
  padding: 10px;
}

tool-tip.quick-shop-modal .page-content--product {
  padding-top: 0px !important;
}


.page-content .rte ol, 
.page-content .rte ul {
    list-style: disc;
}

/* == Buttons √ */

.promo-grid__slide-link, .btn, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-container .spr-button, .spr-container .spr-summary-actions a {
  text-transform: uppercase;
  font-size: 13px!important;
  padding: 15px 30px;
  font-weight: 700;
  letter-spacing: var(--type-body-spacing)!important;
  border: 2px solid transparent;
  mask: radial-gradient(10px at 10px 10px,#0000 98%,#000) -10px -10px;
}


.btn--circle {
  padding: 5px;
  border-radius: 50px;
  background: var(--colorSchemeMaroon);
  color: #fff;
  mask: none;
}

.btn--circle .icon {
  fill: #fff;
  color: #fff;
}

.btn--secondary {
    background: var(--color-border)!important;
    padding: 15px 30px !important;
    border: 2px solid transparent!important;
    color: var(--color-text-body)!important;
}

.btn--small {
  text-decoration: none;
  text-transform:uppercase;
  padding: 10px 20px!important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: var(--type-body-spacing)!important;
  border: 2px solid transparent;
  mask: radial-gradient(10px at 10px 10px,#0000 98%,#000) -10px -10px;
}

.btn.disabled, .btn[disabled], .rte .btn.disabled, .rte .btn[disabled], .shopify-payment-button .shopify-payment-button__button--unbranded.disabled, .shopify-payment-button .shopify-payment-button__button--unbranded[disabled], .spr-container .spr-button.disabled, .spr-container .spr-button[disabled], .spr-container .spr-summary-actions a.disabled, .spr-container .spr-summary-actions a[disabled] {
  background-color: var(--color-border);
  color: var(--color-text-body);
  border: 2px solid solid #ededed!important;
}

/* adjust button heights not matching */
.payment-buttons .add-to-cart, .payment-buttons .cart__checkout, .payment-buttons .shopify-payment-button, .payment-buttons .shopify-payment-button__button--unbranded {
  min-height: 46px;
}


/* == Tables */

table {
margin-bottom: 30px!important; 
background: transparent !important;
border-spacing: 0;
}

td, th {
border: 0 none;
text-align: left;
padding: 10px 15px;
border: 1px solid var(--color-border);
background: transparent;
font-size: 14px;
}

/* == Inputs, selects, forms */
input, input, select, select, textarea, textarea {
  border-width: 2px;
  border-color: var(--color-border)!important;
  background: #fff;
}
  
input {
  padding: 8px 20px;
}
  
input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
  border-color: var(--colorSchemeMaroon)!important;
  border-width: 2px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-vertical input, .form-vertical select, .form-vertical textarea {
   /* margin-bottom: 30px; */
}

.js-qty__wrapper {
  background: #fff;
}


/* == Images */

img {
    opacity: 1 !important;
}

.image-wrap, .grid__image-ratio {
  background: transparent!important; 
}


/* == Hr, borders, lines */

.section--divider {
    border-top: 2px dotted;
  border-color: var(--color-border);
}


.hr--large, .hr--medium, .hr--small, hr {
    border: 0;
    border-top: 2px dotted;
    border-top-color: var(--color-border);
    height: 1px;
}

/* == Note */

.note {
  padding: 15px;
  font-size: 14px;
    margin: 0 auto 60px;
  max-width: 800px;
}


/* == Icons */
/* this theme works great with icons, but some left over bug in predictive search requires this */

/* custom icons need an overide or they get to thick */
.search__input-wrap svg.icon:not(.icon--full-color) circle, 
.search__input-wrap svg.icon:not(.icon--full-color) ellipse, 
.search__input-wrap svg.icon:not(.icon--full-color) g, 
.search__input-wrap svg.icon:not(.icon--full-color) line, 
.search__input-wrap svg.icon:not(.icon--full-color) path, 
.search__input-wrap svg.icon:not(.icon--full-color) polygon, 
.search__input-wrap svg.icon:not(.icon--full-color) polyline, 
.search__input-wrap svg.icon:not(.icon--full-color) rect, 
.search__input-wrap symbol.icon:not(.icon--full-color) circle, 
.search__input-wrap symbol.icon:not(.icon--full-color) ellipse, 
.search__input-wrap symbol.icon:not(.icon--full-color) g, 
.search__input-wrap symbol.icon:not(.icon--full-color) line, 
.search__input-wrap symbol.icon:not(.icon--full-color) path, 
.search__input-wrap symbol.icon:not(.icon--full-color) polygon, 
.search__input-wrap symbol.icon:not(.icon--full-color) polyline, 
.search__input-wrap symbol.icon:not(.icon--full-color) rect {
  fill: var(--color-text-body)!important;
    stroke-width: inherit;
    stroke: var(--color-text-body)!important;
}

/* ============= ANNOUCEMENT BAR & TOP MENU */

.toolbar {}

/* adjust width to match more spead */
.toolbar .page-width {
}

/* remove line after toolbar */
.toolbar:after {
    border-bottom: 2px solid;
    border-bottom-color: #C44B38;
}

/* overall look */
.announcement-bar {
  padding: 4px 0;
  font-size: 13px;
  text-transform: uppercase;
}


.announcement-slider__content p {
}
.announcement-slider__content a {
  text-decoration: none;
}

/* add in extra links on desktop */
.toolbar__content .grid__item {
  padding-left: 0;
}


/* == Top menu - Desktop ONLY */
 /* need more room */
.header__top-menu .page-width {
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
.header__top-menu .page-width {
    padding: 0 15px
}
}

.header__top-menu {
  padding: 0;
}
.header__top-menu-links{
   padding: 3px 0;
    font-size: 12px;
}


.header__top-menu-message{
    font-size: 12px;
  padding: 3px 0 3px 20px;
}

@media only screen and (max-width: 768px) {
.header__top-menu-message{
text-align: right!important;
  padding: 3px 0 0;

}
}

.header__top-menu-links a,
.header__top-menu-message a{
  text-decoration: none!important;
}

.header__top-menu-links ul {
  margin: 0;
}

.header__top-menu-links ul li {
    display:inline;  
  margin-left: 15px;
}


/* ============= HEADER */

/* == Border unless index */
.site-header {
  /*border-bottom: 0px solid var(--color-border);*/
}

.template-index .site-header {
  /*border-bottom: 0px solid transparent;*/
}
.site-header__element {
  background-color: transparent;
}

.header-wrapper {
 border-top: var(--colorSchemeDarkCream) 5px solid;
border-bottom: var(--colorSchemeDarkCream) 5px solid;
background: #EFDEB9;
background: linear-gradient(90deg,rgba(239, 222, 185, 1) 0%, rgba(255, 250, 239, 1) 25%, rgba(239, 222, 185, 1) 50%, rgba(255, 250, 239, 1) 75%, rgba(239, 222, 185, 1) 100%);
background-size: 200% 200%;
animation: gradient 15s ease-in-out infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.site-header {
border-top: var(--colorSchemeCream) 5px solid;
border-bottom: var(--colorSchemeCream) 5px solid;
}

@media only screen and (min-width: 769px) {
.header-wrapper {
/*height: 100px;*/ /* desktop for absolute logo */
}
.site-header {
  /*height: 90px;*/ /* desktop for absolute logo*/
}
}

 /* need more room */
.site-header .page-width {
    padding: 0 20px;
}
@media only screen and (max-width: 768px) {
 /* need more room */
.site-header .page-width {
    padding: 0 15px 0 5px;
}
}

/* == Logo */

@media only screen and (min-width: 769px) {
  .header-layout[data-logo-align=left] .site-header__logo {
      margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .site-header__logo {
    margin: 0;
  }
}

.template-index .site-header__logo {
  	-webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/* desktop logo */
@media only screen and (min-width: 769px) {
.site-header__logo img {
  display: block;
    object-fit: cover;
    position: absolute;
    top: -95px;
}
}

@media only screen and (max-width: 768px) {
.site-header__logo img {
  display: block;
    object-fit: cover;
    position: absolute;
    top: -53px;
}
}


@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



.site-header__logo .image-element {
filter: drop-shadow(0px 4px 8px rgb(0 0 0 / 0.15));
}


/* 01 Aug 2025 START */
header-nav#HeaderWrapper {background-size: 200% 200%; animation: gradient 15s ease-in-out infinite; }
@keyframes gradient {
	0% {background-position: 0% 50%; }
	50% {background-position: 100% 50%; }
	100% {background-position: 0% 50%; }
}
@media(min-width: 769px){
  .template-product main,
  /*.logo-overlay main {margin-top: 20px; }*/

  .header-section .header-layout[data-layout=center-dynamically] {gap: 0px; }
  .header-section .header-layout[data-layout=center-dynamically] .header-item--navigation.left-side-menu .site-nav {margin-right: 0; }
  .header-section .header-layout[data-layout=center-dynamically] .header-item--navigation.right-side-menu{flex: unset; }
  .header-section .header-layout[data-layout=center-dynamically] .header-item--navigation.right-side-menu .site-nav {margin-left: 0; }
  .header-section .header-layout[data-layout=center-dynamically] .header-item--logo {margin-top: -48px; margin-bottom: -70px; position: relative; z-index: 1; }
}
@media(max-width: 768px){
  .header-section .header-layout[data-layout=center-dynamically] .header-item--navigation.left-side-menu{display: none; }
    .logo-overlay main {margin-top: 10px; }

}
/* 01 Aug 2025 END */


/* == Navigation */

/* Desktop menu center items with left logo config */
.header-item.header-item--navigation {
    justify-content: center;
}

.site-nav__link {
  font-weight: normal;
  font-family: 'Noel Xmas Font - Regular'!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: var(--type-header-spacing) !important;
    padding: 5px 15px; /* important for tablets */
  font-weight: normal;
  text-shadow: -1px -1px 10px rgba(255,250,239,1.0);

}

/* Desktop adjust dropdown chevron */
.site-nav__link .icon-chevron-down {
    margin-left: 0px;
  display:none;
}

/* Desktop hover underline */
.site-nav__link--underline:after {
    border-bottom: 0px dotted;
    border-bottom-color: var(--colorSchemeBrown);
    margin: 0 10px; /* matches above site-nav__link */
}

/* Desktop menu dropdown */
.site-nav__dropdown {
  z-index: 7; /* theme bug fix */
-webkit-border-radius: 25px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius: 25px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-radius: 25px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.site-nav__dropdown-link {
    display: block;
    padding: 10px 15px;
  font-size: 15px;
    font-weight: normal;
  text-transform: capitalize;
}


/* Desktop mega menu */

.megamenu__wrapper {
    padding-top: 10px;
}

.megamenu__cols {
    columns: 4;
}

.megamenu__col-title a{
  font-weight: normal;
  font-family: 'Noel Xmas Font - Regular'!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: var(--type-header-spacing) !important;  
}


/* Mobile drawer menu */
.site-header__drawer {
  padding: 0px;
  -webkit-border-radius: 25px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius: 25px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-radius: 25px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.slide-nav__link {
  font-weight: normal;
  font-family: 'Noel Xmas Font - Regular'!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  letter-spacing: var(--type-header-spacing) !important;
}

/* Mobile drawer menu background color */
.slide-nav__wrapper:after {
  background-color: transparent;
}

/* Mobile drawer menu images removed */
.slide-nav__image {
  display:none;
}
.slide-nav__image+span {
    padding-left: 0px;
}

/* == Mobile drawer cart */

@media only screen and (max-width: 768px) {
    .site-header__drawer {
        top: 20px; /* below logo hangover */
    }
}

.cart__item-name {
    font-size: var(--type-base-size);
}

/* shrink prices */
.cart__item--subtotal, .cart__price:not(.cart__price--strikethrough) {
    font-size: calc(var(--type-base-size) + 0px);
}

.cart__checkout {
  margin-bottom: 12px;
}

/* == Icons */

.site-nav__link--icon .icon {
    width: 34px;
    height: 34px;
}

.site-nav__link--icon svg {
 fill:var(--colorSchemeBrown); 
}

.site-nav__link--icon {
   padding: 12px 10px;
}

@media only screen and (max-width: 768px) {
.site-nav__link--icon .icon {
    width: 24px;
    height: 24px;
}
  .site-nav__link--icon {
   padding: 7px 10px;
}
}
/* equalize the right icons with spacing on left to center logo */
@media only screen and (min-width:769px){
.site-nav__reward-icon-right {
  width: 85px;
}
}




/* == Predictive search */

/* Search icon */
.search__input-wrap svg {
}

/* Results box */
.search__results {
-webkit-border-bottom-right-radius: 25px;
-webkit-border-bottom-left-radius: 25px;
-moz-border-radius-bottomright: 25px;
-moz-border-radius-bottomleft: 25px;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
}

/* Hide vendor */
.grid-product__vendor {
display: none;
}

/* Title */
.predictive-search-results h3 {
    border-bottom: 1px solid var(--color-border);
}

/* Results */
.results li a, .results li {
 font-size: 15px; 
  font-weight: 400;
}

/* image */
.results-products__image {
  height: 100px;
}



/* ============= FOOTER */

/* == 3 Promotions */

.footer-promotion {
  padding: 15px;
  border: 0px solid!important;
  font-size: 14px;
}

.footer__grid-image {
    max-width: 180px;
    margin: 0 auto 20px;
}

/* == Rewards & Mailing List */



/* == Columns */

.footer__blocks {
justify-content: space-between;
}

.site-footer .footer__section.footer__section--menus {
  border-top-color: #fff;
}
@media only screen and (max-width:768px){
.footer__section.footer__section--menus {
  padding: 0 0 60px 0;
  border-top: 0px;
}
}



/* == Navigation menu columns */
/* social & location */
.footer__title-location,
.footer__title-social {
  font-size: 24px;
  font-family: 'Noel Xmas Font - Regular'!important;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 15px;
}
.footer__block--mobile {
  margin-bottom: 30px;
}

/* social icons */
.footer__social .icon {
  width: 28px;
  height: 28px;
  color: var(--colorSchemeMaroon);
}
.footer__social li {
    margin: 15px 10px 15px 0;
}

@media only screen and (max-width:768px){
.footer__social li {
    margin: 15px 8px 0px 0;
}
  .footer__title-location,
.footer__title-social {
  font-size: 22x;
}

  .footer__social .icon {
  width: 20px;
  height: 20px;
}
}



/* menus */
.footer__title {
  font-size: 18px;
  font-family: 'Noel Xmas Font - Regular'!important;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0px;
  font-weight: normal;
}

.footer__menu a {
  font-size: 13px;
}

@media only screen and (max-width:768px){
.footer__block, .footer__block--mobile {
  text-align: center;
}
}


/* == Legal, payment icons */

/* legal */
.footer__section-legal-payments {
    padding-bottom: 200px;
}
.footer__section-legal-payments .grid__item {
  padding-left:0;
}

.footer__base-links {
font-size: 12px;
}

.footer__base-links a {
text-decoration: none;
}

/* Payment icons */
.footer__section .payment-icons {
  margin-bottom: 0;
}
.payment-icons svg {
filter: grayscale(100%);
-webkit-filter: grayscale(100%); 
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%);
filter: gray; 
}

@media only screen and (min-width:769px){
.footer__section .payment-icons {
  float: right;
}
}

@media only screen and (max-width:768px){
.footer__section .payment-icons {
  margin: 30px auto 0;
  display: flex;
}
.footer__section .payment-icons {
  justify-content: center;
}
}

.footer__badge-realm {
padding: 30px 15px;
}

/* ============= SECTIONS */

/* == The 3 schemes in theme overides √ */


/* tan */
.color-scheme-1 .btn {
  background-color: var(--colorSchemeMaroon)!important; 
  color: #fff!important;
}

/* green */
.color-scheme-2 .btn {
  background-color: #3F7951!important; 
  color: #fff!important;
}

/* maroon */
.color-scheme-3 .btn {
  background-color: #98414A!important; 
  color: #fff!important;
}

/* brown */
.color-scheme-4 .btn {
  background-color: #795A3F!important; 
  color: #fff!important;
}

/* == Hero video or images */

.slideshow-wrapper {
  /*max-width: var(--page-width);
  margin: 0 auto;*/
}

.hero .flickity-button {
  background: var(--colorSchemeCream);
}


/* Typography */ 

@media only screen and (min-width: 769px) {
  .hero__subtitle, .hero__title, .hero__top-subtitle {
      margin-bottom: 20px;
  }
}

@media only screen and (min-width: 769px) {
  
.video-parent-section .hero__subtitle {
  font-size: 17px;
}

.hero__subtitle {
  font-size: 17px;
}
  
}

.horizontal-left .hero__text-shadow {
    max-width: 700px;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 58%);

}



/* == Slideshow split */

@media only screen and (min-width: 769px) {
.hero__sidebyside-image {
    flex: 0 1 50%;
}
}

@media only screen and (min-width: 769px) {
.hero__sidebyside-content {
    max-width: 50%;
}
}

/* image */

/* text */
.hero__sidebyside .hero__sidebyside-content {
}

/* subtitle */
.hero__top-subtitle {
  margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.hero__sidebyside-content .hero__subtitle {
  font-size: 15px!important;
  font-family: 'Poppins', serif;
}


/* == Featured collection ALSO for collection pages √ */

/* view all link */
.section-header__link {
  text-decoration: none;
  text-transform:uppercase;
  color: var(--color-text-body);
  background: var(--color-border);
  padding: 10px 20px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: var(--type-body-spacing)!important;
  border: 2px solid transparent;
  mask: radial-gradient(10px at 10px 10px,#0000 98%,#000) -10px -10px;
}

/* Mobile swipe */
@media only screen and (max-width: 768px) {
.scrollable-grid--small .grid-item {
   flex: 0 0 80%; /* important for tag baadges below to fit */
}
.page-width--flush-small .scrollable-grid--small {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; /* removed padding */
}
}

/* image bigger */
.grid-product__image-wrap {
    margin: 0;
}

/* badges */
.grid-product__tags {
    margin-left: 0;
}

.grid-product__tag--custom {
  background: var(--colorSchemeGreen)
}

/* Meta */
.grid-item__meta {
  text-align:center;
  margin: 15px 0 5px!important;
}
.grid-product__title {
  font-family: 'Noel Xmas Font - Regular'!important;
  font-size: 16px;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: var(--type-header-line-height);
}

.grid-product__price--current, .grid-product__price {
    display: inline-block;
    font-size: 15px;
  margin: 5px 0;
}

/* Growave spacing - matches stars below */
.grid-product__reviews {
  text-align: center;
  margin-bottom: 15px;
}

/* add to cart */
.at-add-to-cart__button.btn {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-text-body) !important;
    background: var(--colorSchemeDarkCream) !important;
    /*padding: 10px 20px !important;*/
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: var(--type-body-spacing) !important;
    border: 2px solid transparent !important;
    mask: radial-gradient(10px at 10px 10px, #0000 98%, #000) -10px -10px;
    /*display: block;
    justify-content: unset;
    align-items: unset;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0 auto;*/
}
/* mobile only */
@media only screen and (max-width: 768px) {
.grid-product__add-to-cart {
    margin: 0 0 10px;
}
}

/* hide swatches on collections */
.grid-product__colors {
  display: none;
}

/* Ship date */
.grid-product__ship-date {
  font-size: 13px;
  text-align: center;
}
.grid-product__ship-date svg{
height: 22px;
    width: 22px;
    display: inline;
    margin-right: 5px;
  fill: var(--colorSchemeBrown);
}

@media only screen and (max-width: 768px) {
.grid-product__ship-date {
  font-size: 12px;
  text-align: center;
}

}


/* == Collection list */
/* home only */
@media only screen and (min-width: 769px) {
.template-index [data-view="6-3"] .grid-item, 
.template-index [data-view="6-2"] .grid-item {
    flex: 0 0 calc(100% / 4);
}
}

@media only screen and (max-width: 768px) {
.template-index [data-view="6-3"] .grid-item, 
.template-index [data-view="6-2"] .grid-item {
    flex: 0 0 calc(100% / 2);
}
}

.collection-item {
    margin-bottom: 30px;
}

.collection-image img {
    padding: 0;
}
.collection-item__title {
  font-family: 'Noel Xmas Font - Regular'!important;
  font-size: 18px;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: var(--type-header-line-height);
}

/* == Collection page - list of selection collections */

/* == Text columns with icons */


/* == Blog posts */

.grid-article__meta {
  margin-top: 20px;
}
.grid-article .article__title {
  font-family: 'Noel Xmas Font - Regular'!important;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: var(--type-header-line-height);
}
  
/* == Logo list */

.logo-bar__item {
    padding: 10px;
}

/* == Contact form */

.contact-form {

}
/* pages only or messages with product page */
.template-page .contact-form .rte {
  margin-top: 30px;
}

/* == Faq */

/* buttons & question */
.collapsible-trigger-btn--borders {
    border-bottom: 1px solid;
    border-color: var(--color-border);
    margin-bottom: 0px;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
.collapsible-trigger-btn--borders {
    font-size: 14px;
}
}

/* move chevron */
.section__faq .collapsible-trigger__layout>span {
    padding-right: 20px;
}
.icon-chevron-down {
  color: var(--colorSchemeMaroon)
}

/* faq & products only */
@media only screen and (max-width: 768px) {
    .template-product .collapsible-content__inner,
  .template-page .collapsible-content__inner
  {
        padding: 5px 0 15px;
    }
}


/* == Rich text */


/* == Image background with text box */
/* add non-flush margin */
.background-media-text {
  margin-top: 30px;
}

/* box */
.background-media-text__text {
  padding: 30px 20px;
  text-align: center !important;
   mask: radial-gradient(25px at 25px 25px,#0000 98%,#000) -25px -25px;
}
@media only screen and (min-width: 769px) {
.background-media-text__text {
  width: 400px;

}
}

/* text */
.background-media-text__subtext p{
 font-size: 14px;   
}



/* === Scrolling text */


/* == Testimonials */
.testimonials-slide.is-selected .testimonials-slider__text {
box-shadow: 0 0px 0px rgba(0,0,0,.1);
position: relative;
transform: scale(1); 
}

.testimonial-stars {
  color: var(--colorSchemeMaroon);
}

/* name */
.testimonials-slider__text cite {
  font-size: calc(var(--type-base-size) - 1px);
}

/* == Social sharing */
.social-sharing__title {
  display: none;
}


/* == Text with image */
/* likely applies to other spots */
.accent-subtitle {
  margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

@media only screen and (max-width: 768px) {
.feature-row__text {
  text-align: center!important;
}
.feature-row__text .rte ul {
    text-align: left!important;
}
}

/* == Promo Grid */

/* = Advanced */
/* subheading */
.type-advanced .rte--em {
margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}
/* shadow */
.type-advanced .rte--block {
    text-shadow: 0px 2px 3px rgb(0 0 0 / 58%);
}

/* headings a lot larger */
@media only screen and (min-width: 769px) {
    .type-advanced .rte--strong, .type-product .rte--strong {
        font-size: 2.5em;
    }
}
/* button size */
@media only screen and (min-width: 769px) {
    .promo-grid .btn {
     padding: 15px 30px !important; /* match above btn settings */
    }
}

/* round containers */
.type-advanced .promo-grid__container {
    -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;

}


/* type banner */
.type-banner__content  {
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border: 4px dashed #fff;
}



/* == Text columns with images */

/* add padding to bottom*/
.section__text-columns .grid--flush-bottom>.grid__item {
    padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
.section__text-columns .grid--flush-bottom>.grid__item {
    padding-bottom: 50px;
}
}

.section__text-columns a.btn {
  text-decoration: none!important;
  text-transform:uppercase!important;
  color: var(--color-text-body)!important;
  background: var(--colorSchemeCream)!important;
  padding: 10px 20px!important;
  font-weight: 700!important;
  font-size: 12px!important;
  letter-spacing: var(--type-body-spacing)!important;
  border: 2px solid transparent!important;
  mask: radial-gradient(10px at 10px 10px,#0000 98%,#000) -10px -10px!important;
}

.section__text-columns .rte-setting p {
  font-size: 14px;
}

.section__text-columns .rte-setting em {
  font-size: 12px;
  font-weight: normal;
  background: var(--colorSchemeGray);
  padding: 5px;
  margin-bottom: 10px!important;
  font-style: normal;
    -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}

/* == Advanced Accordian */


/* == Hot Spot √ */

.hotspots {
   mask: radial-gradient(50px at 50px 50px,#0000 98%,#000) -50px -50px;
}
@media only screen and (max-width: 768px) {

.hotspot-content__block .grid-product__tags {
    display: none;
}

.hotspot-content__block .grid-product__reviews {
    display: none;
}
}

/* == Image with text */

@media only screen and (min-width: 769px) {
    .feature-row-wrapper .feature-row__text {
        min-width: 50%;
        flex: 0 1 50%;
    }
}

@media only screen and (max-width: 768px) {
    .feature-row__text {
        margin-top: 0;
        padding: 30px 20px 30px;
    }
}

#shopify-section-timeline .image-wrap .animate-me, .image-wrap img:not([role=presentation]), .image-wrap svg {
  /*opacity: 1; */
}



#shopify-section-timeline img {
  max-width: 400px; 
}

.timeline {
  position: relative;
  width: 100%;
  /*max-width: 1080px;*/
  margin: 0 auto;
  padding: 15px 0;
}

/* vertical line */
.timeline:after {
  content: '';
  position: absolute;
  width: 10px;
  background: var(--colorSchemeGreen);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.timeline-container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.timeline-container.left {
  left: 0;
}

.timeline-container.right {
  left: 50%;
}

/* dot */
.timeline-container:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 8px);
  right: -8px;
  background: var(--colorSchemeMaroon);
  border: 5px solid #FFF;
  border-radius: 16px;
  z-index: 1;
}

.timeline-container.right:after {
  left: -8px;
}

/* line */
.timeline-container:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  top: calc(50% - 1px);
  right: 8px;
  background: var(--colorSchemeMaroon);;
  z-index: 1;
}

.timeline-container.right:before {
  left: 8px;
}

.timeline-container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 20px);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.timeline-container.left .date {
  right: -105px;
}

.timeline-container.right .date {
  left: -105px;
}



/* content box */
.timeline-container .content {
  padding: 30px;
  position: relative;
  text-align:center;
  mask: radial-gradient(25px at 25px 25px,#0000 98%,#000) -25px -25px;
  background: var(--colorSchemeCream);
}

.timeline-container.right .content {
  padding: 30px;
}

.timeline-container .content .image-wrap{
  margin-bottom: 15px
}



/* icon container*/

.container-icon {
  position: relative;
  background: inherit;
  width: 50%;
}

.container-icon.left {
  left: 0;
}

.container-icon.right {
  left: 50%;
}

/*right*/
.shopify-section.timeline .features-icon-right {
  height: 400px;
  width: 400px;
  position: absolute;
  left:15%;
  top: 100px;
}

/*left*/
.shopify-section.timeline .features-icon-left {
  height: 400px;
  width: 400px;
  position: absolute;
  right:15%;
  top: 100px;
}

/* image issue with padding  */
.shopify-section.timeline .content .svg-mask {
  padding-bottom: 66%!important;
}



/* mobile stuff */


@media only screen and (max-width: 768px) {
  .timeline::after {
    left: 90px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .timeline-container.right {
    left: 0%;
  }

  .timeline-container.left::after, 
  .timeline-container.right::after {
    left: 82px;
  }

  .timeline-container.left::before,
  .timeline-container.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .timeline-container.left .date,
  .timeline-container.right .date {
    right: auto;
    left: 15px;
    font-size: 18px;
    top: calc(50% - 15px);
  }

  .timeline-container.left .icon,
  .timeline-container.right .icon {
    right: auto;
    left: 146px;
  }

  .timeline-container.left .content,
  .timeline-container.right .content {
    padding: 30px;
  }
}




/* ============= HOME √ */

.gallery-btn {
  margin-top: 30px;
}


/* ============= COLLECTION √ */
/* tighen up top */
@media only screen and (min-width: 769px) {
    .template-collection section-main-content {
        padding-top: 30px;
    }
}


/* Desktop remove top line */
@media only screen and (min-width: 769px) {
    .collection-content {
        padding-top: 0px;
        margin-top: 30px;
        border-top: 0px solid;
        border-top-color: var(--color-border); 
    }
}
/* Mobile add margin below products */
@media only screen and (max-width: 768px) {
    [data-view=xsmall] .grid-item, [data-view=small] .grid-item, [data-view=medium] .grid-item {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
}

/* == Sort, filters, views */

/* remove gradient */
@media only screen and (max-width: 768px) {
.collection-filter__inner:after {
    background: linear-gradient(rgba(0, 0, 0, 0), transparent);
}
  .collection-filter__inner {
      border-bottom: 1px solid var(--color-border);

  }
}

/* count */
.collection-filter__item--count {
  display:none;
}



/* mobile filter button */
.collection-filter__btn {
  font-weight: 700;
}

/* sort needs border & must be transparent */
.collection-filter__inner select {
    border: 1px solid var(--color-border);
    background: transparent!important;
}

/* hide list view option */
[data-view="list"]{
  display:none
}

/* == Sidebar */
@media only screen and (min-width: 769px) {
.collection-sidebar {
  background: var(--colorSchemeCream);
  -webkit-border-top-right-radius: 25px;
-moz-border-radius-topright: 25px;
border-top-right-radius: 25px;
       padding: 0 15px;
        margin-bottom: 20px;
      box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border: 4px dashed #fff;
}
}
}


/* remove scroll bar with non collapsed filters */
@media only screen and (min-width: 769px) {
.item-grid__sidebar {
  max-height: 90vh;
    overflow-y: unset!important;
    position: sticky;
    top: 10px;
}
}

@media only screen and (min-width: 769px) {
.collection-sidebar__group .collapsible-content__inner {
    padding: 10px 0 20px;
}
}

/* title */
@media only screen and (min-width: 769px) {
.collection-sidebar__group .collapsible-trigger-btn {
  padding: 15px 0px;
  font-family: 'Noel Xmas Font - Regular'!important;
  font-size: 16px;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: var(--type-header-line-height);
  border-bottom: 1px solid var(--color-border);
}
}

/* chevron and spacing */
.collection-sidebar__group .collapsible-trigger__layout--inline {
    justify-content: space-between;
}

.icon-chevron-down {
    color: var(--colorSchemeBrown);
}

/* filter select */
.tag-list a, .tag-list button, .tag-list label {
  font-size: 13px;
}

.tag__checkbox:before {
    background: #fff;
}
.tag--active>a, .tag--active>button, .tag--active>label {
  font-weight: bold;
}

/* selected filters with X */
.tag-list--active-tags {
  margin-bottom: 0;
  padding: 10px 0;
}
.tag--remove, .tag--inline {
    margin: 5px;
}

.tag--inline a, .tag--remove a {
  padding: 2px 10px 2px 30px!important;
  font-size: 11px !important;
  mask: none;
        -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}

.tag--active .color-swatch {
  box-shadow: 0 0 0 2px var(--colorSchemeMaroon);
}

.tag-list--checkboxes .tag--active a:after, .tag--active .tag__checkbox:after, input:checked~.tag__checkbox:after {
    background-color: var(--colorSchemeMaroon);
    border-color: var(--colorSchemeMaroon);
}


/* == collection description */
.rte--collection-desc h2 {
  font-size: 20px;
}
.rte--collection-desc p {
  font-size: 14px;
}

/* ============= PRODUCT */
.page-content--product {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media only screen and (max-width: 768px) {
.page-content--product {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
}


/* == Images */
.product__photos {
    margin-top: 4px;
}

/* icons on image viewer*/
.product__photos .btn--secondary, .pswp__ui .btn--secondary{
  border-radius: 50px;
  background: var(--colorSchemeMaroon) !important;
  padding: 15px !important;
  border: 2px solid var(--colorSchemeMaroon) !important;
  color: #fff !important;
}

/* thumb box left hieght */
.product__thumbs:not(.product__thumbs--below) {
    min-height: 400px !important;
    max-height: 90%!important;
}

.product__thumb-item a:focus:before, .product__thumb-item a.is-active:before {
    box-shadow: inset 0 0 0 2px var(--colorSchemeMaroon);
}


/* == Meta & Buy area */
.product-single__meta {
  padding: 20px!important;
  background: var(--colorSchemeCream);
-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border: 4px dashed #fff;
}

@media only screen and (max-width: 768px) {
.product-single__meta {
  padding: 15px 10px!important;
    text-align:center;
}
}

/* product title */
.product-single__title {
 margin-bottom: 0!important; 
}

/* SKU & vendor */
.product-single__vendor-sku {
    opacity: 1;
}
.product-single__sku {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product-single__vendor a {
    text-decoration: none;
  margin-bottom: 5px;
}

/* reviews stars */
.product__stars {
margin-top: 5px;
}

/* ship date*/
.product__ship-date {
  font-size: 12px;
  text-transform: uppercase;
  background: #fff;
  width: max-content;
  padding: 5px 8px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  margin-bottom: 5px;
}

/* hide price label */
.block-price .variant__label {
  display:none;
}

/* qty */
.js-qty__num {
}


/* price */
.product__price {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
.block-price__container {
    justify-content: center;
}
}

/* sales points */
.sales-point .icon {
  fill: var(--colorSchemeMaroon);
}
.sales-points span {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
.product-block--sales-point {
text-align:left;
}
  .sales-points span {
  font-size: 12px;
}
}

/* policies */
.product__policies {
 display:none; 
}

/* pick up notice */
.store-availability {
  display: none;
}

/* custom box */
.product__custom-box {
  display:flex;
  border: 2px solid var(--color-border);
  padding: 15px;
  align-items:center;

}
.product__custom-box p {
  font-size: 13px;
}


/* variant button */
.variant-button-wrap label {
    font-size: 12px;
  text-transform: uppercase;
    background: #fff;
      -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;

}

.variant-button-wrap input[type=radio]:checked+label {
    box-shadow: 0 0 0 2px var(--colorSchemeMaroon);
  /*background: #fff;*/
}

/* badges */
.product__icon-badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 15px 5px 20px;
  margin: 15px 0 0;
   border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

@media only screen and (max-width: 768px) {
.product__icon-badges {
  font-size: 10px;
  padding: 15px 0px 20px;
}
}

.product__badge {
  line-height: 13px;
}
.product__badge svg {
    width: 36px;
  height: 36px;
  fill: var(--colorSchemeBrown);
  margin: 0 auto 5px;
}

.product-block-custom { /* move tabs up to tighten look */
    margin-bottom: 0;
}

/* pointed earned */
.product__points {
  background: #fff;
  padding: 10px 15px;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* Pick-up */
.store-availability {
    margin-top: 0;
    background: #fff;
    padding: 10px;
    font-size: 13px;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.store-availability__small {
    font-size: 13px;
    margin-bottom: 5px;
}


/* tabs */
  
.product-block .collapsible-trigger-btn {
    font-family: 'Noel Xmas Font - Regular'!important;
  font-size: 17px;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: var(--type-header-line-height);
}

.collapsible-content__inner .form-vertical input {
  margin-bottom: 15px;
}

/* == Complementary products */
product-recommendations[data-intent=complementary] .product-recommendations__title{
margin-top: 0px!important;
}

product-recommendations[data-intent=complementary] .grid-item {
     padding: 10px;
}

product-recommendations[data-intent=complementary] .grid-product__image-wrap {
  margin-right: 10px!important;
} 

product-recommendations[data-intent=complementary] .grid-item__meta {
  font-size: 14px;
  text-align: left;
}

product-recommendations[data-intent=complementary] .grid-product__price {
  margin: 0!important;
}

product-recommendations[data-intent=complementary]  .grid-product__ship-date{
  margin-bottom: 15px;
}

/* hide tags and sale badges & reviews */
product-recommendations[data-intent=complementary] .grid-product__tags,
product-recommendations[data-intent=complementary] .grid-product__reviews{
    display: none;
}
/* button adjust */
product-recommendations[data-intent=complementary]  .grid-product__add-to-cart {
    margin: 10px 30px 15px;
}





/* ============= CART */

.template-cart .page-content {
  padding-bottom: 0;
}

/* wider layout */
@media only screen and (min-width: 769px) {
    .cart__page {
    max-width: 1500px;
    }
}

/* Desktop adjust columns */
@media only screen and (min-width: 769px) {
.cart__page-col:first-child {
    flex: 1 1 60%;
    padding-right: 60px;
}
}

@media only screen and (min-width: 769px) {
.cart__page-col:last-child {
    flex: 0 1 40%;
    padding: 30px;
    position: sticky;
    top: 130px;
    margin-bottom: 60px;
  background: #fff;
}
}

.cart__page-col:last-child {
    margin-bottom: 90px;
}

/* style checkout box */
.cart__page-col:last-child:after {
    background-color: var(--colorSchemeCream);
    opacity: 1;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border: 4px dashed #fff;
}
@media only screen and (max-width: 768px) {
.cart__page-col.medium-up--overlay {
    background-color: var(--colorSchemeCream);
    opacity: 1;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  border: 4px dashed #fff;
  padding: 15px;
}
}

/* gift message */
.cart__item-row label:not(.variant__button-label):not(.text-label) {
  text-align: center;
}
.note-icon svg {
    width: 22px;
    height: 22px;
    margin-left: 5px;
    display: inline;
  fill: var(--color-text-body);
}
.cart__note {
  margin-bottom: 0;
}

/* total */
.cart__item--subtotal>div {
  font-family: 'Noel Xmas Font - Regular'!important;
  font-size: 18px;
  letter-spacing: var(--type-header-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  line-height: var(--type-header-line-height);
}

/* notices for ship times and free shipping */
.cart__notice {
   background: #FFF;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  margin: 10px 0!important;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 768px) {
.cart__notice {
   background: #FFF;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  margin: 10px 0!important;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
  border: 1px solid var(--color-border);
}
}


/* == Cart items */

/* tighten up */
.cart__item {
    grid-template-columns: 100px auto auto;
    grid-column-gap: 15px;
}


  /* Ship date */
.cart__item--ship-date {
  font-size: 13px;
  color: var(--colorSchemeMaroon);
  
}

.cart__item--ship-date svg{
height: 22px;
    width: 22px;
    display: inline;
    margin-right: 5px;
  fill: var(--colorSchemeMaroon);

}



/* Cart free shipping notice */
.cart__shipping-notice {
 background: #FFF;
   padding: 15px;
  margin: 30px 0;
  border: 1px solid var(--color-border);
}


/* ============== Blog */

/* with sidebar removed it needs a max */
.template-article .blog-layout__main {
   max-width: 960px;
  margin: 0 auto;
}

/* blog title needs a tweak for margin */
.template-blog .section-header {
  margin-bottom: 60px;
}

@media only screen and (min-width: 769px) {
.grid-article[data-style=medium] {
    flex: 0 0 33%;
}
}

.template-article .section-header__title {
  margin-bottom: 30px;
}

.section-header .article__sub-meta {
    margin-top: 15px;
    text-align: center;
}

.grid-article__meta .article__title {
  font-size: 22px!important;
}
.article__excerpt {
  font-size: 14px;
  margin-top: 10px;
}



/* ============= LOGIN, REGISTER & MY ACCOUNT */

.account__notice {
  font-size:13px;
  padding: 15px;
  border: 2px solid var(--colorSchemeDarkCream);
  margin: 30px auto;
  max-width: 900px;
}

.template-customers-login .main-content,
.template-customers-register .main-content {
  background: #fff;
}

.account__login-register ul{
  margin-bottom: 30px!important;
}

.account__login-register {

}


/* box */
.account__login-box {
  padding: 30px 20px;
  background: #fff;
  background: var(--colorSchemeCream);
  -webkit-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
    margin-bottom: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px dashed #fff;
}


.account__register-box {
  padding: 30px 20px;
  background: #fff;
  background: var(--colorSchemeCream);
  -webkit-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
    margin: 0 auto 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px dashed #fff;
  max-width: 500px;
}

/* == Login */


/* == Register */

/* == Gift Cards */

.recipient-form .field__label {
    padding: 11px 10px;
}


/* == Caroler Chronicle */

/* shadow around images */
.page-caroler-chronicle .section__text-columns .image-wrap {
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

/* ==================== Old Friends Collection mod to Gallery */

/* Sidebar - show only year */
.collection-old-friends .collection-sidebar__group--1,
.collection-old-friends .collection-sidebar__group--2,
.collection-old-friends .collection-sidebar__group--3,
.collection-old-friends .collection-sidebar__group--5 {
  display: none!important;
}

/* hide price, stars, badges, and buttons on meta */
.collection-old-friends .collection-grid__wrapper .grid-item__meta-secondary,
.collection-old-friends .collection-grid__wrapper .grid-product__reviews,
.collection-old-friends .collection-grid__wrapper .grid-product__add-to-cart,
.collection-old-friends .collection-grid__wrapper .grid-product__tags
/*.collection-old-friends .collection-grid__wrapper .collection-filter*/
{
  display:none!important;
}

/* 4 across desktop */
@media only screen and (min-width: 769px) {
.collection-old-friends .collection-grid__wrapper [data-view=medium] .grid-item {
    flex: 0 0 calc(100% / 4);
}
}

/* random image sizes fix */
.collection-old-friends  .grid__image-ratio img {
    object-fit: contain;
}

/* spacing of entire block */
.collection-old-friends  .product-grid-item {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
.collection-old-friends  .collection-filter__item--drawer {
  display: block!important;
}
}


/* ============== Rewards */

.page-rewards .hero__text-shadow {
  background: var(--colorSchemeCream);
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  width: 600px;
}
.page-rewards .hero__subtitle {
 color: var(--colorSchemeBrown);
}

.page-rewards .hero__text-shadow .hero__title::after {
    content: "";
  background-image:url(/cdn/shop/files/rewards-logo.png?v=1753213051);
  background-size: 100% 100%;
  display: inline-block;
  width:400px;
  height:193px;
  position:relative;
  top:5px;

}

@media only screen and (max-width: 768px) {
.page-rewards .hero__text-shadow {
  padding: 10px;
  width: auto;
}
.page-rewards .hero__text-shadow .hero__title::after {
  width:200px;
  height:96px;


}
}


/* ============= Home */


/* Shop collection override */
@media only screen and (min-width: 769px) {
.template-index .home__shop-collections-override:nth-of-type(3n+1){
  clear: none!important;
}
.template-index .home__shop-collections-override:nth-of-type(4n+1){
  clear: both!important;
}
.template-index .home__shop-collections-override {
  width: 25%;
}
}

@media only screen and (max-width: 768px) {
.template-index .home__shop-collections-override {
  width: 50%;
}

}


/* Rewards custom matching with logo */
#shopify-section-template--17568795132039__slideshow_3c9c9f .hero__text-shadow {
  background: var(--colorSchemeCream);
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  width: 600px;
}
#shopify-section-template--17568795132039__slideshow_3c9c9f .hero__subtitle {
 color: var(--colorSchemeBrown);
}

#shopify-section-template--17568795132039__slideshow_3c9c9f .hero__text-shadow .hero__title::after {
    content: "";
  background-image:url(/cdn/shop/files/rewards-logo.png?v=1753213051);
  background-size: 100% 100%;
  display: inline-block;
  width:400px;
  height:193px;
  position:relative;
  top:5px;

}

@media only screen and (max-width: 768px) {
#shopify-section-template--17568795132039__slideshow_3c9c9f .hero__text-shadow {
  padding: 10px;
  width: auto;
}
#shopify-section-template--17568795132039__slideshow_3c9c9f .hero__text-shadow .hero__title::after {
  width:200px;
  height:96px;
}
}

  
/* ============= Apps & App pages */


/* == Oxi social login */
.oxi-social-login {
  margin-top: 15px;
}


