/** Shopify CDN: Minification failed

Line 608:48 Expected ":"

**/

/* .page{
    width:min(100%,760px);
    margin:0 auto;
    background:#f8f1e7;
    overflow:hidden;
    border-radius:0 0 18px 18px;
} */

/* Header / Hero */
.hero{
    position:relative;
    min-height:480px;
    /* display:grid;
    grid-template-columns:40% 60%;
    overflow:hidden; */
    /* background:#f8f1e7; */
}
.why-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
    margin-bottom: 15px;
}
.menu-img img {
	width: 100%;
	display: block;
}
.story-leaf img {
	width: 100%;
}
.iconn img {
	width: 48px;
}
.hero-copy{
    position:relative;
    z-index:2;
	max-width: 580px;
}
.logo{
    width:130px;
	height:130px;
    margin-bottom:25px;
}
.logo small{display:block;color:#d88b20;margin-top:4px}
.hero h1{
    margin-bottom:8px;
	font-size: 50px;
  font-weight: 700;
  line-height: 110%;
    font-family: "Playfair Display", serif;
}
.hero h1 span{
    display:block;
    color:#a26427;
    font-weight:500;
	  font-family: "Playfair Display", serif;
      font-style:italic;
	font-size: 58px;
}
.hero p{
 font-size: 17px;
  line-height: 140%;
  max-width: 450px;
  margin: 18px 0;
}
.btnnw{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 45px;
  border-radius: 7px;
  margin-bottom: 8px;
  border: 1px solid #111;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .2px;
}
.btn-dark{background:#101918;color:white}
.btn-dark:hover{
	background: #a26427;
}
.btn-light{background:transparent; color:#111;}
.btn-light:hover{
	background: #111;
	color: #fff;
}
.hero-meta{
    display:flex;
    gap:18px;
    font-size:11px;
    font-weight:bold;
    margin-top:12px;
    white-space:nowrap;
}
/* .hero-image{
    position:relative;
    min-height:480px;
    background:
      linear-gradient(90deg,#f8f1e7 0%,transparent 18%),
      url("https://images.unsplash.com/photo-1445116572660-236099ec97a0?auto=format&fit=crop&w=1000&q=85") center/cover;
}
.hero-image:after{
    content:"";
    position:absolute;inset:0;
    background:linear-gradient(90deg,rgba(248,241,231,.95),transparent 25%,rgba(0,0,0,.03));
} */
.cart{
    position:absolute;
    z-index:2;
    left:5%;
    right:2%;
    bottom:38px;
    height:185px;
    background:#eee1ce;
    border:2px solid #332a20;
    border-radius:3px;
    box-shadow:0 14px 20px rgba(0,0,0,.25);
    transform:perspective(600px) rotateY(-3deg);
}
.cart-top{
    height:16px;background:#5c3216;border-bottom:2px solid #222;
}
.cart-title{
    text-align:center;
    padding-top:25px;
    letter-spacing:5px;
}
.cart-sub{
    text-align:center;
    font-size:8px;
    letter-spacing:2px;
    margin-top:4px;
}
.cart-wheel{
    position:absolute;
    width:70px;height:70px;
    border:8px solid #222;
    border-radius:50%;
    bottom:-37px;
}
.cart-wheel:after{
    content:"";position:absolute;inset:11px;
    border:2px solid #777;border-radius:50%;
}
.cart-wheel.left{left:30px}.cart-wheel.right{right:8px;width:25px;height:25px;border-width:4px;bottom:-12px}

/* hamburger */
.menu{
    position:absolute;
    z-index:10;
    right:18px;top:18px;
    width:25px;
    cursor:pointer;
	background: transparent;
    display:none;
}
.menu span{height:3px;background:#000;display:block;margin:5px 0}

/* Feature strip */
.features{
    border:1px solid #dfc9a9;
    border-radius:15px;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    background:#fbf6ee;
    overflow:hidden;
}
.feature{
    min-height:145px;
    padding:14px 7px;
    text-align:center;
    border-right:1px solid #e4d5c1;
}
.feature:last-child{border:0}
.iconn{
    height:53px;
    display:flex;align-items:center;justify-content:center;
    font-size:37px;
    margin-bottom:7px;
}
.feature h4{
    margin-bottom:7px;
	font-weight: 600;
  font-size: 16px;
}
.feature p{font-size: 14px;
  line-height: 130%;color:#555}

/* section heading */
.section-title{
    display:flex;
	align-items:center;
	gap:13px;
    justify-content:center;
    margin:0 0 30px 0;
	font-size: 30px;
	font-weight: 700;
      font-family: "Playfair Display", serif;
}
.section-title:before,.section-title:after{
    content:"";height:1px;background:#bd9567;width:55px;
}

/* Events */
.events{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:8px;
}
.event{
    position:relative;
    border-radius:14px;
    overflow:hidden;
    background:#333;
}
.event img{
    width:100%;height:100%;object-fit:cover;
}
.event:after{
    /* content:"";position:absolute;inset:0;
    background:linear-gradient(transparent 40%,rgba(0,0,0,.8)); */
}
.event-caption{
    position:absolute;z-index:2;bottom:12px;left:8px;right:5px;
    color:#fff;text-align:center;
    font-size:16px;font-weight:bold;
}
.event-caption .gold{color:#d89022;font-size:20px;display:block;margin-bottom:3px}

/* Why */
.why{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}
.why-card{
    text-align:center;
    border-right:1px solid #decfb9;
    padding:0 8px 8px;
}
.why-card:last-child{border:0}
.why-img{
    height:92px;
    display:flex;align-items:center;justify-content:center;
    font-size:62px;
}
.why h4{margin-bottom:7px;
font-weight: 600;
  font-size: 16px;
}
.why p{
	font-size: 14px;
  line-height: 130%;
  color: #555;
}

/* Menu */
.menu-box{
    border:1px solid #dfc9a9;
    border-radius:14px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#fbf6ee;
}
.menu-item{
    min-height:112px;
    padding:12px;
    display:grid;
    grid-template-columns:80px 1fr;
    gap:10px;
    align-items:center;
    border-right:1px solid #dfd0bd;
}
.menu-item:last-child{border:0}
.menu-img{font-size:65px;text-align:center}
.menu-item h4{margin-bottom:6px;
font-weight: 600;
  font-size: 16px;
}
.menu-item p{
		font-size: 14px;
  line-height: 130%;
  color: #555;
}

/* Story */
.story{
    position:relative;
    border-top:1px solid #d4b38a;
    padding:15px 5px 8px;
}
.story p{
    max-width:76%;
    font-size: 17px;
  line-height: 150%;
}
.story-leaf{
    position:absolute;
    right:18px;top:3px;
    font-size:72px;
}

/* FAQ */
.faq{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px 22px;
    border:1px solid #dfc9a9;
    border-radius:14px;
    padding:20px;
    background:#fbf6ee;
}
.faq-item{
   min-height: 28px;
  border: 1px solid #dfd2c0;
  border-radius: 6px;
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.faq-answer{
    display:none;
   padding: 10px 10px;
  font-size: 14px;
    color:#000;
}
.faq-item.open + .faq-answer{display:block}

/* Contact */
.contact{
    margin:8px 0 18px;
    padding:40px;
    border-radius:15px;
    background:#091816;
    color:#fff;
}
.contact h2{
    text-align:center;
    letter-spacing:1px;
	font-size: 28px;
  font-weight: 700;
}
.contact>p{
    text-align: center;
  font-size: 14px;
  margin: 8px 0 25px;
  color: #fff;
}
.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px 8px;
}
.field{
height: 48px;
  border-radius: 6px;
  border: 0;
  background: #fff;
  padding: 0 10px;
  font-size: 15px;
  color: #000;
  width: 100%;
  margin: 3px 0;
}
.full{grid-column:1/-1}
textarea.field{
    height:42px;
    padding-top:8px;
    resize:none;
}
.submit{
  height: 50px;
  border: 0;
  border-radius: 5px;
  background: #c57905;
  color: #fff;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
  font-size: 18px;
   font-family: "Roboto", sans-serif;
}
.submit:hover{background: #000;}
.response{
text-align: center;
  font-size: 14px;
  color: #ccc;
  margin-top: 16px;
}



.sheeshero-image {
	position: absolute;
	top: 0;
	right: 0;
	width:50%;
	height: 100%;
}
.sheeshero-image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.sheeshero-image video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.sidebar{
	position: fixed;
	left:-100% ;	
	width: 20%;
	transition: all 300ms linear; 	
	background: #fff;
	height: 100%;
	/* top: 113px; */
	z-index: 999;
	padding: 30px;
	top: 0;
	box-shadow: 0 0 14px #ccc;
}
.sidebar.active{
	overflow: scroll;
	left: 0;
	padding-bottom: 150px;
}
.menuclose {
	position: absolute;
	top: 10px;
	right: 10px;
}
.mobilefirsrtmenu {padding-top: 20px;}
.mobilefirsrtmenu > ul > li > a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobilefirsrtmenu > ul > li > a:hover{color: #a26427;}
.mobilesubmenu {
  position: fixed;
  left: -100%;
  width: 100%;
  transition: all 300ms linear;
 background: #fff;
  height: 100%;
    z-index: 999;
  padding: 30px;
  top: 0;
  /* left: 0; */
}
.activenav .mobilesubmenu {
	left: 0;
}
.mobilesubback {
	font-family: "Playfair Display", serif;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 8px;
	border-bottom: 1px solid #1313132e !important;
}

.mobilesubmenu h3{
	font-family: "Playfair Display", serif;
	margin:15px 0 8px;
	font-size: 15px;
	font-weight: 700;
}


.mobilesubback img{
	transform: rotate(-180deg);
}

.mobilesubmenu ul > li > a{
color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-grid select{
    background: #fff url(dropdownn.png) no-repeat 97% center; 
    background-size: 14px 7px;
    cursor: pointer;
}

@media(max-width:1200px){
	.sidebar{width: 50%;}
}

@media(max-width:991px){
	.sidebar{width: 50%;}
}


@media(max-width:767px){
.sheeshero-image{
width: 100%;
height: 100%;
position: relative;
}
.logo {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}
.hero h1{font-size: 30px;}
.hero h1 span{font-size: 42px;}
.hero p {
	font-size: 15px;
	line-height: 140%;
	max-width: 100%;
	margin: 18px 0;
}
.btnnw{width: 100%;}
.hero-meta{justify-content: center;}
.sidebar{width: 100%;}
.feature h4{font-size: 14px;}
.section-title{font-size:19px}
.contact h2{font-size: 22px;}
.story-leaf {
	position: relative;
	right: 0;
	top: 0;
	font-size: 72px;
	text-align: center;
}
.story p{width: 100%; font-size: 14px; max-width: 100%;}

.story-leaf{ margin:0 auto 25px;}
}









/* Responsive */
@media(max-width:650px){
    .cart{bottom:45px;left:10%;right:7%;height:150px}
    .cart-title{font-size:20px}
    .features{grid-template-columns:repeat(3,1fr)}
    .feature:nth-child(3){border-right:0}
    .feature:nth-child(-n+3){border-bottom:1px solid #e4d5c1}
    .events{grid-template-columns:repeat(2,1fr)}
    /* .event:last-child{grid-column:1/-1} */
    .why{grid-template-columns:repeat(2,1fr)}
    .why-card:nth-child(2){border-right:0}
    .why-card:nth-child(-n+2){border-bottom:1px solid #decfb9}
    .menu-box{grid-template-columns:1fr}
    .menu-item{border-right:0;border-bottom:1px solid #dfd0bd}
    .menu-item:last-child{border-bottom:0}
}

@media(max-width:430px){
    .features{grid-template-columns:repeat(2,1fr)}
    .feature:nth-child(3){border-right:1px solid #e4d5c1}
    .feature:nth-child(2n){border-right:0}
    .feature:nth-child(3),.feature:nth-child(4){border-bottom:1px solid #e4d5c1}
    
    .section-title:before,.section-title:after{width:35px}
    .events{gap:6px}
    /*.event{height:125px}*/
    .faq{grid-template-columns:1fr}
    .form-grid{grid-template-columns:1fr}
    .full{grid-column:auto}
    .contact{padding:13px 12px 10px}
}



.story-leaf{ width:200px;}

.socialbtn{ padding-bottom:20px; padding-top20px;}
.socialbtn a{ display:block; margin:0 auto; width:35px;}