
/* Main Styles
=================================================================*/

body {
  padding-top: 122px;
}

.index-section, .bg-padding, .site-footer {
  padding: 0;
}

.page-width, .sml-width, .full-width {
    width: 100%;
    padding: 70px 30px;
}

.page-width {
    max-width: 1500px;
}

.sml-width {
    max-width: 1000px;
  	margin: 0 auto;
}

.full-width  {
    max-width: 100%;
  	margin: 0 auto;
}

.main-content {
  padding-top: 0;  
}

/* .h1, .h2, h1, h2 {
	font-weight: bold;
} */

.h2, h2 {
    letter-spacing: normal;
}

b, strong {
	font-weight: bold;
}

hr {
	margin: 50px 0 0;
}

.site-footer {
	margin-top:0;
}

.page-container {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.page-container a:hover {
    opacity: .7;
}

.section-header {
	margin-bottom: 40px;
}

.videowrapper, .video-wrapper  {
	position:relative;
	padding-bottom:54%;
    padding-top: 15px;
	height:0;
    border-radius: 10px;
    overflow: hidden;
}

.videowrapper iframe,.videowrapper video, .video-wrapper iframe, .video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.anchor{
  position:relative;
  visibility:hidden;
  display:block;
  top: -80px;
}

}

.container a, .press-link a:hover {
	text-decoration: underline;
}

.container a.btn, .press-link a {
	text-decoration: none;
}

.rte ul, .rte ol {
	margin: 0 0 17.5px 20px;
}

#insta-feed {
	margin-top: 0;
}


.grey-bg {
	background-color: #fafaf8;
}


@media only screen and (max-width: 749px) {
  
.h1, h1 {
    font-size: 30px;
}
  
}

@media only screen and (min-width: 750px) {
 
  .page-width, .full-width {
    padding-top: 60px;
    padding-bottom: 60px;
  }  
  
  .sml-width {
    padding: 60px 60px;
  }
    
  
}

@media only screen and (min-width: 1025px) {


  .page-width, .sml-width, .full-width {
    padding: 80px 80px;
  }

  .anchor {
  	top: -120px;
  }
  
}

@media only screen and (min-width: 1399px) {
  
  
    h2, .h2 {
      font-size: 28px;
    }
  
  
  .product-content .full-width, .product-content .sml-width {
  	padding-top: 120px;
  	padding-bottom: 120px;
  }

}

/* Button Styling
=================================================================*/


.btn {
	font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
	padding: 19px 30px;
    letter-spacing: 0;
  	line-height: 1.0;
    background-color: #8dc63f;
  	color: #fff;
    text-transform: uppercase;
}

.btn-center {
    margin: 40px auto 0;
    text-align: center;
}

.hero__btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

#shopify-section-1613270924c7c9ce22 .hero__btn {
    margin: 0;
}



.hero__btn:hover {
    background: #fff;
    color: #3c2318;
}

.btn--tertiary {
    background-color: transparent;
    color: var(--color-small-button-text-border);
    border-color: var(--color-small-button-text-border);
}
.btn--tertiary:focus, .btn--tertiary:not([disabled]):hover {
    background-color: var(--color-btn-primary-text);
    color: var(--color-btn-primary-focus);
    border-color: var(--color-btn-primary-focus);
}

.btn-black {
  	border: 1px solid #3c2318;
    background: #3c2318;
    color: #fff;
}

.btn-black:hover {
    background-color: #fff !important;
    color: #3c2318;
}

.btn-product {
  	border: 2px solid #fff;
    background: transparent;
    color: #fff;
  	font-weight: 400;
}

.btn-product:hover {
    background-color: #fff;
    color: #3c2318 !important;
}


.btn-full {
  display: block;
  width: 100% !important;
}

.btn-mg-top {
  margin-top: 20px;
}

/* Social Icons
=================================================================*/


.share-title {
	display:none;
}

.product-container .btn--share .icon-pinterest, .product-container .btn--share .icon-twitter, .product-container .btn--share .icon-facebook {
    fill: #fff;
}

