/** Shopify CDN: Minification failed

Line 100:36 Expected ":"

**/
/* =============================

Table of Contents

	- Variables
	- General
	- Links / Buttons
	- Navigation
	- Wraps / Containers
	- Sliders
	- Collections
	- Single Product
	- Single Blog
	- Bespoke Popup
	- Footer

	- Mobile

============================= */


/* ==============================
VARIABLES
============================== */
:root {
    /* --- Colors --- */
    --accent-color: #e4e0dd;
    --font-color: #212121;

    /* --- Font Styles --- */
    --font-family: "PT Serif";
    --font-family-heading: "Inter", sans-serif;
    --font-weight-bold: 900;
    --font-weight-semibold: 700;
    --font-weight-regular: 400;
}

/* ==============================
GENERAL
============================== */

/* Body and all non-heading elements: PT Serif */
body,
body *:not(h1):not(.h1-style):not(h2):not(h3):not(h4):not(h5):not(h6):not(.heading-font):not(.fab):not([class*="button"]):not([class*="btn"]) {
 
}


/* Headings: Inter */
h1, .h1-style, h2, h3, h4, h5, h6, .heading-font {
  font-family: var(--font-family-heading) !important;
  font-weight: var(--font-weight-bold) !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

/* Buttons: Inter */
button, .btn, .button, 
input[type="submit"], input[type="button"], 
a.btn, [class*="__button"], [class*="-button"],
[class*="__btn"], [class*="-btn"] {
 
  font-weight: var(--font-weight-semibold) !important;
}

/* Body text size */
body, p, .rte, li {
  font-size: 15px !important;
  line-height: 1.7 !important;
}

@media (max-width: 768px) {
  body, p, .rte, li {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }
}

.section-header {
  	z-index:99;
}


/* ==============================
LINKS / BUTTONS
============================== */

.small-feature-link,
.template-index div [data-section-type="featured-collection"] div.small-feature-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  	text-decoration:none !important;a
  	font-weight:700;
  	font-size:20px;
}

.small-feature-link:after,
.template-index div [data-section-type="featured-collection"] div.small-feature-link:after{
    content:"";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M17.707 9.293l-5-5a.999.999 0 10-1.414 1.414L14.586 9H3a1 1 0 100 2h11.586l-3.293 3.293a.999.999 0 101.414 1.414l5-5a.999.999 0 000-1.414z' fill='%23212121'/></svg>");
    background-position: center;
  
  	height:20px;
  	width:20px;
  	display:inline-block;
  	margin-left:15px;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded {
    color:#2c2c2e;
}

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded:hover {
    color:#ffffff;
}

.button, a.button, .btn, a.btn, button, input[type=submit], input[type=reset], input[type=button] {
    color:#2c2c2e;
}

.button:hover, a.button:hover, .btn:hover, a.btn:hover, button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
    color:#ffffff;
}

/* ==============================
NAVIGATION
============================== */
.navigation--left{
  visibility:visible!important;
}
.logo-area__left{
  min-height:calc(44px + 1.5em)!important;
}
.logo-area__left__inner{
  overflow:visible!important;
  max-width:unset!important;
}
.logo-area__left__inner .navigation{
  border-bottom:0!important;
}
#main-nav, #main-nav .navigation--main{
  visibility:hidden!important;
}
  #main-nav .navigation--main .navigation__tier-1{
    height:0!important;
  }
@media (min-width: 768px) and (max-width: 1600px) {
  .navigation--left{
    visibility:hidden!important;
  }
  .logo-area__left__inner{
    overflow:hidden!important;
  }
  #main-nav, #main-nav .navigation--main{
    visibility:visible!important;
  }
  #main-nav .navigation--main .navigation__tier-1{
    height:unset!important;
  }
  #main-nav .navigation {
    border-bottom:1px solid #e2e2e2!important;
  }
  #main-nav .navigation__tier-1 > li{
    width:auto!important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .desktop-only .navigation__tier-1 {
    display: flex!important;
    justify-content: flex-start!important;
    align-items: center!important;
    flex-wrap: wrap!important;
    flex-direction: row!important;
    font-size: 0.9em;
  }
  .desktop-only .navigation__tier-1 .navigation__item>.navigation__link {
    padding: 18px 10px!important;
  }
}

