/** Shopify CDN: Minification failed

Line 1299:2 Unexpected "{"

**/
.title_section h2,.section-title h2,.reelfy-gallery .rf__header h2 
{
  font-size:36px;
  text-transform: capitalize;
  font-weight:700;
}
.counter-banner h2,.business-content h2
,.brand-story-section h2
{
  color:#813211;
}
.explore-section h2 
{
  color:white;
}
.header-search__parent,.distance,
#header-sticky,.page-search .container-full,
.mp-tiktok-feed
{
  padding-left:30px;
  padding-right:30px;
}
#header-sticky
{
  padding-top:10px;
  padding-bottom:10px;
}
.pd-30
{
  padding:30px;
}
.header-search__parent
{
  border-bottom:1px solid #0000001F !important;
}
.collec-img__item
{
  padding: 0px !important;
  text-align:center;
}
.collec-img__item .respone_image
{
  padding-top:0px !important;
}
.collec-img__item .respone_image img
{
  position:static;
}
.section-list-categories .collec-img__item
{
  flex-direction: column;
}
.title_section
{
  margin-bottom:40px;
}
.item-product.h_bd
{
  padding:15px !important;
  margin-bottom:0px !important;
  position:relative;
  height:100%;
}
.counter-banner{
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0px;
  display: flex;
  align-items: center;
}
.counter-grid{
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
      gap: 20px;
  justify-content: center;
}
.counter-box{
  border: 2px solid #823210;
  background: #82321017;
  color: black;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px #00000026;
  text-align: center;
  transition: all .3s ease;
}
.counter-box:hover 
{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px #0003;
}
.counter-box h3{
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 700;
}
.counter-box p{
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}
.explore-section{
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 50px 30px;
}
.explore-grid{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.explore-card{
  background: #f8f3eb;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease;
}
.explore-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.explore-card img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}
.business-section{
  padding: 60px 30px;
}
.business-image img{
  width: 100%;
  border-radius: 15px;
  display: block;
}
.business-content h4{
  font-size: 18px;
  color: #813211;
  margin-bottom: 15px;
}
.business-content p{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #444;
}
.business-features{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
  margin-bottom: 25px;
}
.feature-box{
  background: #faf7f2;
  padding: 25px 15px;
  border-radius: 10px;
  text-align: center;
  transition: all .3s ease;
}
.feature-box:hover
{
  transform: translateY(-5px);
  box-shadow: 0 8px 20px #0003;
}
.feature-box img{
  width: 50px;
  margin-bottom: 6px;
}
.feature-box span{
  font-size: 16px;
  display: block;
  color: #333;
}
.pify-form-bar-btn{
  display: inline-block;
  background: #815516;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  font-weight:600;
  margin-left:0px !important;
}
.pify-form-bar-btn:hover{
  background: #6f470f;
  color:white !important;
}
.pify-form-bar-btn:hover span 
{
  color:white !important;
}
.collec-img__item .block-image 
{
    margin-right:0px !important;
    max-width:125px;
    width:100%;
}
.brand-story-section{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 30px;
}
.brand-story-text{
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}
.brand-story-text p{
  margin-bottom: 15px;
}
.section-shopable-video
{
  padding:100px 30px;
  position:relative;
}
.section-shopable-video .title_section 
{
  text-align:center;
}
.section-shopable-video .title_section .title
{
  max-width:unset;
}
.section-shopable-video .nov-slick-carousel .p-item,
.section-store-slider .nov-slick-carousel .p-item,
.section-custom-review .nov-slick-carousel .sp-item
{
  margin-right:20px;
}
.section-shopable-video .video-item__popup-media--ratio
{
  border-radius:10px !important;
}
.nov-footer footer 
{
  padding:0px 30px;
}
.tags-list
{
  gap:10px;
}
.tags-list .tag-text
{
  padding-right:5px;
}
.section-custom-review .block-rating
{
  background-color:#895E21;
  padding:30px;
  border-radius:10px;
}
.section-custom-review .rating-number,
.section-custom-review .rating_customer,
.section-custom-review .star,
.section-custom-review .number-star .review
{
  color:white !important;
}
.section-custom-review .slick-slider
{
  padding:0px 30px !important;
}
.section-custom-review .item
{
  padding:20px;
  background-color:#F8F4EF;
  border-radius:10px;
  min-height:302px;
}
.section-custom-review .item .star
{
  color:#FF9C06 !important;
}
.section-custom-review .slick-slider .slick-dots
{
  justify-content:center;
}
.section-custom-review .slick-slider .slick-dots li:before 
{
  background-color:#813211;
}
.section-store-slider
{
  position:relative;
  padding: 50px 0;
}
.business-section,.section-product-slider
{
  position:relative;
}
.sect-img
{
  position:absolute;
  top: 15px;
}
.section-shopable-video .sect-img,.section-store-slider .sect-img
{
  left:0px;
}
.business-section .sect-img,.section-product-slider .sect-img
{
  right:0;
}
.item-product .product--badge
{
  z-index:1;
  justify-content: space-between;
  right: 15px;
  flex-wrap: wrap;
  gap: 10px;
}
.item-product .badge
{
  min-width:unset !important;
}
.item-product .badge-bestseller
{
  background-color: #2d8a57;
  color:white;
}
.save-badge {
  background-color: #e6f7ed;
  color: #2d8a57;
  font-size: 13px;
  padding: 8px 6px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  width:100%;
}
.section-custom-review .item span.name 
{
  font-size:16px;
}
.section-custom-review .item .image
{
  gap:20px;
}
.section-custom-review .item .name-star
{
  flex-direction:column;
}
.item-product .AirReviews-StarRatingWrapper
{
  justify-content:start !important;
}
.item-product .price-regular, .item-product .special-price,
.site-nav .site-nav__link--main
{
  font-size:16px !important;
}
.search__btn-overlay .search-input span 
{
  width:35px;
  height:35px;
  border-radius:50px;
  background-color:#EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.extra-btn a 
{
  background-color:#29371E;
  border-radius:5px;
  padding:10px 15px;
  color:white;
  font-size:14px;
}
.contentsticky_search .search__btn-overlay,
.contentstickynew_search .search__btn-overlay
{
  gap:20px;
}
.btn:hover,.btn.active,.btn,.product-form__item--checkout .shopify-payment-button__button:hover
{
  background-color:#29371E !important;
  border-color:#29371E !important;
  color:white !important;
}
fieldset input[type=radio]:checked+label
{
  background-color: #29371E;
  border-color: #29371E;
}
.blog-meta
{
  gap:20px;
}
.blog-meta .article__title
{
  padding-left:0px;
}
.blog-meta .article_cs
{
  justify-content:end;
  padding-right: 25px;
}
.section-custom-review .nov-slick-carousel .slick-dots
{
  position: absolute;
  z-index: 1;
  left: 0;
  right:0;
  bottom: 5px;
}
.grid--view-items .item-product .product__info
{
  text-align:left;
}
.collection-top
{
  padding-left:0px !important;
  padding-right:0px !important;
}
.breadcrumb_collection
{
  margin-bottom:0px !important;
}
.collection-top .sidebar-filter
{
  border-right:1px solid #6666666B; 
}
.collection-top .collection-filters,.collection-top .heading_filter
{
  padding:0px 20px;
}
.collection-top .collection-filter__content
{
  padding:20px 30px !important;
}
.breadcrumb_collection
{
  padding-top:100px !important;
  padding-bottom:100px !important;
}
.gridlist-toggle
{
  display:none !important;
}
.template-collection .facets__price .progress
{
  background:#29371e !important;
}
.form-btn-item-product button.add-to-cart-btn
{
  margin-top:0px !important;
  height:40px !important;
}
.product-card-option-dropdown select 
{
  padding: 8px 35px 8px 12px !important;
  height:auto !important;
  border-radius:5px !important; 
}
.item-product .AirReviews-StarRate
{
  margin-bottom:0px !important;
  margin-top:10px;
}
.product__info .save-badge
{
  margin-top:10px;
}
.product__title a 
{
  display: -webkit-box !important;
  -webkit-line-clamp: 2;   /* Number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:15px !important;
  font-weight: 400 !important;
  line-height:1;
}
.item-product .product__title
{
  margin-bottom:0px !important;
}
.product-top a img 
{
  height:100%;
  object-fit:contain;
}
.AirReviews-StarRate__Wrapper .Avada_Star-Icon svg 
{
  width:16px;
  height:16px;
}
.rv-wrapper
{
  padding:80px 30px;
}
.recent-visit {
  position: relative;
  overflow: hidden;
}
.rv-bg {
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.rv-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}
.rv-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  color: #222;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
}
.rv-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top:50px;
}
.rv-img {
  border-radius: 10px;
  overflow: hidden;
}
.rv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.rv-content
{
  max-width:800px;
  margin:auto;
  color:white;
  text-align: center;
}
.collection-tabs button 
{
  border-radius:10px !important;
}
.collection-tabs button.active 
{
  background-color:#29371E !important;
  border-color:#29371E !important;
}
.collec-img__text a 
{
  font-size:15px;
}
.product__info .product__type
{
  color:#b7b7b7;
}
.product-card-form a
{
  margin-top:0px !important;
  height:40px !important;
}
.product-collection .product--item
{
  width: 25% !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
  padding:0px 10px
}
.nov-footer .color-social .block_social a,
.nov-footer .color-social .block_social a:hover
{
  background:white;
  border-color:white;
  color:#29371E;
}
.product-single__price .product-price__badge
{
  background-color:#db0000 !important;
}
.product-template__container .container-fluid,
.breadcrumb_product .container-fluid,
.product-single__tab .container-fluid
{
  padding-left:30px !important;
  padding-right:30px !important;
}
.product-single__tab .nav-tabs
{
  border-bottom:1px solid #e5e5e5 !important;
}
.product-single__tab .nav-tabs li a 
{
  padding: 15px 30px;
  border-bottom:3px solid white;
}
.product-single__tab .nav-tabs li a.active
{
  border-bottom: 3px solid #813211;
  color:#813211 !important;
}
.product-single__tab .nav-tabs li a:hover 
{
  color:#813211 !important;
}
.product-form__item--quantity
{
  gap:15px;
  flex-wrap:wrap;
}
.product-form__item--checkout .shopify-payment-button__button
{
  padding:15px;
  min-width:300px;
}
.product-form__item--submit .btnAddToCart
{
  min-width:300px;
}
.product-form__item--submit {
  flex: none;
}
.nov-pincode-checker .pincode-input-group input
{
  font-size:14px;
}
.product-single__variant-item label
{
  padding: 10px 20px !important;
  height: unset !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: unset !important;
}
#AirReviews-BlockWrapper
{
  max-width:unset !important;
  padding-left:30px;
  padding-right:30px;
}
.brand-story-section h2
{
  text-align:center;
}
.store-meta
{
  display: flex;
  gap: 10px;
  margin-bottom:10px;
  align-items: baseline;
  color:#666666;
}
.store-address
{
  min-height:85px;
}
.store-meta i 
{
  font-size:16px;
}
.store-meta a 
{
  color:#666666;
}
.tab-content-wrapper
{
  overflow:hidden;
}
.video-section
{
  width:100%;
  height: 100%;
  overflow: hidden;
}
.video-section video{
  height: 100%;

}
.section-story-slider .nov-slick-carousel .slick-track {
  direction: ltr !important;
}
.AirReviews-Blocks__SummaryWrapper 
{
  gap:0px !important;
}
.AirReviews-Blocks__LayoutList.AirReviews-Blocks__PresetModern .AirReviews-Blocks__Summary
{
  background-color: #f9f9f9 !important;
  box-shadow:none !important;
}
.AirReviews-Blocks .AirReviews-Blocks__Summary .AirReviews-Blocks--Title
{
  text-align:center;
  margin-top: 36px !important;
  font-size: 36px;
  padding-bottom: 0px !important;
}
.AirReviews-Blocks .AirReviews-Blocks__List
{
  margin-top:0px !important;
}
.AirReviews-Blocks__SummaryWrapper .AirReviews-Blocks--Rate,
.AirReviews-Blocks__SummaryWrapper .AirReviews-Blocks--List,
.AirReviews-Blocks__SummaryWrapper .AirReviews-Blocks--Actions
{
  border:0px !important;
  background-color: #f9f9f9 !important;
}
.AirReviews-Card 
{
  background-color: #f9f9f9 !important;
}
.cart__canvas_count,.site-header__cart .site-header__cart-count
{
  background-color:#813211 !important;
  color:white !important;
}
.cart_popup_opened .btn-action:hover,
.form-btn-item-product button.add-to-cart-btn:hover
{
  background-color:#29371e !important;
  color:white !important;
}
.pagination__text.active>a, .pagination__text.active>span,
.pagination__text:hover>a, .pagination__text:hover>span,
.pagination__btn:hover
{
  background-color:#29371e !important;
}
#NovBreadcrumbs.breadcrumb_inner
{
  padding-top:100px !important;
  padding-bottom:100px !important;
}
@media screen and (max-width:768px){
  #NovBreadcrumbs.breadcrumb_inner{
    padding-top:50px !important;
  padding-bottom:50px !important;
  }
  #shopify-section-template--27114968351037__main.cart-section .cart .cart__layout_left .cart__body{
    border-radius:10px !important;
  }
}
.product-single__price
{
  gap:15px;
}
.product-single__price .save-badge 
{
  width:auto;
  margin-top:0px !important;
}
.search-results__block
{
  width:100% !important;
  top: 200px !important;
  left:0 !important;
}
.search_trend
{
  width:100% !important;
  left:0 !important;
}
.page-search .grid--view-items
{
  row-gap:20px;
}
button.rf-button-atc,.rf-product-form__input [type=radio]:checked+label
{
  background-color:#29371E !important;
}
fieldset input[type=radio]+label:hover
{
  border-color:#29371E !important;
}
.rf-product-info h4 
{
  font-size:18px !important;
  color:black !important;
}
.rf-product-info .rf-price__regular span 
{
  color: black;
  font-weight: 600;
  font-size: 16px;
}
.section-slideshow .distance
{
  padding:0px !important;
}
.main-slider .caption-1
{
  background-color:#825516;
  border-radius:50px;
  padding:6px 20px;
  display: inline-flex;
}
.section-slideshow .main-slider .item-btn .btn 
{
  background-color:#825516 !important;
  border-radius:50px;
  border-color:#825516 !important;
}
.why-trust-us .icon-wrapper
{
  margin-bottom: 15px;
}
.cart-section .cart 
{
  margin-bottom: 0px !important;
  margin-top:80px;
}
.section-custom-review .nov-slick-carousel .img-item img,
.section-custom-review .item .img-item
{
  width:50px;
  height:50px;
}
.section-custom-review .item .desc p 
{
  font-size:16px;
}
.site-nav .nav--lv1
{
  padding:25px 15px !important;
}
.header-righ
{
  margin-left:auto;
}
.store-item a 
{
  height:400px;
  display:block;
}
.store-item a img
{
  object-fit:cover;
}
.site-header__logo
{
  max-width:unset !important;
}
.header-left 
{
  min-width:150px;
}
.header-social .block_social ul 
{
  justify-content:end;
}
.google-logo
{
  margin-left:auto;
}
.google-logo img 
{
  width:50px;
}
.section-product-slider .sect-img
{
  top:0px;
}
.slick-slider .slick-dots
{
  margin: 30px 0 15px;
}
.dot-inside .flickityrf-page-dots
{
  bottom:0px !important;
}
.rf-carousel .flickityrf-page-dots .flickityrf-page-dot, .rf-carousel .flickityrf-page-dots .dot
{
  background-color: #efefef !important;
  opacity:1 !important;
}
.flickityrf-page-dots .dot.is-selected
{
   background-color: #813211 !important;
}
/* .form-btn-item-product button.add-to-cart-btn.is-in-cart,
.form-btn-item-product button.add-to-cart-btn.is-in-cart:hover
{
  background-color: #813211 !important;
  border-color: #813211 !important;
  color: #fff !important;
} */
.item-product .thumbnail-container
{
  min-height:175px;
  height: 100%;
}
.item-product .inner-top
{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.grid--view-items .item-product .product__info
{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid--view-items .item-product .product__info .product-card-form
{
  margin-top:auto !important;
}
/* .template-collection .grid--view-items .item-product .product__info
{
  min-height:215px;
} */
.nav-dropdown--lv1>ul 
{
  padding:20px 20px;
}
.nav-dropdown--lv1>ul li a.site-nav__link
{
  gap:10px;
}
.nav-dropdown--lv1>ul li a.site-nav__link img 
{
  width:36px;
  height:36px;
}
.mp-tiktok-feed
{
  padding-bottom:60px;
}

/*
.product-item-qty-ajax-container {
  margin-top: auto !important;
  width: 100%;
}

.product-item-qty-ajax {
  text-align: center;
  width: 100%;
}

.qty-ajax-inner {
  height: 40px;
  background: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display: inline-flex !important;
  align-items: center;
}

.qty-ajax-btn {
  background: #813211 !important;
  border: none !important;
  width: 40px !important;
  height: 100% !important;
  font-size: 18px !important;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.2s;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.qty-ajax-btn:hover {
  background: #29371e !important;
} 
*/
.product-item-qty-ajax {
  text-align:center;
}

.qty-ajax-inner {
  height: 100%;
  background: #f8f8f8;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  display:inline-flex !important;
}

.qty-ajax-btn {
  background: transparent;
  border: none;
  width: 40px;
  height: 100%;
  font-size: 18px;
  color: #29371e;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.qty-ajax-input {
  width: 50px;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #29371e;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-ajax-input::-webkit-outer-spin-button,
.qty-ajax-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-ajax-input:focus {
  outline: none;
}

#mobile_menu{
  padding: 20px 20px 20px;
  width: 94vw;
}
#mobile_menu #mobile-drawer-close svg{
  width: 14px;
  height: 14px;
  display: block !important;
}
.header-mobile .header-mobile-content .row{
  padding: 0 15px;
}
#mobile_menu .canvas-menu {
    background: #000;
}
body #mobile_menu{
  z-index: 105;
}
#mobile_menu #mobile-drawer-close {
    /* border: 2px solid rgba(225, 217, 217, 1); */
    padding: 5px;
    /* border-radius: 4px; */
    width: 28px;
    margin-left: auto;
    margin-bottom: 10px;
    background : transparent;
}
body .Shopvid__VideoBlock__Card .Shopvid__VideoBlock__ProductCard {
    background: #fff;
    margin-bottom: 5px;
    width: calc(100% - 10px);
    margin-left: 5px;
    border-radius: 10px;
    padding: 10px;
}
body .Shopvid__VideoBlock__ProductCard .Shopvid__VideoBlock__ProductCard__IconButton,
body .Shopvid__VideoBlock__ProductCard .Shopvid__VideoBlock__ProductCard__IconButton:hover{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
body .Shopvid__VideoBlock__ProductCard .Shopvid__VideoBlock__ProductCard__IconButton:hover svg{
  fill: #fff;
}
body .Shopvid__VideoBlock__Card .Shopvid__VideoBlock__ProductCard__Title,
body .Shopvid__VideoBlock__Card .Shopvid__VideoBlock__ProductCard__Price{
  color: #000;
}
body .Shopvid__VideoBlock__Card .Shopvid__VideoBlock__ProductCard__Title{
  font-family: var(--font-family-primary);
}
body #stickymenu_bottom_mobile{
      background: #ffecbc;
      background:#f5e9e4;
}
.template-product #stickymenu_bottom_mobile{
  display: none;
}
.block_cart_canvas #desktop_cart #cart-info .ajaxcart__footer a.btn{
  display: none;
}