.btn--share .icon {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.btn--share:hover .icon {
    fill: #8dc63f;
}


/* Announcement Bar
=================================================================*/

.announcement-bar__message {
	font-size: 16px;
    font-weight: 400;
}


/* Header
=================================================================*/

#shopify-section-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}


.header-flex {
    display: flex;
	justify-content: space-between;
}

.header-container {
    display: flex;
    justify-content: flex-start;
}

.logo-align--left {
    margin-right: 2vw;
}

.nav-hide {
	display:none;
}

.nav-mobile {
    display:block;
}
  
.site-header {
  padding: 0;
}

.site-header .page-width {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
}


.site-header__logo-image {
	width: 100px;
    margin: 0 !important;
}

.mobile-nav__icon {
	right: 20px;
}

.logonormal {
	display: none !important;
}

.homepadding .logonormal {
	display: block !important;
}

.homepadding .logofixed, .homepadding.fixed-menu .logonormal {
	display: none !important;
}

.homepadding.fixed-menu .logofixed {
	display: block !important;
}

.logofixed {
	display: block;
}

.site-nav__link--active .site-nav__label, .site-nav__label {
    padding-bottom: 5px;
}

.site-nav__link, .site-header__icon, .icon-search {
  outline: none;
  font-size: 16px;
  font-family: var(--font-stack-body);
  text-transform: uppercase;
}

.site-nav__link--button:focus, .site-nav__link--button:hover, .site-header__icon:hover, .site-header__icon:focus {
  color: #8dc63f !important;
}

.site-nav__dropdown a {
  color: var(--color-text);
    text-transform: none;
}

.site-nav__dropdown a:hover {
  color: #8dc63f;
}

.site-header__search-toggle  {
    padding: 10px 11px;
}

.site-header__cart-count span {
    font-size: 16px;
}

.mobile-nav-wrapper.js-menu--is-open {
    display: block !important;
}

.site-nav {
	text-align: left;  
    margin: 0;
}

.site-header__logo {
    margin: 0;
}

.site-header__logo-image img {
    width: 75%;
}


.fixed-menu .site-nav__link, .fixed-menu .site-header__icon, .fixed-menu .icon-search, .fixed-menu .site-header__cart-count {
	color: #3c2318;
}

.site-header__cart-count {
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    right: auto;
    top: auto;
    font-weight: bold;
    background-color: transparent;
    border-radius: 50%;
    min-width: auto;
    height: auto;
    font-weight: normal;
}


.m-icon {
  display:block;
}

.m-text {
  display:none;
}


.site-header__cart-count-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.0rem;
    top: 0.5rem;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 5px;
    font-size: 12px;

}

.site-nav__label {
	border: none !important;
}


@media only screen and (max-width: 767px) {
  
  
.site-header__icons {
    padding-right: 0;
}  
  
.site-header__logo {
    padding-left: 0;
}  
  
  
  .nav--hide {
  	display:none;
  }
  
  
}

@media only screen and (min-width: 768px) {

  .site-header__mobile-nav {
    display: flex;
    align-items: center;
  }
  
  .site-header__mobile-nav .grid {
  	margin-left: 10px;
  }
  
  .site-header__menu {
    display: none;
}
  
}

@media only screen and (max-width: 1024px) {


  .menu--hide, .logonormal {
  	display: none !important;
  }
  
  .logofixed {
  	display: block !important;  
  }
 
  
}

@media only screen and (min-width: 1025px) {
  
  .nav-hide {
      display:block;
  } 
  
  .nav-mobile {
      display:none;
  }

  .site-nav a, .site-nav__link--button {
    padding: 3px 6px;
    font-size: 18px;
    outline: none;
  }
    
  .header-container {
      align-items: center;
  }  
  
  .site-header__icons {
  	display:flex;
    align-items: center;
  }
    
  .site-header__logo-image img {
      width: 100%;
  }
  
  .m-text {
    display:inline-block;
  }
  
  .m-icon {
    display:none;
  }
  
  #CartCount {
      display: inline-block;
  }

  
}


@media only screen and (min-width: 1200px) {
  

  .site-nav a, .site-nav__link--button {
    padding: 3px 12px;
  }
  
}


@media only screen and (min-width: 1399px) {
  
  .site-header__logo-image {
      width: 160px;
  }
    
  
}

/* Footer - Subscribe
=================================================================*/

.footer-subscribe {
	background: #d6c1ae;
}

.footer-subscribe .page-width {
    padding-top: 28px;
    padding-bottom: 28px;  	
}

.sub-text {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 20px 0 0;
    font-weight: bold;
}

.footer-newsletter {
    display: flex;
}

.newsletter__input {
  background: #d6c1ae;
  border: 2px solid #3f2319;
  margin-bottom: 0;
}

.newsletter__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3f2319;
}

.site-footer__item-inner--newsletter .newsletter__submit {
    outline: none;
}

.site-footer__item-inner .h4 {
	text-transform: uppercase;
}

.newsletter__submit {
  background: #7cc655;
  color: #3C2318;
  padding: 20px 10px;
  margin-left: 10px;  
}

.site-footer__item-inner--text .h4 {
	display:none;
}
@media only screen and (max-width: 749px) {
  .sub-text {
    line-height: 1.5em;
    padding-bottom: 16px;
  font-size: 22px;}
}
  
@media only screen and (min-width: 750px) {
  

.sub-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
  
}

/* Footer
=================================================================*/

.footer-payment-icons, .footer-copyright {
	text-align: center;
}

.site-footer__social-icons {
	text-align: left;
}

.social-icons__item {
    padding: 0 30px 0 0;
}

.site-footer__social-icons .social-icons__link {
      color: #bc7f4e !important;
}

.footer-payment-icons {
    padding: 0;
}

.site-footer__social-icons {
    padding: 40px 0;	
}

.footer-payment-icons .site-footer__icon-list {
    padding: 0;
}

.site-footer__rte a:hover, .site-footer__linklist-item a:hover, .site-footer__copyright-content a:hover {
    color: #8dc63f !important;
    opacity: 1;
    border-bottom: none !important;
}


.site-footer__linklist-item {
	padding: 0 0 5px;
}

.site-footer__item {
	margin-bottom: 30px;
}

.footer-payment-icons {

    max-width: 800px;
    margin: 0 auto;
}

