.articlebreadcrumb.bh-shop-container.bh-shop-pdp-container>.breadcrumbs.container {
  max-width: unset;
  padding: 0;
}

.articlebreadcrumb.bh-shop-container.bh-shop-cart-container>.breadcrumbs.container {
  max-width: unset;
  padding: 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.56;
  margin-top: 20px;
}

.articlebreadcrumb.bh-shop-container.bh-shop-pdp-container>.breadcrumbs {
  margin-top: unset;
}

.articlebreadcrumb.bh-shop-container.bh-shop-cart-container>.breadcrumbs {
  margin-top: unset;
}

/* @media (min-width:576px) {
  .breadcrumbs {
    margin-top: 20px
  }
} */
.breadcrumbs__item {
  /* max-width: 220px; */
  white-space: nowrap;
  overflow: hidden;
  /* -o-text-overflow: ellipsis; */
  /* text-overflow: ellipsis */
}

.breadcrumbs__item:not(:first-child)::before {
  color: #454c53;
  content: "\69";
  font-family: beautiful-homes;
  font-size: 12px;
  padding: 0 12px
}

.breadcrumbs__item a {
  color: #454c53;
  font-size: 16px;
  line-height: 24px
}

.articlebreadcrumb.bh-shop-container .breadcrumbs__item>a {
  color: #9A9A9A;
  text-transform: capitalize;
}

.articlebreadcrumb.bh-shop-container .breadcrumbs__item:last-child a span {
  color: #3C3C3C;
}



/* IDS-BREADCRUMB START HERE */

.fhi_breadcrumb {
  width: 1280px;
  margin: 32px auto 0;
  padding: 0;
}

.fhi_breadcrumb .breadcrumbs {
  margin: 0;
  padding: 0;
}

.fhi_breadcrumb .breadcrumbs .breadcrumbs__item {
  margin-top: 0;
}

.fhi_breadcrumb .breadcrumbs__item:not(:first-child)::before {
  content: "";
  height: 12px;
  display: inline-block;
  color: #202020;
  font-style: normal;
  padding: 0;
  font-weight: 400;
  border: 1px solid;
  margin: 0 7px;
  transform: rotate(22deg);
}

.fhi_breadcrumb .breadcrumbs__item a {
  color: #202020;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.752px;
}

.fhi_breadcrumb .breadcrumbs__item.active a {
  color: rgba(32, 32, 32, 0.40);
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width:991px) {
  .fhi_breadcrumb .breadcrumbs__item a {
    font-size: 14px;
  }

  .fhi_breadcrumb .breadcrumbs__item.active a {
    font-size: 14px;
    line-height: 16.408px;
  }

  .fhi_breadcrumb .breadcrumbs,
  .fhi_breadcrumb .breadcrumbs .breadcrumbs__item {
    display: none !important;
    row-gap: 5px;
    align-items: center;
  }

  .fhi_breadcrumb {
    margin: 71px 20px 0;
  }
}




@media (min-width:576px) {
  .breadcrumbs__item a {
    margin-top: 32px;
    font-size: 16px;
    line-height: 24px
  }
}

.breadcrumbs__item {
  margin-top: 32px;
}

/*# sourceMappingURL=maps/breadcrumbs.css.map */

@media (max-width:1212px) {

  .breadcrumbs,
  .articlebreadcrumb .breadcrumbs,
  .breadcrumbs .breadcrumbs__item {
    display: none;
  }
}

/* kitchen config  start*/
.kc-breadcrumb .container{
  /* max-width: unset; */
  /* padding: 0 64px; */
  max-width: 1360px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.kc-breadcrumb .breadcrumbs{
  margin-top: 16px;
}
.kc-breadcrumb .breadcrumbs__item{
  margin-top: 0;
}
.kc-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  color: #9A9A9A;
}
.kc-breadcrumb .breadcrumbs__item.active a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 13px;
  line-height: 152%;
  color: #3C3C3C;
}
.kc-breadcrumb .breadcrumbs__item:not(:first-child)::before{
  margin: 0 12px;
  font-size: 10px;
  color: #9A9A9A;
  padding: 0;
}
/* kitchen config end */

@media screen and (max-width:768px) {
    .kc-breadcrumb .container{
      padding: 0 16px;
}
.kc-breadcrumb .breadcrumbs{
  display: flex;
}
.kc-breadcrumb .breadcrumbs__item{
  display: block;
}
.kc-breadcrumb .breadcrumbs__item a{
  font-size: 12px;
  line-height: 140%;
}
.kc-breadcrumb .breadcrumbs__item.active a{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #202129;
}
.kc-breadcrumb .breadcrumbs__item:not(:first-child)::before{
  margin: 0 8px;
  font-size: 8px;
  color: #9DA1B0;
  padding: 0;
}
}
.design-ideas-breadcrumb  .breadcrumbs{
  max-width: 1440px;
  width: 100%;
  margin-top: 44px;
  box-sizing: border-box;
  padding: 0 40px;
}
.design-ideas-breadcrumb .breadcrumbs__item{
  margin-top: 0;
}
.design-ideas-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #9DA1B0;
}
.design-ideas-breadcrumb .breadcrumbs__item.active a{
 font-family: Archivo;
 font-weight: 500;
 font-size: 14px;
 line-height: 140%;
  color: #202129;
}
.design-ideas-breadcrumb .breadcrumbs__item:not(:first-child)::before{
    margin: 0 12px;
    font-size: 10px;
    color: #9DA1B0;
    padding: 0;
}

