/** Shopify CDN: Minification failed

Line 54:7 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Jura:wght@300;400;500;600;700&family=Poppins:wght@100;300;400;500;600;700&display=swap');

body {
  overflow-x: hidden;
  color: #000000;
}

body .standard-body,
body .fixed-body {
  overflow: unset !important;
}

.hidden,
.hide{
  display:none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Julius Sans One', sans-serif;
}

.box .box-heading,
.center-column h1,
.center-column h2,
.center-column h3,
.center-column h4,
.center-column h5,
.center-column h6,
.products-carousel-overflow .box-heading,
.htabs a,
.product-info .options h2,
h3,
h4,
h6,
.product-block .title-block,
.filter-product .filter-tabs ul > li > a,
.popup h4,
legend,{
  font-family: 'Julius Sans One', sans-serif;
}

.product-list .product a, 
.product-grid .product a, 
.product-info .product-name a,
.product-info a{
  font-family: 'Poppins', sans-serif;
}

#widgets {
  display: none;
}

img{
  max-width:100%;
}
.standard-body .full-width .container {
  padding: 0 15px !important;
  width: 100% !important;
  max-width: 1230px;
}

.templateIndex h1 {
  font-size: 48px;
  font-weight: bold;
}

.templateIndex h2 {
  font-size: 32px;
  font-weight: bold;
}

.templateIndex h3 {
  font-size: 24px;
  font-weight: bold;
}

.templateIndex p {
  font-weight: 400;
  font-size: 20px;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar-toggler:focus,
select:focus,
input:focus,
.btn:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.btn-primary {
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0px;
  padding: 16px 45px;
  color: #000000 !important;
  border: 0;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #97a807;
  color: #fff;
}

.money.pre-money{
  font-weight:400;
  font-size:18px
}

.header {
  position: sticky;
  top: 0;
  z-index: 9995;
  font-family: 'Jura', sans-serif;
  font-weight: 500;
}

.header button{
  font-family: 'Jura', sans-serif;
  font-weight: 500;  
}

.header .top-bar {
  background-color: #000000;
}

.header .container {
  max-width: 1750px;
}

.header .top-bar {
  padding: 10px 0;
}

.header .top-bar p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  transition: all 0.3s;
}

.header .top-bar .sign-btn {
  color: #97a807;
  text-decoration: none;
  transition: none;
}

.header .top-bar .right-links a {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0 0 0 15px;
  text-decoration: none;
}

.header .top-bar a:hover {
  text-decoration: underline;
}

.header.sticky-header .top-bar {
  padding: 5px 0;
}

.header .logo-row {
  background-color: #fff;
  padding: 15px 0;
  transition: all 0.3s;
}

/* .header .logo-row .logo {
  max-width: 500px;
} */