.payment-icons .icon {
    width: 49px;
    height: 30px;
    fill: inherit;
}

.copyright {
	margin-top: 20px;
}



@media only screen and (max-width: 749px) {
  
.site-footer__item-inner--newsletter {
    padding: 0 0 40px;
}
  
}

@media only screen and (min-width: 750px) {
  
.site-footer__content .site-footer__item--one-third:first-child {
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;	
}

.site-footer__content .site-footer__item--one-third {
  -webkit-flex: 1 1 25%;
  -moz-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

}

@media only screen and (min-width: 1025px) {
  
 
  .site-footer__rte {
  max-width: 85%;
    width: 100%;
 }
   
  .site-footer p {
  	font-size: 16px;
  }  
  
}


/* Form Styles
=================================================================*/

.form-headings {
  margin-top: 30px;
  border-top: 1px solid #000;
  padding-top: 30px;
}

.compinfo .form-headings {
  border-top: none;
  padding-top: 0;
}


input, textarea {
    padding: 15px 20px 12px;
}

input, textarea, select, .disclosure__toggle {
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
    color: var(--color-text-field-text);
    max-width: 100%;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}


/* Forms Checkbox
   ========================================================================== */

.checkbox-group .container {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 0;
	padding-left: 45px;
/* 	height: 30px; */
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  	height: auto;
}

.checkbox-group input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 3px;
	left: 0;
    height: 24px;
    width: 24px;
	border: 2px solid #3c2318;
	border-radius: 25px;
}

.error + .checkmark {
	border-color: #ec1c24;
}

.checkbox-group:hover input ~ .checkmark {
	background-color: #ccc;
}

/* .checkbox-group input:checked ~ .checkmark {
    background-color: #3c2318;
    border-color: #3c2318;
} */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-group input:checked ~ .checkmark:after {
		display: block;
}

.checkbox-group .checkmark:after {
	left: 7px;
    top: 3px;
    width: 7px;
    height: 13px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkbox-group .container {
	vertical-align: middle; 
}

.radio-label {
	font-weight: normal !important;
}



/* Forms Radio
   ========================================================================== */

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal !important;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #3c2318;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #3c2318;
  border-color: #3c2318;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Home - Styles
=================================================================*/

  #shopify-section-16240572013b3e4cf5 {display: none;}

@media only screen and (min-width: 1025px) {
  .homepadding {
      padding-top: 50px;
  }

  
  .homepadding.fixed-menu .site-nav__link, .homepadding.fixed-menu .site-header__icon, .homepadding.fixed-menu .icon-search, .homepadding.fixed-menu .site-header__cart-count {
    color: #3C2318;
  }
  
  .homepadding .site-nav__dropdown a {
    color: #3C2318;
  }

  .homepadding .site-nav__dropdown a:hover {
    color: #8dc63f;
  }

}


/* Home - Video Section
=================================================================*/
.video-section .full-width {
  max-width: 100%;
  padding: 0;
}

.video-height {
    height: 40vh;
    overflow: hidden;
    position: relative;	
}

.video-styles {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    border: 0;
    transform: translateY(-50%);
}

.video-text {
	margin-top: 20px;
  margin-bottom: 40px;
}

.video-text p {
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}

.video-container {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition-delay: 0.3s;
    z-index: 3;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 98;
    width: 100%;
    transform: translate(-50%, -50%);
}

.video-control__play-wrapper {
	display: block;
}

.video-control__play-wrapper-mobile {
    display: none;
}


@media only screen and (min-width: 1025px) {
  
.video-height {
    height: 75vh;
}  
}

@media only screen and (min-width: 1399px) {
  
.video-height {
    height: 85vh;
}
#shopify-section-page-footprint-video .video-height {
    height: 90vh;
}
}
@media only screen and (max-width: 1024px) {
  .more-text {font-size: 36px!important;}
}

/* Home - Collection - Splider
=================================================================*/

.collection-grid-item__overlay, .collection-grid-item__title-wrapper::before {
    border-radius: 10px;
}

.splide__slide .collection-grid-item {
    margin-bottom: 0;
}

.splide__slide img {
  width : 100%;
  height: auto;
}


.splide__arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    background: #fff;
    box-shadow: 1px 1px 5px 0 #afafaf;
}

.splide__arrow--next {
    right: -25px;
}

.splide__arrow--prev {
    left: -25px;
}

.splide__arrow svg {
    fill: #3C2318;
}

.splide__track {
	margin-left: -20px;
}

@media only screen and (max-width: 749px) {
  
  .collection-hero__image {
      background-image: none !important;
      height: 106px !important;
  }
  
  .collection-hero__title-wrapper::before {
      background: none !important;
  }
  
  .collection-hero__title {
      color: var(--color-text);
  }
  
  .collection-hero__title.page-width {
padding: 40px 30px 0;
  }

}

@media only screen and (min-width: 750px) {
  
.splide__track {
	margin-left: -30px;
}
  
}

/* Home - Products
=================================================================*/

.product-card {
	text-align: center;
}

.product-card .price {
    align-items: center;
}

.product-card__title {
	font-size: 16px;
}