@media screen and (max-width:768px) {
    .design-ideas-breadcrumb.mb-80{
      margin-bottom: 16px;
    }
    .design-ideas-breadcrumb .breadcrumbs{
      display: block;
      margin-top: 16px;
      padding: 0 16px;
    }
    .design-ideas-breadcrumb .breadcrumbs__item{
      display: inline-block;
    }
    .design-ideas-breadcrumb .breadcrumbs__item a{
  font-family: Archivo;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #9DA1B0;
}
.design-ideas-breadcrumb .breadcrumbs__item.active a{
 font-family: Archivo;
 font-weight: 700;
 font-size: 12px;
 line-height: 140%;
  color: #202129;
}
.design-ideas-breadcrumb .breadcrumbs__item:not(:first-child)::before{
    margin: 0 8px;
    font-size: 8px;
    color: #9DA1B0;
    padding: 0;
} 
}
/* design ideas PDP breadcrumb start */
.design-ideas-PDP-breadcrumb .breadcrumbs {
  max-width: 1440px;
  width: 100%;
  margin-top: 42px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item {
  margin-top: 0;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item a {
  font-family: "Archivo";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  color: #9DA1B0;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item.active a {
  font-family: Archivo;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #202129;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item:last-child a span {
  font-family: Archivo;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
  color: #202129;
}
 
.design-ideas-PDP-breadcrumb .breadcrumbs__item:not(:first-child)::before {
  margin: 0 12px;
  font-size: 10px;
  color: #9DA1B0;
  padding: 0;
}
@media screen and (max-width:768px) {
  .design-ideas-PDP-breadcrumb.mb-80 {
    margin-bottom: 16px;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs {
    display: block;
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item {
    display: inline-block;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9DA1B0;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item.active a {
    font-family: Archivo;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #202129;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item:last-child a span {
    font-family: Archivo;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #202129;
  }
 
  .design-ideas-PDP-breadcrumb .breadcrumbs__item:not(:first-child)::before {
    margin: 0 8px;
    font-size: 8px;
    color: #9DA1B0;
    padding: 0;
  }
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.landingpage_container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.product_ideas {
    display: flex;
    justify-content: space-between;
    gap: 92px;
    margin-bottom: 57px;
    width: 100%;
    position: relative;
}
.products-plp-spacing .product_ideas{
    margin-bottom: 0;
}
.products-plp-spacing .product_ideas{
    margin-bottom: 0;
}

.product_ideas_title {
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 44px;
    margin-bottom: 8px;
    background: linear-gradient(91.13deg, #7C35E9 -17.49%, #3A3A3A 36.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.product_ideas_subtitle {
    font-size: 16px;
    line-height: 132%;
    color: #696F75;
    max-width: 312px;
    width: 100%;
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
}

.product_ideas_cards {
    display: flex;
    /* gap: 10px; */
    width: 100%;
}
.product_ideas_cards--gap{
    gap: 10px;
}
/* .product_ideas_cards a:last-of-type{
    margin-right: 14px;
} */
.product_ideas_card {
    text-decoration: none;
    /* width: 13.4%; */
    width: 128px;
}

.product_ideas_card img {
    width: 128px;
    /* width: 100%; */
    height: 128px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.product_ideas_card-label {
    margin-top: 8px;
    font-family: Archivo;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 140%;
    color: #53565A;
}

.product_ideas_card.active .product_ideas_card-label {
    font-weight: bold;
    color: #232426;
}

/* .product_ideas_all {
    background-color: #555;
    width: 128px;
    height: 128px;
} */

.product_ideas_card.active {
    position: relative;
}

.product_ideas_card.active .product_ideas_card__image_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    /* width: 100%; */
    height: 128px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.85%, rgba(0, 0, 0, 0.6) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    border-radius: 4px;
}

.product_ideas_card.active .product_ideas_card__image_wrapper::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 19px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    background: url(../../../content/dam/asianpaintsbeautifulhomes/design-ideas-revamp/white-right-tick.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 99;
}


.product_ideas .product_ideas_title_wrapper{
    display: none;
}

.product_ideas .product_ideas_title_wrapper.active{
    display: block;
    width: 22%;
}
.product_ideas-swiper{
    width: 71%;
}
.product_ideas-prev,
.product_ideas-next {
  width: 48px; /* adjust size */
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 12px 20px 0px #00000014;
  border-radius: 60px;
}

.product_ideas-prev {
  background-image: url('../../../content/dam/asianpaintsbeautifulhomes/design-ideas-landing/plp-cards/next-icon.png');
  top:43%;
  left: 27.4%;
  rotate: 180deg;
}
.product_ideas-prev::after,
.product_ideas-next::after{
    display: none;
}   
.product_ideas-next {
  background-image: url('../../../content/dam/asianpaintsbeautifulhomes/design-ideas-landing/plp-cards/next-icon.png');
  right: -18px;
  top: 43%;
}
.product_ideas-prev.swiper-button-disabled,
.product_ideas-next.swiper-button-disabled{
    display: none !important;
}
@media screen and (max-width : 768px) {
    /* .landingpage_container {
        padding: 0 16px;
    } */
    .landingpage_container.product_ideas_container{
        padding: 0 0 0 14px;
    }
    .product_ideas {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px;
    }
    .products-plp-spacing .product_ideas{
    margin-bottom: 0;
}
    .product_ideas_title {
        font-family: Archivo;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        color: #202129;
        background: unset;
        -webkit-text-fill-color:unset;
    }

    .product_ideas_subtitle {
        font-size: 16px;
    }

    .product_ideas_cards {
        overflow-x: scroll;
        scrollbar-width: none;
        gap: 10px;
    }
    .product_ideas_card{
        width: 128px;
    }
    .product_ideas_cards a:last-of-type{
         margin-right: 14px;
}
.product_ideas .product_ideas_title_wrapper.active{
    width: 100%;
}
.product_ideas-swiper{
    width: 100%;
}
  .product_ideas-prev,
    .product_ideas-next {
        display: none !important;
    }
}
.product:focus {
  outline: 0
}

.product__avail-tag {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #7345b2;
  color: #fdfeff;
  padding: 8px;
  margin-bottom: 8px
}

.product__subcopy {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .05em;
  color: #343336;
  padding: 8px 0
}

.product__inner {
  cursor: pointer
}

.product__thumbnail {
  margin-bottom: 20px;
  position: relative
}

@media (min-width:576px) {
  .shop-sub-listing__prod .product__thumbnail img {
    height: 280px
  }
}

@media (min-width:1212px) {
  .shop-sub-listing__prod .product__thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 356px
  }
}

.product__bookmark {
  background-color: #f1efe8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 10px
}

.product__bookmark [class^=icon-]::before {
  color: #454c53;
  padding-bottom: 4px;
}

.product__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.product__title {
  color: #26282b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width:576px) {
  .product__title {
    font-size: 18px;
    line-height: 22px
  }
}

.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}

.product__rating span:not(:last-child) {
  margin-right: 10px
}

.product__rating span.icon-rating {
  color: #f9994c
}

.product__rating span.icon-rating-o {
  color: #9ea4aa
}

.product__rating-number {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px
}
.shop-sub-listing__prod .product__offer{
  width: max-content;
}
.product__offer {
  background-color: #7345b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fdfeff;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 12px;
  margin-bottom: 12px;
  padding: 5px;
  text-transform: lowercase;
}

.product__price {
  color: #272727;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px
}

.product__price .mrp {
  color: #454c53;
  line-height: 24px;
  margin-left: 10px;
}

.product__price .strike {
    text-decoration: line-through;
    margin: unset;
}

.product__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.product__colors-color {
  height: 12px;
  width: 12px;
  margin-right: 10px
}

.product__colors-more {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.product__add-to-cart-container{
  margin-top: 12px;
  display: none;
}
.bh-shop-show .product__add-to-cart-container{
  display: block;
}
.product__add-to-cart-btn{
  display: inline-flex;
  align-items: center;
  padding: 16px 42px;
  background-color: transparent;
  border-radius: 60px;
  border: 1px solid var(--Primary-Colours-Shades-Purple-color-purple-400, #7455A2);
  color: #7455A2;
  font-family: Archivo;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  gap: 12px;
  cursor: pointer;
  height: 52px;

}
.add-cart-icon{
  width: 20px;
  height: 20px;
}
.product__add-to-cart-btn.disabled{
  border: 1px solid var(--Primary-Colours-Shades-Purple-color-purple-100, #C9BDDB);
  color: #C9BDDB;
}
.product__add-to-cart-btn.disabled .add-cart-icon{
  opacity: 0.4;
}
.product__added-container{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.bh-shop-show .product__added-txt,.bh-shop-show .product__added-txt{
  display: block;
}

.product__added-icon{
  width: 16px;
  height: 16px;
}
.product__added-txt{
  font-family: Archivo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #007613;
}

/* sort by */
.shop-sub-sort-by-container{
  display: none;
}
.bh-shop-show .shop-sub-sort-by-container{
    display: block;
}
.sort-icon{
  width: 16px;
  height: 16px;
}
.sort-by-dropdown{
  display: flex;
  /* width: 100%; */
  width: max-content;
  align-items: center;
  justify-content: end;
  position: relative;
  margin-left: auto;
}
.sort-by-dropdown-btn{
  display: flex;
  align-items: center;
  border: 1px solid #EBECED;
  padding: 12px 52px 12px 20px;
  border-radius: 30px;
  gap: 8px;
  cursor: pointer;
  font-family: Archivo;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202129;
}
.sort-by-dropdown-btn::after {
    content: "";
    background: url(../../../content/dam/bh-shop/product-plp/plp-chevron-down.png)no-repeat center;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    /* transform: translate(0, -50%); */
    transform: translateY(-50%) rotate(180deg);
}

.sort-by-dropdown-btn.active::after {
    transform: translateY(-50%) rotate(0deg);
}
.sort-by-dropdown-btn .plp-highlight{
  font-family: Archivo;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202129;;
}
.sort-by-dropdown-icon{
  width: 20px;
  height: 20px;
}
.sort-by-dropdown-content{
  position: absolute;
    /* bottom: -129px; */
    top: calc(100% + 8px);
    z-index: 1;
    right: 0;
    background-color: #FFFFFF;
    /* max-width: 242px; */
    width: 100%;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 0px 8px 20px 20px;
    display: none;
}
.sort-by-dropdown-item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F6F6F6;
}
.sort-by-dropdown-item:last-child{
  padding-bottom: 0;
  border-bottom: unset;
}
.sort-by-dropdown-txt{
  font-family: Archivo;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #202129;
  cursor: pointer;
}
.sort-by-dropdown-item.active .sort-by-dropdown-txt{
  font-family: Archivo;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #512B8B;
}
.sort-by-dropdown-content.open {
  display: block;
}
.shop-sub-sort-by-container-mob{
  display: none;
}
.sort-by-dropdown-content-mob{
  display: none;
}
@media screen and (max-width:768px){
  .product__add-to-cart-btn{
    padding: 13px 23px;
    font-size: 14px;
    gap: 6px;
    height: 44px;
  }
  .bh-shop-show .shop-sub-sort-by-container{
    display: none;
  }
  .product__added-container{
    margin-top: 8px;
}

/* sort by */
.shop-sub-sort-by-container{
  display: none;
}
.shop-sub-sort-by-container-mob{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 16px 16px 16px;
  background-color: #F7F5F1;
  max-width: 48%;
  width: 100%;
}
.sort-by-left{
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  color: #26282B;
}
.sort-by-left-title{
  font-family: Lato;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  color: #26282B;
}
.sort-by-icon-mob{
  /* width: 22px;
  height: 22px; */
  width: 16px;
  height: 16px;
}
.sort-by-arrow-icon{
  width: 16px;
  height: 16px;
}
.sort-by-cross-icon{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mob-filters-holder{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 18px;
  /* gap: 10px; */
  justify-content: space-between;
}
.sort-by-title-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.sort-by-title{
  font-family: Lato;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #222222;
}
.sort-by-dropdown-icon-mob{
  width: 20px;
  height: 20px;
}
.sort-by-dropdown-item-mob{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.sort-by-dropdown-txt-mob{
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.sort-by-dropdown-item-mob.active .sort-by-dropdown-txt-mob{
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #512B8B;
}
/* mobile popup */
.sort-by-dropdown-content-mob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 9999;
}

.sort-by-dropdown-content-mob.open {
  display: block;
}

.sort-by-dropdown-overlay {
  background: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 21px 12px 62px 16px;
}

}
@media (max-width:575px) {
  .shop-sub-listing__prod .product__thumbnail img {
    height: 170px
  }
}

.out-of-stock-overlay p {
  color: #ED1C24;
  font-family: Lato;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;

}
/* -- */



.shop-sub-listing {
  padding: 64px 0 42px 0
}
@media (min-width:992px) {
  .shop-sub-listing {
    padding: 40px 0 56px 0
  }
}
.shop-sub-listing__wrapper {
  width: 100%;
  display: block
}
@media (min-width:992px) {
  .shop-sub-listing__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.shop-sub-listing__content {
  width: 100%
}
@media (min-width:992px) {
  .shop-sub-listing__content {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px)
  }
}
.shop-sub-listing__side {
  width: 285px;
  display: none;
  margin-right: 15px
}
@media (min-width:992px) {
  .shop-sub-listing__side {
    display: block
  }
}
/* .shop-sub-listing__title {
  font-family: BioRhyme;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #333
} */
@media (min-width:992px) {
  /* .shop-sub-listing__title {
    margin-bottom: 64px
  } */
}
.shop-sub-listing__filters {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 24px
}
.shop-sub-listing__filters-m {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f5f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 16px;
  max-width: 48%;
  width: 100%;
  
}
.shop-sub-listing__filters-m .left {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop-sub-listing__filters-m .left [class^=icon-] {
  font-size: 22px;
  margin-right: 5px
}
.shop-sub-listing__filters-m .left span:last-child {
  color: #7345b2;
  margin-left: 5px
}
@media (min-width:992px) {
  .shop-sub-listing__filters-m {
    display: none
  }
}
@media (min-width:992px) {
  .shop-sub-listing__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.shop-sub-listing__filter {
  color: #26282b;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px
}
.shop-sub-listing__filter .icon-square-check {
  font-weight: 700
}
.shop-sub-listing__filter:not(:last-child) {
  margin-right: 32px
}
.shop-sub-listing__filter.active {
  color: #7345b2
}
.shop-sub-listing__filter.active [class^=icon-]::before {
  color: #7345b2
}
.shop-sub-listing__filter [class^=icon-] {
  font-size: 18px;
  line-height: 27px;
  margin-left: 8px;
  cursor: pointer;

}
.shop-sub-listing__filter [class^=icon-]::before {
  font-size: 24px
}
@media (min-width:992px) {
  .shop-sub-listing__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.shop-sub-listing__sorting {
  display: none
}
@media (min-width:992px) {
  .shop-sub-listing__sorting {
    display: block
  }
}
.shop-sub-listing__sorting span {
  color: #9ea4aa;
  font-size: 18px;
  line-height: 27px;
  margin-right: 8px
}
.shop-sub-listing__sort {
  display: inline-block
}
.shop-sub-listing__sort select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../../../content/dam/asianpaintsbeautifulhomes/icons/arrow-down-purple.svg);
  background-position: right;
  background-repeat: no-repeat;
  -moz-background-size: 14px;
  background-size: 14px;
  border: none;
  color: #7345b2;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  padding-right: 20px;
  width: 100%;
  cursor: pointer;
}
.shop-sub-listing__sort select:focus {
  outline: 0
}
.shop-sub-listing__sort select::-ms-expand {
  display: none
}
.shop-sub-listing__sort select option {
  color: #000
}
.shop-sub-listing__prods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}
@media (min-width:992px) {
  .shop-sub-listing__prods {
    margin: 0 -20px
  }
}
.shop-sub-listing__prod {
  width: -webkit-calc(50% - 16px);
  width: -moz-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px
}
@media (min-width:992px) {
  .shop-sub-listing__prod {
    width: -webkit-calc(33% - 20px);
    width: -moz-calc(33% - 20px);
    width: calc(33% - 20px);
    margin-bottom: 32px;
    margin-left: 10px;
    margin-right: 10px
  }
}
.shop-sub-listing__prod .product__thumbnail img {
  min-height: 170px
}
.shop-sub-listing__cta {
  margin-top: 64px;
  text-align: center
}
.shop-sub-listing__tag {
  margin-top: 8px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:992px) {
  .shop-sub-listing__tag {
    display: none
  }
}
.shop-sub-listing__tag-item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #804ec7;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  color: #804ec7
}
.shop-sub-listing__tag-item.hide {
  display: none
}
.shop-sub-listing__tag-item .item-text {
  padding: 10px 35px 10px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer
}
.shop-sub-listing__tag-item .item-close {
  width: 12px;
  height: 12px;
  font-size: 8px;
  color: #804ec7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  cursor: pointer
}
.shop-sub-listing__tag-item .item-close::after,
.shop-sub-listing__tag-item .item-close::before {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 12px;
  width: 1px;
  background-color: #804ec7
}
.shop-sub-listing__tag-item .item-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.shop-sub-listing__tag-item .item-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.shop-sub-listing__tag-item.active {
  color: #fff
}
.shop-sub-listing__tag-item.active:not(.all) .item-close {
  display: block
}
.shop-sub-listing__tag-item.active:not(.all) .item-text {
  padding: 10px 40px 10px 20px
}
#btn-load-more-prods {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:992px) {
  #btn-load-more-prods {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
@media only screen and (min-width: 992px) and (max-width: 1212px) {
  /* .shop-sub-listing__title {
      margin-top: 30px;
          } */
  }
  .sm_sub_category .dialog__container {
    top: 80px;
}
@media (max-width: 768px){
  .shop-sub-listing{
    padding-top: 30px;
  }
  .filter-icon-mob{
      width: 22px;
      height: 22px;
  }
}

@charset "UTF-8";
.dialog-ssc-prod-list-filters .dialog__header-secondaryCta {
  position: absolute;
  top: 16px;
  right: 25px
}
.dialog-ssc-prod-list-filters .dialog__body {
  background-color: #f9f9f6;
  padding: 0
}
.dialog-ssc-prod-list-filters .dialog__body-cta {
    background-color: #f4f2ed;
    padding: 16px;
    position: sticky;
    width: 100%;
    z-index: 1231;
    bottom: 0;
}
.dialog-ssc-prod-list-filters .dialog__body-cta .btn {
  width: 100%
}
.dialog-ssc-prod-list-filters .dialog__content {
  overflow-x: hidden
}
.dialog-ssc-prod-list-filters .dialog__price,
.dialog-ssc-prod-list-filters .dialog__side,
.dialog-ssc-prod-list-filters .dialog__sorting {
  background-color: #fff;
  padding: 16px
}
.dialog-ssc-prod-list-filters .dialog__price,
.dialog-ssc-prod-list-filters .dialog__side {
  margin-bottom: 15px
}
.dialog-ssc-prod-list-filters .dialog__price {
  display: block;
  padding-bottom: 100px
}
.dialog-ssc-prod-list-filters .dialog__price input {
  /* width: 90%!important; */
  margin: 0 auto!important;
  left: 0!important;
  right: 0!important
}
.dialog-ssc-prod-list-filters .dialog__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;

}
.dialog-ssc-prod-list-filters .dialog__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.dialog-ssc-prod-list-filters .dialog__more {
  color: #7345b2;
  font-size: 14px;
  line-height: 18px
}
.dialog-ssc-prod-list-filters .dialog__filters {
  background-color: #fff;
  padding-top: 16px
}
.dialog-ssc-prod-list-filters .dialog__subTitle {
  background-color: #f9f9f6;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px
}
.dialog-ssc-prod-list-filters .dialog__list {
  background-color: #fff;
  margin-bottom: 90px
}
.dialog-ssc-prod-list-filters .dialog__list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 16px
}
.dialog-ssc-prod-list-filters .dialog__list li.active {
  color: #7345b2;
  position: relative
}
.dialog-ssc-prod-list-filters .dialog__list li.active::after {
  content: '\61';
  font-family: beautiful-homes;
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
.dialog-ssc-prod-list-filters .btn-side,
.dialog-ssc-prod-list-filters .btn-sorting {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  margin-right: 10px;
  white-space: nowrap;
  border: 1px solid #454c53;
  color: #454c53
}
.dialog-ssc-prod-list-filters .btn-side.btn--primary,
.dialog-ssc-prod-list-filters .btn-sorting.btn--primary {
  background-color: #7345b2;
  border-color: #7345b2;
  color: #fff
}
.dialog-ssc-prod-list-filters .btn-colour {
  width: 60px;
  border: none;
  white-space: inherit;
  color: #454c53
}
.dialog-ssc-prod-list-filters .btn-colour.btn--primary {
  background-color: inherit;
  color: #454c53
}
.dialog-ssc-prod-list-filters .btn-colour.btn--primary span {
  border: 1px solid #7345b2;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.dialog-ssc-prod-list-filters .btn-colour.btn--primary span::after {
  font-size: 16px;
  content: '✓';
  color: #fff
}
.dialog-ssc-prod-list-filters .btn-colour span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-color: #f26c36;
  white-space: initial
}
.dialog-ssc-prod-list-filters .dialog__body {
  max-height: 600px
}
.dialog-ssc-prod-list-filters .filter-side__content-range {
  margin-top: 0;
  margin-bottom: 0
}


.mobile-popup-selection {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s,opacity .3s linear;
  -o-transition: visibility 0s,opacity .3s linear;
  -moz-transition: visibility 0s,opacity .3s linear;
  transition: visibility 0s,opacity .3s linear
}
.mobile-popup-selection--auto-height .mps__container {
  height: auto
}
.mobile-popup-selection.active {
  visibility: visible;
  opacity: 1
}
.mobile-popup-selection.active .mobile-popup-selection__container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
@media (min-width:576px) {
  .mobile-popup-selection.active {
    opacity: 0;
    visibility: hidden
  }
}
.mobile-popup-selection__bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.mobile-popup-selection__container {
  width: 100%;
  min-height: 75vh;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-top-right-radius: 25px;
  -webkit-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  box-shadow: 0 -2px 20px 0 rgba(0,0,0,.5);
  overflow: hidden;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%)
}
.mobile-popup-selection__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff
}
.mobile-popup-selection__content {
  height: 100%;
  position: relative;
  background-color: #f9f9f6
}
.mobile-popup-selection__close {
  font-size: 20px;
  position: absolute;
  top: 30px;
  left: 17px;
  z-index: 10;
  color: #804ec7
}
/*# sourceMappingURL=maps/mobile-popup-selection.css.map */

@charset "UTF-8";
.filter-side {
  display: none
}
@media (min-width:992px) {
  .filter-side {
    display: block
  }
}
.filter-side__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #333;
  display: none
}
@media (min-width:992px) {
  .filter-side__title {
    display: block
  }
}
.filter-side__content {
  position: relative;
  margin-right: 20px
}
.filter-side__content .hide {
  display: none
}
.filter-side__content-col {
  padding-right: 35px;
  position: relative;
  display: none;
  margin-bottom: 15px
}
.filter-side__content-btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.filter-side__content-btn a {
  display: block;
  padding: 18px 38px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px
}
.filter-side[data-type=filter] .filter-side__content-btn {
  display: none
}
.filter-side__content-range {
  position: relative;
  width: 100%;
  height: 24px;
  margin-top: 16px;
  padding-bottom: 90px;
  display: none
}
.filter-side__content-range-value {
  width: 100%;
  height: 45px;
  line-height: 45px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.filter-side__content-range-value-item {
  position: relative
}
.filter-side__content-range-value-item:first-child,
.filter-side__content-range-value-item:last-child {
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff
}
.filter-side__content-range input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  background-color:rgb(232, 235, 237);
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 75px;
  width: 94%;
  outline: 0;
  height: 6px;
  margin: 0;
  padding: 0
}
.filter-side__content-range input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 100;
  outline: 0;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #804ec7
}

.filter-side__content-range input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  border: none;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #804ec7
}
.filter-side__content-range input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0
}
.filter-side__content-range input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #000;
  border: 0
}
.filter-side__content-range input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0
}
.filter-side__content-range input[type=range]::-moz-focus-outer {
  border: 0
}
.filter-side__content-select {
  position: relative
}
.filter-side__content-select-price .ms-drop {
  display: none!important
}
.filter-side__content-select-colour .ms-parent .ms-drop li label span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.filter-side__content-select-colour .ms-parent .ms-drop li label span::before {
  content: ' ';
  width: 22px;
  height: 22px;
  background-color: #f26c36;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin-right: 7px
}
.filter-side__content-select-item {
  background-color: #f9f9f6;
  padding: 25px;
  margin-bottom: 16px
}
.filter-side__content-select-more {
  color: #804ec7;
  display: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  cursor: pointer
}
.filter-side__content-select.opened::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}
.filter-side__content-select.more .ms-drop li:nth-child(n+6) {
  display: block
}
.filter-side__content-select.opened ~ .filter-side__content-select-more {
  display: block
}
.filter-side__content-select.opened ~ .filter-side__content-range {
  display: block
}
.filter-side__content-select::before {
  font-family: beautiful-homes!important;
  font-size: 14px;
  speak: never;
  line-height: 1;
  content: "\44";
  position: absolute;
  right: 0;
  top: 8px;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 3
}
.filter-side__content-select .ms-choice {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0;
  border: none;
  padding-right: 25px;
  background-color: inherit
}
.filter-side__content-select .ms-choice .icon-caret {
  display: none
}
.filter-side__content-select .ms-choice > span {
  position: relative;
  color: #26282b;
  padding-left: 0
}
.filter-side__content-select .ms-choice > span > i {
  color: #804ec7;
  font-style: inherit
}
.filter-side__content-select .ms-drop {
  margin-top: 6px;
  background-color: #f9f9f6;
  z-index: 2;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}