body #_desktop_back_top{
  z-index:103;
}
body #stickymenu_bottom_mobile .stickymenu-item:not(:last-child) {
    border-right: 1px solid #fff;
}
body #stickymenu_bottom_mobile .stickymenu-item span{
  color:#000;
}
body .shopify-section .distance.bg.bg-bottom:before{
  background: transparent;
}
body [class*=Shopvid__]{
  font-family: inherit;
}
.grid--view-items .item-product .product__info .product-title-wrappe {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.grid--view-items .item-product .product__info .product-title-wrappe .old-price{
  display: none;
}
.grid--view-items .item-product .product__info .product-title-wrappe .price-box {
    min-width: 110px;
    text-align: right;
    }

.item-product:hover{
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
#recently-viewed-products .item-product .thumbnail-container>a{
  aspect-ratio: 1 / 1;
}

.sec__store-slider .section__header .header-content {
    background: transparent;
}
.item-product .thumbnail-container .respone_image {
    padding-top: 100% !important;
}
body .cart-section .cart .cart__layout_right .cart__heading,
 body .cart-section .cart .cart__layout_left .cart__header {
      background-color: #29371E ;
    border-color: #29371E ;
    color: white ;
 }
body .cart-section .cart .cart__layout_left .button_cart{
  justify-content: flex-end;
}
.cart-section .cart .cart__layout_left .button_cart .btn {
    width: 100%;
 max-width:fit-content;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--color-button-text);
 
}
@media(max-width:1600px){

.item-product .thumbnail-container {
  min-height: 120px;
}
}