.sticky-header {
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.header.sticky-header .logo-row {
  padding: 0 0;
}

.header .logo-row .logo {
  height: 73px;
  transition: all 0.3s;
}

.header.sticky-header .logo {
  height: 60px;
}

.header .logo-row .btn-text {
  font-size: 14px;
  color: #000;

  text-decoration: none;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.header .logo-row .dropdown-item {
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  text-decoration: none;
}

.header .logo-row .dropdown-item:hover {
  color: #97a807 !important;
}

.header .logo-row .right-inner {
  max-width: 435px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.header .logo-row .btn-primary {
  background-color: #97a807;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  padding: 11px 27px;
  color: #fff !important;
  border: 0;
  text-transform: uppercase;
}

.header .logo-row .btn-primary:hover {
  background-color: #000;
}

.header .logo-row .btn-search {
  border: 2px solid #d7d7d7;
  border-radius: 0;
  border-left: 0;
  background-color: transparent;
}

.header .logo-row .input-group {
  max-width: 300px;
  transform: scale(1);
  transform-origin: left;
  transition: all 0.3s;
}

.header.sticky-header .input-group {
  transform: scale(0.8);
  transform-origin: left;
}

.header .logo-row .form-control {
  border: 2px solid #d7d7d7;
  border-radius: 0;
  border-right: 0;
  padding: 0.8rem 0.75rem;
  margin: 0;
  background-color: transparent;
}

.header .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 7px 0 !important;
}

.header .navbar-nav {
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.header .nav-link:hover {
  text-decoration: underline;
}

.header .navbar-dark {
  padding: 5px 0;
  transition: all 0.3s;
}

.header.sticky-header .navbar-dark {
  padding: 0 0;
}

.header.sticky-header p {
  font-size: 16px;
}

.header.sticky-header .show-now-row {
  padding: 5px 0;
}

.header .show-now-row {
  background-color: #fafbf2;
  text-align: center;
  border-bottom: solid 3px #97a807;
}

.header .show-now-row p {
  color: #000000;
  font-size: 16px;
  margin: 0;
  padding: 10px 15px;
}

.header .show-now-row a {
  color: #000000;

  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}

.header .show-now-row a:hover {
  color: #97a807;
}

.header .show-now-row a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  font-weight: 700;
  margin-left: 6px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.homepage_wrapper .shopify-section {
  padding: 50px 0;
}

.home-hero {
  position: relative;
}

.home-hero .copy {
  position: absolute;
  height: 100%;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /*   background-color: rgb(0 0 0 / 10%); */
  width: 100% !important;
  max-width: unset !important;
}

.breadcrumb.full-width{
  display: block;
    margin-top: 15px;
    margin-bottom: -5px;
}

.home-hero .slides {
  position: relative;
}

.home-hero .slides::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.home-hero h1 {
  color: #fff;
  font-size: 96px;

  font-weight: normal;
  margin: 0;
  line-height: normal;
}

.home-hero p {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;

  letter-spacing: 4px;
  margin: 20px 0 45px 0;
}

.home-hero img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-hero li button:before {
  font-size: 70px;
  z-index: 2;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: #ccc;
}

.home-hero .slick-dots {
  bottom: 115px;
}

.home-hero .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

.home-hero .slick-dots li {
  margin: 0 8px;
}

.home-hero .slick-prev {
  left: 20px;
  z-index:9;
}

.home-hero .slick-next {
  right: 20px;
  z-index:9;
}

.home-hero .slick-prev:before {
  content: url(prev.svg);
  opacity: 1;
}

.home-hero .slick-next:before {
  content: url(next.svg);
  opacity: 1;
}

.sec-heading {
  font-size: 36px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.home-hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.product-line-sec img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 0.98;
}

.product-line-sec h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 25px;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
  z-index: 9;
}

.product-line-sec h3::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  margin-left: 6px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.product-line-sec [class*="col-"] {
  position: relative;
}

.product-line-sec a {
  text-decoration: none;
  position: relative;
  display: block;
}

.collection_card {
  margin-bottom: 30px;
}

.collection_card:nth-last-child(-n + 4) {
  margin-bottom: 0;
}

.collection_card a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   background-color: rgba(0, 0, 0, 0.3); */
  z-index: 1;
}

.experience-sec h2 {
  font-weight: normal;
  font-size: 36px;
  text-align: center;
  line-height: normal;
  padding: 0 5%;
}

.experience-sec .arrow_next {
  cursor: pointer;
  font-size: 27px;
  margin-left: 202px;
}

.experience-sec .arrow_prev {
  cursor: pointer;
  font-size: 27px;
}

.experience-sec .arrows-box {
  position: absolute;
  bottom: 345px;
  margin: auto;
  left: 0;
  right: 0;
  width: 100% !important;
}

.experience-sec h2 span {
  position: relative;
}

.experience-sec h2 span::before {
  content: url(leaf-small.png);
  position: absolute;
  top: -35px;
}

.experience-sec h3 {
  font-size: 36px;
  margin: 0;
  line-height: normal;
  color: #fff;
}

.experience-sec p {
  font-size: 16px;
  margin: 30px 0 40px 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.experience-sec .slides .container {
  position: absolute;
  left: 4%;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 95% !important;
  max-width: 510px;
  bottom: 5%;
}

.experience-sec .slides .main-img {
  height: 800px;
  object-fit: cover;
  /* float: right; */
  width: 100%;
}

.collection-slider .slick-slide {
  margin: 0 10px;
}

.collection-slider {
  transform: scale(1.015);
}

.collection-slider  .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  opacity: 0.7;
  font-weight: 600;
  font-size:20px
}

.collection-slider  .slick-next:before {
  content: "\f054"!important;
  font-family: "Font Awesome 6 Free";
  opacity: 0.7;
  font-weight: 600;
   font-size:20px
}


.collection-slider .slick-prev {
    left: -14px;
    z-index: 4;
    background: #97a807;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.collection-slider .slick-next {
    right: -14px;
    z-index: 4;
    background: #97a807;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}




/* .experience-sec .slides::before {
  content: "";
  background: rgb(249, 247, 246);
  background: linear-gradient(90deg,
      rgba(249, 247, 246, 1) 44%,
      rgba(249, 247, 246, 0.8099614845938375) 53%,
      rgba(249, 247, 246, 0) 64%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
} */

.experience-sec a {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.3s;
}

.experience-sec a:hover {
  color: #97a807;
}

.experience-sec .leaf {
  margin-top: 140px;
}

.experience-sec li button:before {
  font-size: 60px;
  z-index: 2;
  content: "•";
  text-align: center;
  opacity: 0.2;
  color: #000;
}

.experience-sec .slick-dots {
  bottom: 115px;
}

.experience-sec .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

.experience-sec .slick-prev {
  left: 10px;
  z-index: 1;
}

.experience-sec .slick-next {
  right: 10px;
}

.experience-sec .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  opacity: 0.7;
  font-weight: 600;
}

.experience-sec .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  opacity: 0.7;
  font-weight: 600;
}