span.cart-link__label {
  display: none;
}
span.header-account-label {
  display: none;
}
span.show-search-link__text{
  display: none;
}

span.header-account-icon{
    display: inline-flex!important;
}

.navigation__tier-1 {
	display:flex;
	justify-content:flex-start;
}

.show-search-link__text,
.cart-link__label {
	font-size:16px;
}

.mobile-navigation-drawer {
  	z-index:99999;
}

.show-search .page-shade {
 display:none !important; 
}

.main-search-result .product-block__title {
  text-align: left;
}

/* ==============================
WRAPS / CONTAINERS
============================== */
/* --- Home Page Collections Section --- */
.template-index .section-collection-list .hometitle{
  display:none;
}
.template-index .section-collection-list .product-block{
  margin-bottom:0;
}
.template-index .section-collection-list .product-block .product-info {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100%;
  padding-left:25px;
  padding-right:25px;
  margin:0;
}
.template-index .section-collection-list .product-block__title {
  font-weight:500;
  font-size:24px;
  line-height:1.2em;
  color:#FFF;
  text-align:center;
  text-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
}
.template-index .section-collection-list .product-block a.product-link .image-cont::after {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  background-color:#70a5af;
  opacity:0;
  transition:0.2s ease;
}
.template-index .section-collection-list .product-block a.product-link:hover .image-cont::after {
  opacity:0.4;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .template-index .section-collection-list .product-block .product-block__title {
    font-size:22px;
  }
}
@media only screen and (max-width: 767px) {
  .template-index .section-collection-list .product-block .product-block__title {
    font-size:20px;
  }
}

/* --- FAQ Sections --- */
.cant-find {
  	margin-top:0;
}

.faq-header {
  	margin-bottom:0;
}

.collapsible-tabs__heading {
 	margin-top:0; 
}

.collapsible-tabs__tab {
  	border:none !important;
}

.collapsible-tabs .cc-accordion-item {
    border: 1px solid #2c2c2e;
    padding: 0 35px;
    border-radius: 4px;
  	margin-bottom:15px;
}

.collapsible-tabs__tab .cc-accordion-item__title {
  	color:#2c2c2e;
  font-weight:700;
}

/* --- Posts Homepage --- */
.article-list.article-layout--columns .article,
.article-list.article-layout--columns .article:nth-child(2n) {
	border-right:none;
}

/* --- Collections Page --- */
.template-collection .product-block__title {
 	text-align:left; 
}

/* --- Homepage Collection Slider --- */
.template-index div [data-section-type="featured-collection"] .product-block__title {
    text-align:center;
}

.template-index div [data-section-type="featured-collection"] .product-price {
    justify-content: center;
}

.template-index div [data-section-type="featured-collection"] .small-feature-link {
  	justify-content:center;
  	text-decoration:underline !important;
  	font-weight:400;
  	font-size:16px;
}

.template-index div [data-section-type="featured-collection"] .small-feature-link:after {
  	display:none;
}

.product-price__from {
    font-size:18px;
    color:#212121;
  	margin-top:15px;
}

.product-price__item {
    font-size: 22px;
    color: #212121;
}

/* --- Single Product --- */

.product-detail {
    margin-bottom: 0px!important;
}
.product-description {
    margin-top: 10px!important;
    padding-top: 20px;
}

.product-description {
    color: #212121;
}

.product-form .quantity-submit-row {
    display: flex;
    justify-content: space-between;
}

.product-form .quantity-submit-row .quantity-submit-row__submit,
.shopify-payment-button {
    width:47%;
  	margin:0;
}

.shopify-payment-button .shopify-payment-button__more-options {
 	display:none;
}