.filter-side__content-select .ms-drop ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom:15px;
}
.sm_sub_category .filter-side__content-select .ms-drop ul{
  scrollbar-width: none;
}
.filter-side__content-select .ms-drop li {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  width: 100%;
  padding: 5px 0;
  display: block
}
.filter-side__content-select .ms-drop li:nth-child(n+6) {
  display: none
}
.sm_sub_category .filter-side__content-select .ms-drop li:nth-child(n+6) {
  display: block;
}

.filter-side__content-select .ms-drop li:hover {
  background-color: #f4f2ed
}
.filter-side__content-select .ms-drop li.selected label {
  color: #804ec7
}
.filter-side__content-select .ms-drop li.selected label::after {
  border: 2px solid #804ec7
}
.filter-side__content-select .ms-drop li label {
  padding: 5px 15px 5px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  position: relative;
  cursor: pointer
}
.filter-side__content-select .ms-drop li label input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0
}
.filter-side__content-select .ms-drop li label input[type=radio] {
  visibility: hidden;
  width: 0;
  height: 0
}
.filter-side__content-select .ms-drop li label::before {
  content: '✓';
  position: absolute;
  left: 3px;
  opacity: 0;
  font-size: 14px;
  top: 6px;
}
.filter-side__content-select .ms-drop li label::after {
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #24292e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.filter-side__content-select .ms-drop li.selected label::before {
  opacity: 1
}
.dialog-ssc-prod-list-filters .dialog__body {
  max-height: 530px;
  overflow-y: scroll;
  position: relative;
}
@media (max-width:991px) {
  .dialog-ssc-prod-list-filters .dialog__wrapper{
    padding-bottom: 10px;
  }
}

