/** Shopify CDN: Minification failed

Line 2565:3 Unexpected "{"

**/
@font-face {
  font-family: "Legitima-Regular";
  src: url("/cdn/shop/files/Legitima-Regular.woff?v=1697108430")
    format("woff");
}
  .product-details-fabric{
    font-size: 15px;
    line-height: 1.73;
}
.product.product-details .sidebar.variant__description_drawer.active {
  right: 0%;
}
.template-search__results .prod-desc{
  color: #0d0d0d;
    font-family: var(--font-lato);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: 0.08px;
}
.prod-desc p{
  color: #0d0d0d;
    font-family: var(--font-lato);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: 0.08px;
}
.template-search__results .prod-desc p{
  font-size: 15px !important;
}
#hardware_option{
  pointer-events: none;
}
.stain_custom_options .stain_options{
   pointer-events: none;
}
.custom-options-hardware, .stain_custom_options{
  cursor: pointer;
}
/* .product-media-modal__content>*{
  width: 50% !important;
} */
select[data-variant-title="Size"],select[data-variant-title="Choose Size"],select[data-variant-title="Bed Size"], select[data-variant-title="Shelf Length"],select[data-variant-title="Stain Options"],select[data-variant-title="Mirror Option"],select[data-variant-title="Table Size"],select[data-variant-title="Leaf Options"],
select[data-variant-title="With - Without Block Set"],select[data-variant-title="Color"]{
  direction: rtl;
}
select[data-variant-title="Size"] option,select[data-variant-title="Bed Size"] option, select[data-variant-title="Stain Options"] option,select[data-variant-title="Table Size"] option,select[data-variant-title="Mirror Option"] option, select[data-variant-title="Leaf Options"] option {
    direction: ltr;
}
.product.product-details .sidebar.variant__description_drawer {
  right: -110%;
  transition: 0.7s ease-in-out;
}
.product-details
  .product__info-wrapper
  div.product-form__input.changeSelect
  .product-form__input--dropdown
  .variantValue {
  /* font-style: italic; */
}
.card__media .media img {
  height: 100%;
  object-fit: scale-down !important;
  object-position: center center !important;
  width: 100%;
}
.product__media-wrapper .media > img {
  object-fit: scale-down;
  /* object-fit: cover; */
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product.product-details .thumbnail-slider {
  position: absolute;
  top: 60px !important;
  width: 69px;
  left: 18px;
  z-index: 2;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --primary: #3b3a3c;
  --secondary: #53605b;
  --sand: #ebe9dd;
  --context: 14.4;
  --sand-text: #fbf9ee;
}
img {
  max-width: 100%;
}
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-lt-yellow: #d2966b;
  --color-black2: #414141;
  --color-black3: #3a3a3a;
  --color-black4: #282828;
  --color-black5: #262626;
  --color-alice-blue: #f0f8ff;
  --color-grullo: #b5a08e;
  --color-linen: #f3e9dc;
  --color-shadow-gray: #3b3a3c;
  --font-lato: "Lato", sans-serif;
  --font-legitima: "Legitima-Regular";
  --font-inter: "Inter", sans-serif;
}
body {
  font-family: var(--font-lato);
  font-size: 18px;
  line-height: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.open {
  overflow: hidden;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-legitima);
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 28px;
  line-height: normal;
}
h5 {
  margin: 0 0 20px 0;
}
h6 {
  margin: 0 0 20px 0;
}
p {
  font-size: 18px;
  letter-spacing: 0.81px;
}
.text-center {
  text-align: center;
}
.btn {
  font-size: 16px;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 2px solid var(--color-black);
  padding: 12px 20px 13px;
  border-radius: 58px;
  text-decoration: none;
  display: inline-block;
  color: var(--color-black);
  min-width: 147px;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.custom-options {
  padding-bottom: 50px;
}
.btn.btn-border-lt-yellow {
  border-color: var(--color-lt-yellow);
}
.btn.btn-border-lt-yellow:hover {
  background-color: var(--color-lt-yellow);
  color: var(--color-black);
}

.btn.btn-lt-yellow {
  background-color: var(--color-lt-yellow);
  border-color: var(--color-lt-yellow);
  color: var(--color-black);
}
.btn.btn-lt-yellow:hover {
  background-color: transparent;
  color: var(--color-black);
}
.container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 0 100px;
}
.container-md {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 0 70px;
}
.container-lg {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.container-full {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.space-between {
  justify-content: space-between;
}
.tab-content {
  display: none;
  animation: boxFadeIn 0.8s ease-in-out;
}
.tab-content.active {
  display: block;
}

@keyframes boxFadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*--------------bg-color---------------------*/
.bg-color-linen {
  background-color: var(--color-linen);
}
/*-----------spacing---------------------*/
.mt-220 {
  margin-top: 220px;
}
.mb-220 {
  margin-bottom: 220px;
}
.mt-170 {
  margin-top: 170px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mt-150 {
  margin-top: 150px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mt-140 {
  margin-top: 140px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mt-130 {
  margin-top: 130px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mt-120 {
  margin-top: 120px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}

.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}

/*-------------------typography media query---------------------------------*/
@media (max-width: 1366px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 42px;
  }
  .container {
    padding: 0 70px;
  }
  .mt-220,
  .mt-170 {
    margin-top: 100px;
  }
  .mb-220,
  .mb-170 {
    margin-bottom: 100px;
  }
  .mt-150,
  .mt-140,
  .mt-130,
  .mt-120,
  .mt-100,
  .mt-90 {
    margin-top: 80px;
  }
  .mb-150,
  .mb-140,
  .mb-130,
  .mb-120,
  .mb-100,
  .mb-90 {
    margin-bottom: 80px;
  }
  .pt-120,
  .pt-100,
  .pt-90 {
    padding-top: 80px;
  }
  .pb-120,
  .pb-100,
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 24px;
  }
  body,
  p {
    font-size: 16px;
  }
  .container,
  .container-md {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }

  .mt-220,
  .mt-170,
  .mt-150,
  .mt-140,
  .mt-130,
  .mt-120,
  .mt-100,
  .mt-90,
  .mt-80 {
    margin-top: 60px;
  }
  .mb-220,
  .mb-170,
  .mb-150,
  .mb-140,
  .mb-130,
  .mb-120,
  .mb-100,
  .mb-90,
  .mb-80 {
    margin-bottom: 60px;
  }
  .pt-120,
  .pt-100,
  .pt-90 {
    padding-top: 60px;
  }
  .pb-120,
  .pb-100,
  .pb-90 {
    padding-bottom: 60px;
  }
  .container,
  .container-md {
    padding: 0 20px;
  }
  html,body{
    overflow-x: hidden;
  }
}
/*-------------------typography media query---------------------------------*/

#MainContent {
  position: relative;
  /* z-index: 1; */
  min-height: 80vh;
  margin-top: 159px;
  @media (max-width: 1024px) {
    margin-top: 117px;
  }
  @media (max-width: 767px) {
    margin-top: 94px;
    min-height: 55vh;
  }
}
.shopify-section.section-header {
  z-index: 99;
}

/*-------------------------------header---------------------------------------*/
sticky-header.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
}
.header-custom-wrapper {
  padding-top: 13px;
  /* padding-bottom: 27px; */
  background-color: var(--color-white);
  /* border-bottom: 1px solid rgba(0,0,0,.2); */
}
.header-custom-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  /* animation: slideDown .8s ease-out; */
  transition: all 0.5s ease;
}
.header-custom-wrapper.sticky .top-header .logo-box img {
  width: 130px;
}
.header-custom-wrapper a {
  color: inherit;
  text-decoration: none;
}
.header-custom-wrapper ul {
  list-style-type: none;
}
.header-custom-wrapper .top-header {
  align-items: center;
  margin-bottom: 25px;
}
.header-custom-wrapper .top-header .contact-box {
  width: 40%;
}
.header-custom-wrapper .contact-box p {
  color: var(--color-grullo);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: normal;
}
.header-custom-wrapper .contact-box ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.header-custom-wrapper .contact-box li {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 19px;
}
.header-custom-wrapper .contact-box li a:hover {
  color: var(--color-grullo);
}
.header-custom-wrapper .top-header .logo-box {
  width: 20%;
  text-align: center;
}
.header-custom-wrapper .top-header .logo-box img {
  width: 130px;
}
.header-custom-wrapper .top-header .social-box {
  width: 40%;
}
.header-custom-wrapper .social-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -42px;
}
.header-custom-wrapper .social-box li {
  margin-left: 27px;
}
.header-custom-wrapper .social-box li svg {
  width: 18px;
  height: 18px;
}
.header-custom-wrapper .social-box li a:hover svg path {
  fill: var(--color-grullo);
}

.header-custom-wrapper .home-icon-box {
  width: 13%;
}
.header-custom-wrapper .menues-wrapper {
  width: 74%;
}
.header-custom-wrapper .menues-wrapper .menues {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-custom-wrapper .menues-wrapper .menu-item {
  margin: 0 16px;
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  /* position: relative; */
}
.header-custom-wrapper .menues-wrapper .menu-item > a {
  padding-bottom: 27px;
  display: block;
  position: relative;
}
.header-custom-wrapper .menues-wrapper .menu-item > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #bb8351;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.header-custom-wrapper .menues-wrapper .menu-item:hover > a:after {
  opacity: 1;
}
.header-custom-wrapper .menues-wrapper .menu-item:hover .mega-menu-wrapper {
  display: block;
}
.header-custom-wrapper .bottom-header .right-content-box {
  width: 13%;
}
.header-custom-wrapper .right-content-box .icon-list {
  display: flex;
  justify-content: flex-end;
}
.header-custom-wrapper .right-content-box .icon-box {
  margin-right: 27px;
  width: 20px;
}
.header-custom-wrapper .right-content-box .icon-box:last-of-type {
  margin-right: 0;
}
.header-custom-wrapper .right-content-box .icon-box a,
.header-custom-wrapper
  .right-content-box
  .icon-box
  .header__search
  .header__icon {
  height: auto;
  width: auto;
}
.header-custom-wrapper .right-content-box .icon-box .icon {
  width: 18px;
  height: 18px;
}
/* .header-custom-wrapper .search-box-wrapper{
  position: relative;
} */
.header-custom-wrapper .search-box-wrapper .header-search-box {
  position: absolute;
  right: 0;
  top: calc(100% + 24px);
  width: calc(100vw - 217px);
  display: none;
  animation: boxFadeIn 0.8s ease-in-out;
}
.header-custom-wrapper .search-box-wrapper .header-search-box.active {
  display: block;
}
.header-custom-wrapper .search-box-wrapper .header-search-box .form-control {
  padding: 10px;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-black);
  outline: none;
  box-shadow: none;
}
.header-custom-wrapper .search-box-wrapper .btn-close {
  position: absolute;
  right: 20px;
  top: 4px;
  color: var(--color-black);
  font-size: 30px;
}

