/** Shopify CDN: Minification failed

Line 1770:0 Unexpected "}"

**/
a {
  text-decoration: none;
  color: #000;
}
.custom-page-template a {
  color: blue;
}
a:hover {
  text-decoration: none !important;
}
.header__inline-menu a {
  color: #000;
}
.desktop-footer-menu {
  display: grid;
  grid-template-columns: repeat(4, 3fr);
  justify-content: center;
}
.header--middle-left {
  grid-template-columns: 1fr auto 1fr;
}
.multicolumn-card__info a {
      width: fit-content;
    margin: auto;
    margin-top: 20px;
}
.hero__image-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__title {
  margin: 0;
}
.banner--desktop-transparent h4 {
    color: #fff;
  }
.footer-menus li {
  list-style: none;
}
.mobile-footer-menu {
  display: none;
}
.main-content .videoBackground {
  margin-top: -55px;
}
#HeaderMenu-MenuList-5 {
  padding: 10px 0;
}
.article-template .page-width--narrow {
  max-width: 75%;
}
.videoBackground .fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.videoBoxInfoBtn {
  border: 2px solid #fff;
  padding: 2% 8%;
  margin-top: 5%;
}
.videoBackground .fullscreen-video-wrap .video-js {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoBackground .fullscreen-video-wrap video {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.videoBackground .videoBox {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 100px 60px 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  max-height: 800px;
  position: relative;
}
.videoBackground .imageBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 100px 20px 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: calc(100vh - 165px);
  height: auto;
}
.videoBackground .videoBoxInfo,
.videoBackground .imageBoxInfo {
  z-index: 2;
  width: 34%;
}
.videoBackground .overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1;
}
.blog-articles {
  grid-template-columns: repeat(3, 4fr) !important;
  column-gap: 20px !important;
}
.main-blog .title--primary {
  text-align: center;
  margin-bottom: 30px;
}
.videoBackground .imageBoxInfoBtn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 8px 25px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: normal;
  font-size: 16px;
  margin-top: 20px;
}
.videoBackground .videoBoxInfoTitle,
.videoBackground .imageBoxInfoTitle {
  color: #fff;
  line-height: 60px;
  font-size: 50px;
}
.videoBackground .videoBoxInfoDescription p,
.videoBackground .imageBoxInfoDescription p {
  font-size: 22px;
  line-height: 28px;
}
.videoBackground .placeholderNoblocks {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.flex-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-grid__item {
  width: 50%;
  position: relative;
}
.promo-grid__container {
  position: relative;
}
.promo-grid__slide-link {
  height: 100%;
  display: block;
  position: absolute;
  width: 100%;
  background: #000;
  opacity: 0.2;
}
.promo-grid__content {
  position: absolute;
  top: 40%;
  z-index: 9999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.promo-grid__bg img {
  width: 100%;
}
.rte--strong {
  font-size: 2.125em;
  color: #fff;
}
.promo-grid__container.horizontal-center .btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 2% 5%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.faq-accordian {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left; /* Changed to left for better readability */
  outline: none;
  font-size: 15px;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #d7cbcbad;
  position: relative;
}

.faq-accordian:hover,
.faq-accordian.active {
  background-color: #f0f0f0;
}

.faq-accordian::after {
  content: "\02795"; /* plus icon */
  font-size: 13px;
  color: #777;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.faq-accordian.active::after {
  content: "\2796"; /* minus icon */
}

.panel {
  display: none; /* hidden by default for jQuery to slideToggle it */
  background-color: white;
  padding: 20px;
  border-bottom: 1px solid #d7cbcbad;
}

.mega-menu__link--level-2 {
  font-size: 1.4rem !important;
  color: #615858 !important;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
#shopify-section-template--26227442254116__rich_text_8pFhYe .rich-text__blocks{
  width: 70%;
}
#Banner-template--26227442549028__image_banner_Mydect .banner__text p {
      color: black;
      margin-bottom: 15px;
}
#Banner-template--26227442549028__image_banner_dfrnRH .banner__text p {
      color: black;
      margin-bottom: 15px;
}
#Banner-template--26227436486948__image_banner .caption-with-letter-spacing {
  letter-spacing: .3em;
    font-size: 1.1em;
}
#Banner-template--26227436486948__image_banner .banner__heading{
  margin-top: 0px;
  margin-bottom: 13px;
}
#Banner-template--26227436486948__image_banner h4 {
   margin-top: 0px;
}
#Banner-template--26227436486948__image_banner .button{
  font-weight: 700;
    letter-spacing: .3em;
    padding: 11px 20px;
}
#NewsletterForm--sections--26227437535524__footer{
  color: white;
}
.newsletter-form__field-wrapper label{
  color: white;
}
#Banner-template--26227442549028__image_banner_qzrMyB .banner__text p {
      color: black;
      margin-bottom: 15px;
} 
#Details-HeaderMenu-2 {
  position: initial;
}
#MegaMenu-Content-2 {
  width: 100%;
}
#MegaMenu-Content-2 .mega-menu__list {
  display: grid !important;
}
#MegaMenu-Content-2 .view-col {
  display: none;
}
#MegaMenu-Content-2 .menu-title {
  display: block !important;
}
#MegaMenu-Content-3 .nav-collection_image {
  display: block !important;
}
.mega-menu__list {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
img.nav-child-link-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.removeIndex {
  z-index: 0 !important;
}
#MegaMenu-Content-1 ul {
  display: grid !important;
}
.js .menu-drawer__navigation .submenu-open {
  visibility: visible !important;
}
.mega-menu__content {
  top: 80% !important;
  z-index: 999 !important;
}
.header__menu-item:hover span {
  text-decoration: none !important;
}
details[open] > .header__menu-item {
  text-decoration: none !important;
}
.header__menu-item span {
  position: relative;
}
.header__menu-item span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.header__menu-item:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
summary .icon-caret {
  display: none;
}
.transformed-state {
  transition: transform 500ms;
  transform: translateY(-10px);
}
.non-transformed-state {
  transition: transform 500ms;
  transform: translateY(10px);
}
#toTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 1%;
  z-index: 98;
  text-align: right;
  cursor: pointer;
}