/* @media (max-width:767px) {
  .dialog-ssc-prod-list-filters .dialog__price input{
     width: 0 !important; 
  }
} */
/* input#range1 {
  width: 88%;
} */
input#range2 {
  z-index:1;
  transform: translate(20px,0);
  /* padding-left:10px ; */
}
/* input#range1-m {
  width: 98%;
  margin: unset !important;
} */
input#range2-m {
  z-index:1;
  transform: translate(20px,0);
}
@media (max-width:991px) {
  .filter-side__content-range-value-item:first-child,
.filter-side__content-range-value-item:last-child{
  width: 45px;
  justify-content: left;

}
.filter-side__content-range-value{
  font-size: 18px;
}
}
#range1 {
  z-index: 999 !important;
  background: none transparent;
}
.filter-side__content-range input[type="range"]::-moz-range-track{
background: none transparent;
}
#range1-m {
  z-index: 999 !important;
  background: none transparent;
}

.shop-sub-products {
  padding: 32px 0;
  background-color: #f9f9f6
}
@media (min-width:992px) {
  .shop-sub-products {
    padding: 62px 0
  }
}
.shop-sub-products__wrapper {
  width: 100%;
  display: block
}
@media (min-width:992px) {
  .shop-sub-products__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.shop-sub-products__content {
  width: 100%
}
.shop-sub-products__title {
  font-family: BioRhyme;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  color: #333
}
@media (min-width:992px) {
  .shop-sub-products__title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 64px;
    text-align: center
  }
}
.shop-sub-products__prods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px
}
@media (min-width:992px) {
  .shop-sub-products__prods {
    margin: 0
  }
}
.shop-sub-products__prod {
  width: -webkit-calc(50% - 16px);
  width: -moz-calc(50% - 16px);
  width: calc(50% - 16px);
  margin-bottom: 32px;
  margin-left: 8px;
  margin-right: 8px
}
.shop-sub-products__prod:has(> .product.sca-prod-listing__prod.unique-card) {
  display: none;
}

@media (min-width:992px) {
  .shop-sub-products__prod {
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
    margin-bottom: 32px;
    margin-left: 10px;
    margin-right: 10px
  }
  .shop-sub-products__prod:has(> .product.sca-prod-listing__prod.unique-card) {
    display: block;
}
}
.shop-sub-products__prod .product__thumbnail img {
  min-height: 170px
}
.shop-sub-products__cta {
  margin-top: 64px;
  text-align: center
}

/*# sourceMappingURL=maps/shop-sub-products.css.map */
.product-plp-overlay .shop-sub-products__title{
  text-align: left;
  }
  
  @media (min-width:576px) {
  .hover-content {
  
    background: rgba(76, 42, 29, 0.8);
  
    display: flex;
  
    flex-direction: column;
  
  }
  
  .hover-content {
  
    position: absolute;
  
    bottom: 0;
  
    padding: 19px;
  
  }
  
  .hover-content p {
  
    font-family: 'BioRhyme';
    font-style: normal;
  
    font-weight: 400;
  
    font-size: 16px;
  
    line-height: 20px;
  
    text-align: center;
  
    color: #FFFFFF;
  
    margin-bottom: 17px;
  
  }
  
  .hover-button {
  
    background: #CCAE4C;
  
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  
    border-radius: 50px;
  
    width: 242px;
  
    border: none;
  
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
  
    font-family: 'BioRhyme';
  
    font-style: normal;
  
    font-weight: 700;
  
    font-size: 16px;
  
    line-height: 16px;
  
    color: #000000;
  
    margin: 0 auto;
  
    text-align: center;
    padding: 22px 20px;
    text-align: center;
  
  }
  
  /* .hover-content {
    
      display: none;
    
    } */
  
  .product__thumbnail .hover-content {
  
    display: flex;
  
    flex-direction: column;
  
    justify-content: center;
  
    width: 100%;
  
    min-height: 170px;
  }
  /* .shop_sub_products.product-plp-overlay {
    margin-top: 42px;
  } */
  }
  .hover-content{
    display: none;
  }
  .cmp-plp-mob-ctabtn{
    display: none;
  }
  @media (max-width:576px) {
    .product-plp-overlay .product.shop-sub-products__prod {
      width: 100%;
  }
  .cmp-hover-content p{
    font-family: BioRhyme;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  text-align: Center;
  margin-bottom: 31px;
  }
  .cmp-hover-content .cmp-hover-button{
    display: flex;
    justify-content: center;
    max-width: 321px;
    width: 100%;
    /* height: 60px; */

    background-color: #CCAE4C;
    border-radius: 50px;
    font-family: BioRhyme;
  font-weight: Bold;
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto;
  margin-bottom: 75px;
  color: #000000;
  padding: 20px 20px;

  }
  .product-plp-overlay .cmp-plp-mob-ctabtn{
    display: block;
    margin-top: 38px;
  }
  /* .shop_sub_products.product-plp-overlay {
    margin-top: 19px;
  } */
    
  }
  .shop-sub-products__prod .product__title{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
  }
  .latest-bh-shop-show .product__add-to-cart-container{
      display: block;
  }
.ht-featured-stories {
  padding: 30px 0;
}

.ht-featured-stories__cta {
  text-align: center;
}

.ht-featured-stories__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
}

@media (min-width: 576px) {
  .ht-featured-stories__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px;
  }
}

.ht-featured-story__categories {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  /*padding-bottom: 10px;*/
  margin-bottom: -10px;
  border-bottom: 1px solid #e8ebed;
}

/*.ht-featured-story__categories:after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: #e8ebed;
}*/
@media (min-width: 992px) {
  .ht-featured-story__categories {
    white-space: normal;
  }
}

.ht-featured-story__category {
  display: inline-block;
  padding: 10px 0;
}

.ht-featured-story__category.active {
  border-bottom: 4px solid #26282b;
}

.ht-featured-story__category:not(:last-child) {
  margin-right: 40px;
}

@media (min-width: 576px) {
  .ht-featured-story__category:not(:last-child) {
    margin-right: 55px;
  }
}

.ht-featured-story__category a {
  color: #26282b;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 576px) {
  .ht-featured-story__category a {
    font-size: 18px;
    line-height: 28px;
  }
}

.ht-featured-story__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 35px;
  width: 100%;
}

.ht-featured-story__list-outer {
  padding: 35px 0;
}

@media (min-width: 576px) {
  .ht-featured-story__list {
    margin-bottom: 55px;
    justify-content: space-between;
  }
}

.ht-featured-story__item {
  display: none;
  margin-bottom: 30px;
  width: 100%;
}
.navigation-dsp-none .ht-featured-story__list > .ht-featured-story__item:nth-last-child(1),
.navigation-dsp-none .ht-featured-story__list > .ht-featured-story__item:nth-last-child(2) {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .ht-featured-story__item {
    margin-bottom: 2%;
    width: 48%;
  }
}

@media (min-width: 576px) {
  .ht-featured-story__item:nth-child(odd) {
    margin-right: 2%;
  }
}