.price-item {
	font-weight: normal;
}

.price__regular, .price__sale {
	margin: 0;	
}

.price dd {
	margin: 10px 0;	
}

.price__badge--sold-out {
  background: #8dc63f;
  color: #fff;
  border: none;
  padding: 12px 15px 10px !important;
  margin-top: 0;
  border-radius: 5px;
}

.template-product .price__badge--sold-out {
	margin-left: 20px;
}

/* Home - Women
=================================================================*/

#shopify-section-16131312288d784a9a {
	padding:0;
}

.dark-home h2 {
	color: #bc7f4e !important;
}

.dark-home p {
	color: #fff !important;
}

@media only screen and (min-width: 1025px) {
  
  #shopify-section-1615197351b4ae426d .feature-row__text {
      padding-right: 150px;
  }
  
}

/* Home - Who we are
=================================================================*/
#shopify-section-1616675641f2bc259c .page-width {
	max-width: 100%;
    padding: 0;
}

.video-control  {
    padding: 9px 0px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.video__text-content {
	padding-bottom: 10px;
}


/* Collection - filters
=================================================================*/

.collection-width.page-width {
	padding-bottom: 0;
}

.filters-toolbar-wrapper {
  margin-bottom: 0;
  border-bottom: none;
  border-top: none;
}

.filters-toolbar-wrapper .page-width {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}

.filters-toolbar__input {
	margin-bottom: 0;
}


/* Collection Page - Product reveal on Hover
=================================================================*/


.collection-hero {
    margin-top: 0;
}

.collection-hero__image {
    height: 40vh;
}

.reveal .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal img { opacity: 1; }
.reveal { position: relative; margin-bottom: 30px; overflow: hidden;}
.reveal .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}

.grid-view-item:hover .hidden { 
  z-index: 1;
  opacity: 1;    
}


.product-card {
	text-align: center;
}


/* Collection Page - Description
=================================================================*/

.collection-description h2 {
  text-transform: capitalize;
  font-size: 20px !important;
}

/* Product Page
=================================================================*/
.station-tabs .station-tabs-content-inner {
    color: #fff;
}

.product-width {
  	width: 100%
    padding-top: 0;
}

.product-image-container, .product-container {
  width: 100%;
}

.product-image-container {
  padding: 0;
  margin: 0 auto;
}

.product-container {
  padding: 50px 30px;
}

.product__policies {
	display: none;
}

.pro-brown-one {
	background-color: #f6f0eb;
}

.pro-brown-two {
	background-color: #d6c1ae;
}

.pro-brown-three {
	background-color: #3f2319;
}


.product-bg {
    background: #3c2318;
    height: 100%;
}

.product-bg .price-item {
  	color: #fff;
  font-size: 28px;
}

.template-product .price dd {
    margin: 0;
}

.shopify-payment-button__more-options, .store-availability-container, .shopify-payment-button {
	display: none;
}

.product-single__thumbnail {
    border: 1px solid #f3f3f3;
}

.product-form__item {
	padding: 0;
}

.product-form {
    padding-top: 20px;
}

.social-sharing {
    padding: 0 5px;
}

.pro-reviews .page-width {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.product-single__meta p, .product-single__meta a, .product-single__title, .product-single__meta li {
    color: #fff;
}

.product-single__meta ul {
	padding-left: 20px;
}

.product-single__title {
	font-weight: bold;
 	text-transform: initial;
}

.product-single__media-wrapper {
    max-width: 100% !important;
}

.product-single__thumbnails {
    justify-content: center;
}

.product-single__thumbnails-item a {
    border: 1px solid #d6c1ae;
    background: #d6c1ae;
    border-radius: 50%;
}

.product-single__thumbnail-image {
	display: none;
}

.product-single__thumbnails-item--medium {
    flex: 0 0 auto;
}

.product-single__thumbnail {
	height: 20px;
    width: 20px;
    min-height: auto;
}

.product-single__thumbnail.active-thumb {
	border-color: #7cc655;
    background: #7cc655;
}

.product-single__description.rte {
    margin-bottom: 10px;
}

.station-tabs-link {
    text-transform: uppercase;
}

.station-tabs .station-tabs-link.is-active, .station-tabs .station-tabs-link:hover {
  	border-color:  #bc7f4e !important
}

.product-image-container {
    position: relative;
}

.product-single__media-group {
	margin-bottom: 0;
}
  

.thumbnails-wrapper {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9999;
}  

.product-featured-media {
	max-height: 100% !important;
    max-width: 100% !important;
}

@media screen and (max-width: 768px) {

.center-content > div {
    padding: 40px 0 0!important;
  }
}


@media screen and (min-width: 750px) {

.product-single .medium-up--one-half {
    width:  100%;
}
  
}

@media screen and (max-width: 1024px) {

.product-form {
    max-width: 100%;
}

}

@media screen and (min-width: 1025px) {
  
  .product-image-container {
    padding: 0;
    /*     max-width: 1100px; */
  }  

  .product-single .medium-up--one-half {
    width: 50%;
  }


  
  .product-container {
    padding: 80px 50px;
    width: 100%;
    height: 90vh;
    overflow: auto;
  }


  .feature-row__image {
    max-width: 100% !important;
    max-height: 100% !important;
  }


  .product-single__thumbnails {
    margin-top: 0;
  }

  .product-form {
    max-width: 25rem;
  }

  .pro-img-mg {
    margin-top: -100px;
  } 

  .product-single__media {
      height: 90vh;
  }
  
  .product-featured-media {
    object-fit: cover;
    height: 100%;
  }

  
}


@media screen and (min-width: 1399px) {
  
.pro-img-mg {
    margin-top: -170px;
}

}
#infiniteoptions-container select {
  --svg-select-icon: url('https://cdn.shopify.com/s/files/1/1202/9876/t/21/assets/ico-select-white.svg');
}
#rc_autodeliver_options select {
  --svg-select-icon: url('https://cdn.shopify.com/s/files/1/1202/9876/t/21/assets/ico-select-white.svg');
}