#toTopBtn img {
  width: 16%;
}

.center-align {
  text-align: center;
}
.thumbnail img {
  height: auto !important;
}
.grid__item.product__media-wrapper {
  width: 40% !important;
  max-width: 40% !important;
}
.product__info-wrapper.grid__item {
  width: 60% !important;
  max-width: 60% !important;
}
.product__info-container {
  max-width: initial !important;
}
.product__title h1 {
  font-size: 35px;
}
.price-item--regular {
  font-size: 15px;
  font-weight: bold;
}
.variant-options-2 label {
  width: 80px;
  height: 128px;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.product__description.rte {
  font-size: 15px;
  color: #000;
}
div.swatch-preset-537485 label.swatch-label {
  font-size: 16px !important;
  color: #000;
}
.product__description ul {
  list-style: outside !important;
  line-height: 30px;
}
.product-form__buttons {
  max-width: initial !important;
}
/* Keyframes */
@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%,
  100% {
    transform: rotateZ(0);
  }
}
.contact-address {
  margin-top: 5%;
}
.narrow-page-width {
  max-width: 92.6rem;
  padding: 0;
}
.faq-accordian {
  text-align: left;
  font-size: 16px;
  color: #000;
}
.faq-header h2 {
  font-size: 35px;
  text-align: center;
}
.rte ul,
.rte ol {
  list-style-position: outside !important;
}
.section-template--18467061825833__main-padding h1 {
  font-size: 40px;
  margin-top: 5%;
}
.multicolumn-card__image-wrapper--third-width {
  width: 80% !important;
}
.banner--content-align-left .banner__box {
  width: 35%;
}
.image-with-text__media img {
  object-fit: contain;
}
.section-template--18757632426281__main-padding h1 {
  margin-bottom: 0;
  margin-top: 5%;
  font-size: 35px;
  text-align: center;
}
.rte input {
  height: 35px;
  border: 1px solid #d9d1d1;
  border-radius: 2px;
}
.testimonials-section blockquote {
  background: #fff;
  padding: 35px;
  margin: 0;
}
.testimonials-section svg {
  height: 20px;
  width: 20px;
}
.testimonials-slider {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  column-gap: 2%;
}
.testimonials-slider__text img {
  width: 20%;
}
.section-template--18769801740585__783e03a7-8f77-46a6-8b86-e910ad7be034-padding
  .multicolumn-list__item:only-child {
  max-width: initial;
}
.usf-facet-values--Swatch {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  max-height: 500px !important;
}
.usf-facet-values--Swatch button {
  width: 100% !important;
  height: 105px !important;
  background-position: center !important;
}
.active-parent-submenu {
  position: initial;
}
.active-submenu {
  left: 0;
  display: grid;
  grid-template-columns: repeat(5, 3fr);
  padding: 3% 2% 0 2% !important;
  column-gap: 2%;
}
.active-submenu a {
  display: block;
}
.header__submenu .header__menu-item {
  padding: 0 2.4rem;
}
.menu-title {
  margin-bottom: 0;
}
.active-submenu .menu-title {
  font-weight: bold;
  font-size: 16px;
}
.active-submenu .header__menu-item {
  padding-left: 0 !important;
}
.active-submenu span {
  font-weight: bold;
  font-size: 16px;
}
.active-submenu a.restocks {
  color: #b66a7c !important;
  font-weight: 700;
}
.active-submenu a.slip-on {
  color: #b66a7c !important;
  font-weight: 700;
}
.active-submenu a {
  color: #000 !important;
  padding-left: 0 !important;
}
.list-item--disclosure li {
  line-height: 30px;
}
.swatch-split-symbol {
  display: none;
}
.video-section iframe {
  width: 100%;
  height: 600px;
}
.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  padding: 0 !important;
  cursor: pointer;
  white-space: nowrap;
}
.announcement-bar {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  align-items: center;
  justify-content: center;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999999;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 50%;
  padding-bottom: 5%;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: #000;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  width: 75%;
  margin: auto;
  background: #000;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #000;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#storeDropdown {
  padding: 5px 25px;
  border: 1px solid #000;
  width: 75%;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
}
#storeDropdown:focus-visible {
  border-radius: 0;
  border: 1px solid #000;
  outline: none;
  outline-offset: none;
  box-shadow: none;
}
.change-country {
  padding: 1px 20px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 8%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: right;
}
.change-country p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.change-country img {
  filter: invert(1);
  width: 25%;
  margin-right: 8%;
}
.list-social {
  justify-content: center !important;
}
.announcement-bar__link .announcement-bar__message {
  font-size: 0.9em;
}
.mega-menu.open-submenu {
  position: relative;
}
.mega-menu.open-submenu ul {
  /* display: initial !important; */
}
MegaMenu-Content-3{
  width: 33rem;
}
.mega-menu__content {
  width: 25rem;
  padding: 0px 0 0px 20px !important;
}
.mega-menu__content .nav-collection_image {
  display: none;
}
#Details-HeaderMenu-1 {
  position: static;
}
#MegaMenu-Content-1 {
  width: 100%;
}
#MegaMenu-Content-1 .nav-collection_image {
  display: block;
}
#MegaMenu-Content-1 .mega-menu__list{
  column-gap: 20px !important;
}
#MegaMenu-Content-4 .menu-title {
  color: #615858 !important;
  font-weight: normal;
  font-size: 14px;
}
#MegaMenu-Content-4 .view-col {
  display: none;
}
#MegaMenu-Content-4 li a {
  line-height: 30px;
  display: block;
}
#MegaMenu-Content-5 .menu-title {
  color: #615858 !important;
  font-weight: normal;
  font-size: 14px;
}
#MegaMenu-Content-5 .view-col {
  display: none;
}
#MegaMenu-Content-5 li a {
  line-height: 30px;
  display: block;
}
ul.list-menu.list-menu--inline li:last-child .header__menu-item a {
  color: #b66a7c;
  font-weight: 700;
}
ul.list-menu.list-menu--inline
  li:last-child
  .header__menu-item
  .mega-menu__link {
  color: #b66a7c !important;
}
ul.list-menu.list-menu--inline li:last-child .header__menu-item a:hover {
  color: #615858 !important;
}
.collection-list {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  column-gap: 20px;
  row-gap: 20px;
}
.collection-list img {
  width: 100%;
}
.collection-list__item.grid__item {
  width: 100%;
  max-width: initial;
}
.left-bar-container {
  visibility: hidden;
}
.newsletter-email {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-email input {
  height: 40px;
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.newsletter-email input:focus-visible {
  box-shadow: none;
  outline: none;
}
.newsletter-form__button {
  position: initial !important;
  width: fit-content !important;
  background: #1c1d1d !important;
  padding: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  height: 43px !important;
}
.video-img-section {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.video-img-container {
  position: relative;
}
.close-video {
  visibility: hidden;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer !important;
}
.video-img-section:hover .close-video {
  visibility: visible;
}
.video-img-section video {
  width: 250px;
  border: 10px solid #45372c;
}

.close-video::before,
.close-video::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #000;
}
.close-video::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.close-video::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
}
.activation-mall {
  padding: 5% 0 2% 0;
}
.activation-mall .content {
  display: grid;
  grid-template-columns: 5fr 7fr;
  justify-content: center;
  column-gap: 45px;
}
.activation-mall .content h1 {
  margin-top: 0;
}
.activation-mall .content h2,
h3 {
  font-weight: 600;
  margin: 0;
  line-height: 35px;
}
.activation-mall .content label {
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
.activation-mall .content input {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  margin: 10px 0;
}
.activation-mall .content input:focus-visible {
  outline: none;
}
.activation-mall .content button {
  font-size: 17px;
  text-align: center;
  background: #000;
  border: none;
  color: #fff;
  height: 40px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.activation-mall .main-image {
  width: 100%;
}
#activation-mall-form {
  margin-top: 5%;
}
.ba-loy-namespace .ba-loy-messenger-frame,
#launcher-wrapper {
  right: auto !important;
  left: 20px !important;
}
.footer-block--newsletter {
  background: #121212 !important;
  padding: 60px 30px !important;
  margin-bottom: 4% !important;
}
.footer-block--newsletter h2 {
  color: #fff;
  font-size: 25px !important;
  font-weight: 400 !important;
}
.newsletter-form__button {
  color: #fff;
}
.footer-block__menu {
  display: none;
}
/* Promo Section Styling  */

.promo-grid-section {
  width: 100%;
  padding: 0 5rem;
}
.custom-overlay {
  display: grid;
  grid-template-columns: 6fr 6fr;
  column-gap: 40px;
}
.image-block img {
  width: 100%;
}
.overlay-content {
  position: relative;
  padding-top: 40px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
.overlay-text-div {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #00000021;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.heading-grid-promo {
  font-size: 3.125em;
  color: #fff !important;
}
.btn-grid-promo {
  color: #fff;
  padding: 2% 5%;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background-color: black;
  border: none;
  cursor: pointer;
}
.btn-grid-promo a {
  color: #fff;
}

.collection-header-section {
  display: grid;
  grid-template-columns: 2.8fr 4.5fr 5fr;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.collection-header-section .rte {
  max-width: initial;
}
.collection-header-section img {
  width: 100%;
}

@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 8em auto;
  }
}
@media screen and (max-width: 900px) {
  .usf-facet-values--Swatch {
    grid-template-columns: repeat(2, 6fr);
  }
}
@media screen and (max-width: 800px) {
  .rte--strong {
    font-size: 1.125em;
  }
  .banner--content-align-left .banner__box {
    width: 100%;
  }
  .testimonials-slider {
    grid-template-columns: 12fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .collection-header-section {
    display: initial;
  }

  .main-content .videoBackground {
    margin-top: -35px;
  }
  .videoBackground .fullscreen-video-wrap {
    z-index: 3;
  }
  .videoBackground .videoBox {
    min-height: 500px;
    height: 100%;
    position: relative;
    padding: 0;
  }
  .videoBackground .videoBoxInfo {
    padding: 40px 20px;
    width: 100%;
    z-index: 3;
  }
  .videoBackground .videoBoxInfoTitle,
  .videoBackground .imageBoxInfoTitle {
    line-height: 40px;
    font-size: 40px;
  }
  .videoBackground .overlay {
    z-index: 3;
  }
  .flex-grid {
    flex-direction: column;
  }
  .flex-grid__item {
    width: 100%;
  }
  .mobile-footer-menu {
    display: block;
    padding-top: 5px;
    text-align: center;
  }
  .desktop-footer-menu {
    display: none;
  }
  .footer-menus {
    padding: 0 !important;
  }
  .footer-menus li {
    line-height: 40px;
  }
  #toTopBtn {
    bottom: 70px;
    right: 2%;
    text-align: right;
  }
  .usf-facet-values--Swatch {
    grid-template-columns: 12fr;
  }
  .usf-facet-values--Swatch button {
    width: initial !important;
    height: initial !important;
  }
  .usf-sr-product__image-container:hover .usf-sr-preview {
    visibility: hidden !important;
  }
  .grid__item.product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
  .product__info-wrapper.grid__item {
    width: 100% !important;
    max-width: 100% !important;
  }
  .product-media-container.constrain-height.media-fit-contain {
    width: 100% !important;
  }
  .video-section iframe {
    height: 300px;
  }
  .bts-popup-container {
    width: 90%;
    margin: auto;
  }
  .change-country {
    position: relative;
    z-index: 99999999999;
    margin: initial;
  }
  .popup-visible {
    z-index: 0;
  }
  .collection-list {
    grid-template-columns: 12fr;
  }
  .announcement-bar {
    grid-template-columns: 0fr 6fr 6fr;
  }
  .video-img-section video {
    height: 200px;
    width: 100%;
  }
  .activation-mall .main-image {
    width: 100%;
  }
  .activation-mall .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .blog-articles {
    grid-template-columns: 12fr !important;
  }
  .bts-popup-container img {
    width: 100%;
  }
  .footer-block__menu-wrapper {
    margin-bottom: 10px;
  }
  .footer-block__details-content {
    display: none;
  }
  .footer__content-top .footer-block__heading {
    cursor: pointer;
    position: relative;
  }
  .footer__content-top .footer-block__heading::after {
    content: "\25BC"; /* Downward arrow */
    position: absolute;
    right: 10px;
    transition: transform 0.3s ease;
  }
  .footer-block.open .footer-block__details-content {
    display: block;
  }
  .footer-block.open .footer-block__heading::after {
    transform: rotate(180deg); /* Rotate arrow when open */
  }
  .heading-grid-promo {
    font-size: 25px !important;
  }
}

/* updated custom styling */
.collection__title.title-wrapper {
  text-align: center !important;
}
.card__information {
  text-align: center;
}
.card-information {
  text-align: center !important;
}
.grid:last-child {
  margin-bottom: 4rem;
}
.footer-block__heading {
  font-weight: 600 !important;
  font-size: 16px !important;
}
#shopify-section-template--16914564251715__form h2 {
  text-align: center;
}
.contact-privacy-richtext {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}
.rich-text__wrapper {
  display: initial;
  .rich-text__blocks {
    max-width: 100% !important;
  }
}
.footer-block--menu .list-menu__item {
  color: #000 !important;
}
@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 100% !important;
  }
  .page-width--narrow {
    max-width: 92.6rem;
    padding: 0;
  }
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 426px) {
  .footer-block__heading {
    font-weight: 100 !important;
  }
  .footer__content-top {
    text-align: center;
  }
  .custom-overlay {
    display: block;
  }
  .grid-desc {
    top: 11% !important;
    left: 5% !important;
  }
  .header:not(.drawer-menu).page-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .custom-promo-sec {
    padding: 0 2rem !important;
  }
  .grid-desc {
    font-size: 1.45em;
    top: 36% !important;
  }
  .grid-head {
    font-size: 1.125em;
  }
  .footer-block__newsletter h2 {
    font-size: 18px !important;
  }
  .promo-grid-section {
    padding: 0 1rem;
  }
  .overlay-content {
    margin-bottom: 30px;
  }
}