@media (min-width: 576px) {
  .products-cta__title {
    font-family: BioRhyme;
    font-size: 36px;
    letter-spacing: 0.02em;
    line-height: 44px;
  }
}

/*# sourceMappingURL=maps/home-tours-featured-stories.css.map */
.products-cta__thumbnail {
  position: relative;
  height: 100%;
}

.products-cta__thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 366px;
}

.products-cta__overlay::before {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(48.11%, rgba(38, 40, 43, 0)),
      to(#26282b));
  background: -webkit-linear-gradient(top,
      rgba(38, 40, 43, 0) 48.11%,
      #26282b 100%);
  background: -moz-linear-gradient(top,
      rgba(38, 40, 43, 0) 48.11%,
      #26282b 100%);
  background: -o-linear-gradient(top, rgba(38, 40, 43, 0) 48.11%, #26282b 100%);
  background: linear-gradient(180deg, rgba(38, 40, 43, 0) 48.11%, #26282b 100%);
  opacity: 0.6;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products-cta__content {
  position: absolute;
  bottom: 30px;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.products-cta__title {
  color: #fdfeff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 16px;
}

.products-cta__cta {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
}

@media (min-width: 576px) {
  .products-cta__cta {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px;
  }
}

/*# sourceMappingURL=maps/products-cta.css.map */


.blogs_filter {
  position: relative;
  margin-bottom: 30px;
  margin-top: 22px;
}

.blogs_filter .title_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 11px;
  max-width: fit-content;
  cursor: pointer;
  margin-bottom: 30px;
}

.blogs_filter h2 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
}
.blogs_filter h2 span{
  color: #7345B2;
}

.blogs_filter .down_icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease-in-out;
}

.up {
  transform: rotate(180deg);
}

.blogs_items {
  /* max-width: 484px; */
  width: fit-content;
  padding: 20px;
  position: absolute;
  top: 34px;
  left: 0;
  background: #FFFFFF;
  z-index: 9;
  border: 1px solid #EFEFEF;
  box-shadow: 0px 4px 4px 0px #00000014;
  border-radius: 4px;
}

.blogs_items_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 60px;
}

.blogs_items .row-blog {
  max-width: 192px;
  width: 100%;
}

.blogs_items_box p{
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;  
}
.blogs_items label {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}

.blogs_items .row-blog label {
  margin-bottom: 16px;
}

.blogs_items .row-blog label:nth-last-child(1) {
  margin-bottom: unset;
}

.blogs_items input[type="radio"] {
  display: none;
}

.blogs_items .circle {
  max-width: 16px;
  width: 100%;
  height: 16px;
  border: 1.5px solid #BDBDBD;
  border-radius: 50%;
  position: relative;
}

.blogs_items input[type="radio"]:checked+.circle {
  border: unset;
}

.blogs_items input[type="radio"]:checked+.circle::before {
  content: "";
  background: url('../../../content/dam/asianpaintsbeautifulhomes/bh-new-header/input-checked.png') no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
}

.blogs_items h3 {
  display: none;
}

.blog_cross_icon {
  display: none;
}

.tab_hamburger{
  display: none;
}

.tab_right_arrow{
  display: none;
}

.blogs_overlay{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
  z-index: 9999;
}
.applied-filter-btn{
  width: fit-content;
  border: 1px solid #7345B2;
  border-radius: 30px;
  min-height: 35px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.applied-filter-btn p{
  font-family: Lato;
font-size: 16px;
font-weight: 400;
line-height: 22px;
color: #2F2F2F;
}
.applied-filter-btn img{
  width: 10px;
  height: 10px;
}

.dsp-none {
  display: none;
}


@media (max-width: 991px) {
  .ht-featured-story__list-outer {
    padding-bottom: 0px;
  }
  .blogs_filter{
    margin-top: 3px;
  }
  .blogs_items h3 {
    display: block;
    margin-bottom: 30px;
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.01em;
    color: #222222;
  }

  .blog_cross_icon {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .blogs_items {
    padding: 30px 16px;
    border-radius: 16px 16px 0px 0px;
    max-width: unset;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    top: unset;
    height: 90%;
    /* overflow: scroll; */
  }
  .blogs_items_box{
    flex-direction: column;
    gap: unset;
    max-height: 600px;
    overflow-y: scroll;
    scrollbar-width: none;
    padding-bottom: 80px;
  }
  .blogs_items .row-blog label:nth-last-child(1) {
    margin-bottom: 16px;
  }
  .tab_hamburger{
    display: block;
    width: 20px;
    height: 20px;
  }
  .blogs_filter .title_wrapper{
    max-width: unset;
    width: 100%;
    background: #F7F5F1;
    border-radius: 4px;
    padding: 12px;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .title_wrapper_left{
    display: flex;
    justify-content: start;
    gap: 8px;
  }
  .blogs_filter .down_icon{
    display: none;
  }
  .tab_right_arrow{
    display: block;
    width: 20px;
    height: 20px;
  }
  .blogs_filter h2{
    font-size: 16px;
  }
}
.navigation-dsp-none .ht-featured-story__categories{
  display: none;
}
.navigation-dsp-none .ht-featured-stories__cta a{
  display: none;
}
.navigation-dsp-none  .ht-featured-story__list-outer{
  padding: 35px 0 0 0;
}
.navigation-dsp-none .ht-featured-stories{
  padding: 30px 0 0 0;
}
.navigation-dsp-none .ht-featured-story__list{
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .navigation-dsp-none  .featured-story.ht-featured-story__item{
    display: none;
  }

  .navigation-dsp-none  .featured-story.ht-featured-story__item:nth-child(1),
  .navigation-dsp-none  .featured-story.ht-featured-story__item:nth-child(2) {
    display: flex;
  }
  .navigation-dsp-none  .featured-story.ht-featured-story__item:nth-child(2) {
    margin-bottom: 0;
  }
}
.home-improv {
  padding: 40px 0
}
.home-improv__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 10px
}

@media (min-width:992px) {
  .home-improv__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 60px
  }
}

.home-improv__brief {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px
}

@media (min-width:992px) {
  .home-improv__brief {
    font-size: 18px;
    line-height: 28px
  }
}

.home-improv__outer {
  margin-bottom: 60px
}

.home-improv__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home-improv__cta:first-child {
  margin-right: 15px
}

.home-improv__cta-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.home-improv__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}

@media (min-width:576px) {
  .home-improv__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}

.home-improv__misc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  text-align: center
}

@media (min-width:576px) {
  .home-improv__misc {
    font-size: 18px;
    line-height: 28px
  }
}

.home-improv__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-improv__slider .slick-slide {
  margin: 0 7.5px
}

.home-improv__slider .slick-slide:first-child {
  margin-left: 0
}

.home-improv__slider .slick-slide:last-child {
  margin-right: 0
}

@media (min-width:576px) {
  .page-search .home-improv {
    padding: 80px 0
  }
}

/*# sourceMappingURL=maps/home-improvement.css.map */

.tab-carousel {
  padding-bottom: 48px;
  position: relative
}

.tab-carousel__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 58%;
  bottom: 0;
  background: #5a7851
}

.tab-carousel__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.25
}

@media (min-width:992px) {
  .tab-carousel__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 44px
  }
}

.tab-carousel__outer {
  margin: 0 -10px 60px
}

.tab-carousel__slider {
  margin-bottom: 35px
}

@media (min-width:576px) {
  .tab-carousel__slider {
    margin-bottom: 40px
  }
}

@media (min-width:992px) {
  .tab-carousel__slider {
    margin-bottom: 0
  }
}

.tab-carousel__slider-navigation {
  display: none
}

@media (min-width:992px) {
  .tab-carousel__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}

.tab-carousel__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px !important;
  width: 64px;
  z-index: 2;
  background-color: #fdfeff;
  border: none
}

.tab-carousel__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}

.tab-carousel__slider-nav [class^=icon] {
  margin-top: 0
}

.tab-carousel__slider-nav [class^=icon]::before {
  font-size: 24px
}

.tab-carousel__slider-nav.disabled {
  background-color: rgba(253, 254, 255, .5);
  color: #26282b
}

.tab-carousel__slider-nav.prev {
  margin-right: 15px
}

.tab-carousel__slider .slick-list {
  margin: 0 -10px
}

.tab-carousel__slider .product {
  margin: 0 10px
}

.tab-carousel__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.tab-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tab-carousel__cta:first-child {
  margin-right: 15px
}

.tab-carousel__cta-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}

.tab-carousel__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}

@media (min-width:576px) {
  .tab-carousel__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}

.tab-carousel__item {
  margin: 0 10px;
  position: relative
}

.tab-carousel__item--image {
  width: 100%;
  position: relative;
  overflow: hidden
}

.tab-carousel__item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.tab-carousel__item--image:after {
  content: ' ';
  display: block;
  padding-top: 75.2%;
  width: 100%
}

.tab-carousel__item--text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fdfeff;
  margin-top: 16px
}

@media (min-width:768px) {
  .tab-carousel__item--text {
    font-size: 24px
  }
}

.tab-carousel__tab-buttons {
  position: relative;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e8ebed;
  overflow-x: auto
}

.tab-carousel__tab-buttons li {
  margin-right: 2.7%
}

.tab-carousel__tab-buttons li button {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #26282b;
  padding: 8px;
  border-bottom: 4px solid rgba(38, 40, 43, 0)
}

@media (min-width:576px) {
  .tab-carousel__tab-buttons li button {
    font-size: 18px;
    line-height: 28px
  }
}

.tab-carousel__tab-buttons li button.active {
  border-color: #26282b
}

.home-improv__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-improv__slider .slick-slide {
  margin: 0 7.5px
}

.home-improv__slider .slick-slide:first-child {
  margin-left: 0
}

.home-improv__slider .slick-slide:last-child {
  margin-right: 0
}

/*# sourceMappingURL=maps/tab-carousel.css.map */

.home-decor__thumbnail {
  position: relative;
  margin-bottom: 10px;
  min-height: 349px
}