/* Product Page - Skincare
=================================================================*/


.skincare-intro h2 {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
    text-align: center;
    padding: 0 20px;
}

.skincare-first {
 background: #B57E47;
}

.skincare-first h2 {
 margin: 0;
}

.skincare-first .center-content > div {
    max-width: 700px;
    width: 100%;
    padding: 0;
}

.skincare-first h2, .skincare-second h2 {
    text-transform: capitalize;
}
  

.skincare-second {
 background: #3C2318;
}

.skincare-second p {
	font-weight: 700;
}

.skincare-benefits {
 background: #F5F0EA;
}


.skincare-benefits .full-width, .skincare-about .full-width {
	max-width: 100%;
    width: 100%;
    padding: 0;
}

.video-skincare {
    width: 100%;
    display: block;
}

.skincare-about {
 background: #B57E47;
}


.product-content-subtitle {
    font-weight: normal;
    font-size: 28px;
}

.skincare-ourproducts {
	background: #F5F0EA;
}
  
.our-text {
	margin: 40px 0; 
}

.our-slogan {
	font-size: 24px;
    font-weight: normal;
}

.our-product {
	font-size: 18px;
    text-transform: capitalize;
    margin-top: 20px;
}

.skincare-ourproducts .flex {
	align-items: center;
}