.experience-sec .slick-prev,
.experience-sec .slick-next {
  font-size: 0;
  line-height: 0;
}

.experience-sec .slick-dots {
  bottom: 350px;
  max-width: 1320px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  padding-left: 120px;
}

.slider_heading {
  margin-bottom: 100px;
}

.experience-slider {
  margin-bottom: 0 !important;
}

.indoor-collection-sec h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 35px;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
  z-index: 9;
}

.indoor-collection-sec h3::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  margin-left: 6px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.indoor-collection-sec [class*="col-"] {
  position: relative;
}

.indoor-collection-sec a {
  text-decoration: none;
  position: relative;
  display: block;
}

.indoor-collection-sec a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   background-color: rgba(0, 0, 0, 0.3); */
  z-index: 1;
}

.indoor-collection-sec img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.05;
}

.best-sellers [class*="col-"] {
  position: relative;
}

.best-sellers h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
}

.best-sellers [class*="col-"]:nth-child(1) .copy {
  position: absolute;
  bottom: 25px;
  left: 6%;
  padding-right: 25px;
  margin: auto;
  max-width: 350px;
  z-index: 9;
}

.best-sellers [class*="col-"]:nth-child(2) .copy {
  position: absolute;
  top: 56%;
  left: 8%;
  /* padding-right: 5%; */
  margin: auto;
  max-width: 310px;
  z-index: 9;
  transform: translate(0, -50%);
}

/* .best-sellers [class*="col-"]:nth-child(2) .inner::before {
  content: "";
  background: rgb(33, 33, 24);
  background: linear-gradient(90deg,
      rgba(33, 33, 24, 1) 44%,
      rgba(0, 0, 0, 0.8099614845938375) 53%,
      rgba(33, 33, 24, 0) 64%);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
} */

.best-sellers [class*="col-"]:nth-child(1) img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center;
}

.best-sellers [class*="col-"]:nth-child(2) img {
  max-width: 100%;
  height: 258px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.best-sellers [class*="col-"]:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.best-sellers h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;

  line-height: 30px;
}

.best-sellers [class*="col-"]:nth-child(1) h3 {
  margin-bottom: 30px;
}

.best-sellers [class*="col-"]:nth-child(2) h3 {
  margin-bottom: 20px;
}

.best-sellers [class*="col-"]:nth-child(1) p {
  margin-bottom: 30px;
}