.home-decor__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.home-decor__index {
  color: #3c6aa8;
  font-family: BioRhyme;
  font-size: 40px;
  line-height: 51px;
  margin-right: 12px
}

.home-decor__title {
  color: #26282b;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 5px;
  align-self: center;
  /* width: 170px */
}

.home-decor__desc {
  color: #454c53;
  font-size: 16px;
  line-height: 20px;
  width: 220px
}

.home-decor.four-steps {
  width: 100%;
  padding: 0;
  margin-bottom: 36px
}

.home-decor.four-steps .home-decor__thumbnail {
  min-height: inherit;
  overflow: hidden
}

.home-decor.four-steps .home-decor__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}

.home-decor.four-steps .home-decor__thumbnail:after {
  content: ' ';
  display: block;
  padding-top: 101.74%
}

@media (min-width:768px) {
  .home-decor.four-steps .home-decor__thumbnail:after {
    padding-top: 124.64%
  }
}

.home-decor__content p {
  padding: 0 3px;
}

/*# sourceMappingURL=maps/home-decor.css.map */
.home-decor__thumbnail img {
  height: 434px;
  object-fit: cover;
}

@media (max-width:576px) {
  .home-decor__thumbnail img {
    height: 343px;
    object-fit: cover;
  }

}

ul.tab-carousel__tab-buttons::-webkit-scrollbar {
  display: none;
}

ul.tab-carousel__tab-buttons {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#how-we-work {
  scroll-margin-top: 50px;
}


/* consulting_form CSS Start */
@media (min-width: 992px) {
  .consulting-form-column .home-redesign-help {
    padding: 49px;
  }

  .consulting-form-column .home-redesign-help__title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }

  .consulting-form-column .home-redesign-help__desc {
    max-width: 665px;
    font-weight: 700;
    margin: 0 auto 80px;
    text-align: center;
  }

  .consulting-form-column .home-redesign-helpform-wrap {
    display: block;
  }

  .consulting-form-column .form-container-inputs>div {
    display: flex;
    gap: 45px;
  }

  .consulting-form-column .form_button {
    text-align: center;
  }

  .consulting-form-column .btn__icon--right [class^=icon-] {
    margin-left: 8px;
  }

  .consulting-form-column .btn--primary [class^=icon-]::before {
    color: #FDFEFF;
  }

  .consulting-form-column .home-redesign-help__form-cta button {
    padding: 16px 23px 16px 32px;
    color: #FDFEFF;
  }
}

.consulting-form-column .form_field_checkbox {
  display: none;
}

/* consulting_form CSS End */

/* Customer Service CSS Start */
.customer-service-points .ids-form-firstFold.head-redesign-help-left {
  height: auto;
}

.customer-service-points .head-redesign-help__title {
  font-size: 36px;
  font-family: 'BioRhyme';
  line-height: 44px;
  margin-bottom: 40px;
}

.customer-service-points .head-redesign-help__form-cta a {
  background: #7345B2;
  border: none;
}

.customer-service-points .icon-arrow-down {
  display: none;
}

.customer-service-points .service-items-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 50px 50px 20%;
  background: linear-gradient(180deg, #290161 0%, #3C6AA8 100%);
}

.customer-service-points .service-item {
  display: flex;
  align-items: center;
  margin-bottom: 72px;
  max-width: 500px;
}

.customer-service-points .service-item:last-child {
  margin-bottom: 0px;
}

.customer-service-points .service-item-img {
  width: 64px;
  margin-right: 42px;
}

.customer-service-points .service-item-desc>span {
  display: block;
}

.customer-service-points .service-item-heading {
  color: #F9994C;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.64px;
}

.customer-service-points .service-item-subheading {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.64px;
}

.customer-service-points .btn--white-border:hover {
  color: #fff;
}

.customer-service-points .head-redesign-help__title {
  font-weight: 700;
}

.customer-service-points .head-redesign-help__form-cta a {
  padding: 12px 24px;
}

@media (min-width: 992px) {
  .customer-service-points .head_redesign:nth-child(1) {
    width: 47.5%;
  }

  .customer-service-points .head_redesign:nth-child(2) {
    width: 52.5%;
  }
}

@media (max-width: 991px) {
  .customer-service-points .head-redesign-help__title {
    font-size: 24px;
    line-height: 30px;
  }

  .customer-service-points .head-redesign-help__title {
    margin-bottom: 24px;
  }

  .customer-service-points .service-items-wrapper {
    padding: 50px 50px 50px 35px;
  }

  .customer-service-points .service-item {
    margin-bottom: 64px;
  }

  .customer-service-points .service-item-img {
    width: 56px;
    margin-right: 32px;
  }

  .customer-service-points .service-item-heading {
    font-size: 24px;
    line-height: 28px;
  }

  .customer-service-points .service-item-subheading {
    font-size: 24px;
    line-height: 28px;
  }

  .customer-service-points .head-redesign-help__image {
    height: 369px;
  }

  .customer-service-points .head-redesign-help__content {
    padding-top: 10px;
  }
}

/* Customer Service CSS End */

/* Furniture Categories CSS Start */
.categories-grid .heading.title {
  text-align: center;
  margin-bottom: 50px;
}

.categories-grid .categories-left-card {
  padding: 0 80px;
}

.categories-grid .categories-bottom-card {
  padding: 0 80px 40px;
}

.categories-grid .sofa-item {
  position: relative;
  cursor: default;
}

.categories-grid .sofa-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 53%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 69.26%);
  opacity: 0.699999988079071;
}

.categories-grid .sofa-item-param {
  color: #FFF;
  position: absolute;
  bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  cursor: default;
}

.categories-grid .categories-right-top-card {
  width: 100%;
}

.categories-grid .categories-right-top-card .sofa-item:first-child {
  margin-right: 20px;
}

.categories-grid .heading.title h1 {
  font-size: 48px;
  font-family: 'BioRhyme';
}

.categories-grid .categories-left-card>div {
  display: flex;
  width: 100%;
}

.categories-grid .categories_left {
  width: 50%;
  margin-right: 20px;
}

.categories-grid .categories_left>a {
  height: 490px;
  display: block;
}

.categories-grid .categories-right-top-card .sofa-item>a {
  height: 237px;
  display: block;
}

.categories-grid .categories-right-bottom-card .sofa-item>a {
  height: 234px;
  display: block;
}

.categories-grid .categories-bottom-card .sofa-item>a {
  height: 237px;
  display: block;
}

.categories-grid .sofa-item img {
  height: 100%;
  width: 100%;
}

.categories-grid .categories-right-bottom-card .sofa-item img {
  height: 100%;
  width: 100%;
}

.categories-grid .categories-right-bottom-card {
  width: 100%;
}

.categories-grid .categories-right-card {
  display: flex;
  width: 50%;
}

.categories-grid .categories-right-card>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.categories-grid .categories-right-top-card>div {
  display: flex;
}

.categories-grid .categories-bottom-card>div {
  display: flex;
}

.categories-grid .categories-right-top-card .sofa-item {
  width: 50%;
}

.categories-grid .categories-right-bottom-card .sofa-item {
  width: 100%;
}

.categories-grid .categories-bottom-card .sofa-item {
  margin-right: 20px;
}

.categories-grid .categories-bottom-card .sofa-item:last-child {
  margin-right: 0px;
}

@media (max-width: 991px) {
  .categories-grid .heading.title {
    margin-bottom: 30px;
  }

  .categories-grid .heading.title h1 {
    font-size: 32px;
  }

  .categories-grid .categories-left-card {
    padding: 0 16px;
  }

  .categories-grid .categories-bottom-card {
    padding: 0 16px 70px;
  }

  .categories-grid .sofa-item-param {
    font-size: 14px;
    bottom: 12px;
  }

  .categories-grid .categories-left-card>div {
    flex-wrap: wrap;
  }

  .categories-grid .categories_left {
    width: 100%;
    margin-right: 0;
  }

  .categories-grid .categories-right-card {
    width: 100%;
  }

  .categories-grid .categories-bottom-card>div {
    flex-wrap: wrap;
  }

  .categories-grid .categories-bottom-card .sofa-item {
    margin-right: 17px;
    width: calc(50% - 9px);
  }

  .categories-grid .categories-right-top-card .sofa-item:first-child {
    margin-right: 17px;
  }

  .categories-grid .categories-bottom-card .sofa-item:nth-child(2) {
    margin-right: 0;
  }

  .categories-grid .categories-bottom-card .sofa-item:nth-child(4) {
    margin-right: 0;
  }

  .categories-grid .categories-right-bottom-card .sofa-item img {
    height: 107px;
  }

  .categories-grid .categories_left>a {
    height: 228px;
    display: block;
  }

  .categories-grid .categories-right-top-card .sofa-item>a,
  .categories-grid .categories-right-bottom-card .sofa-item>a,
  .categories-grid .categories-bottom-card .sofa-item>a {
    height: 107px;
    display: block;
  }
}

/* Furniture Categories CSS End */


/* Load more Button */
.wthi-slidermainwrapper-parent {
  position: relative;
}

.wthi-load-more-wrapper {
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 540px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.67) 12.59%, #FFF 47.48%);
}

.wthi-load-more_button-div {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  border-radius: 999px;
  background: #7345B2;
  padding: 16px 23px 16px 32px;
  cursor: pointer;
}

.wthi-load-more_text {
  color: #FDFEFF;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.wthi-load-more_button-div .icon-plus-o {
  height: 18px;
}

.wthi-load-more_button-div .icon-plus-o:before {
  display: block;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 992px) {

  /* Load more Button */
  .wthi-load-more-wrapper {
    align-items: flex-end;
    height: 333px;
  }

  .wthi-load-more_button-div {
    margin-bottom: 33px;
  }
}


/* new_home_improve style changes ----------- */
.home-improv.new_home_improve  {
  padding-top: 0;
  padding-bottom: 15px;
}

.new_home_improve .home-improv__headline {
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 49.22px;
  text-align: center;
  color: #323232;
  margin-bottom: 9px;
}
.padding_top .home-improv__headline{
  padding-top: 100px;
}

