ul.sigFreeClassic li.sigFreeThumb {
  background: none !important;
}
.service-cta .dnikmail {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid #e7dfd5;
}
.service-cta .dnikmail .row {
  margin-bottom: 16px;
}
.service-cta .dnikmail .form-control,
.service-cta .dnikmail .form-select {
  height: 52px;
  border-radius: 10px;
  border: 1px solid #d7d0c8;
  box-shadow: none;
}
.service-cta .dnikmail .form-control:focus,
.service-cta .dnikmail .form-select:focus {
  border-color: #b1723f;
}
.service-cta .dnikmail .form-control-file {
  padding-top: 12px;
}
.service-cta .dnikmail .mybtn-send {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  background: #b1723f;
  border-color: #b1723f;
}
.service-cta .dnikmail .mybtn-send:hover {
  background: #9a6135;
  border-color: #9a6135;
}
@media (max-width: 767.98px) {
  .service-cta .dnikmail {
    margin-top: 22px;
    padding-top: 22px;
  }
  .service-cta .dnikmail .row {
    margin-bottom: 10px;
  }
}
.article-list .article .readmore {
  float: right;
}
.article-details h1 {
  text-align: center;
}
.scale {
  margin-bottom: 30px;
}
.scale .card {
  height: 100%;
  border: 1px solid #e6ddd2;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  transition: all .3s ease;
}
.scale .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.scale .card img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}
.scale .card:hover img {
  transform: scale(1.04);
}
.scale .card-body {
  padding: 24px;
}
.scale .card-body h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
}
.scale .card-body h3 a {
  color: #4b3526;
  text-decoration: none;
  transition: color .3s ease;
}
.scale .card:hover h3 a {
  color: #b27642;
}
.scale .card-text {
  margin: 0;
  color: #5f5f5f;
  line-height: 1.7;
  font-size: 0.95rem;
}
@media (max-width: 767.98px) {
  .scale {
  margin-bottom: 20px;
  }
  .scale .card-body {
  padding: 18px;
  }
  .scale .card-body h3 {
  font-size: 1.25rem;
  }
  .scale .card-text {
  font-size: 0.9rem;
  }
}
.mfp_carousel_skin_card .mfp_carousel_item > div {
  background: #fff;
  border: 1px solid #e6dfd6;
  border-radius: 14px;
  overflow: hidden;
  transition: all .3s ease;
  height: 100%;
  box-shadow: 0 3px 12px rgba(0,0,0,.05);
}
.mfp_carousel_skin_card .mfp_carousel_item > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}
.mfp_carousel_skin_card .mfp_thumb_pos_top {
  display: block;
  overflow: hidden;
}
.mfp_carousel_skin_card .mfp_thumb_pos_top img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .5s ease;
}
.mfp_carousel_skin_card .mfp_carousel_item:hover img {
  transform: scale(1.05);
}
.mfp_carousel_skin_card .mfp_carousel_title {
  margin: 0 !important;
}
.mfp_carousel_skin_card .mfp_carousel_title a {
  color: #3a3128;
  text-decoration: none;
  transition: color .3s ease;
}
.mfp_carousel_skin_card .mfp_carousel_title a:hover {
  color: #b2743c;
}
.mfp_carousel_skin_card .mfp_carousel_item {
  padding: 10px;
}
.district-links {
  gap: 7px;
  margin: 25px 0 40px;
}
.district-links .tagbtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid #ece5dc;
  border-radius: 10px;
  color: #4d4035;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.district-links .tagbtn:hover {
  background: #b67842;
  border-color: #b67842;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(182,120,66,.25);
}
.district-links .tagbtn i {
  font-size: 12px;
  transition: transform .25s ease;
}
.district-links .tagbtn:hover i {
  transform: translateX(3px);
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-green {
  background-color: #ddffe7;
  border-color: #badbcc;
  overflow: hidden;
}
.alert-red {
  background-color: #ffe9e9;
  border-color: #f5c2c7;
  overflow: hidden;
}
.alert-yellow {
  background-color: #fff7de;
  border-color: #ffecb5;
  overflow: hidden;
}
.alert-blue {
  background-color: #dcf9ff;
  border-color: #b6effb;
  overflow: hidden;
}
.alert-grey {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  overflow: hidden;
}
.alert-black {
  background-color: #000;
  border-color: #000;
  overflow: hidden;
  color: #fff;
}
.alert-dark {
  background-color: #363636;
  border-color: #363636;
  overflow: hidden;
  color: #fff;
}
.alert-side-line {
  border-left: 6px solid #BFE2FF;
  font-style: italic;
  background-color: aliceblue;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.content-note {
  position: relative;
  background: #fdfbf8;
  border: 1px solid #e7ddd2;
  border-radius: 12px;
  padding: 24px 28px 24px 70px;
  margin: 35px 0;
}
.content-note::before {
  content: "!";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #a56b3f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
}
.content-info {
  position: relative;
  background: #fdfbf8;
  border: 1px solid #e7ddd2;
  border-radius: 12px;
  padding: 20px;
  margin: 35px 0;
}
.content-info p {
  margin: 0;
}
.iconwrapper {
  background: #fdfbf8;
  border: 1px solid #e7ddd2;
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  transition: all .3s ease;
  box-shadow: 0 3px 12px rgba(0,0,0,.04);
}
.iconwrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  border-color: #c89b6f;
}
.iconwrapper .phonewrap {
  margin-bottom: 20px;
  line-height: 1;
}
.iconwrapper .fa {
  color: #a56b3f;
  font-size: 58px !important;
  transition: all .3s ease;
}
.iconwrapper:hover .fa {
  color: #7e4f2e;
  transform: scale(1.08);
}
.iconwrapper p:last-child {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}
@media (max-width: 767px) {
  .iconwrapper {
    padding: 25px 18px;
  }
  .iconwrapper .fa {
    font-size: 48px !important;
  }
  .iconwrapper p:last-child {
    font-size: 15px;
  }
}
.sigFreeContainer {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0;
  margin: 40px 0;
  list-style: none;
}
.sigFreeClear {
  display: none !important;
}
.sigFreeThumb {
  margin: 0 !important;
  padding: 0 !important;
}
.sigFreeLink {
  display: block;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  transition: all .35s ease;
  position: relative;
}
.sigFreeImg {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  background-size: cover !important;
  background-position: center !important;
  display: block;
  transition: transform .5s ease;
}
.sigFreeLink:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.sigFreeLink:hover .sigFreeImg {
  transform: scale(1.06);
}
.sigFreeLink::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(165,107,63,.9);
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  opacity: 0;
  transform: scale(.8);
  transition: all .3s ease;
}
.sigFreeLink:hover::after {
  opacity: 1;
  transform: scale(1);
}
blockquote {
  position: relative;
  margin: 30px 0;
  padding: 20px 25px 20px 30px;
  background: #FCFBF8;
  border-left: 4px solid #a56b3f;
  border-radius: 8px;
  font-style: italic;
  color: #444;
}
blockquote p:last-child {
  margin-bottom: 0;
}
#sp-right .sp-module {
  background: #fff;
  border: 1px solid #e8e1d8;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,.04);
}
#sp-right .sp-module .h3 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #2f2f2f;
  padding-bottom: 12px;
  border-bottom: 2px solid #a56b3f;
}
#sp-right .mod-menu__sub {
  display: block !important;
}
#sp-right .mod-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-right .mod-menu li {
  margin: 0;
}
#sp-right .mod-menu a {
  display: block;
  padding: 10px 0;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #f1ece6;
  transition: all .25s ease;
}
#sp-right .mod-menu a:hover {
  color: #a56b3f;
  padding-left: 8px;
}
#sp-right .mod-menu li.active > a {
  color: #a56b3f;
  font-weight: 600;
}
#sp-right .newsflash-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
#sp-right .mod-articlesnews__item {
  padding: 14px 0;
  border-bottom: 1px solid #f1ece6;
}
#sp-right .mod-articlesnews__item:last-child {
  border-bottom: none;
}
#sp-right .newsflash-title a {
  color: #444;
  text-decoration: none;
  transition: color .25s ease;
}
#sp-right .newsflash-title a:hover {
  color: #a56b3f;
}
.sp-contact-info li span {
  color: #C58A5C;
}
.sp-contact-mobile a,
.sp-contact-email a {
  position: relative;
  text-decoration: none;
  transition: color .3s ease;
}
.sp-contact-mobile a::after,
.sp-contact-email a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: #C58A5C;
  transition: all .35s ease;
  transform: translateX(-50%);
}
.sp-contact-mobile a:hover::after,
.sp-contact-email a:hover::after {
  width: 100%;
}
#sp-search .sp-column{
  display:flex;
  align-items:center;
  gap:12px;
}
#sp-search .sp-module:first-child{
  flex:1;
  margin-bottom:0;
}
#sp-search .input-group {
  flex-wrap: nowrap;
}
.awesomplete {
  position: relative;
}
.awesomplete ul {
  position: absolute;
  z-index: 99999;
}
.mod-finder__search li{
  color:#555;
}
li {
  list-style-position: inside;
}
#sp-search {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  #sp-search {
    justify-content: center;
    padding-right: 0;
    margin-top: 12px;
  }
}
#sp-top2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-megamenu-parent > li > a {
  font-size: 16px;
}
#sp-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  #sp-logo, #sp-top2 {
    text-align: center;
  }
  #sp-logo .logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .logo-image {
    height: 120px !important;
  }
}
.section-wide {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 20px;
}
.section-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 15px;
}
.section-white {
  background: #ffffff;
}
.section-blue {
  background-color: #b5e2ff;
}
.section-bluer {
  background-color: #83ccff;
}
.section-grey {
  background-color: #f9f9f9;
}
.section-ivory {
  background: #f3f0ea;
}
.section-wide-image {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  line-height: 0;
}
.header-image {
  width: 100%;
  height: auto;
  display: block;
}
h1, h2 {
  margin: 20px 0;
}
h1.products-title,
h2.products-title {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.2;
}
#sp-main-body {
  padding: 0 !important;
}
.article-details .article-can-edit {
  margin-bottom: 0 !important;
}
.sp-scroll-up {
  bottom: 30px;
  right: 100px;
}
.sp-dropdown-items > li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,.04);
}
#offcanvas-toggler .offcanvas-menu-text {
  margin: 0 0 0 10px;
}
.breadcrumb {
  background-color: #efebe4;
}
.srp_phone {
  display: none !important;
}
.float-left, .pull-left {
  float: left;
  padding: 0 10px 10px 10px;
}
.float-right, .pull-right {
  float: right;
  margin: 7px 0 7px 7px; 
}
.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .28s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.04);
}
.service-card:hover {
  transform: translateY(-3px);
  background: #FCFAF7;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
  border-color: rgba(165,107,63,.12);
}
.service-icon {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.service-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  transition: all .28s ease;
  filter:
    brightness(0)
    saturate(100%)
    invert(41%)
    sepia(31%)
    saturate(694%)
    hue-rotate(344deg)
    brightness(92%)
    contrast(87%);
}
.service-card:hover .service-icon img {
  transform: scale(1.08);
}
.service-card h3 {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.98px) {
  .service-card {
    padding: 24px 14px;
    border-radius: 14px;
  }
  .service-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
  .service-icon img {
    width: 46px;
    height: 46px;
  }
  .service-card h3 {
    font-size: 15px;
  }
}
.products-description {
  max-width: 860px;
  font-size: 18px;
  line-height: 1.75;
}
.product-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(0,0,0,.06);
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.product-card:hover img {
  transform: scale(1.03);
}
.large-card {
  height: 100%;
  min-height: 640px;
}
.col-6 .product-card {
  height: 308px;
}
.product-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 22px;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.70),
      rgba(0,0,0,.00)
    );
}
.product-overlay h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}
.product-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.badge-sale {
  background: #D62828;
}
.badge-top {
  background: #C1121F;
}
.badge-new {
  background: #F4A100;
}
.badge-action {
  background: #E63946;
}
.badge-discount {
  background: #D00000;
}
@media (max-width: 991.98px) {
  .large-card {
    min-height: 420px;
  }
  .col-6 .product-card {
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  .products-section {
    padding: 60px 0;
  }
  .products-description {
    font-size: 16px;
    line-height: 1.7;
  }
  .large-card {
    min-height: 320px;
  }
  .col-6 .product-card {
    height: 180px;
  }
  .product-overlay {
    padding: 16px;
  }
  .product-overlay h3 {
    font-size: 16px;
  }
  .product-badge {
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    font-size: 12px;
  }
}
.advantages-heading {
  margin-bottom: 60px;
}
.advantages-heading p {
  max-width: 860px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.75;
  color: #666;
}
.advantage-card {
  height: 100%;
  background: #F7F5F1;
  border-radius: 18px;
  padding: 36px 24px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.04);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    background-color .35s ease;
}
.advantage-card:hover {
  transform: translateY(-4px);
  background: #FCFAF7;
  box-shadow: 0 16px 36px rgba(0,0,0,.07);
}
.advantage-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #C58A5C,
      #A56B3F
    );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 24px rgba(165,107,63,.22);
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}
.advantage-card:hover .advantage-icon {
  transform: scale(1.05);
  box-shadow:
    0 14px 30px rgba(165,107,63,.28);
}
.advantage-icon i {
  font-size: 34px;
  color: #ffffff;
}
.advantage-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .advantages-heading {
    margin-bottom: 40px;
  }
  .advantages-heading p {
    font-size: 16px;
    line-height: 1.7;
  }
  .advantage-card {
    padding: 28px 18px;
    border-radius: 16px;
  }
  .advantage-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
  }
  .advantage-icon i {
    font-size: 28px;
  }
  .advantage-card h3 {
    font-size: 16px;
  }
}
.works-section {
  background: #F7F5F1;
}
.works-heading p {
  max-width: 920px;
  font-size: 18px;
  line-height: 1.75;
  color: #666;
}
.work-card {
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform .28s ease,
    box-shadow .28s ease;
  box-shadow:
    0 2px 14px rgba(0,0,0,.05);
  height: 100%;
}
.work-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 42px rgba(0,0,0,.10);
}
.work-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.work-card:hover img {
  transform: scale(1.03);
}
.work-badge {
  position: absolute;
  top: 18px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 999px;
  z-index: 2;
  backdrop-filter: blur(4px);
}
.work-badge.before {
  left: 18px;
  background: rgba(40,40,40,.82);
}
.work-badge.after {
  right: 18px;
  background: rgba(165,107,63,.92);
}
.work-content {
  padding: 24px;
}
.work-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.work-content p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}
.works-button {
  padding: 14px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}
