/** Shopify CDN: Minification failed

Line 1759:0 Unexpected "}"

**/
/* You can add your custom styles here */
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
/* .section-header-menus nav.section-header-main-menu ul li:not(:last-child) a:hover {
    text-decoration: none;
    cursor: default;
} */
body { 
  background-color: #f2e8c9;   
  background-image: 
    linear-gradient(to right, 
      rgba(60, 40, 20, 0.08) 0%, 
      transparent 25%, 
      transparent 75%, 
      rgba(60, 40, 20, 0.08) 100%
    ),
    radial-gradient(circle at 30% 20%, #e8d9ac 0%, transparent 50%),
    radial-gradient(circle at 75% 80%, #e2d2a2 0%, transparent 45%),
    url("https://www.transparenttextures.com/patterns/felt.png"); 
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, auto;
  background-attachment: fixed;
}
 
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 50px 0 120px -30px rgba(139, 69, 19, 0.15),
              inset -50px 0 120px -30px rgba(139, 69, 19, 0.15);
  pointer-events: none;
  z-index: 1;
}
body .px-4{
  padding-right:16px;
  padding-left:16px;
}
/* COMMON HEADING DIVIDER */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px; /* space between text and lines */
    text-align: center;
    position: relative;
}

.section-featured-products-product.product .product__image {max-height: 400px;overflow:hidden}
.section-footer-content .section-footer-column.column-3{display: none}
.section-footer-column {width: 500px;}
.section-divider::before,
.section-divider::after {
    content: "";
    flex: 1; /* THIS makes it dynamic */
    flex: 0 1 150px;
    height: 3px;
    border-radius: 80px;
    background: linear-gradient(90deg, #7d5a4f 0%, #7d5a4f 10%, rgb(216 202 164) 100%);
}
.section-divider::before {
    background: linear-gradient(-90deg, #7d5a4f 0%, #7d5a4f 10%, rgb(216 202 164) 100%);
}
.filter-group-display {
  z-index: 3;
}

.section-contact-form .contact-form{margin-bottom:30px}
/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header-logo img{
    height:60px;
  }
  .section-divider {
    font-size: 22px;
    margin: 30px 0;
  }

  .hero .logo{margin-bottom: 20px;width: 120px;}

  .lawsoncores-container{text-align:center; padding-left: 15px;padding-right:15px}

  .section-map-container{
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-map-container > div {
    min-height: unset;
  }

}
.customCmsPage.main-page-header-description.page-description{
  text-align:left;
}
.section-sale-banner .section-sale-banner-right__button-2 {
  display: none;
}

.section-sale-banner-left__description p{margin:0}

.section-rich-text-button.btn-outline:hover {
  color: var(--theme-button-color-lite);
}
/* .section-slideshow-slide-background-main{display:none} */
.product__swatches-swatch{
display:none !important;
}
.view-details{
text-align:center;
margin-top:30px;
}
.view-details .btn{
    background-color:#34210a;
    color:#ffffff;
  
}
/* header */
.home .has-header-style-2 div.section-header-container.section-container {
  position: fixed; /* always fixed */
  top: 0;
  width: 100%;
  
  /* smooth animation */
  transition: 
    transform 0.35s ease,
    background-color 0.35s ease,
    box-shadow 0.35s ease;

  background-color: var(--theme-layout-background-color);
}

.built-rodeo-wrapper{
  max-width:100% !important;
}
.built-rodeo-section{
  padding:0px 0px 80px 0px !important;
}
.built-rodeo-image{
    max-height: 70vh !important;
    overflow: hidden !important;
}
.section-sale-banner-right .btn-outline{
  width: max-content;
  display: inline-block;
}
    
/* When scrolled / active */
.home .has-header-style-2.header-transparent div.section-header-container.section-container {
  transform: translateY(40px); /* instead of top jump */
  background-color: transparent;
}
  .home .header-transparent .section-header-left{
   display:none;
   }
   .section-header-left{
   display:flex;
   }
   /* .section-header-center .section-header-menus nav ul li{
   color:#ffffff;
   } */
   .home .header-transparent .section-header-container .section-header-center .section-header-menus nav a{
     color:#ffffff !important;
    }
    .home .header-transparent .section-header-container .section-header-center .section-header-menus nav ul li ul li a{
      color:#171813 !important;
    }
   .home .header-transparent .section-header-container .section-header-center .section-header-menus nav a .section-header-main-menu-item-icon svg path {
    stroke:#ffffff !important;
   }
.section-slideshow-slide-background {
  display: block;
}

/* DP  */
:root {
  --lawsons-primary-color: #C9A96E;
  --lawsons-primary-color-dark: #904D00;
  --lawsons-secondary-color: #FFD079;
  --lawsons-btn-secondary-color: #FFE5BB;
  --lawsons-white-color: #ffffff;
  --lawsons-text-color: #0E0E0B;
  --lawsons-font-140px: 140px;
  --lawsons-font-65px: 65px;
  --lawsons-font-60px: 60px;
  --lawsons-font-50px: 50px;
  --lawsons-font-38px: 38px;
  --lawsons-font-28px: 28px;
  --lawsons-font-18px: 18px;
  --lawsons-font-16px: 16px;
  --lawsons-font-14px: 14px;
  --lawsons-font-12px: 12px;
}
.btn, .btn-border-lawsons {
  position: relative;
  padding: 12px 20px;
  border-radius: 6px;
  margin: 0;
  font-size: var(--lawsons-font-base);;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--lawsons-white-color);
  color: var(--lawsons-white-color);
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.btn-lawsons {
  background: var(--lawsons-primary-color);
  border-color: var(--lawsons-primary-color);
  color: #34210A;
}
.btn-lawsons::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0%;
  background: var( --lawsons-btn-secondary-color);
  transform: translateY(-50%);
  transition: height 0.45s ease;
  z-index: -1;
}
.btn-lawsons:hover {
  border-color: var( --lawsons-btn-secondary-color);
}
.btn-lawsons:hover::before {
  height: 100%;
}
/* Start:: Top Baner Sec */
.top-banner {
  padding: 85px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.top-banner-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 20px;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.top-banner-content h1 {
  font-size: var(--lawsons-font-65px);
  color: var(--lawsons-white-color);
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.top-banner-content h1 span {
  display:block;
  font-size: var(--lawsons-font-14px);
  color: var(--lawsons-primary-color);
  text-transform: capitalize;
  letter-spacing: 1px;
}
.top-banner-content h4 {
  font-size: var(--lawsons-font-38px);
  font-weight: 700;
  color: var(--lawsons-white-color);
  letter-spacing: 1px;
  padding: 0 0 30px;
  line-height: 1.2;
  position: relative;
  margin: 0 0 21px;
}
.top-banner-content h4::before {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  background: var(--lawsons-secondary-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-banner-content .location-div {
  background: linear-gradient(0deg, rgba(31, 19, 4, 0.30) 0%, rgba(31, 19, 4, 0.30) 100%), rgba(255, 255, 255, 0.10);
  mix-blend-mode: plus-lighter;
  box-shadow: 0 4px 4px 0 rgba(201, 169, 110, 0.25) inset, 0 -2px 16px 0 rgba(255, 255, 255, 0.10) inset, -4px -4px 16px 0 rgba(255, 255, 255, 0.10) inset;
  color: #fff;
  max-width: 456px;
  padding: 16px 28px;
  margin: 0 0 30px;
}
.top-banner-content .location-div p {
  font-size: var(--lawsons-font-16px);
  font-weight: 700;
  color: var(--lawsons-white-color);
  letter-spacing: 1px;
  line-height: 1.35;
  margin: 0;
}
.top-banner-content .timer-div h4 {
  font-size: var(--lawsons-font-18px);
  font-weight: 700;
  color: var(--lawsons-primary-color);
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.top-banner-content .timer-div h4::before {
  display: none;
}
.top-banner-content .timer-div ul {
  display: flex;
  color: #fff;
  gap: 25px;
  padding: 0;
  margin: 0;
}
.top-banner-content .timer-div ul li {
  font-size: var(--lawsons-font-65px);
  font-weight: 700;
  color: var(--lawsons-white-color);
  line-height: 1;
  list-style: none;
  padding: 0 10px;
}
.top-banner-content .timer-div ul li span {
  display: block;
  font-size: var(--lawsons-font-12px);
  color: var(--lawsons-primary-color);
  padding-top: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}
.top-banner-content .timer-div ul li.timer-separator {
    margin: 0;
    padding: 0;
    color: var(--lawsons-primary-color);
    opacity: 0.5;
    font-size: 45px;
    display: flex;
    align-items: baseline;
    line-height: 1.5;
}
.top-banner-content .timer-div ul li:not(.timer-separator) {
    min-width: 100px;
}
.top-banner-content .baner-action-btn {
    padding-top: 70px;
}
.top-banner-content .baner-action-btn ul {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.top-banner-content .baner-action-btn ul li {
    padding: 0 15px;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-banner-content .baner-action-btn ul li .btn {
  min-width: 170px;
}
/* End:: Top Baner Sec */

/* Start:: Wait List Sec */
.wait-list-inner {
  display: flex;
  flex-wrap: wrap;
  min-height: 800px;
}
.wait-list-inner .wait-list-inner-div {
    flex: 0 0 auto;
    width: 50%;
}
.wait-list-side-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.wait-list-inner-contetnt {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin-left: auto;
  padding: 40px 133px 40px 20px;
}
.wait-list-inner-contetnt h2 {
  margin: 0 0 15px;
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-primary-color-dark);
  line-height: 1.2;
  letter-spacing: 1px;
}
.wait-list-inner-contetnt h3 {
  color: var(--lawsons-text-color);
  font-size: var(--lawsons-font-140px);
  line-height: 1;
  padding: 0 0 30px;
  margin: 0 0 24px;
  position: relative;
}
.wait-list-inner-contetnt h3 span {
  display: block;
  line-height: 0.8;
  color: #a8a299;
}
.wait-list-inner-contetnt h3::before {
  content: "";
  position: absolute;
  background: #B8965A80;
  width: 100px;
  height: 2px;
  bottom: 0;
}
.wait-list-inner-contetnt p {
  margin: 0 0 35px;
  font-size: var(--lawsons-font-28px);
  line-height: 1.25;
  font-style: italic;
}
.wait-list-inner-contetnt .btn {
  width: max-content;
}
/* End:: Wait List Sec */

/* Start:: Built For More Sec */
.built-rodeo {
  padding: 175px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.built-rodeo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(10, 8, 5, 0.85) 0%, rgba(10, 8, 5, 0.45) 60%, rgba(10, 8, 5, 0.1) 100%);
}
.lawsons-container, .section-container {
  padding: 0 20px !important;
  max-width: 1460px !important;
  width: 100% !important;
  margin: 0 auto;
}
.built-rodeo .container {
  z-index: 1;
  position: relative;
}
.built-rodeo .built-rodeo-content {
  max-width: 650px;
  position: relative;
}
.built-rodeo .built-rodeo-content h2 {
  margin: 0 0 15px;
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-primary-color);
  line-height: 1.2;
  letter-spacing: 1px;
}
.built-rodeo .built-rodeo-content h3 {
  color: var(--lawsons-white-color);
  font-size: var(--lawsons-font-60px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 15px;
  position: relative;
}
.built-rodeo .built-rodeo-content h3 span {
  display: block;
  line-height: 1;
  color: #F0EBE0;
  font-style: italic;
  font-weight: 400;
}
.built-rodeo .built-rodeo-content p {
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-white-color);
  line-height: 1.5;
  margin: 0;
}
/* End:: Built For More Sec */

/* Start:: Archive Releases Sec */
.archive-releases,
.join-the-waitlist,
.join-the-waitlist .join-the-waitlist-inner  {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.archive-releases .archive-releases-content h2 {
  margin: 0 0 15px;
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-primary-color-dark);
  line-height: 1.2;
  letter-spacing: 1px;
}
.archive-releases .archive-releases-content h3 {
  color: var(--lawsons-text-color);
  font-size: var(--lawsons-font-60px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 45px;
  position: relative;
}
.archive-releases .archive-releases-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.archive-releases .archive-releases-row .archive-releases-card {
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 16px;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 4px 20px 0 rgba(108, 108, 108, 0.10);
  padding: 20px;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner:hover {
  background: #FCF9EF;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner ul li {
  margin: 0;
  list-style: none;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner ul.releases-status li {
  font-size: var(--lawsons-font-14px);
  color: var(--lawsons-primary-color-dark);
  font-weight: 500;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner ul.releases-status li.badge-status {
  background: #5A3D261A;
  color: #8A7D6B;
  font-size: 12px;
  padding: 5px 15px;
  border: 1px solid #5A3D2633;
  border-radius: 4px;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner h2 {
  font-size: var(--lawsons-font-18px);
  color: var(--lawsons-text-color);
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 12px;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner h2 span {
  display:block;
  color: #34210A80;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner p {
  color: #904D00;
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 500;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner ul.archive-releases-meta {
  border-bottom: 3px solid #904D00;
  padding-bottom: 20px;
  color: var(--lawsons-text-color);
  font-size: 12px;
}
.archive-releases .archive-releases-row .archive-releases-card .archive-releases-card-inner ul.archive-releases-meta a {
  text-decoration: none;
  color: #8A7D6B;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
/* End:: Archive Releases Sec */

/* Start:: Product List Card Sec */
.product-card {
  padding: 120px 0;
  background: var(--lawsons-white-color);
}
.product-card h2 {
  margin: 0 0 15px;
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-primary-color-dark);
  line-height: 1.2;
  letter-spacing: 1px;
}
.product-card .product-card-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 40px;
  gap: 20px;
}
.product-card .product-card-top > div {
  margin-right: 15px;
}
.product-card .product-card-top h3,
.section-product-recommendations-header__heading {
  color: var(--lawsons-text-color);
  font-size: var(--lawsons-font-65px);
  line-height: 1.25;
  margin: 0 0 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.section-product-recommendations-header__heading {
  font-size: var(--lawsons-font-38px);
  margin: 0;
}
.product-card .product-card-top h3 span {
  font-size: var(--lawsons-font-50px);
  padding-left: 90px;
  position: relative;
}
.product-card .product-card-top h3 span::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #B8965AB2;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-card .product-card-top p {
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-text-color);
  line-height: 1.2;
  margin: 0;
}
.product-card .product-card-top .btn-black {
    background: #34210A;
    border-color: #34210A;
}
.product-card-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.product-grid-col {
    flex: 0 0 auto;
    width: 25%;
    padding: 16px;
    position: relative;
}
.product-grid-col .sold-out-badge {
  position: absolute;
  z-index: 2;
  background: var(--lawsons-primary-color);
  color: var(--lawsons-text-color);
  font-size: var(--lawsons-font-12px);
  padding: 4px 8px;
  border-radius: 25px;
  top: 24px;
  left: 24px;
}
.product-grid-col .product-image {
    position: relative;
    /* padding-top: 100%; */
    overflow: hidden;
    background-color: #f8f9fa;
    height: 420px;
    border-radius: 6px
}
.product-grid-col .product-image .btn {
  position: absolute;
  width: calc(100% - 60px);
  margin: 0 auto;
  bottom: 20px;
  text-align: center;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var( --lawsons-btn-secondary-color);
  border-color: var( --lawsons-btn-secondary-color);
  opacity: 0;
}
.product-grid-col .product-image .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 6px;
}
.product-grid-col .product-image .default-image {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.product-grid-col .product-image .hover-image {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.product-grid-col:hover .default-image {
    opacity: 0;
}
.product-grid-col:hover .hover-image,
.product-grid-col:hover .product-image .btn ,
.product-grid-col:hover .product-image.no-hover-img .default-image {
    opacity: 1;
}
.product-grid-col .product-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
}
.product-grid-col .product-content h4 {
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-text-color);
  line-height: 1.4;
  margin: 0;
}
.product-grid-col .product-content h4.product-price {
  color: var(--lawsons-primary-color-dark);
}
.product-grid-col .product-content h4 a {
  text-decoration: none;
}
/* .product-card .btn-lawsons {
    width: 200px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
} */
 .product-card .btn-right {
  text-align: right;
 }
.product-card .btn-viewmore,
.product-card .btn-viewmore:hover {
  font-size: var(--lawsons-font-16px);
  line-height: 1.2;
  font-weight: 600;
  color: #8A7D6B;
  margin: 0 0 10px;
  padding: 0 0 2px;
  border-bottom: 2px solid #8A7D6B;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  gap: 10px;
}
.product-card .btn-viewmore span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-card .btn-viewmore span svg {
  height: 25px;
  width: 25px;
}
/* End:: Product List Card Sec */

/* Start:: Join the Waitlist Sec */
.join-the-waitlist, .join-the-waitlist-inner {
  background: #FCF9EF;
}
.join-the-waitlist .join-the-waitlist-inner {
  position: relative;
  padding: 95px 90px !important;
  border-radius: 8px;
}
.join-the-waitlist .join-the-waitlist-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(34, 22, 6, 0.85) 0%, rgba(34, 22, 6, 0.45) 60%, rgba(34, 22, 6, 0.1) 100%);
  border-radius: 8px;
}
.join-the-waitlist-content {
    position: relative;
    color: var(--lawsons-white-color);
    max-width: 567px;
}
.join-the-waitlist-content h2 {
    margin: 0 0 10px;
    font-size: var(--lawsons-font-16px);
    color: var(--lawsons-white-color);
    line-height: 1.2;
    letter-spacing: 1px;
}
.join-the-waitlist-content h3 {
    font-size: 42px;
    color: var(--lawsons-white-color);
    margin: 0 0 10px;
    font-weight: 500;
}
.join-the-waitlist-content h3 span {
  font-style: italic;
}
.join-the-waitlist-content p {
    margin: 0 0 25px;
    font-size: var(--lawsons-font-16px);
    color: var(--lawsons-white-color);
    line-height: 1.4;
    letter-spacing: 1.2px;
}
.join-the-waitlist-content .newsletter-form-email {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 6px;
  border: 0;
  padding: 5px 8px 5px 16px;
  max-width: 375px;
  margin: 0;
}
.join-the-waitlist-content .newsletter-form button,
.join-the-waitlist-content .newsletter-form button:hover {
  background: var( --lawsons-btn-secondary-color);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #2F2018 !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  border: 0 !important;
  border-radius: 6px;
  padding: 8px 15px;
  height: 40px;
  flex: 0 0 auto;
  width: auto;
}
.join-the-waitlist-content .newsletter-form button::before {
  display: none;
}
.join-the-waitlist-content .newsletter-form input {
  outline: none !important;
  font-weight: 400;
}
.join-the-waitlist-content .newsletter-form input::-webkit-input-placeholder {
  color: var(--lawsons-white-color);
  font-weight: 400;
}
.join-the-waitlist-content .newsletter-form input::-moz-placeholder {
  color: var(--lawsons-white-color);
  opacity: 1;
  font-weight: 400;
}
.join-the-waitlist-content .newsletter-form input:-ms-input-placeholder {
  color: var(--lawsons-white-color);
  font-weight: 400;
}
.join-the-waitlist-content .newsletter-form input::placeholder {
  color: var(--lawsons-white-color);
  opacity: 1;
  font-weight: 400;
}
/* End:: Join the Waitlist Sec */
#PBarNextFrameWrapper {
  display: none;
}
footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.top-footer {
  padding: 45px 0 30px;
  border-bottom: 2px solid rgba(144, 77, 0, 0.10);
}
.top-footer-row,
.bottom-footer-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    align-items: center;
}
.top-footer-row .top-footer-inner-card,
.bottom-footer-row .bottom-footer-card {
  flex: 0 0 auto;
  width: 50%;
  padding: 16px;
  position: relative;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .footer-brand {
  max-width: 240px;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .footer-brand .footer-logo {
  max-width: 170px;
  height: auto;
  margin: 0 0 15px;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .footer-brand p{
  margin: 0;
  font-size: var(--lawsons-font-16px);
  color: var(--lawsons-text-color);
  line-height: 1.5;
  letter-spacing: 1px;
}

.top-footer-row .top-footer-inner-card:first-child {
  padding-right: 100px;
}
.top-footer-row .top-footer-inner-card:first-child::after {
  content: "";
  height: 60%;
  width: 2px;
  background: rgba(144, 77, 0, 0.10);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-footer-row .top-footer-inner-card:last-child {
  padding-left: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block .info-title {
  font-size: var(--lawsons-font-16px);
  font-weight: 700;
  color: var(--lawsons-text-color);
  line-height: 1.4;
  margin: 0 0 15px;
}

.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block .info-links {
  padding: 0;
  margin: 0;
}

.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block .info-links li {
  list-style: none;
  margin: 0 0 10px;
}

.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block .info-links li a,
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block p,
.bottom-footer .bottom-footer-row .bottom-footer-card p {
  font-size: var(--lawsons-font-16px);
  font-weight: 500;
  color: var(--lawsons-text-color);
  line-height: 1.2;
  letter-spacing: 1%;
  text-decoration: none;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block p {
  line-height: 1.4;
  font-weight: 400;
}
.bottom-footer .bottom-footer-row .bottom-footer-card p {
  line-height: 1.4;
  font-weight: 400;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block .info-links li:last-child,
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .info-block p,
.bottom-footer .bottom-footer-row .bottom-footer-card p {
  margin: 0;
}

.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .newsletter-form-email {
  background: var(--lawsons-white-color);
  backdrop-filter: blur(12px);
  border-radius: 6px;
  border: 0;
  padding: 5px 8px 5px 16px;
  max-width: 375px;
  margin: 0;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .newsletter-form button,
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .newsletter-form button:hover {
  background: #5A3D26;
  box-shadow: 0px 1px 2px 0px #1018280D;
  color: #ffffff !important;
  font-weight: 700;
  font-size: var(--lawsons-font-14px);
  line-height: 1.2;
  border: 0 !important;
  border-radius: 6px;
  padding: 8px 15px;
  height: 40px;
  flex: 0 0 auto;
  width: auto;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .newsletter-form button::before {
  display: none;
}
.top-footer-row .top-footer-inner-card .top-footer-menu-blcok .newsletter-form input {
  outline: none !important;
}

.bottom-footer {
  padding: 20px 0;
}
.bottom-footer .bottom-footer-row {
  align-items: center;
}
.bottom-footer .bottom-footer-row .bottom-footer-card .card-payment {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.bottom-footer .bottom-footer-row .bottom-footer-card .card-payment li {margin: 0;list-style: none;}
.bottom-footer .bottom-footer-row .bottom-footer-card .card-payment li a {
  display: flex;
}
.bottom-footer .bottom-footer-row .bottom-footer-card .card-payment li img {
  width: 40px;
  height: auto;
}

.section-header.scheme-main {
    background-color: #FCF9EF;
}
.section-header.scheme-main .section-header-container {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.section-header nav>ul>li>a, .section-header nav>ul>li>div>a {
    color: #34210A;
    font-weight: 600;
    font-size: var(--lawsons-font-16px);
    line-height: 1.20;
}
.section-announcement-bar .section-announcement {
  font-size: 13px;
  line-height: 1.2;
  padding: 0;
}
@media (min-width: 768px) {
  .section-header-logo,
  .section-header-logo img {
    height: auto;
    width: 98px;
  }
  .section-header.scheme-main .section-header-container .section-header-center {
    order: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .section-announcement-bar .section-announcement {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) { 
  .section-header.scheme-main .section-header-container {
    gap: 25px;
  }
  .section-header.scheme-main .section-header-container nav>ul {
    gap: 10px;
  }
  .section-header.scheme-main .section-header-container nav>ul>li>a,
  .section-header.scheme-main .section-header-container nav>ul>li>div>a {
    font-size: var(--lawsons-font-14px);
  }
}

/* Start:: Product Page */
.section-breadcrumbs ul {
  margin: 15px 0;
  padding: 32px 0 15px;
}
.section-product-recommendations {
  margin: 0;
  padding: 20px 0 80px;
}
/* End:: Product Page */

/* Responsive */
@media (min-width: 991px) {
  .product .product-summary {
    max-width: 780px;
  }
}
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  :root {
    --lawsons-font-140px: 100px;
  }
  .product-card {
    padding: 1000px 0;
  }
  .built-rodeo {
    padding: 140px 0;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  :root {
    --lawsons-font-140px: 85px;
    --lawsons-font-65px: 60px;
    --lawsons-font-60px: 55px;
    --lawsons-font-50px: 45px;
    --lawsons-font-38px: 35px;
    --lawsons-font-28px: 25px;
  }
  .product-card,
  .built-rodeo,
  .archive-releases, .join-the-waitlist {
    padding: 80px 0;
  }
  .top-banner-content .baner-action-btn {
    padding-top: 50px;
  }
  .wait-list-inner {
    min-height: 100%;
  }
  .wait-list-inner-contetnt {
    padding: 40px 80px 40px 20px;
  }
  .product-grid-col .product-image {
    height: 380px;
  }
  .event-gear-banner .container {
    padding: 0 !important;
  }
  .subheading {
    margin-top: 0;
  }
  .product .product-gallery-thumbnails.splide .splide__list li {
    width: auto !important;
  }
  .top-footer {
    padding: 15px 0;
  }
  .top-footer-row .top-footer-inner-card:first-child {
    padding-right: 16px;
  }
  .top-footer-row .top-footer-inner-card:last-child {
    padding-left: 16px;
  }
  .top-footer-row .top-footer-inner-card .top-footer-menu-blcok .footer-brand {
    max-width: 220px;
  }
  .top-footer-row .top-footer-inner-card .top-footer-menu-blcok .footer-brand .footer-logo {
    max-width: 150px;
    margin: 0 0 10px;
  }
  .bottom-footer {
    padding: 0;
  }

  .top-banner-content .timer-div ul li:not(.timer-separator) {
    min-width: 90px;
  }
}

@media (max-width: 1025px) {
  .product-grid-col,
  .archive-releases .archive-releases-row .archive-releases-card {
    width: 50%;
  }
  .product-card,
  .built-rodeo,
  .archive-releases, .join-the-waitlist {
    padding: 60px 0;
  }
  .section-product-recommendations {
    margin: 0;
    padding: 20px 0 60px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  :root {
    --lawsons-font-140px: 75px;
    --lawsons-font-65px: 55px;
    --lawsons-font-60px: 50px;
    --lawsons-font-50px: 42px;
    --lawsons-font-38px: 30px;
    --lawsons-font-28px: 22px;
  }
  .product-card,
  .built-rodeo,
  .archive-releases, .join-the-waitlist {
    padding: 50px 0;
  }
  .section-product-recommendations {
    padding-bottom: 50px;
  }
  .top-banner-content .baner-action-btn {
    padding-top: 40px;
  }
  .wait-list-inner-contetnt {
    padding: 40px 40px 40px 20px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px)  {
  :root {
    --lawsons-font-140px: 65px;
    --lawsons-font-65px: 50px;
    --lawsons-font-60px: 45px;
    --lawsons-font-38px: 28px;
    --lawsons-font-28px: 20px;
  }
  .header-drawer.active .header-drawer-details {
    top: 104px;
  }
  .header-scroll .header-drawer.active .header-drawer-details {
    top: 72px;
  }
  .top-banner-content .baner-action-btn {
    padding-top: 30px;
  }
  .wait-list-inner-contetnt {
    padding: 40px 20px;
  }
  .product-card .product-card-top h3 span::before {
    display: none;
  }
  .product-card .product-card-top {
    margin-bottom: 25px;
  }
  .product-card .product-card-top h3,
  .section-product-recommendations-header__heading {
    margin: 0 0 20px;
  }
  .product-card .product-card-top h3 span {
    padding: 0;
    width: 100%;
  }
  .product-card .btn-lawsons {
    margin-top: 25px;
  }
  .top-banner-content .timer-div ul li:not(.timer-separator) {
    min-width: 85px;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  :root {
    --lawsons-font-140px: 55px;
    --lawsons-font-65px: 45px;
    --lawsons-font-60px: 40px;
  }
  .top-banner-content .timer-div ul {
    gap: 0;
  }
  .top-banner-content .baner-action-btn ul {
    flex-wrap: wrap;justify-content: center;gap: 18px;
  }
  .wait-list-inner .wait-list-inner-div {
    flex: 0 0 auto;
    width: 100%;
  }
  .wait-list-inner .wait-list-inner-div.wait-list-side-bg {
    display: none;
  }
  .product-grid-col,
  .archive-releases .archive-releases-row .archive-releases-card,
  .top-footer-row .top-footer-inner-card, .bottom-footer-row .bottom-footer-card {
    width: 100%;
  }
  .top-footer-row .top-footer-inner-card:first-child::after {
    display: none
  }
   .bottom-footer-row .bottom-footer-card {
    text-align: center;
   }
  .bottom-footer .bottom-footer-row .bottom-footer-card .card-payment {
    justify-content: center;
  }
  .top-footer-row .top-footer-inner-card, .bottom-footer-row .bottom-footer-card {
    padding: 4px 16px;
  }
  .top-footer-row .top-footer-inner-card:last-child {
    padding-top: 18px;
  }
  .bottom-footer-row .bottom-footer-card:last-child {
    padding-top: 12px;
  }
  .bottom-footer {
    padding: 16px 0;
  }
  .top-footer-row .top-footer-inner-card .top-footer-menu-blcok,
  .top-footer-row .top-footer-inner-card:last-child {
    justify-content: center;
    text-align: center;
  }
  .top-footer {
    padding: 25px 0;
  }
  .top-banner-content .timer-div ul li:not(.timer-separator) {
    min-width: 75px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 374.98px) { 
  .top-banner-content .timer-div ul li:not(.timer-separator) {
    min-width: 68px;
    font-size: 38px;
  }
  .top-banner-content .timer-div ul li.timer-separator {
    font-size: 32px;
  }
  .section-announcement-bar .section-announcement {
    font-size: 12px;
  }
}


/* HERO */

  .hero {
  min-height: 100vh;
  background: url("/cdn/shop/files/ChatGPT_Image_Mar_10_2026_05_03_26_PM_1.jpg?v=1773143190") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: white;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.hero-overlay {
  position: relative;
  max-width: 900px;
}

.logo {
  width: 260px;
  margin-bottom: 296px;
}

.hero h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}
.hero h3{
  margin-bottom: 20px;
  color: #ffffff;
}

.hero p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* .btn {
  background: #d8c4a5;
  padding: 12px 28px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
} */

/* PRODUCTS */

.home .products {
  padding: 60px 5%;
  text-align: center;
}

.home .products h2 {
  font-size: 22px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.product-wide {
  grid-column: span 2;
}

.home .product-wide img {
  height: 200px;
}
/* GRID */

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.home .products .product img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
}

.product p {
  margin-top: 10px;
  font-weight: 600;
}
/* featuredProduct 3 col */
.section-featured-collections-collection.collection {
  position: relative;
}
.section-featured-collections-collection.collection img {
  height: 650px;
  width: 100%;
  display: block;
}
.section-featured-collections-collection.collection
  .section-featured-collections-collection__title.collection__title {
  position: absolute;
  bottom: 100px;
  padding-left: 30px;
  color: white;
}
.section-featured-collections-collection.collection
  .section-featured-collections-collection__title.collection__title
  a {
  color: #ffffff;
 
}

.section-featured-collections-collection__image a{
   position: relative;
}

.section-featured-collections-collection .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); /* dark overlay */
}
/* Featured Tabs */
.product__image img {
  width: 100%;
  /* height: 400px; */
  object-fit: cover;
  border-radius: 3px;
}

.section-newsletter-container{
      background-color: var(--theme-border-color-white);
    color: #ffffff !important;
}
.newsletter-form button:before{
  background-color:#34210a;
}
.newsletter-form button{
  border-color:#34210a;
}
.section-newsletter-container *{
  color:#ffffff;
}
.newsletter-form button:hover {
color:#ffffff !important;
border-color: #ffffff !important;
}
.section-newsletter .newsletter-form input::placeholder {
    color: #ffffff !important;
}
/* Our Story start*/
.our-story-hero {
  font-family: var(--theme-heading-font-family);
  /* background: url('/cdn/shop/files/ourstoryBanner.png?v=1774964004') center/cover no-repeat; */
  height: 500px;
  position: relative;
}

.our-story-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}
.our-story-container{
  max-width: 750px;
  margin: 0 auto;
}
.our-story-hero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our-story-hero h1 {
  font-size: 52px;
  letter-spacing: 2px;
  color: #d8c4a5;
}

.our-story-hero p {
  margin: 10px 0 20px;
}
/* WRAPPER (optional but recommended) */
.our-story-section {
  padding: 60px 20px;
  text-align: center;
}

#brand-origins {
  scroll-margin-top: 80px;
}

/* YOUR TAG */
.our-story-section p {
  
  font-size: 15px;
  line-height: 1.8;
  color: #3a2e2a;
  max-width:700px;
  margin: 0 auto;
}

/* SPACING BETWEEN LINES (simulate paragraphs) */
.our-story-section p br {
  display: block;
  margin-bottom: 12px;
  content: "";
}

/* OPTIONAL: LAST LINE STYLE */
.our-story-section p span:last-child {
  display: block;
  margin-top: 10px;
  font-style: italic;
  color: #6d5a52;
}

/* MOBILE */
@media (max-width: 768px) {
  .our-story-section p {
    font-size: 14px;
    line-height: 1.7;
  }
}
/* SECTION */
.our-moto {
  width: 100%;
}

/* BACKGROUND */
.our-moto-bg {
  /* background: url('/cdn/shop/files/overMoto.png?v=1774964005') center/cover no-repeat; */
  height: 360px;
  position: relative;
}

/* OVERLAY */
.our-moto-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

/* WRAPPER (push content RIGHT) */
.our-moto-wrapper {
  font-family: var(--theme-heading-font-family);
  max-width:1200px;
  margin:0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* KEY */
  padding-right: 8%;
}

/* CONTENT BLOCK */
.our-moto-content {
  max-width: 420px; /* keeps text narrow like design */
  position: relative;
  color: #fff;
  text-align: right; /* KEY */
  z-index: 2;
}

/* TEXT */
.our-moto-text {
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.7;
  font-style: italic;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .our-moto-bg {
    height: 200px;
  }

  .our-moto-wrapper {
    justify-content: center;
    padding: 0 20px;
  }

  .our-moto-content {
    max-width: 100%;
    text-align: center;
  }

  .our-moto-quote-open {
    left: 10px;
  }

  .our-moto-text {
    font-size: 16px;
  }
}
/* SECTION */
.built-quality {
  padding: 70px 20px;
  text-align: center;
}

/* CONTAINER */
.built-quality-container {
  font-family: var(--theme-heading-font-family);
  max-width: 1000px;
  margin: 0 auto;
}

/* TITLE */
.built-quality-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 600;
  color: #3a2e2a;
  margin-bottom: 40px;
}

/* LINES */
.built-quality-line {
  flex: 1;
  height: 1px;
  background: #7d5a4f;
  margin: 0 15px;
  max-width: 140px;
}

/* GRID */
.built-quality-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 20px;
}

/* SIDE ITEMS */
.built-quality-item img {
  width: 190px;
  margin-bottom: 10px;
}

.built-quality-label {
  font-size: 16px;
  font-weight: 600;
  color: #3a2e2a;
}

/* CENTER TEXT */
.built-quality-center {
  font-size: 15px;
  line-height: 1.8;
  color: #3a2e2a;
}

.built-quality-center p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* EMPHASIS */
.built-quality-center strong {
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  .built-quality-title {
    font-size: 22px;
  }

  .built-quality-line {
    max-width: 60px;
  }

  .built-quality-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  }

  .built-quality-label {
    font-size: 15px;
  }
}
/* Our Story end*/
/* OurSectionCta */
.lawson-section {
  font-family: var(--theme-heading-font-family);
  padding:20px;
  display: flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
}

/* 👇 THIS IS THE IMPORTANT FIX */
.lawson-card {
  padding: 50px 60px;
  text-align: center;
  background-image: url('/cdn/shop/files/oldletterPaper.png?v=1775033634'); /* your PNG */
  background-repeat: no-repeat;
  background-size: 114% 100%;
  background-position: center;
  filter: contrast(0.96) brightness(0.98);
}

/* Heading */
.lawson-card h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2d2a26;
  margin-bottom: 16px;
  font-family: "Georgia", serif;
}

/* Paragraph */
.lawson-card p {
  font-family:var(--theme-heading-font-family);
  font-size: 16px;
  line-height: 1.6;
  color: #5a5146;
  max-width:630px;
}
.lawsonFinalCTA .btn{
  
    margin-right:10px;
    background-color:#34210a;
    color:#ffffff;
  
}
/* Responsive */
@media (max-width: 768px) {
  .lawson-card {
    padding: 30px 25px;
    max-width: 90%;
  }

  .lawson-card h2 {
    font-size: 22px;
  }

  .lawson-card p {
    font-size: 14px;
  }
}
/* OurSectionCta */
.lawsoncores-story-grid{
  padding-bottom:60px;
}
.lawsoncores-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.lawsoncores-story-item {
  /* border-bottom: 1px solid #7d5a4f ; */
  padding-top: 25px;
  display: flex;
  flex-direction: column;
}

.lawsoncores-title {
  font-size: 16px;
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: var(--theme-color-heading);
  border-bottom: 1px solid #7d5a4f;
}

.lawsoncores-text {
  margin-top:0px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .lawsoncores-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .lawsoncores-container {
    grid-template-columns: 1fr;
  }
}
/* TABLET */

@media (max-width: 1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero h1 {
    font-size: 32px;
  }
}

/* MOBILE */

@media (max-width: 600px) {
  .hero {
    height: 80vh;
  }

  .logo {
    width: 120px;
    margin-bottom:20px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .products {
    padding: 40px 20px;
  }
}

.products .no-result{ margin-top:100px; text-align: center}


.map-custom-header {
  max-width: 520px;
  margin-bottom: 40px;
}

.map-custom-header h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.map-custom-header p {
  opacity: 0.85;
  line-height: 1.6;
}

.custom-event-panel {
  display: flex;
  flex-direction: column;
  justify-content: var(--theme-map-horizontal-align, normal);
  align-items: var(--theme-map-vertical-align, normal);
}

.section-map-addresses .section-map-addresses-list li{margin-bottom: 0px; padding-bottom:10px}

/* .event-overlay {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  max-width: 420px;
} */

.event-overlay h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.event-highlight {
  margin: 15px 0;
  padding: 12px 16px;
  background: rgba(0,0,0,0.6);
  border-radius: 6px;
}

/* event Banner start */
/* ===== MAIN SECTION ===== */
/* .event-gear-banner {
  position: relative;
  background: #0b0b0b;
  color: #fff;
  overflow: hidden;
} */

/* Background image (right side) */
.event-gear-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
 .event-gear-banner {
      
      color: #fff;
      padding: 60px 20px;
    }
.event-gear-banner .container {
    max-width:1460px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 40px 20px 80px;
}

/* Layout */
.banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT CONTENT */
.banner-content {
  max-width: 600px;
}

/* Subheading */
.subheading {
    font-size: 30px;
    letter-spacing: 1px;
    color: #c58b4e;
    margin-bottom: 10px;
}
/* Main heading */
.event-gear-banner .heading {
    color: #e6d8cd;
    font-size: 112px;
    line-height: .9;
    font-weight: 800;
    margin-top:30px;
    margin-bottom: 40px;
}
.event-gear-banner .heading-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  max-width: 70%;
}

.event-gear-banner .heading-divider::before,
.event-gear-banner .heading-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #c58b4e; /* gold color */
}

.event-gear-banner .heading-divider span {
  color: #c58b4e;
  font-size: 30px;
  line-height: 1;
}
/* Supplier */
.supplier {
    font-size: 30px;
    letter-spacing: 1px;
    color: #c58b4e;
    margin-bottom: 20px;
}

.eventRageDescription {
  font-size: 28px;
  color: #ddd;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 440px;
}
.eventRageDescription span{
  font-size: 28px;
  display:block;
}
/* Description */
.description {
  font-size: 24px;
  color: #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 260px;
}
.sponsorImage {
    max-width: 50%;
    display: block;
    margin-top:20px;
}
/* Button */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #c58b4e, #9c6a36);
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #d79a5b, #b1783f);
}

/* Hide original right image */
.banner-image {
  display: none;
}

/* CENTER LOGO */
.center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
   transform: translate(-50%, -50%) rotate(20deg); 
  opacity: 0.2;
  z-index: 1;
}

.center-logo img {
  max-width: 550px;
}

/* ===== FEATURES ===== */
.banner-features {
  background-color:#000000;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #774e2e;
  padding-top: 25px;
  padding-bottom: 25px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.feature-item img {
  width: 80px;
}

.feature-item p {
  font-size: 24px;
  letter-spacing: 1px;
}

/* Divider lines between items */
.feature-item:not(:last-child) {
  border-right: 1px solid #774e2e;
}

/* ===== RESPONSIVE ===== */
.event-gear-banner {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (min-width: 1800px) {
  .event-gear-banner {
        background-color:#000000;
        background-size: contain;
    }
}

@media (max-width: 1024px) {
  .heading {
    font-size: 52px;
  }

  .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .center-logo img {
    max-width: 230px;
}

  .center-logo {
    position: absolute;
    left: 79%;
    top: 60px;
    transform: translate(-50%, -50%);
    opacity: .2;
  }
}

@media (max-width: 768px) {
  .center-logo {
    display:none;
  }
  .event-gear-banner::before {
    background-color: rgba(0,0,0,0.5);
  }

  .heading {
    font-size: 42px;
  }

  .banner-features {
    flex-direction: column;
    gap: 20px;
  }

  .feature-item {
    border: none !important;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .heading {
    font-size: 34px;
  }

  .description {
    font-size: 16px;
  }

  .btn-primary {
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .event-gear-banner {
    position: relative;
  }

  .event-gear-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9) 30%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
  }
  .event-gear-banner .heading {
    color: #e6d8cd;
    font-size: 65px;
    
}
.eventRageDescription, .eventRageDescription span {
    font-size: 18px;
}
.sponsorImage {
    max-width: 70%;
}
.feature-item{
 flex-direction:column;
 gap:0px;
}
.feature-item p{
  margin-top:0px;
  margin-bottom:0px;
}
  /* keep content above overlay */
  .event-gear-banner .container {
    position: relative;
    z-index: 2;
  }
}
/* =========================
   KEEP ORIGINAL BACKGROUND
========================= */

.event-gear-banner {
  position: relative;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* =========================
   RIDER IMAGE LAYER
========================= */

.banner-rider {
  position: absolute;
  right: 0;
  bottom: 0;

  height: 100%;
  width: auto;

  object-fit: contain;

  z-index: 1;
  pointer-events: none;
}

/* Overlay */
.event-gear-banner::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.95) 0%,
      rgba(0,0,0,0.82) 28%,
      rgba(0,0,0,0.45) 58%,
      rgba(0,0,0,0.18) 100%
    );

  z-index: 2;
}

/* Content */
.event-gear-banner .container {
  position: relative;
  z-index: 5;
}

/* Center logo */
.center-logo {
  z-index: 3;
}

/*LARGE DESKTOPS*/

/* =========================================================
   ULTRA WIDE / ZOOM-OUT RESPONSIVE BREAKPOINTS
   Based on actual viewport widths after browser zoom
========================================================= */


/* =========================================================
   33% Zoom  → ~5760px width
========================================================= */

@media (min-width: 5000px) {

  .banner-rider {
    right: 1200px;
    bottom: -140px;
    height: 110%;
    width: auto;
  }
}


/* =========================================================
   50% Zoom → ~3840px width
========================================================= */

@media (min-width: 3400px) and (max-width: 4999px) {

  .banner-rider {
    right: 701px;
    bottom: -129px;
    height: 101%;
    width: auto;
  }
}


/* =========================================================
   67%–75% Zoom → 2560px–2880px width
========================================================= */

@media (min-width: 2500px) and (max-width: 3399px) {

  .banner-rider {
            right: 350px;
        bottom: -105px;
        height: 100%;
        width: auto;
  }
}


/* =========================================================
   80%–90% Zoom → 2133px–2400px width
========================================================= */

@media (min-width: 2100px) and (max-width: 2499px) {

  .banner-rider {
    right: 111px;
        bottom: -80px;
        height: 98%;
        width: auto;
  }
}


/* =========================================================
   100% Zoom → ~1920px width
========================================================= */

@media (min-width: 1800px) and (max-width: 2099px) {

  .banner-rider {
    right: 33px;
    bottom: -86px;
    height: 88%;
    width: auto;
  }
}


/* =========================================================
   110% Zoom → ~1440px width
========================================================= */

@media (min-width: 1300px) and (max-width: 1799px) {

  .banner-rider {
    right: -120px;
    bottom: 0;
    height: 100%;
    width: auto;
  }
}


/* =========================================================
   125% Zoom → ~1200px width
========================================================= */

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

  .banner-rider {
    right: -180px;
    bottom: 0;
    height: 100%;
    width: auto;
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .banner-rider {
   right: -120px;
   bottom: -123px;
   opacity: .88;
   height: 100%;
   width: auto;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

  .banner-rider {
    right: -86px;
    bottom: -120px;
    opacity: .88;
    height: 100%;
    width: auto;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .banner-rider {
    right: -80px;
    bottom: -107px;
    opacity: .88;
    height: 97%;
    width: auto;
  }
}
/* event Banner end */