.new_home_improve .home-improv__brief {
  font-family: Lato;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #696969;
  margin-bottom: 30px;
}

.new_home_improve .home-improv__cta:first-child{
  margin-right: 10.5px;
}

.new_home_improve .btn--ghost{
  padding: 16px 75px;
}


@media screen and (max-width : 992px) {
  .home-improv.new_home_improve{
    padding-bottom: 0;
  }
  .new_home_improve .home-improv__headline {
    font-size: 26px;
    line-height: 33.8px;
    margin-bottom: 10px;
  }
  .padding_top .home-improv__headline{
    padding-top: 50px;
  }
  .new_home_improve .home-improv__brief {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 35px;
  }

  .new_home_improve .home-improv__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 8px 42px;
  }

  .new_home_improve .btn--ghost{
    padding: 8px 89px;
  }
  .new_home_improve .home-improv__cta{
    gap: 20px;
  }
  .new_home_improve .home-improv__cta-outer {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
  .new_home_improve .home-improv__cta:first-child{
    margin-right: unset;
  }
}
.ic {
  margin-top: 40px
}

.ic__details {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center
}
.ic__details-copy.paragraph h2{
  font-size: 24px;
  font-weight: 700;
  color: #323232;
}
.sleek-kitchen-legacy.ic__details-copy.paragraph h1 , .sleek-kitchen-legacy.ic__details-copy.paragraph h2 , .sleek-kitchen-legacy.ic__details-copy.paragraph h3 , .sleek-kitchen-legacy.ic__details-copy.paragraph h4 , .sleek-kitchen-legacy.ic__details-copy.paragraph h5 , .sleek-kitchen-legacy.ic__details-copy.paragraph h6 {
  font-family: BioRhyme;
  font-size: 42px;
  font-weight: 700;
  line-height: 49px;
  color: #323232;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--12{
  float: unset;
  width: unset;
}
@media (max-width:575.98px) {
  .ic__details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.ic__details-copy {
  padding-bottom: 30px;
}
.sleek-kitchen-legacy.ic__details-copy{
  padding-top: 30px;
}
.commom-pt.sleek-kitchen-legacy.ic__details-copy{
  padding-top: 0;
}
@media (max-width:575.98px) {
  .ic__details-copy {
      padding-bottom: 30px;
  }
  .ic__details-copy.paragraph h2{
    font-size: 24px;
    font-weight: 700;
  
  }
  .sleek-kitchen-legacy.ic__details-copy.paragraph h1 , .sleek-kitchen-legacy.ic__details-copy.paragraph h2 , .sleek-kitchen-legacy.ic__details-copy.paragraph h3 , .sleek-kitchen-legacy.ic__details-copy.paragraph h4 , .sleek-kitchen-legacy.ic__details-copy.paragraph h5 , .sleek-kitchen-legacy.ic__details-copy.paragraph h6 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
  }
}
.paragraph.text ul,.paragraph.text ol {
  color: #26282b;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px
}
.ic__details-copy p{
    color: #26282b;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.ic__details-copy.where-the-heart p{
  font-family: Lato;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #323232;
}
.sleek-kitchen-legacy.ic__details-copy p{
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color:#323232;
  padding: 20px 62px 0 62px;
}
@media (max-width:575.98px) {
  .ic__details-copy p,.paragraph.text ul,.paragraph.text ol {
      font-size: 16px;
      line-height: 24px
  }
  .sleek-kitchen-legacy.ic__details-copy p{
    padding: 12px 0 0 0;
  }
  .ic__details-copy.where-the-heart p{
    line-height: 130%;
  }
}

.ic__image-wrap {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 10px;
  /* margin-bottom: 3pc; */
  margin-bottom: 12px;
  align-items: flex-start;
}

@media (max-width:575.98px) {
  .ic__image-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.ic__image-wrap-imgbox {
  width: 49.33%;
  margin-bottom: 30px;
}

@media (max-width:575.98px) {
  .ic__image-wrap-imgbox {
      margin-bottom: 20px;
      width: 100%
  }
}
figcaption.ic__image-wrap-caption {
  color: #26282b;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0;
  text-align: center;
}
/* .ic__image-wrap-caption p {
  color: #26282b;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 5px 0;
  text-align:center; */
  /* min-height:75px; */
/* } */

@media (max-width:575.98px) {
  .ic__image-wrap-caption p {
      font-size: 14px; 
      line-height: 16px;
      /* min-height:75px; */
  }
}


/* asif changes */

@media (max-width:784px) {
.image.parbase{
padding-bottom:20px;
}

}
.image_content .ic__image-wrap-imgbox img{
  height: 639px;
  object-fit: cover;
}
@media only screen and (min-width: 575px) and (max-width: 784px){
  /* .image_content .ic__image-wrap-imgbox{
      height: 224px;
  } */
  .image_content .ic__image-wrap-imgbox img{
      height: 224px;
      object-fit: cover;
  }
    
  .ic__image-wrap{
      row-gap: 0;
      column-gap: 0;
      justify-content: space-between;
  }

}

@media (min-width:768px) {

  .responsivegrid .flexclass  {
  float: none !important;
  clear: none;
  width: 100%;
  max-width: 1020px;
  }
  .responsivegrid .flexclass.wthi-container-para{
    max-width: 831px;
  }
  .responsivegrid .flexclass.legacy-container{
    max-width: 1148px;
    width: 100%;
  }
  .responsivegrid .flexclass >.aem-Grid{
    display: flex !important;
    justify-content: space-between !important;
    
  }
  .responsivegrid .flexclass.legacy-container >.aem-Grid{
    display: flex !important;
    justify-content: space-between !important;
    
  }
  .responsivegrid .halfwidth {

      width: 50% !important;
  }
        .responsivegrid .halfwidth:first-child{
		margin-right:15px;
}
  .flexclass .ic__image-wrap-imgbox {
      width: 100%;
  }
}

@media (max-width:767px) {
.flexclass .ic__image-wrap-imgbox{
width:100%
}
}
.flexclass {
margin-right: auto !important;
margin-left: auto !important;
padding-left: 20px;
padding-right: 20px 
}
@media (min-width:1212px) {
.containerleftright.flexclass {
  max-width: 1220px
}
}
@media (min-width:1441px) {
.containerleftright.flexclass {
  max-width: 1440px
}
}

.containerleftright.content.flexclass {
max-width: 1020px
}

.paragraph.text ul{
  list-style-type: disc;
  padding-left: 20px;
}
.paragraph.text ul li{
  list-style: disc;
}
.paragraph.text ol li{
  list-style: decimal;
}
.paragraph.text ol{
  padding-left: 20px;
}

/* .paragraph.text table td {
  padding: 10px;
} */
@media (max-width:576px) {
.ic__image-wrap {
margin-bottom: 5px;
 }
}


.article-section-float {
  float: left;
  margin-left: 16.5%;
  max-width: calc(64% - 16.5%);
}

.article-section-float .container.content {
  margin-right: 98px;
}

.article-section-float .tb {
  margin-top: 52px;
}

.article-section-float .tb__brief p {
  font-weight: 700;
}

.article-section-float .tb__brief {
  margin: 52px 0 40px 0;
}

@media (max-width: 991px) {
  .article-section-float {
    float: none;
    margin: 78px 14px 40px 18px;
    max-width: 100%;
  }

  .article-section-float .container.content {
    margin-right: 0px;
    padding: 0;
  }

  .article-section-float .tb__brief p {
    font-size: 18px;
    line-height: 28px;
  }

  .article-section-float .tb__brief {
    margin-bottom: 15px;
  }

  .article-section-float .ic__details-copy p {
    font-size: 18px;
    line-height: 28px;
  }
}

.faq_ids {
    margin: 80px;
}

.faq_ids .container {
    margin: 0 auto;
}

.faq_ids .faq__left {
    text-align: center;
}

.faq_ids .faq__left .faq__title {
    color: #323232;
    font-family: BioRhyme;
    font-size: 36px;
    font-weight: 700;
    line-height: 42.192px;
}

.faq_ids .faq__right {
    margin-top: 70px;
}

.faq_ids .faq__right .faq__row {
    padding: 37px 17px 37px 24px;
    border-bottom: 1px solid rgba(105, 105, 105, 0.2);

}

.faq_ids .faq__right .faq__row .faq__coll-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #323232;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
}

.faq_ids .faq__right .faq__row .simpleouter {
    margin: 0;
}

.faq_ids .faq__right .faq__row .faq__coll-item p {
    color: #323232;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    margin-top: 16px;
    display: inline-block;
}

.faq_ids .faq__right .faq__row button {
    padding: 0;
    border-radius: 50%;
    border: 0;
    background: none;
    cursor: pointer;
    flex: 0;
}


.faq_ids .faq__right .cmp-accordion__panel {
    display: none;
}