/* Updated Styling */

.rich-text__heading {
  margin-top: 2rem;
}
.rich-text__blocks {
  margin-top: 2rem;
}
.grid-btn {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.utility-bar {
  background-color: #000000ed;
}
.announcement-bar__message {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
.rich-text__blocks {
  margin-top: 2rem;
}
.custom-promo-sec {
  padding: 0 5rem !important;
}
.grid-head {
  margin-bottom: 15px;
  margin-top: 15px;
}
.grid-desc {
  top: 40% !important;
}
.card__information a {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}
.field__input {
  background-color: #00000000;
  border: 1px solid white;
}
.field__button {
  color: rgb(255 255 255 / 68%);
}
.footer-block__details-content a {
  padding: 0px;
}
.header:not(.drawer-menu).page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}
.mega-menu__list li a {
  letter-spacing: 0.04rem;
  /* padding: 0 2.4rem; */
  padding-left: 0px;
  /* line-height: calc(1 + 1.3 / var(--font-body-scale)); */
}
.mega-menu__list li p {
  margin: 0 0;
}
.header__submenu li a {
  padding-left: 1.4rem;
  line-height: 22px;
}
.menu-title {
  margin: 0.5rem 0;
}
.related-products__heading {
  text-align: center;
}
.usf-sr-empty {
  margin-top: 0 !important;
}
.multicolumn-card__info h3 {
  font-weight: 100;
}
.footer-block__details-content li a {
  padding-left: 0px;
}
.footer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.scroll-trigger.animate--slide-in {
  padding-bottom: 0;
}
.collection .usf-zone {
  margin-top: 0 !important;
}
.mega-menu__list li:hover > a {
  color: #000;
}
.mega-menu__list li:hover > a p {
  color: #000 !important;
}
.title-wrapper--no-top-margin {
  text-align: center;
}
.collection-list__item a {
  font-size: calc(var(--font-heading-scale) * 1.8rem);
  font-weight: 200;
}
.header__active-menu-item {
  text-decoration: none;
}
.footer-block__details-content li a {
  text-decoration: none;
}
@media screen and (min-width: 1441px) {
  .promo-grid-section {
    width: 59%;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  .footer-block__details-content li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
/* updated syling
 */
.header__inline-menu a {
  font-size: 15px;
}
.header__heading-logo-wrapper{
  width: 200px;
}
.active-submenu .menu-title {
    font-weight: 300;
    font-size: 15px;
    width: max-content;
}
.contact__button{
  text-align: center;
}
#MegaMenu-Content-1 .view-col{
  display: none;
}
#MegaMenu-Content-1 .list-unstyled {
  margin-top: 10px;
}
.mega-menu__content{
  padding: 39px 0 !important;
}
 .active-submenu{
  padding: 0% 2% 0 2% !important;
 }
.mega-menu__list{
  gap: 0.8rem 0rem !important;
}
#MegaMenu-Content-2 .menu-title{
  color: black;
}
#MegaMenu-Content-3 .nav-child-link-image{
  display: none;
}
#MegaMenu-Content-3 .view-col{
   display: none;
}
#MegaMenu-Content-3 {
  padding: 0px 12px !important;
}
#MegaMenu-Content-3 .mega-menu__list{
    display: grid;
    grid-template-columns: 12fr !important;
    padding: 20px 0 !important;
  
}
#MegaMenu-Content-4{
  padding: 0px 12px !important;
  width: 15rem;
}
#MegaMenu-Content-4 .menu-title{
  color: #000 !important;
} 
#MegaMenu-Content-4 .mega-menu__list{
    display: grid;
    grid-template-columns: 12fr ! IMPORTANT;
    padding: 20px 0px !important;
}
#MegaMenu-Content-5 .mega-menu__list{
    display: grid;
    grid-template-columns: 12fr ! IMPORTANT;
    padding: 20px 0px !important;
}
#MegaMenu-Content-5 {
    padding: 0px 12px !important;
    width: 15rem;
} 
#MegaMenu-Content-5 .menu-title{
  color: #000 !important;
} 
#MegaMenu-Content-5 .mega-menu__link{
  padding: 0px 0.4rem;
}
 .header__inline-menu .list-menu--inline li details{
     font-size: 25px !important;
  }