.works-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 24px rgba(0,0,0,.15);
}
@media (max-width: 767.98px) {
  .works-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .works-heading p {
    font-size: 16px;
    line-height: 1.7;
  }
  .work-content {
    padding: 18px;
  }
  .work-content h3 {
    font-size: 20px;
  }
  .work-content p {
    font-size: 15px;
  }
  .work-badge {
    top: 12px;
    padding: 7px 13px;
    font-size: 13px;
  }
  .work-badge.before {
    left: 12px;
  }
  .work-badge.after {
    right: 12px;
  }
}
.faq-section .faq-description {
  max-width: 850px;
}
.content-accordion .accordion-item {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.content-accordion .accordion-button {
  background: #ffffff;
  color: #222;
  font-size: 1.05rem;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
}
.content-accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #000;
}
.content-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.content-accordion .accordion-button::after {
  transition: transform .25s ease;
}
.content-accordion .accordion-body {
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  border-top: 1px solid #f1f1f1;
}
.content-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content-accordion .accordion-button {
  font-size: 1rem;
  padding: 1rem 1.25rem;
  }  
  .content-accordion .accordion-body {
  padding: 1.25rem;
  }
}
.reviews-summary {
  max-width: 700px;
  margin: 0 auto;
}
.reviews-rating {
  font-size: 42px;
  line-height: 1;
  color: #f5b301;
  margin-bottom: 10px;
}
.reviews-score {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}
.reviews-count {
  color: #777;
  font-size: 16px;
}
.review-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);  
  transition: .3s;
}
.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.review-author {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.review-stars {
  color: #f5b301;
  font-size: 18px;
  margin-bottom: 15px;
}
.review-card p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}
.articles-description {
  max-width: 850px;
  color: #666;
}
.articles-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.articles-list li {
  border-bottom: 1px solid #ddd6cc;
}
.articles-list li:last-child {
  border-bottom: none;
}
.articles-list a {
  display: block;
  padding: 14px 0;
  color: #3a3a3a;
  text-decoration: none;
  font-size: 1.05rem;
  transition: .2s ease;
}
.articles-list a:hover {
  color: #a56b3f;
  padding-left: 8px;
}
.articles-list a::before {
  content: "›";
  display: inline-block;
  margin-right: 8px;
  color: #a56b3f;
  font-weight: 700;
}
@media (max-width: 768px) {
  .articles-list a {
  font-size: 1rem;
  padding: 12px 0;
  }
}
.articles-more {
  position: relative;
  display: inline-block;
  color: #a56b3f;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 4px;
  transition: color .3s ease;
}
.articles-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .35s ease;
}
.articles-more:hover {
  color: #7e4f2e;
}
.articles-more:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.service-cta {
  max-width: 650px;
  margin: 40px auto;
}
.service-cta-content {
  background: #f7f5f1;
  border: 1px solid #ddd6cc;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  transition: .3s ease;
}
.service-cta-content:hover {
  border-color: #c9b8a6;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.service-cta-title {
  margin-bottom: 12px;
  font-weight: 600;
}
.service-cta-title a {
  color: #444444;
  text-decoration: none;
}
.service-cta-title a:hover {
  color: #a56b3f;
}
.service-cta-text {
  color: #66615a;
  margin-bottom: 20px;
}
.service-cta-phone {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #a56b3f;
  text-decoration: none;
  transition: .3s ease;
}
.service-cta-phone:hover {
  color: #7e4f2e;
}
.link-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}
.link-underline:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.article-toc {
  margin: 30px auto;
  padding: 25px 30px;
  background: #f7f5f1;
  border: 1px solid #ddd6cc;
  border-radius: 8px;
}
.article-toc-title {
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.article-toc-list {
  margin: 0;
  padding-left: 22px;
}
.article-toc-list li {
  margin-bottom: 10px;
}
.article-toc-list li:last-child {
  margin-bottom: 0;
}
.article-toc-list a {
  text-decoration: none;
  transition: color .25s ease;
}
.faq-answer {
  position: relative;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
  background: #f7f5f1;
  border-left: 4px solid #a56b3f;
  border-radius: 0 8px 8px 0;
  transition: all .25s ease;
}
.faq-answer:hover {
  border-left-color: #7e4f2e;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer p {
  color: #444444;
  line-height: 1.7;
}
.product > .product-container{
  background:#ffffff;
  border:1px solid #e8e1d8;
  border-radius:18px;
  padding:20px;
  overflow:hidden;
  position:relative;
  transition:all .35s ease;
  box-shadow:0 3px 12px rgba(0,0,0,.04);
}
.product > .product-container:hover{
  transform:translateY(-8px);
  border-color:#d9c3ae;
  box-shadow:0 15px 35px rgba(0,0,0,.10);
}
.product .vm-product-media-container{
  border-radius:14px;
  overflow:hidden;
}
.product .vm-product-media-container img{
  width:100%;
  height:auto;
  transition:transform .5s ease;
}
.product > .product-container:hover .vm-product-media-container img{
  transform:scale(1.05);
}
.product .vm-product-title{
  min-height:70px;
  margin-bottom:10px !important;
  line-height:1.4;
}
.product .vm-product-title a{
  color:#3a3a3a;
  font-size:1.15rem;
  font-weight:600;
  text-decoration:none;
  transition:.3s ease;
}
.product .vm-product-title a:hover{
  color:#a56b3f;
}
.product .vm-product-title::after{
  content:"";
  display:block;
  width:50px;
  height:2px;
  background:#a56b3f;
  margin:12px auto 0;
  opacity:.5;
}
.product .product-price{
  text-align:center;
  margin-top:10px;
}
.product .PricesalesPrice{
  color:#a56b3f;
  font-size:1.6rem;
  font-weight:700;
  letter-spacing:.5px;
}
.product .vm-product-media-container{
  aspect-ratio: 4/3;
}
.product .vm-product-media-container img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width:991px){
  .product > .product-container{
    padding:16px;
  }
  .product .vm-product-title{
    min-height:auto;
  }
  .product .vm-product-title a{
    font-size:1.05rem;
  }
  .product .PricesalesPrice{
    font-size:1.2rem;
  }
}
.productdetails-view {
  max-width: 100%;
}
.productdetails {
  --radius: 20px;
  --shadow: 0 10px 40px rgba(0,0,0,.08);
  --border: 1px solid #e8e8e8;
}
.productdetails .vm-page-title {
  font-weight: 700;
  border: 0 !important;
  margin-top: 0 !important;
}
.productdetails .main-image {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.productdetails .main-image img {
  width: 100%;
  transition: transform .5s ease;
}
.productdetails .main-image:hover img {
  transform: scale(1.04);
}
.productdetails .additional-images {
  margin-top: 1.5rem !important;
}
.productdetails .additional-images img {
  border-radius: 12px;
  border: 2px solid transparent;
  transition: .3s;
}
.productdetails .additional-images img:hover {
  border-color: var(--bs-primary);
  transform: translateY(-3px);
}
.productdetails .vm-product-details-container {
  padding: 2rem;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
@media (min-width: 992px) {
  .offset-lg-1 {
  margin-left: 7%;
  }
}
.productdetails .manufacturer {
  color: #777;
  font-size: .95rem;
}
.productdetails .manufacturer a {
  font-weight: 600;
}
.productdetails .product-short-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555 !important;
}
.productdetails .PricesalesPrice {
  color: #a56b3f;
  font-size: 2rem !important;
  font-weight: 700 !important;
  letter-spacing: .5px;
}
.productdetails .vm-customfields-wrap {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.productdetails .product-fields-title {
  font-size: 1rem;
}
.productdetails .form-select {
  min-height: 52px;
  border-radius: 12px;
}
.productdetails .quantity-box {
  width: 130px;
}
.productdetails .quantity-input {
  border-left: 0;
  border-right: 0;
  font-weight: 600;
}
.productdetails .quantity-controls {
  background: #f8f9fa;
}
.productdetails .quantity-minus,
.productdetails .quantity-plus {
  text-decoration: none;
  color: #222;
}
.productdetails .addtocart-button {
  min-height: 56px;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: .3s;
}
.productdetails .addtocart-button:hover {
  transform: translateY(-2px);
}
.productdetails #productTab {
  gap: .5rem;
  border: 0;
  margin-bottom: 2rem;
}
.productdetails #productTab .nav-link {
  border: 0;
  border-radius: 999px;
  padding: .8rem 1.5rem;
  font-weight: 600;
  color: #444;
}
.productdetails #productTab .nav-link.active {
  background: #a56b3f;
  color: #fff;
}
.productdetails .tab-content {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
}
.productdetails .tab-pane p {
  line-height: 1.8;
  font-size: 1.05rem;
}
.productdetails .table {
  margin-bottom: 0;
}
.productdetails .table td {
  padding: 1rem;
  vertical-align: middle;
}
.productdetails .table td:first-child {
  width: 40%;
  font-weight: 600;
  color: #555;
}
.productdetails .alert {
  border: 0;
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-top: 2rem;
}
.productdetails .alert-blue {
  background: #eef6ff;
}
.productdetails .alert-red {
  background: #fff1f1;
}
.productdetails .vm-related-product-container {
  background: #fff;
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: var(--shadow);
  transition: .3s;
}
.productdetails .vm-related-product-container:hover {
  transform: translateY(-5px);
}
.productdetails .vm-related-product-container img {
  transition: transform .4s ease;
}
.productdetails .vm-related-product-container:hover img {
  transform: scale(1.05);
}
.productdetails .vm-product-title {
  font-size: 1.05rem;
  line-height: 1.4;
}
.productdetails .vm-product-title a {
  color: #222;
  text-decoration: none;
}
.productdetails .vm-simple-price-display {
  font-size: 1.25rem;
  font-weight: 700;
}
.productdetails .back-to-category {
  margin-top: 4rem;
  text-align: center;
}
.productdetails .back-to-category a {
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 991px) {
  .productdetails .vm-product-details-container {
    padding: 1.5rem;
  }
  .productdetails .tab-content {
    padding: 1.5rem;
  }
  .productdetails .PricesalesPrice {
    font-size: 1.4rem;
  }
}
.modal {
  z-index: 999999;
}
.modal-body {
  color:#555;
}
#sp-search .sp-module:last-child{
  flex:0 0 auto;
  margin-bottom:0;
}
#sp-search .sp-module:last-child .d-flex{
  margin:0 !important;
}
.cart-icon{
  background:#a56b3f;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  text-decoration:none;
  transition:all .25s ease;
  cursor:pointer;
}
.cart-icon i{
  color:#fff;
}
.cart-icon:hover{
  background:#7e4f2e;
}
.cart-icon:hover i{
  color:#fff;
}
.btn-mebel {
  display: inline-block;
  padding: 12px 28px;
  background: #a56b3f;
  color: #fff;
  border: 2px solid #a56b3f;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
}
.btn-mebel:hover,
.btn-mebel:focus {
  background: #7e4f2e;
  border-color: #7e4f2e;
  color: #fff;
  text-decoration: none;
}
.btn-mebel-outline {
  display: inline-block;
  background: transparent;
  color: #a56b3f;
  border: 1px solid #a56b3f;
  border-radius: 4px;
  text-decoration: none;
  transition: all .25s ease;
}
.btn-mebel-outline:hover,
.btn-mebel-outline:focus {
  background: #7e4f2e;
  color: #fff;
  text-decoration: none;
}
.readmore a {
  display: inline-block;
  padding: 10px 20px;
  background: #a56b3f;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600 !important;
  transition: .3s;
}
.readmore a:hover {
  background: #7e4f2e;
  color: #fff;
}
.btn-link {
  color: #a56b3f;
}
.btn-link:hover {
  color: #7e4f2e;
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: #8e8579;
  background: #e8e1d7;
  border-color: #d7cec1;
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: none;
}
.btn-fast-order {
  height: 48px;
  border: 1px dashed #c59a73;
  background: #faf7f3;
  color: #a56b3f;
  font-weight: 600;
  border-radius: 10px;
  transition: all .25s ease;
}
.btn-fast-order:hover {
  background: #f3ece4;
  border-color: #a56b3f;
  color: #7e4f2e;
}
.btn-secondary{
  background:#a56b3f;
  border:none;
  border-radius:12px;
  color:#fff;
  font-weight:600;
  padding:14px 20px;
  transition:all .3s ease;
  box-shadow:0 4px 12px rgba(165,107,63,.25);
}
.btn-secondary:hover{
  background:#7e4f2e;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(126,79,46,.35);
}
.addtocart-button,
.btn-primary,
.sppb-btn-primary {
  color: #fff;
  background-color: #a56b3f;
  border-color: #a56b3f;
}
.addtocart-button:hover,
.btn-primary:hover,
.sppb-btn-primary:hover {
  color: #fff;
  background-color: #7e4f2e;
  border-color: #7e4f2e;
}
.addtocart-button:focus,
.addtocart-button:focus-visible,
.btn-primary:focus,
.btn-primary:focus-visible,
.sppb-btn-primary:focus,
.sppb-btn-primary:focus-visible {
  color: #fff;
  background-color: #7e4f2e;
  border-color: #7e4f2e;
  box-shadow: 0 0 0 .25rem rgba(165,107,63,.25);
}
.addtocart-button:active,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.sppb-btn-primary:active {
  color: #fff !important;
  background-color: #6f4529 !important;
  border-color: #6f4529 !important;
}
.vm-checkout-shipping-userfields,
.vm-checkout-shipping,
.vm-checkout-payment,
.vm-payment-shipment-select {
  display: none;
}
@media (min-width: 992px) {
  .sticky-lg-top {
  z-index: 98;
  }
}