.faq_ids .faq__right .icon-plus-o:before {
    content: '';
    background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/arrow_down_desktop.png") center no-repeat;
    background-size: cover;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.faq_ids .faq__right .icon-minus-o:before {
    content: '';
    background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/arrow_up_desktop.png") center no-repeat;
    background-size: cover;
    display: inline-block;
    width: 46px;
    height: 46px;
}

.faq_ids .paragraph {
    padding: 31px 24px 43px;
}

.faq_ids .paragraph p {
    color: #323232;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
}

.faq_ids .paragraph p a {
    color: #7345B2;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.06px;
    letter-spacing: 0.36px;
    margin-left: 10px;
}

/* this changes reqire new update with new class */
.faq_ids .newfaq .faq__left .faq__title{
    font-family: Lato;
} 
.faq_ids .newfaq .faq__right{
    margin-top: 33px;
}
 .faq_ids .newfaq .faq__right .faq__row button {
    width: 48px;
    height: 48px;
    flex: unset;
    transition: 0.4s linear;
    transform: rotate(45deg);
}

 .faq_ids .newfaq .faq__right .faq__row button:hover {
    background: linear-gradient(90.85deg, #F6EDFF 2.92%, #FFE9EA 61.17%, #FEF4E1 98.14%);
}

 .faq_ids .newfaq .cmp-accordion__item.open button {
    background: linear-gradient(90.85deg, #F6EDFF 2.92%, #FFE9EA 61.17%, #FEF4E1 98.14%);
    transform: rotate(0deg);
}

 .faq_ids .newfaq .faq__right .faq__row button span {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .faq_ids .newfaq .faq__right .cmp-accordion__panel {
    height: 0;
    overflow: hidden;
    transition: 0.6s;
    display: block;
}

 .faq_ids .newfaq .faq__right .cmp-accordion__panel.style_active {
    overflow: auto;
    scrollbar-width: none;
}

 .faq_ids .newfaq .faq__right .icon-plus-o:before {
    background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/close.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}

 .faq_ids .newfaq .faq__right .icon-minus-o:before {
    content: '';
    background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/close.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
}

/* end  */

@media (max-width:768px) {
    .faq_ids {
        margin: 100px 0;
    }

    .faq_ids .container {
        margin: 0;
    }

    .faq_ids .faq__right {
        margin: 36px 0;
    }

    .faq_ids .faq__right .faq__row {
        padding: 20px 0;
    }

    .faq_ids .faq__right .faq__row .faq__coll-title {
        gap: 12px;
    }

    .faq_ids .faq__left .faq__title {
        font-size: 22px;
        line-height: 30.8px;
    }

    .faq_ids .faq__right .icon-plus-o:before {
        background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/arrow_down_mobile.png") center no-repeat;
        width: 12px;
        height: 7.4px;
    }

    .faq_ids .faq__right .icon-minus-o:before {
        background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/arrow_up_mobile.png") center no-repeat;
        width: 12px;
        height: 7.4px;
    }

    .faq_ids .paragraph {
        padding: 0 27px;
        text-align: center;
    }

    .faq_ids .paragraph p a {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-weight: 700;
        font-size: 18px;
        line-height: 23.4px;
    }

    /* this changes reqire new update with new class */
   .faq_ids .newfaq .faq__right {
        margin-top: 10px;
    }
    .faq_ids .newfaq .faq__right .faq__row .faq__coll-title{
        line-height: 20.8px;
        color: #1D1D1F;
        font-size: 16px;
        align-items: self-start;
    }   

   .faq_ids .newfaq .faq__left .faq__title {
        text-align: left;
    }
    .faq_ids .newfaq .faq__right .faq__row .faq__coll-item p{
        color: #4D4D4D;
    }

   .faq_ids .newfaq .faq__right .icon-plus-o:before {
        background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/close.png") center no-repeat;
        background-size: cover;
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        transition: 0.4s linear;
    }

   .faq_ids .newfaq .faq__right .icon-minus-o:before {
        background: url("../../../content/dam/asianpaintsbeautifulhomes/icons/ids_icons/close.png") center no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
        transform: rotate(0deg);
        transition: 0.4s linear;
    }

   .faq_ids .newfaq .faq__right .faq__row button:hover {
        background: unset;
    }
    .faq_ids .newfaq .cmp-accordion__item.open button {
        background: unset;
    }

   .faq_ids .newfaq .faq__right .faq__row button span {
        padding-top: 4px;
        align-items: start;
        justify-content: right;
    }

    .faq_ids .newfaq .faq__right .faq__row button{
        transform: unset;
    }
    .faq_ids .newfaq .cmp-accordion__item.open button{
        transform: unset;
    }
    .faq_ids .newfaq .simpleouter.container{
        padding: 0;
    }
    .faq_ids .newfaq .container{
        padding: 0 16px;
    }

    /* end  */


}
/* .container.responsivegrid.footer-bg-container-color{
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
    float: unset !important; 
} */
.footer-bg-container-color {
    background-color: #F1EFE8;
}

.footer__section {
    padding: 83px 40px 64px 40px;
}

.footer__rowContent {
    display: flex;
    align-items: start;
    /* justify-content: space-between; */
    /* width: 70%; */
}

.footer__logo__content {
    width: 201px;
    height: 59px;
}

.footer_icon__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_newsletter {
    /* width: 55%; */
    margin-left: 64px;
    margin-right: 146px;
}

.footer_newsletter .footer__col {
    padding: unset;
}

.footer__newsletter-title {
    margin-bottom: 16px;
    color: #222222;
    padding: unset;
    margin-top: -3px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;

}

.footer__container__revamp .footer__newsletter {
    max-width: unset;
    margin: unset;
}

.footer__newsletter-form {
    display: flex;
    width: 100%;
    position: relative;
    gap: 20px;
    align-items: end;
    justify-content: left;
}

.footer__newsletter-form__field {
    border-radius: 6px;
    border: 1px solid #20202033;
    width: 320px;
    font-weight: 400;
    margin-right: unset;
    color: #202020;
    padding: 0 14px;
    min-height: 40px;
    font-family: Archivo;
    font-weight: 400;   
    font-size: 14px;
    line-height: 20px;

}

.footer__newsletter-form__btn {
    font-family: Archivo;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    padding: 0 39px;
    min-height: 41px;
    width: fit-content;
    color: #FFFFFF;
}

span.error-list {
    position: absolute;
    color: #ed1c24;
    font-size: 12px;
    font-weight: 700;
    top: 45px;
    left: 3px;
    display: none;

}

.footer__newsletter-success {
    color: #7345b2;
    display: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 8px
}

/* social start */
.footer__social__title {
    margin-bottom: 20px;
    margin-top: -3px;
    color: #222222;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;

}

.footer__social_icon_list {
    display: flex;
    gap: 20px;
    position: relative;
    top: 3px;
}

.socialicon__img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

/* social end */
/* category start */
.footer__category__main .cmp-contentfragment__title {
    color: #222222;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;

}

.footer__category__main .cmp-contentfragmentlist {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 40px 35px 40px;
}

.footer__category__main .cmp-contentfragmentlist .cmp-contentfragment {
    width: 20%;
}

.footer__category__main .cmp-contentfragmentlist .cmp-contentfragment.cmp-contentfragment--supports {
    display: none;
}

.footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-title {
    display: none;
}

.footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--categoryName .cmp-contentfragment__element-value {
    display: none;
}

.footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value ul {
    margin-top: 22px;
    column-count: 1;
    /* display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px; */
}
/* .footer__category__main .cmp-contentfragment:first-child .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value ul{
    column-count: 2;
}
.footer__category__main .cmp-contentfragment:last-child .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value ul{
    column-count: 2;
} */
.footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value ul li {
    padding-bottom: 19px;
}

.footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value ul li a {
    color: #222222;
    font-family: Archivo;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;


}

/* category end */
/* copyright start */
.footer__copyright--main .cmp-contentfragmentlist {
    padding: 0 40px 40px 40px;
}

.footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment--copyright {
    padding-top: 24px;
    border-top: 1px solid #9C9C9C;
}

.footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__title {
    display: none;
}

.footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-title {
    display: none;
}

.footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-value {
    color: #222222;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;


}

.footer__copyright--main .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    color: #000000;
}

.footer__copyright--main .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-value ul {
    display: flex;
    gap: 30px;
}

.footer__copyright--main .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-value ul li a {
    color: #222222;
    text-decoration: none;
    /* border-bottom: 1px solid #000000; */
    padding-bottom: 0.5px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;

}

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

    /* .container.responsivegrid.footer-bg-container-color{
        padding: 0 16px;
    } */
    .footer__section {
        padding: 35px 20px 0 20px;
    }

    .footer__rowContent {
        align-items: normal;
        flex-direction: column;
        width: 100%;
        /* gap: 30px; */
    }

    .footer__newsletter-form {
        gap: 11px;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .footer__newsletter-form__field {
        font-size: 14px;
        width: 197px;
        margin: unset;
    }

    .footer__logo__content {
        width: 153px;
        height: 45px;
        margin-bottom: 26px;
    }

    .footer_newsletter {
        width: 100%;
        margin: unset;
    }

    .footer__newsletter-form__btn {
        padding: 10px 25px;
    }

    .footer__social__title {
        margin-bottom: 15px;
    }

    /*category start */
    .footer__category__main .cmp-contentfragment__title {
        line-height: 20.8px;
        color: #1D1D1F;
    }
    .footer__category__main .cmp-contentfragmentlist {
        flex-direction: column;
        padding: 20px 20px 40px 20px;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment {
        width: 100%;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment.cmp-contentfragment--supports {
        display: block;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__element-value h3 {
        display: none;
    }

    .footer__category__main .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value {
        display: none;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value ul:nth-child(2) {
        display: none;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__title {
        border-bottom: 1px solid #20202033;
        padding-bottom: 16px;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__title::after {
        content: "+";
        font-size: 24px;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__title.active::after {
        transform: rotate(134deg);
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__title.active {
        border-bottom: none;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLink .cmp-contentfragment__element-value ul {
        margin-top: 0;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLink .cmp-contentfragment__element-value ul.active {
        border-bottom: 1px solid #20202033;
        margin-bottom: 0;
    }

    .footer__category__main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--categoryLinks .cmp-contentfragment__element-value ul.active {
        border-bottom: 1px solid #20202033;
        margin: 0;

    }

    /* copyright start */
    .footer__copyright--main .cmp-contentfragmentlist {
        padding: 0 20px 92px 20px;
    }

    .footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment--copyright {
        padding-top: 0;
        border-top: none;
    }

    .footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements {
        flex-direction: column;
        align-items: normal;
        row-gap: 8px;
    }

    .footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element--copyRightLinks .cmp-contentfragment__element-value ul {
        column-gap: 20px;
        row-gap: 8px;
        width: 100%;
        flex-wrap: wrap;
    }

    .footer__copyright--main .cmp-contentfragmentlist .cmp-contentfragment .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-value {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }

    .footer__copyright--main .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-value ul {
        display: flex;
        gap: 30px;
    }

    .footer__copyright--main .cmp-contentfragment__elements .cmp-contentfragment__element .cmp-contentfragment__element-value ul li a {
        font-size: 12px;
        font-weight: 600;
        line-height: 29px;

    }
    .footer__social_icon_list{
        gap: 29px;
    }

    /* copyright end */
}