#MegaMenu-Content-6 .mega-menu__list{
    display: grid;
    grid-template-columns: 12fr ! IMPORTANT;
    padding: 20px 0px !important;
}
#MegaMenu-Content-6{
    padding: 0px 12px !important;
    width: 15rem;
}
#MegaMenu-Content-6 .menu-title{
    color: #000 !important;
}
#MegaMenu-Content-7 .mega-menu__list{
    display: grid;
    grid-template-columns: 12fr ! IMPORTANT;
    padding: 20px 0px !important;
}
#MegaMenu-Content-7{
    padding: 0px 12px !important;
    width: 15rem;
}
#MegaMenu-Content-7 .menu-title{
    color: #000 !important;
}
#MegaMenu-Content-8 .mega-menu__list{
    display: grid;
    grid-template-columns: 12fr ! IMPORTANT;
    padding: 20px 0px !important;
}
#MegaMenu-Content-8{
    padding: 0px 12px !important;
    width: 15rem;
}
#Banner-template--25046600810788__image_banner .banner__box {
   width: 40%;
} 
#Banner-template--25046600810788__image_banner .banner__media {
   background: none;
}
#MainContent .main-page-title{
      text-align: center;
      font-size: calc(var(--font-heading-scale) * 3.2rem);
      font-weight: 500;
}
.section-template--17149639884987__multicolumn_9FPec6-padding {
  width: 60%;
  margin: auto;
}
.title-wrapper--no-top-margin {
  align-items: center;
  justify-content: center;
}
#Slider-template--17149639884987__multicolumn_D8RHmB {
  text-align: center;
  justify-content: center;
}
.grid--6-col-desktop {
  text-align: center;
  justify-content: center;
}
.multicolumn-card__image-wrapper--full-width {
  margin-bottom: 15px !important;
}
#Slide-template--17015900340411__slideshow_KRUkxQ-1 h2 {
  color: white;
}
.section-template--17015900438715__main-padding h1 {
  text-align: center;
  font-size: 40px;
}
#Slide-template--17032322842811__multicolumn_hghfdH-1{
  max-width: 100%;
}
.banner__text {
        /* COLOR: white; */
         padding-bottom: 30px;
}
/* update the color of banner-text by zohaib */
#Banner-template--25335117644068__image_banner_Mydect .banner__text {
  color: #000;
  padding-bottom: 30px; 
}
#Banner-template--25335117644068__image_banner_dfrnRH .banner__text {
  color: #000;
  padding-bottom: 30px; 
}
#Banner-template--25335117644068__image_banner_qzrMyB .banner__text{
  color: #000;
  padding-bottom: 30px; 
}
#Banner-template--25046600810788__image_banner .banner__text {
  font-size: 1.1em;
    letter-spacing: 0.3em;
    margin-bottom: 5px;
    text-transform: uppercase;
    /* color: white; */
        /* COLOR: BLACK; */
}