@media screen and (max-width: 768px) {
  
  .skincare-about .center-content > div {
    max-width: 600px;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .skincare-benefits .center-content > div, .skincare-about .center-content > div {
    padding: 50px 20px!important;
}
  .skincare-ourproducts .flex.ng-vert>* {
    padding-bottom: 20px;
}
}

@media screen and (max-width: 1024px) {
  
.skincare-intro h2 {
  font-size: 20px;
}	
  
}


@media screen and (min-width: 1399px) {

  .skincare-first h2, .skincare-second h2 {
    font-size: 64px;
  }

  .skincare-second p {
	font-size: 32px;
  }
  
}

/* Product Page - Product Content
=================================================================*/

.product-intro .product-content-title {
	color: #bc7f4e;
} 
  
.product-content-title {
	text-transform: uppercase;
}

.product-content {
  position: relative;
}

.product-content a {text-decoration: underline;}

.product-content img {
    display: block;
   width: 100%;
}

.dark-bg h2, .dark-bg p {
	color: #fff !important;
}


.intro-img {
	margin: 60px auto 0;
    width: auto !important;
}

.product-form__item label, .spb-productdescfont, .spb-productoptionswatchwrapper {
    color: #fff;
}

.single-option-selector, .spb-productoptiontextcolor {
    border: 1px solid #bd7f4d;
    background-color: #3c2318;
    color: #ffffff;
}

.select-arrow {
	position: relative;
}

.select-arrow:after {
  background: url('https://cdn.shopify.com/s/files/1/1202/9876/files/icon-arrow-down.jpg');
  height: 14px;
  width: 23px;
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
}

.product-recommendations__inner h2 {
	color: #B57E47;
}

@media screen and (max-width: 1024px) {
.product-recommendations__inner {
	padding: 30px;  
}
}

  /* Product Page - Ordergroove
=================================================================*/

og-offer {
    --og-global-family: 'Raleway'!important;
    --og-global-size: 16px!important;
    --og-tooltip-family: 'Raleway'!important;
    --og-tooltip-color: #3c2318!important;
    --og-tooltip-background: #fff!important;
  margin-bottom: 30px;
}
og-select-frequency {
  color: #3c2318!important;}
og-tooltip {text-decoration:underline;}

/* Product Page - Quantity +/-
=================================================================*/

.product-form__item {
    flex-basis: 100%;
}

.qtydiv {
    display: inline-block;
    padding-right: 0;
    padding-top: 0;
    border: 1px solid #bd7f4d;
    width: 100%;
}

.qtybox {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.qtydiv .quantity-input {
    border: none;
    padding: 20px 8px;
    text-align: center;
    outline: none;
    margin: 0;  
    background: #3c2318;
    color: #fff;
}

.qtydiv .btnqty {
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    padding: 13px 20px;
    height: 61px;
    color: #fff;
    text-align: center;
    width: 50px;
    background: #bd7f4d;
    display: block;
    line-height: 1.6em;
}

.qtydiv .qtyminus {
    font-size: 27px;
    line-height: 1em;
}

.qtydiv .btnqty:hover {
	color: #8dc63f;
}

.qtydiv label{display: block;margin-bottom: 12px;letter-spacing: 2.8px;color: #747a7b;}


/* Product Page - fixed cart
=================================================================*/
.fixed-cart {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;  	
	position: fixed;
	left: 0;
    width: 100%;
    border-top: 1px solid #ebebeb;
    background: #fff;
    z-index: 9;
    animation: mymove 3s forwards;
    animation-delay: 0;
  
}

@keyframes mymove {
  from {bottom: -100%;}
  to {bottom: 0;}
}

.fixed-cart .page-width {
	padding-top: 20px;
    padding-bottom: 20px;
}

.fixed-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.fixed-flex p {
	margin-bottom:0;
}

  
@media only screen and (max-width: 749px) { 
  .fixed-flex > div {
  	padding-bottom: 20px !important
  }
  
  .fixed-flex > div:last-child {
  	padding-bottom: 0 !important
  }  
  
}

/* Product Page - Reviews
=================================================================*/

.spr-header-title {
	text-align: center !important;
}

/* .spr-container {
    border-top: #ececec !important;
  	border-bottom: #ececec !important;
} */

#shopify-product-reviews {
	margin: 0!important;
}

#st-reviews_0-2 {
	color: #fff;
}


/* PAGE - FAQ
=================================================================*/
.faq {
  overflow: hidden;
}

.faq .tab-toggle {
  display: none;
}

.tab {
	margin-bottom: 10px;
}

.faq .tab-label {
    display: flex;
    justify-content: space-between;
 	padding: 18px 22px;
  	font-size: 18px;  
  	font-weight: 500;
    color: #3f2319;
    background-color: #f6f0eb;
    border-left: 6px solid #b57e47;
  	
}

.faq .show .tab-label {
	border-radius: 5px 5px 0 0;
}


.faq .tab-label:hover, .faq .tab-toggle:checked ~.tab-label {
    color: #3f2319;
	background-color: #e5f5dc;
    border-color: #7cc655;
}


.faq .tab-label::after {
  content:'\276F';
  transition: all .4s;
}


/* .faq .tab-toggle:checked ~ .tab-label::after {
  transform: rotate(90deg);
}
 */

.faq .tab-content {
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  transition: all .4s;
  padding: 0 22px;
  background-color: #e5f5dc;
  border-left: 6px solid #7cc655;
}

.faq .tab-toggle:checked ~ .tab-content {
  max-height: 100vh;
  padding:0 22px 22px;
}



/* PAGE - Default Styles
=================================================================*/

.rte h1, .rte h2, .rte h3, .rte .h3, .rte h4, .rte .h4, .rte h5, .rte .h5, .rte h6, .rte .h6 {
  
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 10px;
}


/* PAGE - Contact
=================================================================*/

  
.contact-img {
    background-size: cover;
    background-position: center;
}



.contact-center > div {
    padding: 30px;
}
  .contact-left {float: left; padding: 0 50px 0 0;}
  .contact-right {float: right;}

@media only screen and (max-width: 768px) {
  
.contact-img {
    max-height: 300px;
    height: 100vh;
}
.contact-left, .contact-right {float: none;}
 .contact-left {padding: 0 0 40px 0;}
  
}



@media only screen and (min-width: 769px) {
  
.contact-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

  
}


/* Cart
=================================================================*/
.btn--secondary-accent:focus, .btn--secondary-accent:not([disabled]):hover {
    color: var(--color-text);
    border-color: var(--color-text);
}
.text-link--accent:focus, .text-link--accent:not([disabled]):hover, .text-link--accent {
    color: var(--color-text);
}

.cart-extramsg p {
	font-weight: bold;
  	color: red;
}


#rush-order {
    display: inline-block;
 	margin-bottom: 0;
  	width: auto;
}


#rush-order {
    position: relative;
    width: 1.3em;
    height: 1.3em;
    color: #363839;
    border: 1px solid #bdc1c6;
    min-height: auto;
    border-radius: 4px;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    display: inline-block;
}

#rush-order:checked:before {
    opacity: 1;
    border-color: #363839;
}

#rush-order:before {
    position: absolute;
    content: '';
    display: block;
	top: 4px;
    left: 7px;
    width: 6px;
    height: 11px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

#is-a-rush-order p, .ptw-app-label {
    display: flex;
    align-items: center;
}

#ptw-wrapin .ptw-app-wrapper {
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

#ptw-gift-needed {
	margin-bottom: 0;
}

.ptw-app-gnote {
	display: none;
}

#ptw-wrapin .ptw-app-label label {
    top: auto !important;
}


.cart-note__input {
  margin-top: 20px;
  min-height: auto;
}

/* Cart - Cart Pop up
=================================================================*/

.cart-popup-item {
    align-items: center;
}

.cart-popup-item__title {
    font-size: 16px;
}

/* BLOG/EVENTS
=================================================================*/
.article-pagination a.btn--tertiary
  {margin-bottom: 10px;}
  