@media(max-width:1400px){
.product-collection .product--item
{
  width: 25% !important;
  max-width: 25% !important;
  flex: 25% !important;
}
.contentsticky_search .search__btn-overlay, .contentstickynew_search .search__btn-overlay
{
  gap:15px;
}
.header-group-item>div:not(:last-child)
{
  margin-right:15px;
}
.item-product .price-regular, .item-product .special-price, .site-nav .site-nav__link--main {
  font-size: 14px !important;
}

.section-custom-review .item
{
  height:100%;
}

}




@media(max-width:1200px){
.product-collection .product--item
{
  width: 25% !important;
  max-width: 25% !important;
  flex: 25% !important;
}
.counter-grid {
  grid-template-columns: repeat(4, 1fr);
}
.site-nav .nav--lv1 {
    padding: 0px 0px !important;
}

}



@media(max-width:991px){

  .counter-grid{
    grid-template-columns: repeat(3,1fr);
  }
  .explore-grid{
    grid-template-columns: repeat(2,1fr);
  }
   .business-container{
    grid-template-columns: 1fr;
  }

  .business-features{
    grid-template-columns: repeat(2,1fr);
  }
  .title_section h2, .section-title h2,.header-content h2,
  h2.main-heading
  {
    font-size:30px !important;
  }
  .section-product-slider .container-full
  {
    padding:0px 0px !important;
  }
  .product-collection .product--item
  {
    width: 33.33% !important;
    max-width: 33.33% !important;
    flex: 33.33% !important;
  }
  .collection-top .filter_button
  {
    margin-left: 30px;
    margin-top: 30px;
  }
  .counter-banner
  {
    background-image:none !important;
  }
  .AirReviews-Blocks__LayoutList
  {
    grid-template-columns: 1fr !important;
  }
  .section-slideshow .distance.bg-center
  {
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .section-slideshow .content.left-center
  {
    width:100% !important;
    left: 0;
    padding: 15px;
  }
  .why-choose-wrapper h2,.nutrition-wrapper h2
  {
    font-size:28px !important;
  }
  .why-trust-us,.section-grid-gallery
  {
    padding:50px 0px !important;
  }
  .section-app-download
  {
    padding-bottom:50px;
  }
  .nutrition-right 
  {
    width:100%;
  }
  .header-search__parent
  {
    padding-top:10px;
    padding-bottom:10px;
  }
  .header-mobile #show-megamenu
  {
    height: 20px;
    min-width: 25px;
  }
  .mobile_logo
  {
    margin-left:15px;
  }
  .blog-slider-wrapper .slick-slider .slick-dots,
  {
    margin-bottom:40px;
  }
  .footer-layout .block_footer
  {
    margin-top:30px;
  }
  .mp-tiktok-feed
  {
    padding-bottom:40px;
  }
  .grid--view-items .item-product .product__info .product-title-wrappe .price-box {
    min-width: 80px;
    text-align: right;
    }
}


@media(max-width:768px){
.header-mobile .mobile-btn_search
{
  margin-right: 20px;
}
body .block_cart_canvas #desktop_cart{
  height: 100%;
}
body .block_cart_canvas #desktop_cart #cart-info{
    height: calc(100% - 60px);
    }
    body  .block_cart_canvas #desktop_cart #cart-info .cart{
      height: 100%;
    }
}