.header-custom-wrapper .menu-toggle {
  width: 35px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.header-custom-wrapper .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  border-radius: 4px;
}
.header-custom-wrapper .mobile-header {
  display: none;
}
.header-custom-wrapper .menu-close-btn {
  width: 25px;
  height: 25px;
  display: none;
}
.header-custom-wrapper .menu-close-btn span {
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  display: block;
}
.header-custom-wrapper .menu-close-btn span:first-of-type {
  transform: rotate(45deg) translate(9px, 9px);
}
.header-custom-wrapper .menu-close-btn span:nth-of-type(2) {
  transform: rotate(-45deg) translate(-8px, 7px);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*-------------------mega menu---------------------------*/
.mega-menu-wrapper {
  /* width: 743px; */
  width: 100%;
  position: absolute;
  background: var(--color-white);
  left: 0;
  padding: 45px 20px 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  transition: 0.3s ease-in-out;
}
.mega-menu-wrapper .inner-megamenu-wrapper {
  width: 900px;
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  margin: auto;
  column-gap: 9.5%;
}
.mega-menu-wrapper .mega-menu-box {
  width: 27%;
}
.mega-menu-wrapper .mega-menu-box h6 {
  color: #b38558;
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.mega-menu-wrapper .mega-menu-box h6 img {
  margin-right: 13px;
}
/* .mega-menu-wrapper .mega-menu-box ul {
  padding-left: 33px;
} */
.mega-menu-wrapper .mega-menu-box li {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.mega-menu-wrapper .mega-menu-box li:hover {
  color: #b38558;
}

@media (max-width: 1280px) {
  .header-custom-wrapper .container {
    padding: 0 50px;
  }
  .header-custom-wrapper .menues-wrapper .menu-item {
    margin: 0 12px;
  }
  .header-custom-wrapper .search-box-wrapper .header-search-box {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 1024px) {
  .header-custom-wrapper {
    padding: 12px 0;
  }
  .header-custom-wrapper .top-header,
  .header-custom-wrapper .bottom-header {
    display: none;
  }
  .header-custom-wrapper .menues-wrapper .menu-item {
    position: relative;
  }
  .header-custom-wrapper .mobile-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .header-custom-wrapper .menu-close-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 33px;
  }
  .header-custom-wrapper .mobile-header .menues-wrapper {
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 101vh;
    left: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-in-out;
    z-index: 2;
  }
  .header-custom-wrapper .mobile-header .menues-wrapper .inner-block {
    width: 50%;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    padding: 90px 20px 50px;
    position: relative;
  }
  .header-custom-wrapper .mobile-header .menues-wrapper.active {
    left: 0;
  }
  .header-custom-wrapper .mobile-header .menues-wrapper .menues {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .header-custom-wrapper .mobile-left-box {
    width: 25%;
  }
  .header-custom-wrapper .mobile-header .right-content-box {
    width: 25%;
  }
  .header-custom-wrapper .mobile-header .logo-box {
    max-width: 140px;
    width: 50%;
  }

  .header-custom-wrapper .social-box {
    margin-bottom: 20px;
  }
  .header-custom-wrapper .social-box ul {
    justify-content: center;
    margin-right: 0;
  }
  .header-custom-wrapper .social-box li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header-custom-wrapper .contact-box {
    text-align: center;
  }
  .header-custom-wrapper .contact-box li {
    margin-right: 0;
  }
  .header-custom-wrapper .contact-box ul {
    justify-content: center;
    flex-direction: column;
  }
  .header-custom-wrapper .menues-wrapper .menu-item > a {
    padding-bottom: 15px;
  }
  .header-custom-wrapper .menues-wrapper .menu-item {
    margin: 0 0 15px 0;
  }
  .header-custom-wrapper .menues-wrapper .menu-item > a:after {
    height: 1px;
    background-color: var(--color-black);
    opacity: 1;
  }
  .header-custom-wrapper .search-box-wrapper .header-search-box {
    top: calc(100% + 50px);
  }
  .header-custom-wrapper .right-content-box li {
    width: auto;
  }
  .header-custom-wrapper .right-content-box li a,
  .header-custom-wrapper .right-content-box li .header__search .header__icon {
    width: 4.4rem;
  }
  .mega-menu-wrapper {
    position: inherit;
    padding: 20px 0;
    transition: inherit;
    width: 100%;
  }
  .header-custom-wrapper .mobile-header .inner-menu-wrapper {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
  }
  .mega-menu-wrapper .inner-megamenu-wrapper {
    max-width: 100%;
    width: 100%;
    row-gap: 10px;
    flex-direction: column;
  }
  .header-custom-wrapper .menues-wrapper .menu-toggle-icon {
    width: 30px;
    display: block;
    height: 30px;
    /* border-bottom: 2px solid var(--color-black);
    border-left: 2px solid var(--color-black);
    transform: rotate(-45deg); */
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .header-custom-wrapper .menues-wrapper .menu-toggle-icon:before{
    content: '';
    width: 45%;
    height: 45%;
    border-bottom: 2px solid var(--color-black);
    border-left: 2px solid var(--color-black);
    transform: rotate(-45deg);
    position: absolute;
    left: 25%;
    top: 10%;
  }
  .header-custom-wrapper .menues-wrapper .menu-toggle-icon.active {
    /* transform: translateY(8px) rotate(135deg); */
    transform: rotate(180deg);
  }
  .mega-menu-wrapper .mega-menu-box {
    width: 100%;
  }
  .mega-menu-wrapper .mega-menu-box h6 {
    margin-bottom: 20px;
  }
  .mega-menu-wrapper .mega-menu-box li {
    margin-bottom: 15px;
  }
  .header-custom-wrapper .menues-wrapper .menu-item:hover .mega-menu-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-custom-wrapper .container {
    padding: 0 20px;
  }
  .header-custom-wrapper .mobile-left-box,
  .header-custom-wrapper .mobile-header .right-content-box {
    width: 90px;
  }
  .header-custom-wrapper .mobile-header .logo-box {
    max-width: calc(100% - 210px);
    width: 104px;
    text-align: center;
  }
  .header-custom-wrapper .right-content-box li {
    margin-right: 18px;
  }
  .header-custom-wrapper .menu-toggle {
    width: 30px;
    height: 18px;
  }
  .header-custom-wrapper .search-box-wrapper .header-search-box {
    width: calc(100vw - 40px);
  }
  .header-custom-wrapper .search-box-wrapper .header-search-box {
    top: calc(100% + 37px);
  }
  .header-custom-wrapper .mobile-header .menues-wrapper .inner-block {
    width: 100%;
  }
}

/*---------------breadcrumb----------------------------*/
.breadcrumb-sec {
  background-color: var(--color-linen);
  padding: 12px 0;
}
.breadcrumb-sec ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-sec li {
  list-style-type: none;
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.63px;
  position: relative;
  padding-right: 30px;
  opacity: 0.5;
}
.breadcrumb-sec li:after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 0;
}
.breadcrumb-sec li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.breadcrumb-sec li:last-of-type {
  padding-right: 0;
}
.breadcrumb-sec li:last-of-type:after {
  display: none;
}

/*--------------------------home banner---------------------------*/
body .slider-mobile-gutter .slideshow {
  min-height: 80vh;
}
.slider-mobile-gutter .slideshow__controls {
  bottom: 53px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
}
.slider-mobile-gutter .slideshow__controls .slider-counter__link {
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 16px;
}
.slider-mobile-gutter
  .slideshow__controls
  .slider-counter__link.slider-counter__link--active {
  border-color: var(--color-white);
}
.slider-mobile-gutter .slideshow__controls .dot {
  background-color: var(--color-white) !important;
  width: 6px;
  height: 6px;
}
.slider-mobile-gutter .slideshow__controls .slider-button,
.slider-mobile-gutter .slideshow__controls .slideshow__autoplay {
  display: none;
}
.slider-mobile-gutter .slideshow__slide .slideshow__text .banner__heading {
  font-family: var(--font-lato);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: flex;
  padding: 8px 24px;
  background-color: #C70707;
  border-radius: 100px;
  gap: 8px;
  width: fit-content;
  align-items: center;

  &::after {
    content: url(/cdn/shop/files/lighting-Icon.svg?v=1762624694);
  }
  &::before {
    content: url(/cdn/shop/files/lighting-Icon.svg?v=1762624694);
  }
}
.slider-mobile-gutter .slideshow__slide .slideshow__text .banner__text p {
  font-family: var(--font-legitima);
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.4px;
  color: var(--color-white);
}
.slider-mobile-gutter .slideshow__slide .slideshow__text {
  max-width: 1000px;
}
.slider-mobile-gutter .slideshow__slide .slideshow__text .banner__buttons {
  margin-top: 30px;
}
.slider-mobile-gutter .slideshow__slide .slideshow__text .button {
  border-radius: 30px;
  width: 188px;
  height: 61px;
  color: var(--color-black);
  background-color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
.slider-mobile-gutter .slideshow__slide .slideshow__text .button:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.slider-mobile-gutter .slideshow__slide .slideshow__text .button:before,
.slider-mobile-gutter .slideshow__slide .slideshow__text .button:after {
  display: none;
}
@media (max-width: 1024px) {
  .slider-mobile-gutter .slideshow__slide .slideshow__text {
    max-width: 600px;
  }
  .slider-mobile-gutter .slideshow__slide .slideshow__text .banner__text p {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .slider-mobile-gutter .slideshow__slide .slideshow__text .banner__text p {
    font-size: 50px;
  }
  .slider-mobile-gutter .slideshow__slide .slideshow__text {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .slider-mobile-gutter .slideshow__slide .slideshow__text .banner__text p {
    font-size: 40px;
  }
  body .slider-mobile-gutter .slideshow .slideshow__text {
    padding-bottom: 100px;
  }
  .slider-mobile-gutter .slideshow__controls {
    bottom: 23px;
  }
}

/*---------------banner bottom sec-------------------------*/
.banner__box{
  padding-top: 0 !important;
}

.hero-banner-below-text {
  padding-bottom: 48px;
  position: relative;
  /* max-width: 1440px; */
  margin-left: auto;
  margin-right: auto;
}
.hero-banner-below-text .arrow-down {
  margin-bottom: 110px;
}
.hero-banner-below-text .arrow-down a {
  display: inline-block;
  padding: 0 20px;
}
.hero-banner-below-text .inner-wrapper {
  max-width: 800px;
  margin: auto;
}
.hero-banner-below-text h4 {
  margin-bottom: 34px;
  color: #262626;
  line-height: normal;
}
.hero-banner-below-text p {
  color: var(--color-black2);
  line-height: 1.6;
  letter-spacing: 0.81px;
}
.hero-banner-below-text .btn-wrapper {
  margin-top: 45px;
}
.hero-banner-below-text .left-img {
  position: absolute;
  left: 150px;
  bottom: 0;
}
.hero-banner-below-text .right-img {
  position: absolute;
  right: 0;
  bottom: 35%;
}
.hero-banner-below-text.about-banner-below-txt .left-img {
  left: 100px;
}
@media (max-width: 1024px) {
  .hero-banner-below-text.about-banner-below-txt .left-img {
    left: 30px;
    bottom: -30px;
    width: 80px;
  }
}
@media (max-width: 992px) {
  .hero-banner-below-text .arrow-down {
    margin-bottom: 50px;
  }
  .hero-banner-below-text .left-img {
    left: 30px;
    width: 70px;
  }
  .hero-banner-below-text .right-img {
    bottom: 60%;
    width: 100px;
  }
  .hero-banner-below-text h4 {
    margin-bottom: 20px;
  }
  .hero-banner-below-text .btn-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-banner-below-text .right-img {
    bottom: 76%;
  }
  .hero-banner-below-text .left-img {
    left: 10px;
    width: 50px;
    bottom: -20px;
  }
  .hero-banner-below-text.about-banner-below-txt .left-img {
    left: 20px;
    width: 50px;
  }
}
/*---------------banner bottom sec end-------------------------*/

/*------------------home collection--------------------------*/
.collection-lists a {
  width: 25%;
  background-color: var(--color-white);
  border: 1px solid rgba(181, 160, 142, 0.27);
  border-width: 0 1px 1px 0;
  padding: 0 20px 0 0;
  text-decoration: none;
  display: flex;
}
.collection-lists .list-box {
  /* width: 25%; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-lists a:nth-of-type(1),
.collection-lists a:nth-of-type(2),
.collection-lists a:nth-of-type(3),
.collection-lists a:nth-of-type(4) {
  border-top-width: 1px;
}
.collection-lists a:nth-of-type(4n + 1) {
  border-left-width: 1px;
}
.collection-lists .list-box figure {
  width: 50%;
  height: 100%;
  position: relative;
  aspect-ratio: 1 / 1;
}
.collection-lists .list-box .p-name {
  width: 45%;
}
.collection-lists .list-box .p-name h5 {
  font-size: 20px;
  color: var(--color-black);
  font-family: var(--font-lato);
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.9px;
  margin-bottom: 0;
}
.collection-lists .list-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-lists .list-box .sale-badge {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16.5px;
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(180deg, #D32F2F 0%, #B71C1C 100%);
  box-shadow: 0 0 25px 0 rgba(211, 47, 47, 0.80), 0 0 45px 0 rgba(211, 47, 47, 0.50), 0 0 15px 0 rgba(255, 255, 255, 0.20) inset;
  width: fit-content;
  position: absolute;
  top: 4px;
  right: 6.25px;
}
@media (max-width: 1200px) {
  .collection-lists .list-box figure {
    width: 45%;
  }
  .collection-lists .list-box .p-name {
    width: 50%;
  }
  .collection-lists .list-box .p-name h5 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .collection-lists .list-box .p-name h5 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .collection-lists a {
    width: 50%;
  }
  .collection-lists a:nth-of-type(3),
  .collection-lists a:nth-of-type(4) {
    border-top-width: 0;
  }
  .collection-lists a:nth-of-type(2n + 1) {
    border-left-width: 1px;
  }
}
@media (max-width: 575px) {
  .collection-lists a {
    width: 100%;
    border-width: 0 1px 1px 1px;
    padding: 15px;
  }
  .collection-lists a:nth-of-type(2) {
    border-top-width: 0;
  }
}
/*------------------home collection end--------------------------*/

/*-------------------------home-featured-product------------------------------*/
.swiper-wrapper {
  align-items: start;
}
.tab-wrapper .img-box .upper-text {
  font-family: var(--font-lato);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.3px;
  display: flex;
  padding: 0;
  background: linear-gradient(180deg, #D32F2F 0%, #B71C1C 100%);
  box-shadow: 0 5.506px 22.528px 0 rgba(211, 47, 47, 0.55);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  flex-direction: column;
}
.tab-wrapper .img-box .bottom-text {
    display: flex;
    padding: 12px 16px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.80);
    width: 90%;
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.tab-wrapper .img-box .bottom-text .prices{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tab-wrapper .img-box .bottom-text .prices .upper {
  color: rgba(255, 255, 255, 0.60);
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: line-through;
}
.tab-wrapper .img-box .bottom-text .prices .bottom {
  color: #FFF;
  font-family: var(--font-lato);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}
.tab-wrapper .img-box .bottom-text .cta {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(180deg, #D32F2F 0%, #B71C1C 100%);
  color: #FFF;
  text-align: center;
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.home-featured-product {
  background-color: var(--color-alice-blue);
  padding: 115px 0;
}
.home-featured-product .row-wrapper {
  justify-content: space-between;
  align-items: center;
}
.home-featured-product .img-box {
  width: 47.5%;
  position: relative;
  border: 6px solid #000;
  border-radius: 34px;
}
.home-featured-product .img-box figure {
  font-size: 0;
}

.home-featured-product .img-box img {
  border-radius: 28px;
}
.home-featured-product .img-box .upper-text {
  font-family: var(--font-lato);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.3px;
  display: flex;
  padding: 8px 24px;
  background-color: #C70707;
  border-radius: 100px;
  gap: 8px;
  width: fit-content;
  align-items: center;
  position: absolute;
  top: 5%;
  left: 5%;

  &::before {
    content: url(/cdn/shop/files/lighting-Icon.svg?v=1762624694);
  }
}
.home-featured-product .img-box .bottom-text {
  display: flex;
  padding: 12px 16px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.home-featured-product .img-box .bottom-text .prices{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-featured-product .img-box .bottom-text .prices .upper {
  color: rgba(255, 255, 255, 0.60);
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: line-through;
}
.home-featured-product .img-box .bottom-text .prices .bottom {
  color: #FFF;
  font-family: var(--font-lato);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
}
.home-featured-product .img-box .bottom-text .cta {
  display: flex;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(180deg, #D32F2F 0%, #B71C1C 100%);
  color: #FFF;
  text-align: center;
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.home-featured-product .img-box .prod_name {
  position: absolute;
  border-radius: 54px;
  background: var(--color-white);
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.72px;
  bottom: 15px;
  padding: 3px 23px;
  left: 50%;
  transform: translateX(-50%);
}
.home-featured-product .text-box {
  width: 46%;
  padding-top: 15px;
}
.home-featured-product .text-box .top-img {
  margin-bottom: 23px;
}
.home-featured-product .text-box .label-heading {
  color: var(--color-lt-yellow);
  text-transform: uppercase;
  font-family: var(--font-lato);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.78px;
  margin: 0;
  margin-bottom: 30px;
}
.home-featured-product .text-box p {
  line-height: normal;
  letter-spacing: 0.81px;
  color: var(--color-black3);
  margin-bottom: 20px;
}
.home-featured-product .text-box .btn-wrapper {
  margin-top: 35px;
}
.home-featured-product .text-box .btn {
  color: var(--color-black4);
}
.home-featured-product .text-box .btn:hover {
  color: var(--color-white);
}

.featured-product-slider {
  /* padding: 0 80px 0 25px; */
  padding: 0 7% 0 2%;
  position: relative;
}
body .swiper-button-next:after,
body .swiper-button-prev:after {
  display: none;
}
body .swiper-button-next,
body .swiper-button-prev {
  width: 39px;
  height: 39px;
}
.featured-product-slider .swiper-button-prev {
  left: -55px;
}
.featured-product-slider .swiper-button-next {
  right: -55px;
}

@media (max-width: 1024px) {
  .home-featured-product {
    padding: 80px 0;
  }
  .featured-product-slider {
    padding: 0;
  }
  .home-featured-product .text-box {
    width: 49%;
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .home-featured-product .row-wrapper {
    align-items: center;
  }
  .home-featured-product .img-box {
    width: 43.5%;
  }
  .home-featured-product .text-box {
    width: 53%;
  }
  .home-featured-product .text-box .top-img,
  .home-featured-product .text-box .label-heading {
    margin-bottom: 15px;
  }
  .home-featured-product .text-box p {
    margin-bottom: 10px;
  }
  .home-featured-product .text-box .btn-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-featured-product .img-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-featured-product .text-box {
    width: 100%;
    text-align: center;
  }
  .featured-product-slider .swiper-button-next {
    right: -19px;
  }
  .featured-product-slider .swiper-button-prev {
    left: -19px;
  }
}
/*-------------------------home-featured-product end------------------------------*/

/*-------------------------------------featured slider--------------------------------------------------------*/
.home-featured-furniture .top-heading-wrapper {
  margin-bottom: 85px;
}
.home-featured-furniture .top-heading-wrapper h3 {
  color: #262626;
  line-height: normal;
  margin-bottom: 28px;
}
.home-featured-furniture .tab-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-featured-furniture .tab-btn-wrapper .tab-link {
  font-size: 16px;
  font-weight: 600;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  list-style-type: none;
  color: var(--color-black);
  border-width: 1px 0 1px 1px;
}
.home-featured-furniture .tab-btn-wrapper .tab-link:last-of-type {
  border-width: 1px 1px 1px 1px;
}
.home-featured-furniture .tab-btn-wrapper .tab-link.active {
  background-color: #ebe1d5;
}
.home-featured-furniture .tab-btn-wrapper .tab-link a {
  text-decoration: none;
  color: inherit;
  padding: 14px 25px;
  display: block;
}
.home-featured-furniture .tab-btn-wrapper .tab-link:first-of-type {
  border-radius: 7px 0 0 7px;
}
.home-featured-furniture .tab-btn-wrapper .tab-link:last-of-type {
  border-radius: 0 7px 7px 0;
}

.product-box .product-details {
  position: relative;
  padding-right: 50px;
}
.product-box .img-box {
  margin-bottom: 14px;
  padding-bottom: 100%;
  position: relative;
}
.product-box .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box .fav-product {
  position: absolute;
  right: 0;
  top: 7px;
}
.product-box .p-name {
  font-size: 18px;
  font-family: var(--font-lato);
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.81px;
  margin-bottom: 11px;
}
.product-box .p-desc {
  line-height: 1.56;
  font-size: 16px;
  letter-spacing: 0.08px;
  color: #0d0d0d;
  margin-bottom: 11px;
}
.product-box .product-price {
  color: #3e3e3e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.06px;
}
.furniture-slider {
  padding: 0 100px;
  position: relative;
}
.furniture-slider .swiper-button-next,
.furniture-slider .swiper-button-prev {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: var(--color-white);
  top: 35%;
  width: 53px;
  height: 53px;
}
.furniture-slider .swiper-button-next:hover,
.furniture-slider .swiper-button-prev:hover {
  opacity: 0.7;
}
.furniture-slider .swiper-button-prev {
  left: 41px;
}
.furniture-slider .swiper-button-next {
  right: 41px;
}
@media (max-width: 1024px) {
  .furniture-slider {
    padding: 0 70px;
  }
  .furniture-slider .swiper-button-next,
  .furniture-slider .swiper-button-prev {
    top: 29%;
  }
}
@media (max-width: 992px) {
  .furniture-slider {
    padding: 0 50px;
  }
  .furniture-slider .swiper-button-next {
    right: 28px;
  }
  .furniture-slider .swiper-button-prev {
    left: 28px;
  }
}
@media (max-width: 767px) {
  .furniture-slider {
    padding: 0 30px;
  }
  .furniture-slider .swiper-button-next,
  .furniture-slider .swiper-button-prev {
    top: 23vw;
  }
  .furniture-slider .swiper-button-next {
    right: 15px;
  }
  .furniture-slider .swiper-button-prev {
    left: 15px;
  }
}
@media (max-width: 575px) {
  .furniture-slider .swiper-button-next,
  .furniture-slider .swiper-button-prev {
    top: 42vw;
  }
  .home-featured-furniture .tab-btn-wrapper {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    width: calc(100% + 20px);
    padding-right: 20px;
  }
  .home-featured-furniture .tab-btn-wrapper .tab-link {
    white-space: nowrap;
  }
  .home-featured-furniture .top-heading-wrapper {
    margin-bottom: 40px;
  }
}
/*-------------------------------------featured slider end--------------------------------------------------------*/

/*-----------------------home decor-------------------------------------*/
.home-decor-section {
  border-top: 1px solid var(--color-grullo);
}
.home-decor-section .text-box a {
  text-decoration: none;
}
.home-decor-section .container-lg {
  padding: 0 50px;
}
.home-decor-section .row-wrapper {
  justify-content: center;
}
.home-decor-section .top-heading-wrapper {
  margin-bottom: 40px;
}
.home-decor-section .top-heading-wrapper h3 {
  color: var(--color-black5);
}
.home-decor-section .decor-box {
  width: calc(20% - 9.6px);
  margin-right: 12px;
  margin-bottom: 15px;
  padding-top: 20px;
}
.home-decor-section .decor-box:nth-of-type(5n) {
  margin-right: 0;
}
.home-decor-section .decor-box .img-box {
  border-radius: 20px;
  padding: 25px 20px;
  background: var(--color-white);
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.decor-box .img-box figure {
  padding-bottom: 100%;
  position: relative;
}
.decor-box .img-box figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  left: 0;
  top: 0;
}
.home-decor-section .decor-box h6 {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.81px;
}
.home-decor-slider .swiper-button-next,
.home-decor-slider .swiper-button-prev {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: var(--color-white);
  top: 40%;
  width: 53px;
  height: 53px;
}
.home-decor-slider {
  position: relative;
}
.home-decor-slider .swiper-button-next:hover,
.home-decor-slider .swiper-button-prev:hover {
  opacity: 0.7;
}
.home-decor-slider .swiper-button-prev {
  left: -26px;
}
.home-decor-slider .swiper-button-next {
  right: -26px;
}

@media (max-width: 992px) {
  .home-decor-section .top-heading-wrapper {
    margin-bottom: 35px;
  }
  .home-decor-section .decor-box {
    width: 30%;
  }
  .home-decor-section .decor-box .img-box {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .home-decor-section .container-lg {
    padding: 0 20px;
  }
  .home-decor-section .row-wrapper {
    justify-content: space-between;
  }
  .home-decor-section .decor-box {
    width: 48%;
    margin-right: 0;
    padding: 20px 0 10px 10px;
  }
  .home-decor-section .decor-box h6 {
    font-size: 16px;
  }
  .home-decor-slider .swiper-button-next,
  .home-decor-slider .swiper-button-prev {
    top: 23vw;
  }
  .home-decor-slider .swiper-button-next {
    right: -10px;
  }
  .home-decor-slider .swiper-button-prev {
    left: -10px;
  }
}
@media (max-width: 480px) {
  .home-decor-slider .swiper-button-next,
  .home-decor-slider .swiper-button-prev {
    display: none;
  }
  .home-decor-slider {
    margin-right: -20px;
  }
}
/*-----------------------home decor end-------------------------------------*/

/*--------------------image-text-design-----------------------------------*/
.image-text-design {
  /* background-color: #F3E9DC; */
}
.image-text-design .row-wrapper {
  padding-right: 25px;
  justify-content: space-between;
  align-items: center;
}
.image-text-design .text-box {
  width: 44%;
}
.image-text-design .text-box h2 {
  margin-bottom: 30px;
  color: var(--color-black5);
  line-height: normal;
}
.image-text-design .text-box p {
  color: var(--color-black2);
  letter-spacing: 0.81px;
  line-height: 1.53;
}
.image-text-design .design-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: space-between;
}
.image-text-design .design-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 44.5%;
  margin-bottom: 40px;
}
.image-text-design .design-list figure {
  width: 38px;
}
.image-text-design .design-list span {
  width: calc(100% - 58px);
  letter-spacing: 0.81px;
  font-size: 18px;
  line-height: 1.29;
  color: var(--color-black);
  font-weight: 400;
}
.image-text-design .img-box {
  width: 47%;
}
@media (max-width: 1024px) {
  .image-text-design .row-wrapper {
    padding-right: 0;
    align-items: flex-start;
  }
  .image-text-design .text-box {
    width: 48%;
  }
  .image-text-design .design-list {
    margin-top: 20px;
  }
  .image-text-design .design-list li {
    width: 48%;
    margin-bottom: 20px;
  }
  .image-text-design .design-list span {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .image-text-design .img-box {
    width: 100%;
    order: 1;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .image-text-design .text-box {
    width: 100%;
    order: 2;
  }
  .image-text-design .design-list {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .image-text-design .design-list span {
    width: calc(100% - 48px);
  }
  .image-text-design .text-box {
    text-align: center;
  }
}
/*--------------------image-text-design end-----------------------------------*/

/*------------------------------reviews-sec-----------------------------------*/
.reviews-sec .img-box {
  width: 52%;
}
.reviews-sec .img-box img {
  width: 100%;
}
.reviews-sec .text-box {
  width: 41%;
}
.reviews-sec .text-box figure {
  margin-bottom: 23px;
}
.reviews-sec .text-box h6 {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.reviews-sec .text-box h4 {
  color: var(--color-black5);
  line-height: normal;
  font-weight: 400;
  max-width: 472px;
  letter-spacing: normal;
}
.reviews-sec .text-box p {
  color: var(--color-black2);
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.81px;
  margin-bottom: 20px;
}
.reviews-sec .text-box .u-name {
  color: var(--color-black5);
  font-family: var(--font-legitima);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reviews-sec .review-slider {
  position: relative;
  padding-bottom: 80px;
  padding-top: 25px;
}
.review-slider .swiper-button-prev,
.review-slider .swiper-button-next {
  bottom: 33px;
  top: auto;
  background-color: #0f0f0f;
  border-radius: 50%;
}
.review-slider .swiper-button-prev img,
.review-slider .swiper-button-next img {
  filter: invert(1);
  width: 20px;
}
.review-slider .swiper-button-prev:hover,
.review-slider .swiper-button-next:hover {
  opacity: 0.8;
}
.review-slider .swiper-button-prev {
  left: 0;
}
.review-slider .swiper-button-next {
  left: 59px;
}

.reviews-sec.our-store-sec .row-wrapper {
  align-items: center;
}
.reviews-sec.our-store-sec .text-box h4 {
  margin-bottom: 34px;
}
@media (max-width: 1024px) {
  .reviews-sec .text-box {
    width: 44%;
  }
  .reviews-sec .review-slider {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .reviews-sec .text-box,
  .reviews-sec .img-box {
    width: 48%;
  }
  .reviews-sec .review-slider {
    padding-top: 0;
  }
  .reviews-sec .text-box h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .reviews-sec .img-box {
    width: 100%;
    margin-bottom: 30px;
    order: 0;
  }
  .reviews-sec .text-box {
    width: 100%;
    padding-left: 20px;
    text-align: center;
    order: 2;
  }
  .reviews-sec.our-store-sec .text-box {
    padding: 0 20px 0 0;
  }
  .review-slider .swiper-button-prev {
    left: calc(50% - 40px);
  }
  .review-slider .swiper-button-next {
    left: calc(50% + 20px);
  }
  .reviews-sec.our-store-sec .text-box h4 {
    margin-bottom: 20px;
  }
}
/*-------------------------------reviews-sec-------------------------------------*/

/*-------------------------------give-us-call-sec----------------------------------*/
.give-us-call-sec {
  position: relative;
  /* max-width: 1440px; */
  margin-left: auto;
  margin-right: auto;
}
.give-us-call-sec .bg-icon {
  position: absolute;
}
.give-us-call-sec .left-img {
  top: 90px;
  left: 39px;
}
.give-us-call-sec .right-img {
  right: 0;
  top: -40px;
}
.give-us-call-sec .inner-wrapper {
  max-width: 593px;
  margin: auto;
}

.give-us-call-sec h2 {
  color: var(--color-black5);
  margin-bottom: 10px;
}
.give-us-call-sec p {
  color: var(--color-black2);
  letter-spacing: 0.81px;
  line-height: 1.53;
}
.give-us-call-sec .btn-wrapper {
  margin-top: 70px;
  flex-direction: column;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.give-us-call-sec .btn-wrapper .btn {
  margin-bottom: 15px;
  font-weight: 700;
  padding: 12px 58px 13px;
}
.give-us-call-sec .btn-wrapper .call-link {
  color: var(--color-black);
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
}
.give-us-call-sec .btn-wrapper .call-link:hover {
  color: var(--color-lt-yellow);
}
@media (max-width: 767px) {
  .give-us-call-sec .right-img {
    top: -50px;
    max-width: 100px;
  }
  .give-us-call-sec .left-img {
    left: 4px;
    top: auto;
    bottom: -40px;
    max-width: 70px;
  }
}
/*--------------------------------------give-us-call-sec-end----------------------------*/

/*-------------------------------product-banner-sec----------------------------------------*/
.img-txt-banner-sec {
  background-color: var(--color-alice-blue);
}
.img-txt-banner-sec .row-wrapper {
  align-items: center;
}
.img-txt-banner-sec .img-box {
  width: 47%;
}
.img-txt-banner-sec .img-box img {
  width: 100%;
}
.img-txt-banner-sec .text-box {
  width: 53%;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}
.img-txt-banner-sec .text-box .inner-txt-box {
  max-width: 522px;
}
.img-txt-banner-sec .text-box h3 {
  font-size: 40px;
  line-height: normal;
  color: var(--color-black4);
  font-weight: 400;
  margin-bottom: 36px;
}
.img-txt-banner-sec .text-box p {
  color: var(--color-black3);
  line-height: normal;
  margin-bottom: 20px;
}
.img-txt-banner-sec .text-box p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .img-txt-banner-sec .text-box {
    padding: 30px 5%;
  }
}
@media (max-width: 1024px) {
  .img-txt-banner-sec .text-box h3 {
    font-size: 35px;
  }
}
@media (max-width: 992px) {
  .img-txt-banner-sec .text-box h3 {
    font-size: 30px;
  }
  .img-txt-banner-sec .text-box {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .img-txt-banner-sec .img-box {
    width: 100%;
  }
  .img-txt-banner-sec .text-box {
    padding: 40px 20px;
    width: 100%;
  }
  .img-txt-banner-sec .text-box h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
/*-------------------------------collection-banner-sec end----------------------------------------*/

/*-------------------collection page ------------------------*/
.collection-hero {
  margin-top: 85px;
}
.collection-hero .collection-hero__inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 105px;
}
.collection-hero .collection-hero__title {
  color: var(--color-black5);
  font-family: var(--font-legitima);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

body .collection-page {
  padding-top: 0;
  margin-top: -25px;
  padding-bottom: 100px;
}
.collection-page .page-width {
  max-width: 1440px;
  width: 100%;
  padding: 0 105px;
  flex-wrap: wrap;
}

.collection-page .facets.facets-vertical-sort {
  margin-bottom: 60px;
}
.collection-page .facets.facets-vertical-sort .product-count-vertical {
  display: none;
}
.collection-page .facets.facets-vertical-sort .facet-filters {
  padding-left: 0;
}
.collection-page
  .facets.facets-vertical-sort
  .facet-filters
  .facet-filters__label {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.63px;
  margin-right: 10px;
}
.collection-page
  .facets.facets-vertical-sort
  .facet-filters
  .facet-filters__sort {
  color: #0f0f0f;
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.63px;
  outline: none;
  box-shadow: none;
}

.collection-page .facets-wrapper {
  width: 25.2%;
}
.collection-page .facets-wrapper .facets__form-vertical {
  width: 100%;
}
.collection-page .facets-wrapper .facets-container {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.collection-page .facets-wrapper .active-facets .active-facets__button {
  padding: 5px;
}
.collection-page .facets-wrapper .facets__heading {
  font-family: var(--font-lato);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.63px;
}
.collection-page .facets-wrapper .active-facets__button-wrapper {
  display: flex !important;
  margin: 0;
}
.collection-page .facets-wrapper .active-facets__button-remove {
  font-family: var(--font-lato);
  color: var(--color-black);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.405px;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.4;
}
.collection-page .facets-wrapper .active-facets__button-remove span {
  font-size: inherit;
}
.collection-page .facets-wrapper .facets__disclosure-vertical {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.collection-page .facets-wrapper .facets__disclosure-vertical .facets__summary {
  font-family: var(--font-lato);
  color: var(--color-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.63px;
  padding-left: 16px;
  position: relative;
}
.collection-page
  .facets-wrapper
  .facets__disclosure-vertical
  .facets__summary:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 8px solid #262626;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 22px;
}
.collection-page
  .facets-wrapper
  .facets__disclosure-vertical[open]
  .facets__summary:before {
  transform: rotate(180deg);
}
.collection-page .facets-wrapper .facets__disclosure-vertical .icon-caret {
  display: none;
}
.collection-page .facets-wrapper .facets__summary span {
  text-decoration: none;
}
.collection-page .facets-wrapper .facet-checkbox {
  color: #0f0f0f;
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.63px;
  padding-right: 0;
}
.collection-page .facets-wrapper .facet-checkbox svg {
  margin-top: 3px;
}
.collection-page .facets-wrapper .facet-checkbox .icon-checkmark {
  top: 1.4rem;
}

.collection-page .facets-vertical .product-grid-container {
  width: 74.8%;
}
/* .collection-page #product-grid {
  column-gap: 18px;
  row-gap: 50px;
} */
/* .collection-page .grid__item {
  width: calc(33.33% - 12px) !important;
  max-width: 33.33% !important;
} */
.grid__item .card__inner {
  --ratio-percent: 100% !important;
}
/* .grid__item .card__inner .card__content{
    position: absolute;
    display: block;
} */
.grid__item .card__information {
  padding-top: 14px;
}
.grid__item .card__content .card__heading {
  font-family: var(--font-lato);
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.81px;
  margin-bottom: 11px;
}
.grid__item .card__content .price {
  color: #3e3e3e;
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.06px;
}
@media (max-width: 1280px) {
  .collection-page .page-width,
  .collection-hero .collection-hero__inner {
    padding: 0 70px;
  }
}
@media (max-width: 1024px) {
  .collection-page .page-width,
  .collection-hero .collection-hero__inner {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .collection-hero {
    margin-top: 55px;
  }
  .collection-page .page-width,
  .collection-hero .collection-hero__inner {
    padding: 0 20px;
  }
  .collection-page .facets-wrapper {
    width: 33%;
  }
  .collection-page .facets-vertical .product-grid-container {
    width: 67%;
  }
  .grid__item {
    width: calc(50% - 9px);
    max-width: 50%;
  }
  .grid__item .card__content .card__heading {
    font-size: 15px;
  }
}
@media (max-width: 749px) {
  .collection-hero {
    margin-top: 50px;
  }
  .collection-hero .collection-hero__title {
    font-size: 28px;
  }
  body .collection-page {
    margin-top: 20px;
  }
  .collection-page .facets-wrapper {
    width: 100%;
  }
  .collection-page .facets-vertical .product-grid-container {
    width: 100%;
  }
  .grid__item {
    width: calc(33% - 12px);
    max-width: 33.33%;
  }
  .collection-page .facets-wrapper .active-facets-mobile {
    margin: inherit;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  body .collection-page {
    padding-bottom: 60px;
  }
   {
    column-gap: 10px;
    row-gap: 20px;
  }
  .grid__item {
    width: calc(50% - 5px);
    max-width: 50%;
  }
  .grid__item .card__content .card__heading {
    font-size: 14px;
  }
}

/*--------------------contact-form-sec---------------------------*/
.img-txt-banner-sec.contact-banner .container-full {
  max-width: 1440px;
}
.contact-form-sec .inner-wrapper {
  /* padding: 0 237px 0 93px; */
  padding: 0px 19% 0 7.3%;
}
.contact-form-sec .top-heading-wrapper {
  margin-bottom: 29px;
}
.contact-form-sec .top-heading-wrapper h3 {
  font-size: 40px;
  color: var(--color-black4);
  margin-bottom: 16px;
  line-height: normal;
  font-weight: 400;
}
.contact-form-sec .top-heading-wrapper p {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 600;
  line-height: 1.2;
  color: #3b3a3c;
}
.contact-form-sec .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-sec .form-group {
  width: 28.2%;
  margin-bottom: 37px;
}
.contact-form-sec .form-group.width-full {
  width: 100%;
}
.contact-form-sec .form-group label {
  display: block;
  width: 100%;
  color: #bb8351;
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.contact-form-sec .form-group .form-control {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 7px 0 44px 0;
  width: 100%;
  box-shadow: none;
}
.contact-form-sec .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact-form-sec .submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  row-gap: 25px;
}
.contact-form-sec .submit-wrapper p {
  font-size: 14px;
  line-height: normal;
  color: var(--color-black);
  letter-spacing: 0;
  width: 65%;
}
.contact-form-sec .submit-wrapper .btn {
  width: 245px;
  max-width: 100%;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .contact-form-sec .inner-wrapper {
    padding: 0px 8% 0 5%;
  }
}
@media (max-width: 1024px) {
  .contact-form-sec .top-heading-wrapper h3 {
    font-size: 35px;
  }
  .contact-form-sec .inner-wrapper {
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .contact-form-sec .top-heading-wrapper h3 {
    font-size: 30px;
  }
  .contact-form-sec .submit-wrapper p {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .contact-form-sec .submit-wrapper p {
    width: 100%;
  }
  .contact-form-sec .submit-wrapper .btn {
    width: 200px;
    margin: auto;
  }
  .contact-form-sec .top-heading-wrapper h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .contact-form-sec .form-group {
    width: 100%;
    margin-bottom: 25px;
  }
  .contact-form-sec .form-group .form-control {
    padding: 7px 0 25px;
  }
}

/*--------------------------faq sec---------------------------*/
.faq-sec .top-heading-wrapper h1 {
  color: var(--color-black5);
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.4px;
}
.faq-sec .accor-wrapper {
  max-width: 977px;
  margin-left: auto;
  margin-right: auto;
}
.accor-wrapper .sub-heading-wrapper {
  margin-bottom: 55px;
}
.accor-wrapper .sub-heading-wrapper h4 {
  color: var(--color-black5);
  font-weight: 400;
  line-height: normal;
}
.accor-wrapper .accor-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 26px 0;
}
.accor-wrapper .accor-head {
  position: relative;
  padding-left: 34px;
  padding-right: 30px;
  cursor: pointer;
}
.accor-wrapper .accor-head h6 {
  color: #3b3a3c;
  font-family: var(--font-lato);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}
.accor-wrapper .accor-head .question-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/cdn/shop/files/ri-question-fill.png?v=1698309835");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.accor-wrapper .accor-head .toggle-icon {
  position: absolute;
  right: 10px;
  width: 14px;
  height: 14px;
  border-left: 3px solid var(--color-black);
  border-bottom: 3px solid var(--color-black);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
}
.accor-wrapper .accor-head.active .toggle-icon {
  transform: translateY(-50%) rotate(-225deg);
  margin-top: 3px;
}
.accor-wrapper .accor-content {
  display: none;
  padding: 20px 0;
}
.accor-wrapper .accor-content p,
.accor-wrapper .accor-content li {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .faq-sec {
    margin-bottom: 80px;
  }
  .accor-wrapper .sub-heading-wrapper {
    margin-bottom: 30px;
  }
  .faq-sec .accor-wrapper.mt-90 {
    margin-top: 80px;
  }
}

/*----------------common banner-------------------*/
.common-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 467px;
}
.common-banner .bg-img {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
  left: 15px;
}
.common-banner .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-banner .overlay-txt {
  padding: 60px 35px 90px;
}
.common-banner p {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.common-banner h1 {
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.4px;
}
@media (max-width: 767px) {
  .common-banner {
    min-height: 360px;
  }
}

/*-------------------our-history-sec----------------------------*/
.our-history-sec .top-heading-wrapper {
  margin-bottom: 60px;
}
.our-history-sec .top-heading-wrapper h4 {
  color: var(--color-black5);
}
.history-slider {
  padding-left: 146px;
  position: relative;
  padding-bottom: 138px;
}
.history-slider .swiper {
  padding-right: 65%;
}
.history-slider .history-date {
  margin-bottom: 43px;
  width: 111px;
  height: 111px;
  display: flex;
  align-items: center;
}
.history-slider .history-date span {
  border: 1px solid #bb8351;
  background-color: var(--color-linen);
  border-radius: 50%;
  color: var(--color-black);
  font-family: var(--font-lato);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  font-size: 0;
}
.history-slider .swiper-slide-active .history-date span {
  width: 100%;
  height: 100%;
  font-size: 26px;
}
.history-slider .history-date:before {
  content: "";
  width: calc(100% + 110px);
  height: 1px;
  background-color: #bb8351;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: -1;
}
.history-slider .txt-box {
  opacity: 0.2;
}
.history-slider .swiper-slide-active .txt-box {
  opacity: 1;
}
.history-slider h5 {
  color: var(--color-shadow-gray);
  font-family: var(--font-legitima);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.48px;
  margin-bottom: 28px;
}
.history-slider p {
  color: var(--color-shadow-gray);
  font-family: var(--font-lato);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.5px;
  letter-spacing: normal;
}
.history-slider .swiper-button-prev,
.history-slider .swiper-button-next {
  border: 2px solid #b38558;
  border-radius: 30px;
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: auto;
  height: 48px;
  display: flex;
  align-items: center;
  column-gap: 7px;
  bottom: 0;
  margin-top: 0;
  transform: inherit;
  top: auto;
}
.history-slider .swiper-button-prev img,
.history-slider .swiper-button-next img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.history-slider .swiper-button-prev {
  left: auto;
  right: calc(50% + 9px);
  /* left: calc(50% + 9px); */
  /* right: auto; */
  padding: 14px 23px 14px 28px;
  display: flex;
  flex-direction: row-reverse;
}
/* .history-slider .swiper-button-prev img {
  transform: rotate(180deg);
} */
.history-slider .swiper-button-next {
  /* left: auto;
  right: calc(50% + 9px); */
  left: calc(50% + 9px);
  padding: 14px 22px 14px 27px;
  right: auto;
}
@media (max-width: 1280px) {
  .history-slider {
    padding-left: 100px;
  }
}
@media (max-width: 1024px) {
  .history-slider {
    padding-left: 70px;
  }
}
@media (max-width: 992px) {
  .history-slider {
    padding-left: 50px;
    padding-bottom: 100px;
  }
  .history-slider .swiper {
    padding-right: 35%;
  }
  .history-slider .history-date {
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
  }
  .history-slider .history-date:before {
    width: calc(100% + 40px);
    top: 40px;
  }
  .history-slider .swiper-slide-active .history-date span {
    font-size: 18px;
  }
  .history-slider h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .our-history-sec .top-heading-wrapper {
    margin-bottom: 40px;
  }
  .history-slider {
    padding-left: 20px;
  }
  .history-slider .swiper {
    /* padding-right: 18%; */
    padding-right: 20px;
  }
  .history-slider .swiper-button-prev,
  .history-slider .swiper-button-next {
    width: 140px;
  }
}

/*---------------------footer--------------------------*/
.index-page .custom-footer-wrapper {
  background-color: var(--color-white);
  border-top: 1px solid var(--color-grullo);
}
.index-page .custom-footer-wrapper .top-footer {
  padding-top: 31px;
}
.custom-footer-wrapper {
  border-top: 1px solid #fff;
  background-color: #f3e9dc;
}
.custom-footer-wrapper .top-footer {
  padding-top: 112px;
  padding-bottom: 75px;
}
.custom-footer-wrapper .colm-box h6 {
  color: var(--color-black);
  font-family: var(--font-legitima);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.custom-footer-wrapper .colm-box ul {
  list-style-type: none;
}
.custom-footer-wrapper .colm-box li {
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.custom-footer-wrapper .colm-box li img,
.custom-footer-wrapper .colm-box li svg {
  width: 24px;
  margin-right: 13px;
}
.custom-footer-wrapper .colm-box li a {
  color: var(--color-black);
  text-decoration: none;
}
.custom-footer-wrapper .colm-box li a:hover {
  color: var(--color-lt-yellow);
}

.custom-footer-wrapper .ft-bottom {
  border-top: 1px solid rgba(181, 160, 142, 0.2);
  padding: 20px 0;
}
.custom-footer-wrapper .ft-bottom .row-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.custom-footer-wrapper .ft-bottom p {
  color: #101010;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-page .custom-footer-wrapper .ft-bottom p {
  color: #c2c2c2;
}
.custom-footer-wrapper .ft-bottom .social-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 20%;
  list-style-type: none;
}
.custom-footer-wrapper .ft-bottom .social-wrapper li {
  margin: 0 13px;
}
.custom-footer-wrapper .ft-bottom .social-wrapper svg {
  width: 24px;
  height: 24px;
}
.custom-footer-wrapper .ft-bottom .social-wrapper li a:hover svg path {
  fill: var(--color-grullo);
}
@media (max-width: 1200px) {
  .custom-footer-wrapper .colm-box.logo-box {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .custom-footer-wrapper .top-footer {
    padding-top: 60px;
  }
  .custom-footer-wrapper .colm-box.logo-box {
    margin-bottom: 70px;
  }
  .custom-footer-wrapper .top-footer {
    padding-bottom: 35px;
  }
  .custom-footer-wrapper .colm-box {
    width: 42%;
    /* flex: auto; */
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .custom-footer-wrapper .colm-box {
    width: 48%;
  }
  .custom-footer-wrapper .ft-bottom .row-wrapper {
    flex-direction: column-reverse;
  }
  .custom-footer-wrapper .ft-bottom .social-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .custom-footer-wrapper .colm-box {
    width: 100%;
    text-align: center;
  }
  .custom-footer-wrapper .colm-box li {
    justify-content: center;
  }
}

/*-------------------here-to-help-sec----------------------------*/
.here-to-help-sec {
  background-color: #f0f8ff;
  padding: 94px 75px 110px;
}
.here-to-help-sec .top-heading-wrapper {
  margin-bottom: 70px;
}
.here-to-help-sec .row-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.here-to-help-sec .colm-box {
  width: 50%;
  padding: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}
.here-to-help-sec .colm-box:nth-of-type(2n) {
  border-right: none;
}
.here-to-help-sec .inner-box {
  max-width: 443px;
  display: flex;
  flex-direction: column;
}
.here-to-help-sec .colm-box figure {
  margin-bottom: 23px;
}
.here-to-help-sec .colm-box h5 {
  color: var(--color-shadow-gray);
  font-family: var(--font-legitima);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
}
.here-to-help-sec .colm-box p {
  color: var(--color-shadow-gray);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: normal;
  margin-bottom: 50px;
}
.here-to-help-sec .colm-box .btn {
  margin-top: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: auto;
}
.here-to-help-sec .colm-box .btn.btn-lt-yellow {
  padding-left: 58px;
  padding-right: 58px;
}
@media (max-width: 1024px) {
  .here-to-help-sec {
    padding: 70px 20px;
  }
  .here-to-help-sec .colm-box {
    padding: 30px 50px;
  }
}
@media (max-width: 992px) {
  .here-to-help-sec .colm-box {
    padding: 30px;
  }
  .here-to-help-sec .colm-box .btn,
  .here-to-help-sec .colm-box .btn.btn-lt-yellow {
    padding-left: 25px;
    padding-right: 25px;
  }
  .here-to-help-sec .colm-box p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .here-to-help-sec .top-heading-wrapper {
    margin-bottom: 50px;
  }
  .here-to-help-sec .colm-box {
    width: 100%;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .here-to-help-sec .colm-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 360px) {
  .here-to-help-sec .colm-box .btn,
  .here-to-help-sec .colm-box .btn.btn-lt-yellow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*--------------related-products------------------------*/
.related-products.page-width {
  width: 100%;
  max-width: 1440px;
  padding: 100px;
}
.related-products .related-products__heading {
  font-size: 30px;
  color: var(--color-black5);
  font-family: var(--font-legitima);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 75px;
  text-align: center;
}
.related-products .product-grid {
  column-gap: 18px;
}
.related-products .grid__item {
  margin-bottom: 40px;
  width: calc(25% - 14px);
  max-width: calc(25% - 14px);
}
.related-products .card__content .card__information {
  padding: 15px 0 0 0;
}
.related-products .card__content .card__heading {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.81px;
  margin-bottom: 10px;
}
.related-products .card__content .price {
  color: #3e3e3e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.06px;
}
@media (max-width: 1024px) {
  .related-products.page-width {
    padding: 70px;
  }
}
@media (max-width: 992px) {
  .related-products.page-width {
    padding: 70px 50px;
  }
}
@media (max-width: 800px) {
  .related-products .grid__item {
    width: calc(50% - 9px);
    max-width: calc(50% - 9px);
  }
}
@media (max-width: 767px) {
  .related-products.page-width {
    padding: 50px 20px;
  }
  .related-products .related-products__heading {
    margin-bottom: 35px;
  }
  .related-products .card__content .card__heading {
    font-size: 16px;
  }
}

.product__media-wrapper .product__media-icon,
.product__media-wrapper .thumbnail__badge {
  display: none;
}
.product .product-media-container {
  border: none;
}
/* .product{
  column-gap: calc(188vw / var(--context)) !important;
  align-items: flex-start;
} */
/* .product .product__media-wrapper {
    max-width: calc(50% - (95vw / var(--context))) !important;
    width: 100% !important;
} */
/* .product .product__media-wrapper .slider-buttons {
    position: absolute;
    top: 50%;
    left: calc(20vw / var(--context));
    transform: translateY(-50%);
} */
/* .product .product__media-wrapper .slider-buttons .slider-counter{
    min-width: unset;
}
.product .product__media-wrapper .slider-buttons .custom-dot-buttons{
    padding: 0;
}
.product .product__media-wrapper .slider-buttons .slider-button{
  display: none;
}
.product .product__media-wrapper .slider-buttons .slideshow__control-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: calc(6vw / var(--context));
} */
/* .product .product__media-wrapper .slider-buttons .slider-counter__link--dots .dot {
    width: calc(3vw / var(--context));
    height: calc(15vw / var(--context));
    border-radius: 0;
    background: var(--cream);
    border: none;
    transition: .5s ease;
    opacity: .5;
}
.product .product__media-wrapper .slider-buttons .slider-counter__link--active .dot {
    width: calc(3vw / var(--context));
    height: calc(38vw / var(--context));
    border-radius: 0;
    background: var(--primary);
    opacity: 1;
}
.product .product__info-wrapper {
  padding-top: calc(153vw / var(--context));
  max-width: calc(50% - (95vw / var(--context))) !important;
  width: 100% !important;
  padding-left: 0;
}

.product .thumbnail-slider .thumbnail-list.slider--tablet-up {
    justify-content: center;
}

.product .product__media-list{
    margin-bottom: calc(22vw / var(--context));
}

.slider--mobile+.slider-buttons,.slider:not(.slider--everywhere):not(.slider--desktop)+.slider-buttons{
  display: block !important;
} */

/*---------------------product details page UI-------------------------*/
.product.product-details {
  padding: 6px 100px 0;
  column-gap: 0 !important;
  justify-content: space-between;
  margin-bottom: 100px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.product.product-details .product__media-wrapper {
  width: 46.4% !important;
  max-width: 46.4% !important;
}
.product.product-details .product__media-wrapper media-gallery {
  position: relative;
  margin-bottom: 90px;
  display: block;
}
.product.product-details .product__media-wrapper .product-media-container {
  width: 100%;
}
.product.product-details
  .product__media-wrapper
  .product-media-container
  .product__media {
  padding-top: 107.5%;
}
.product.product-details .thumbnail-slider {
  position: absolute;
  top: 60px;
  width: 69px;
  left: 18px;
  z-index: 2;
}
.product.product-details .thumbnail-slider .thumbnail-list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.product.product-details .thumbnail-slider .thumbnail-list__item {
  height: 54px;
}
.product.product-details .slider-counter .slideshow__control-wrapper {
  flex-direction: row;
  display: flex;
  display: none;
}
.product.product-details .slider-buttons {
  display: block !important;
}
.product.product-details .slider-counter {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.product.product-details .slider-counter .custom-dot-buttons {
  width: 15px;
  height: 3px;
  margin: 0 6px;
  padding: 0;
}
.product.product-details
  .slider-counter
  .custom-dot-buttons.slider-counter__link--active
  .dot {
  opacity: 1;
  background-color: #3b3a3c;
}
.product.product-details .slider-counter .custom-dot-buttons .dot {
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
}
.product.product-details .slider-buttons {
  display: block;
}
.product.product-details .product-description-moved p {
  color: #3b3a3c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.73;
  margin-bottom: 10px;
  margin-top: 15px;
}
.product.product-details .product-description-moved p strong {
  color: #3b3a3c;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.product.product-details .product-description-moved ul {
  padding-left: 20px;
}
.product.product-details .product-description-moved li {
  color: #3b3a3c;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
}

.product.product-details .product__info-wrapper {
  padding-left: 0 !important;
  padding-top: 50px !important;
  width: 42% !important;
  max-width: 42% !important;
}
.product-details .product__info-wrapper div {
  margin: 0;
}
.product.product-details .product__info-wrapper .breadcrumbs {
  margin-bottom: 39px;
}
.product.product-details
  .product__info-wrapper
  .breadcrumbs
  .breadcrumbs__link {
  color: var(--color-grullo);
  font-family: var(--font-lato);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.63px;
  line-height: 1.6;
  text-decoration: none;
}

.product.product-details .product__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 27px 0;
}
.product.product-details a.product__title {
  display: none;
}
.product.product-details .product__title h3 {
  color: var(--color-black4);
  font-family: var(--font-legitima);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-right: 15px;
}
.product.product-details .product__title .product__inventory {
  background-color: #ebe9dd;
  border-radius: 46px;
  color: var(--color-black);
  font-family: var(--font-inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.24px;
  padding: 3px 12px;
}

.product.product-details .product__text {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.14px;
  margin: 0 0 20px 0 !important;
}

.product.product-details .price__container {
  margin-right: 23px;
}
.product.product-details .price__container .price__sale {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.product.product-details .price__container .price-item.price-item--sale {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-right: 16px;
}
.product.product-details .price__container .price-item.price-item--regular {
  color: #3e3e3e;
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 0.07px;
  text-decoration-line: strikethrough;
  opacity: 0.4;
  margin-right: 0;
}
.product.product-details .price .badge.price__badge-sale {
  background: #ff3b20;
  padding: 3px 8px;
  color: var(--color-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.06px;
  border-radius: 0;
}

.product.product-details variant-selects {
  margin: 40px 0 0;
}
.product.product-details .product-form__input--dropdown,
.product.product-details .custom-options {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.product.product-details .product-form__input--dropdown:first-of-type .select {
  border-top: 1px solid rgba(59, 58, 60, 0.1);
}
.product.product-details .product-form__input--dropdown .select,
.product.product-details .custom-options .select {
  width: 100%;
  max-width: 407px;
}
.product.product-details .product-form__input--dropdown .select:before,
.product.product-details .product-form__input--dropdown .select:after,
.product.product-details .custom-options .select:before,
.product.product-details .custom-options .select:after {
  display: none;
}
.product.product-details .product-form__input--dropdown .select__select,
.product.product-details .custom-options .select__select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(59, 58, 60, 0.1);
  padding: 0;
  color: var(--color-black);
  font-family: var(--font-inter);
  font-size: 14px;
  /* font-style: italic; */
  font-weight: 400;
  line-height: normal;
  text-align: right;
  padding-right: 24px;
  outline: none;
  box-shadow: none;
  height: 55px;
  /* pointer-events:none; */
}
.product.product-details .product-form__input--dropdown .form__label,
.product.product-details .custom-options .form__label {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-black);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.product.product-details .product-form__input--dropdown .select svg,
.product.product-details .custom-options .select svg {
  right: 0;
  transform: rotate(-90deg);
}

.product.product-details .product-form {
  margin: 0;
}
.product.product-details
  .product-form
  .product-form__buttons
  .shopify-payment-button {
  display: none;
}
.product.product-details
  .product-form
  .product-form__buttons
  .product-form__submit {
  background-color: #3b3a3c;
  border: 2px solid #3b3a3c;
  border-radius: 30px;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.42;
  width: 269px;
  margin-left: auto;
  margin-top: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.product.product-details
  .product-form
  .product-form__buttons
  .product-form__submit:hover {
  color: #3b3a3c;
  background-color: var(--color-white);
}
.product.product-details
  .product-form
  .product-form__buttons
  .product-form__submit:before,
.product.product-details
  .product-form
  .product-form__buttons
  .product-form__submit:after {
  display: none;
}
.product.product-details
  .product-form
  .product-form__buttons
  .loading-overlay__spinner {
  position: absolute;
  right: -30px !important;
  left: auto !important;
}
.product.product-details .estimated-data-section {
  border-radius: 10px;
  background: #f5f4ef;
  padding: 20px 29px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.product.product-details .estimated-data-section div {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.85;
}
.product.product-details .estimated-data-section div span {
  font-style: italic;
  font-weight: 400;
}
.only-title .text-box.text-center {
    width: 100%;
      padding-top: 60px;
}
.product.product-details .product-form__quantity .quantity__label {
  display: none;
}
.product.product-details .product-form__quantity .quantity {
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(59, 58, 60, 0);
  width: 119px;
  height: 54px;
  margin-top: -60px;
}
.product.product-details .product-form__quantity .quantity:before,
.product.product-details .product-form__quantity .quantity:after {
  display: none;
}
.product.product-details .product-form__quantity .quantity .quantity__input {
  color: #3b3a3c;
  text-align: center;
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.42;
  padding: 0;
  outline: none;
  box-shadow: none;
}
.product-details .product__info-wrapper #downpay-product-wrapper{
  margin-top: 20px;
}
.product-details .product__info-wrapper #downpay-product-wrapper p,
.product-details .product__info-wrapper #downpay-product-wrapper .purchase-option{
  font-size: 15px;
  line-height: 1.73;
}
.product.product-details .customize-section {
  margin: 20px 0 40px;
}
.product.product-details .customize-section a {
  color: #975;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}
.product.product-details .customize-section .customize-list {
  margin-top: 35px;
}
.product.product-details .customize-section .customize-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
}
.product.product-details .customize-section .customize-list li img {
  margin-right: 11px;
}

.product.product-details .product__accordion {
  border-color: rgba(59, 58, 60, 0.1);
}
.product.product-details .product__accordion .accordion__title {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.14px;
}
.product.product-details .product__accordion .accordion__content {
  padding-bottom: 15px;
}
.product.product-details .product__accordion p {
  font-size: 14px;
}

.product.product-details .sidebar {
  width: 100%;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.45);
}
.product.product-details .sidebar .container-liner {
  width: 765px;
  height: 100%;
  margin-left: auto;
  background-color: var(--color-white);
  position: relative;
  overflow-y: auto;
}
.product.product-details .sidebar .heading-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 25px 30px 16px 30px;
}
.product.product-details .sidebar .heading-wrapper .heading-option {
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product.product-details .sidebar .heading-wrapper .close-option {
  position: absolute;
  right: 25px;
  top: 28px;
  width: 20px;
  height: 20px;
  font-size: 0;
  transform: rotate(45deg);
}
.product.product-details .sidebar .heading-wrapper .close-option:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  top: 9px;
}
.product.product-details .sidebar .heading-wrapper .close-option:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--color-black);
  position: absolute;
  left: 9px;
  top: 0;
}

.product.product-details .sidebar .swatch-drawer-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  column-gap: 4.25%;
}
.product.product-details .sidebar .image-btn-wrapper {
  width: 30.5%;
  margin-bottom: 70px;
}
.product.product-details .sidebar .image-btn-wrapper .image-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  pointer-events: none;
}
.product.product-details
  .sidebar
  .image-btn-wrapper
  .image-title
  a:nth-of-type(1) {
  color: var(--color-black);
  text-align: center;
  font-family: var(--font-lato);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  text-decoration: none;
  margin-top: 9px;
}
.product.product-details .sidebar .image-btn-wrapper .image-title img {
  width: 100%;
  height: 100%;
}
.product.product-details .sidebar .image-btn-wrapper .btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 29px;
}
.product.product-details .sidebar .image-btn-wrapper .preview_btn a {
  border-radius: 58px;
  border: 1px solid #3b3a3c;
  background: #3b3a3c;
  color: var(--color-white);
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 13.5px 20.5px;
  text-decoration: none;
  display: block;
}
.product.product-details .sidebar .image-btn-wrapper .choose_btn a {
  border-radius: 58px;
  border: 1px solid #b38558;
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-lato);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 13.5px 20.5px;
  text-decoration: none;
  display: block;
  width: 105px;
}

.product.product-details .sidebar .swatch-drawer-wrapper #overlay {
  display: block;
  width: 40%;
  margin-right: 765px;
  background-color: var(--color-white);
  margin-left: auto;
  left: auto;
  right: 0;
  display: none !important;
}
.product.product-details .sidebar .swatch-drawer-wrapper #modal {
  width: 40%;
  right: 765px;
  left: auto;
  box-shadow: none;
  background: #f6f6f6;
  height: 100%;
  transform: inherit;
  top: 0;
  text-align: center;
  transition: margin-right 0.75s;
}
.product.product-details .sidebar .swatch-drawer-wrapper #closeBtn {
  font-size: 40px;
  color: #000;
  right: 20px;
}
.product.product-details .sidebar .swatch-drawer-wrapper #modal img {
  margin-top: 60px;
  background: var(--color-white);
  border: 1px solid #dbdcd7;
  padding: 30px;
  width: 70%;
}
.product.product-details div.sidebar #modal {
  top: 0;
  right: 765px;
  left: auto;
  height: 100%;
  width: 40%;
  box-shadow: none;
  background: #f6f6f6;
  height: 100%;
  transform: inherit;
  top: 0;
  text-align: center;
}
@media (max-width: 1300px) {
  .product.product-details .sidebar .swatch-drawer-wrapper #modal {
    width: 30%;
  }
}
@media (max-width: 1280px) {
  .product.product-details .thumbnail-slider {
    top: 40px;
    width: 60px;
  }
  .product.product-details .thumbnail-slider .thumbnail-list__item {
    height: 44px;
  }
  .product.product-details .product__info-wrapper {
    width: 45% !important;
    max-width: 45% !important;
  }
}
@media (max-width: 1100px) {
  .product.product-details .sidebar .container-liner {
    width: 700px;
  }
  .product.product-details div.sidebar #modal{
    width: calc(100% - 700px);
    right: auto;
  }
  .product.product-details .sidebar .swatch-drawer-wrapper {
    padding: 30px 20px;
    column-gap: 1%;
  }
  .product.product-details .sidebar .image-btn-wrapper {
    width: 32.66%;
  }
  .product.product-details .sidebar .swatch-drawer-wrapper #modal {
    right: 700px;
  }
}
@media (max-width: 1024px) {
  .product.product-details {
    padding: 0 50px;
  }
  .product.product-details .product__info-wrapper {
    width: 48% !important;
    max-width: 48% !important;
    padding-top: 20px !important;
  }
}
@media (max-width: 992px) {
  .product.product-details .product__media-wrapper media-gallery {
    margin-bottom: 50px;
  }
  .product.product-details .thumbnail-slider {
    top: 20px;
    width: 40px;
  }
  .product.product-details .thumbnail-slider .thumbnail-list__item {
    height: 28px;
  }
  .product.product-details .product__info-wrapper .breadcrumbs {
    margin-bottom: 20px;
  }
  .product.product-details
    .product-form
    .product-form__buttons
    .product-form__submit {
    width: 200px;
  }
  .product.product-details .estimated-data-section {
    padding: 20px;
  }

  .product.product-details .sidebar .container-liner {
    width: 500px;
  }
  .product.product-details div.sidebar #modal{
    width: calc(100% - 500px);
  }
  .product.product-details .sidebar .swatch-drawer-wrapper {
    padding: 20px;
    column-gap: 2%;
  }
  .product.product-details .sidebar .image-btn-wrapper {
    margin-bottom: 40px;
    width: 32%;
  }
  .product.product-details .sidebar .image-btn-wrapper .image-title img {
    width: 100%;
    height: 100%;
  }
  .product.product-details .sidebar .image-btn-wrapper .btn_wrapper {
    margin-top: 15px;
  }
  .product.product-details .sidebar .image-btn-wrapper .preview_btn a,
  .product.product-details .sidebar .image-btn-wrapper .choose_btn a {
    padding: 10px;
    font-size: 10px;
    width: auto;
  }
  .product.product-details .sidebar .swatch-drawer-wrapper #modal {
    right: 500px;
    width: 35%;
  }
  .product.product-details .sidebar .swatch-drawer-wrapper #modal img {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .product.product-details .slider-counter{
    display: none;
  }
  .product.product-details {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .product.product-details .product__media-wrapper,
  .product.product-details .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .product.product-details .product__media-wrapper .product-description-moved {
    display: none;
  }
  .product.product-details .product__media-wrapper media-gallery {
    margin-bottom: 20px;
  }

  .product.product-details .slider-mobile-gutter {
    margin: 0 !important;
  }
  .product.product-details .slider-mobile-gutter .product__media-item {
    margin-left: 0 !important;
    min-width: 100%;
    width: 100%;
  }
  .product.product-details .slider-mobile-gutter .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    z-index: 2;
  }
  .product.product-details .slider-mobile-gutter .slider-button svg {
    width: 20px;
    height: 20px;
  }
  .product.product-details
    .slider-mobile-gutter
    .slider-button.slider-button--prev {
    left: 0px;
  }
  .product.product-details
    .slider-mobile-gutter
    .slider-button.slider-button--next {
    right: 0px;
  }

  .product.product-details .product__title h3 {
    font-size: 18px;
    margin-right: 10px;
  }
  .product.product-details .product__title {
    margin: 0 0 20px;
  }
  .product.product-details .sidebar .swatch-drawer-wrapper #modal {
    right: 0;
    width: 100%;
  }
  .product.product-details .sidebar .swatch-drawer-wrapper #modal img {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .product.product-details .sidebar .container-liner {
    max-width: 100%;
  }
  .product.product-details .sidebar .swatch-drawer-wrapper {
    justify-content: space-around;
    padding: 20px 10px;
  }
  .product.product-details .sidebar .image-btn-wrapper {
    width: 49%;
    max-width: 160px;
  }
  .product.product-details div.sidebar #modal{
    width: 100%;
    z-index: 10002;
  }
}

@media (max-width: 360px) {
  .product.product-details
    .product-form
    .product-form__buttons
    .product-form__submit {
    width: 150px;
  }
  .product.product-details .price__container .price-item.price-item--sale {
    margin-right: 10px;
  }
  .product.product-details .price__container {
    margin-right: 10px;
  }
}

/*---------------product description------------------------*/
.product-description-moved.mobile {
  display: none;
  padding: 0 20px;
  margin-bottom: 50px;
}
.product-description-moved.mobile p {
  color: #3b3a3c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.73;
  margin-bottom: 10px;
  margin-top: 15px;
}
.product-description-moved.mobile p strong {
  color: #3b3a3c;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.product-description-moved.mobile ul {
  padding-left: 20px;
}
.product-description-moved.mobile li {
  color: #3b3a3c;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
}
@media (max-width: 767px) {
  .product-description-moved.mobile {
    display: block;
  }
}

/*---------------------------account page --------------------------*/
.customer.login button,
.customer.register button,
.customer.reset-password button {
  border: 1px solid var(--color-black);
  transition: all 0.3s ease-in-out;
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 30px;
}
.customer.login button:before,
.customer.login button:after,
.customer.register button:before,
.customer.register button:after,
.customer.reset-password button:before,
.customer.reset-password button:after {
  display: none;
}
.customer.login button:hover,
.customer.register button:hover,
.customer.reset-password button:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.customer.account .account-title,
.customer.order .account-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 15px;
}

.customer.reset-password .field {
  margin: 3rem 0 0;
}
.customer.reset-password .field:first-of-type {
  margin-top: 0;
}
.customer form .field .form__message {
  width: 100%;
  top: 100%;
  position: absolute;
  margin-top: 5px;
}

.customer.addresses .edit-address,
.customer.addresses .add-address {
  margin-top: 30px;
}
.customer.addresses .edit-address form {
  margin-top: 2rem;
}

.customer.order .address-box h2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .customer.order .address-box h2 {
    font-size: 30px;
  }
}

span.swym-fave-count {
  display: none !important;
}

/* Below CSS written by Nitin Saxena for product details page */

.product.product-details .price__container {
  display: flex;
  align-items: center;
}
.product.product-details .price__container .price__regular {
  order: 1;
}
.product.product-details
  .price__container
  .price__regular
  .price-item--regular {
  text-decoration: line-through;
}
.swym-btn-container .swym-add-to-wishlist:after {
  font-size: 18px;
}
.product-details .product__info-wrapper div.product-form__input.changeSelect {
  display: flex;
  justify-content: space-between;
  max-width: 407px;
  position: relative;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid rgba(59, 58, 60, 0.1);
}
.product-details
  .product__info-wrapper
  div.product-form__input.changeSelect
  .form__label {
  color: var(--color-black);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.changeSelect .button-for-option {
  padding: 0 24px 0 0;
  color: var(--color-black);
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  cursor: pointer;
}
.product-details
  .product__info-wrapper
  div.product-form__input.changeSelect
  svg {
  right: 0;
  transform: rotate(-90deg);
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
}
.product.product-details .sidebar .image-btn-wrapper .choose_btn a:hover {
  background: #b38558;
  color: #fff;
}
.product.product-details .sidebar .heading-wrapper .close-option {
  cursor: pointer;
}
div#sidebar {
  display: block;
  right: -100%;
  visibility: hidden;
  transition: 0.5s ease;
  z-index: 102;
  box-shadow: none;
}
div#sidebar.active {
  right: 0%;
  visibility: visible;
  width: 765px;
}
.product.product-details div.sidebar {
  background-color: transparent;
}
div.popup-underlay {
  background: rgba(61, 70, 67, 0.8);
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s, height 0.5s 0.5s, z-index 0.5s 0.5s;
  transition: opacity 0.5s, height 0.5s 0.5s, z-index 0.5s 0.5s;
  z-index: 100;
  display: block;
}
.popUpOpened div.popup-underlay {
  opacity: 1;
  height: 100%;
  transition: opacity 0.5s;
}
/* .product.product-details div.sidebar #modal {
  top: 0;
  right: 765px;
  left: auto;
  height: 100%;
  width: 40%;
  box-shadow: none;
  background: #f6f6f6;
  height: 100%;
  transform: inherit;
  top: 0;
  text-align: center;
} */
.product.product-details div.sidebar #modal {
  display: block;
  transform: translateX(100%) !important;
  visibility: hidden;
  transition: 0.5s ease !important;
}
.product.product-details div.sidebar #modal.active {
  visibility: visible;
  transform: translateX(0%) !important;
}
.product.product-details div.sidebar .container-liner {
  z-index: 10001;
}
.product.product-details div.sidebar #modal img {
  margin-top: 60px;
  background: var(--color-white);
  border: 1px solid #dbdcd7;
  padding: 30px;
  width: 70%;
}
.product.product-details div.sidebar #modal #closeBtn {
  font-size: 40px;
  color: #000;
  right: 20px;
}
/* Main img thumbnail section  */
.product.product-details .thumbnail-slider {
  max-height: 600px;
  overflow: auto;
  padding-right: 5px;
  width: 75px;
}
.product.product-details ::-webkit-scrollbar {
  width: 4px;
  background: #fff;
}
.product.product-details ::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.product.product-details ::-webkit-scrollbar-track {
  background: #ddd;
}

/* Below CSS for home page featured furniture section */

#tabs {
  border: 0 !important;
}
#tabs .ui-widget-header {
  border: 0;
  background: transparent;
}
#tabs.ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding-bottom: 0;
}
.home-featured-furniture .tab-btn-wrapper .tab-link {
  border-radius: 0;
}
.home-featured-furniture .tab-btn-wrapper .tab-link:first-of-type {
  border-radius: 7px 0 0 7px;
}
.home-featured-furniture .tab-btn-wrapper .tab-link:last-of-type {
  border-radius: 0 7px 7px 0;
}
#tabs .product-box .product-content {
  position: relative;
}
#tabs .product-box .product-content button {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 1;
}
#tabs .product-box .product-content .p-desc {
  font-family: var(--font-lato);
}
#tabs .product-box .product-content .price {
  font-family: var(--font-lato);
  color: #3e3e3e;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.06px;
}
#tabs .swiper-button-next,
#tabs .swiper-button-prev {
  box-shadow: 0 4px 8px #0003;
  border-radius: 50%;
  background-color: var(--color-white);
  top: 52%;
  width: 53px;
  height: 53px;
}
#tabs.ui-tabs .ui-tabs-panel {
  padding: 0;
}
#tabs .swiper-button-prev {
  left: -56px;
}
#tabs .swiper-button-next {
  right: -56px;
}
.product.product-details .thumbnail-slider {
  top: 20px;
}
.tab-content-wrapper a {
  text-decoration: none;
}
.tab-content-wrapper a:hover {
  text-decoration: underline;
}