.best-sellers [class*="col-"]:nth-child(2) p {
  margin-bottom: 25px;
}

.best-sellers p {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.best-sellers h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}

.best-sellers h4::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 11px;
  margin-left: 6px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.bestsellers_card a {
  text-decoration: none;
  position: relative;
  display: block;
  height: 100%;
}

.bestsellers_card a::before {
/*   content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background-color: rgba(0, 0, 0, 0.3); */
  z-index: 1;
}

.sustainability-sec p {
  color: #fff;
  margin: 0;
  font-size: 27px;
}

.sustainability-sec video {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.sustainability-sec a {
  position: relative;
  display: block;
}

.callout_content {
  position: absolute;
  top: 0;
  padding: 30px;
  font-size: 20px;
  height: calc(100% - 5px);
  background-color: rgb(0 0 0 / 25%);
}

.callout_content h2,
.callout_content em,
.callout_content p {
  color: #fff;
  margin: 0;
}

.callout_content p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 5px;
}

.footer {
  background-color: #f5f5f5;
}

.footer .links-box a {
  color: #000;
  font-size: 14px;

  text-decoration: none;
  display: table;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.footer .links-box a:hover {
  text-decoration: underline;
}

.footer .links-box a:last-child {
  margin-bottom: 0px;
}

.footer .container.top p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer .container.top {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer .social-box a {
  display: table;
  color: #000;
  font-size: 16px;

  text-decoration: none;
  margin-bottom: 20px;
}

.footer .social-box a:hover::before {
  background-color: #000;
}

.footer .social-box a:last-child {
  margin-bottom: 0px;
}

.footer .social-box a::before {
  font-family: "Font Awesome 6 Brands";
  font-size: 10px;
  background-color: #97a807;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  color: #fff;
  transition: all 0.3s;
}

.footer .social-box a.fb-icon::before {
  content: "\f39e";
}

.footer .social-box a.pinterest-icon::before {
  content: "\f231";
}

.footer .social-box a.insta-icon::before {
  content: "\f16d";
}

.footer .form-control {
  border: 1px solid #a7a7a7;
  border-radius: 0;
  border-right: 0;
  padding: 1.2rem 1.2rem;
  width: 60%;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  height: 100%;
}

.footer .btn-sign {
  border: 0px solid #d7d7d7;
  border-radius: 0;
  border-left: 0;
  background-color: #000;
  color: #fff;
  width: 40%;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  margin: 0;
}

.footer form {
  display: flex;
  width: 100%;
}

.footer h3 {
  font-weight: 400 !important;
  margin-bottom: 15px;
  font-size: 20px;
  display: block;
}

.footer .copyright {
  background-color: #000;
  padding-top: 17px;
  padding-bottom: 17px;
}

.footer .copyright a {
  font-size: 14px;

  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-right: 25px;
}

.footer .copyright p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.footer .container > .row > div,
.footer .advanced-grid .container > div > .row > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.outdoor-living-details .copy {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 560px;
  text-align: right;
  width: 90%;
  margin: auto;
  padding: 25px;
  box-sizing: border-box;
}

.outdoor-living-details .copy h3 {
  font-family: "Jura", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.outdoor-living-details .copy p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 30px 0 40px 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.5em;
}

.outdoor-living-details .copy a {
  font-family: "Poppins", sans-serif;
  color: #97a807;
  font-weight: 600;
  font-size: 21px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.outdoor-living-details .copy a:hover {
  color: #fff;
}

.outdoor-living-details .copy a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  margin-left: 6px;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.outdoor-living-details img {
  height: 650px;
  object-fit: cover;
}

body:has(#shopify-section-bdv_lp_section) .breadcrumb {
  display: none;
}

.search_toggle {
  display: none;
}

.aspect-product__images > div {
  height: 100%;
}

.product .image-swap-effect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: solid 1px #ccc;
}

.product-grid .product .name {
  text-align: left;
  font-size: 18px;
  padding-right: 10px;
}

.product-list .product a,
.product-grid .product a,
.product-info a {
  text-decoration: none;
  color: #000;
}

.product-grid .product .price {
  text-align: left;
  font-size: 18px;
  color: #000;
  font-weight: normal !important;
}

.product-grid > .row:before {
  display: none !important;
}

.product-grid .product {
  padding: 30px 0px;
}

.previewer-button {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
}

.previewer-button a {
  padding: 10px 15px !important;
}

.product-grid .product-hover .only-hover,
.responsive #main .product-grid .row > div.col-xs-6 .product:after {
  display: none !important;
}

.product-grid .product-hover:hover .name,
.product-grid .product-hover:hover .price {
  visibility: visible !important;
  opacity: 1 !important;
}

.product-grid .wishlist {
  right: 25px;
}

.breadcrumb:has(#title-page:empty) {
  display: none;
}

.product-grid,
.product-list {
  padding-top: 30px !important;
}

select.hide {
  display: none !important;
}

.scroller-status {
  padding: 20px;
  padding-bottom: 25px;
}

.cart_icon {
  position: relative;
}

.aspect-ratio-075 .aspect-product__spacer-inner {
  padding-top: 125%;
}

#CartCount {
  background-color: #97a807;
  height: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}