/* Mobile */
@media(max-width:575px){
  .cart-section .cart .cart__layout_left .button_cart .btn{
    height: 36px;
  }

  .counter-grid,.business-features
  {
    grid-template-columns: repeat(2,1fr);
  }
  .explore-grid{
    grid-template-columns: 1fr;
  }
  .item-product .price-regular, .item-product .special-price{
      font-size: 12px !important;
  }
  .grid--view-items .item-product .product__info .product-title-wrappe .price-box{
    min-width: 60px;
  }
  .title_section h2, .section-title h2,.header-content h2,
  h2.main-heading,.reelfy-gallery .rf__header h2,.franchise-counter h2,
  .our-process h2,.franchise-store h2,.what-we-offer h2
  {
    font-size:24px !important;
  }
  .shopify-section .distance:has(.container){
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-search__parent, .distance, #header-sticky,
  .shopify-section .distance,.counter-banner
  {
    padding-left:15px !important;
    padding-right:15px !important;
  }
  .pd-30
  {
    padding:15px;
  }
  .sect-img
  {
    display:none;
  }
  .section-store-slider,.business-section,
  .brand-story-section,.counter-banner
  {
    padding:50px 0px;
  }
  .section-shopable-video,.explore-section,.business-section
  {
    padding:50px 15px;
  }
  .counter-banner,.explore-section,.brand-story-section
  {
    background-size:cover;
    background-position: center;
  }
  .section-custom-review .slick-slider
  {
    padding:15px !important;
  }
  .business-content h2 
  {
    margin-top:15px;
  }
  .nov-footer footer
  {
    padding:0px 15px;
  }
  .counter-banner .mt-100 
  {
    margin-top:0px !important;
  }
   .rv-images {
    grid-template-columns: 1fr;
  }
  .product-collection .product--item
  {
    width: 50% !important;
    max-width: 50% !important;
    flex: 50% !important;
    padding: 0 5px;
    
  }
  .spacing-md-15{
margin-left: -5px;
    margin-right: -5px;
  }
   .collection-top .filter_button
  {
    margin-left: 15px;
    margin-top: 15px;
  }
  .collection-top .collection-filter__content {
    padding: 20px 15px !important;
}
.breadcrumb_collection {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.item-product .AirReviews-StarRate
{
  margin-top:5px;
}
.AirReviews-StarRate__Wrapper .Avada_Star-Icon svg
{
  width:14px;
  height:14px;
}
.product-form__item--submit .btnAddToCart,
.product-form__item--checkout .shopify-payment-button__button
{
  min-width:unset;
}
.product-form__item--submit
{
  flex:auto;
}
.product_option_sub
{
  width:100%;
}
.product-template__container .container-fluid,
.breadcrumb_product .container-fluid,
.product-single__tab .container-fluid,.page-search .container-full,
.mp-tiktok-feed
{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.counter-box h3,.why-trust-us .card-item h3
{
  font-size:20px !important;
}
.blog-meta
{
  flex-direction:column;
}
.blog-meta .article_cs
{
  justify-content:start;
  padding-left: 0px;
}
.mobile_logo a img 
{
  max-width:90px !important;
}
.item-product.h_bd
{
  height:375px;
  margin-bottom:15px !important;
}
.template-collection .grid--view-items .item-product.h_bd,
.template-search .grid--view-items .item-product.h_bd{
  height: 100%;
}

/* .template-collection .grid--view-items .item-product .product__info
{
  min-height:130px;
} */
.mp-tiktok-feed
{
  padding-bottom:30px;
}
}

body .item-product .product-card-option-dropdown {
  margin-bottom: 0 !important;
}
body .item-product .product__title a {
  font-weight: 600 !important;

}
.item-product .product-item-qty-ajax-container.mt-15 {
  margin-top: auto !important;
}
.item-product .product__info .save-badge {
  margin-top: 10px;
  font-size: 12px;
  padding: 6px 5px;
}
body .item-product .btn-default {
  font: var(--button-font-weight) var(--button-font-size) var(--button-font-family);
  font-weight: 600;
  font-size: 14px;
}
body .item-product .thumbnail-container,
body .grid--view-items .item-product .product__info {
  height: auto;
}
body .grid--view-items .item-product .product__info {
  flex: 1;
  padding: 1.2rem;
}
body .grid--view-items .item-product{
  padding: 0 !important;
}
.item-product .thumbnail-container.ratio-11 .respone_image img {
    height: 100%;
    object-fit: cover;
}
.item-product .price-box.price-st {
  margin-bottom: auto;
}
body .item-product .product-card-option-dropdown {
  margin-top: 0 !important;
    margin-bottom: 8px !important;
}

body .item-product .product__info .save-badge {
  margin-top:0;
  margin-bottom:8px;
}
.searc-page-grid .product--item.item {
    height: 100%;
}

.page-search .pagination {
    background: transparent;
}
.sp-item .item-product.h_bd {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#recently-viewed-products .item-product .inner-top {
  height: auto;
}
.item-product .price-box.price-st:last-child {
  margin-bottom: 0;
}
#recently-viewed-products .slick-track {
  display: flex !important;
}

#recently-viewed-products .slick-slide {
  height: auto !important;
}

#recently-viewed-products .slick-slide > div {
  height: 100%;
}
@media (max-width: 767px) {
  .sp-item.slick-slide .item-product.h_bd {
    margin-bottom: 0 !important;
  }
  .template-product .title_section {
    margin-bottom: 20px;
  }
  .brand-story-text p{
    word-break: break-all;
    text-align: left !important;
  }
  .brand-story-section .section-title h2 {
    text-align: left !important;
  }
  #mobile_menu .nav-dropdown--lv1{
    box-shadow: none;
  }
  #mobile_menu{
    background-image: url('/cdn/shop/files/Organic_Farm_-_400_X_520.jpg?v=1778915339');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* Mobile Menu Submenu Title Uppercase */