.furniture-slider-tabs.tab-content {
  display: block;
  animation: boxFadeIn 0.8s ease-in-out;
}

/* AS Work */

body .collection-page {
  margin-top: unset;
}
.collection-page .facets.facets-vertical-sort {
  margin-bottom: 0;
  padding-bottom: 65px;
  padding-top: 85px;
}
.collection-page .facets.facets-vertical-sort form .facet-filters.sorting {
  width: 100%;
  align-items: center;
}
.collection-page
  .facets.facets-vertical-sort
  form
  .facet-filters.sorting
  .custom-collection-title
  h4 {
  color: #262626;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.facets-vertical .active-facets-vertical-filter {
  align-items: center;
}
.collection-page
  .product-grid-container
  .grid__item
  .product-card-wrapper
  .card__content
  .wishlist-title-wrapper {
  display: flex;
  align-items: center;
}
.collection-page
  .product-grid-container
  .grid__item
  .product-card-wrapper
  .card__content
  .wishlist-title-wrapper
  .swym-button {
  align-self: flex-start;
  width: 50px;
}
.collection-page
  .product-grid-container
  .grid__item
  .product-card-wrapper
  .card__content
  .prod-desc
  p,.template-search .search-page-data {
  color: #0d0d0d;
  font-family: var(--font-lato);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.08px;
}
.collection-page .pagination-wrapper .pagination ul li a {
  color: #0d0d0d;
  text-align: center;
  font-family: var(--font-lato);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: 0.81px;
}
@media (max-width: 992px) {
  body .collection-page .facets.facets-vertical-sort {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Product Page Breadcrumb code Start Here */

.product.product-details .product__info-wrapper .breadcrumb-sec {
  background: none;
  padding: 0;
}
.product.product-details .product__info-wrapper .breadcrumb-sec .container {
  padding-left: 0;
  padding-right: 0;
}
.product.product-details
  .product__info-wrapper
  .breadcrumb-sec
  .container
  .inner-wrapper
  .breadcrumbs__list {
  justify-content: flex-start;
}
.product.product-details
  .product__info-wrapper
  .breadcrumb-sec
  .container
  .inner-wrapper
  .breadcrumbs__list
  li:last-child
  a {
  color: #000;
}

.product.product-details .sidebar .image-btn-wrapper .image-title a {
  min-height: 40px;
}
.product.product-details .sidebar {
  right: -110%;
  opacity: 0;
  transition: 0.7s ease-in-out;
}
.product.product-details .sidebar.active {
  opacity: 1;
  right: 0%;
}
.product.product-details .sidebar #overlay {
  opacity: 0.7;
}
.product.product-details .sidebar.active #overlay {
  display: block;
}
.product.product-details .sidebar.active #modal.active {
  visibility: visible;
  transform: translateX(0%) !important;
}
/* Product Page Breadcrumb code Ends Here */
/* End AS Work */