.cc-select__btn:hover {
	color:#212121;
}

/* --- Quick Buy --- */
.quickbuy-container {
	background-color:#ffffff;
	margin:0 50px;
}

.template-collection .quickbuy-container {
	margin:auto;
}

.quickbuy-container .inner {
	border:1px solid #d9d9da;
	border-radius:4px;
}

.product-block.expanded .block-inner:after {
	border-bottom-color:#d9d9da;
}

/* --- Contact Form --- */
.contact-flex {
   	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
}
  
.contact-flex .contact-main {
    width:70%;
}
  
.contact-flex .contact-side {
    width:25%;
}
  
.contact-flex .contact-side a.no-arrow:after {
   	 display:none;
}
  
.contact-flex .reading-width {
   max-width:100%; 
}

/* --- Search Results --- */

.template-search .product-block__title {
	text-align:left;
}

/* --- Flyout Cart --- */
.cart-summary-overlay {
  z-index: 999999;
}

/* --- Reviews --- */
a.spr-summary-actions-newreview {
    background-color: #70a5af;
    padding: 8px 20px;
    border-radius: 3px;
    text-decoration: none;
    color: #ffffff;
}
a.spr-summary-actions-newreview:hover {
    background-color: black;
    transition: 0.4s;
}
  

/* ==============================
SLIDERS
============================== */
.template-collection .collection-slider-row {
	margin-top:0;
}

.template-collection .collection-slider {
	position:relative;
}

.template-collection .collection-slider .hometitle {
	position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  	pointer-events:none;
}

.template-collection .collection-slider .prev,
.template-collection .collection-slider .next {
	background-color:rgba(255,255,255,0.4);
  	border-radius:3px;
  	pointer-events:initial;
  	transition:background-color .3s ease-in-out;
}

.template-collection .collection-slider .prev:hover,
.template-collection .collection-slider .next:hover {
  	background-color:rgba(255,255,255,1);
}

.template-collection .collection-slider .prev svg,
.template-collection .collection-slider .next svg {
	height:50px;
	width:50px;
}

.template-collection .collection-slider .product-block .product-link {
	position:relative;
}

.template-collection .collection-slider .product-block .product-link .product-info {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.template-collection .collection-slider .product-block__title {
 	color:#fff;
  	font-size:42px;
    line-height: 1;
    text-align: center;
}

/* ==============================
COLLECTIONS
============================== */
.template-collection .page-header:not(.page-header--with-background) .pagetitle:last-child {
  	font-size:40px;
}

.collection-all_hero{
  height:360px;
  width:100%;
  object-fit:cover;
}

/* ==============================
SINGLE PRODUCT
============================== */
.product-detail {
	justify-content:space-between;
}

.product-recommendations .product-block__title {
	text-align:left;
}

#delivery_timer_wrapper{
  padding-left:0!important;
}

/* --- Custom Swatches --- */

 .line-item-property__field {
    margin-bottom:8px;
    font-weight:700;
}

.color label .tooltip {
  	display:none;
	opacity:0;
	transition:opacity .3s ease-in-out;
                    
	position:absolute;
	bottom:calc(100% + 6px);
	left:50%;
	transform:translateX(-50%);
                    
	background-color:#fff;;
	padding:3px 10px;
	border-radius:4px;
	border:1px solid #d9d9da;
  
  width:max-content;
}

.color label .tooltip:after {
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	border-width:5px;
	border-style:solid;
	border-color:#d9d9da transparent transparent transparent;
}
.color label:hover .tooltip {
	opacity:1;
  	display:block;
}

/* image slider slides */
.product-detail .gallery .main-image .rimage-wrapper{
  padding-top:75%!important;
}