.mm-navbar .mm-title {
    text-transform: uppercase;
    font-weight: 600;
}

/* Product Trust Badges */
.product-single__trust-badges {
    width: 100%;
    gap:var(--gap-desktop);
}
.trust-badge__item {
    flex: 1;
    min-width: 80px;
}
.trust-badge__icon svg {
    width: 100%;
    height: 100%;
    stroke: #1a2d3d; /* Dark blue/black as per image */
}
.trust-badge__icon img {
    max-width: 100%;
    height: auto;
}
.trust-badge__label {
    font-size: 13px;
    color: #1a2d3d;
    line-height: 1.2;
}
.trust-badge__item  .trust-badge__icon img{
  width: 100%;
  height: 100%;
}
.trust-badge__item .trust-badge__icon{
  width:var(--width-icon);
  height:var(--height-icon);
  margin: 0 auto;
  border-radius: 100%;
  padding: 15px;
      border: 1px solid #813211;
}
.product-single__share-button .btnAddToCart {
    height: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-single__share-button .btnAddToCart i {
    font-size: 20px;
}
.product_option_sub + .product-single__share-button {
    margin-top: 15px;
}
#cart-info .ajaxcart__product .media img{
  aspect-ratio: 1/1;
  object-fit: cover;
}
  body .block_cart_canvas #desktop_cart #cart-info .ajaxcart__footer .btn{
    height: 40px;
    font-size: 14px;
  }
  .block_cart_canvas #desktop_cart #cart-info .ajaxcart__inner .cart__mini--qty {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #f8f8f8;
}
.template-search #NovBreadcrumbs .headingPage{
  font-size: 30px;
  color: #813211;
}
#cart-info .ajaxcart__product .cart__mini--qty .cart__mini-qty--input,
body #cart-info .ajaxcart__product .cart__mini--qty .cart__mini-qty:hover,
body #cart-info .ajaxcart__product .cart__mini--qty .cart__mini-qty:hover{
      background: #f8f8f8;
}
  .item-product .qty-ajax-inner{
    width: 100%;
    justify-content: space-between !important;
  }
 .item-product .qty-ajax-inner .qty-ajax-input {
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    
}