/* Feedbacks Code Start Here */

.product-grid-container {
  .product-grid {
    .grid__item {
      .card__content {
        .card__information {
          .wishlist-title-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 11px;
            h3 {
              margin-bottom: unset;
            }
            .swym-button {
              position: relative;
              z-index: 10;
            }
          }
        }
      }
    }
  }
}

/* Feedbacks Code Start Here */
#radioButtonPolyElement {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 524px;
}

.product-form__input.product-form__input--dropdown.polyColorProduct .select {
  display: none;
}
.polyColorProduct label.form__label {
  position: unset !important;
}
.image-btn-wrapper-poly .image-title {
  padding: 5px;
  padding-bottom: 1px;
}
.image-btn-wrapper-poly.active .image-title {
  position: relative;
}
.image-btn-wrapper-poly.active .image-title::after {
  border: 2px solid #000;
  position: absolute;
  inset: 0;
  background: url(/cdn/shop/files/check_1.svg?v=1710931465)
    no-repeat center;
  content: "";
  background-size: 60%;
  filter: drop-shadow(0px 0px 6px black);
}
.card__inner.color-background-2 {
  background: none;
}

/* .product.product-details .product-form__input--dropdown,
.product.product-details .custom-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(59, 58, 60, 0.1);
  height: 55px;
}

.product.product-details .product-form__input--dropdown .select__select,
.product.product-details .custom-options .select__select {
  width: auto;
  margin-left: auto;
  border-bottom: none;
} */
.stain-selections .image-with-text .image-with-text__media-item img{
  object-fit: contain;
}
.mobile-facets__wrapper{
  margin-bottom: 10px;
}
  .product.product-details .custom-options .select__select,
  .product.product-details .custom-options .select__select option{
    direction:rtl;
}
@media (max-width: 1100px){
  .product.product-details .thumbnail-slider{
    max-height: 350px;
  }
}
@media (max-width: 900px){
  .swym-wishlist-modal-container .swym-wishlist-detail-content{
    padding-top: 20px;
  }
  .swym-wishlist-modal-container .swym-wishlist-detail .swym-wishlist-detail-separator{
    margin: 0 20px;
  }
  .product.product-details .thumbnail-slider{
    max-height: 170px;
  }
}
@media (max-width: 767px){
  .mobile-header .cart-count-bubble{
    left: 1.3rem;
  }
  body .main-options-drawer .heading-option,
  .product.product-details .sidebar .heading-wrapper{
    padding: 16px 30px 16px 30px;
  }
  .collection-page .facets-wrapper .active-facets__button-remove{
    padding: 5px 10px;
  }
  /* .product.product-details .product-form__input--dropdown .select__select, 
  .product.product-details .custom-options .select__select,
  .product.product-details .product-form__input--dropdown .select__select option, 
  .product.product-details .custom-options .select__select option{
    direction:rtl;
  } */
}
.thumbnail-list_item--variant {
    display: none;
}
.product__media-item--variant {
    display: none;
}
.product.product-details .thumbnail-slider .thumbnail-list__item:last-child {
    display: none;
}
product-modal.product-media-modal .product-media-modal__dialog{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
product-modal.product-media-modal .product-media-modal__dialog .product-media-modal__toggle{
  position: absolute;
  right: 2rem;
}

/* SEO Css */
.banner .banner__box .banner__text h1{
  font-size: 80px;
}
.hero-banner-below-text .inner-wrapper h2{
  font-size: 28px;
}
.home-featured-furniture .tabs .top-heading-wrapper h2{
  font-size: 30px;
}
.reviews-sec  .text-box h2{
  font-size: 16px;
}
.reviews-sec  .text-box h3{
  font-size: 28px;
}
.reviews-sec  .text-box h2{
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--font-lato);
}
.custom-footer-wrapper .top-footer .colm-box h2{
  font-size: 20px;
}
@media(max-width: 1024px){
    .banner .banner__box .banner__text h1{
      font-size: 60px;
    }
}
@media(max-width: 992px){
    .banner .banner__box .banner__text h1{
      font-size: 50px;
    }
    .hero-banner-below-text .inner-wrapper h2, .reviews-sec  .text-box h3{
      font-size: 24px;
    }
    .home-featured-furniture .tabs .top-heading-wrapper h2{
      font-size: 26px;
    }
}
@media(max-width: 768px){
    .banner .banner__box .banner__text h1{
      font-size: 40px;
    }
    .hero-banner-below-text .inner-wrapper h2, .reviews-sec  .text-box h3{
      font-size: 22px;
    }
  .home-featured-furniture .tabs .top-heading-wrapper h2{
      font-size: 24px;
    }
}

