/** Shopify CDN: Minification failed

Line 195:0 Unexpected "}"

**/

/***********************************************
 **** HEADER ****************************
 **********************************************/
 /* FOnts */
 .live-search-form,
 .live-search-form-field,
 .live-search-filter-wrapper .live-search-filter,
 .site-navigation .navmenu-depth-2 .navmenu-link {
  font-family: Raleway,sans-serif;
}

  @media screen and (min-width: 1024px) {
.site-header-right {
 
  width: 50%;
}
}

  @media screen and (min-width: 1024px) {
 .site-header-sticky--scrolled .site-header-cart {
  margin-top: 0;
}
}

  @media screen and (min-width: 1024px) {
.site-header-sticky--scrolled .site-header-main-content {
  margin-left: 60px;
}
}


/***********************************************
 **** HOME PAGE ****************************
 **********************************************/
  @media screen and (min-width: 720px) {
.promo-mosaic--inner.promo-mosaic--layout-5,
    .promo-mosaic--inner.promo-mosaic--layout-7,
    .promo-mosaic--inner.promo-mosaic--layout-9{
  grid-template-columns: 2fr 1fr;
}

    .promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-2,
.promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-3,
.promo-mosaic--inner.promo-mosaic--layout-5 .promo-block--index-5 {
    grid-row-start: span 2;
  }

      .promo-mosaic--inner.promo-mosaic--layout-7 .promo-block--index-2,
.promo-mosaic--inner.promo-mosaic--layout-7 .promo-block--index-3,
.promo-mosaic--inner.promo-mosaic--layout-7 .promo-block--index-5,
    .promo-mosaic--inner.promo-mosaic--layout-7 .promo-block--index-7{
    grid-row-start: span 2;
  }
}
/***********************************************
 **** COMMON PAGEs ****************************
 **********************************************/
.rte .tabs li, .rte .tabs li > a, .site-navigation .navmenu-meganav-standard__image-link, .site-navigation .navmenu-depth-2 .navmenu-link, .productgrid--sidebar-menu .navmenu-link, .filter-item, .productitem--title a, .cart-item--remove-link, .tweet--footer, .tweet--header-screenname, .hotspot__tooltip, .menulist-menu__link {
color:#534741;
}

/***********************************************
 **** COLLECTION PAGE ****************************
 **********************************************/
.collection--title,
.subcollections-featured-collection__title{
  text-align: center;
}
.collection--description,
.subcollections-featured-collection__description{
  max-width:100%;
}
.productitem__price {
  display:flex;
  gap:10px;
}

@media screen and (max-width: 1023px) {
  .productitem--title {
    min-height:100px;
  }
}
/***********************************************
 **** PRODUCT PAGE ****************************
 **********************************************/

 /* FOnts */
 .breadcrumbs-container,
 .product-pricing,
 
 .productitem--info,
  .product-block.product-block--text  {
    font-family: Raleway,sans-serif;
 }

 .product-block--tabs .tab-label {
  font-family: Playfair Display,serif;
 }

 .product-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
   color:#534741;
 }

  .product-block.product-block--title {
    flex-basis: 100%;
    display: flex;
justify-content: space-between;
gap: 20px;
  }

  .product-block .areviews_main_header_container {

  }
  .product-block.product-block--text {
    flex-basis: 70%;
  }
    .product-block.product-block--text p {
      margin: 0;
    }
  .product-block.product-block--price {
    flex-basis: 30%;
    padding-left:30px;
  }
   .product-block.product-block--price .product-pricing {
    margin: 0;
  }

  .product-block.product-block--form,
  .product-block.product-block--tab,
  .product-block.product-block--share {
    flex-basis: 100%;
  }

 .product-form--atc-button {
   color: #534741;
    margin-left:0;
  width:100%;
   margin-top:10px;
 }

.pxu-tabs .tab-label {

  font-size: .9rem;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  padding: 5px 0;
  text-transform: capitalize;
  background: transparent;
  border: 1px solid #AA8E69;
  border-radius: 15px;
  color: #aa8e69;
  margin-right: 5px;
  margin-bottom: 10px;
}

.pxu-tabs .tab-radio:checked + .tab-label {
  background: #AA8E69;
  border: 0px solid #AA8E69;
  color: #fff;
}



.pxu-tabs .tab-panel {
	border-width: 0px;
}

.pxu-tabs .tab-panel img {
	max-width: 100%;
}

  @media screen and (min-width: 720px) {
    .pxu-tabs .tab-panel {
  
  padding: 0;
}
}
  @media screen and (max-width: 679px) {
 .pxu-tabs .tab-panel {
   display:block;
}
  }
  
}


/** Product ADD TO CART STICKU **/
/**************************************************************************************/


.sticky-wrapper {
	margin-bottom: 10px;
}

.is-sticky.atc-container {
	position: fixed;
	top:unset !important;
	bottom: 0;
	left: 0;
	width: 100% !important;
	background-color: #304836;
	color: #fff;
	padding-top: 10px;
  padding-bottom: 10px;
	z-index: 99999;
	display: flex;
	align-items: center;
}

.is-sticky.atc-container button.product-form--atc-button {
width: 50%;
margin-left: auto;
margin-right: auto;
	background: #304836;
color: #ffffff;
  margin-top:0;
}

.countdown_annoucement_bar_wrapper_clt9minpi6901451duod1ns2x03 > div:nth-child(2) {
  display:none!important;
}