#shopify-section-template--25196067356964__image_with_text_HkhPNg .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196067389732__image_with_text_89rtRn .section-template--25196067389732__image_with_text_89rtRn-padding{
          padding-bottom: 80px;
}
#shopify-section-template--25196067389732__image_with_text_bJQBLA .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196067324196__image_with_text_HJDz3g .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196067586340__image_with_text_R4h7RN .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196067488036__image_with_text_VhWDX9 .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25052185755940__image_with_text_fGef3P .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196067520804__image_with_text_3DJEFC  .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196057461028__image_with_text_yaxLXW .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196067553572__image_with_text_UVJHnx .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25052208628004__image_with_text_rHCwhg .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25052208628004__image_with_text_Q6ziLi  .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#shopify-section-template--25196067488036__image_with_text_HEL66t  .image-with-text{
    WIDTH: 85%;
    margin: auto;
}
#Banner-template--25196067488036__image_banner_E7Qdi8 .button--primary{
    BORDER: 1px solid white !important;
    background: transparent !important;
}
#shopify-section-template--25196067389732__video_background_6L4QU6 .videoBoxInfo {
    background: linear-gradient(45deg, #00000052, transparent);
    border-radius: 60px;
    padding-left: 20px;
    PADDING-BOTTOM: 70PX;
}
#video_978gWc P {
  COLOR: WHITE ! IMPORTANT;
}
.banner__heading p {
        margin-top: 0px;
        margin-bottom: 0px;
        /* color: white; */
        /* font-size: 62px; */
}
.banner__buttons {
  margin-top: 0px !important;
}
#Banner-template--25046600810788__image_banner .button--secondary{
  line-height: 1.42;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    padding: 11px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    vertical-align: middle;
    cursor: pointer;
        background-color: black
}
.multicolumn-card__info{
    padding-top: 10px !important;
  }
  .multicolumn-card__info h3{
    font-size: 25px;
  }