/* Code By AS */

.img-txt-banner-sec .row-wrapper .text-box .inner-txt-box h1{
    font-size: 40px;
    line-height: normal;
    color: var(--color-black4);
    font-weight: 400;
}
.collection-page .facets-vertical-form .custom-collection-title h2{
    color: #262626;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product .product__info-wrapper .product__title h1{
  color: var(--color-black4);
  font-family: var(--font-legitima);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.here-to-help-sec .inner-wrapper .top-heading-wrapper h2{
  font-size:30px;
  font-weight:400;
}
.here-to-help-sec .inner-wrapper .row-wrapper .inner-box h3{
  color: var(--color-shadow-gray);
  font-family: var(--font-legitima);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.75;
  letter-spacing: 0.48px;
}


/* Luxcraft polycolr section css starts*/

  section.luxcraft-colors{
    background-color: #FFFFED;
  }
  section.luxcraft-colors .container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two-column layout */
    gap: 40px;
    padding: 40px;
    max-width: 1440px;
    margin: auto;
}

/* Color Section */
.color-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* .color-category h3 {
    margin-top: 20px;
    font-size: 20px;
} */

.luxcraft-colors .color-swatch {
   width: 15%;
    text-align: center;
}

.luxcraft-colors .color-swatch p {
  font-size:11px;
}
.color-category{
  margin-top:40px;
}
.color-category .color-swatches{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.color-category img{
  width:100%;
  max-width:50px;
}

/* Color Grid */
.color-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 10px;
}