/* image slider thumbnails */
.product-detail .gallery .thumbnail .rimage-wrapper{
  height: 100px!important;
  padding-top: 0!important;
}
.product-detail .gallery .owl-carousel.owl-drag .owl-item {
  height: 100px!important;
}
.product-detail .gallery.thumbnails.owl-carousel.owl-loaded .thumbnail {
  height: 100px!important;
}
.product-detail .gallery .owl-carousel .owl-item img {
  object-fit: cover!important;
  height: 100px!important;
}
@media only screen and (max-width: 1280px){
  .product-detail .gallery .thumbnail .rimage-wrapper{
    height: 80px!important;
  }
  .product-detail .gallery .owl-carousel.owl-drag .owl-item {
    height: 80px!important;
  }
  .product-detail .gallery.thumbnails.owl-carousel.owl-loaded .thumbnail {
    height: 80px!important;
  }
  .product-detail .gallery .owl-carousel .owl-item img {
    height: 80px!important;
  }
}
@media only screen and (max-width: 1025px){
  .product-detail .gallery .thumbnail .rimage-wrapper{
    height: 70px!important;
  }
  .product-detail .gallery .owl-carousel.owl-drag .owl-item {
    height: 70px!important;
  }
  .product-detail .gallery.thumbnails.owl-carousel.owl-loaded .thumbnail {
    height: 70px!important;
  }
  .product-detail .gallery .owl-carousel .owl-item img {
    height: 70px!important;
  }
}

/* quantity */
.buy-buttons-row{
  margin-top:20px!important;
}
.buy-buttons-row .quantity-submit-row{
  flex-wrap:wrap;
}
.buy-buttons-row .quantity-submit-row .label{
  width:100%;
}
.buy-buttons-row .quantity-submit-row .quantity-wrapper{
  width:100%!important;
  margin-bottom:20px!important;
}



/* ==============================
SINGLE BLOG
============================== */

.article__inner {
    background-color: #f6f6f6;
  padding-bottom: 15px;
}
.article__inner h2, .article__inner h3, .article__inner .rte, .article__inner .meta {
padding: 0px 15px;
}

.blog-single-cta {
  	background-color:#e4e0dd;
  	padding:25px;
  	width:100%;
  	margin-bottom:20px;
  	font-size:22px;
}

.blog-single-cta-colors {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    height: 25px;
    margin-bottom: 20px;
}

/* ==============================
BESPOKE POPUP
============================== */
.bespokeOrder {
    position:fixed;
    top:50%;
    left:50%;
    z-index:999;
    transform:translate(-50%, -150vh);
    transition:transform .5s ease-in-out;
     
    background-color:#ffffff;
    padding:40px;
    -webkit-box-shadow: 0px 0px 34px -10px rgba(0,0,0,0.31); 
	box-shadow: 0px 0px 34px -10px rgba(0,0,0,0.31);
     
     border-radius:5px;
}
   
.bespokeOrder.active {
    transform:translate(-50%, -50%);
}
   
.popuplink {
    cursor:pointer;
    margin-bottom:30px;
}

.popuplink svg {
 	margin-right:12px; 
}
   
   .popuplink.close {
    position:absolute;
    top:20px;
    right:20px;
}
   
.bespokeOrder .contact-form {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
}
   
.bespokeOrder .contact-form div {
    width:48%;
    display: flex;
    flex-direction: column;
    margin-top:15px;
}
   
.bespokeOrder .contact-form .message,
.bespokeOrder .contact-form .submit {
    width:100%; 
}

.bespokeOrder .contact-form div select {
	color: #737475;
    font-size: 16px;
    border: none;
}

.bespokeOrder .contact-form .leg-style,
.bespokeOrder .contact-form .required-items,
.bespokeOrder .contact-form .finishes {
	padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
}

/* ==============================
FOOTER
============================== */
.footer-cols {
	background-color:var(--accent-color);
}

.section-footer__row {
max-width:1450px;
margin:auto;
}

.footer-cols .section-footer__row__col {
	width:20%;
}

.footer-cols .section-footer__row {
  	padding-bottom:20px;
}

.footer-cols .section-footer__row a.no-wrap  {
  	color:var(--font-color);
}