#Slider-template--26227436486948__multicolumn_q3EHDb .multicolumn-card__info{
    /* padding-top: 10px; */
    padding-bottom: 20px;
  }
#shopify-section-template--25073656922404__video_background_ATTUcg .videoBoxInfo{
      text-align: center;
      width: 100%;
}
#shopify-section-template--25196067553572__video_background_9Ft9AC .videoBoxInfo{
    width: 100%;
    text-align: center;
}
 #shopify-section-template--25196067553572__video_background_9Ft9AC .videoBoxInfoTitle{
  color: white!important;
 }
#shopify-section-template--25196067553572__video_background_9Ft9AC .imageBoxInfoDescription p {
     color: white !important;
     margin-bottom: 50px;
 }
 #shopify-section-template--25196067553572__video_background_9Ft9AC .videoBoxInfoBtn{
  color: white !important;
 }

.videoBoxInfo h1 {
  margin-bottom: 0px;
}
.videoBoxInfo p {
          margin-bottom: 15px;
}
.section-template--25196067356964__image_with_text_HkhPNg-padding {
  padding-top: 80px !important;
}
#MainContent .collection-list-wrapper{
  
    padding-bottom: 0px;
}
 #MainContent .collection-list {
  margin-bottom: 0px;
 }
 #shopify-section-template--25046600843556__collection_list_N7CBWY .collection-list-wrapper {
  padding-top: 20px;
 }
 #shopify-section-template--25046600843556__collection_list_XiayyQ .collection-list-wrapper {
  padding-top: 20px;
 }
 #shopify-section-template--25046600843556__collection_list_meUtV9 .collection-list-wrapper {
  padding-top: 20px;
 }
  #Banner-template--25046600810788__image_banner .banner__box {
    width: 100%;
    text-align: left;
  }
  /* updated styling by zohaib */
  #Banner-template--25335112925476__image_banner .banner__box .banner__heading{
    font-weight: bold;
  }
  #Banner-template--25335112925476__image_banner .banner__box .banner__text {
  font-size: 15px;
  letter-spacing: 4px;
  }
  #shopify-section-template--25196067619108__text_columns_tgpFDR .grid--uniform{
    margin-top: 75px;
  }
}
#shopify-section-template--25335116628260__video_background_6L4QU6 .videoBackground .videoBox {
  padding: 100px 30px 80px;
}
#shopify-section-template--25335116628260__video_background_6L4QU6 .videoBoxInfo{
  width: 25% !important;