.article-img-wrapper {
   width: 100%;
}
article .article-img { 
  text-align: center;
  padding-bottom: 26px;
}
.article__grid-image-container img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  max-height: 345px !important;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.events-tabs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.events-tabs li {
    margin: 0 10px;
}

.active-event {
    background-color: #3c2318 !important;
    color: #fff !important;
    border-color: #3c2318 !important;
    opacity: 1 !important;
}

.event-description p, .event-description h3, .event-description div {
	text-align: left !important;
    font-size: 18px;
}

.event-description p, .event-description strong {
  font-weight: normal !important;
}

.event-description span {
    color: #000 !important;
}


.comment-bg {
    background-color: #f2f2f2;
}

.return-width {
  padding-top: 0;
  padding-bottom: 0;
}


.return-link-wrapper {
/*   border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd; */
  margin: 0 auto;
  padding: 0 0 50px;
}

/* BLOG/EVENTS - Receipes 
=================================================================*/
.product-list-item-thumbnail img {max-height: 150px;}
  
.recipe ul, .recipe-styles ul {
    margin-top: 25px;
}

.recipe li, .recipe-styles li {
    margin-bottom: 10px;
}

.recipe-heading {
    text-transform: capitalize;
    text-align: center;
    border-top: 1px solid #cccc;
    padding-top: 30px;
    margin: 40px 0 30px;
    font-size: 30px;
}

.prod-mentioned .rows-of-4 {
	display: flex;
  	justify-content: space-between;
  	margin-left: -30px;
}

.prod-mentioned .rows-of-4 > * {
    padding: 0 0 30px 30px;
  	width: 25%;
}

.btn-tag a {
    color: #ababab;
    padding: 0;
    display: inline-block;
    border-radius: 5px;
    margin-top: 5px;
}

.btn-tag a:hover {
    color: #8dc63f;
}

.rte .recipe table {
    table-layout: initial;
}

.recipe tr, .recipe-styles tr {
    display: flex;
}

.recipe td, .recipe-styles td {
    text-align: left;
    border: none;
}

.article-img {
  border-radius 10px;
}

.recipe-styles {
	margin-top: 20px;
}

.recipe-styles h3 {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 30px;
}

.recipe-styles h3:first-child {
    border-top: none;
    padding-top: 0;
}

.recipe-styles h4 {
    margin-top: 25px !important;
    margin-bottom: 5px !important;
    font-size: 20px;
    color: #8dc63f;
}

.recipe-flex {
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.recipe-flex > div:last-child {
  border-right: none;
}

.recipe-flex span {
    color: #8dc63f;
}

.prod-mentioned {
    border: 1px solid #ebebeb;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
}

#shopify-section-article-template .social-sharing {
    justify-content: center;
}


@media only screen and (max-width: 768px) {
  
 
.recipe tr, .recipe-styles tr {
    flex-wrap: wrap;
} 
  
.recipe td, .recipe-styles td {
  	border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}
  
.recipe td:nth-child(2n), .recipe-styles td:nth-child(2n) {
  	border-bottom: none;
}  
  .prod-mentioned .rows-of-4 {display: block;}
  .prod-mentioned .rows-of-4>* {width: 100%;}
}


@media only screen and (min-width: 768px) {
  
.recipe td, .recipe-styles td {
  	border-right: 1px solid #ebebeb;
    padding: 0 30px 0px 0;
}

.recipe td:nth-child(2n), .recipe-styles td:nth-child(2n) {
    padding-left: 30px;
}
}


@media only screen and (max-width: 1023px) {

  .recipe-flex {
    flex-wrap: wrap;
  }
  
  .recipe-flex > div {
      border-bottom: 1px solid #ebebeb;
      padding: 10px 15px;
  }
  
}

@media only screen and (min-width: 1024px) {

  .recipe-flex > div {
      border-right: 1px solid #ebebeb;
      padding: 10px 15px;
  }
  
  .recipe-flex > div:first-child {
    padding-left: 0;
  }

  
}

@media only screen and (min-width: 1300px) {

  .recipe-flex > div {
      padding: 10px 25px;
  }
  
}

/* Cart
=================================================================*/

.cart__qty-input {
	margin: 0 0 0 auto;
}

.cart__qty-label {
	display: none;
}

/* Page - Footprint
=================================================================*/

.foot-mg-top {
	margin-top: 35px;
}

.full-img {
  object-fit: cover;
  height: 100%!important;
}

.center-img img {
    display: block;
    width: 100%;
    height: 100%;
	object-fit: cover;
  	object-position: bottom;

}

.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-content > div {
    max-width: 600px;
    width: 100%;
    padding: 40px 30px;
}

.more-text {
    color: #fff;
    font-size: 54px;
    font-family: 'Raleway';	
}

.just-container {
    position: absolute;
    left: calc(50% - -3px);
    bottom: -10px;
}

.just-container .arrow {
  position: absolute;
  top: -47px;
  left: -29px;
  width: 110px;
}

.just-container .just {
    max-width: 150px;
    width: 100%;
}

.video-container-plantation {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  transition-delay: 0.3s;
  z-index: 3;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 5%;
}

.video-container-plantation .video-text p {
  text-transform: initial;
}

.foot-blurb {
  margin: 0 10%;}