.color-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
}

/* Right Section (Note + Care Instructions) */
.right-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Note Section */
.color-note {
    /*background: #fff8dc;*/
    padding: 15px;
    border-left: 10px solid #ffcc00;
    font-size: 14px;
}

/* Care Section */
.care-section {
    /*background: #fff;*/
    padding: 20px;
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.care-section h3 {
    font-size: 22px;
}

.care-section ul {
    padding-left: 20px;
}

.care-section li {
    margin-bottom: 10px;
}

.care-section ul li::marker{
  color:#8B8000;
}
/* Mobile Responsiveness */
@media (max-width: 767px) {
    section.luxcraft-colors .container {
        grid-template-columns: 1fr; /* Single-column layout */
        gap: 20px;
        padding: 20px;
    }

    .color-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .care-section {
        padding: 15px;
    }

    .right-section {
        gap: 10px;
    }
}
/* Luxcraft polycolr section css ends*/


/* warranty info section starts */
.warranty-section {
    background-color: #FFFBEF; /* Light background color */
    padding: 60px 0;
}

section.warranty-section .container {
    max-width: 1440px; /* Centering content with a limited width */
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.warranty-header img {
    /* width: 80px; /* Adjust the logo size */ 
    display: block;
    margin: 0 auto 15px;
}

.warranty-header h1 {
    /*font-family: 'Times New Roman', serif;*/
    font-size: 36px;
    font-weight: 500;
    color: #806500;
    margin-bottom: 20px;
    position: relative;
}

.warranty-header h1::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #806500;
    margin: 10px auto 0;
}

.warranty-content {
   /* font-family: 'Arial', sans-serif;*/
    font-size: 16px;
    color: #4B4B4B;
    line-height: 1.8;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.warranty-content p {
    margin-bottom: 15px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .warranty-header h1 {
        font-size: 28px;
    }

    .warranty-content {
        font-size: 14px;
    }
}

/* warranty info section ends  */


/* full width image banner css starts */
  .full-width-banner {
  position: relative;
  width: 100%;
  height: 500px; /* Default height for standard desktop screens */
  max-height: 80vh; /* Prevents banner from becoming too tall */
  text-align: center;
  overflow: hidden; /* Prevents unwanted extra space */
}

.banner-img {
  width: 100%;
  height: 100%; /* Ensures image covers the banner */
  object-fit: cover; /* Prevents image distortion */
}

.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

/* Show mobile image and hide desktop image on small screens */
@media (max-width: 768px) {
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
  }
  .full-width-banner {
    height: 350px; /* Adjust height for mobile */
    max-height: 65vh;
  }
}

/* Large screens (1920px and above) */
@media (min-width: 1920px) {
  .full-width-banner {
    height: 600px;
    max-height: 85vh;
  }
}

/* Medium-sized desktops (1440px - 1919px) */
@media (max-width: 1919px) {
  .full-width-banner {
    height: 500px;
    max-height: 80vh;
  }
}

/* Small desktops & tablets (1024px - 1439px) */
@media (max-width: 1439px) {
  .full-width-banner {
    height: 450px;
    max-height: 75vh;
  }
}

/* Tablets (768px - 1023px) */
@media (max-width: 1023px) {
  .full-width-banner {
    height: 400px;
    max-height: 70vh;
  }
}

/* Banner Content Styling */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
}

.banner-logo img {
  max-width: 120px;
  height: auto;
}

.banner-tagline {
  font-size: 18px;
  margin-top: 10px;
}

.banner-year {
  font-size: 22px;
  font-weight: bold;
  margin-top: 5px;
}
.is_lux_products .warranty-section p,.is_lux_products .warranty-section li, .is_lux_products .luxcraft-colors li,.is_lux_products .luxcraft-colors p,.is_lux_products .content-container p{
  font-size: 16px;
}
.is_lux_products .color-swatches p{
  font-size: 11px !important;
}
.is_lux_products .content-container img {
    height: 60px !important;
    width: 60px !important;
}
.is_lux_products .content-container .media.media--transparent.media--adapt {
    padding-bottom: 50% !important;
}
/* full width image banner css ends */