background-color: #0000003b;
    padding: 26px;
        border-radius: 42px;
}
#shopify-section-template--25335117807908__video_background_9Ft9AC .videoBoxInfo {
  text-align: center;
    width: 70%;
    margin: auto;
    line-height: 64px;
}
#shopify-section-template--25335117807908__video_background_9Ft9AC .videoBoxInfo p {
      color: white;
}
#video_E8KdUm p {
      color: white !important;
}
#shopify-section-template--25335117807908__video_background_9Ft9AC .videoBoxInfoBtn{
      color: white !important;
}
.multicolumn-card__info .svg-wrapper{
      display: none !important;
}
.multicolumn-card__info .animate-arrow{
    border: 1px solid #e8e8e1;
    padding: 8px 14px;
    line-height: 1.42;
    letter-spacing: 0.3em;
    font-size: 12px !important;
}
.footer-block__newsletter p {
      color: #fff;
}
.footer-block--newsletter h2 {
    color: #fff;
    font-size: 30px !important;
    font-weight: 400 !important;
}
.newsletter-form__button{
    min-width: 144px !important;
    border: 1px solid transparent !important;
    padding: 11px 22px !important;
    color: white;
    height: 48px !important;
}
.footer-block--newsletter {
  background: black !important;
}
#MegaMenu-Content-6 a {
      line-height: 15px;
}
.footer__content-bottom{
  display:none;
}
@media screen and (max-width: 425px) {

  .slideshow__text {
    position: absolute !important;
    padding-bottom: 65px !important;
    text-align: justify !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
  }
.header__heading-logo-wrapper {
      width: 140px;
}
  #shopify-section-sections--26227437633828__header .header__heading-link {
    padding: 0;
}
  /* .banner__media {
    display: none;
  } */
 #Banner-template--26227436486948__image_banner .banner__content {
    background-image: url("https://bokitta.in/cdn/shop/files/Lounge_Sets-Website-Sliders-02_300x.jpg?v=1764364816") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; 
    
  }