@media (max-width:600px){
  .product-single__quantity.mt-35{
    flex-direction: column;
  }
  body .Shopvid__VideoBlock__Title{
    font-size: 24px;
  }
  .product__title a 
{
  font-size: 12px !important; 
}
.item-product .product__type a{
  font-size: 11px;
}
  .product-single__information .product-form__item--checkout .shopify-payment-button__button,
  .product-single__share-button .btnAddToCart{
    height: 36px;
    min-height: 36px;
  }
  .product-single__trust-badges{
    gap: 10px;
  }
  .trust-badge__item{
    flex: 0 0 calc(50% - 10px);
    min-width: 70px;
  }
}
@media (max-width: 575px) {
  body .block_cart_canvas #desktop_cart #cart-info .ajaxcart__footer .btn{
    height: 36px;
  }
    .trust-badge__label {
        font-size: 11px;
    }
  .template-search #NovBreadcrumbs .headingPage{
    font-size: 24px;
  }
    .form-btn-item-product button.add-to-cart-btn{
     height:36px !important;
    }
    .block_cart_canvas #desktop_cart #cart-info .ajaxcart__footer{
       padding: 35px 20px 0;
    }
    .template-index section.counter-banner {
      padding-bottom: 0;
      padding-top:30px;
    }
}


/* Tooltip for trust badges */
.custom-has-tooltip {
    position: relative;
    cursor: pointer;
}

.custom-tooltip-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: #fff;
    color: #b6713e;;
    text-align: left;
    padding: 10px 15px;
    border-radius: 6px;
    z-index: 999;
    width: max-content;
    max-width: 265px;
    transition: opacity 0.3s, transform 0.3s;
    font-size: 13px;
    line-height: 1.4;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    border: 1px solid #eaeaea;
    pointer-events: auto;
}
.custom-tooltip-content strong {
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.5;
}

.custom-tooltip-content p {
    margin-bottom: 12px;
}
.custom-tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.custom-tooltip-content::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -7px;
    border-width: 7px;
    border-style: solid;
    border-color: #eaeaea transparent transparent transparent;
    z-index: -1;
}

.custom-has-tooltip:focus {
    outline: none; /* Remove default browser outline on tap */
}

.custom-has-tooltip:hover .custom-tooltip-content,
.custom-has-tooltip:focus .custom-tooltip-content {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-10px);
}