#pagefooter a i {
 	font-size:22px; 
}

.copyrights {
	background-color:var(--font-color);
}

.copyrights a {
 	color:var(--accent-color); 
}

.copyrights .section-footer__row-lower {
 	align-items:center; 
  	padding-top:20px;
  	padding-bottom:20px;
  	color:var(--accent-color);
}

.section-footer__payment-icons {
 	margin-bottom:0; 
  	order:2;
}

.copyrights .section-footer__row__col:nth-of-type(1) {
	    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    width: 75%;
}


.copyrights .section-footer__lower-menu,
.copyrights .section-footer__lower-menu__list li {
	margin-bottom:0;
}

.fixed-contact {
    position:fixed;
    bottom:25px;
    right:25px;

    padding:15px 25px;

    background-color:#e4e0dd;
    color:#2c2c2e;
  
  	border-radius:4px;
  
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.28); 
box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.28);
}


/* ==============================
MOBILE
============================== */
@media only screen and (max-width: 769px) {
  
/* --- Navigation --- */ 
.navigation__tier-1 {
    flex-direction:column;
}
  
/* --- Contact Form --- */
.contact-flex .contact-main,
.contact-flex .contact-side {
    width:100%;
}
    
.contact-flex .contact-side {
   	margin-bottom:30px;  
}
  
/* --- Bespoke Popup --- */
.bespokeOrder.active {
	width:90%;
}

.bespokeOrder .contact-form div {
	width:48%;
}

  
/* --- Footer --- */
.section-footer__row__col {
    flex:auto;
}

.footer-cols .section-footer__row div:nth-of-type(1) {
    width:100%;
    text-align:center;
}

.footer-cols .section-footer__row div:nth-of-type(2),
.footer-cols .section-footer__row div:nth-of-type(3) {
    width:45%;
    text-align:center;
}

.footer-cols .section-footer__row div:nth-of-type(4) {
    width:100%;
    text-align:center;
}

.footer-cols .section-footer__row div:nth-of-type(4) ul {
    display:flex;
    justify-content:space-around;
}
  
}

/* 🛠 Restore collection headings inside images */
.template-index .section-collection-list .product-block {
    position: relative;
    text-align: center;
}

.template-index .section-collection-list .product-block .product-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    z-index: 10;
}

/* 🛠 Make sure text is readable on images */
.template-index .section-collection-list .product-block__title {
    font-weight: var(--font-weight-semibold);
    font-size: 24px;
    line-height: 1.2em;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* 🛠 Ensure images do not push text below */
.template-index .section-collection-list .product-block a.product-link .image-cont {
    position: relative;
    display: block;
}

/* 🛠 Add a subtle hover effect */
.template-index .section-collection-list .product-block a.product-link .image-cont::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.template-index .section-collection-list .product-block a.product-link:hover .image-cont::after {
    opacity: 0.5;
}



/* Navigation explicitly */
.site-nav, .nav, .menu, .mobile-nav, .header, .header__links, .header__menu {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}


/* PRODUCT PAGE: tighten the right-hand info column spacing */
.template-product .product-info__block,
.template-product .product-block,
.template-product .product-form__item,
.template-product .selector-wrapper,
.template-product .variant-wrapper,
.template-product .product-form__input {
  margin-bottom: 10px !important;
}

/* If the theme uses flex/grid gaps for the info stack */
.template-product .product-info,
.template-product .product-form {
  row-gap: 10px !important;
}

/* Pull the description/tabs/accordion up */
.template-product .product-description,
.template-product .product-tabs,
.template-product .accordion-group,
.template-product .accordion {
  margin-top: 10px !important;
}

/* Make accordion headers less tall (often a big space hog) */
.template-product .accordion__title,
.template-product .accordion__header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.template-product .accordion__content {
  padding-top: 8px !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif !important;
}

body, p, .rte, li, td, input, textarea, select {
  font-family: "PT Serif", Georgia, serif !important;
}