.banner__box{
    padding: 13rem 3.5rem !important;
    background-color: #0000002b !important;
}
#Banner-template--26227436486948__image_banner .banner__text p{
    font-size: 14px !important;
    /* letter-spacing: 2px !important; */
}
#Banner-template--26227436486948__image_banner .banner__heading p{
    font-size: 23px !important;
}
#Banner-template--26227436486948__image_banner .banner__heading h4{
    font-size: 10px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
#Banner-template--26227436486948__image_banner .button {
    font-weight: 100 !important;
    letter-spacing: 1px !important;
}

}

/* updated styling of products */
#Banner-template--25073656922404__image_banner_cPfBb3 .banner__heading {
  color: white;
    font-weight: 500;
}
 #Banner-template--25073656922404__image_banner_cPfBb3{
   margin-bottom: 80px;
 }
#shopify-section-template--25073656922404__text_columns_jKdmUL .grid--uniform{
  margin-bottom: 10rem;
}
#shopify-section-template--25073656922404__video_background_ATTUcg .videoBoxInfo{
  text-align: center;
    width: 80%;
    margin: auto;
}
#shopify-section-template--25073656922404__video_background_ATTUcg .videoBoxInfoTitle p{
  margin-bottom: 0px;
    font-size: 100px;
}
 /* updating-styling-of collections */
.section-collection-list .card__inner {
  position: relative;
 }
.section-collection-list  .card__content{
    position: absolute;
    display: flex;
    align-items: end;
    height: 100%;
    width: -webkit-fill-available;
    background-color: #00000026;
    padding-left: 20px;
  }
 .section-collection-list .card__information{
   position: absolute;
   padding-left: 20px !important;
 }
.section-collection-list  .card__heading{
     color:white;
     text-align: left;
  }

  /* updated styling by zaibi */
  #shopify-section-template--25335112925476__image_banner_GCUaag .banner__media  {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;  
  }
  #MegaMenu-Content-8 .mega-menu__link p{
    color: #b66a7c !important;
    font-weight: 700;
  }
  #MegaMenu-Content-8 .mega-menu__link p:hover {
    color: black !important;
  }