.tooltip-close-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background:#fff;
    cursor: pointer;
    display: none;
    color: #666;
    padding: 2px;
}
body .cart-section .cart .cart__layout_left .cart__body .cart__image-wrapper .cart__meta .list-view-item__title a{
    font-family: var(--font-family-primary);
    font-size: 16px;
    line-height: 1.2;
}
body .cart-section .cart .cart__layout_right .cart__heading,
body .cart-section .cart .cart__layout_left .cart__header{
font-size: 12px;
text-transform: capitalize
}
body .cart-section .cart .cart__layout_right .grid .grid__item .cart__total .cart__subtotal-title,
body .cart-section .cart .cart__layout_right .grid .grid__item .cart__shipping .cart__shipping-title{
   font-family: var(--font-family-primary);
   
}
body .cart-section .cart .cart__layout_left .cart__body .cart__price-wrapper{
  font-size: 14px;
}
body .cart-section .cart .cart__layout_left .cart__body .cart__update-wrapper .js-qty__adjust--plus,
body  .cart-section .cart .cart__layout_left .cart__body .cart__update-wrapper .js-qty__adjust--minus{
  border:0;
  background: #f8f8f8;
}
body .cart-section .cart .cart__layout_left .cart__body .cart__update-wrapper .cart__qty-input{
    background: #f8f8f8;

}
body .cart-section .cart .cart__layout_left .cart__body .cart__update-wrapper .cart__qty{
  border-radius: 5px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
#cart-info .ajaxcart__product .cart__mini--qty .cart__mini-qty--input{
  font-weight: bold;
}
@media (min-width: 768px) {
  .desktop-hide{
      display:none;
    }

}
@media (max-width: 767px) {
    .tooltip-close-btn {
        display: block;
        border: 1px solid #b6713e;
        border-radius: 6px;
        color:#b6713e;
        width: 22px;
        height: 22px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #cart-info .ajaxcart__product .cart__mini--qty .cart__mini-qty--input {
      height: 26px !important;
      font-size: 11px;
    }
    .desktop-hide.product-single__title{
      padding: 0 15px;
      margin-bottom: 14px;
      width: 100%;
      color:#813211;;
    } 
    body.template-product #NovBreadcrumbs.breadcrumb_product {
      padding-bottom: 15px;
    }
    
    .custom-tooltip-content {
        padding-top: 25px; /* Space for the close button */
        position: fixed;
        min-height: fit-content;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
        height: auto;
        max-width: 280px;
        width: 100%;
    }
    .custom-tooltip-content::before{
      display: none;
    }
    .product-single__shortdes{
      font-size:15px;
    }
    .product-single__sticky{
      position:static;
      z-index:2;
    }
    .custom-tooltip-content::after{
      display:none;
    }
    .custom-has-tooltip:hover .custom-tooltip-content{
      transform: translate(-50%, -50%);
    }
    .trust-badge__item .trust-badge__icon{
      width: 90px;
    height: 90px;
    }
    .desktop-hide{
      display:block
    }
    .cart-section .cart .cart__layout_left .cart__body .cart-flex .cart__remove-wrapper svg{
      width: 10px;
      height: 10px;
    }
    body .cart-section .cart .cart__layout_left .cart__body .cart__update-wrapper .cart__qty-input{
          font-size: 11px;
              height: 26px !important;
    }
    body .cart-section .cart .cart__layout_left {
      margin-bottom: 0px;
    }
    .cart-section .cart  .cart__image-wrapper {
      margin-bottom: 0 !important;
    }
    .cart-section .cart .cart__layout_left .cart__body .product-subtotal {
      font-weight: 600;
    }
    body .cart-section .cart .cart__layout_left .cart__body .cart-flex{
      padding: 20px 15px;
    }
    body .cart-section .cart .cart__layout_left .cart__body .cart__image-wrapper .cart__meta .list-view-item__title a{
      font-size: 12px;
   
    }
    .cart-section .cart{
      margin-top: 40px;
    }
    .cart-section .cart .cart__layout_left .cart__body .cart-flex{
      position: relative;
    }
    .cart-section .cart .cart__layout_left .cart__body .cart-flex .cart__remove-wrapper {
      position: absolute;
      top: 10px;
      right: 10px;
      width: auto;
    }
      .mobile-hide{
        display:none !important;
      }
      .mobile-bottom-content{
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
  .cart-section .cart .cart__layout_left .button_cart .btn {
    width: 100%;
    max-width: 100%;
  }
body .cart-section .cart .cart__layout_left .button_cart .btn {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
.cart-section .cart .cart__layout_left .button_cart {
    gap: 10px;
    flex-wrap: wrap;
}
.cart-section .cart .cart__layout_left .cart__body .cart__image-wrapper .cart__meta{
  flex: 1;
}
}

/* Ticket Badge Styles */
.ticket-badge {
    display: inline-block;
    background: 
      radial-gradient(circle at 0 50%, transparent 4px, #3b7d4c 4.5px) left / 51% 100% no-repeat,
      radial-gradient(circle at 100% 50%, transparent 4px, #3b7d4c 4.5px) right / 51% 100% no-repeat;
    color: #f7df7d;
    padding: 2px 10px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0 4px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

@media screen and (min-width:767px){
.nav-dropdown--lv1.MenuDefault ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
  list-style: none;
  width: 100%;
  max-width: 900px;
}

.nav-dropdown--lv1.MenuDefault ul li {
  width: calc(30% - 15px);
}
}

.mega-icon-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.mega-icon-img {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 6px;
}

/* Mobile only */
@media screen and (max-width: 767px){

  .canvas-menu .site-nav>li .site-nav__link--main{
    padding : 10px;
  }

  .product-single__trust-badges{
    display:grid !important;
    grid-template-columns: repeat(4,1fr);
    gap:10px !important;
    align-items:start;
    justify-content:center;
  }

  .trust-badge__item{
    width:100% !important;
    min-width:auto !important;
  }

  .trust-badge__icon{
    width:55px !important;
    height:55px !important;
    margin:auto;
  }

  .trust-badge__icon img{
    max-width:32px !important;
    max-height:32px !important;
    object-fit:contain;
  }

  .trust-badge__label{
    font-size:10px !important;
    line-height:1.3;
    margin-top:6px;
    word-break:break-word;
  }

  #custom-mobile-logo{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 0px;
}

#custom-mobile-logo .mobile-menu-logo img{
  width:100px;
  height:auto;
  display:block;
}

#custom-mobile-logo .drawer__close-button{
  order:2;
  margin-left:15px;
}

#custom-mobile-logo .mobile-menu-logo{
  order:1;
}

.mm-menu,
.mm-panels,
.mm-panel,
.mm-listview,
.mm-listitem,
.mm-navbar,
.canvas-menu {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.mm-panel.mm-opened {
  background: transparent !important;
}

.site-nav-mobile,
.site-nav-mobile li,
.site-nav-mobile a {
  background: transparent !important;
}

.mm-listitem:after,
.mm-listview:after,
.mm-panel:after,
.mm-panel:before {
  display: none !important;
  border: none !important;
}

#mobile_menu .search-header__input{
  background: white;
}

#mobile_menu .search-header__submit{
  background: white;
}
.mobile_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    padding: 10px 0px !important;
}