.product .image-swap-effect .swap-image {
  opacity: 1 !important;
  visibility: visible !important;
}

.name.hidden{
  display:block;
  font-size: 18px;
  font-weight: normal !important;
}

.name.hidden a{
  pointer-events:none;
}

.product-info .cart .add_to_cart{
  padding: 20px 0 !important;
}

.product-info .review{
  display:none;
  margin:0 !important;
  padding:0 !important;
}

.product-info  #price{
  padding-top: 0;
}

.product-info  #price .money.pre-money{
  font-size:21px;
}

.product-info .price .price-new {
    font-size: 40px;
    font-weight: 400!important;
}

div.fastor-images .FeaturedImage-product-template img{
  max-height: 500px;
  object-fit: contain;
}

.product-thumbnails{
  top:30px;
}

.templateProduct .breadcrumb{
  display:none;
}

#myCarouselRelated .product-grid .product .name,
#myCarouselRelated .product-grid .product .price{
  font-size: 16px;
}


@media (max-width: 1499px) {
  .header .logo-row .logo {
    height: 55px;
  }
}

@media (max-width: 1279px) {
  .header .logo-row .logo {
    height: 44px;
  }
}

@media (max-width: 991px) {
  .header .top-bar p {
    text-align: center;
  }

  .header .nav-link {
    font-size: 12px;
  }

  .header .logo-row .input-group {
    margin: 0 auto;
    transform-origin: center;
  }

  .header .logo-row .right-inner {
    margin: 0 auto;
  }

  .header.sticky-header .logo-row,
  .header.sticky-header .navbar-dark {
    padding: 15px 0;
  }

  .navbar-toggler-icon {
    background-image: url(Hamburger.svg);
    background-repeat: no-repeat;
  }

  .home-hero h1 {
    font-size: 70px;
  }

  .sec-heading {
    font-size: 32px;
  }

  .experience-sec h2 {
    font-size: 40px;
  }

  .experience-sec h3 {
    font-size: 38px;
  }

  .best-sellers h3 {
    font-size: 22px;
  }

  .indoor-collection-sec h3,
  .best-sellers h4 {
    font-size: 16px;
  }

  .footer .links-box a,
  .footer .social-box a {
    font-size: 12px;
  }

  .footer h3 {
    font-size: 16px;
  }

  .footer .btn-sign {
    font-size: 14px;
  }

  .footer .links-box,
  .footer .social-box {
    margin-top: 20px;
  }

  .footer .col-md-4 {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .collection-slider {
    transform: scale(1);
  }

  .search_toggle {
    display: inline-block;
  }

  .top-bar {
    display: none;
  }

  .search_row {
    display: none;
  }

  .position-relative.inner {
    margin-bottom: 18px;
  }

  .experience-sec .slick-dots {
    padding-left: 23%;
  }

  .header.sticky-header .logo-row,
  .header.sticky-header .navbar-dark {
    padding: 0;
  }

  .header .navbar-dark {
    padding: 0;
  }

  .header .logo-row {
    padding: 5px 0;
  }

  .header .logo-row .logo {
    height: auto;
    margin: 15px;
    width: 260px;
    display: inline-block;
  }

  .header.sticky-header .logo {
    height: auto;
    margin: 15px auto;
  }

  .navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
  }

  .header .header_bottom_row {
    padding: 5px 10px;
    padding-bottom: 0;
    border-top: solid 1px #eee;
    transition: all 0.3s;
  }

  .home-hero img {
    height: 70vh;
  }

  .home-hero .slick-prev,
  .home-hero .slick-next {
    bottom: 60px;
  }

  .home-hero .slick-dots {
    bottom: 65px;
  }

  .home-hero h1 {
    line-height: 1;
  }

  .btn-primary {
    padding: 12px 45px;
  }

  .collection_card:nth-last-child(-n + 4) {
    margin-bottom: 30px;
  }

  .collection_card:last-child {
    margin-bottom: 0;
  }

  .homepage_wrapper .shopify-section {
    padding: 25px 0;
  }

  .slider_heading {
    padding: 0 15px;
    margin-bottom: 50px;
  }

  .experience-sec .slides .main-img {
    height: 70vh;
    width: 100%;
  }

  .experience-sec .leaf {
    margin-top: 90px;
  }

  .experience-sec .slides .container {
    padding: 30px !important;
  }

  .experience-sec .slick-dots {
    bottom: 285px;
  }

  .experience-sec .arrows-box {
    bottom: 279px;
    left: 15px;
  }

  .experience-sec .slick-dots {
    padding-left: 22%;
  }

  .experience-sec p {
    margin: 30px 0;
  }

  .indoor_collection_card {
    margin-bottom: 30px;
  }

  .indoor_collection_card:last-child {
    margin-bottom: 0;
  }

  .bestsellers_card {
    margin-bottom: 30px;
  }

  .outdoor-living-details img {
    height: 600px;
    object-fit: cover;
  }

  .outdoor-living-details .copy p {
    margin: 10px 0 20px 0;
  }

  .outdoor-living-details .copy h3 {
    margin-bottom: 10px;
  }

  .collection-sec {
    display: flex;
    align-items: center;
  }

  .outdoor-living-details .copy h3 {
    font-size: 28px;
  }

  .outdoor-living-details .copy {
    right: 0;
    left: 0;
    bottom: inherit;
    width: 93%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
  }

  .outdoor-living-details .copy p {
    font-size: 16px;
  }

  .footer .container.top {
    padding: 20px !important;
  }

  .header .navbar-nav {
    gap: 0;
  }

  .header .nav-link {
    border-bottom: solid 1px #ccc;
    padding: 10px !important;
  }

  .header .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .sustainability-sec video {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .callout_content h2 {
    font-size: 28px;
  }

  .callout_content p {
    font-size: 16px;
  }
}

@media (max-width: 426px) {
  .home-hero h1 {
    font-size: 46px;
  }

  .home-hero p {
    font-size: 20px;
  }

  .experience-sec h2 {
    font-size: 24px;
  }

  .experience-sec h3 {
    font-size: 30px;
  }

  .sec-heading {
    font-size: 26px;
  }

  .btn-primary {
    font-size: 16px;
  }

  .experience-sec .slides::before {
    background: rgba(249, 247, 246, 1);
    background: -moz-linear-gradient(
      left,
      rgba(249, 247, 246, 1) 0%,
      rgba(250, 249, 248, 1) 19%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(249, 247, 246, 1)),
      color-stop(19%, rgba(250, 249, 248, 1)),
      color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(249, 247, 246, 1) 0%,
      rgba(250, 249, 248, 1) 19%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(249, 247, 246, 1) 0%,
      rgba(250, 249, 248, 1) 19%,
      rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(249, 247, 246, 1) 0%,
      rgba(250, 249, 248, 1) 19%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to right,
      rgba(249, 247, 246, 1) 0%,
      rgba(250, 249, 248, 1) 19%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f7f6', endColorstr='#ffffff', GradientType=1);
  }
}