.foot-blurb p {
    font-size: 18px;
    font-weight: bold;
	color: #fff;
}

.foot-header {
	font-family: 'Raleway';
  	font-size: 32px;
    color: #fff;  
    text-transform: initial;
  	margin:0;
}

.promise-block img {
  display: block;
}

.promise-block h3 {
	font-size: 24px;
    margin-top: 30px;
}


.vin-blurb-container p {
  	font-weight: bold;
}

.vin-blurb-container p, .vin-name-size p {
	font-size: 20px;
}

.vin-name-container p, .footprint-block p{
	color: #fff;
}

.footprint-block img {
    display: block;
    max-width: 240px;
  	width: 100%;
    margin: 60px auto;    
    padding: 0 20px;
}

.footprint-block h3 {
    color: #B57E47;
    font-family: 'Raleway';
  	margin: 0 0 10px;
}

.full-img {
  display: block;
  width: 100%;
}

.impact-gallery.flex {
    margin-left: -20px;
}

.impact-gallery.flex > *{
	padding: 0 0 20px 20px
}

.impact-gallery img {
	display:block;
}


@media (max-width: 768px) {

  .hide-img-mobile {
  	display: none !important;
  }
  .vin-blurb-container, .vin-name-container {
        padding:0 30px 40px;
}
.video-container-plantation {
    padding-right: 5%;
}

.foot-blurb {
    margin: 0;
}

#shopify-section-page-footprint-promise .flex>*, #shopify-section-page-footprint-yourfootprint .flex>* {
    padding: 0 0 50px 20px;
}
  
#shopify-section-page-footprint-promise .full-width {
    padding: 30px;
}

.footprint-block img {
      margin: 20px auto;
}

#shopify-section-page-footprint-yourfootprint .full-img {
    height: 250px!important;
}
#shopify-section-page-footprint-impact .page-width {
    padding: 70px 0 60px;
}
.foot-mg-top {
    margin-top: 20px;
}
.video-height {
    height: 60vh;
}
}


@media (min-width: 768px) {

.vin-blurb-container {
	height: 70%;
}

.vin-name-container {
	height: 30%;
}
  
}

@media (max-width: 1024px) {
  
.just-container {
  display:none;
}
  
}

@media (min-width: 1025px) {
  
.foot-header {
  	font-size: 50px;
}  
  
.foot-blurb p {
    font-size: 28px;
}

#shopify-section-page-footprint-promise .flex>* {
    padding: 0 0 0 30px;
}
}


@media (min-width: 1200px) {
  
  #shopify-section-page-footprint-intro-text .sml-width, #shopify-section-page-footprint-text .page-width {
      padding-top: 150px;
      padding-bottom: 150px;
  }


  .vin-blurb-container {
      height: 75%;
  }

  .vin-name-container {
      height: 25%;
  }  
    
  
}

@media (min-width: 1399px) {

  .footprint-flex.flex {
    margin-left: -90px; 
  }

  .footprint-flex.flex > * {
    padding: 0 0 90px 90px;
  }

  .promise-block h3 {
    margin-top: 50px;
  }   


  .vin-blurb-container p, .vin-name-size p {
      font-size: 28px;
  }
  #shopify-section-page-footprint-promise .flex>* {
    padding: 0 0 0 70px;
}
}


/* Page - Events
=================================================================*/

.vt-banner .center-content > div {
	max-width: 650px;
    margin: auto;
}

#shopify-section-page-virtual-banner .center-img {max-height: 800px;}

.vt-heading {
  color: #fff;
  font-size: 36px;
  margin: 0;
  text-align: center;
}

.vt-block {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}


.vt-block h3 {
  font-weight: normal;
  margin: 20px 0 30px;
}


.eventform label {
    font-weight: 600;
    margin-bottom: 15px;
}


.eventform input {
    background: #f5f0ea;
    border: 2px solid #3c2318;
}

.btn-event {
  background: transparent;
  color: #3c2318;    
  border: 2px solid #3c2318;
  margin-top: 30px;
}

.btn-event:hover {
    background: #3c2318;
    color: #f5f0ea;
}

.event-heading {
    text-transform: inherit;
    margin-bottom: 40px;
}


@media (max-width: 1025px) {
#shopify-section-page-virtual-banner .center-img {
  height: 400px;}
  
  .vt-heading {
    padding-bottom: 40px;
  }  
}

@media (min-width: 1025px) {
  
  .vt-heading {
    font-size: 55px;
  }

  .vt-block {
    padding-bottom: 0 !important;
  }  

  .event-heading {
    text-transform: inherit;
    margin-bottom: 80px;
  }
  
  .vt-banner .center-content {
      justify-content: flex-end;
  }

  
}


/* Read more button */

.moretext {
  display: none;
}
  
/* Add-On/Related Items in Cart */
   ul.related {
  margin: auto;
     text-align: center;}
@media (min-width: 768px) {
  ul.related {
  max-width: 75%;
}
}
.related-p {padding: 0;}
.related-p .price--on-sale .price__sale {
     margin: auto;
    padding-bottom: 20px;}
  
/* OrderGroove Subscriptions */
og-when {
--og-primary-color: #8dc63f;}
  