.contact_item {
    border: 1px solid #29371E;
    border-radius: 10px;
    padding: 7px;
    font-size: 12px;
    color:white;
    background:#29371E;
}
.text-value > a{
  color : white;
}
.text-label {
    text-align: center;
    margin-bottom:5px;
    font-weight:600;
    color: #b6713e;
    font-size:14px;
}



}
@media (min-width:768px) and (max-width:1025px){

  .mm-menu,
.mm-panels,
.mm-panel,
.mm-listview,
.mm-listitem,
.mm-navbar,
.canvas-menu {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.mm-panel.mm-opened {
  background: transparent !important;
}

.site-nav-mobile,
.site-nav-mobile li,
.site-nav-mobile a {
  background: transparent !important;
}

.mm-listitem:after,
.mm-listview:after,
.mm-panel:after,
.mm-panel:before {
  display: none !important;
  border: none !important;
}

#mobile_menu .search-header__input{
  background: white;
}

#mobile_menu .search-header__submit{
  background: white;
}
  #custom-mobile-logo{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 0px;
}

#custom-mobile-logo .mobile-menu-logo img{
  width:100px;
  height:auto;
  display:block;
}

#custom-mobile-logo .drawer__close-button{
  order:2;
  margin-left:15px;
}

#custom-mobile-logo .mobile-menu-logo{
  order:1;
}
#mobile_menu{
    background-image: url('/cdn/shop/files/Organic_Farm_-_400_X_520.jpg?v=1778915339');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  
  .mobile_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    padding: 10px 0px !important;
}

.contact_item {
    border: 1px solid #b6713e;
    border-radius: 10px;
    padding: 7px;
    font-size: 12px;
    color:white;
    background:#b6713e;
}
.text-value > a{
  color : white;
}
.text-label {
    text-align: center;
    margin-bottom:5px;
    font-weight:600;
    color: #b6713e;
    font-size:14px;
}
}
.swb-branding {
    display: none;
}
#swb-root.swb-pos-right{
  bottom:110px;
}
.ajaxcart__product{
  border-bottom: 1px solid #dddddd;
  padding-bottom: 19px !important;
} 
@media (min-width:768px){
  .Shopvid__VideoBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Shopvid__VideoBlock__Title{
    max-width: 25% !important;
    width: 100%;
    text-align: center !important;
    display: block !important;
    margin: 0 auto 25px auto !important;
    line-height: 1.2;
}
.footer_copyright.color-scheme-6f9e0bc7-55f6-42b9-a1bf-4b397b7d235d {
    margin-top: 80px;
    padding-bottom: 40px;
}
.copyright-content{
    font-size: 13px;
}
.media-body > .product-name > .title{
  font-size : 14px !important;
  font-weight: 500 !important;
}
.media-body > .product-name > .bt_s , .money{
  font-size : 13px !important;
  font-weight: 600 !important;
}
}
.block_cart_canvas #desktop_cart .block_cart_top{
  background:#E4D0B0;
}
.block_cart_canvas #desktop_cart #cart-info{
  background: #e4d0b017;
}

/* Menu */
.site-nav-mobile > li:nth-child(1),
.site-nav-mobile > li:nth-child(4),
.site-nav-mobile > li:nth-child(5) {
    display: none !important;
}
.site-nav > li:first-child,
.site-nav > li:nth-child(4),
.site-nav > li:nth-child(5) {
  display: none !important;
}
.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

#AccessibleNav .site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin: 0;
  padding: 0;
}

#AccessibleNav .site-nav > li {
  float: none !important;
}

#threshold_bar_popup_minicart{
  display: none;
}
.drawer-payment-icons {
    text-align: center;
    gap: 10px;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

@media screen and (max-width:768px){
  a.site-nav__link.d-flex.align-items-center{
    padding : 10px 0px;
  }
  .media-body > .product-name > .title , .bt_s , .money{
  font-size : 12px !important;
  font-weight: 500 !important;
}
.media-body > .product-name > .bt_s , .money{
  font-size : 11px !important;
  font-weight: 600 !important;
}
}
.subtotal .align-items-center{
  display: grid !important; 
}


.block_cart_canvas #desktop_cart #cart-info .ajaxcart__footer .subtotal span{
  font-size: 24px !important;
}
.block_cart_canvas #desktop_cart #cart-info .ajaxcart__footer .subtotal{
  display: grid !important;
  padding: 0px !important
}

.block_cart_canvas #desktop_cart #cart-info .ajaxcart__footer .subtotal label{
  font-size: 18px !important;
}
.button_cart{
  display:flex !important;
  gap:10px;
  width:100%;
}

.button_cart a{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:100%;
  opacity:1 !important;
  visibility:visible !important;
  background:#29421B;
  color:#fff !important;
  border-radius:5px;
  font-size:12px;
  text-decoration:none;
}

.button_cart_main_page{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px;
}

@media(max-width:767px){

  .mobile-slide-image img{
    width:100% !important;
    height:400px !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .slideshow .content{
    z-index:2;
    padding:20px;
  }

}
input.btn.btn-secondary , a.btn.cart__update{
  height : 42px !important;
}

button.btn.btn-secondary.cart__checkout{
  margin:0px !important;
}
.cart-btn-drawer {
    display: flex;
    gap: 15px;
}
.shipping-text {
    font-size: 12px;
    font-weight: 400;
}
a.shipping-pollicy-drawer {
    font-weight: 700;
    text-decoration: underline;
}

.cart_extend--label.row.spacing-0.d-md-none.mb-15{
  background: unset !important;
}

.cart_extend--label{
  display:flex;
  gap:8px;
  margin:8px 0 12px;
}

.cart_extend--label .extend--label__item{
  flex:1;
  height:48px;
  background:#fff;
  border:1px solid #f2f2f2;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  transition:.2s ease;
}

.cart_extend--label .extend--label__item img{
  width:35px;
  height:35px;
  object-fit:contain;
}

.cart_extend--label .extend--label__item i{
  display:none;
}

.cart_extend--label .extend--label__item:active{
  transform:scale(.96);
}

.nav-dropdown--lv1.MenuDefault ul{
  gap:40px !important;
}

div#ProductPrice-template--27114969956669__main
 {
    gap: 0 !important;
}