:where(.pre-black-friday-wrapper) .comments-area a,
:where(.pre-black-friday-wrapper) .page-content a {
  text-decoration: underline;
}
:where(.pre-black-friday-wrapper) .alignright {
  float: right;
  margin-left: 1rem;
}
:where(.pre-black-friday-wrapper) .alignleft {
  float: left;
  margin-right: 1rem;
}
:where(.pre-black-friday-wrapper) .aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}
:where(.pre-black-friday-wrapper) .alignwide {
  margin-inline: -80px;
}
:where(.pre-black-friday-wrapper) .alignfull {
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
}
:where(.pre-black-friday-wrapper) .alignfull,
:where(.pre-black-friday-wrapper) .alignfull img {
  width: 100vw;
}
:where(.pre-black-friday-wrapper) .wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%;
}
:where(.pre-black-friday-wrapper) .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
:where(.pre-black-friday-wrapper) .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
:where(.pre-black-friday-wrapper) .wp-caption img {
  display: block;
  margin-inline: auto;
}
:where(.pre-black-friday-wrapper) .wp-caption-text {
  margin: 0;
}
:where(.pre-black-friday-wrapper) .gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}
:where(.pre-black-friday-wrapper) .pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
:where(.pre-black-friday-wrapper) .sticky {
  display: block;
  position: relative;
}
:where(.pre-black-friday-wrapper) .bypostauthor {
  font-size: inherit;
}
:where(.pre-black-friday-wrapper) .hide {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .post-password-form {
  margin: 50px auto;
  max-width: 500px;
}
:where(.pre-black-friday-wrapper) .post-password-form p {
  align-items: flex-end;
  display: flex;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .post-password-form [type="submit"] {
  margin-inline-start: 3px;
}
:where(.pre-black-friday-wrapper) .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
:where(.pre-black-friday-wrapper) .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
:where(.pre-black-friday-wrapper) .post .entry-title a {
  text-decoration: none;
}
:where(.pre-black-friday-wrapper) .post .wp-post-image {
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  :where(.pre-black-friday-wrapper) .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  :where(.pre-black-friday-wrapper) .post .wp-post-image {
    max-height: 300px;
  }
}
:where(.pre-black-friday-wrapper) #comments .comment-list {
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0;
}
:where(.pre-black-friday-wrapper) #comments .comment,
:where(.pre-black-friday-wrapper) #comments .pingback {
  position: relative;
}
:where(.pre-black-friday-wrapper) #comments .comment .comment-body,
:where(.pre-black-friday-wrapper) #comments .pingback .comment-body {
  border-block-end: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  padding-block-end: 30px;
  padding-block-start: 30px;
  padding-inline-end: 0;
  padding-inline-start: 60px;
}
:where(.pre-black-friday-wrapper) #comments .comment .avatar,
:where(.pre-black-friday-wrapper) #comments .pingback .avatar {
  border-radius: 50%;
  left: 0;
  margin-inline-end: 10px;
  position: absolute;
}
:where(.pre-black-friday-wrapper) body.rtl #comments .comment .avatar,
:where(.pre-black-friday-wrapper) body.rtl #comments .pingback .avatar,
:where(.pre-black-friday-wrapper) html[dir="rtl"] #comments .comment .avatar,
:where(.pre-black-friday-wrapper) html[dir="rtl"] #comments .pingback .avatar {
  left: auto;
  right: 0;
}
:where(.pre-black-friday-wrapper) #comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}
:where(.pre-black-friday-wrapper) #comments .comment-metadata,
:where(.pre-black-friday-wrapper) #comments .reply {
  font-size: 11px;
  line-height: 1;
}
:where(.pre-black-friday-wrapper) #comments .children {
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
  position: relative;
}
:where(.pre-black-friday-wrapper) #comments .children li:last-child {
  padding-block-end: 0;
}
:where(.pre-black-friday-wrapper) #comments ol.comment-list .children:before {
  content: "↪";
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  left: 0;
  line-height: 100%;
  position: absolute;
  top: 45px;
  width: auto;
}
:where(.pre-black-friday-wrapper)
  body.rtl
  #comments
  ol.comment-list
  .children:before,
:where(.pre-black-friday-wrapper)
  html[dir="rtl"]
  #comments
  ol.comment-list
  .children:before {
  content: "↩";
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  :where(.pre-black-friday-wrapper) #comments .comment-author,
  :where(.pre-black-friday-wrapper) #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) #comments .comment .comment-body {
    padding: 30px 0;
  }
  :where(.pre-black-friday-wrapper) #comments .children {
    padding-inline-start: 20px;
  }
  :where(.pre-black-friday-wrapper) #comments .comment .avatar {
    float: left;
    position: inherit;
  }
  :where(.pre-black-friday-wrapper) body.rtl #comments .comment .avatar,
  :where(.pre-black-friday-wrapper) html[dir="rtl"] #comments .comment .avatar {
    float: right;
  }
}
:where(.pre-black-friday-wrapper) .page-header .entry-title,
:where(.pre-black-friday-wrapper) .site-footer .footer-inner,
:where(.pre-black-friday-wrapper) .site-footer:not(.dynamic-footer),
:where(.pre-black-friday-wrapper) .site-header .header-inner,
:where(.pre-black-friday-wrapper) .site-header:not(.dynamic-header),
:where(.pre-black-friday-wrapper)
  body:not([class*="elementor-page-"])
  .site-main {
  margin-inline-end: auto;
  margin-inline-start: auto;
  width: 100%;
}
@media (max-width: 575px) {
  :where(.pre-black-friday-wrapper) .page-header .entry-title,
  :where(.pre-black-friday-wrapper) .site-footer .footer-inner,
  :where(.pre-black-friday-wrapper) .site-footer:not(.dynamic-footer),
  :where(.pre-black-friday-wrapper) .site-header .header-inner,
  :where(.pre-black-friday-wrapper) .site-header:not(.dynamic-header),
  :where(.pre-black-friday-wrapper)
    body:not([class*="elementor-page-"])
    .site-main {
    padding-inline-end: 10px;
    padding-inline-start: 10px;
  }
}
@media (min-width: 576px) {
  :where(.pre-black-friday-wrapper) .page-header .entry-title,
  :where(.pre-black-friday-wrapper) .site-footer .footer-inner,
  :where(.pre-black-friday-wrapper) .site-footer:not(.dynamic-footer),
  :where(.pre-black-friday-wrapper) .site-header .header-inner,
  :where(.pre-black-friday-wrapper) .site-header:not(.dynamic-header),
  :where(.pre-black-friday-wrapper)
    body:not([class*="elementor-page-"])
    .site-main {
    max-width: 500px;
  }
  :where(.pre-black-friday-wrapper)
    .site-footer.footer-full-width
    .footer-inner,
  :where(.pre-black-friday-wrapper)
    .site-header.header-full-width
    .header-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  :where(.pre-black-friday-wrapper) .page-header .entry-title,
  :where(.pre-black-friday-wrapper) .site-footer .footer-inner,
  :where(.pre-black-friday-wrapper) .site-footer:not(.dynamic-footer),
  :where(.pre-black-friday-wrapper) .site-header .header-inner,
  :where(.pre-black-friday-wrapper) .site-header:not(.dynamic-header),
  :where(.pre-black-friday-wrapper)
    body:not([class*="elementor-page-"])
    .site-main {
    max-width: 600px;
  }
  :where(.pre-black-friday-wrapper) .site-footer.footer-full-width,
  :where(.pre-black-friday-wrapper) .site-header.header-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  :where(.pre-black-friday-wrapper) .page-header .entry-title,
  :where(.pre-black-friday-wrapper) .site-footer .footer-inner,
  :where(.pre-black-friday-wrapper) .site-footer:not(.dynamic-footer),
  :where(.pre-black-friday-wrapper) .site-header .header-inner,
  :where(.pre-black-friday-wrapper) .site-header:not(.dynamic-header),
  :where(.pre-black-friday-wrapper)
    body:not([class*="elementor-page-"])
    .site-main {
    max-width: 800px;
  }
  :where(.pre-black-friday-wrapper) .site-footer.footer-full-width,
  :where(.pre-black-friday-wrapper) .site-header.header-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  :where(.pre-black-friday-wrapper) .page-header .entry-title,
  :where(.pre-black-friday-wrapper) .site-footer .footer-inner,
  :where(.pre-black-friday-wrapper) .site-footer:not(.dynamic-footer),
  :where(.pre-black-friday-wrapper) .site-header .header-inner,
  :where(.pre-black-friday-wrapper) .site-header:not(.dynamic-header),
  :where(.pre-black-friday-wrapper)
    body:not([class*="elementor-page-"])
    .site-main {
    max-width: 1140px;
  }
  :where(.pre-black-friday-wrapper) .site-footer.footer-full-width,
  :where(.pre-black-friday-wrapper) .site-header.header-full-width {
    max-width: 100%;
  }
}
:where(.pre-black-friday-wrapper) .site-header + .elementor {
  min-height: calc(100vh - 320px);
}
:where(.pre-black-friday-wrapper) .site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block-end: 1rem;
  padding-block-start: 1rem;
  position: relative;
}
:where(.pre-black-friday-wrapper) .site-header .site-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
:where(.pre-black-friday-wrapper) .site-header .site-branding {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
:where(.pre-black-friday-wrapper) .site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
:where(.pre-black-friday-wrapper) .site-header .header-inner .custom-logo-link {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .site-header
  .header-inner
  .site-branding
  .site-description,
:where(.pre-black-friday-wrapper)
  .site-header
  .header-inner
  .site-branding
  .site-title {
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .site-header
  .header-inner
  .site-branding
  .site-logo
  img {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .site-header
  .header-inner
  .site-branding.show-logo
  .site-title,
:where(.pre-black-friday-wrapper)
  .site-header
  .header-inner
  .site-branding.show-title
  .site-logo {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .site-header.header-inverted .header-inner {
  flex-direction: row-reverse;
}
:where(.pre-black-friday-wrapper)
  .site-header.header-inverted
  .header-inner
  .site-branding {
  text-align: end;
}
:where(.pre-black-friday-wrapper) .site-header.header-stacked .header-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}
:where(.pre-black-friday-wrapper) .site-footer {
  padding-block-end: 1rem;
  padding-block-start: 1rem;
  position: relative;
}
:where(.pre-black-friday-wrapper) .site-footer .site-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
:where(.pre-black-friday-wrapper) .site-footer .site-branding {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
:where(.pre-black-friday-wrapper) .site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
:where(.pre-black-friday-wrapper) .site-footer .footer-inner .custom-logo-link {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .site-footer
  .footer-inner
  .site-branding
  .site-description,
:where(.pre-black-friday-wrapper)
  .site-footer
  .footer-inner
  .site-branding
  .site-title {
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .site-footer
  .footer-inner
  .site-branding
  .site-logo
  img {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .site-footer
  .footer-inner
  .site-branding.show-logo
  .site-title,
:where(.pre-black-friday-wrapper)
  .site-footer
  .footer-inner
  .site-branding.show-title
  .site-logo {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .site-footer .footer-inner .copyright {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
:where(.pre-black-friday-wrapper) .site-footer .footer-inner .copyright p {
  margin: 0;
}
:where(.pre-black-friday-wrapper) .site-footer.footer-inverted .footer-inner {
  flex-direction: row-reverse;
}
:where(.pre-black-friday-wrapper)
  .site-footer.footer-inverted
  .footer-inner
  .site-branding {
  text-align: end;
}
:where(.pre-black-friday-wrapper) .site-footer.footer-stacked .footer-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .site-footer.footer-stacked
  .footer-inner
  .site-branding
  .site-title {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .site-footer.footer-stacked
  .footer-inner
  .site-navigation
  .menu {
  padding: 0;
}
@media (max-width: 576px) {
  :where(.pre-black-friday-wrapper)
    .site-footer:not(.footer-stacked)
    .footer-inner
    .copyright,
  :where(.pre-black-friday-wrapper)
    .site-footer:not(.footer-stacked)
    .footer-inner
    .site-branding,
  :where(.pre-black-friday-wrapper)
    .site-footer:not(.footer-stacked)
    .footer-inner
    .site-navigation {
    display: block;
    max-width: none;
    text-align: center;
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .site-footer
    .footer-inner
    .site-navigation
    ul.menu {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .site-footer
    .footer-inner
    .site-navigation
    ul.menu
    li {
    display: inline-block;
  }
}
:where(.pre-black-friday-wrapper)
  .site-header.header-stacked
  .site-navigation-toggle-holder {
  justify-content: center;
  max-width: 100%;
}
:where(.pre-black-friday-wrapper)
  .site-header.menu-layout-dropdown
  .site-navigation {
  display: none;
}
:where(.pre-black-friday-wrapper) .site-navigation-toggle-holder {
  align-items: center;
  display: flex;
  padding: 8px 15px;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder
  .site-navigation-toggle {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0 solid;
  border-radius: 3px;
  color: #494c4f;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder
  .site-navigation-toggle-icon {
  display: block;
  width: 1.25rem;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder
  .site-navigation-toggle-icon:after,
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder
  .site-navigation-toggle-icon:before {
  background-color: currentColor;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  transition: all 0.2s ease-in-out;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder
  .site-navigation-toggle-icon:before {
  box-shadow: 0 0.35rem 0 currentColor;
  margin-block-end: 0.5rem;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder
  .site-navigation-toggle[aria-expanded="true"]
  .site-navigation-toggle-icon:before {
  box-shadow: none;
  transform: translateY(0.35rem) rotate(45deg);
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder
  .site-navigation-toggle[aria-expanded="true"]
  .site-navigation-toggle-icon:after {
  transform: translateY(-0.35rem) rotate(-45deg);
}
:where(.pre-black-friday-wrapper) .site-navigation {
  align-items: center;
  display: flex;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu,
:where(.pre-black-friday-wrapper) .site-navigation ul.menu ul {
  list-style-type: none;
  padding: 0;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu {
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu li {
  display: flex;
  position: relative;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu li a {
  display: block;
  padding: 8px 15px;
}
:where(.pre-black-friday-wrapper)
  .site-navigation
  ul.menu
  li.menu-item-has-children {
  padding-inline-end: 15px;
}
:where(.pre-black-friday-wrapper)
  .site-navigation
  ul.menu
  li.menu-item-has-children:after {
  align-items: center;
  color: #666;
  content: "▾";
  display: flex;
  font-size: 1.5em;
  justify-content: center;
  text-decoration: none;
}
:where(.pre-black-friday-wrapper)
  .site-navigation
  ul.menu
  li.menu-item-has-children:focus-within
  > ul {
  display: block;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu li ul {
  background: #fff;
  display: none;
  left: 0;
  min-width: 150px;
  position: absolute;
  top: 100%;
  z-index: 2;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu li ul li {
  border-block-end: 1px solid #eee;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu li ul li:last-child {
  border-block-end: none;
}
:where(.pre-black-friday-wrapper)
  .site-navigation
  ul.menu
  li
  ul
  li.menu-item-has-children
  a {
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .site-navigation
  ul.menu
  li
  ul
  li.menu-item-has-children:after {
  transform: translateY(-50%) rotate(-90deg);
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu li ul ul {
  left: 100%;
  top: 0;
}
:where(.pre-black-friday-wrapper) .site-navigation ul.menu li:hover > ul {
  display: block;
}
:where(.pre-black-friday-wrapper) footer .site-navigation ul.menu li ul {
  bottom: 100%;
  top: auto;
}
:where(.pre-black-friday-wrapper) footer .site-navigation ul.menu li ul ul {
  bottom: 0;
}
:where(.pre-black-friday-wrapper) footer .site-navigation ul.menu a {
  padding: 5px 15px;
}
:where(.pre-black-friday-wrapper) .site-navigation-dropdown {
  bottom: 0;
  left: 0;
  margin-block-start: 10px;
  position: absolute;
  transform-origin: top;
  transition: max-height 0.3s, transform 0.3s;
  width: 100%;
  z-index: 10000;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder:not(.elementor-active)
  + .site-navigation-dropdown {
  max-height: 0;
  transform: scaleY(0);
}
:where(.pre-black-friday-wrapper)
  .site-navigation-toggle-holder.elementor-active
  + .site-navigation-dropdown {
  max-height: 100vh;
  transform: scaleY(1);
}
:where(.pre-black-friday-wrapper) .site-navigation-dropdown ul {
  padding: 0;
}
:where(.pre-black-friday-wrapper) .site-navigation-dropdown ul.menu {
  background: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .site-navigation-dropdown ul.menu li {
  display: block;
  position: relative;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .site-navigation-dropdown ul.menu li a {
  background: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.102);
  color: #55595c;
  display: block;
  padding: 20px;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-dropdown
  ul.menu
  li.current-menu-item
  a {
  background: #55595c;
  color: #fff;
}
:where(.pre-black-friday-wrapper) .site-navigation-dropdown ul.menu > li li {
  max-height: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: max-height 0.3s, transform 0.3s;
}
:where(.pre-black-friday-wrapper)
  .site-navigation-dropdown
  ul.menu
  li.elementor-active
  > ul
  > li {
  max-height: 100vh;
  transform: scaleY(1);
}
@media (max-width: 576px) {
  :where(.pre-black-friday-wrapper)
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown)
    .site-navigation {
    display: none !important;
  }
}
@media (min-width: 768px) {
  :where(.pre-black-friday-wrapper)
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown)
    .site-navigation-toggle-holder {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .site-header.menu-dropdown-mobile:not(.menu-layout-dropdown)
    .site-navigation {
    display: none !important;
  }
}
@media (min-width: 992px) {
  :where(.pre-black-friday-wrapper)
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)
    .site-navigation-toggle-holder {
    display: none !important;
  }
}
@media (max-width: 992px) {
  :where(.pre-black-friday-wrapper)
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)
    .site-navigation {
    display: none !important;
  }
}
:where(.pre-black-friday-wrapper)
  .site-header.menu-dropdown-none:not(.menu-layout-dropdown)
  .site-navigation-toggle-holder {
  display: none !important;
}
.pre-black-friday-wrapper {
  --direction-multiplier: 1;
}
:where(.pre-black-friday-wrapper) body.rtl,
:where(.pre-black-friday-wrapper) html[dir="rtl"] {
  --direction-multiplier: -1;
}
:where(.pre-black-friday-wrapper) .elementor-hidden {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-visibility-hidden {
  visibility: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-screen-only,
:where(.pre-black-friday-wrapper) .screen-reader-text,
:where(.pre-black-friday-wrapper) .screen-reader-text span,
:where(.pre-black-friday-wrapper) .ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
:where(.pre-black-friday-wrapper) .elementor-clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
:where(.pre-black-friday-wrapper) .e-logo-wrapper {
  background: var(--e-a-bg-logo);
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  padding: 0.75em;
}
:where(.pre-black-friday-wrapper) .e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em;
}
:where(.pre-black-friday-wrapper) .elementor *,
:where(.pre-black-friday-wrapper) .elementor:after,
:where(.pre-black-friday-wrapper) .elementor:before {
  box-sizing: border-box;
}
:where(.pre-black-friday-wrapper) .elementor a {
  box-shadow: none;
  text-decoration: none;
}
:where(.pre-black-friday-wrapper) .elementor hr {
  background-color: transparent;
  margin: 0;
}
:where(.pre-black-friday-wrapper) .elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(
    .elementor-widget-theme-post-content
  )
  figure {
  margin: 0;
}
:where(.pre-black-friday-wrapper) .elementor embed,
:where(.pre-black-friday-wrapper) .elementor iframe,
:where(.pre-black-friday-wrapper) .elementor object,
:where(.pre-black-friday-wrapper) .elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor .elementor-background,
:where(.pre-black-friday-wrapper) .elementor .elementor-background-holder,
:where(.pre-black-friday-wrapper)
  .elementor
  .elementor-background-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor
  .elementor-background-video-container {
  pointer-events: none;
  transition: opacity 1s;
}
:where(.pre-black-friday-wrapper)
  .elementor
  .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
:where(.pre-black-friday-wrapper) .elementor .elementor-background-video,
:where(.pre-black-friday-wrapper) .elementor .elementor-background-video-embed {
  max-width: none;
}
:where(.pre-black-friday-wrapper) .elementor .elementor-background-video,
:where(.pre-black-friday-wrapper) .elementor .elementor-background-video-embed,
:where(.pre-black-friday-wrapper)
  .elementor
  .elementor-background-video-hosted {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
:where(.pre-black-friday-wrapper)
  .elementor
  .elementor-background-video-hosted {
  -o-object-fit: cover;
  object-fit: cover;
}
:where(.pre-black-friday-wrapper) .elementor .elementor-background-overlay {
  inset: 0;
  position: absolute;
}
:where(.pre-black-friday-wrapper) .elementor .elementor-background-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor
  .elementor-background-slideshow__slide__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-element.elementor-absolute,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-element.elementor-absolute,
:where(.pre-black-friday-wrapper)
  .elementor-widget-wrap
  > .elementor-element.elementor-absolute {
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-element.elementor-fixed,
:where(.pre-black-friday-wrapper) .e-con > .elementor-element.elementor-fixed,
:where(.pre-black-friday-wrapper)
  .elementor-widget-wrap
  > .elementor-element.elementor-fixed {
  position: fixed;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-wrap
  .elementor-element.elementor-widget__width-auto,
:where(.pre-black-friday-wrapper)
  .elementor-widget-wrap
  .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wrap
    .elementor-element.elementor-widget-tablet__width-auto,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wrap
    .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-auto,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}
:where(.pre-black-friday-wrapper) .elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}
:where(.pre-black-friday-wrapper) .elementor-element.elementor-absolute,
:where(.pre-black-friday-wrapper) .elementor-element.elementor-fixed {
  z-index: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}
:where(.pre-black-friday-wrapper) .elementor-invisible {
  visibility: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-custom-embed-play {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(calc(-50% * var(--direction-multiplier)), -50%);
}
:where(.pre-black-friday-wrapper) .elementor-custom-embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
:where(.pre-black-friday-wrapper) .elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
:where(.pre-black-friday-wrapper) .elementor-custom-embed-play i,
:where(.pre-black-friday-wrapper) .elementor-custom-embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}
:where(.pre-black-friday-wrapper)
  .elementor-custom-embed-play.elementor-playing
  i {
  font-family: eicons;
}
:where(.pre-black-friday-wrapper)
  .elementor-custom-embed-play.elementor-playing
  i:before {
  content: "\e8fb";
}
:where(.pre-black-friday-wrapper)
  .elementor-custom-embed-play.elementor-playing
  i,
:where(.pre-black-friday-wrapper)
  .elementor-custom-embed-play.elementor-playing
  svg {
  animation: eicon-spin 2s linear infinite;
}
:where(.pre-black-friday-wrapper) .elementor-tag {
  display: inline-flex;
}
:where(.pre-black-friday-wrapper) .elementor-ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear;
}
:where(.pre-black-friday-wrapper) .elementor-ken-burns--out {
  transform: scale(1.3);
}
:where(.pre-black-friday-wrapper) .elementor-ken-burns--active {
  transition-duration: 20s;
}
:where(.pre-black-friday-wrapper)
  .elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3);
}
:where(.pre-black-friday-wrapper) .elementor-align-center {
  text-align: center;
}
:where(.pre-black-friday-wrapper) .elementor-align-right {
  text-align: right;
}
:where(.pre-black-friday-wrapper) .elementor-align-left {
  text-align: left;
}
:where(.pre-black-friday-wrapper) .elementor-align-center .elementor-button,
:where(.pre-black-friday-wrapper) .elementor-align-left .elementor-button,
:where(.pre-black-friday-wrapper) .elementor-align-right .elementor-button {
  width: auto;
}
:where(.pre-black-friday-wrapper) .elementor-align-justify .elementor-button {
  width: 100%;
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper) .elementor-widescreen-align-center {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper) .elementor-widescreen-align-right {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper) .elementor-widescreen-align-left {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widescreen-align-center
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-widescreen-align-left
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-widescreen-align-right
    .elementor-button {
    width: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widescreen-align-justify
    .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper) .elementor-laptop-align-center {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper) .elementor-laptop-align-right {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper) .elementor-laptop-align-left {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-laptop-align-center
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-laptop-align-left
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-laptop-align-right
    .elementor-button {
    width: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-laptop-align-justify
    .elementor-button {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper) .elementor-tablet_extra-align-center {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper) .elementor-tablet_extra-align-right {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper) .elementor-tablet_extra-align-left {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet_extra-align-center
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet_extra-align-left
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet_extra-align-right
    .elementor-button {
    width: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet_extra-align-justify
    .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper) .elementor-tablet-align-center {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper) .elementor-tablet-align-right {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper) .elementor-tablet-align-left {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-align-center
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-align-left
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-align-right
    .elementor-button {
    width: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-align-justify
    .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper) .elementor-mobile_extra-align-center {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper) .elementor-mobile_extra-align-right {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper) .elementor-mobile_extra-align-left {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile_extra-align-center
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile_extra-align-left
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile_extra-align-right
    .elementor-button {
    width: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile_extra-align-justify
    .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) .elementor-mobile-align-center {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper) .elementor-mobile-align-right {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper) .elementor-mobile-align-left {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-align-center
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-align-left
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-align-right
    .elementor-button {
    width: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-align-justify
    .elementor-button {
    width: 100%;
  }
}
.pre-black-friday-wrapper {
  --page-title-display: block;
}
:where(.pre-black-friday-wrapper) .elementor-page-title,
:where(.pre-black-friday-wrapper) h1.entry-title {
  display: var(--page-title-display);
}
@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
:where(.pre-black-friday-wrapper) .eicon-animation-spin {
  animation: eicon-spin 2s linear infinite;
}
:where(.pre-black-friday-wrapper) .elementor-section {
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper) .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 1140px;
}
:where(.pre-black-friday-wrapper)
  .elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-section.elementor-section-items-top
  > .elementor-container {
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-section.elementor-section-items-middle
  > .elementor-container {
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-section.elementor-section-items-bottom
  > .elementor-container {
  align-items: flex-end;
}
@media (min-width: 768px) {
  :where(.pre-black-friday-wrapper)
    .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-section.elementor-section-height-full
    > .elementor-container {
    height: 100%;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-bc-flex-widget
  .elementor-section-content-top
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-bc-flex-widget
  .elementor-section-content-middle
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-bc-flex-widget
  .elementor-section-content-bottom
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-end;
}
:where(.pre-black-friday-wrapper) .elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor:not(.elementor-bc-flex-widget)
  .elementor-widget-wrap {
  display: flex;
}
:where(.pre-black-friday-wrapper) .elementor-widget-wrap > .elementor-element {
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-widget-wrap.e-swiper-container {
  width: calc(
    100% -
      (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))
  );
}
:where(.pre-black-friday-wrapper) .elementor-widget {
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget:not(:last-child).elementor-absolute,
:where(.pre-black-friday-wrapper)
  .elementor-widget:not(:last-child).elementor-widget__width-auto,
:where(.pre-black-friday-wrapper)
  .elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper) .elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-column-gap-narrow
  > .elementor-column
  > .elementor-element-populated {
  padding: 5px;
}
:where(.pre-black-friday-wrapper)
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-column-gap-extended
  > .elementor-column
  > .elementor-element-populated {
  padding: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-column-gap-wide
  > .elementor-column
  > .elementor-element-populated {
  padding: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-column-gap-wider
  > .elementor-column
  > .elementor-element-populated {
  padding: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-inner-section
  .elementor-column-gap-no
  .elementor-element-populated {
  padding: 0;
}
@media (min-width: 768px) {
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-10,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="10"] {
    width: 10%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-11,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-12,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-14,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-16,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-20,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="20"] {
    width: 20%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-25,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="25"] {
    width: 25%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-30,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="30"] {
    width: 30%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-33,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-40,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="40"] {
    width: 40%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-50,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="50"] {
    width: 50%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-60,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="60"] {
    width: 60%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-66,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-70,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="70"] {
    width: 70%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-75,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="75"] {
    width: 75%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-80,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="80"] {
    width: 80%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-83,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-90,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="90"] {
    width: 90%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-col-100,
  :where(.pre-black-friday-wrapper) .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-10 {
    width: 10%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-20 {
    width: 20%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-25 {
    width: 25%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-30 {
    width: 30%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-40 {
    width: 40%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-50 {
    width: 50%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-60 {
    width: 60%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-70 {
    width: 70%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-75 {
    width: 75%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-80 {
    width: 80%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-90 {
    width: 90%;
  }
  :where(.pre-black-friday-wrapper) .elementor-column.elementor-md-100 {
    width: 100%;
  }
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-widescreen
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :first-child,
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(10),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(2),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(3),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(4),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(5),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(6),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(7),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(8),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-laptop
    > .elementor-container
    > :nth-child(9) {
    order: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet_extra
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :first-child,
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(10),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(2),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(3),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(4),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(5),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(6),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(7),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(8),
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-tablet
    > .elementor-container
    > :nth-child(9) {
    order: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile_extra
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :first-child {
    order: 10;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(2) {
    order: 9;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(3) {
    order: 8;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(4) {
    order: 7;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(5) {
    order: 6;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(6) {
    order: 5;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(7) {
    order: 4;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(8) {
    order: 3;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(9) {
    order: 2;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-reverse-mobile
    > .elementor-container
    > :nth-child(10) {
    order: 1;
  }
  :where(.pre-black-friday-wrapper) .elementor-column {
    width: 100%;
  }
}
:where(.pre-black-friday-wrapper) .elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
:where(.pre-black-friday-wrapper) .elementor-grid .elementor-grid-item {
  min-width: 0;
}
:where(.pre-black-friday-wrapper) .elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap);
}
:where(.pre-black-friday-wrapper)
  .elementor-grid-0
  .elementor-grid
  .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
:where(.pre-black-friday-wrapper) .elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
:where(.pre-black-friday-wrapper) .elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-0
    .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-0
    .elementor-grid
    .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-1
    .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-2
    .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-3
    .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-4
    .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-5
    .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-6
    .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-7
    .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-8
    .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-9
    .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-10
    .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-11
    .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-widescreen-12
    .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-laptop-0
    .elementor-grid
    .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-0
    .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-0
    .elementor-grid
    .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-1
    .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-2
    .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-3
    .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-4
    .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-5
    .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-6
    .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-7
    .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-8
    .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-9
    .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-10
    .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-11
    .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet_extra-12
    .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-tablet-0
    .elementor-grid
    .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-0
    .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-0
    .elementor-grid
    .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-1
    .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-2
    .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-3
    .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-4
    .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-5
    .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-6
    .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-7
    .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-8
    .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-9
    .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-10
    .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-11
    .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile_extra-12
    .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-grid-mobile-0
    .elementor-grid
    .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  :where(.pre-black-friday-wrapper) .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1025px) {
  :where(.pre-black-friday-wrapper) #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper) #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper) #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper) #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper) #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) #elementor-device-mode:after {
    content: "mobile";
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(.pre-black-friday-wrapper) html {
    scroll-behavior: smooth;
  }
}
:where(.pre-black-friday-wrapper) .e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap;
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start);
}
:where(.pre-black-friday-wrapper) .e-con:where(:not(.e-div-block-base)) {
  transition: background var(--background-transition, 0.3s),
    border var(--border-transition, 0.3s),
    box-shadow var(--border-transition, 0.3s),
    transform var(--e-con-transform-transition-duration, 0.4s);
}
:where(.pre-black-friday-wrapper) .e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
}
:where(.pre-black-friday-wrapper) body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width);
}
:where(.pre-black-friday-wrapper) .e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
:where(.pre-black-friday-wrapper) .e-con-full,
:where(.pre-black-friday-wrapper) .e-con > .e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align);
}
:where(.pre-black-friday-wrapper) .e-con-full.e-flex,
:where(.pre-black-friday-wrapper) .e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}
:where(.pre-black-friday-wrapper) .e-con,
:where(.pre-black-friday-wrapper) .e-con > .e-con-inner {
  display: var(--display);
}
:where(.pre-black-friday-wrapper) .e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row;
}
:where(.pre-black-friday-wrapper) .e-con.e-grid,
:where(.pre-black-friday-wrapper) .e-con.e-grid > .e-con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items);
}
:where(.pre-black-friday-wrapper) .e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
}
:where(.pre-black-friday-wrapper) .e-con-boxed.e-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy;
}
:where(.pre-black-friday-wrapper) .e-con-boxed {
  gap: initial;
  text-align: initial;
}
:where(.pre-black-friday-wrapper) .e-con.e-flex > .e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
}
:where(.pre-black-friday-wrapper) .e-con.e-grid > .e-con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items);
}
:where(.pre-black-friday-wrapper) .e-con > .e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-section-wrap,
    [data-elementor-id]
  )
  > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}
:where(.pre-black-friday-wrapper) .e-con .elementor-widget.elementor-widget {
  margin-block-end: 0;
}
:where(.pre-black-friday-wrapper) .e-con:before,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-background-slideshow:before,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer:before,
:where(.pre-black-friday-wrapper):is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, 0.3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}
:where(.pre-black-friday-wrapper) .e-con:before {
  transition: background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
}
:where(.pre-black-friday-wrapper) .e-con > .elementor-background-slideshow,
:where(.pre-black-friday-wrapper):is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper):is(.e-con, .e-con > .e-con-inner)
    > .elementor-background-video-container.elementor-hidden-mobile {
    display: none;
  }
}
:where(.pre-black-friday-wrapper):is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  z-index: 1;
}
:where(.pre-black-friday-wrapper):is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-slideshow:before {
  z-index: 2;
}
:where(.pre-black-friday-wrapper) .e-con .elementor-widget {
  min-width: 0;
}
:where(.pre-black-friday-wrapper) .e-con .elementor-widget-empty,
:where(.pre-black-friday-wrapper) .e-con .elementor-widget-google_maps,
:where(.pre-black-friday-wrapper) .e-con .elementor-widget-video,
:where(.pre-black-friday-wrapper) .e-con .elementor-widget.e-widget-swiper {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .e-con
  > .e-con-inner
  > .elementor-widget
  > .elementor-widget-container,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget
  > .elementor-widget-container {
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .e-con.e-con
  > .e-con-inner
  > .elementor-widget,
:where(.pre-black-friday-wrapper)
  .elementor.elementor
  .e-con
  > .elementor-widget {
  max-width: 100%;
}
:where(.pre-black-friday-wrapper) .e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }
  :where(.pre-black-friday-wrapper)
    .e-con.e-flex
    .elementor-widget-archive-posts {
    width: 100%;
  }
}
:where(.pre-black-friday-wrapper) .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  .elementor-field-subgroup,
:where(.pre-black-friday-wrapper)
  .elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > .elementor-select-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > input,
:where(.pre-black-friday-wrapper)
  .elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > textarea {
  flex-basis: 100%;
  max-width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  .elementor-select-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  > input {
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper) .elementor-field-group {
  align-items: center;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group.elementor-field-type-submit {
  align-items: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group
  .elementor-field-textual {
  background-color: transparent;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group
  .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group
  .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group
  .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group
  .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group
  .elementor-select-wrapper
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group
  .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transform: translateY(-50%);
}
:where(.pre-black-friday-wrapper)
  .elementor-field-group.elementor-field-type-select-multiple
  .elementor-select-wrapper:before {
  content: "";
}
:where(.pre-black-friday-wrapper) .elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-subgroup
  .elementor-field-option
  label {
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-subgroup.elementor-subgroup-inline
  .elementor-field-option {
  padding-inline-end: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-subgroup:not(.elementor-subgroup-inline)
  .elementor-field-option {
  flex-basis: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  input,
:where(.pre-black-friday-wrapper)
  .elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label,
:where(.pre-black-friday-wrapper)
  .elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  input,
:where(.pre-black-friday-wrapper)
  .elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  label,
:where(.pre-black-friday-wrapper)
  .elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  input,
:where(.pre-black-friday-wrapper)
  .elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  label {
  display: inline;
}
:where(.pre-black-friday-wrapper) .elementor-field-label {
  cursor: pointer;
}
:where(.pre-black-friday-wrapper)
  .elementor-mark-required
  .elementor-field-label:after {
  color: red;
  content: "*";
  padding-inline-start: 0.2em;
}
:where(.pre-black-friday-wrapper) .elementor-field-textual {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px;
}
:where(.pre-black-friday-wrapper) .elementor-field-textual.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
}
:where(.pre-black-friday-wrapper) .elementor-field-textual.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
}
:where(.pre-black-friday-wrapper) .elementor-field-textual.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
}
:where(.pre-black-friday-wrapper) .elementor-field-textual.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-stretch
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-stretch
  .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-stretch
  .e-form__buttons__wrapper__button {
  flex-basis: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-center
  .e-form__buttons,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-center
  .elementor-field-type-submit {
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-start
  .e-form__buttons,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-start
  .elementor-field-type-submit {
  justify-content: flex-start;
}
:where(.pre-black-friday-wrapper) .elementor-button-align-end .e-form__buttons,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-end
  .elementor-field-type-submit {
  justify-content: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-center
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-end
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-start
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-center
  .e-form__buttons__wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-end
  .e-form__buttons__wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-start
  .e-form__buttons__wrapper {
  flex-grow: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-button-align-center
  .e-form__buttons__wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-center
  .e-form__buttons__wrapper__button,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-end
  .e-form__buttons__wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-end
  .e-form__buttons__wrapper__button,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-start
  .e-form__buttons__wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-button-align-start
  .e-form__buttons__wrapper__button {
  flex-basis: auto;
}
@media screen and (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-stretch
    .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-stretch
    .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-center
    .e-form__buttons,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-center
    .elementor-field-type-submit {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-start
    .e-form__buttons,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-start
    .elementor-field-type-submit {
    justify-content: flex-start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-end
    .e-form__buttons,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-end
    .elementor-field-type-submit {
    justify-content: flex-end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-center
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-end
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-start
    .e-form__buttons__wrapper {
    flex-grow: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-center
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-center
    .e-form__buttons__wrapper__button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-end
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-end
    .e-form__buttons__wrapper__button,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-start
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-tablet-button-align-start
    .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-stretch
    .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-stretch
    .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-center
    .e-form__buttons,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-center
    .elementor-field-type-submit {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-start
    .e-form__buttons,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-start
    .elementor-field-type-submit {
    justify-content: flex-start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-end
    .e-form__buttons,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-end
    .elementor-field-type-submit {
    justify-content: flex-end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-center
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-end
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-start
    .e-form__buttons__wrapper {
    flex-grow: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-center
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-center
    .e-form__buttons__wrapper__button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-end
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-end
    .e-form__buttons__wrapper__button,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-start
    .e-form__buttons__wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-mobile-button-align-start
    .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}
:where(.pre-black-friday-wrapper) .elementor-error .elementor-field {
  border-color: #d9534f;
}
:where(.pre-black-friday-wrapper) .elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}
:where(.pre-black-friday-wrapper) .elementor-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0;
}
:where(.pre-black-friday-wrapper) .elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper) .elementor-message.elementor-message-danger {
  color: #d9534f;
}
:where(.pre-black-friday-wrapper)
  .elementor-message.elementor-message-danger:before {
  content: "\e87f";
}
:where(.pre-black-friday-wrapper) .elementor-message.form-message-success {
  color: #5cb85c;
}
:where(.pre-black-friday-wrapper) .elementor-form .elementor-button {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button-content-wrapper,
:where(.pre-black-friday-wrapper) .elementor-form .elementor-button > span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button.elementor-size-xs {
  min-height: 33px;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button.elementor-size-sm {
  min-height: 40px;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button.elementor-size-md {
  min-height: 47px;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button.elementor-size-lg {
  min-height: 59px;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button.elementor-size-xl {
  min-height: 72px;
}
:where(.pre-black-friday-wrapper)
  .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base))
  .elementor-widget-container,
:where(.pre-black-friday-wrapper)
  .elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(
    :has(.elementor-widget-container)
  ) {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
:where(.pre-black-friday-wrapper) .elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0;
}
:where(.pre-black-friday-wrapper) .elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-button:focus,
:where(.pre-black-friday-wrapper) .elementor-button:hover,
:where(.pre-black-friday-wrapper) .elementor-button:visited {
  color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}
:where(.pre-black-friday-wrapper) .elementor-button-icon {
  align-items: center;
  display: flex;
}
:where(.pre-black-friday-wrapper) .elementor-button-icon svg {
  height: auto;
  width: 1em;
}
:where(.pre-black-friday-wrapper) .elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
:where(.pre-black-friday-wrapper) .elementor-button-text {
  display: inline-block;
}
:where(.pre-black-friday-wrapper) .elementor-button.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px;
}
:where(.pre-black-friday-wrapper) .elementor-button.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px;
}
:where(.pre-black-friday-wrapper) .elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
}
:where(.pre-black-friday-wrapper) .elementor-button.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px;
}
:where(.pre-black-friday-wrapper) .elementor-button span {
  text-decoration: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-button-info
  .elementor-button {
  background-color: #5bc0de;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-button-success
  .elementor-button {
  background-color: #5cb85c;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-button-warning
  .elementor-button {
  background-color: #f0ad4e;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-button-danger
  .elementor-button {
  background-color: #d9534f;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-button
  .elementor-button
  .elementor-button-info {
  background-color: #5bc0de;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-button
  .elementor-button
  .elementor-button-success {
  background-color: #5cb85c;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-button
  .elementor-button
  .elementor-button-warning {
  background-color: #f0ad4e;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-button
  .elementor-button
  .elementor-button-danger {
  background-color: #d9534f;
}
:where(.pre-black-friday-wrapper) .elementor-view-stacked .elementor-icon {
  background-color: #69727d;
  color: #fff;
  padding: 0.5em;
  fill: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-view-framed .elementor-icon {
  background-color: transparent;
  border: 3px solid #69727d;
  color: #69727d;
  padding: 0.5em;
}
:where(.pre-black-friday-wrapper) .elementor-icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-icon:hover {
  color: #69727d;
}
:where(.pre-black-friday-wrapper) .elementor-icon i,
:where(.pre-black-friday-wrapper) .elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
:where(.pre-black-friday-wrapper) .elementor-icon i:before,
:where(.pre-black-friday-wrapper) .elementor-icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
:where(.pre-black-friday-wrapper) .elementor-icon i.fad {
  width: auto;
}
:where(.pre-black-friday-wrapper) .elementor-shape-square .elementor-icon {
  border-radius: 0;
}
:where(.pre-black-friday-wrapper) .elementor-shape-rounded .elementor-icon {
  border-radius: 10%;
}
:where(.pre-black-friday-wrapper) .elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}
:where(.pre-black-friday-wrapper) .e-transform .elementor-widget-container,
:where(.pre-black-friday-wrapper)
  .e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
:where(.pre-black-friday-wrapper) .e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0))
    rotate(var(--e-con-transform-rotateZ, 0))
    rotateX(var(--e-con-transform-rotateX, 0))
    rotateY(var(--e-con-transform-rotateY, 0))
    translate(var(--e-con-transform-translate, 0))
    translateX(var(--e-con-transform-translateX, 0))
    translateY(var(--e-con-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-con-transform-flipX, 1) *
          var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-con-transform-flipY, 1) *
          var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1))
      )
    )
    skewX(var(--e-con-transform-skewX, 0))
    skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y)
    var(--e-con-transform-origin-x);
}
:where(.pre-black-friday-wrapper) .animated {
  animation-duration: 1.25s;
}
:where(.pre-black-friday-wrapper) .animated.animated-slow {
  animation-duration: 2s;
}
:where(.pre-black-friday-wrapper) .animated.animated-fast {
  animation-duration: 0.75s;
}
:where(.pre-black-friday-wrapper) .animated.infinite {
  animation-iteration-count: infinite;
}
:where(.pre-black-friday-wrapper) .animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
  :where(.pre-black-friday-wrapper) .animated {
    animation: none !important;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-mobile,
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-laptop,
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper) .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
:where(.pre-black-friday-wrapper) .elementor-kit-5 {
  --e-global-color-primary: #6ec1e4;
  --e-global-color-secondary: #54595f;
  --e-global-color-text: #7a7a7a;
  --e-global-color-accent: #61ce70;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-weight: 500;
}
:where(.pre-black-friday-wrapper)
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 1140px;
}
:where(.pre-black-friday-wrapper) .e-con {
  --container-max-width: 1140px;
}
:where(.pre-black-friday-wrapper) .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 20px;
}
:where(.pre-black-friday-wrapper) .elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}
:where(.pre-black-friday-wrapper) {
}
:where(.pre-black-friday-wrapper) h1.entry-title {
  display: var(--page-title-display);
}
:where(.pre-black-friday-wrapper) .elementor-kit-5 e-page-transition {
  background-color: #ffbc7d;
}
:where(.pre-black-friday-wrapper) .site-header .site-branding {
  flex-direction: column;
  align-items: stretch;
}
:where(.pre-black-friday-wrapper) .site-header {
  padding-inline-end: 0px;
  padding-inline-start: 0px;
}
:where(.pre-black-friday-wrapper) .site-footer .site-branding {
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1024px;
  }
  :where(.pre-black-friday-wrapper) .e-con {
    --container-max-width: 1024px;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 767px;
  }
  :where(.pre-black-friday-wrapper) .e-con {
    --container-max-width: 767px;
  }
}
:where(.pre-black-friday-wrapper) .clearfix::before,
:where(.pre-black-friday-wrapper) .clearfix::after {
  content: " ";
  display: table;
  clear: both;
}
:where(.pre-black-friday-wrapper) .eael-testimonial-slider.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-testimonial-slider.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-team-slider.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-team-slider.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-logo-carousel.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-logo-carousel.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-post-carousel.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-post-carousel.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-product-carousel.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-product-carousel.nav-top-right {
  padding-top: 40px;
}
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="text"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="email"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="url"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="tel"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="date"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="number"],
:where(.pre-black-friday-wrapper) .eael-contact-form textarea {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  outline: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="submit"] {
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input::-webkit-input-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input::-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input:-ms-input-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input:-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="checkbox"],
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  min-width: 1px;
  width: 15px;
  height: 15px;
  background: #ddd;
  padding: 3px;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="checkbox"]:before,
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"]:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="checkbox"]:checked:before,
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"]:checked:before {
  background: #999;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"] {
  border-radius: 50%;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"]:before {
  border-radius: 50%;
}
:where(.pre-black-friday-wrapper) .eael-post-elements-readmore-btn {
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
}
:where(.pre-black-friday-wrapper) .elementor-lightbox .dialog-widget-content {
  width: 100%;
  height: 100%;
}
:where(.pre-black-friday-wrapper) .eael-contact-form-align-left,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-weform.eael-contact-form-align-left
  .eael-weform-container {
  margin: 0 auto 0 0;
  display: inline-block;
  text-align: left;
}
:where(.pre-black-friday-wrapper) .eael-contact-form-align-center,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-weform.eael-contact-form-align-center
  .eael-weform-container {
  float: none;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
:where(.pre-black-friday-wrapper) .eael-contact-form-align-right,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-weform.eael-contact-form-align-right
  .eael-weform-container {
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: left;
}
:where(.pre-black-friday-wrapper) .eael-force-hide {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .eael-d-none {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .eael-d-block {
  display: block !important;
}
:where(.pre-black-friday-wrapper) .eael-h-auto {
  height: auto !important;
}
:where(.pre-black-friday-wrapper)
  .theme-martfury
  .elementor-wc-products
  .woocommerce
  ul.products
  li.product
  .product-inner
  .mf-rating
  .eael-star-rating.star-rating
  ~ .count {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .theme-martfury
  .elementor-wc-products
  .woocommerce
  ul.products
  li.product
  .product-inner
  .mf-rating
  .eael-star-rating.star-rating {
  display: none;
}
:where(.pre-black-friday-wrapper) .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-tabs
  .eael-tab-content-item,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-accordion
  .eael-accordion-content,
:where(.pre-black-friday-wrapper) .elementor-widget-eael-data-table .td-content,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-info-box
  .eael-infobox-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-expiry-template,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-container,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-cta-box
  .eael-cta-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-primary-wrap,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-secondary-wrap,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .eael-protected-content-message,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .protected-content,
:where(.pre-black-friday-wrapper)
  .eael-offcanvas-content-visible
  .eael-offcanvas-body,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-stacked-cards
  .eael-stacked-cards__item {
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-tabs
  .eael-tab-content-item:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-accordion
  .eael-accordion-content:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-data-table
  .td-content:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-info-box
  .eael-infobox-template-wrapper:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-expiry-template:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-container:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-cta-box
  .eael-cta-template-wrapper:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-primary-wrap:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-secondary-wrap:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .eael-protected-content-message:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .protected-content:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .eael-offcanvas-content-visible
  .eael-offcanvas-body:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-stacked-cards
  .eael-stacked-cards__item:hover
  .eael-onpage-edit-template-wrapper {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-element:hover
  > .elementor-element-overlay,
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-empty-view,
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-add-section-inline,
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-add-section {
  display: initial !important;
}
:where(.pre-black-friday-wrapper) .eael-onpage-edit-template-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border: 2px solid #5eead4;
}
:where(.pre-black-friday-wrapper) .eael-onpage-edit-template-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #5eead4;
  opacity: 0.3;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template {
  background: #5eead4;
  color: #000;
  width: 150px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template::before {
  content: "";
  border-top: 30px solid #5eead4;
  border-right: 0;
  border-bottom: 0;
  border-left: 14px solid rgba(0, 0, 0, 0);
  right: 100%;
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template::after {
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #5eead4;
  left: 100%;
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template
  > i {
  margin-right: 8px;
}
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect1,
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect2,
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect3,
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect4 {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
:where(.pre-black-friday-wrapper) .clearfix::before,
:where(.pre-black-friday-wrapper) .clearfix::after {
  content: " ";
  display: table;
  clear: both;
}
:where(.pre-black-friday-wrapper) .eael-testimonial-slider.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-testimonial-slider.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-team-slider.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-team-slider.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-logo-carousel.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-logo-carousel.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-post-carousel.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-post-carousel.nav-top-right,
:where(.pre-black-friday-wrapper) .eael-product-carousel.nav-top-left,
:where(.pre-black-friday-wrapper) .eael-product-carousel.nav-top-right {
  padding-top: 40px;
}
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="text"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="email"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="url"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="tel"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="date"],
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="number"],
:where(.pre-black-friday-wrapper) .eael-contact-form textarea {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  outline: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .eael-contact-form input[type="submit"] {
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  width: auto;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input::-webkit-input-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input::-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input:-ms-input-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  input:-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .eael-contact-form.placeholder-hide
  textarea:-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="checkbox"],
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  min-width: 1px;
  width: 15px;
  height: 15px;
  background: #ddd;
  padding: 3px;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="checkbox"]:before,
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"]:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="checkbox"]:checked:before,
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"]:checked:before {
  background: #999;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"] {
  border-radius: 50%;
}
:where(.pre-black-friday-wrapper)
  .eael-custom-radio-checkbox
  input[type="radio"]:before {
  border-radius: 50%;
}
:where(.pre-black-friday-wrapper) .eael-post-elements-readmore-btn {
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
}
:where(.pre-black-friday-wrapper) .elementor-lightbox .dialog-widget-content {
  width: 100%;
  height: 100%;
}
:where(.pre-black-friday-wrapper) .eael-contact-form-align-left,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-weform.eael-contact-form-align-left
  .eael-weform-container {
  margin: 0 auto 0 0;
  display: inline-block;
  text-align: left;
}
:where(.pre-black-friday-wrapper) .eael-contact-form-align-center,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-weform.eael-contact-form-align-center
  .eael-weform-container {
  float: none;
  margin: 0 auto;
  display: inline-block;
  text-align: left;
}
:where(.pre-black-friday-wrapper) .eael-contact-form-align-right,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-weform.eael-contact-form-align-right
  .eael-weform-container {
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: left;
}
:where(.pre-black-friday-wrapper) .eael-force-hide {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .eael-d-none {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .eael-d-block {
  display: block !important;
}
:where(.pre-black-friday-wrapper) .eael-h-auto {
  height: auto !important;
}
:where(.pre-black-friday-wrapper)
  .theme-martfury
  .elementor-wc-products
  .woocommerce
  ul.products
  li.product
  .product-inner
  .mf-rating
  .eael-star-rating.star-rating
  ~ .count {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .theme-martfury
  .elementor-wc-products
  .woocommerce
  ul.products
  li.product
  .product-inner
  .mf-rating
  .eael-star-rating.star-rating {
  display: none;
}
:where(.pre-black-friday-wrapper) .sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-tabs
  .eael-tab-content-item,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-accordion
  .eael-accordion-content,
:where(.pre-black-friday-wrapper) .elementor-widget-eael-data-table .td-content,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-info-box
  .eael-infobox-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-expiry-template,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-container,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-cta-box
  .eael-cta-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-primary-wrap,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-secondary-wrap,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .eael-protected-content-message,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .protected-content,
:where(.pre-black-friday-wrapper)
  .eael-offcanvas-content-visible
  .eael-offcanvas-body,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-stacked-cards
  .eael-stacked-cards__item {
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-tabs
  .eael-tab-content-item:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-adv-accordion
  .eael-accordion-content:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-data-table
  .td-content:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-info-box
  .eael-infobox-template-wrapper:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-expiry-template:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-container:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-cta-box
  .eael-cta-template-wrapper:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-primary-wrap:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-toggle
  .eael-toggle-secondary-wrap:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .eael-protected-content-message:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-protected-content
  .protected-content:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .eael-offcanvas-content-visible
  .eael-offcanvas-body:hover
  .eael-onpage-edit-template-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-stacked-cards
  .eael-stacked-cards__item:hover
  .eael-onpage-edit-template-wrapper {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-element:hover
  > .elementor-element-overlay,
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-empty-view,
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-add-section-inline,
:where(.pre-black-friday-wrapper)
  .eael-widget-otea-active
  .elementor-add-section {
  display: initial !important;
}
:where(.pre-black-friday-wrapper) .eael-onpage-edit-template-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border: 2px solid #5eead4;
}
:where(.pre-black-friday-wrapper) .eael-onpage-edit-template-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #5eead4;
  opacity: 0.3;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template {
  background: #5eead4;
  color: #000;
  width: 150px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template::before {
  content: "";
  border-top: 30px solid #5eead4;
  border-right: 0;
  border-bottom: 0;
  border-left: 14px solid rgba(0, 0, 0, 0);
  right: 100%;
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template::after {
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #5eead4;
  left: 100%;
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .eael-onpage-edit-template-wrapper
  .eael-onpage-edit-template
  > i {
  margin-right: 8px;
}
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect1,
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect2,
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect3,
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .eael_wd_liquid_glass_shadow-effect4 {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
:where(.pre-black-friday-wrapper) .eael-countdown-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .eael-countdown-items > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  position: relative;
}
:where(.pre-black-friday-wrapper) .eael-countdown-item > div {
  text-align: center;
  padding: 20px;
}
:where(.pre-black-friday-wrapper) .eael-countdown-digits {
  font-size: 54px;
  line-height: 1;
}
:where(.pre-black-friday-wrapper) .eael-countdown-label {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .eael-countdown-show-separator.eael-countdown-separator-solid
  .eael-countdown-digits::after {
  content: "|";
  position: absolute;
  left: 98%;
  z-index: 1;
}
:where(.pre-black-friday-wrapper)
  .eael-countdown-show-separator.eael-countdown-separator-dotted
  .eael-countdown-digits::after {
  content: ":";
  position: absolute;
  left: 98%;
  z-index: 1;
}
:where(.pre-black-friday-wrapper)
  .eael-countdown-item:last-child
  .eael-countdown-digits::after {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .eael-countdown-items.style-1
  .eael-countdown-item
  > div {
  background: #262625;
}
@media all and (min-width: 1025px) {
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-block
    .eael-countdown-digits,
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-block
    .eael-countdown-label {
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 1025px) {
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-inline-tablet
    .eael-countdown-digits,
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-inline-tablet
    .eael-countdown-label {
    display: inline-block !important;
  }
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-block-tablet
    .eael-countdown-digits,
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-block-tablet
    .eael-countdown-label {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-inline-mobile
    .eael-countdown-digits,
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-inline-mobile
    .eael-countdown-label {
    display: inline-block !important;
  }
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-block-mobile
    .eael-countdown-digits,
  :where(.pre-black-friday-wrapper)
    .eael-countdown-label-block-mobile
    .eael-countdown-label {
    display: block !important;
  }
  :where(.pre-black-friday-wrapper)
    .eael-countdown-container
    .eael-countdown-item
    > div {
    padding: 10px;
  }
}
@charset "UTF-8";
:where(.pre-black-friday-wrapper) .elementor-bg-transform .elementor-bg {
  will-change: transform;
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-zoom-in:hover
  .elementor-bg,
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-zoom-out
  .elementor-bg {
  transform: scale(1.2);
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-zoom-out:hover
  .elementor-bg {
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-left
  .elementor-bg {
  transform: scale(1.2) translateX(8%);
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-left:hover
  .elementor-bg,
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-right
  .elementor-bg {
  transform: scale(1.2) translateX(-8%);
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-right:hover
  .elementor-bg {
  transform: scale(1.2) translateX(8%);
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-up
  .elementor-bg {
  transform: scale(1.2) translateY(8%);
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-down
  .elementor-bg,
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-up:hover
  .elementor-bg {
  transform: scale(1.2) translateY(-8%);
}
:where(.pre-black-friday-wrapper)
  .elementor-bg-transform-move-down:hover
  .elementor-bg {
  transform: scale(1.2) translateY(8%);
}
:where(.pre-black-friday-wrapper) .elementor-animated-content {
  --translate: 0, 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--grow,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--grow {
  transform: scale(1.1);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--shrink,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--shrink {
  transform: scale(0.85);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--shrink-contained,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--shrink-contained {
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--enter-zoom-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--enter-zoom-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--fade-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--enter-zoom-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--enter-zoom-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--fade-in {
  transform: scale(1);
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-zoom-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-zoom-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--fade-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-zoom-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-zoom-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--fade-out {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-zoom-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-zoom-out {
  transform: scale(0.2);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-zoom-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-zoom-in {
  transform: scale(2);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--enter-from-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--enter-from-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--enter-from-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--enter-from-top,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--enter-from-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--enter-from-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--enter-from-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--enter-from-top {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-right {
  transform: translateX(1000px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-left {
  transform: translateX(-1000px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-top,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-top {
  transform: translateY(-600px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-bottom {
  transform: translateY(600px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--exit-to-top,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--exit-to-top {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-right {
  transform: translateX(30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-left {
  transform: translateX(-30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-up,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-up {
  transform: translateY(-30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-down,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-down {
  transform: translateY(30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-contained-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-contained-right {
  --translate: 8%, 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-contained-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-contained-left {
  --translate: -8%, 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-contained-top,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-contained-top {
  --translate: 0, -8%;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:focus
  .elementor-animated-item--move-contained-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content:hover
  .elementor-animated-item--move-contained-bottom {
  --translate: 0, 8%;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  [class^="elementor-animated-item"] {
  will-change: transform, opacity;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--shrink-contained {
  transform: scale(1.17);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-zoom-in {
  transform: scale(0.2);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-zoom-out {
  transform: scale(2);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-zoom-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-zoom-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--fade-in {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--exit-zoom-in,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--exit-zoom-out,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--fade-out {
  opacity: 1;
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-right {
  transform: translateX(1000px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-left {
  transform: translateX(-1000px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-top {
  transform: translateY(-600px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-bottom {
  transform: translateY(500px);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--enter-from-top {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--exit-to-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--exit-to-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--exit-to-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--exit-to-top {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--move-contained-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--move-contained-left,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--move-contained-right,
:where(.pre-black-friday-wrapper)
  .elementor-animated-content
  .elementor-animated-item--move-contained-top {
  transform: scale(1.2) translate(var(--translate));
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-widget.elementor-global-widget:hover {
  outline: 1px solid var(--e-p-border-global);
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings {
  background-color: var(--e-p-border-global);
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings
  .elementor-editor-element-setting {
  background-color: var(--e-p-border-global);
  color: var(--e-p-border-global-invert);
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings
  .elementor-editor-element-setting:hover {
  background-color: var(--e-p-border-global-hover);
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-global-widget
  .elementor-editor-widget-settings
  .elementor-editor-element-setting.elementor-editor-element-save {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-theme-builder-content-area {
  height: 400px;
}
:where(.pre-black-friday-wrapper) .elementor-location-footer:before,
:where(.pre-black-friday-wrapper) .elementor-location-header:before {
  content: "";
  display: table;
  clear: both;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts.elementor-posts--skin-archive_full_content
  article.elementor-post {
  display: block;
}
:where(.pre-black-friday-wrapper) .elementor-sticky--active {
  z-index: 99;
}
:where(.pre-black-friday-wrapper) .e-con.elementor-sticky--active {
  z-index: var(--z-index, 99);
}
:where(.pre-black-friday-wrapper) .e-con .e-con.elementor-sticky--active {
  --bc-padding-inline-start: var(--padding-left);
  --bc-padding-inline-end: var(--padding-right);
  -webkit-padding-start: var(
    --bc-padding-inline-start,
    var(--padding-inline-start)
  );
  padding-inline-start: var(
    --bc-padding-inline-start,
    var(--padding-inline-start)
  );
  -webkit-padding-end: var(--bc-padding-inline-end, var(--padding-inline-end));
  padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
}
:where(.pre-black-friday-wrapper)
  [dir="rtl"]
  .e-con
  .e-con.elementor-sticky--active {
  --bc-padding-inline-start: var(--padding-right);
  --bc-padding-inline-end: var(--padding-left);
}
:where(.pre-black-friday-wrapper)
  .e-con[data-core-v316-plus="true"]
  .e-con.elementor-sticky--active {
  --bc-padding-inline-start: initial;
  --bc-padding-inline-end: initial;
}
:where(.pre-black-friday-wrapper)
  [data-elementor-type="popup"]
  .elementor-section-wrap:not(:empty)
  + #elementor-add-new-section,
:where(.pre-black-friday-wrapper)
  [data-elementor-type="popup"]:not(.elementor-edit-area) {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-popup-modal {
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-popup-modal
  .dialog-buttons-wrapper,
:where(.pre-black-friday-wrapper) .elementor-popup-modal .dialog-header {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-popup-modal .dialog-close-button {
  display: none;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}
:where(.pre-black-friday-wrapper)
  .elementor-popup-modal
  .dialog-close-button
  svg {
  fill: #1f2124;
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-popup-modal
  .dialog-widget-content {
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
}
:where(.pre-black-friday-wrapper) .elementor-popup-modal .dialog-message {
  width: 640px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
}
:where(.pre-black-friday-wrapper) .elementor-popup-modal .elementor {
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-motion-effects-element,
:where(.pre-black-friday-wrapper) .elementor-motion-effects-layer {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  transition-duration: 1s;
}
:where(.pre-black-friday-wrapper) .elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
:where(.pre-black-friday-wrapper) .elementor-motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
:where(.pre-black-friday-wrapper) .elementor-motion-effects-perspective {
  perspective: 1200px;
}
:where(.pre-black-friday-wrapper) .elementor-motion-effects-element {
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
:where(.pre-black-friday-wrapper)
  body.woocommerce
  #content
  div.product
  .elementor-widget-woocommerce-product-images
  div.images,
:where(.pre-black-friday-wrapper)
  body.woocommerce-page
  #content
  div.product
  .elementor-widget-woocommerce-product-images
  div.images,
:where(.pre-black-friday-wrapper)
  body.woocommerce-page
  div.product
  .elementor-widget-woocommerce-product-images
  div.images,
:where(.pre-black-friday-wrapper)
  body.woocommerce
  div.product
  .elementor-widget-woocommerce-product-images
  div.images {
  float: none;
  width: 100%;
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  body.rtl.woocommerce
  #content
  div.product
  .elementor-widget-woocommerce-product-images
  div.images,
:where(.pre-black-friday-wrapper)
  body.rtl.woocommerce-page
  #content
  div.product
  .elementor-widget-woocommerce-product-images
  div.images,
:where(.pre-black-friday-wrapper)
  body.rtl.woocommerce-page
  div.product
  .elementor-widget-woocommerce-product-images
  div.images,
:where(.pre-black-friday-wrapper)
  body.rtl.woocommerce
  div.product
  .elementor-widget-woocommerce-product-images
  div.images {
  float: none;
  padding: 0;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  form.cart {
  margin: 0;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  form.cart:not(.grouped_form):not(.variations_form) {
  display: flex;
  flex-wrap: nowrap;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  form.cart
  .button:where(:not(:first-child)),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  form.cart
  button:where(:not(:first-child)) {
  margin-top: 0;
  margin-left: var(--button-spacing, 10px);
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  .e-loop-add-to-cart-form-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--view-cart-spacing, 10px);
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  .e-loop-add-to-cart-form-container
  > * {
  display: flex;
  flex-basis: auto;
  margin: 0;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  .quantity {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  .quantity
  .qty {
  vertical-align: top;
  margin-right: 0;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  .quantity
  input {
  height: 100%;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-auto
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-auto
  form.cart:not(.grouped_form):not(.variations_form),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  form.cart:not(.grouped_form):not(.variations_form) {
  display: block;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-auto
  .e-atc-qty-button-holder,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-atc-qty-button-holder {
  display: flex;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-loop-add-to-cart-form-container {
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-loop-add-to-cart-form-container
  > * {
  flex-basis: 100%;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-atc-qty-button-holder {
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-atc-qty-button-holder
  > * {
  flex-basis: 100%;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-atc-qty-button-holder
  .button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-atc-qty-button-holder
  button {
  flex-basis: auto;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-atc-qty-button-holder
  .button:where(:not(:first-child)),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-stacked
  .e-atc-qty-button-holder
  button:where(:not(:first-child)) {
  margin-left: 0;
  margin-top: var(--button-spacing, 10px);
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-auto
  .e-atc-qty-button-holder {
  flex-wrap: nowrap;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-auto
  .e-atc-qty-button-holder
  .quantity {
  margin-right: 0;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-auto
  .e-atc-qty-button-holder
  .button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--layout-auto
  .e-atc-qty-button-holder
  button {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  ):not([class*="-product-add-to-cart"]) {
  text-align: left;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left
  .e-loop-add-to-cart-form-container,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  )
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  )
  form.cart:not(.grouped_form):not(.variations_form),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left[class*="--layout-auto"]
  .e-atc-qty-button-holder,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left[class*="--layout-stacked"]
  .e-atc-qty-button-holder {
  justify-content: flex-start;
  text-align: left;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  ):not([class*="-product-add-to-cart"]) {
  text-align: right;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right
  .e-loop-add-to-cart-form-container,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  )
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  )
  form.cart:not(.grouped_form):not(.variations_form),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right[class*="--layout-auto"]
  .e-atc-qty-button-holder,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right[class*="--layout-stacked"]
  .e-atc-qty-button-holder {
  justify-content: flex-end;
  text-align: right;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  ):not([class*="-product-add-to-cart"]) {
  text-align: center;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center
  .e-loop-add-to-cart-form-container,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  )
  form.cart.variations_form
  .woocommerce-variation-add-to-cart,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  )
  form.cart:not(.grouped_form):not(.variations_form),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center[class*="--layout-auto"]
  .e-atc-qty-button-holder,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center[class*="--layout-stacked"]
  .e-atc-qty-button-holder {
  justify-content: center;
  text-align: center;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center
  form.cart
  div.quantity,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left
  form.cart
  div.quantity,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right
  form.cart
  div.quantity {
  margin-right: 0;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center
  form.cart
  .button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-center
  form.cart
  button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left
  form.cart
  .button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-left
  form.cart
  button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right
  form.cart
  .button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-right
  form.cart
  button {
  flex-basis: auto;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not(
    [class*="--layout-auto"]
  ):not([class*="-product-add-to-cart"])
  .elementor-button {
  width: 100%;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-justify
  .e-loop-add-to-cart-form-container
  > * {
  flex-basis: 100%;
  justify-content: center;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-justify
  .e-loop-add-to-cart-form-container
  a.added_to_cart {
  flex-basis: auto;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-justify
  form.cart
  div.quantity {
  margin-right: auto;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-justify
  form.cart
  .button,
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-add-to-cart--align-justify
  form.cart
  button {
  flex-basis: 100%;
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right
    form.cart
    div.quantity {
    margin-right: 0;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-center
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-left
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-right
    form.cart
    button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-justify:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"])
    .elementor-button {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-justify
    .e-loop-add-to-cart-form-container
    > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-justify
    .e-loop-add-to-cart-form-container
    a.added_to_cart {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-justify
    form.cart
    div.quantity {
    margin-right: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-justify
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-widescreen--align-justify
    form.cart
    button {
    flex-basis: 100%;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right
    form.cart
    div.quantity {
    margin-right: 0;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-center
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-left
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-right
    form.cart
    button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-justify:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"])
    .elementor-button {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-justify
    .e-loop-add-to-cart-form-container
    > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-justify
    .e-loop-add-to-cart-form-container
    a.added_to_cart {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-justify
    form.cart
    div.quantity {
    margin-right: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-justify
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-laptop--align-justify
    form.cart
    button {
    flex-basis: 100%;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right
    form.cart
    div.quantity {
    margin-right: 0;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-center
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-left
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-right
    form.cart
    button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-justify:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"])
    .elementor-button {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-justify
    .e-loop-add-to-cart-form-container
    > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-justify
    .e-loop-add-to-cart-form-container
    a.added_to_cart {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-justify
    form.cart
    div.quantity {
    margin-right: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-justify
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet_extra--align-justify
    form.cart
    button {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right
    form.cart
    div.quantity {
    margin-right: 0;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-center
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-left
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-right
    form.cart
    button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-justify:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"])
    .elementor-button {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-justify
    .e-loop-add-to-cart-form-container
    > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-justify
    .e-loop-add-to-cart-form-container
    a.added_to_cart {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-justify
    form.cart
    div.quantity {
    margin-right: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-justify
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-tablet--align-justify
    form.cart
    button {
    flex-basis: 100%;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right
    form.cart
    div.quantity {
    margin-right: 0;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-center
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-left
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-right
    form.cart
    button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-justify:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"])
    .elementor-button {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-justify
    .e-loop-add-to-cart-form-container
    > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-justify
    .e-loop-add-to-cart-form-container
    a.added_to_cart {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-justify
    form.cart
    div.quantity {
    margin-right: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-justify
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile_extra--align-justify
    form.cart
    button {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"]) {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center
    .e-loop-add-to-cart-form-container,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart.variations_form
    .woocommerce-variation-add-to-cart,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"])
    form.cart:not(.grouped_form):not(.variations_form),
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center[class*="--layout-auto"]
    .e-atc-qty-button-holder,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"]
    .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left
    form.cart
    div.quantity,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right
    form.cart
    div.quantity {
    margin-right: 0;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-center
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-left
    form.cart
    button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-right
    form.cart
    button {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-justify:not(
      [class*="--layout-stacked"]
    ):not([class*="--layout-auto"]):not([class*="-product-add-to-cart"])
    .elementor-button {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-justify
    .e-loop-add-to-cart-form-container
    > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-justify
    .e-loop-add-to-cart-form-container
    a.added_to_cart {
    flex-basis: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-justify
    form.cart
    div.quantity {
    margin-right: auto;
  }
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-justify
    form.cart
    .button,
  :where(.pre-black-friday-wrapper):is(
      .elementor-widget-woocommerce-product-add-to-cart,
      .woocommerce
        div.product
        .elementor-widget-woocommerce-product-add-to-cart,
      .elementor-widget-wc-add-to-cart,
      .woocommerce div.product .elementor-widget-wc-add-to-cart
    ).elementor-add-to-cart-mobile--align-justify
    form.cart
    button {
    flex-basis: 100%;
  }
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart
  ):not(.e-add-to-cart--show-quantity-yes)
  form.cart
  .quantity {
  display: none !important;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart
  ):not(.e-add-to-cart--show-quantity-yes)
  form.cart
  .button:where(:not(:first-child)),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart
  ):not(.e-add-to-cart--show-quantity-yes)
  form.cart
  button:where(:not(:first-child)) {
  margin-left: 0;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart
  ):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"]
  form.cart
  .button:where(:not(:first-child)),
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart
  ):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"]
  form.cart
  button:where(:not(:first-child)) {
  margin-top: 0;
}
:where(.pre-black-friday-wrapper):is(
    .e-loop-item .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce
      div.product
      .e-loop-item
      .elementor-widget-woocommerce-product-add-to-cart
  )
  form.cart
  input.qty.disabled {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper):is(
    .e-loop-item .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce
      div.product
      .e-loop-item
      .elementor-widget-woocommerce-product-add-to-cart
  )
  form.cart
  .button {
  text-align: center;
}
:where(.pre-black-friday-wrapper):is(
    .e-loop-item .elementor-widget-woocommerce-product-add-to-cart,
    .woocommerce
      div.product
      .e-loop-item
      .elementor-widget-woocommerce-product-add-to-cart
  )
  .added_to_cart {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  .quantity {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  )
  .quantity
  .qty {
  vertical-align: top;
  margin-right: 0;
  width: 3.631em;
  text-align: center;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-button-info
  button.button.alt.elementor-button {
  background-color: #5bc0de;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-button-success
  button.button.alt.elementor-button {
  background-color: #5cb85c;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-button-warning
  button.button.alt.elementor-button {
  background-color: #f0ad4e;
}
:where(.pre-black-friday-wrapper):is(
    .elementor-widget-wc-add-to-cart,
    .woocommerce div.product .elementor-widget-wc-add-to-cart
  ).elementor-button-danger
  button.button.alt.elementor-button {
  background-color: #d9534f;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product.elementor
  ul.tabs:before {
  position: static;
  content: none;
  width: auto;
  bottom: auto;
  left: auto;
  border-bottom: 0;
  z-index: auto;
}
:where(.pre-black-friday-wrapper) .woocommerce div.product.elementor ul.tabs {
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product.elementor
  ul.tabs
  li {
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product.elementor
  ul.tabs
  li
  a {
  padding: 0.8em 1.2em;
  line-height: 1;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product.elementor
  ul.tabs
  li:after,
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product.elementor
  ul.tabs
  li:before {
  border: 0;
  position: static;
  bottom: auto;
  width: auto;
  height: auto;
  content: none;
  box-sizing: border-box;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product.elementor
  .woocommerce-tabs
  .panel {
  padding: 20px;
  border-radius: 0;
  border-width: 0;
  border-top: 1px solid #d3ced2;
  box-shadow: none;
  margin: -1px 0 0;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price
  .price
  del,
:where(.pre-black-friday-wrapper)
  .woocommerce
  .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price
  .price
  ins {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-product-meta
  .detail-container {
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-product-meta
  .detail-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-product-meta
  .detail-label {
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-woo-meta--view-inline
  .product_meta {
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-woo-meta--view-inline
  .product_meta
  .detail-container:after {
  width: auto;
  left: auto;
  right: auto;
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
}
:where(.pre-black-friday-wrapper)
  .elementor-woo-meta--view-table
  .product_meta {
  display: flex;
  flex-direction: column;
}
:where(.pre-black-friday-wrapper)
  .elementor-woo-meta--view-table
  .product_meta
  .detail-container {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-woo-meta--view-table
  .product_meta
  .detail-label {
  min-width: 108px;
}
:where(.pre-black-friday-wrapper)
  .elementor-woo-meta--view-stacked
  .product_meta
  .detail-container {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  .elementor-widget-woocommerce-product-rating
  .elementor-widget-container
  .woocommerce-product-rating {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  .elementor-widget-woocommerce-product-rating
  .elementor-widget-container
  .star-rating {
  margin-top: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-product-rating--align-left
  .woocommerce-product-rating {
  justify-content: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-product-rating--align-right
  .woocommerce-product-rating {
  justify-content: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor-product-rating--align-center
  .woocommerce-product-rating {
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-product-rating--align-justify
  .woocommerce-product-rating
  .woocommerce-review-link {
  margin-left: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid
  ul.products.elementor-grid {
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid
  ul.products.elementor-grid:after,
:where(.pre-black-friday-wrapper)
  .elementor-products-grid
  ul.products.elementor-grid:before {
  content: none;
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid
  ul.products.elementor-grid
  li.product {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
  display: var(--button-align-display);
  flex-direction: var(--button-align-direction);
  justify-content: var(--button-align-justify);
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid
  ul.products.elementor-grid
  li.product
  .onsale {
  padding: 0;
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid
  ul.products.elementor-grid
  li.product
  a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid:not(.show-heading-yes)
  .products
  > h2 {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid
  nav.woocommerce-pagination {
  margin-top: 40px;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid:not(.elementor-show-pagination-border-yes)
  nav.woocommerce-pagination
  ul {
  border: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-products-grid:not(.elementor-show-pagination-border-yes)
  nav.woocommerce-pagination
  ul
  li {
  border-right: 0;
  border-left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-products:not(.products-heading-show)
  .cross-sells
  > h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-products:not(.products-heading-show)
  .related
  > h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-products:not(.products-heading-show)
  .upsells
  > h2 {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-products.products-heading-show
  .cross-sells
  > h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-products.products-heading-show
  .related
  > h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-products.products-heading-show
  .upsells
  > h2 {
  display: block;
  text-align: var(--products-title-alignment, left);
  color: var(--products-title-color);
  margin-bottom: var(--products-title-spacing, 1rem);
}
:where(.pre-black-friday-wrapper)
  .elementor-product-loop-item--align-left
  ul.products
  li.product
  .star-rating {
  margin-right: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-product-loop-item--align-right
  ul.products
  li.product
  .star-rating {
  margin-left: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-product-loop-item--align-center
  ul.products
  li.product
  .star-rating {
  margin-right: auto;
  margin-left: auto;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  .elementor-element.elementor-products-grid
  ul.products
  li.product,
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product
  .elementor-element.elementor-products-grid
  .related.products
  ul.products
  li.product,
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product
  .elementor-element.elementor-products-grid
  .upsells.products
  ul.products
  li.product {
  width: auto;
}
@media (min-width: 1025px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-2
    ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-3
    ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-4
    ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-5
    ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-6
    ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-7
    ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-8
    ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-9
    ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-10
    ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-11
    ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .woocommerce.columns-12
    ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-wc-archive-products
    .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor.product
  .woocommerce-product-gallery__trigger
  + .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  .elementor-widget-woocommerce-product-images
  span.onsale {
  padding: 0;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__wrapper {
  text-align: var(--main-alignment, left);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__toggle_wrapper {
  display: inline-block;
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__toggle {
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button {
  background-color: var(--toggle-button-background-color, transparent);
  color: var(--toggle-button-text-color, #69727d);
  border: var(--toggle-button-border-width, 1px)
    var(--toggle-button-border-type, solid)
    var(--toggle-button-border-color, #69727d);
  border-radius: var(--toggle-button-border-radius, 0);
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: var(--toggle-icon-padding, 12px 24px);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button:hover {
  color: var(--toggle-button-hover-text-color, #69727d);
  background-color: var(--toggle-button-hover-background-color, transparent);
  border-color: var(--toggle-button-hover-border-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button:hover
  .elementor-button-icon {
  color: var(--toggle-button-icon-hover-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button
  svg {
  fill: var(--toggle-button-icon-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button
  svg:hover {
  fill: var(--toggle-button-icon-hover-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button-text {
  -webkit-margin-end: 0.3em;
  margin-inline-end: 0.3em;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button-icon {
  position: relative;
  transition: color 0.1s;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .e-toggle-cart-custom-icon,
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .elementor-button-icon {
  color: var(--toggle-button-icon-color, #69727d);
  font-size: var(--toggle-icon-size, inherit);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__toggle
  .e-toggle-cart-custom-icon:hover {
  color: var(--toggle-button-icon-hover-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart--items-indicator-bubble
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty[data-counter] {
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -0.7em;
  inset-inline-end: -0.7em;
  border-radius: 100%;
  color: var(--items-indicator-text-color, #fff);
  background-color: var(--items-indicator-background-color, #d9534f);
  text-align: center;
  font-size: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart--items-indicator-plain
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty[data-counter] {
  display: inline-block;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart--items-indicator-none
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty[data-counter] {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__container {
  transform: scale(1);
  overflow: hidden;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.4s, transform 0s;
  text-align: left;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__main {
  position: fixed;
  left: var(--side-cart-alignment-left, auto);
  right: var(--side-cart-alignment-right, 0);
  transform: translateX(0);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  min-height: 200px;
  width: 350px;
  max-width: 100%;
  transition: 0.3s;
  padding: var(--cart-padding, 20px 30px);
  background-color: var(--cart-background-color, #fff);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-style: var(--cart-border-style, none);
  border-color: var(--cart-border-color, initial);
  border-radius: var(--cart-border-radius, 0);
  margin-top: var(--mini-cart-spacing, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__main
  .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__main
  .widget_shopping_cart_content
  .woocommerce-mini-cart__empty-message {
  color: var(--empty-message-color, inherit);
  text-align: var(--empty-message-alignment, left);
}
:where(.pre-black-friday-wrapper)
  body.elementor-default
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown)
  .elementor-menu-cart__container {
  background-color: transparent;
  transform: scale(0);
  transition: background-color 0.4s, transform 0s 0.4s;
}
:where(.pre-black-friday-wrapper)
  body.elementor-default
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown)
  .elementor-menu-cart__container
  .dialog-lightbox-close-button {
  display: none;
}
:where(.pre-black-friday-wrapper)
  body.elementor-default
  .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown)
  .elementor-menu-cart__main {
  overflow: hidden;
  opacity: 0;
  transform: var(--side-cart-alignment-transform, translateX(100%));
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__close-button {
  width: var(--cart-close-icon-size, 25px);
  height: var(--cart-close-icon-size, 25px);
  position: relative;
  margin: 0 0 20px;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-family: eicons;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__close-button:after,
:where(.pre-black-friday-wrapper) .elementor-menu-cart__close-button:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: var(--cart-close-button-color, #69727d);
  border-radius: 1px;
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button:hover:after,
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button:hover:before {
  background: var(--cart-close-button-hover-color, #69727d);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__close-button:before {
  transform: rotate(45deg);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__close-button:after {
  transform: rotate(-45deg);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__close-button-custom {
  position: relative;
  margin: 0 0 20px;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-family: eicons;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button-custom:hover:after,
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button-custom:hover:before {
  background: var(--cart-close-button-hover-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button-custom
  .e-close-cart-custom-icon {
  font-size: var(--cart-close-icon-size, 25px);
  color: var(--cart-close-button-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button-custom
  .e-close-cart-custom-icon:hover {
  color: var(--cart-close-button-hover-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button-custom
  svg {
  fill: var(--cart-close-button-color, #69727d);
  width: var(--cart-close-icon-size, 25px);
  height: var(--cart-close-icon-size, 25px);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__close-button-custom
  svg:hover {
  fill: var(--cart-close-button-hover-color, #69727d);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__products {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product {
  display: grid;
  grid-template-columns: 28% auto;
  grid-template-rows: var(
    --price-quantity-position--grid-template-rows,
    auto auto
  );
  position: relative;
  border-width: 0;
  border-bottom: var(--divider-width, 1px) var(--divider-style, solid)
    var(--divider-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product .variation {
  display: grid;
  grid-template-columns: max-content auto;
  margin: 10px 0;
  color: var(--product-variations-color, #1f2124);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product .variation dt {
  grid-column-start: 1;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product .variation dd {
  grid-column-start: 2;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__product
  .variation
  dd
  p {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-image {
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-image a,
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-image img {
  display: block;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 3;
  margin: 0;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-name a {
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-price {
  grid-column-start: 2;
  grid-column-end: 3;
  align-self: var(--price-quantity-position--align-self, end);
  font-weight: 300;
  color: var(--product-price-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-name,
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-price {
  font-size: 14px;
  padding-left: 20px;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-remove {
  color: #69727d;
  width: var(--remove-item-button-size, 22px);
  height: var(--remove-item-button-size, 22px);
  border-radius: var(--remove-item-button-size, 22px);
  border: 1px solid var(--remove-item-button-color, #d5d8dc);
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-remove:hover {
  border: 1px solid var(--remove-item-button-hover-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__product-remove:hover:after,
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__product-remove:hover:before {
  background: var(--remove-item-button-hover-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-remove:after,
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-remove:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 25%;
  margin-top: -1px;
  background: var(--remove-item-button-color, #d5d8dc);
  z-index: 1;
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-remove:before {
  transform: rotate(45deg);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-remove:after {
  transform: rotate(-45deg);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product-remove > a {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__product-remove
  > a.remove_from_cart_button {
  display: var(--remove-from-cart-button, block);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__product-remove
  > a.elementor_remove_from_cart_button {
  display: var(--elementor-remove-from-cart-button, none);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product:last-child {
  border: none;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__footer-buttons,
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__product:not(:first-of-type),
:where(.pre-black-friday-wrapper) .elementor-menu-cart__subtotal {
  padding-top: var(--product-divider-gap, 20px);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product {
  padding-right: 30px;
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__product,
:where(.pre-black-friday-wrapper) .elementor-menu-cart__subtotal {
  padding-bottom: var(--product-divider-gap, 20px);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__subtotal {
  font-size: 20px;
  text-align: var(--menu-cart-subtotal-text-align, center);
  font-weight: 600;
  color: var(--menu-cart-subtotal-color, inherit);
  border-left: var(--subtotal-divider-left-width, 1px)
    var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc);
  border-bottom: var(--subtotal-divider-bottom-width, 1px)
    var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc);
  border-right: var(--subtotal-divider-right-width, 1px)
    var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc);
  border-top: var(--subtotal-divider-top-width, 1px)
    var(--subtotal-divider-style, solid) var(--subtotal-divider-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper) .elementor-menu-cart__footer-buttons {
  font-size: 20px;
  text-align: var(--cart-footer-buttons-alignment-text-align, center);
  display: var(--cart-footer-buttons-alignment-display, grid);
  grid-template-columns: var(--cart-footer-layout, 1fr 1fr);
  margin-top: var(--cart-buttons-position-margin, 0);
  grid-column-gap: var(--space-between-buttons, 10px);
  grid-row-gap: var(--space-between-buttons, 10px);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__footer-buttons
  .elementor-button {
  display: inline-block;
  border-radius: var(--cart-footer-buttons-border-radius, 0);
  height: -moz-fit-content;
  height: fit-content;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__footer-buttons
  .elementor-button--view-cart {
  display: var(--view-cart-button-display, inline-block);
  color: var(--view-cart-button-text-color, #fff);
  padding: var(--view-cart-button-padding, 15px);
  background-color: var(--view-cart-button-background-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__footer-buttons
  .elementor-button--view-cart:hover {
  color: var(--view-cart-button-hover-text-color, #fff);
  background-color: var(--view-cart-button-hover-background-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__footer-buttons
  .elementor-button--checkout {
  display: var(--checkout-button-display, inline-block);
  color: var(--checkout-button-text-color, #fff);
  padding: var(--checkout-button-padding, 15px);
  background-color: var(--checkout-button-background-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-cart__footer-buttons
  .elementor-button--checkout:hover {
  color: var(--checkout-button-hover-text-color, #fff);
  background-color: var(--checkout-button-hover-background-color, #69727d);
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-menu-cart__footer-buttons
    .elementor-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty[data-counter="0"],
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart:not(
    .elementor-menu-cart--show-subtotal-yes
  )
  .elementor-menu-cart__toggle
  .elementor-button-text {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart:not(
    .elementor-menu-cart--show-remove-button-yes
  )
  .elementor-menu-cart__product {
  padding-left: 0;
  padding-right: 0;
  grid-template-columns: 25% auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart:not(
    .elementor-menu-cart--show-remove-button-yes
  )
  .elementor-menu-cart__product-remove {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.remove-item-position--top
  .elementor-menu-cart__product-remove {
  top: 0;
  bottom: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.remove-item-position--top
  .elementor-menu-cart__products
  .cart_item:not(:first-of-type)
  .elementor-menu-cart__product-remove {
  top: 20px;
  bottom: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.remove-item-position--middle
  .elementor-menu-cart__product-remove {
  transform: translateY(50%);
  bottom: 50%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.remove-item-position--bottom
  .elementor-menu-cart__product-remove {
  top: auto;
  bottom: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart
  .elementor-menu-cart__container {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
  top: 100%;
  bottom: auto;
  background: none;
  min-width: 330px;
  left: 0;
  right: auto;
  transform: scale(1);
  transition: background-color 0.4s, transform 0s;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart
  .elementor-menu-cart__main {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  overflow: visible;
  transform: translateY(0);
  transition: 0.3s;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart
    .elementor-menu-cart__container {
    min-width: 300px;
  }
}
:where(.pre-black-friday-wrapper)
  body.elementor-default
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(
    .elementor-menu-cart--shown
  )
  .elementor-menu-cart__container {
  transform: scale(0);
  transition: background-color 0.4s, transform 0s 0.4s;
}
:where(.pre-black-friday-wrapper)
  body.elementor-default
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(
    .elementor-menu-cart--shown
  )
  .elementor-menu-cart__main {
  opacity: 0;
  transform: translateY(-10px);
}
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown {
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-edit-area-active
  .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown
  .elementor-menu-cart__container {
  z-index: 9999;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown
  .elementor-menu-cart__container {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #69727d;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  table
  tbody
  tr:hover
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  table
  tbody
  tr:hover
  > th {
  background-color: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-thankyou-order-details {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin: 0 0 2em;
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-thankyou-order-details
  li {
  border-right: var(--payment-details-border-width, 1px)
    var(--payment-details-border-type, solid)
    var(--payment-details-border-color, #d5d8dc);
  color: var(--payment-details-titles-color, #000);
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-right: var(--payment-details-space-between, 4em);
  padding-right: var(--payment-details-space-between, 4em);
  float: unset;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-purchase-summary
    .woocommerce
    .woocommerce-thankyou-order-details
    li {
    border-right: none;
    border-bottom: var(--payment-details-border-width, 1px)
      var(--payment-details-border-type, solid)
      var(--payment-details-border-color, #d5d8dc);
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    padding-top: calc(var(--payment-details-space-between, 20px) / 2);
    padding-bottom: calc(var(--payment-details-space-between, 20px) / 2);
    justify-content: space-between;
    display: flex;
    margin-bottom: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-thankyou-order-details
  li
  strong {
  color: var(--payment-details-items-color, #69727d);
  font-weight: 400;
  font-size: 14px;
  margin-top: var(--payment-details-titles-spacing, 10px);
  text-transform: none;
  line-height: normal;
  text-shadow: none;
  font-style: normal;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-purchase-summary
    .woocommerce
    .woocommerce-thankyou-order-details
    li
    strong {
    margin-top: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-bacs-bank-details
  .wc-bacs-bank-details {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-bacs-bank-details
  .wc-bacs-bank-details
  li {
  border-right: var(--bank-details-border-width, 1px)
    var(--bank-details-border-type, solid)
    var(--bank-details-border-color, #d5d8dc);
  color: var(--bank-details-titles-color, #000);
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-right: var(--bank-details-space-between, 4em);
  padding-right: var(--bank-details-space-between, 4em);
  float: unset;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-purchase-summary
    .woocommerce
    .woocommerce-bacs-bank-details
    .wc-bacs-bank-details
    li {
    border-right: none;
    border-bottom: var(--bank-details-border-width, 1px)
      var(--bank-details-border-type, solid)
      var(--bank-details-border-color, #d5d8dc);
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    padding-top: calc(var(--bank-details-space-between, 20px) / 2);
    padding-bottom: calc(var(--bank-details-space-between, 20px) / 2);
    justify-content: space-between;
    display: flex;
    margin-bottom: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-bacs-bank-details
  .wc-bacs-bank-details
  li
  strong {
  color: var(--bank-details-items-color, #69727d);
  font-weight: 400;
  font-size: 14px;
  margin-top: var(--bank-details-titles-spacing, 10px);
  text-transform: none;
  line-height: normal;
  text-shadow: none;
  font-style: normal;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-purchase-summary
    .woocommerce
    .woocommerce-bacs-bank-details
    .wc-bacs-bank-details
    li
    strong {
    margin-top: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-bacs-bank-details
  .wc-bacs-bank-details
  li:last-of-type {
  border-right: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .wc-item-meta
  .wc-item-meta-label,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .wc-item-meta
  li
  p {
  color: var(--order-details-variations-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table {
  font-size: 14px;
  margin-bottom: 0;
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  .button.alt {
  background-color: transparent;
  border-radius: var(--button-border-radius, 3px);
  border: 2px var(--buttons-border-type, solid)
    var(--buttons-border-color, #5bc0de);
  vertical-align: middle;
  color: var(--button-normal-text-color, #69727d);
  padding: var(--button-padding, 5px 10px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  .button.alt:hover {
  color: var(--button-hover-text-color, #69727d);
  transition-duration: var(--button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  th {
  border: 0;
  border-top: var(--tables-divider-border-width, 1px)
    var(--tables-divider-border-type, solid)
    var(--tables-divider-border-color, #d5d8dc);
  padding-top: calc(var(--order-details-rows-gap, 18px) / 2);
  padding-bottom: calc(var(--order-details-rows-gap, 18px) / 2);
  padding-left: 0;
  padding-right: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  thead
  tr
  th {
  color: var(--order-details-titles-totals-color, #000);
  border-top: none;
  padding-top: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  thead
  tr
  th
  span {
  color: var(--order-details-titles-totals-color, #000);
}
@media (min-width: 1025px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-purchase-summary
    .woocommerce
    .shop_table
    tbody
    td {
    vertical-align: top;
    line-height: unset;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  tbody
  td
  .woocommerce-Price-amount {
  color: var(--order-details-items-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  tfoot
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  tfoot
  th {
  color: var(--order-details-titles-totals-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  tfoot
  tr:last-child
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  tfoot
  tr:last-child
  th {
  padding-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  .product-quantity,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  td.download-expires,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  td.download-remaining {
  font-weight: 400;
  color: var(--order-details-items-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .shop_table
  .product-purchase-note
  td {
  border-top: none;
  padding-top: 0;
  color: var(--general-text-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-table--order-downloads
  tr
  td:before {
  color: var(--order-details-titles-totals-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .order-again
  .button {
  background: transparent;
  border: 2px solid #5bc0de;
  border: 2px var(--buttons-border-type, solid)
    var(--buttons-border-color, #5bc0de);
  border-radius: var(--button-border-radius, 3px);
  vertical-align: middle;
  color: var(--button-normal-text-color, #69727d);
  margin-top: 40px;
  margin-bottom: 0;
  padding: var(--button-padding, 12px 32px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .order-again
  .button:hover {
  color: var(--button-hover-text-color, #69727d);
  transition-duration: var(--button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  h2 {
  color: var(--titles-color, #000);
  margin-bottom: var(--titles-spacing, 45px);
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-order-details
  h2 {
  text-align: var(--order-summary-alignment, inherit);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .wc-bacs-bank-details-heading {
  text-align: var(--bank-details-alignment, inherit);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-order-downloads__title {
  text-align: var(--downloads-alignment, inherit);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-column--billing-address
  h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-customer-details
  > h2 {
  text-align: var(--billing-details-alignment, inherit);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-column--shipping-address
  h2 {
  text-align: var(--shipping-details-alignment, inherit);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  a {
  color: var(--order-details-product-links-normal-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  a:hover {
  color: var(--order-details-product-links-hover-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  p {
  margin-bottom: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-thankyou-order-received {
  margin-bottom: var(--sections-spacing, 40px);
  color: var(--confirmation-message-color, #69727d);
  text-align: var(--confirmation-message-alignment, inherit);
  display: var(--confirmation-message-display, none);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  strong {
  color: var(--general-text-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  table
  tbody
  > tr:nth-child(odd)
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  table
  tbody
  > tr:nth-child(odd)
  > th {
  background-color: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  address {
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
  color: var(--general-text-color, #69727d);
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-purchase-summary
    .woocommerce-column--2 {
    margin-top: 2em;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .woocommerce-thankyou-order-details
  + p {
  color: var(--general-text-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .wc-bacs-bank-details-account-name {
  color: var(--account-title-color, #000);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: var(--account-title-spacing, 1rem);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  section {
  margin-top: var(--sections-spacing, 4em);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce
  .wc-bacs-bank-details:last-child {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce-table__line-item.order_item
  .woocommerce-table__product-name.product-purchase-note-is-below,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce-table__line-item.order_item
  .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
  padding-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce-table--order-details {
  table-layout: fixed;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-purchase-summary
  .woocommerce-table--order-details
  td {
  word-wrap: break-word;
}
:where(.pre-black-friday-wrapper) .elementor-widget-woocommerce-checkout-page {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #69727d;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page.e-checkout-layout-one-column
  .e-checkout__container {
  grid-template-columns: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page::-moz-placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page::placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  table
  tbody
  tr:hover
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  table
  tbody
  tr:hover
  > th {
  background-color: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .select2-container--default
  .select2-selection--single {
  color: var(--forms-fields-normal-color, #69727d);
  background-color: #f9fafa;
  border-radius: var(--forms-fields-border-radius, 0);
  border: none;
  height: 45px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .select2-container--default
  .select2-selection--single:focus {
  color: var(--forms-fields-focus-color, #69727d);
  background-color: #f9fafa;
  border-color: initial;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--forms-fields-normal-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727d);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .select2-container--open
  .select2-dropdown--below {
  background-color: #f9fafa;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-description {
  color: var(--sections-descriptions-color, #69727d);
  padding-bottom: var(--sections-descriptions-spacing, 0);
  font-size: 14px;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-woocommerce-login-section {
  margin-bottom: 24px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-woocommerce-login-section
  .e-checkout-secondary-title {
  text-align: var(--login-title-alignment, left);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-woocommerce-login-nudge {
  margin-top: var(--sections-secondary-title-spacing, 24px);
  margin-bottom: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-coupon-anchor {
  margin-top: var(--sections-secondary-title-spacing, 24px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-coupon-box {
  margin-top: 24px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-coupon-anchor-description {
  color: var(--forms-labels-color, #69727d);
  margin-bottom: var(--forms-label-spacing, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-login-wrap {
  display: flex;
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-login-wrap-start {
  flex: 75%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-login-wrap-end {
  flex: 20%;
  text-align: right;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .e-login-wrap {
    display: block;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .e-login-wrap-end {
    text-align: var(--login-button-alignment, left);
    margin-top: 15px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .e-login-wrap-end
    label.e-login-label {
    display: none;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-login-actions-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-login-actions-wrap-end
  .lost_password {
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .e-login-actions-wrap-end
    .lost_password {
    font-size: 11px;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-apply-coupon {
  width: 90%;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .e-apply-coupon {
    width: var(--coupon-button-width, auto);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-checkout__container {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 56% auto;
  align-items: stretch;
  grid-column-gap: var(--sections-margin, 24px);
  grid-row-gap: var(--sections-margin, 24px);
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .e-checkout__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-checkout-secondary-title {
  color: var(--sections-secondary-title-color, #69727d);
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .e-woocommerce-coupon-nudge {
  text-align: var(--coupon-title-alignment, left);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  #ship-to-different-address {
  margin-top: 13px;
  padding-left: var(--shipping-heading-padding-start, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  #ship-to-different-address
  span {
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  a {
  color: var(--links-normal-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  a:hover {
  color: var(--links-hover-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row {
  padding-left: var(--forms-columns-gap-padding, 0);
  padding-right: var(--forms-columns-gap-padding, 0);
  margin-left: var(--forms-columns-gap-margin, 0);
  margin-right: var(--forms-columns-gap-margin, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row
  label,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row
  label,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  label {
  color: var(--forms-labels-color, #69727d);
  margin-bottom: var(--forms-label-spacing, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row
  .input-text,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row
  select,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row
  textarea,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row
  .input-text,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row
  select,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row
  textarea,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  .input-text,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  select,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  textarea {
  color: var(--forms-fields-normal-color, #69727d);
  background-color: #f9fafa;
  border-radius: var(--forms-fields-border-radius, 0);
  padding: var(--forms-fields-padding, 16px);
  font-size: 14px;
  border: none;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row
  .input-text:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row
  select:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .form-row
  textarea:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row
  .input-text:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row
  select:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row
  textarea:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  .input-text:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  select:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  textarea:focus {
  color: var(--forms-fields-focus-color, #69727d);
  background-color: #f9fafa;
  border-color: #69727d;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  #billing_address_1_field,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  #billing_address_1_field,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-anchor
  #billing_address_1_field {
  margin-bottom: 5px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .create-account,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box
  .form-row {
  margin-bottom: 0 !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #shipping_method
  li
  input,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .input-radio {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-form__input-checkbox {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-form__label-for-checkbox
  span {
  position: relative;
  top: 2px;
  color: var(--sections-checkboxes-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #shipping_method
  li
  label,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .wc_payment_method
  label {
  color: var(--sections-radio-buttons-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .wc_payment_method
  label {
  display: inline;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  button.woocommerce-button {
  background-color: var(--e-a-bg-default);
  color: var(--forms-buttons-normal-text-color, #6f6f6f);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: 1rem;
  border: 2px var(--forms-buttons-border-type, solid)
    var(--forms-buttons-border-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  button.woocommerce-button:hover {
  color: var(--forms-buttons-hover-text-color, #6f6f6f);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #coupon_code {
  margin-right: 1%;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce
    #coupon_code {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-info {
  border-top-color: transparent;
  background-color: transparent;
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-privacy-policy-text
  p {
  font-weight: 400;
  font-size: 12px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-form-login-toggle
  .woocommerce-info {
  font-weight: 400;
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .col-1,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-checkout__order_review,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-coupon-box,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-woocommerce-login-section,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shipping_address,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-additional-fields,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout
  #payment {
  background: var(--sections-background-color, #fff);
  border-radius: var(--sections-border-radius, 3px);
  padding: var(--sections-padding, 16px 30px);
  margin: var(--sections-margin, 0 0 24px 0);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-additional-fields {
  display: var(--additional-information-display, none);
}
@media (min-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce
    .woocommerce-additional-fields {
    margin: var(--sections-margin, 0);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .e-checkout-message,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout
  #payment
  .payment_box,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-privacy-policy-text {
  color: var(--sections-messages-color, #69727d);
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-privacy-policy-text
  p {
  margin-top: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .col2-set
  .col-1 {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #customer_details
  .col2-set
  .col-2 {
  padding-top: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #order_review_heading {
  text-align: var(--order-review-title-alignment, left);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table {
  margin-bottom: 0;
  border: 0;
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  thead {
  background-color: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  thead
  tr
  th {
  padding-top: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  tbody
  td {
  color: #000;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  tbody
  td
  .product-quantity {
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  tfoot
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  tfoot
  th {
  color: #69727d;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  tr {
  border: 0;
  padding-left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  .order-total
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  .order-total
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  .order-total
  tr {
  padding-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  tr:nth-child(odd)
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .shop_table
  tr:nth-child(odd)
  > th {
  background-color: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  .cart_item
  td {
  font-weight: 400;
  color: var(--order-summary-items-color, #000);
  border-bottom: var(--order-summary-items-divider-weight, 0) solid
    var(--order-summary-items-divider-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  .cart_item
  td.product-name {
  padding-right: 40px;
  max-width: 150px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  .cart_item
  td.product-total {
  vertical-align: top;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  th {
  padding-top: var(--order-summary-rows-gap-top, 15px);
  padding-bottom: var(--order-summary-rows-gap-bottom, 15px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  tfoot
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  tfoot
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  thead
  th {
  color: var(--order-summary-totals-color, #69727d);
  vertical-align: top;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  .order-total
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .woocommerce-checkout-review-order-table
  .order-total
  th {
  border-top: var(--order-summary-totals-divider-weight, 0) solid
    var(--order-summary-totals-divider-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-shipping-totals
  td {
  max-width: 70px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: var(--sections-title-spacing, 30px);
  color: var(--sections-title-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .form-row
  > span {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
  color: #69727d;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .form-row-first,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .form-row-last {
  width: 48%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .form-row
  .input-checkbox {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .woocommerce-billing-fields
  h3 {
  text-align: var(--billing-details-title-alignment, left);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .woocommerce-account-fields
  .form-row,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .woocommerce-billing-fields
  .form-row,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .woocommerce-shipping-fields
  .form-row {
  margin-bottom: var(--forms-rows-gap, 5px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .woocommerce-account-fields
  .form-row:last-child,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .woocommerce-billing-fields
  .form-row:last-child,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .woocommerce-shipping-fields
  .form-row:last-child {
  margin-bottom: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout.login {
  margin-top: -8px;
  z-index: 999;
  background: #fff;
  border-top-width: 0;
  position: relative;
  margin-bottom: 0;
  color: #69727d;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce-checkout
    .form-row-first,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce-checkout
    .form-row-last {
    width: 100%;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-form-coupon-toggle {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-form-login__submit {
  width: 85%;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce-form-login__submit {
    width: var(--login-button-width, 35%);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-additional-fields
  h3 {
  text-align: var(--additional-fields-title-alignment, left);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-shipping-fields
  .shipping_address {
  margin-bottom: var(--sections-margin, 20px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment {
  margin-top: 24px;
  padding: 15px 25px 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .payment_methods {
  border-bottom: none;
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .payment_methods
  .payment_box {
  background-color: #f9fafa;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .payment_methods
  .payment_box:before {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .payment_methods
  li {
  line-height: 21px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .payment_methods
  li
  label
  a {
  padding-left: 15px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce-checkout
    #payment
    .payment_methods
    li
    label
    a {
    float: none;
    font-size: 11px;
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce-checkout
    #payment
    .payment_methods
    li
    label
    img {
    width: 55px;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .place-order {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  align-items: var(--place-order-title-alignment, stretch);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  #place_order {
  background-color: #5bc0de;
  width: var(--purchase-button-width, auto);
  float: none;
  color: var(--purchase-button-normal-text-color, #fff);
  min-height: auto;
  padding: var(--purchase-button-padding, 1em 1em);
  border-radius: var(--purchase-button-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  #place_order:hover {
  background-color: #5bc0de;
  color: var(--purchase-button-hover-text-color, #fff);
  border-color: var(--purchase-button-hover-border-color, #5bc0de);
  transition-duration: var(--purchase-button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  #payment
  .woocommerce-info:before {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .col2-set
  .col-1,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .col2-set
  .col-2 {
  width: auto;
  float: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .coupon-container-grid {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .coupon-container-grid
  .coupon-col-2 {
  text-align: right;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce
    .coupon-container-grid {
    display: block;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-checkout-page
    .woocommerce
    .coupon-container-grid
    .coupon-col-2 {
    text-align: var(--coupon-button-alignment, left);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  #account_password_field {
  margin-bottom: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-checkout-page
  .woocommerce
  .product-name
  .variation {
  color: var(--order-summary-variations-color, #000);
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
  line-height: 21px;
}
:where(.pre-black-friday-wrapper)
  .e-woo-select2-wrapper
  .select2-results__option,
:where(.pre-black-friday-wrapper)
  .e-woo-select2-wrapper
  .select2-results__option:focus {
  color: #69727d;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart.e-cart-layout-one-column
  .e-cart__container {
  grid-template-columns: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  table
  tbody
  tr:hover
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  table
  tbody
  tr:hover
  > th {
  background-color: inherit;
}
:where(.pre-black-friday-wrapper) .elementor-widget-woocommerce-cart .e-clear {
  overflow: hidden;
  height: 0;
  width: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .e-cart-section {
  background-color: var(--sections-background-color, #fff);
  padding: var(--sections-padding, 16px 30px);
  margin: var(--sections-margin, 0 0 30px 0);
  border-radius: var(--sections-border-radius, 3px);
  border: 1px var(--sections-border-type, solid)
    var(--sections-border-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .e-cart-section--no-coupon {
  margin: var(--sections-margin, 0 0 0 0);
}
@media (min-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .e-cart-section:last-child {
    margin: var(--sections-margin, 0);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .e-cart-content {
  color: var(--sections-descriptions-color, #69727d);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .e-cart__container {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 59% auto;
  align-items: stretch;
  grid-column-gap: var(--sections-margin, 30px);
  grid-row-gap: var(--sections-margin, 30px);
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .e-cart__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .e-cart-layout-one-column
  .e-cart__container {
  grid-template-columns: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .select2-container {
  margin-bottom: 4px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .select2-container--default
  .select2-selection--single {
  color: var(--forms-fields-normal-color, #69727d);
  background-color: #f9fafa;
  border-radius: var(--forms-fields-border-radius, 0);
  border: none;
  height: 45px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .select2-container--default
  .select2-selection--single:focus {
  color: var(--forms-fields-focus-color, #69727d);
  background-color: #f9fafa;
  border-color: var(--forms-fields-focus-border-color, initial);
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--forms-fields-normal-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727d);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .select2-container--open
  .select2-dropdown--below {
  background-color: #f9fafa;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce {
  font-family: Roboto, sans-serif;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button {
  background-color: var(--e-a-bg-default);
  color: var(--forms-buttons-normal-text-color, #69727d);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: var(--forms-buttons-padding, 0.88rem 2rem);
  width: var(--forms-buttons-width, auto);
  border: 2px var(--forms-buttons-border-type, solid)
    var(--forms-buttons-border-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button:hover {
  color: var(--forms-buttons-hover-text-color, #69727d);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
  border-color: var(--forms-buttons-hover-border-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button.disabled,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button:disabled,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button:disabled[disabled] {
  padding: var(--forms-buttons-padding, 0.88rem 2rem);
  color: var(--forms-buttons-normal-text-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button.disabled:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button:disabled:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  button.button:disabled[disabled]:hover {
  background-color: var(--forms-buttons-hover-background-color, #fff);
  color: var(--forms-buttons-hover-text-color, #69727d);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
  border-color: var(--forms-buttons-hover-border-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  #shipping_method
  li
  label {
  color: var(--sections-radio-buttons-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  #shipping_method
  li
  input {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .shipping-calculator-form {
  margin-top: var(--sections-descriptions-spacing, 15px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .woocommerce-shipping-destination {
  color: var(--sections-descriptions-color, #69727d);
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce-page
  .cart_totals
  table.shop_table_responsive
  tbody
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table_responsive
  tbody
  th {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce-page
  .cart_totals
  table.shop_table_responsive
  tr.woocommerce-shipping-totals
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table_responsive
  tr.woocommerce-shipping-totals
  td {
  text-align: left !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce-page
  .cart_totals
  table.shop_table_responsive
  tr.woocommerce-shipping-totals
  td:before,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table_responsive
  tr.woocommerce-shipping-totals
  td:before {
  width: 100%;
  margin-bottom: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce-page
  .cart_totals
  table.shop_table_responsive
  tr
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table_responsive
  tr
  td {
  text-align: right !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce-page
  .cart_totals
  table.shop_table_responsive
  tr
  td:before,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table_responsive
  tr
  td:before {
  content: attr(data-title);
  font-weight: 700;
  float: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  h2 {
  text-align: var(--totals-title-alignment, left);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table
  td {
  padding-top: var(--totals-rows-gap-top, 12px);
  padding-bottom: var(--totals-rows-gap-bottom, 9px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table
  td
  .woocommerce-Price-amount,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table
  td:before {
  color: var(--totals-color, #69727d);
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  table.shop_table
  tr.order-total
  td {
  border-top-color: var(--totals-divider-color, #69727d);
  border-top-width: var(--totals-divider-weight, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  .form-row {
  margin-bottom: var(--forms-rows-gap, 6px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .product-name
  a {
  color: var(--product-link-normal-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .product-name
  a:hover {
  color: var(--product-link-hover-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .form-row {
  padding: 3px 0;
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select {
  color: var(--forms-fields-normal-color, #69727d);
  background-color: #f9fafa;
  border-radius: var(--forms-fields-border-radius, 3px);
  border: none;
  padding: var(--forms-fields-padding, 16px);
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text::-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select::-moz-placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text::-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select::-moz-placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text::placeholder,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select::placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select:focus {
  color: var(--forms-fields-focus-color, #69727d);
  background-color: #f9fafa;
  border-color: var(--forms-fields-focus-border-color, transparent);
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text:focus::-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select:focus::-moz-placeholder {
  color: var(--forms-fields-focus-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text:focus::-moz-placeholder,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select:focus::-moz-placeholder {
  color: var(--forms-fields-focus-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text:focus::placeholder,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  select:focus::placeholder {
  color: var(--forms-fields-focus-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .input-text.qty {
  background-color: transparent;
  color: var(--order-summary-color, #000);
  border: var(--order-summary-quantity-border-weight, 1px) solid
    var(--order-summary-quantity-border-color, #d5d8dc);
  border-radius: 3px;
  padding: 1px 2px;
  text-align: left;
  font-size: 14px;
  min-height: 28px;
  max-height: 28px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .wc-proceed-to-checkout {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: var(--place-order-title-alignment, stretch);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .wc-proceed-to-checkout
  .checkout-button {
  padding: var(--checkout-button-padding, 15px 1em);
  width: var(--checkout-button-width, auto);
  font-size: 15px;
  text-align: center;
  color: var(--checkout-button-normal-text-color, #fff);
  background-color: #5bc0de;
  border-radius: var(--checkout-button-border-radius, 3px);
  min-height: auto;
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .wc-proceed-to-checkout
  .checkout-button:hover {
  color: var(--checkout-button-hover-text-color, #fff);
  background-color: #5bc0de;
  border-color: var(--checkout-button-hover-border-color, #5bc0de);
  transition-duration: var(--checkout-button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .remove {
  background: transparent;
  color: var(--order-summary-remove-icon-normal-color, #000) !important;
  width: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .remove:hover {
  background: transparent;
  color: var(--order-summary-remove-icon-hover-color, #5bc0de) !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals {
  float: none;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  td {
  padding-left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-totals
  td {
  padding-right: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .coupon
  .button {
  float: right;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .coupon
  .form-row {
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .coupon-col {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .coupon-col-start {
  flex: 2;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    .coupon-col-start {
    padding-right: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .coupon-col-end {
  flex: 1;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    .coupon-col-end {
    text-align: var(--apply-coupon-button-alignment, center);
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    .coupon-col {
    display: block;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    .coupon {
    margin: var(--sections-margin, 0);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    .coupon
    #coupon_code {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    .coupon
    .button {
    width: var(--apply-coupon-button-width, 100%);
    float: none;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table {
  border: 0 solid;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  .button {
  float: left;
  font-size: 14px;
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table.cart
  .actions {
  display: table-cell;
  text-align: var(--update-cart-button-alignment, left) !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table.cart
  .actions
  .button {
  display: inline-block !important;
  float: none;
  width: var(--update-cart-button-width, auto);
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.shop_table.cart
    .actions
    .button {
    width: var(--update-cart-button-width, 100%) !important;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  .shipping-calculator-form
  p:last-of-type {
  text-align: var(--update-shipping-button-alignment, start);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  .shipping-calculator-form
  .button {
  float: none;
  width: var(--update-shipping-button-width, auto);
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.shop_table
    .shipping-calculator-form
    .button {
    width: var(--update-shipping-button-width, 100%);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  tr {
  border: 0 solid;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  tr:nth-child(odd)
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  tr:nth-child(odd)
  > th {
  background-color: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  .actions {
  padding: 16px 0 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table
  .product-remove
  a {
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.shop_table.cart
  tbody
  tr:last-child {
  display: var(--update-cart-automatically-display, table-row);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  img {
  width: 55px;
  height: auto;
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td {
  padding-top: var(--order-summary-rows-gap-top, 20px);
  padding-right: 20px;
  padding-bottom: var(--order-summary-rows-gap-bottom, 20px);
  padding-left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td
  span {
  color: var(--order-summary-color, #000);
  font-size: 14px;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.actions,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.product-name,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.product-price,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.product-quantity,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.product-remove,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.product-subtotal,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.product-thumbnail {
  border-top: var(--order-summary-items-divider-weight, 1px) solid
    var(--order-summary-items-divider-color, #d5d8dc);
}
@media (max-width: 768px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.actions,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.product-name,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.product-price,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.product-quantity,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.product-remove,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.product-subtotal,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.product-thumbnail {
    border-top-width: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  table.cart
  td.product-remove {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    tbody
    tr:first-child
    td {
    border-top: none;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart.product-remove {
    position: relative;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart.product-name {
    padding-right: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    tr {
    border-top-width: var(--order-summary-items-divider-weight, 1px);
    border-top-color: var(--order-summary-items-divider-color, #d5d8dc);
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    tr:first-child {
    border-top: none;
  }
}
@media (max-width: 768px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart {
    padding: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    tr {
    padding: 16px 28px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    tr:first-child {
    border-top: none;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td {
    padding-left: 0;
    padding-right: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.product-name,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td:first-child {
    border-top: none;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.cart
    td.actions {
    padding: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(
    .wc-forward
  ) {
  color: var(--links-normal-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(
    .wc-forward
  ):hover {
  color: var(--links-hover-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart
  th {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  padding: 0 20px 8px 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart_totals
  h2 {
  margin-bottom: var(--sections-title-spacing, 1rem);
  color: var(--sections-title-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart
  th {
  padding-bottom: var(--order-summary-title-spacing, 8px);
  color: var(--order-summary-title-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .cart
  td:before {
  color: var(--order-summary-title-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .shipping-calculator-button:after {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-cart
  .woocommerce
  .product-name
  .variation {
  color: var(--order-summary-variations-color, #000);
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce-page
    table.shop_table_responsive
    tr:nth-child(2n)
    td,
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    table.shop_table_responsive
    tr:nth-child(2n)
    td {
    background-color: transparent;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-cart
    .woocommerce
    .cart_totals
    .shop_table_responsive
    td {
    padding-left: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .e-preview--show-hidden-elements
  .elementor-widget-woocommerce-cart
  .woocommerce
  #shipping_method
  input,
:where(.pre-black-friday-wrapper)
  .e-preview--show-hidden-elements
  .elementor-widget-woocommerce-cart
  .woocommerce
  .shipping-calculator-form
  button[name="calc_shipping"] {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  .e-woo-select2-wrapper
  .select2-results__option {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: var(--forms-fields-normal-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .e-woo-select2-wrapper
  .select2-results__option:focus {
  color: var(--forms-fields-focus-color, #69727d);
  border-color: #69727d;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper) .elementor-widget-woocommerce-my-account {
  font-family: Roboto, sans-serif;
  color: #69727d;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce-MyAccount-content {
  float: right;
  width: 75%;
  padding: 0;
  padding-left: var(--tab-content-spacing, 6%);
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-my-account
    .e-my-account-tab
    .woocommerce-MyAccount-content {
    width: 100%;
    padding: var(--tab-content-spacing, 6%) 0 0 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__downloads
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-account
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-address
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__orders
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .woocommerce-MyAccount-content-wrapper {
  border-left: var(--sections-border-left-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-bottom: var(--sections-border-bottom-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-right: var(--sections-border-right-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-top: var(--sections-border-top-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-radius: var(--sections-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom)
  .shop_table,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__downloads
  .shop_table,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-account
  .shop_table,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-address
  .shop_table,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__orders
  .shop_table,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .shop_table {
  border: none;
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__downloads
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-account
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__orders
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .woocommerce-MyAccount-content-wrapper {
  background-color: var(--sections-background-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-account
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .woocommerce-MyAccount-content-wrapper {
  padding: var(--sections-padding, 16px 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__downloads
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__orders
  .woocommerce-MyAccount-content-wrapper {
  padding: var(--sections-padding, 16px 30px 3px 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-address-fields,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  address {
  background-color: var(--sections-background-color, #fff);
  padding: var(--sections-padding, 16px 30px);
  border-left: var(--sections-border-left-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-bottom: var(--sections-border-bottom-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-right: var(--sections-border-right-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-top: var(--sections-border-top-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-radius: var(--sections-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-address
  .woocommerce-MyAccount-content,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__view-order
  .woocommerce-MyAccount-content {
  border: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__edit-address
  .woocommerce-MyAccount-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__view-order
  .woocommerce-MyAccount-content-wrapper {
  padding: 0;
  border: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__view-order
  .order_details {
  margin-bottom: 40px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__view-order
  .order_details,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__view-order
  .woocommerce-table--order-downloads {
  background-color: var(--sections-background-color, #fff);
  padding: var(--sections-padding, 16px 30px 3px 30px);
  border-left: var(--sections-border-left-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-bottom: var(--sections-border-bottom-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-right: var(--sections-border-right-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-top: var(--sections-border-top-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-radius: var(--sections-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .woocommerce
  .woocommerce-MyAccount-content-wrapper
  .button {
  background: transparent;
  border-radius: var(--tables-button-border-radius, 3px);
  border: 2px var(--tables-buttons-border-type, solid)
    var(--tables-buttons-border-color, #5bc0de);
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727d);
  padding: var(--tables-button-padding, 5px 10px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .woocommerce
  .woocommerce-MyAccount-content-wrapper
  .button:hover {
  color: var(--tables-button-hover-text-color, #69727d);
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .woocommerce
  input[type="text"] {
  color: var(--forms-fields-normal-color, #69727d);
  border-radius: var(--forms-fields-border-radius, 0);
  padding: var(--forms-fields-padding, 16px);
  background: #f9fafa;
  border: none;
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__payment-methods
  .woocommerce
  input[type="text"]:focus {
  color: var(--forms-fields-focus-color, #69727d);
  border-color: #69727d;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__add-payment-method
  #add_payment_method
  #payment {
  background-color: var(--sections-background-color, #fff);
  padding: var(--sections-padding, 16px 30px);
  border-left: var(--sections-border-left-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-bottom: var(--sections-border-bottom-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-right: var(--sections-border-right-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-top: var(--sections-border-top-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-radius: var(--sections-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__add-payment-method
  #add_payment_method
  #payment
  .payment_methods {
  padding: 0;
  border-bottom: var(--tables-divider-border-width, 1px)
    var(--tables-divider-border-type, solid)
    var(--tables-divider-border-color, #d4d4d4);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__add-payment-method
  #add_payment_method
  #payment
  #place_order {
  background: #5bc0de;
  border: none;
  color: var(--forms-buttons-normal-text-color, #fff);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: var(--forms-buttons-padding, 12px 32px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__add-payment-method
  #add_payment_method
  #payment
  #place_order:hover {
  color: var(--forms-buttons-hover-text-color, #fff);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content
  > div
  > p {
  color: var(--general-text-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .select2-container--default {
  border-radius: var(--forms-fields-border-radius, 0);
  background-color: var(--forms-fields-normal-background-color, #f9fafa);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .select2-container--default
  .select2-selection--single {
  color: var(--forms-fields-normal-color, #69727d);
  background-color: var(--forms-fields-normal-background-color, #f9fafa);
  border-radius: var(--forms-fields-border-radius, 0);
  border: none;
  height: 45px;
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .select2-container--default
  .select2-selection--single:focus {
  color: var(--forms-fields-focus-color, #69727d);
  background-color: var(--forms-fields-focus-background-color, #f9fafa);
  border-color: initial;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--forms-fields-normal-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727d);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .select2-container--open
  .select2-dropdown--below {
  background-color: var(--forms-fields-normal-background-color, #f9fafa);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce::-moz-placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce::placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-message {
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  address {
  color: var(--general-text-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  a {
  color: var(--links-normal-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  a:hover {
  color: var(--links-hover-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  a.button.alt:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  a.button:hover {
  background-color: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  em {
  font-size: 12px;
  color: var(--login-messages-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .form-row {
  padding-left: var(--forms-columns-gap-padding-left, 0);
  padding-right: var(--forms-columns-gap-padding-right, 0);
  margin-left: var(--forms-columns-gap-margin-left, 0);
  margin-right: var(--forms-columns-gap-margin-right, 0);
  margin-bottom: var(--forms-rows-gap, 6px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .form-row
  label {
  color: var(--forms-labels-color, #69727d);
  margin-bottom: var(--forms-label-spacing, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .form-row
  .input-text,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .form-row
  select {
  color: var(--forms-fields-normal-color, #69727d);
  border-radius: var(--forms-fields-border-radius, 0);
  padding: var(--forms-fields-padding, 16px);
  background: #f9fafa;
  border: none;
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .form-row
  .input-text:focus,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .form-row
  select:focus {
  color: var(--forms-fields-focus-color, #69727d);
  border-color: #69727d;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  #billing_address_1_field {
  margin-bottom: 5px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .login
  .woocommerce-privacy-policy-text,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .register
  .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
  color: var(--login-messages-color, #69727d);
  font-size: 12px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .login
  p:not([class]),
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .register
  p:not([class]) {
  color: var(--login-messages-color, #69727d);
  font-size: 12px;
  margin-top: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .login
  .woocommerce-LostPassword,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .register
  .woocommerce-LostPassword {
  font-size: 12px;
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-ResetPassword {
  width: 50%;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-my-account
    .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
    .woocommerce
    .woocommerce-ResetPassword {
    width: 100%;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-ResetPassword
  p {
  color: var(--general-text-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-ResetPassword
  .form-row-first {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .login,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .register,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-ResetPassword {
  background-color: var(--sections-background-color, #fff);
  padding: var(--sections-padding, 16px 30px);
  border-left: var(--sections-border-left-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-bottom: var(--sections-border-bottom-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-right: var(--sections-border-right-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-top: var(--sections-border-top-width, 1px)
    var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
  border-radius: var(--sections-border-radius, 3px);
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .login
  .button,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .register
  .button,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-ResetPassword
  .button {
  background: #5bc0de;
  border: none;
  color: var(--forms-buttons-normal-text-color, #fff);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: var(--forms-buttons-padding, 12px 32px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .login
  .button:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .register
  .button:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-ResetPassword
  .button:hover {
  color: var(--forms-buttons-hover-text-color, #fff);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .login
  p:nth-child(3) {
  margin-top: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-form__input-checkbox {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  p:last-of-type {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-form__label-for-checkbox
  span {
  color: var(--checkboxes-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tr {
  border: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  h3 {
  color: var(--typography-section-titles-color, #000);
  margin-top: 0;
  margin-bottom: var(--section-title-spacing, 45px);
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  strong {
  color: var(--general-text-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .wc-item-meta,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  strong.wc-item-meta-label {
  color: var(--variations-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .product-quantity {
  font-weight: 400;
  color: var(--tables-items-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .woocommerce-order-downloads {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content-wrapper {
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content
  p:last-of-type {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content
  h2:first-of-type {
  margin-top: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-MyAccount-content
  mark {
  background-color: transparent;
  font-weight: 700;
  color: var(--general-text-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  caption
  + thead
  tr:first-child
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  caption
  + thead
  tr:first-child
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  colgroup
  + thead
  tr:first-child
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  colgroup
  + thead
  tr:first-child
  th {
  border-top: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  thead:first-child
  tr:first-child
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  thead:first-child
  tr:first-child
  th {
  border-top: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: var(--tables-titles-spacing, 9px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  > tr:nth-child(2n)
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  > tr:nth-child(2n)
  > th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  > tr:nth-child(odd)
  > td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  > tr:nth-child(odd)
  > th {
  background-color: transparent;
  padding-left: 0;
  padding-top: var(--order-summary-rows-gap-top, 9px);
  padding-bottom: var(--order-summary-rows-gap-bottom, 9px);
  color: var(--tables-items-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number
  > a {
  color: var(--tables-links-normal-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number
  > a:hover {
  color: var(--tables-links-hover-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table {
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table
  .button {
  background: transparent;
  border-radius: var(--tables-button-border-radius, 3px);
  border: 2px var(--tables-buttons-border-type, solid)
    var(--tables-buttons-border-color, #5bc0de);
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727d);
  padding: var(--tables-button-padding, 5px 10px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table
  .button:hover {
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table
  th {
  border-top: var(--tables-divider-border-width, 1px)
    var(--tables-divider-border-type, solid)
    var(--tables-divider-border-color, #d5d8dc);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table
  thead
  tr
  th,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table
  thead
  tr
  th
  span {
  color: var(--tables-title-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order_details
  tfoot
  td,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order_details
  tfoot
  th {
  padding-left: 0;
  color: var(--tables-title-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order_details
  .download-product
  a,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order_details
  .product-name
  a {
  color: var(--tables-links-normal-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order_details
  .download-product
  a:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order_details
  .product-name
  a:hover {
  color: var(--tables-links-hover-color, #5bc0de);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order_details
  .product-purchase-note
  td {
  border-top: none;
  padding-top: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order-again
  .button {
  background: transparent;
  border: 2px solid #5bc0de;
  border: 2px var(--tables-buttons-border-type, solid)
    var(--tables-buttons-border-color, #5bc0de);
  border-radius: var(--tables-button-border-radius, 3px);
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727d);
  margin-top: 0;
  margin-bottom: 0;
  padding: var(--tables-button-padding, 12px 32px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .order-again
  .button:hover {
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-Address
  .title
  h3,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-Addresses
  .title
  h3 {
  float: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-Address
  address,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-Addresses
  address {
  padding: var(--sections-padding, 45px 30px 16px 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-Address
  .edit,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-Addresses
  .edit {
  float: left;
  position: absolute;
  margin-left: var(--edit-link-margin-start, 30px);
  margin-top: var(--edit-link-margin-top, 10px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .u-columns {
  margin-top: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-address-fields
  fieldset,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-EditAccountForm
  fieldset {
  border: none;
  padding: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-address-fields
  fieldset
  legend,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-EditAccountForm
  fieldset
  legend {
  font-weight: 700;
  padding: 20px 0;
  color: var(--general-text-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-address-fields
  .button,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-EditAccountForm
  .button {
  background: #5bc0de;
  border: none;
  color: var(--forms-buttons-normal-text-color, #fff);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: var(--forms-buttons-padding, 12px 32px);
  margin-top: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-address-fields
  .button:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-EditAccountForm
  .button:hover {
  color: var(--forms-buttons-hover-text-color, #fff);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-pagination {
  padding: 16px 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-pagination
  .button {
  background: transparent;
  border-radius: var(--tables-button-border-radius, 3px);
  border: 2px var(--tables-buttons-border-type, solid)
    var(--tables-buttons-border-color, #5bc0de);
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727d);
  padding: var(--tables-button-padding, 5px 10px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-pagination
  .button:hover {
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-OrderUpdates {
  color: var(--general-text-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-my-account
    .e-my-account-tab
    .woocommerce
    .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li {
  list-style-type: none;
  display: inline-block;
  width: var(--tab-width, 100%);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--tabs-divider-color, #69727d);
  height: var(--tabs-divider-weight, 0);
  position: relative;
  top: calc(var(--tabs-spacing, 2px) / 2);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a {
  color: var(--tabs-active-color, #5bc0de);
  background: #f1f2f3;
  border-color: var(--tabs-active-border-color, transparent);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: var(--tabs-normal-color, #69727d);
  display: block;
  padding: var(--tabs-padding, 12px 20px);
  text-align: var(--tabs-alignment, start);
  background: #f9fafa;
  border-radius: var(--tabs-border-radius, 0);
  border: 0 var(--tabs-border-type, solid) var(--tabs-border-color, transparent);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li
  a:hover {
  color: var(--tabs-hover-color, #5bc0de);
  border-color: var(--tabs-hover-border-color, transparent);
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-woocommerce-my-account
    .e-my-account-tab
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul
    li
    a {
    padding: var(--tabs-padding, 10px);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout:after {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .woocommerce-table__line-item.order_item
  .woocommerce-table__product-name.product-purchase-note-is-below,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .woocommerce-table__line-item.order_item
  .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
  padding-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .e-my-account-tab__view-order
  .shop_table
  td {
  vertical-align: top;
  line-height: unset;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .woocommerce-MyAccount-paymentMethods
  .woocommerce-PaymentMethod--actions {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .woocommerce-PaymentMethod
  .input-radio {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-my-account
  .woocommerce-PaymentMethod
  .input-radio
  + label {
  color: var(--payment-methods-radio-buttons-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .e-wc-account-tabs-nav
  .woocommerce-MyAccount-navigation
  ul
  li {
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-vertical
  .woocommerce-MyAccount-navigation {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-vertical
  .woocommerce-MyAccount-navigation
  li {
  margin: calc(var(--tabs-spacing, 2px) / 2) 0
    calc(var(--tabs-spacing, 2px) / 2) 0;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-vertical
  .woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link--dashboard {
  margin-top: 0;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-vertical
  .e-wc-account-tabs-nav
  .woocommerce-MyAccount-navigation {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li:after {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-my-account-tab
  .woocommerce
  .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  padding: var(--tab-content-spacing, 50px) 0 0 0;
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .e-my-account-tabs-horizontal
    .e-my-account-tab
    .woocommerce
    .woocommerce-MyAccount-content {
    width: 100%;
    padding: var(--tab-content-spacing, 6%) 0 0 0;
  }
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .woocommerce-MyAccount-navigation {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-wc-account-tabs-nav
  .woocommerce-MyAccount-navigation {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-wc-account-tabs-nav
  .woocommerce-MyAccount-navigation
  ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: var(--tabs-container-justify-content, space-between);
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .e-my-account-tabs-horizontal
    .e-wc-account-tabs-nav
    .woocommerce-MyAccount-navigation
    ul {
    display: block;
  }
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-wc-account-tabs-nav
  .woocommerce-MyAccount-navigation
  ul
  li {
  display: inline-block;
  width: var(--tab-width, 100%);
  padding: 0 calc(var(--tabs-spacing, 2px) / 2) 0
    calc(var(--tabs-spacing, 2px) / 2);
  margin: 0;
  border-right: var(--tabs-divider-weight, 0) solid
    var(--tabs-divider-color, #69727d);
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-wc-account-tabs-nav
  .woocommerce-MyAccount-navigation
  ul
  li:first-of-type {
  padding-left: 0;
}
:where(.pre-black-friday-wrapper)
  .e-my-account-tabs-horizontal
  .e-wc-account-tabs-nav
  .woocommerce-MyAccount-navigation
  ul
  li:last-of-type {
  padding-right: 0;
  border-right-width: 0;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .e-my-account-tabs-horizontal
    .e-wc-account-tabs-nav
    .woocommerce-MyAccount-navigation
    ul
    li {
    margin: calc(var(--tabs-spacing, 2px) / 2) 0
      calc(var(--tabs-spacing, 2px) / 2) 0;
    display: inline-block;
    width: 100%;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  tr:not(:first-child)
  .woocommerce-orders-table__cell-order-number
  a,
:where(.pre-black-friday-wrapper)
  .elementor-editor-preview
  tr:not(:first-child)
  .woocommerce-orders-table__cell-order-number
  a {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  tr:not(:first-child)
  .woocommerce-orders-table__cell-order-actions
  .button,
:where(.pre-black-friday-wrapper)
  .elementor-editor-preview
  tr:not(:first-child)
  .woocommerce-orders-table__cell-order-actions
  .button {
  pointer-events: none;
  opacity: 0.3;
}
:where(.pre-black-friday-wrapper)
  .elementor-editor-active
  .elementor-widget-woocommerce-my-account
  .woocommerce-MyAccount-content:not(:first-of-type) {
  display: none;
}
:where(.pre-black-friday-wrapper) .product .count {
  background-color: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-notices
  .e-woocommerce-notices-wrapper.e-woocommerce-notices-wrapper-loading
  *,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-product-additional-information:not(
    .elementor-show-heading-yes
  )
  h2 {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-notices
  .woocommerce-error,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-notices
  .woocommerce-info,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-notices
  .woocommerce-message,
:where(.pre-black-friday-wrapper)
  .elementor-widget-woocommerce-notices
  .woocommerce-notices-wrapper {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .e-preview--show-hidden-elements:not(.elementor-editor-active)
  .elementor-widget-woocommerce-notices
  .e-notices-demo-notice {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .woocommerce
  div.product.elementor
  form.cart
  div.product-addon {
  flex-basis: 100%;
  flex-shrink: 0;
}
:where(.pre-black-friday-wrapper) .e-sticky-right-column--active {
  position: sticky;
  top: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation-borders-yes
  .elementor-post-navigation.elementor-grid {
  color: #d5d8dc;
  border: 1px solid;
  border-right: none;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation-borders-yes
  .elementor-post-navigation__separator {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: #d5d8dc;
}
:where(.pre-black-friday-wrapper) .elementor-post-navigation {
  overflow: hidden;
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__arrow-wrapper {
  color: #d5d8dc;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  font-size: 30px;
  padding-right: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  font-size: 30px;
  padding-left: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__arrow-wrapper
  i {
  transform: translateY(-5%);
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .elementor-post-navigation__link__next,
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .elementor-post-navigation__link__prev {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .elementor-post-navigation__link
  a {
  display: flex;
  align-items: center;
  max-width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__next--label,
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__prev--label {
  text-transform: uppercase;
  font-size: 0.8em;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__next--title,
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__prev--title {
  font-size: 0.7em;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__next--label,
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__next--title,
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__prev--label,
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .post-navigation__prev--title {
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  span.elementor-post-navigation__link__next {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  span.elementor-post-navigation__link__next,
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  span.elementor-post-navigation__link__prev {
  display: flex;
  flex-direction: column;
}
:where(.pre-black-friday-wrapper) .elementor-post-navigation .elementor-grid {
  justify-content: space-between;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .elementor-post-navigation__link {
  width: calc(50% - (1px / 2));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .elementor-post-navigation__separator-wrapper {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .elementor-post-navigation__next {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-navigation
  .elementor-post-navigation__next
  a {
  justify-content: flex-end;
}
:where(.pre-black-friday-wrapper) .elementor-search-form {
  display: block;
  transition: 0.2s;
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form
  .e-font-icon-svg-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(.pre-black-friday-wrapper) .elementor-search-form button,
:where(.pre-black-friday-wrapper) .elementor-search-form input[type="search"] {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
:where(.pre-black-friday-wrapper) .elementor-search-form button:focus,
:where(.pre-black-friday-wrapper)
  .elementor-search-form
  input[type="search"]:focus {
  outline: 0;
  color: inherit;
}
:where(.pre-black-friday-wrapper) .elementor-search-form button {
  background-color: #69727d;
  font-size: var(--e-search-form-submit-icon-size, 16px);
  color: #fff;
  border-radius: 0;
}
:where(.pre-black-friday-wrapper) .elementor-search-form__container {
  display: flex;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form__container:not(.elementor-search-form--full-screen) {
  background: #f1f2f3;
}
:where(.pre-black-friday-wrapper) .elementor-search-form__input {
  flex-basis: 100%;
  color: #3f444b;
  transition: color 0.2s;
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form__input::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper) .elementor-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
:where(.pre-black-friday-wrapper) .elementor-search-form__submit {
  transition: color 0.2s, background 0.2s;
  font-size: var(--e-search-form-submit-icon-size, 16px);
}
:where(.pre-black-friday-wrapper) .elementor-search-form__submit svg {
  fill: var(--e-search-form-submit-text-color, #fff);
  width: var(--e-search-form-submit-icon-size, 16px);
  height: var(--e-search-form-submit-icon-size, 16px);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form
  .elementor-search-form__submit,
:where(.pre-black-friday-wrapper)
  .elementor-search-form
  .elementor-search-form__submit:hover {
  color: var(--e-search-form-submit-text-color, #fff);
  border: none;
  border-radius: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--button-type-text
  .elementor-search-form__submit {
  flex-shrink: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-minimal
  .elementor-search-form__icon {
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #3f444b;
  fill: #3f444b;
  font-size: var(--e-search-form-icon-size-minimal, 15px);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-minimal
  .elementor-search-form__icon
  svg {
  width: var(--e-search-form-icon-size-minimal, 15px);
  height: var(--e-search-form-icon-size-minimal, 15px);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-minimal:focus-within {
  outline-width: 2px;
  outline-style: solid;
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form
  input[type="search"].elementor-search-form__input {
  font-size: 50px;
  text-align: center;
  border: solid #fff;
  border-width: 0 0 1px;
  line-height: 1.5;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: var(--e-search-form-toggle-color, #33373d);
  font-size: var(--e-search-form-toggle-size, 33px);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  .e-font-icon-svg-container,
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  i {
  position: relative;
  display: block;
  transition: 0.2s;
  width: var(--e-search-form-toggle-size, 33px);
  height: var(--e-search-form-toggle-size, 33px);
  background-color: var(
    --e-search-form-toggle-background-color,
    rgba(0, 0, 0, 0.05)
  );
  border: var(--e-search-form-toggle-border-width, 0) solid
    var(--e-search-form-toggle-color, #33373d);
  border-radius: var(--e-search-form-toggle-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  .e-font-icon-svg-container:before,
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  .e-font-icon-svg-container
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  i:before,
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  i
  svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  .e-font-icon-svg-container:before,
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  i:before {
  font-size: var(--e-search-form-toggle-icon-size, 0.55em);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  .e-font-icon-svg-container
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__toggle
  i
  svg {
  fill: var(--e-search-form-toggle-color, #33373d);
  width: var(--e-search-form-toggle-icon-size, 0.55em);
  height: var(--e-search-form-toggle-icon-size, 0.55em);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__container {
  transition: 0.3s;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  background-color: rgba(0, 0, 0, 0.8);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__container:not(.elementor-search-form--full-screen) {
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-search-form--skin-full_screen
  .elementor-search-form__container:not(.elementor-search-form--full-screen)
  .dialog-lightbox-close-button {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-author-box {
  display: flex;
  align-items: center;
}
:where(.pre-black-friday-wrapper) .elementor-author-box__avatar {
  flex-shrink: 0;
  margin-right: 25px;
}
:where(.pre-black-friday-wrapper) .elementor-author-box__avatar img {
  width: 100px;
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
:where(.pre-black-friday-wrapper) .elementor-author-box__text {
  flex-grow: 1;
  font-size: 17px;
}
:where(.pre-black-friday-wrapper) .elementor-author-box__name {
  font-size: 24px;
  margin-bottom: 5px;
}
:where(.pre-black-friday-wrapper) .elementor-author-box__bio,
:where(.pre-black-friday-wrapper) .elementor-author-box__bio p {
  margin-bottom: 0.8em;
}
:where(.pre-black-friday-wrapper) .elementor-author-box__bio p:last-of-type {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-left
  .elementor-author-box {
  flex-direction: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-left
  .elementor-author-box__avatar {
  margin-left: 0;
  margin-right: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-right
  .elementor-author-box {
  flex-direction: row-reverse;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-right
  .elementor-author-box__avatar {
  margin-right: 0;
  margin-left: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-above
  .elementor-author-box {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-above
  .elementor-author-box__avatar {
  margin: 0 auto 15px;
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-above.elementor-author-box--align-left
  .elementor-author-box__avatar {
  margin-left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--layout-image-above.elementor-author-box--align-right
  .elementor-author-box__avatar {
  margin-right: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--align-left
  .elementor-author-box {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--align-right
  .elementor-author-box {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-author-box--align-center
  .elementor-author-box {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-button.elementor-author-box__button {
  border: 2px solid #3f444b;
  font-size: 15px;
  font-weight: 100;
  padding: 10px 18px;
}
:where(.pre-black-friday-wrapper)
  .elementor-button.elementor-author-box__button,
:where(.pre-black-friday-wrapper)
  .elementor-button.elementor-author-box__button:hover {
  background: transparent;
  color: #3f444b;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-author-box:not(
    .elementor-author-box--layout-image-above
  ).elementor-author-box--image-valign-top
  .elementor-author-box__avatar,
:where(.pre-black-friday-wrapper)
  .elementor-widget-author-box:not(.elementor-author-box--layout-image-above)
  .elementor-author-box__avatar {
  align-self: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-author-box:not(
    .elementor-author-box--layout-image-above
  ).elementor-author-box--image-valign-middle
  .elementor-author-box__avatar {
  align-self: center;
}
:where(.pre-black-friday-wrapper) .elementor-post-info__terms-list {
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-post-info
  .elementor-icon-list-icon
  .elementor-avatar {
  border-radius: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-post-info.elementor-align-center
  .elementor-icon-list-item:after {
  margin: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text {
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  a,
:where(.pre-black-friday-wrapper)
  .elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  span {
  display: inline;
}
:where(.pre-black-friday-wrapper) .elementor-widget-breadcrumbs {
  font-size: 0.85em;
}
:where(.pre-black-friday-wrapper) .elementor-widget-breadcrumbs p {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper) .elementor-sitemap-wrap {
  display: flex;
  flex-flow: row wrap;
}
:where(.pre-black-friday-wrapper) .elementor-widget-archive-posts:after,
:where(.pre-black-friday-wrapper) .elementor-widget-posts:after {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container.elementor-posts-masonry {
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container:not(.elementor-posts-masonry) {
  align-items: stretch;
}
:where(.pre-black-friday-wrapper) .elementor-posts-container .elementor-post {
  padding: 0;
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container
  .elementor-post__excerpt {
  flex-grow: var(--read-more-alignment, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container
  .elementor-post__thumbnail {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container
  .elementor-post__thumbnail
  img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  transition: filter 0.3s;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container
  .elementor-post__thumbnail__link {
  position: relative;
  display: block;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container.elementor-has-item-ratio
  .elementor-post__thumbnail {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container.elementor-has-item-ratio
  .elementor-post__thumbnail
  img {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
}
:where(.pre-black-friday-wrapper)
  .elementor-posts-container.elementor-has-item-ratio
  .elementor-post__thumbnail.elementor-fit-height
  img {
  height: 100%;
  width: auto;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post {
  flex-direction: column;
  transition-property: background, border, box-shadow;
  transition-duration: 0.25s;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__title {
  font-size: 18px;
  margin: 0;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__excerpt {
  margin-bottom: 10px;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__excerpt p {
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__text {
  display: var(--item-display, block);
  flex-direction: column;
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__meta-data {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__read-more {
  font-size: 12px;
  font-weight: 700;
  align-self: flex-start;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__thumbnail {
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--skin-classic
  .elementor-post {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-posts--align-left .elementor-post {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--align-right
  .elementor-post {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--align-center
  .elementor-post {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-top
  .elementor-post__thumbnail__link {
  margin-bottom: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-top
  .elementor-post__text {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-top.elementor-posts--align-left
  .elementor-post__thumbnail__link {
  margin-right: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-top.elementor-posts--align-right
  .elementor-post__thumbnail__link {
  margin-left: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-top.elementor-posts--align-center
  .elementor-post__thumbnail__link {
  margin-right: auto;
  margin-left: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-left
  .elementor-post,
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-right
  .elementor-post {
  flex-direction: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-left
  .elementor-post__thumbnail__link,
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-right
  .elementor-post__thumbnail__link {
  flex-shrink: 0;
  width: 25%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-left
  .elementor-post__thumbnail__link {
  order: 0;
  margin-right: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-right
  .elementor-post__thumbnail__link {
  order: 5;
  margin-left: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-none
  .elementor-posts-container
  .elementor-post__thumbnail__link {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post {
  display: flex;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #69727d;
  transition: all 0.25s;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__thumbnail {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__thumbnail
  img {
  width: calc(100% + 1px);
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__text {
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__read-more {
  margin-bottom: 20px;
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__meta-data {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__meta-data
  span
  + span:before {
  margin: 0 5px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__title {
  font-size: 21px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__excerpt {
  line-height: 1.7;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__excerpt,
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__title {
  margin-bottom: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__badge,
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-post__card
  .elementor-post__read-more {
  text-transform: uppercase;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__badge {
  position: absolute;
  top: 0;
  background: #69727d;
  color: #fff;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  margin: 20px;
  border-radius: 999px;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__avatar {
  position: relative;
  padding: 0 30px;
  width: 100%;
  top: -25px;
  height: 0;
  pointer-events: none;
}
:where(.pre-black-friday-wrapper) .elementor-posts .elementor-post__avatar img {
  border-radius: 50%;
  width: 60px;
  pointer-events: all;
  transform: translateY(-50%);
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-top
  .elementor-posts--skin-cards:not(.elementor-posts-masonry)
  .elementor-post__meta-data,
:where(.pre-black-friday-wrapper)
  .elementor-posts
  .elementor-posts--skin-cards:not(.elementor-posts-masonry)
  .elementor-post__meta-data {
  margin-top: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-none
  .elementor-post__card
  .elementor-post__avatar {
  padding-top: 0;
  position: static;
  height: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--thumbnail-none
  .elementor-post__card
  .elementor-post__avatar
  img.avatar {
  transform: translateY(0);
  vertical-align: bottom;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--show-avatar
  .elementor-post__thumbnail__link {
  margin-bottom: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-gradient
  .elementor-post__card
  .elementor-post__thumbnail__link:after {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-gradient
  .elementor-post__card:hover
  .elementor-post__thumbnail__link:after {
  opacity: 0.5;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-in
  .elementor-post__card
  .elementor-post__thumbnail.elementor-fit-height
  img {
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-in
  .elementor-post__card
  .elementor-post__thumbnail:not(.elementor-fit-height)
  img {
  width: calc(100% + 1px);
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-in
  .elementor-post__card:hover
  .elementor-post__thumbnail.elementor-fit-height
  img {
  height: 115%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-in
  .elementor-post__card:hover
  .elementor-post__thumbnail:not(.elementor-fit-height)
  img {
  width: 115%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-out
  .elementor-post__card
  .elementor-post__thumbnail.elementor-fit-height
  img {
  height: 115%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-out
  .elementor-post__card
  .elementor-post__thumbnail:not(.elementor-fit-height)
  img {
  width: 115%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-out
  .elementor-post__card:hover
  .elementor-post__thumbnail.elementor-fit-height
  img {
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-out
  .elementor-post__card:hover
  .elementor-post__thumbnail:not(.elementor-fit-height)
  img {
  width: calc(100% + 1px);
}
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-in
  .elementor-post__thumbnail
  img,
:where(.pre-black-friday-wrapper)
  .elementor-posts__hover-zoom-out
  .elementor-post__thumbnail
  img {
  transition: filter 0.3s, height 1s cubic-bezier(0, 0.25, 0.07, 1),
    width 1s cubic-bezier(0, 0.25, 0.07, 1);
}
:where(.pre-black-friday-wrapper)
  .elementor-card-shadow-yes
  .elementor-post__card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
:where(.pre-black-friday-wrapper)
  .elementor-card-shadow-yes
  .elementor-post__card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
:where(.pre-black-friday-wrapper) .elementor-posts--skin-full_content article {
  flex-direction: column;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-posts--skin-full_content
  article
  .elementor-post__thumbnail {
  padding-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  body.elementor-editor-active
  .elementor-posts--skin-archive_full_content,
:where(.pre-black-friday-wrapper)
  body.elementor-editor-active
  .elementor-posts--skin-full_content {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  body.elementor-editor-active
  .elementor-posts--skin-archive_full_content
  .elementor-post__thumbnail__link,
:where(.pre-black-friday-wrapper)
  body.elementor-editor-active
  .elementor-posts--skin-full_content
  .elementor-post__thumbnail__link {
  display: none;
}
:where(.pre-black-friday-wrapper)
  body.elementor-editor-active
  .elementor-posts--show-thumbnail
  .elementor-post__thumbnail__link {
  display: block;
}
:where(.pre-black-friday-wrapper) .elementor-portfolio__filters {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
:where(.pre-black-friday-wrapper) .elementor-portfolio__filter {
  margin: 0;
  cursor: pointer;
  padding: 8px;
}
:where(.pre-black-friday-wrapper) .elementor-portfolio-item {
  align-self: flex-start;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  overflow: hidden;
  margin: 0;
}
:where(.pre-black-friday-wrapper) .elementor-portfolio-item__title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-portfolio-item__tags__separator:before {
  content: ",";
}
:where(.pre-black-friday-wrapper) .elementor-portfolio-item__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  transition: opacity 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: rgba(105, 114, 125, 0.8);
}
:where(.pre-black-friday-wrapper) .elementor-portfolio-item__overlay:hover {
  opacity: 1;
  transition: opacity 0.5s;
}
:where(.pre-black-friday-wrapper) .elementor-portfolio-item__img img[src=""] {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-portfolio.elementor-has-item-ratio {
  transition: height 0.5s;
}
:where(.pre-black-friday-wrapper)
  .elementor-portfolio.elementor-has-item-ratio
  .elementor-post__thumbnail {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
:where(.pre-black-friday-wrapper)
  .elementor-portfolio.elementor-has-item-ratio
  .elementor-post__thumbnail__link {
  padding-bottom: 56.25%;
}
:where(.pre-black-friday-wrapper) .elementor ul li.elementor-portfolio__filter {
  list-style-type: none;
}
:where(.pre-black-friday-wrapper) .e-con-inner > .elementor-widget-portfolio,
:where(.pre-black-friday-wrapper) .e-con > .elementor-widget-portfolio {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.load-more-align-center
  .elementor-button-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.load-more-align-center
  .elementor-button-wrapper {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.load-more-align-start
  .elementor-button-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.load-more-align-start
  .elementor-button-wrapper {
  text-align: start;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.load-more-align-end
  .elementor-button-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.load-more-align-end
  .elementor-button-wrapper {
  text-align: end;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.load-more-align-justify
  .elementor-button,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.load-more-align-justify
  .elementor-button {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-pagination-loading
  > .elementor-widget-container,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-pagination-loading
  > .elementor-widget-container {
  cursor: default;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner {
  margin-top: var(--load-more—spacing, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner
  svg {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-pagination-loading
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button-content-wrapper {
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-pagination-end
  > .elementor-widget-container
  > .elementor-button-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-pagination-end
  > .elementor-widget-container
  > .elementor-button-wrapper {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-pagination-end
  > .elementor-widget-container
  > .e-load-more-message,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-pagination-end
  > .elementor-widget-container
  > .e-load-more-message {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts.e-load-more-no-spinner
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button-content-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts.e-load-more-no-spinner
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button-content-wrapper {
  visibility: visible;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  .e-load-more-spinner,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  .e-load-more-spinner {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  .e-load-more-spinner
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  .e-load-more-spinner
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  .e-load-more-spinner
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  .e-load-more-spinner
  svg {
  margin: 0 auto;
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  .e-load-more-spinner
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  .e-load-more-spinner
  i {
  color: var(--load-more-spinner-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  .e-load-more-spinner
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  .e-load-more-spinner
  svg {
  fill: var(--load-more-spinner-color);
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  .e-load-more-message,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  .e-load-more-message {
  color: var(--load-more-message-color);
  text-align: var(--load-more-message-alignment, center);
  display: none;
  margin-top: var(--load-more—spacing, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  > .elementor-button-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  > .elementor-button-wrapper {
  margin-top: var(--load-more—spacing, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  > .elementor-button-wrapper
  .e-load-more-spinner,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  > .elementor-button-wrapper
  .e-load-more-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-archive-posts
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button,
:where(.pre-black-friday-wrapper)
  .elementor-widget-posts
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button {
  cursor: pointer;
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-button.elementor-hidden,
:where(.pre-black-friday-wrapper) .elementor-hidden {
  display: none;
}
:where(.pre-black-friday-wrapper) .e-form__step {
  width: 100%;
}
:where(.pre-black-friday-wrapper) .e-form__step:not(.elementor-hidden) {
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper) .e-form__buttons {
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper) .e-form__buttons,
:where(.pre-black-friday-wrapper) .e-form__buttons__wrapper {
  display: flex;
}
:where(.pre-black-friday-wrapper) .e-form__indicators {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 13px;
  margin-bottom: var(--e-form-steps-indicators-spacing);
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  padding: 0 var(--e-form-steps-divider-gap);
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__progress {
  width: 100%;
  position: relative;
  background-color: var(--e-form-steps-indicator-progress-background-color);
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator__progress__meter {
  width: var(--e-form-steps-indicator-progress-meter-width, 0);
  height: var(--e-form-steps-indicator-progress-height);
  line-height: var(--e-form-steps-indicator-progress-height);
  padding-right: 15px;
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  background-color: var(--e-form-steps-indicator-progress-color);
  color: var(--e-form-steps-indicator-progress-meter-color);
  text-align: right;
  transition: width 0.1s linear;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator:first-child {
  padding-left: 0;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator:last-child {
  padding-right: 0;
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-inactive {
  color: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2);
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-inactive
  [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(
    --e-form-steps-indicator-inactive-secondary-color,
    #fff
  );
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-inactive
  object,
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-inactive
  svg {
  fill: var(--e-form-steps-indicator-inactive-primary-color, #c2cbd2);
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator--state-active {
  color: var(--e-form-steps-indicator-active-primary-color, #39b54a);
  border-color: var(--e-form-steps-indicator-active-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-active
  [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-active-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-active
  object,
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-active
  svg {
  fill: var(--e-form-steps-indicator-active-primary-color, #39b54a);
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-completed {
  color: var(--e-form-steps-indicator-completed-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-completed
  [class*="indicator--shape-"]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(
    --e-form-steps-indicator-completed-primary-color,
    #39b54a
  );
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-completed
  .e-form__indicators__indicator__label {
  color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-completed
  .e-form__indicators__indicator--shape-none {
  color: var(--e-form-steps-indicator-completed-primary-color, #39b54a);
  background-color: initial;
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-completed
  object,
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--state-completed
  svg {
  fill: var(--e-form-steps-indicator-completed-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__icon {
  width: var(--e-form-steps-indicator-padding, 30px);
  height: var(--e-form-steps-indicator-padding, 30px);
  font-size: var(--e-form-steps-indicator-icon-size);
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__icon img,
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__icon object,
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__icon svg {
  width: var(--e-form-steps-indicator-icon-size);
  height: auto;
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator__icon
  .e-font-icon-svg {
  height: 1em;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__number {
  width: var(--e-form-steps-indicator-padding, 30px);
  height: var(--e-form-steps-indicator-padding, 30px);
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator--shape-circle {
  border-radius: 50%;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator--shape-square {
  border-radius: 0;
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators__indicator--shape-rounded {
  border-radius: 5px;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator--shape-none {
  border: 0;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__label {
  text-align: center;
}
:where(.pre-black-friday-wrapper) .e-form__indicators__indicator__separator {
  width: 100%;
  height: var(--e-form-steps-divider-width);
  background-color: #babfc5;
}
:where(.pre-black-friday-wrapper) .e-form__indicators--type-icon,
:where(.pre-black-friday-wrapper) .e-form__indicators--type-icon_text,
:where(.pre-black-friday-wrapper) .e-form__indicators--type-number,
:where(.pre-black-friday-wrapper) .e-form__indicators--type-number_text {
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .e-form__indicators--type-icon
  .e-form__indicators__indicator__separator,
:where(.pre-black-friday-wrapper)
  .e-form__indicators--type-icon_text
  .e-form__indicators__indicator__separator,
:where(.pre-black-friday-wrapper)
  .e-form__indicators--type-number
  .e-form__indicators__indicator__separator,
:where(.pre-black-friday-wrapper)
  .e-form__indicators--type-number_text
  .e-form__indicators__indicator__separator {
  margin-top: calc(
    var(--e-form-steps-indicator-padding, 30px) / 2 -
      var(--e-form-steps-divider-width, 1px) / 2
  );
}
:where(.pre-black-friday-wrapper) .elementor-field-type-hidden {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-field-type-html {
  display: inline-block;
}
:where(.pre-black-friday-wrapper) .elementor-login .elementor-lost-password,
:where(.pre-black-friday-wrapper) .elementor-login .elementor-remember-me {
  font-size: 0.85em;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-type-recaptcha_v3
  .elementor-field-label {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-field-type-recaptcha_v3
  .grecaptcha-badge {
  z-index: 1;
}
:where(.pre-black-friday-wrapper) .elementor-button .elementor-form-spinner {
  order: 3;
}
:where(.pre-black-friday-wrapper) .elementor-form .elementor-button > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button
  .elementor-button-text {
  white-space: normal;
  flex-grow: 0;
}
:where(.pre-black-friday-wrapper) .elementor-form .elementor-button svg {
  height: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-form
  .elementor-button
  .e-font-icon-svg {
  height: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-select-wrapper
  .select-caret-down-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 10px;
  pointer-events: none;
  font-size: 11px;
}
:where(.pre-black-friday-wrapper)
  .elementor-select-wrapper
  .select-caret-down-wrapper
  svg {
  display: unset;
  width: 1em;
  aspect-ratio: unset;
  fill: currentColor;
}
:where(.pre-black-friday-wrapper)
  .elementor-select-wrapper
  .select-caret-down-wrapper
  i {
  font-size: 19px;
  line-height: 2;
}
:where(.pre-black-friday-wrapper)
  .elementor-select-wrapper.remove-before:before {
  content: "" !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-price-list
  .elementor-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-price-list
  .elementor-price-list
  li {
  margin: 0;
}
:where(.pre-black-friday-wrapper) .elementor-price-list li:not(:last-child) {
  margin-bottom: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-image {
  max-width: 50%;
  flex-shrink: 0;
  padding-right: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-image
  img {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-header,
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item,
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-text {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item {
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-text {
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-header {
  align-items: center;
  flex-basis: 100%;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  justify-content: space-between;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-title {
  max-width: 80%;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-price {
  font-weight: 600;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item
  p.elementor-price-list-description {
  flex-basis: 100%;
  font-size: 14px;
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-list
  .elementor-price-list-item
  .elementor-price-list-separator {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  height: 0;
}
:where(.pre-black-friday-wrapper) .elementor-price-table {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__header {
  background: var(--e-price-table-header-background-color, #555);
  padding: 20px 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__subheading {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__original-price {
  margin-right: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 400;
  align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__original-price
  .elementor-price-table__currency {
  font-size: 1em;
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #555;
  font-weight: 800;
  font-size: 65px;
  padding: 40px 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__price
  .elementor-typo-excluded {
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
  font-size: medium;
  font-style: normal;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__after-price {
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__integer-part {
  line-height: 0.8;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__currency,
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__fractional-part {
  line-height: 1;
  font-size: 0.3em;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__currency {
  margin-right: 3px;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__period {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: var(--e-price-table-features-list-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__features-list
  li {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__features-list
  li
  .elementor-price-table__feature-inner {
  margin-left: 15px;
  margin-right: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__features-list
  li:not(:first-child):before {
  content: "";
  display: block;
  border: 0 solid hsla(0, 0%, 47.8%, 0.3);
  margin: 10px 12.5%;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__features-list
  i {
  margin-right: 10px;
  font-size: 1.3em;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__features-list
  svg {
  margin-right: 10px;
  fill: var(--e-price-table-features-list-color);
  height: 1.3em;
  width: 1.3em;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__features-list
  svg
  ~ * {
  vertical-align: text-top;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__footer {
  padding: 30px 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table
  .elementor-price-table__additional_info {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
:where(.pre-black-friday-wrapper) .elementor-price-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
:where(.pre-black-friday-wrapper) .elementor-price-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table__ribbon.elementor-ribbon-left {
  transform: rotate(0);
  left: 0;
  right: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-price-table__ribbon.elementor-ribbon-right {
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-price-table
  .elementor-widget-container {
  overflow: hidden;
  background-color: #f9fafa;
}
:where(.pre-black-friday-wrapper) .e-con-inner > .elementor-widget-price-list,
:where(.pre-black-friday-wrapper) .e-con > .elementor-widget-price-list {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow);
}
:where(.pre-black-friday-wrapper) .elementor-flip-box {
  height: 280px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
@media (max-device-width: 1024px) {
  :where(.pre-black-friday-wrapper) .elementor-flip-box {
    cursor: pointer;
  }
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__front {
  background-color: #1abc9c;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__back {
  background-color: #4054b2;
  display: block;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__layer__overlay {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 35px;
  color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__layer__title {
  font-size: 21px;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__layer__description {
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box__layer__description:not(:last-child),
:where(.pre-black-friday-wrapper)
  .elementor-flip-box__layer__title:not(:last-child) {
  margin: 0 0 20px;
  padding: 0;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__layer__title {
  line-height: 1;
  font-weight: 600;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box,
:where(.pre-black-friday-wrapper) .elementor-flip-box .elementor-view-framed,
:where(.pre-black-friday-wrapper) .elementor-flip-box .elementor-view-stacked {
  --e-flip-box-view-framed-stacked-icon-color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box .elementor-icon,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box
  .elementor-view-framed
  .elementor-icon,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box
  .elementor-view-stacked
  .elementor-icon {
  color: var(--e-flip-box-view-framed-stacked-icon-color);
}
:where(.pre-black-friday-wrapper) .elementor-flip-box .elementor-icon svg,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box
  .elementor-view-framed
  .elementor-icon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box
  .elementor-view-stacked
  .elementor-icon
  svg {
  fill: var(--e-flip-box-view-framed-stacked-icon-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box
  .elementor-view-framed
  .elementor-icon {
  border-color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box
  .elementor-view-stacked
  .elementor-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__button.elementor-button {
  cursor: pointer;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box__button.elementor-button:focus-visible,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__image {
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box__image img {
  width: 50%;
}
:where(.pre-black-friday-wrapper) .elementor-flip-box .elementor-icon-wrapper {
  margin-bottom: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--3d
  .elementor-flip-box__layer__inner {
  transform: translateZ(90px) scale(0.91);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--3d
  .elementor-flip-box__layer__overlay {
  transform-style: preserve-3d;
  transform: translateZ(0.1px);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip
  .elementor-flip-box {
  perspective: 1000px;
  transform-style: preserve-3d;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip
  .elementor-flip-box__layer {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip
  .elementor-flip-box__front {
  transform: none;
  z-index: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip
  .elementor-flip-box:focus-visible
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip
  .elementor-flip-box:hover
  .elementor-flip-box__back {
  transform: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-right
  .elementor-flip-box__back {
  transform: rotateX(0) rotateY(-180deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-left
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-right
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-right
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: rotateX(0) rotateY(180deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-left
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-left
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: rotateX(0) rotateY(-180deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-up
  .elementor-flip-box__back {
  transform: rotateX(-180deg) rotateY(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-down
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-up
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-up
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: rotateX(180deg) rotateY(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-down
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-flip.elementor-flip-box--direction-down
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: rotateX(-180deg) rotateY(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push
  .elementor-flip-box__front {
  transform: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-right
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-right
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: translateX(100%) translateY(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-left
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-left
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: translateX(-100%) translateY(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-up
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-up
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: translateX(0) translateY(-100%);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-down
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-down
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  transform: translateX(0) translateY(100%);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push
  .elementor-flip-box,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-slide
  .elementor-flip-box {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push
  .elementor-flip-box:focus-visible
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push
  .elementor-flip-box:hover
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-slide
  .elementor-flip-box:focus-visible
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-slide
  .elementor-flip-box:hover
  .elementor-flip-box__back {
  transform: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-right
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-right
  .elementor-flip-box__back {
  transform: translateX(-100%) translateY(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-left
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-left
  .elementor-flip-box__back {
  transform: translateX(100%) translateY(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-up
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-up
  .elementor-flip-box__back {
  transform: translateX(0) translateY(100%);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-push.elementor-flip-box--direction-down
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-slide.elementor-flip-box--direction-down
  .elementor-flip-box__back {
  transform: translateX(0) translateY(-100%);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-zoom-out
  .elementor-flip-box
  .elementor-flip-box__front {
  transition: transform 0.7s, opacity 0.35s, width 0.1ms;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-zoom-out
  .elementor-flip-box:focus-visible
  .elementor-flip-box__front,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-zoom-out
  .elementor-flip-box:hover
  .elementor-flip-box__front {
  width: 0;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-zoom-in
  .elementor-flip-box
  .elementor-flip-box__back {
  transition: transform 0.7s, opacity 0.5s 0.2s;
  opacity: 0;
  transform: scale(0.7);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-zoom-in
  .elementor-flip-box:focus-visible
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-zoom-in
  .elementor-flip-box:hover
  .elementor-flip-box__back {
  transition: transform 0.7s, opacity 0.5s;
  opacity: 1;
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-fade
  .elementor-flip-box
  .elementor-flip-box__back {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-fade
  .elementor-flip-box:focus-visible
  .elementor-flip-box__back,
:where(.pre-black-friday-wrapper)
  .elementor-flip-box--effect-fade
  .elementor-flip-box:hover
  .elementor-flip-box__back {
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-flip-box.elementor-flip-box--flipped
  .elementor-widget-container
  .elementor-flip-box__front {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-flip-box.elementor-flip-box--flipped
  .elementor-widget-container
  .elementor-flip-box__back {
  transform: none;
  opacity: 1;
}
:where(.pre-black-friday-wrapper) .e-con-inner > .elementor-widget-flip-box,
:where(.pre-black-friday-wrapper) .e-con > .elementor-widget-flip-box {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow);
}
:where(.pre-black-friday-wrapper) .elementor-cta,
:where(.pre-black-friday-wrapper)
  .elementor-widget-call-to-action
  .elementor-widget-container {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-cta {
  position: relative;
  display: flex;
  transition: 0.5s;
}
:where(.pre-black-friday-wrapper) .elementor-cta--skin-classic .elementor-cta {
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-classic
  .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-classic
  .elementor-cta__content {
  transition: all 0.4s;
  width: 100%;
  background-color: #f9fafa;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-classic
  .elementor-cta__content-item,
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-classic
  .elementor-cta__content-item
  .elementor-icon {
  color: #3f444b;
  border-color: #3f444b;
  fill: #3f444b;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-classic
  .elementor-cta__button.elementor-button {
  color: #3f444b;
  border-color: #3f444b;
}
:where(.pre-black-friday-wrapper) .elementor-cta--skin-cover .elementor-cta {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-cover
  .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-cover
  .elementor-cta__content {
  min-height: 280px;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-cover
  .elementor-cta__button.elementor-button,
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-cover
  .elementor-cta__content-item,
:where(.pre-black-friday-wrapper)
  .elementor-cta--skin-cover
  .elementor-cta__content-item
  .elementor-icon {
  color: #fff;
  border-color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-above
  .elementor-cta {
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-above
  .elementor-cta__bg-wrapper {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-left
  .elementor-cta,
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-right
  .elementor-cta {
  flex-wrap: nowrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-left
  .elementor-cta__bg-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-right
  .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-left
  .elementor-cta__content,
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-right
  .elementor-cta__content {
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-left
  .elementor-cta {
  flex-direction: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--layout-image-right
  .elementor-cta {
  flex-direction: row-reverse;
}
:where(.pre-black-friday-wrapper) .elementor-cta__bg,
:where(.pre-black-friday-wrapper) .elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
}
:where(.pre-black-friday-wrapper) .elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-cta__bg {
  background-size: cover;
  background-position: 50%;
  z-index: 1;
}
:where(.pre-black-friday-wrapper) .elementor-cta__bg-overlay {
  z-index: 2;
}
:where(.pre-black-friday-wrapper) .elementor-cta__button.elementor-button {
  cursor: pointer;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  background: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}
:where(.pre-black-friday-wrapper) .elementor-cta__title {
  font-size: 23px;
}
:where(.pre-black-friday-wrapper) .elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-cta__content,
:where(.pre-black-friday-wrapper) .elementor-cta__content-item {
  position: relative;
  transition: 0.5s;
  color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-cta__content-item {
  width: 100%;
  margin: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 15px;
}
:where(.pre-black-friday-wrapper) .elementor-cta__content-item .elementor-icon {
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--valign-top
  .elementor-cta__content {
  align-content: flex-start;
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--valign-middle
  .elementor-cta__content {
  align-content: center;
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta--valign-bottom
  .elementor-cta__content {
  align-content: flex-end;
  align-items: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor-cta:hover
  .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-device-width: 1024px) {
  :where(.pre-black-friday-wrapper) .elementor-cta {
    cursor: pointer;
  }
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-above
    .elementor-cta {
    flex-wrap: wrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-above
    .elementor-cta__bg-wrapper {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-left
    .elementor-cta,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-right
    .elementor-cta {
    flex-wrap: nowrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-left
    .elementor-cta__bg-wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-right
    .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-left
    .elementor-cta__content,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-right
    .elementor-cta__content {
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-left
    .elementor-cta {
    flex-direction: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--widescreen-layout-image-right
    .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-above
    .elementor-cta {
    flex-wrap: wrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-above
    .elementor-cta__bg-wrapper {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-left
    .elementor-cta,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-right
    .elementor-cta {
    flex-wrap: nowrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-left
    .elementor-cta__bg-wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-right
    .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-left
    .elementor-cta__content,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-right
    .elementor-cta__content {
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-left
    .elementor-cta {
    flex-direction: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--laptop-layout-image-right
    .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-above
    .elementor-cta {
    flex-wrap: wrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-above
    .elementor-cta__bg-wrapper {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-left
    .elementor-cta,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-right
    .elementor-cta {
    flex-wrap: nowrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-left
    .elementor-cta__bg-wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-right
    .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-left
    .elementor-cta__content,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-right
    .elementor-cta__content {
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-left
    .elementor-cta {
    flex-direction: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet_extra-layout-image-right
    .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-above
    .elementor-cta {
    flex-wrap: wrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-above
    .elementor-cta__bg-wrapper {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-left
    .elementor-cta,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-right
    .elementor-cta {
    flex-wrap: nowrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-left
    .elementor-cta__bg-wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-right
    .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-left
    .elementor-cta__content,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-right
    .elementor-cta__content {
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-left
    .elementor-cta {
    flex-direction: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--tablet-layout-image-right
    .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-above
    .elementor-cta {
    flex-wrap: wrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-above
    .elementor-cta__bg-wrapper {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-left
    .elementor-cta,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-right
    .elementor-cta {
    flex-wrap: nowrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-left
    .elementor-cta__bg-wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-right
    .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-left
    .elementor-cta__content,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-right
    .elementor-cta__content {
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-left
    .elementor-cta {
    flex-direction: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile_extra-layout-image-right
    .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-above
    .elementor-cta {
    flex-wrap: wrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-above
    .elementor-cta__bg-wrapper {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-left
    .elementor-cta,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-right
    .elementor-cta {
    flex-wrap: nowrap;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-left
    .elementor-cta__bg-wrapper,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-right
    .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-left
    .elementor-cta__content,
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-right
    .elementor-cta__content {
    flex-grow: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-left
    .elementor-cta {
    flex-direction: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-cta--mobile-layout-image-right
    .elementor-cta {
    flex-direction: row-reverse;
  }
}
:where(.pre-black-friday-wrapper) .elementor-ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
:where(.pre-black-friday-wrapper) .elementor-ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-ribbon.elementor-ribbon-left {
  transform: rotate(0);
  left: 0;
  right: auto;
}
:where(.pre-black-friday-wrapper) .elementor-ribbon.elementor-ribbon-right {
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown
  .elementor-countdown-expire--message {
  display: none;
  padding: 20px;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown
  .elementor-countdown-wrapper {
  flex-direction: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown
  .elementor-countdown-item {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown
  .elementor-countdown-digits,
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown
  .elementor-countdown-label {
  line-height: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown
  .elementor-countdown-digits {
  font-size: 69px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown
  .elementor-countdown-label {
  font-size: 19px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-wrapper {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-digits,
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-label {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-item {
  flex-basis: 0;
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown.elementor-countdown--label-inline {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-countdown.elementor-countdown--label-inline
  .elementor-countdown-item {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
:where(.pre-black-friday-wrapper) .elementor-slides .swiper-slide-bg {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-slides .swiper-slide-inner {
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto;
}
:where(.pre-black-friday-wrapper) .elementor-slides .swiper-slide-inner,
:where(.pre-black-friday-wrapper) .elementor-slides .swiper-slide-inner:hover {
  color: #fff;
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-background-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-description {
  font-size: 17px;
  line-height: 1.4;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-description:not(:last-child),
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-heading:not(:last-child) {
  margin-bottom: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-button {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-button,
:where(.pre-black-friday-wrapper)
  .elementor-slides
  .swiper-slide-inner
  .elementor-slide-button:hover {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
:where(.pre-black-friday-wrapper)
  .elementor--v-position-top
  .swiper-slide-inner {
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor--v-position-bottom
  .swiper-slide-inner {
  align-items: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor--v-position-middle
  .swiper-slide-inner {
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor--h-position-left
  .swiper-slide-inner {
  justify-content: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor--h-position-right
  .swiper-slide-inner {
  justify-content: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor--h-position-center
  .swiper-slide-inner {
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  body.rtl
  .elementor-widget-slides
  .elementor-swiper-button-next {
  left: 10px;
  right: auto;
}
:where(.pre-black-friday-wrapper)
  body.rtl
  .elementor-widget-slides
  .elementor-swiper-button-prev {
  right: 10px;
  left: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-slides-wrapper
  div:not(.swiper-slide)
  > .swiper-slide-inner {
  display: none;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper) .elementor-slides .swiper-slide-inner {
    padding: 30px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-slides
    .swiper-slide-inner
    .elementor-slide-heading {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-slides
    .swiper-slide-inner
    .elementor-slide-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat
  .elementor-share-btn,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient
  .elementor-share-btn {
  background-color: var(--e-share-buttons-primary-color, #ea4335);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat
  .elementor-share-btn__text,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient
  .elementor-share-btn__text {
  color: var(--e-share-buttons-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat
  .elementor-share-btn__icon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat
  .elementor-share-btn__text
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient
  .elementor-share-btn__icon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient
  .elementor-share-btn__text
  svg {
  fill: var(--e-share-buttons-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed
  .elementor-share-btn,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed
  .elementor-share-btn,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal
  .elementor-share-btn {
  color: var(--e-share-buttons-primary-color, #ea4335);
  border-color: var(--e-share-buttons-primary-color, #ea4335);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal
  .elementor-share-btn__icon {
  background-color: var(--e-share-buttons-primary-color, #ea4335);
  color: var(--e-share-buttons-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed
  .elementor-share-btn__icon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal
  .elementor-share-btn__icon
  svg {
  fill: var(--e-share-buttons-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed
  .elementor-share-btn__icon {
  color: var(--e-share-buttons-primary-color, #ea4335);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed
  .elementor-share-btn__icon
  svg {
  fill: var(--e-share-buttons-primary-color, #ea4335);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official
  .elementor-share-btn:hover {
  filter: saturate(1.5) brightness(1.2);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_digg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_digg {
  background-color: #005be2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_email,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_email {
  background-color: #ea4335;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_print,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_print {
  background-color: #aaa;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_facebook,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_facebook {
  background-color: #3b5998;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_google,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_google {
  background-color: #dd4b39;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_pocket,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_pocket {
  background-color: #ef3f56;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_linkedin,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_linkedin {
  background-color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_odnoklassniki,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_odnoklassniki {
  background-color: #f4731c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_pinterest,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_pinterest {
  background-color: #bd081c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_reddit,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_reddit {
  background-color: #ff4500;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_skype,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_skype {
  background-color: #00aff0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_slideshare,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_slideshare {
  background-color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_snapchat,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_snapchat {
  background-color: #fffc00;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_stumbleupon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_stumbleupon {
  background-color: #eb4924;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_mix,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_mix {
  background-color: #f3782b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_tumblr,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_tumblr {
  background-color: #35465c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_twitch,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_twitch {
  background-color: #6441a5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_telegram,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_telegram {
  background-color: #2ca5e0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_twitter,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_twitter {
  background-color: #1da1f2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_vimeo,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_vimeo {
  background-color: #1ab7ea;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_vk,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_vk {
  background-color: #45668e;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_whatsapp,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_whatsapp {
  background-color: #25d366;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_wordpress,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_wordpress {
  background-color: #21759b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-flat
  .elementor-share-btn_xing,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient
  .elementor-share-btn_xing {
  background-color: #026466;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_digg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_digg {
  color: #005be2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_digg
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_digg
  svg {
  fill: #005be2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_email,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_email {
  color: #ea4335;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_email
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_email
  svg {
  fill: #ea4335;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_print,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_print {
  color: #aaa;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_print
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_print
  svg {
  fill: #aaa;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_facebook,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_facebook {
  color: #3b5998;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_facebook
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_facebook
  svg {
  fill: #3b5998;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_google,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_google {
  color: #dd4b39;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_google
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_google
  svg {
  fill: #dd4b39;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pocket,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_pocket {
  color: #ef3f56;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pocket
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_pocket
  svg {
  fill: #ef3f56;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_linkedin,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_linkedin {
  color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_linkedin
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_linkedin
  svg {
  fill: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_odnoklassniki,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_odnoklassniki {
  color: #f4731c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_odnoklassniki
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_odnoklassniki
  svg {
  fill: #f4731c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pinterest,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_pinterest {
  color: #bd081c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pinterest
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_pinterest
  svg {
  fill: #bd081c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_reddit,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_reddit {
  color: #ff4500;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_reddit
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_reddit
  svg {
  fill: #ff4500;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_skype,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_skype {
  color: #00aff0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_skype
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_skype
  svg {
  fill: #00aff0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_slideshare,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_slideshare {
  color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_slideshare
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_slideshare
  svg {
  fill: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_snapchat,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_snapchat {
  color: #fffc00;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_snapchat
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_snapchat
  svg {
  fill: #fffc00;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_stumbleupon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_stumbleupon {
  color: #eb4924;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_stumbleupon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_stumbleupon
  svg {
  fill: #eb4924;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_mix,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_mix {
  color: #f3782b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_mix
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_mix
  svg {
  fill: #f3782b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_tumblr,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_tumblr {
  color: #35465c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_tumblr
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_tumblr
  svg {
  fill: #35465c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitch,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_twitch {
  color: #6441a5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitch
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_twitch
  svg {
  fill: #6441a5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_telegram,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_telegram {
  color: #2ca5e0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_telegram
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_telegram
  svg {
  fill: #2ca5e0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitter,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_twitter {
  color: #1da1f2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitter
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_twitter
  svg {
  fill: #1da1f2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vimeo,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_vimeo {
  color: #1ab7ea;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vimeo
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_vimeo
  svg {
  fill: #1ab7ea;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vk,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_vk {
  color: #45668e;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vk
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_vk
  svg {
  fill: #45668e;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_whatsapp,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_whatsapp {
  color: #25d366;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_whatsapp
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_whatsapp
  svg {
  fill: #25d366;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_wordpress,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_wordpress {
  color: #21759b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_wordpress
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_wordpress
  svg {
  fill: #21759b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_xing,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_xing {
  color: #026466;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_xing
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-framed
  .elementor-share-btn_xing
  svg {
  fill: #026466;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_digg
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_digg
  .elementor-share-btn__icon {
  background-color: #005be2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_email
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_email
  .elementor-share-btn__icon {
  background-color: #ea4335;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_print
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_print
  .elementor-share-btn__icon {
  background-color: #aaa;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_facebook
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_facebook
  .elementor-share-btn__icon {
  background-color: #3b5998;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_google
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_google
  .elementor-share-btn__icon {
  background-color: #dd4b39;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pocket
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_pocket
  .elementor-share-btn__icon {
  background-color: #ef3f56;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_linkedin
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_linkedin
  .elementor-share-btn__icon {
  background-color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_odnoklassniki
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_odnoklassniki
  .elementor-share-btn__icon {
  background-color: #f4731c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_pinterest
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_pinterest
  .elementor-share-btn__icon {
  background-color: #bd081c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_reddit
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_reddit
  .elementor-share-btn__icon {
  background-color: #ff4500;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_skype
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_skype
  .elementor-share-btn__icon {
  background-color: #00aff0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_slideshare
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_slideshare
  .elementor-share-btn__icon {
  background-color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_snapchat
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_snapchat
  .elementor-share-btn__icon {
  background-color: #fffc00;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_stumbleupon
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_stumbleupon
  .elementor-share-btn__icon {
  background-color: #eb4924;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_mix
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_mix
  .elementor-share-btn__icon {
  background-color: #f3782b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_tumblr
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_tumblr
  .elementor-share-btn__icon {
  background-color: #35465c;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitch
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_twitch
  .elementor-share-btn__icon {
  background-color: #6441a5;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_telegram
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_telegram
  .elementor-share-btn__icon {
  background-color: #2ca5e0;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_twitter
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_twitter
  .elementor-share-btn__icon {
  background-color: #1da1f2;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vimeo
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_vimeo
  .elementor-share-btn__icon {
  background-color: #1ab7ea;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_vk
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_vk
  .elementor-share-btn__icon {
  background-color: #45668e;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_whatsapp
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_whatsapp
  .elementor-share-btn__icon {
  background-color: #25d366;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_wordpress
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_wordpress
  .elementor-share-btn__icon {
  background-color: #21759b;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn_xing
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn_xing
  .elementor-share-btn__icon {
  background-color: #026466;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn
  .elementor-share-btn__icon {
  color: var(--e-share-buttons-icon-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed
  .elementor-share-btn
  .elementor-share-btn__icon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal
  .elementor-share-btn
  .elementor-share-btn__icon
  svg {
  fill: var(--e-share-buttons-icon-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-boxed
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-framed
  .elementor-share-btn__icon {
  margin-left: -0.2em;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-boxed
  .elementor-share-btn,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-framed
  .elementor-share-btn {
  border-style: solid;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient
  .elementor-share-btn__text,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon
  .elementor-share-btn__icon {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-boxed
  .elementor-share-btn__text,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient
  .elementor-share-btn__text,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-minimal
  .elementor-share-btn__text {
  padding-left: 0.9em;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-flat
  .elementor-share-btn,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient
  .elementor-share-btn {
  background-color: var(--e-share-buttons-primary-color, #ea4335);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-flat
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-flat
  .elementor-share-btn__text,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient
  .elementor-share-btn__text {
  color: var(--e-share-buttons-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-flat
  .elementor-share-btn__icon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-flat
  .elementor-share-btn__text
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient
  .elementor-share-btn__icon
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-gradient
  .elementor-share-btn__text
  svg {
  fill: var(--e-share-buttons-secondary-color, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded
  .elementor-share-btn__icon {
  border-radius: 0.5em;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle
  .elementor-share-btn__icon {
  border-radius: 99.9em;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--view-text
  .elementor-share-btn__text {
  padding-left: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--view-icon
  .elementor-share-btn,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--view-text
  .elementor-share-btn {
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--view-icon
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--view-icon
  .elementor-share-btn__text,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--view-text
  .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--view-text
  .elementor-share-btn__text {
  flex-grow: 1;
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--shape-rounded
  .elementor-share-btn {
  border-radius: 0.5em;
}
:where(.pre-black-friday-wrapper)
  .elementor-share-buttons--shape-circle
  .elementor-share-btn {
  border-radius: 99.9em;
}
:where(.pre-black-friday-wrapper) .elementor-share-btn {
  overflow: hidden;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-duration: 0.2s;
  transition-property: filter, background-color, border-color;
  height: 4.5em;
  cursor: pointer;
}
:where(.pre-black-friday-wrapper) .elementor-share-btn__icon,
:where(.pre-black-friday-wrapper) .elementor-share-btn__text {
  transition-property: color, background-color;
  transition-duration: 0.2s;
}
:where(.pre-black-friday-wrapper) .elementor-share-btn__icon {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-share-btn__icon i {
  font-size: var(--e-share-buttons-icon-size, 1.7em);
}
:where(.pre-black-friday-wrapper) .elementor-share-btn__icon svg {
  width: var(--e-share-buttons-icon-size, 1.7em);
  height: var(--e-share-buttons-icon-size, 1.7em);
}
:where(.pre-black-friday-wrapper) .elementor-share-btn__text {
  font-size: 1.5em;
  padding-right: 1em;
  align-self: stretch;
  flex-grow: 1;
  align-items: center;
  display: flex;
  font-weight: 100;
}
:where(.pre-black-friday-wrapper) .elementor-share-btn__title {
  font-weight: 700;
  flex-shrink: 0;
}
:where(.pre-black-friday-wrapper) .elementor-widget-share-buttons {
  text-align: var(--alignment, inherit);
  -moz-text-align-last: var(--alignment, inherit);
  text-align-last: var(--alignment, inherit);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-share-buttons.elementor-grid-0
  .elementor-widget-container {
  font-size: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-skin-carousel
  .elementor-main-swiper,
:where(.pre-black-friday-wrapper)
  .elementor-skin-coverflow
  .elementor-main-swiper {
  height: 230px;
}
:where(.pre-black-friday-wrapper)
  .elementor-skin-slideshow
  .elementor-main-swiper {
  height: 450px;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-skin-slideshow
  .elementor-thumbnails-swiper
  .elementor-custom-embed-play
  i {
  font-size: 50px;
}
:where(.pre-black-friday-wrapper)
  .elementor-skin-slideshow
  .elementor-thumbnails-swiper
  .swiper-slide {
  cursor: pointer;
}
:where(.pre-black-friday-wrapper)
  .elementor-skin-slideshow
  .elementor-thumbnails-swiper
  .swiper-slide:not(.swiper-slide-active):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
:where(.pre-black-friday-wrapper) .elementor-carousel-image {
  background: no-repeat 50%;
  background-size: cover;
  height: 100%;
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-carousel-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: var(--e-carousel-image-overlay-color, #fff);
  background-color: rgba(105, 114, 125, 0.8);
  transition: transform 0.5s, opacity 0.5s;
}
:where(.pre-black-friday-wrapper) .elementor-carousel-image-overlay i {
  font-size: var(--e-carousel-image-overlay-icon-size, 21px);
}
:where(.pre-black-friday-wrapper) .elementor-carousel-image-overlay svg {
  fill: var(--e-carousel-image-overlay-color, #fff);
  width: var(--e-carousel-image-overlay-icon-size, 21px);
  height: var(--e-carousel-image-overlay-icon-size, 21px);
}
:where(.pre-black-friday-wrapper) .elementor-testimonial__image {
  flex-shrink: 0;
}
:where(.pre-black-friday-wrapper) .elementor-testimonial__image img {
  border-radius: 999px;
  box-sizing: content-box;
  -o-object-fit: cover;
  object-fit: cover;
}
:where(.pre-black-friday-wrapper) .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper) .elementor-testimonial__header {
  display: flex;
}
:where(.pre-black-friday-wrapper) .elementor-testimonial__footer cite,
:where(.pre-black-friday-wrapper) .elementor-testimonial__header cite {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
:where(.pre-black-friday-wrapper) .elementor-testimonial__name {
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_inline
  .elementor-testimonial__footer {
  align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above
  .elementor-testimonial__image
  + cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_inline
  .elementor-testimonial__image
  + cite {
  margin-left: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-right
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-right
  .elementor-testimonial__footer {
  flex-direction: row-reverse;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-right
  .elementor-testimonial__image
  + cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-right
  .elementor-testimonial__image
  + cite {
  margin-right: 20px;
  margin-left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-left
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-left
  .elementor-testimonial__footer {
  flex-direction: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above.elementor-testimonial--align-left
  .elementor-testimonial__image
  + cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_inline.elementor-testimonial--align-left
  .elementor-testimonial__image
  + cite {
  margin-right: 0;
  margin-left: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_inline
  .elementor-testimonial__footer {
  margin-top: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above
  .elementor-testimonial {
  display: flex;
  flex-direction: column-reverse;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_above
  .elementor-testimonial__footer {
  margin-bottom: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_stacked
  .elementor-testimonial__footer {
  margin-top: 25px;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_stacked
  .elementor-testimonial__image,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_stacked
  .elementor-testimonial
  cite {
  margin-top: 15px;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_left
  .elementor-testimonial,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_right
  .elementor-testimonial {
  display: flex;
  align-items: stretch;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_left
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_right
  .elementor-testimonial__footer {
  flex-shrink: 0;
  flex-direction: column;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_left
  .elementor-testimonial__image
  + cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_right
  .elementor-testimonial__image
  + cite {
  margin-top: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_left.elementor-testimonial--align-center
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_right.elementor-testimonial--align-center
  .elementor-testimonial__footer {
  justify-content: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_left
  .elementor-testimonial {
  flex-direction: row-reverse;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_left
  .elementor-testimonial__footer {
  padding-right: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_right
  .elementor-testimonial {
  flex-direction: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--layout-image_right
  .elementor-testimonial__footer {
  padding-left: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-right
  .elementor-testimonial {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-right.elementor-testimonial--layout-image_above
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-right.elementor-testimonial--layout-image_inline
  .elementor-testimonial__footer {
  flex-direction: row-reverse;
  justify-content: end;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-right.elementor-testimonial--layout-image_above
  .elementor-testimonial__image
  + cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-right.elementor-testimonial--layout-image_inline
  .elementor-testimonial__image
  + cite {
  margin-right: 20px;
  margin-left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-left
  .elementor-testimonial {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-left.elementor-testimonial--layout-image_above
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-left.elementor-testimonial--layout-image_inline
  .elementor-testimonial__footer {
  flex-direction: row;
  justify-content: start;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-left.elementor-testimonial--layout-image_above
  .elementor-testimonial__image
  + cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-left.elementor-testimonial--layout-image_inline
  .elementor-testimonial__image
  + cite {
  margin-right: 0;
  margin-left: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-center
  .elementor-testimonial {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-center.elementor-testimonial--layout-image_above
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-center.elementor-testimonial--layout-image_inline
  .elementor-testimonial__footer {
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--align-center.elementor-testimonial--layout-image_inline
  .elementor-testimonial__image
  + cite {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-default.elementor-testimonial--layout-image_above
  .elementor-testimonial__cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left
  .elementor-testimonial__cite,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-default.elementor-testimonial--layout-image_right
  .elementor-testimonial__cite {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble
  .elementor-testimonial__content {
  background-color: #f9fafa;
  padding: 20px;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble
  .elementor-testimonial__content:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f9fafa;
  position: absolute;
  transform: scaleX(0.75) rotate(45deg);
  border-width: 0;
  box-sizing: content-box;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above
  .elementor-testimonial__content:after {
  bottom: calc(100% - 7px);
  transform: scaleX(0.75) rotate(-135deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center
  .elementor-testimonial__content:after {
  left: 50%;
  transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline
  .elementor-testimonial__content:after,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked
  .elementor-testimonial__content:after {
  top: calc(100% - 7px);
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center
  .elementor-testimonial__content:after,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center
  .elementor-testimonial__content:after {
  left: 50%;
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left
  .elementor-testimonial__content:after,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left
  .elementor-testimonial__content:after,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left
  .elementor-testimonial__content:after {
  left: calc(20px + (50px / 2));
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right
  .elementor-testimonial__content:after,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right
  .elementor-testimonial__content:after,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right
  .elementor-testimonial__content:after {
  right: calc(20px + (50px / 2));
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left
  .elementor-testimonial__content:after {
  transform: scaleY(0.75) rotate(135deg);
  left: -8px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right
  .elementor-testimonial__content:after {
  transform: scaleY(0.75) rotate(-45deg);
  right: -8px;
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left
  .elementor-testimonial__content:after,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right
  .elementor-testimonial__content:after {
  top: calc(20px + (50px / 2));
}
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left
  .elementor-testimonial__footer,
:where(.pre-black-friday-wrapper)
  .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right
  .elementor-testimonial__footer {
  padding-top: 20px;
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-right
    .elementor-testimonial {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 20px;
    margin-left: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-left
    .elementor-testimonial {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 0;
    margin-left: 20px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-center
    .elementor-testimonial {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    text-align: left;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-right
    .elementor-testimonial {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 20px;
    margin-left: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-left
    .elementor-testimonial {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 0;
    margin-left: 20px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-center
    .elementor-testimonial {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    text-align: left;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-right
    .elementor-testimonial {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 20px;
    margin-left: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-left
    .elementor-testimonial {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 0;
    margin-left: 20px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-center
    .elementor-testimonial {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-right
    .elementor-testimonial {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 20px;
    margin-left: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-left
    .elementor-testimonial {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 0;
    margin-left: 20px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-center
    .elementor-testimonial {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    text-align: left;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-right
    .elementor-testimonial {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 20px;
    margin-left: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-left
    .elementor-testimonial {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 0;
    margin-left: 20px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-center
    .elementor-testimonial {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    text-align: left;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-right
    .elementor-testimonial {
    text-align: right;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 20px;
    margin-left: 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-left
    .elementor-testimonial {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above
    .elementor-testimonial__image
    + cite,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    margin-right: 0;
    margin-left: 20px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-center
    .elementor-testimonial {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above
    .elementor-testimonial__footer,
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__footer {
    justify-content: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline
    .elementor-testimonial__image
    + cite {
    text-align: left;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .swiper-slide {
  padding: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__text {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .elementor-testimonial__image
  img {
  width: 50px;
  height: 50px;
}
:where(.pre-black-friday-wrapper) .elementor-widget-reviews .swiper-slide {
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__text {
  font-size: 14px;
  line-height: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__name {
  color: #1c2022;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__title {
  color: #697882;
  font-size: 12.5px;
  font-weight: 400;
  font-family: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__image {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__image
  img {
  width: 36px;
  height: 36px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon {
  margin-left: auto;
  font-size: 17px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon
  .fa
  + .fa {
  margin-left: 0.15em;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon {
  color: var(--e-testimonial-icon-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-android {
  --e-testimonial-icon-color: #a4c639;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-apple {
  --e-testimonial-icon-color: #999;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-behance {
  --e-testimonial-icon-color: #1769ff;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-bitbucket {
  --e-testimonial-icon-color: #205081;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-codepen {
  --e-testimonial-icon-color: #000;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-delicious {
  --e-testimonial-icon-color: #39f;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-digg {
  --e-testimonial-icon-color: #005be2;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-dribbble {
  --e-testimonial-icon-color: #ea4c89;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-envelope {
  --e-testimonial-icon-color: #ea4335;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-facebook {
  --e-testimonial-icon-color: #3b5998;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-flickr {
  --e-testimonial-icon-color: #0063dc;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-foursquare {
  --e-testimonial-icon-color: #2d5be3;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-github {
  --e-testimonial-icon-color: #333;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-google-plus {
  --e-testimonial-icon-color: #dd4b39;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-houzz {
  --e-testimonial-icon-color: #7ac142;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-instagram {
  --e-testimonial-icon-color: #262626;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-jsfiddle {
  --e-testimonial-icon-color: #487aa2;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-linkedin {
  --e-testimonial-icon-color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-medium {
  --e-testimonial-icon-color: #00ab6b;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-meetup {
  --e-testimonial-icon-color: #ec1c40;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-mixcloud {
  --e-testimonial-icon-color: #273a4b;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-odnoklassniki {
  --e-testimonial-icon-color: #f4731c;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-pinterest {
  --e-testimonial-icon-color: #bd081c;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-product-hunt {
  --e-testimonial-icon-color: #da552f;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-reddit {
  --e-testimonial-icon-color: #ff4500;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-rss {
  --e-testimonial-icon-color: #f26522;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-shopping-cart {
  --e-testimonial-icon-color: #4caf50;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-skype {
  --e-testimonial-icon-color: #00aff0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-slideshare {
  --e-testimonial-icon-color: #0077b5;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-snapchat {
  --e-testimonial-icon-color: #fffc00;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-soundcloud {
  --e-testimonial-icon-color: #f80;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-spotify {
  --e-testimonial-icon-color: #2ebd59;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-stack-overflow {
  --e-testimonial-icon-color: #fe7a15;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-steam {
  --e-testimonial-icon-color: #00adee;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-stumbleupon {
  --e-testimonial-icon-color: #eb4924;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-telegram {
  --e-testimonial-icon-color: #2ca5e0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-thumb-tack,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-thumbtack {
  --e-testimonial-icon-color: #1aa1d8;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-tripadvisor {
  --e-testimonial-icon-color: #589442;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-tumblr {
  --e-testimonial-icon-color: #35465c;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-twitch {
  --e-testimonial-icon-color: #6441a5;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-twitter {
  --e-testimonial-icon-color: #1da1f2;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-vimeo {
  --e-testimonial-icon-color: #1ab7ea;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-vk {
  --e-testimonial-icon-color: #45668e;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-weibo {
  --e-testimonial-icon-color: #dd2430;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-weixin {
  --e-testimonial-icon-color: #31a918;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-whatsapp {
  --e-testimonial-icon-color: #25d366;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-wordpress {
  --e-testimonial-icon-color: #21759b;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-xing {
  --e-testimonial-icon-color: #026466;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-yelp {
  --e-testimonial-icon-color: #af0606;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-youtube {
  --e-testimonial-icon-color: #cd201f;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon-500px {
  --e-testimonial-icon-color: #0099e5;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__icon.elementor-icon
  svg {
  fill: var(--e-testimonial-icon-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__rating {
  background-image: linear-gradient(
    90deg,
    #ffc82c var(--rating),
    #ccc var(--rating)
  );
  font-family: eicons;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__header {
  display: flex;
  padding-top: 15px;
  padding-bottom: 6px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__image
  + cite {
  margin-left: 9px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__separator {
  margin: 0 auto;
  border-top: 0;
  border-bottom: 1px solid #e1e8ed;
  height: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__content {
  padding-top: 6px;
  padding-bottom: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__content,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-testimonial__header {
  padding-left: 15px;
  padding-right: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews.elementor-review--has-separator
  .elementor-testimonial__header {
  border-bottom: 1px solid #e1e8ed;
}
:where(.pre-black-friday-wrapper) .swiper-pagination-bullets {
  color: #fff;
  cursor: default;
}
:where(.pre-black-friday-wrapper) .swiper-slide {
  will-change: transform;
  border-style: solid;
  border-width: 0;
  transition-duration: 0.5s;
  transition-property: border, background, transform;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .swiper-slide:not(:hover)
  .e-overlay-animation-fade {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .swiper-slide:not(:hover)
  .e-overlay-animation-slide-up {
  transform: translateY(100%);
}
:where(.pre-black-friday-wrapper)
  .swiper-slide:not(:hover)
  .e-overlay-animation-slide-down {
  transform: translateY(-100%);
}
:where(.pre-black-friday-wrapper)
  .swiper-slide:not(:hover)
  .e-overlay-animation-slide-right {
  transform: translateX(-100%);
}
:where(.pre-black-friday-wrapper)
  .swiper-slide:not(:hover)
  .e-overlay-animation-slide-left {
  transform: translateX(100%);
}
:where(.pre-black-friday-wrapper)
  .swiper-slide:not(:hover)
  .e-overlay-animation-zoom-in {
  transform: scale(0.5);
  opacity: 0;
}
:where(.pre-black-friday-wrapper) .swiper-slide a {
  display: inline;
}
:where(.pre-black-friday-wrapper) .swiper-slide a.elementor-button {
  display: inline-block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-arrows-yes
  .elementor-main-swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .elementor-arrows-yes
  .elementor-main-swiper {
  width: calc(95% - 40px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-main-swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .elementor-main-swiper {
  width: 95%;
}
:where(.pre-black-friday-wrapper) .elementor-widget-reviews .swiper-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
:where(.pre-black-friday-wrapper) .elementor-widget-reviews .swiper-slide,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .swiper-slide {
  height: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews.elementor-pagination-type-bullets
  .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews.elementor-pagination-type-bullets
  .swiper-container,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews.elementor-pagination-type-fraction
  .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews.elementor-pagination-type-fraction
  .swiper-container,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .swiper-container,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel.elementor-pagination-type-fraction
  .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel.elementor-pagination-type-fraction
  .swiper-container {
  padding-bottom: 40px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .swiper-container-rtl
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .swiper-rtl
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .swiper-container-rtl
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .swiper-rtl
  .elementor-swiper-button-next {
  left: 0;
  right: unset;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .swiper-container-rtl
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews
  .swiper-rtl
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .swiper-container-rtl
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel
  .swiper-rtl
  .elementor-swiper-button-prev {
  right: 0;
  left: unset;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews.elementor-pagination-type-bullets
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-reviews.elementor-pagination-type-bullets
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets
  .elementor-swiper-button-prev {
  top: calc(50% - (40px / 2));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-media-carousel
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-media-carousel
  .swiper-container-rtl
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-media-carousel
  .swiper-rtl
  .elementor-swiper-button-next {
  left: 10px;
  right: unset;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-media-carousel
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-media-carousel
  .swiper-container-rtl
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-widget-media-carousel
  .swiper-rtl
  .elementor-swiper-button-prev {
  right: 10px;
  left: unset;
}
:where(.pre-black-friday-wrapper)
  .entry-content
  blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
:where(.pre-black-friday-wrapper)
  .entry-summary
  blockquote.elementor-blockquote {
  margin-right: 0;
  margin-left: 0;
}
:where(.pre-black-friday-wrapper) .elementor-widget-blockquote blockquote {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  border: 0;
  font-style: normal;
  color: #3f444b;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-blockquote
  blockquote
  .e-q-footer:after,
:where(.pre-black-friday-wrapper)
  .elementor-widget-blockquote
  blockquote
  .e-q-footer:before,
:where(.pre-black-friday-wrapper) .elementor-widget-blockquote blockquote:after,
:where(.pre-black-friday-wrapper)
  .elementor-widget-blockquote
  blockquote:before,
:where(.pre-black-friday-wrapper)
  .elementor-widget-blockquote
  blockquote
  cite:after,
:where(.pre-black-friday-wrapper)
  .elementor-widget-blockquote
  blockquote
  cite:before {
  content: none;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote {
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__author,
:where(.pre-black-friday-wrapper) .elementor-blockquote__content {
  margin-bottom: 0;
  font-style: normal;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__author {
  font-weight: 700;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote .e-q-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-button {
  display: flex;
  transition: 0.3s;
  color: #1da1f2;
  align-self: flex-end;
  line-height: 1;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-button:hover {
  color: #0967a0;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-button span {
  font-weight: 600;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-button i,
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-button span {
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-button i + span,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote__tweet-button
  svg
  + span {
  margin-left: 0.5em;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-button svg {
  fill: #1da1f2;
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper) .elementor-blockquote__tweet-label {
  white-space: pre-wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble
  .elementor-blockquote__tweet-button,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-classic
  .elementor-blockquote__tweet-button {
  padding: 0.7em 1.2em;
  border-radius: 100em;
  background-color: #1da1f2;
  color: #fff;
  font-size: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble
  .elementor-blockquote__tweet-button:hover,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-classic
  .elementor-blockquote__tweet-button:hover {
  background-color: #0967a0;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble
  .elementor-blockquote__tweet-button:hover:before,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-classic
  .elementor-blockquote__tweet-button:hover:before {
  border-right-color: #0967a0;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble
  .elementor-blockquote__tweet-button
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-classic
  .elementor-blockquote__tweet-button
  svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon
  .elementor-blockquote__tweet-button,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon
  .elementor-blockquote__tweet-button {
  padding: 0;
  width: 2em;
  height: 2em;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon
  .elementor-blockquote__tweet-button
  i,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon
  .elementor-blockquote__tweet-button
  i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble
  .elementor-blockquote__tweet-button:before {
  content: "";
  border: 0.5em solid transparent;
  border-right-color: #1da1f2;
  position: absolute;
  left: -0.8em;
  top: 50%;
  transform: translateY(-50%) scaleY(0.65);
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left
  .elementor-blockquote__tweet-button:before {
  right: auto;
  left: -0.8em;
  border-right-color: #1da1f2;
  border-left-color: transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left
  .elementor-blockquote__tweet-button:hover:before {
  border-right-color: #0967a0;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right
  .elementor-blockquote__tweet-button:before {
  left: auto;
  right: -0.8em;
  border-right-color: transparent;
  border-left-color: #1da1f2;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right
  .elementor-blockquote__tweet-button:hover:before {
  border-left-color: #0967a0;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--skin-boxed
  .elementor-blockquote {
  background-color: #f9fafa;
  padding: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--skin-border
  .elementor-blockquote {
  border-color: #f9fafa;
  border-left: 7px #f9fafa;
  border-style: solid;
  padding-left: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--skin-quotation
  .elementor-blockquote:before {
  content: "“";
  font-size: 100px;
  color: #f9fafa;
  font-family: Times New Roman, Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--skin-quotation
  .elementor-blockquote__content {
  margin-top: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-left
  .elementor-blockquote__content {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-left
  .elementor-blockquote
  .e-q-footer {
  flex-direction: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-right
  .elementor-blockquote__content {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-right
  .elementor-blockquote
  .e-q-footer {
  flex-direction: row-reverse;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-center
  .elementor-blockquote {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-center
  .elementor-blockquote
  .e-q-footer,
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-center
  .elementor-blockquote__author {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-blockquote--align-center
  .elementor-blockquote__tweet-button {
  margin-right: auto;
  margin-left: auto;
}
:where(.pre-black-friday-wrapper) .elementor-headline {
  font-size: 43px;
  line-height: 1.2;
  display: block;
}
:where(.pre-black-friday-wrapper) .elementor-headline-dynamic-text {
  color: var(--dynamic-text-color, #aebcb9);
}
:where(.pre-black-friday-wrapper)
  .elementor-headline--style-rotate
  .elementor-headline-dynamic-wrapper {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline--style-highlight
  .elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline--style-highlight
  .elementor-headline-dynamic-text {
  z-index: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline--style-highlight
  .elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline--style-highlight
  svg
  path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-headline.e-animated svg path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline.e-animated
  svg
  path:nth-of-type(2) {
  animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}
:where(.pre-black-friday-wrapper)
  .elementor-headline.e-hide-highlight
  svg
  path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    opacity: 0;
    filter: blur(10px);
  }
}
:where(.pre-black-friday-wrapper) .elementor-headline-text-wrapper {
  vertical-align: bottom;
}
:where(.pre-black-friday-wrapper) .elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-dynamic-wrapper
  .elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-dynamic-wrapper
  .elementor-headline-dynamic-text.elementor-headline-text-active {
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-flip
  .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-flip
  .elementor-headline-dynamic-text {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-flip
  .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  transform: rotateX(0deg);
  animation: elementor-headline-flip-in 1.2s;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-flip
  .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  transform: rotateX(180deg);
  animation: elementor-headline-flip-out 1.2s;
}
@keyframes elementor-headline-flip-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  to {
    transform: rotateX(1turn);
    opacity: 1;
  }
}
@keyframes elementor-headline-flip-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  to {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper:after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper:not(
    .elementor-headline-typing-selected
  ):after {
  animation: elementor-headline-pulse 1s infinite;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
  background-color: var(--typing-selected-bg-color, #0d0d0d);
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after {
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected
  .elementor-headline-dynamic-text {
  color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9);
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-typing
  .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  position: absolute;
  visibility: hidden;
}
@keyframes elementor-headline-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-letter {
  display: inline-block;
  backface-visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-text {
  transform: scaleX(1.0005);
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-letter {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-text-active
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-letter {
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  animation: elementor-headline-swirl-in 0.4s forwards;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  animation: elementor-headline-swirl-out 0.4s forwards;
}
@keyframes elementor-headline-swirl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes elementor-headline-swirl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  to {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide-down
  .elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide-down
  .elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide-down
  .elementor-headline-dynamic-text {
  opacity: 0;
  top: 0.2em;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide-down
  .elementor-headline-dynamic-text.elementor-headline-text-active {
  top: 0;
  opacity: 1;
  animation: elementor-headline-slide-down-in 0.6s;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide-down
  .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  animation: elementor-headline-slide-down-out 0.6s;
}
@keyframes elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-clip
  .elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-clip
  .elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-clip
  .elementor-headline-dynamic-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #0d0d0d;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-clip
  .elementor-headline-dynamic-text {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-clip
  .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-drop-in
  .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-drop-in
  .elementor-headline-dynamic-text {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-drop-in
  .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  animation: elementor-headline-drop-in-in 0.8s;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-drop-in
  .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  animation: elementor-headline-drop-in-out 0.8s;
}
@keyframes elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-text {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-letter {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-text-active
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-letter {
  transform: rotateY(0deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  animation: elementor-headline-blinds-in 0.6s forwards;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  animation: elementor-headline-blinds-out 0.6s forwards;
}
@keyframes elementor-headline-blinds-in {
  0% {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0deg);
  }
}
@keyframes elementor-headline-blinds-out {
  0% {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-180deg);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-text {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-text-active
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-letter {
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  animation: elementor-headline-wave-up 0.6s forwards;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  animation: elementor-headline-wave-down 0.6s forwards;
}
@keyframes elementor-headline-wave-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes elementor-headline-wave-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide
  .elementor-headline-dynamic-text {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide
  .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  animation: elementor-headline-slide-in 0.6s;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide
  .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  animation: elementor-headline-slide-out 0.6s;
}
@keyframes elementor-headline-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes elementor-headline-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-drop-in
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-flip
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide-down
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-slide
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-wrapper {
  transition: width 0.5s;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-wrapper {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-blinds
  .elementor-headline-dynamic-text,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-swirl
  .elementor-headline-dynamic-text,
:where(.pre-black-friday-wrapper)
  .elementor-headline-animation-type-wave
  .elementor-headline-dynamic-text {
  white-space: nowrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-msie
  .elementor-headline--style-highlight
  svg {
  top: auto;
  left: auto;
  transform: translate(-100%);
}
@keyframes e-hotspot-soft-beat {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes e-hotspot-expand {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
:where(.pre-black-friday-wrapper) .elementor-widget-hotspot {
  display: flex;
  justify-content: var(--background-align);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-hotspot
  .elementor-widget-container {
  position: relative;
  display: inline-block;
  width: var(--container-width);
  max-width: var(--container-max-width);
  height: var(--container-height);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-hotspot
  .elementor-widget-container
  > img {
  display: block;
  width: var(--image-width, auto);
  height: var(--container-height);
  opacity: var(--opacity, 1);
}
:where(.pre-black-friday-wrapper) .e-hotspot {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--position-left.e-hotspot--position-top {
  transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    calc(-1 * var(--hotspot-translate-y))
  );
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--position-left.e-hotspot--position-bottom {
  transform: translate(
    calc(-1 * var(--hotspot-translate-x)),
    var(--hotspot-translate-y)
  );
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--position-right.e-hotspot--position-top {
  transform: translate(
    var(--hotspot-translate-x),
    calc(-1 * var(--hotspot-translate-y))
  );
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--position-right.e-hotspot--position-bottom {
  transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
}
:where(.pre-black-friday-wrapper) .e-hotspot--active {
  z-index: 2;
}
:where(.pre-black-friday-wrapper) .e-hotspot__inner-circle,
:where(.pre-black-friday-wrapper) .e-hotspot__outer-circle {
  content: "";
  display: inline-block;
  box-sizing: content-box;
  border-radius: 50%;
}
:where(.pre-black-friday-wrapper) .e-hotspot__inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--hotspot-color);
  padding: calc(var(--hotspot-size, 18px) / 2);
}
:where(.pre-black-friday-wrapper) .e-hotspot__outer-circle {
  background-color: var(--hotspot-color);
  padding: var(--hotspot-padding, 4px);
}
:where(.pre-black-friday-wrapper) .e-hotspot--icon .e-hotspot__button,
:where(.pre-black-friday-wrapper) .e-hotspot__outer-circle {
  width: var(--hotspot-size, 18px);
  height: var(--hotspot-size, 18px);
}
:where(.pre-black-friday-wrapper) .e-hotspot--icon .e-hotspot__button {
  line-height: 0;
  box-sizing: content-box;
  font-size: var(--hotspot-size, 18px);
}
:where(.pre-black-friday-wrapper) .e-hotspot__icon,
:where(.pre-black-friday-wrapper) .e-hotspot__label {
  display: flex;
  justify-content: center;
  align-items: center;
}
:where(.pre-black-friday-wrapper) .e-hotspot__icon svg,
:where(.pre-black-friday-wrapper) .e-hotspot__label svg {
  height: var(--hotspot-size, 18px);
  width: auto;
}
:where(.pre-black-friday-wrapper) .e-hotspot__button {
  cursor: pointer;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  color: var(--hotspot-color);
  font-size: var(--hotspot-size, 18px);
  min-width: var(--hotspot-button-width);
  min-height: var(--hotspot-button-height);
}
:where(.pre-black-friday-wrapper) .e-hotspot__button:before {
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  left: -5px;
  top: -5px;
  position: absolute;
  padding: 5px;
  box-sizing: content-box;
}
:where(.pre-black-friday-wrapper) .e-hotspot__button svg {
  fill: var(--hotspot-color);
}
:where(.pre-black-friday-wrapper)
  .e-hotspot:not(.e-hotspot--circle)
  .e-hotspot__button {
  min-width: var(--hotspot-min-width);
  min-height: var(--hotspot-min-height);
  background-color: var(--hotspot-box-color);
  padding: var(--hotspot-padding, 4px);
  border-radius: var(--hotspot-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .e-hotspot:not(.e-hotspot--circle)
  .e-hotspot__button:before {
  border-radius: var(--hotspot-border-radius, 3px);
}
:where(.pre-black-friday-wrapper)
  .e-hotspot:not(.e-hotspot--circle)
  .e-hotspot--expand:before {
  background-color: var(--hotspot-box-color);
}
:where(.pre-black-friday-wrapper) .e-hotspot--overlay {
  opacity: 0.7;
  transition: opacity 0.2s;
}
:where(.pre-black-friday-wrapper) .e-hotspot--active .e-hotspot--overlay,
:where(.pre-black-friday-wrapper) .e-hotspot--overlay:hover {
  opacity: 1;
}
:where(.pre-black-friday-wrapper) .e-hotspot--soft-beat {
  animation: e-hotspot-soft-beat 0.7s infinite alternate;
  animation-timing-function: ease;
}
:where(.pre-black-friday-wrapper) .e-hotspot--expand .e-hotspot__outer-circle {
  animation: e-hotspot-expand 2s infinite;
}
:where(.pre-black-friday-wrapper)
  .e-hotspot:not(.e-hotspot--circle)
  .e-hotspot--expand:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation: e-hotspot-expand 2s infinite;
}
:where(.pre-black-friday-wrapper) .e-hotspot--sequenced {
  animation: fadeIn 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
:where(.pre-black-friday-wrapper) .e-hotspot__direction-mask {
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
:where(.pre-black-friday-wrapper) .e-hotspot__tooltip {
  white-space: var(--white-space, nowrap);
  transition-property: transform, opacity;
  transition-duration: var(--tooltip-transition-duration, 0.5s);
  transform-origin: center center;
  position: absolute;
  pointer-events: none;
  color: var(--tooltip-text-color, #fff);
  text-align: var(--tooltip-align);
  min-width: var(--tooltip-min-width);
  padding: var(--tooltip-padding, 8px);
  border-radius: var(--tooltip-border-radius);
  background-color: var(--tooltip-color);
}
:where(.pre-black-friday-wrapper) .e-hotspot__tooltip p:last-of-type {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .e-hotspot__direction-mask
  .e-hotspot__tooltip {
  box-shadow: none !important;
  position: static;
}
:where(.pre-black-friday-wrapper) .e-hotspot--active .e-hotspot__tooltip {
  pointer-events: visible;
}
:where(.pre-black-friday-wrapper) .e-hotspot--fade-in-out {
  opacity: 0;
}
:where(.pre-black-friday-wrapper) .e-hotspot--active .e-hotspot--fade-in-out {
  opacity: 1;
}
:where(.pre-black-friday-wrapper) .e-hotspot--fade-grow {
  opacity: 0;
  transform: scale(0);
}
:where(.pre-black-friday-wrapper) .e-hotspot--active .e-hotspot--fade-grow {
  opacity: 1;
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--override-tooltip-animation-from-top,
:where(.pre-black-friday-wrapper) .e-hotspot--tooltip-animation-from-top {
  transform: translateY(calc(-100% - 1px));
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--override-tooltip-animation-from-left,
:where(.pre-black-friday-wrapper) .e-hotspot--tooltip-animation-from-left {
  transform: translate(calc(-100% - 1px));
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--override-tooltip-animation-from-right,
:where(.pre-black-friday-wrapper) .e-hotspot--tooltip-animation-from-right {
  transform: translate(calc(100% + 1px));
}
:where(.pre-black-friday-wrapper)
  .e-hotspot--override-tooltip-animation-from-bottom,
:where(.pre-black-friday-wrapper) .e-hotspot--tooltip-animation-from-bottom {
  transform: translateY(calc(100% + 1px));
}
:where(.pre-black-friday-wrapper) .e-hotspot--fade-direction {
  opacity: 0;
}
:where(.pre-black-friday-wrapper) .e-hotspot--active .e-hotspot--fade-direction,
:where(.pre-black-friday-wrapper)
  .e-hotspot--active
  .e-hotspot--slide-direction {
  transform: translate(0) scale(1);
  opacity: 1;
}
:where(.pre-black-friday-wrapper) .e-hotspot--show-tooltip {
  transition: none;
  opacity: 1;
  pointer-events: visible;
  transform: translate(0);
}
:where(.pre-black-friday-wrapper) .elementor-facebook-widget.fb_iframe_widget,
:where(.pre-black-friday-wrapper)
  .elementor-facebook-widget.fb_iframe_widget
  span {
  width: 100% !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-facebook-widget.fb_iframe_widget
  iframe {
  position: relative;
  width: 100% !important;
}
:where(.pre-black-friday-wrapper) .elementor-facebook-widget.fb-like {
  height: 1px;
}
:where(.pre-black-friday-wrapper) .elementor-widget-facebook-comments iframe {
  width: 100% !important;
}
:where(.pre-black-friday-wrapper) .site-main .menu-navigation-container {
  overflow: visible;
}
:where(.pre-black-friday-wrapper) .elementor-item:after,
:where(.pre-black-friday-wrapper) .elementor-item:before {
  display: block;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
:where(.pre-black-friday-wrapper)
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  opacity: 0;
}
:where(.pre-black-friday-wrapper) .elementor-item-active:after,
:where(.pre-black-friday-wrapper) .elementor-item-active:before,
:where(.pre-black-friday-wrapper) .elementor-item.highlighted:after,
:where(.pre-black-friday-wrapper) .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper) .elementor-item:focus:after,
:where(.pre-black-friday-wrapper) .elementor-item:focus:before,
:where(.pre-black-friday-wrapper) .elementor-item:hover:after,
:where(.pre-black-friday-wrapper) .elementor-item:hover:before {
  transform: scale(1);
}
:where(.pre-black-friday-wrapper) .e--pointer-double-line .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line
  .elementor-item:before,
:where(.pre-black-friday-wrapper) .e--pointer-overline .elementor-item:after,
:where(.pre-black-friday-wrapper) .e--pointer-overline .elementor-item:before,
:where(.pre-black-friday-wrapper) .e--pointer-underline .elementor-item:after,
:where(.pre-black-friday-wrapper) .e--pointer-underline .elementor-item:before {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #3f444b;
  z-index: 2;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  height: 0;
  width: 0;
  left: 50%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  top: 10px;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-drop-out
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after {
  bottom: 10px;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  top: -10px;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-drop-in
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after {
  bottom: -10px;
}
:where(.pre-black-friday-wrapper) .e--pointer-double-line.e--animation-none,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none
  .elementor-item,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none
  .elementor-item:hover,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-none:hover,
:where(.pre-black-friday-wrapper) .e--pointer-overline.e--animation-none,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-none
  .elementor-item,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-none
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-none
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-none
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-none
  .elementor-item:hover,
:where(.pre-black-friday-wrapper) .e--pointer-overline.e--animation-none:after,
:where(.pre-black-friday-wrapper) .e--pointer-overline.e--animation-none:before,
:where(.pre-black-friday-wrapper) .e--pointer-overline.e--animation-none:focus,
:where(.pre-black-friday-wrapper) .e--pointer-overline.e--animation-none:hover,
:where(.pre-black-friday-wrapper) .e--pointer-underline.e--animation-none,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-none
  .elementor-item,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-none
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-none
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-none
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-none
  .elementor-item:hover,
:where(.pre-black-friday-wrapper) .e--pointer-underline.e--animation-none:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-none:before,
:where(.pre-black-friday-wrapper) .e--pointer-underline.e--animation-none:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-none:hover {
  transition-duration: 0s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line
  .elementor-item:before,
:where(.pre-black-friday-wrapper) .e--pointer-overline .elementor-item:before {
  content: "";
  top: 0;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before,
:where(.pre-black-friday-wrapper)
  .e--pointer-overline.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  width: 10px;
  left: -20px;
}
:where(.pre-black-friday-wrapper) .e--pointer-double-line .elementor-item:after,
:where(.pre-black-friday-wrapper) .e--pointer-underline .elementor-item:after {
  content: "";
  bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-double-line.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
:where(.pre-black-friday-wrapper)
  .e--pointer-underline.e--animation-slide
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after {
  width: 10px;
  inset-inline-start: 100%;
}
:where(.pre-black-friday-wrapper) .e--pointer-framed .elementor-item:after,
:where(.pre-black-friday-wrapper) .e--pointer-framed .elementor-item:before {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #3f444b;
}
:where(.pre-black-friday-wrapper) .e--pointer-framed .elementor-item:before {
  content: "";
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-grow
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  transform: scale(0.75);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-shrink
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  transform: scale(1.25);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-grow
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-shrink
  .elementor-item:before {
  transition: opacity 0.2s, transform 0.4s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:before {
  width: 3px;
  height: 3px;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:before {
  border-width: 0 0 3px 3px;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:after {
  content: "";
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-width: 3px 3px 0 0;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item-active:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item-active:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item.highlighted:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:focus:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:focus:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:hover:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:hover:before {
  width: 100%;
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item-active:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:focus:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:hover:before {
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item-active:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item.highlighted:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:focus:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-draw
  .elementor-item:hover:after {
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:before {
  width: 3px;
  height: 3px;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:before {
  border-width: 3px 0 0 3px;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:after {
  content: "";
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-width: 0 3px 3px 0;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item-active:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item-active:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item.highlighted:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:focus:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:focus:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:hover:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-corners
  .elementor-item:hover:before {
  width: 100%;
  height: 100%;
  transition: opacity 2ms, width 0.4s, height 0.4s;
}
:where(.pre-black-friday-wrapper) .e--pointer-framed.e--animation-none,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-none
  .elementor-item,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-none
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-none
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-none
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-framed.e--animation-none
  .elementor-item:hover,
:where(.pre-black-friday-wrapper) .e--pointer-framed.e--animation-none:after,
:where(.pre-black-friday-wrapper) .e--pointer-framed.e--animation-none:before,
:where(.pre-black-friday-wrapper) .e--pointer-framed.e--animation-none:focus,
:where(.pre-black-friday-wrapper) .e--pointer-framed.e--animation-none:hover {
  transition-duration: 0s;
}
:where(.pre-black-friday-wrapper) .e--pointer-background .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background
  .elementor-item:before {
  content: "";
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background
  .elementor-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3f444b;
  z-index: -1;
}
:where(.pre-black-friday-wrapper) .e--pointer-background .elementor-item-active,
:where(.pre-black-friday-wrapper)
  .e--pointer-background
  .elementor-item.highlighted,
:where(.pre-black-friday-wrapper) .e--pointer-background .elementor-item:focus,
:where(.pre-black-friday-wrapper) .e--pointer-background .elementor-item:hover {
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-grow
  .elementor-item:before {
  transform: scale(0.5);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-grow
  .elementor-item-active:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-grow
  .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-grow
  .elementor-item:focus:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-grow
  .elementor-item:hover:before {
  transform: scale(1);
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shrink
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  transform: scale(1.2);
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shrink
  .elementor-item-active:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shrink
  .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shrink
  .elementor-item:focus:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shrink
  .elementor-item:hover:before {
  transition: opacity 0.15s, transform 0.4s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-sweep-left
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  left: 100%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-sweep-right
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  right: 100%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-sweep-up
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  top: 100%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-sweep-down
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  bottom: 100%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-out-vertical
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  bottom: 50%;
  top: 50%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-out-horizontal
  .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  right: 50%;
  left: 50%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3f444b;
  z-index: -1;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item:before {
  top: 0;
  bottom: 100%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item:after {
  top: 100%;
  bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item-active:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item:focus:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item:hover:before {
  bottom: 50%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item-active:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item.highlighted:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item:focus:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-vertical
  .elementor-item:hover:after {
  top: 50%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item:before {
  right: 0;
  left: 100%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item:after {
  right: 100%;
  left: 0;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item-active:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item.highlighted:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item:focus:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item:hover:before {
  left: 50%;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item-active:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item.highlighted:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item:focus:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-shutter-in-horizontal
  .elementor-item:hover:after {
  right: 50%;
}
:where(.pre-black-friday-wrapper) .e--pointer-background.e--animation-none,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none
  .elementor-item,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none
  .elementor-item:hover,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-background.e--animation-none:hover {
  transition-duration: 0s;
}
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-skew
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-skew
  .elementor-item:hover {
  transform: skew(-8deg);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-grow
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-grow
  .elementor-item:hover {
  transform: scale(1.2);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-shrink
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-shrink
  .elementor-item:hover {
  transform: scale(0.8);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-float
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-float
  .elementor-item:hover {
  transform: translateY(-8px);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-sink
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-sink
  .elementor-item:hover {
  transform: translateY(8px);
}
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-rotate
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-rotate
  .elementor-item:hover {
  transform: rotate(6deg);
}
:where(.pre-black-friday-wrapper) .e--pointer-text.e--animation-none,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-none
  .elementor-item,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-none
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-none
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-none
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .e--pointer-text.e--animation-none
  .elementor-item:hover,
:where(.pre-black-friday-wrapper) .e--pointer-text.e--animation-none:after,
:where(.pre-black-friday-wrapper) .e--pointer-text.e--animation-none:before,
:where(.pre-black-friday-wrapper) .e--pointer-text.e--animation-none:focus,
:where(.pre-black-friday-wrapper) .e--pointer-text.e--animation-none:hover {
  transition-duration: 0s;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  a {
  transition: 0.4s;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  a,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  a.highlighted,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  a:focus,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  a:hover {
  padding: 13px 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  a.current {
  background: #1f2124;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  a.disabled {
  background: #3f444b;
  color: #88909b;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  ul {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  span.scroll-down,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  span.scroll-up {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  span.scroll-down-arrow,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 8px dashed transparent;
  border-bottom: 8px solid #33373d;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu
  span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed;
  border-color: #33373d transparent transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .sub-arrow
  .e-font-icon-svg,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .sub-arrow
  i {
  transform: rotate(-90deg);
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .sub-arrow
  .e-font-icon-svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu--layout-horizontal {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  a {
  white-space: nowrap;
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li
  > .scroll-down,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li
  ul {
  top: 100% !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > a {
  -webkit-margin-start: var(--e-nav-menu-horizontal-menu-item-margin);
  margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > .scroll-down,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > .scroll-up,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > ul {
  left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:last-child)
  > a {
  -webkit-margin-end: var(--e-nav-menu-horizontal-menu-item-margin);
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:last-child):after {
  content: var(--e-nav-menu-divider-content, none);
  height: var(--e-nav-menu-divider-height, 35%);
  border-left: var(--e-nav-menu-divider-width, 2px)
    var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
  border-bottom-color: var(--e-nav-menu-divider-color, #000);
  border-right-color: var(--e-nav-menu-divider-color, #000);
  border-top-color: var(--e-nav-menu-divider-color, #000);
  align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-right
  .elementor-nav-menu {
  margin-left: auto;
  justify-content: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-right
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: flex-end;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-left
  .elementor-nav-menu {
  margin-right: auto;
  justify-content: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-left
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-center
  .elementor-nav-menu {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-center
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-justify
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-justify
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li {
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__align-justify
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li
  > a {
  justify-content: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-nav-menu:not(.elementor-nav-menu--toggle)
  .elementor-menu-toggle {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-nav-menu
  .elementor-widget-container {
  display: flex;
  flex-direction: column;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu {
  position: relative;
  z-index: 2;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu:after {
  content: " ";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu,
:where(.pre-black-friday-wrapper) .elementor-nav-menu li,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul a,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul a:active,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul a:focus,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul a:hover {
  border-left: 16px solid transparent;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul a,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul a:active,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul a:focus,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul a:hover {
  border-left: 24px solid transparent;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul a,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul a:active,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul a:focus,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul ul a,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul ul a:active,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul ul a:focus,
:where(.pre-black-friday-wrapper) .elementor-nav-menu ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu a,
:where(.pre-black-friday-wrapper) .elementor-nav-menu li {
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu li {
  border-width: 0;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu a {
  display: flex;
  align-items: center;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu a,
:where(.pre-black-friday-wrapper) .elementor-nav-menu a:focus,
:where(.pre-black-friday-wrapper) .elementor-nav-menu a:hover {
  padding: 10px 20px;
  line-height: 20px;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu a.disabled {
  cursor: not-allowed;
  color: #88909b;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu .e-plus-icon:before {
  content: "+";
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu .sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu .sub-arrow i {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu
  .sub-arrow
  .fa.fa-chevron-down,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu
  .sub-arrow
  .fas.fa-chevron-down {
  font-size: 0.7em;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu
  .sub-arrow
  .e-font-icon-svg {
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu
  .sub-arrow
  .e-font-icon-svg.fa-svg-chevron-down {
  height: 0.7em;
  width: 0.7em;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown
  .elementor-item.elementor-item-active,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown
  .elementor-item.highlighted,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown
  .elementor-item:focus,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown
  .elementor-item:hover,
:where(.pre-black-friday-wrapper) .elementor-sub-item.elementor-item-active,
:where(.pre-black-friday-wrapper) .elementor-sub-item.highlighted,
:where(.pre-black-friday-wrapper) .elementor-sub-item:focus,
:where(.pre-black-friday-wrapper) .elementor-sub-item:hover {
  background-color: #3f444b;
  color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--nav-menu-icon-size, 22px);
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #33373d;
}
:where(.pre-black-friday-wrapper)
  .elementor-menu-toggle.elementor-active
  .elementor-menu-toggle__icon--open,
:where(.pre-black-friday-wrapper)
  .elementor-menu-toggle:not(.elementor-active)
  .elementor-menu-toggle__icon--close {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-menu-toggle .e-font-icon-svg {
  fill: #33373d;
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper) .elementor-menu-toggle svg {
  width: 1em;
  height: auto;
  fill: var(--nav-menu-icon-color, currentColor);
}
:where(.pre-black-friday-wrapper) span.elementor-menu-toggle__icon--close,
:where(.pre-black-friday-wrapper) span.elementor-menu-toggle__icon--open {
  line-height: 1;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown-none
  .elementor-menu-toggle,
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown-none
  .elementor-nav-menu--dropdown {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  overflow-y: auto;
  overflow-x: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--dropdown.elementor-nav-menu__container
  .elementor-sub-item {
  font-size: 0.85em;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu--dropdown a {
  color: #33373d;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu--dropdown a.current {
  background: #1f2124;
  color: #fff;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu--dropdown a.disabled {
  color: #b3b3b3;
}
:where(.pre-black-friday-wrapper) ul.elementor-nav-menu--dropdown a,
:where(.pre-black-friday-wrapper) ul.elementor-nav-menu--dropdown a:focus,
:where(.pre-black-friday-wrapper) ul.elementor-nav-menu--dropdown a:hover {
  text-shadow: none;
  border-left: 8px solid transparent;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu__text-align-center
  .elementor-nav-menu--dropdown
  .elementor-nav-menu
  a {
  justify-content: center;
}
:where(.pre-black-friday-wrapper) .elementor-nav-menu--toggle {
  --menu-height: 100vh;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--toggle
  .elementor-menu-toggle:not(.elementor-active)
  + .elementor-nav-menu__container {
  transform: scaleY(0);
  max-height: 0;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--toggle
  .elementor-menu-toggle.elementor-active
  + .elementor-nav-menu__container {
  transform: scaleY(1);
  max-height: var(--menu-height);
  animation: hide-scroll 0.3s backwards;
}
:where(.pre-black-friday-wrapper)
  .elementor-nav-menu--stretch
  .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: absolute;
  z-index: 9997;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile
    .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: 768px) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile
    .elementor-menu-toggle,
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile
    .elementor-nav-menu--dropdown {
    display: none;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile_extra
    .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile_extra
    .elementor-menu-toggle,
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile_extra
    .elementor-nav-menu--dropdown {
    display: none;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-mobile_extra
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet
    .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: 1025px) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet
    .elementor-menu-toggle,
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet
    .elementor-nav-menu--dropdown {
    display: none;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet_extra
    .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet_extra
    .elementor-menu-toggle,
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet_extra
    .elementor-nav-menu--dropdown {
    display: none;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-nav-menu--dropdown-tablet_extra
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
:where(.pre-black-friday-wrapper) .elementor-gallery__container {
  min-height: 1px;
}
:where(.pre-black-friday-wrapper) .elementor-gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: solid var(--image-border-width) var(--image-border-color);
  border-radius: var(--image-border-radius);
}
:where(.pre-black-friday-wrapper) .elementor-gallery-item__content,
:where(.pre-black-friday-wrapper) .elementor-gallery-item__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
:where(.pre-black-friday-wrapper) .elementor-gallery-item__overlay {
  mix-blend-mode: var(--overlay-mix-blend-mode);
  transition-duration: var(--overlay-transition-duration);
  transition-property: mix-blend-mode, transform, opacity, background-color;
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery-item__image.e-gallery-image {
  transition-duration: var(--image-transition-duration);
  transition-property: filter, transform;
}
:where(.pre-black-friday-wrapper) .elementor-gallery-item__content {
  display: flex;
  flex-direction: column;
  justify-content: var(--content-justify-content, center);
  align-items: center;
  text-align: var(--content-text-align);
  padding: var(--content-padding);
}
:where(.pre-black-friday-wrapper) .elementor-gallery-item__content > div {
  transition-duration: var(--content-transition-duration);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery-item__content.elementor-gallery--sequenced-animation
  > div:nth-child(2) {
  transition-delay: calc(var(--content-transition-delay) / 3);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery-item__content.elementor-gallery--sequenced-animation
  > div:nth-child(3) {
  transition-delay: calc(var(--content-transition-delay) / 3 * 2);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery-item__content.elementor-gallery--sequenced-animation
  > div:nth-child(4) {
  transition-delay: calc(var(--content-transition-delay) / 3 * 3);
}
:where(.pre-black-friday-wrapper) .elementor-gallery-item__description {
  color: var(--description-text-color, #fff);
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-gallery-item__title {
  color: var(--title-text-color, #fff);
  font-weight: 700;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .elementor-gallery__titles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--titles-container-justify-content, center);
  margin-bottom: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container:not(.e--pointer-framed)
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container:not(.e--pointer-framed)
  .elementor-item:before {
  background-color: var(--galleries-pointer-bg-color-hover);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container:not(.e--pointer-framed)
  .elementor-item.elementor-item-active:after,
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container:not(.e--pointer-framed)
  .elementor-item.elementor-item-active:before {
  background-color: var(--galleries-pointer-bg-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed
  .elementor-item:before {
  border-color: var(--galleries-pointer-bg-color-hover);
  border-width: var(--galleries-pointer-border-width);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed
  .elementor-item:after {
  border-color: var(--galleries-pointer-bg-color-hover);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed
  .elementor-item.elementor-item-active:after,
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed
  .elementor-item.elementor-item-active:before {
  border-color: var(--galleries-pointer-bg-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed.e--animation-draw
  .elementor-item:before {
  border-left-width: var(--galleries-pointer-border-width);
  border-bottom-width: var(--galleries-pointer-border-width);
  border-right-width: 0;
  border-top-width: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed.e--animation-draw
  .elementor-item:after {
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: var(--galleries-pointer-border-width);
  border-top-width: var(--galleries-pointer-border-width);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed.e--animation-corners
  .elementor-item:before {
  border-left-width: var(--galleries-pointer-border-width);
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: var(--galleries-pointer-border-width);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container.e--pointer-framed.e--animation-corners
  .elementor-item:after {
  border-left-width: 0;
  border-bottom-width: var(--galleries-pointer-border-width);
  border-right-width: var(--galleries-pointer-border-width);
  border-top-width: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container
  .e--pointer-double-line
  .elementor-item:after,
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container
  .e--pointer-double-line
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container
  .e--pointer-overline
  .elementor-item:before,
:where(.pre-black-friday-wrapper)
  .elementor-gallery__titles-container
  .e--pointer-underline
  .elementor-item:after {
  height: var(--galleries-pointer-border-width);
}
:where(.pre-black-friday-wrapper) .elementor-gallery-title {
  --space-between: 10px;
  cursor: pointer;
  color: #6d7882;
  font-weight: 500;
  position: relative;
  padding: 7px 14px;
  transition: all 0.3s;
}
:where(.pre-black-friday-wrapper) .elementor-gallery-title--active {
  color: #495157;
}
:where(.pre-black-friday-wrapper) .elementor-gallery-title:not(:last-child) {
  margin-right: var(--space-between);
}
:where(.pre-black-friday-wrapper)
  .elementor-gallery-item__title
  + .elementor-gallery-item__description {
  margin-top: var(--description-margin-top);
}
:where(.pre-black-friday-wrapper) .e-gallery-item.elementor-gallery-item {
  transition-property: all;
}
:where(.pre-black-friday-wrapper)
  .e-gallery-item.elementor-animated-content
  .elementor-animated-item--enter-from-bottom,
:where(.pre-black-friday-wrapper)
  .e-gallery-item.elementor-animated-content
  .elementor-animated-item--enter-from-left,
:where(.pre-black-friday-wrapper)
  .e-gallery-item.elementor-animated-content
  .elementor-animated-item--enter-from-right,
:where(.pre-black-friday-wrapper)
  .e-gallery-item.elementor-animated-content
  .elementor-animated-item--enter-from-top,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:focus
  .elementor-gallery__item-overlay-bg,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:focus
  .elementor-gallery__item-overlay-content,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:focus
  .elementor-gallery__item-overlay-content__description,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:focus
  .elementor-gallery__item-overlay-content__title,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:hover
  .elementor-gallery__item-overlay-bg,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:hover
  .elementor-gallery__item-overlay-content,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:hover
  .elementor-gallery__item-overlay-content__description,
:where(.pre-black-friday-wrapper)
  .e-gallery-item:hover
  .elementor-gallery__item-overlay-content__title {
  opacity: 1;
}
:where(.pre-black-friday-wrapper) a.elementor-item.elementor-gallery-title {
  color: var(--galleries-title-color-normal);
}
:where(.pre-black-friday-wrapper)
  a.elementor-item.elementor-gallery-title.elementor-item-active,
:where(.pre-black-friday-wrapper)
  a.elementor-item.elementor-gallery-title.highlighted,
:where(.pre-black-friday-wrapper)
  a.elementor-item.elementor-gallery-title:focus,
:where(.pre-black-friday-wrapper)
  a.elementor-item.elementor-gallery-title:hover {
  color: var(--galleries-title-color-hover);
}
:where(.pre-black-friday-wrapper)
  a.elementor-item.elementor-gallery-title.elementor-item-active {
  color: var(--gallery-title-color-active);
}
:where(.pre-black-friday-wrapper) .e-con-inner > .elementor-widget-gallery,
:where(.pre-black-friday-wrapper) .e-con > .elementor-widget-gallery {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-table-of-contents
  .elementor-toc__header-title {
  color: var(--header-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-table-of-contents.elementor-toc--collapsed
  .elementor-toc__toggle-button--collapse,
:where(.pre-black-friday-wrapper)
  .elementor-widget-table-of-contents:not(.elementor-toc--collapsed)
  .elementor-toc__toggle-button--expand {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-table-of-contents
  .elementor-widget-container {
  min-height: var(--box-min-height);
  border: var(--box-border-width, 1px) solid var(--box-border-color, #9da5ae);
  border-radius: var(--box-border-radius, 3px);
  background-color: var(--box-background-color);
  transition: min-height 0.4s;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--box-padding, 20px);
  background-color: var(--header-background-color);
  border-bottom: var(--separator-width, 1px) solid
    var(--box-border-color, #9da5ae);
}
:where(.pre-black-friday-wrapper) .elementor-toc__header-title {
  font-size: 18px;
  margin: 0;
  color: var(--header-color);
}
:where(.pre-black-friday-wrapper) .elementor-toc__toggle-button {
  cursor: pointer;
  display: inline-flex;
}
:where(.pre-black-friday-wrapper) .elementor-toc__toggle-button i {
  color: var(--toggle-button-color);
}
:where(.pre-black-friday-wrapper) .elementor-toc__toggle-button svg {
  height: 1em;
  width: 1em;
  fill: var(--toggle-button-color);
}
:where(.pre-black-friday-wrapper) .elementor-toc__spinner-container {
  text-align: center;
}
:where(.pre-black-friday-wrapper) .elementor-toc__spinner {
  font-size: 2em;
}
:where(.pre-black-friday-wrapper) .elementor-toc__spinner.e-font-icon-svg {
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper) .elementor-toc__body {
  padding: var(--box-padding, 20px);
  max-height: var(--toc-body-max-height);
  overflow-y: auto;
}
:where(.pre-black-friday-wrapper) .elementor-toc__body::-webkit-scrollbar {
  width: 7px;
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__body::-webkit-scrollbar-thumb {
  background-color: #babfc5;
  border-radius: 10px;
}
:where(.pre-black-friday-wrapper) .elementor-toc__list-wrapper {
  list-style: none;
  padding: 0;
}
:where(.pre-black-friday-wrapper) .elementor-toc__list-item {
  margin-bottom: 0.5em;
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__list-item.elementor-item-active {
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__list-item
  .elementor-toc__list-wrapper {
  margin-top: 0.5em;
  margin-left: var(--nested-list-indent, 1em);
}
:where(.pre-black-friday-wrapper) .elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
  text-decoration: var(--item-text-hover-decoration);
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
  text-decoration: var(--item-text-active-decoration);
}
:where(.pre-black-friday-wrapper) .elementor-toc__list-item-text-wrapper {
  display: flex;
  align-items: center;
}
:where(.pre-black-friday-wrapper) .elementor-toc__list-item-text-wrapper:before,
:where(.pre-black-friday-wrapper) .elementor-toc__list-item-text-wrapper i {
  margin-right: 8px;
  color: var(--marker-color);
}
:where(.pre-black-friday-wrapper) .elementor-toc__list-item-text-wrapper svg {
  margin-right: 8px;
  fill: var(--marker-color);
  height: var(--marker-size, 0.5em);
  width: var(--marker-size, 0.5em);
}
:where(.pre-black-friday-wrapper) .elementor-toc__list-item-text-wrapper i {
  font-size: var(--marker-size, 0.5em);
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__list-item-text-wrapper:before {
  font-size: var(--marker-size, 1em);
}
:where(.pre-black-friday-wrapper)
  .elementor-toc--content-ellipsis
  .elementor-toc__list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__list-items--collapsible
  > .elementor-toc__list-wrapper
  > .elementor-toc__list-item
  > .elementor-toc__list-wrapper {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-toc__heading-anchor {
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__body
  .elementor-toc__list-item-text {
  color: var(--item-text-color);
  -webkit-text-decoration: var(--item-text-decoration);
  text-decoration: var(--item-text-decoration);
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__body
  .elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
  text-decoration: var(--item-text-hover-decoration);
}
:where(.pre-black-friday-wrapper)
  .elementor-toc__body
  .elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
  text-decoration: var(--item-text-active-decoration);
}
:where(.pre-black-friday-wrapper) ol.elementor-toc__list-wrapper {
  counter-reset: item;
}
:where(.pre-black-friday-wrapper)
  ol.elementor-toc__list-wrapper
  .elementor-toc__list-item {
  counter-increment: item;
}
:where(.pre-black-friday-wrapper)
  ol.elementor-toc__list-wrapper
  .elementor-toc__list-item-text-wrapper:before {
  content: counters(item, ".") ". ";
}
:where(.pre-black-friday-wrapper) .e-lottie__container {
  display: inline-block;
  max-width: var(--lottie-container-max-width);
  width: var(--lottie-container-width);
  opacity: var(--lottie-container-opacity);
}
:where(.pre-black-friday-wrapper) .e-lottie__container:hover {
  opacity: var(--lottie-container-opacity-hover);
  transition-duration: var(--lottie-container-transition-duration-hover);
}
:where(.pre-black-friday-wrapper) .e-lottie__container svg,
:where(.pre-black-friday-wrapper) .e-lottie__container svg * {
  transition: none !important;
}
:where(.pre-black-friday-wrapper) .e-lottie__caption {
  color: var(--caption-color);
  margin-top: var(--caption-margin-top);
  text-align: var(--caption-text-align);
}
:where(.pre-black-friday-wrapper) .e-tabs-inner-tabs {
  text-align: left;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
:where(.pre-black-friday-wrapper) .e-tabs-inner-tabs .e-tab-content {
  padding-top: 32px;
}
:where(.pre-black-friday-wrapper) .e-tabs-inner-tabs .e-inner-tabs-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-wrapper:after {
  content: "";
  width: 100%;
  height: var(--inner-tabs-border-height, 1px);
  background-color: var(--inner-tabs-border-color, #d5d8dc);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-wrapper
  .e-inner-tab-title {
  font-weight: 700;
  min-width: 140px;
  line-height: 38px;
  height: 38px;
  box-sizing: content-box;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-wrapper
  .e-inner-tab-title
  a {
  color: #3f444b;
  padding: 0 36px;
  display: block;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-wrapper
  .e-inner-tab-title.e-inner-tab-active {
  border-color: #0c0d0e #0c0d0e transparent;
  border-left-width: 0;
  border-bottom: 1px solid #0c0d0e;
  border-right-width: 0;
  border-top-width: 0;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-wrapper
  .e-inner-tab-title.e-inner-tab-active
  a {
  color: #0c0d0e;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-tab-mobile-title {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content {
  display: none;
  padding: 20px;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content
  .e-inner-tab-text {
  color: #1f2124;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content.e-inner-tab-active {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content
  .e-inner-tab-buttons {
  margin-top: 24px;
  display: none;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content
  .e-inner-tab-buttons
  button {
  display: none;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  border: none;
  background: transparent;
  padding: 0;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content.collapsible
  .e-inner-tab-text {
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content.collapsible
  button {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content.collapsible.show-inner-tab-buttons
  .e-inner-tab-buttons,
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content.collapsible
  button.show-button {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .e-tabs-inner-tabs
  .e-inner-tabs-content-wrapper
  .e-inner-tab-content.show-full-height
  div.e-inner-tab-text {
  height: auto;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .e-tabs-inner-tabs
    > .e-tab-content:first-child {
    padding-top: 24px;
  }
  :where(.pre-black-friday-wrapper) .e-tabs-inner-tabs .e-inner-tabs-wrapper {
    display: none;
  }
  :where(.pre-black-friday-wrapper)
    .e-tabs-inner-tabs
    .e-inner-tabs-content-wrapper {
    border: solid #d5d8dc;
    border-width: 1px 1px 0;
  }
  :where(.pre-black-friday-wrapper)
    .e-tabs-inner-tabs
    .e-inner-tabs-content-wrapper
    .e-tab-mobile-title {
    border: solid #d5d8dc;
    border-width: 0 0 1px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 38px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
    display: block;
  }
  :where(.pre-black-friday-wrapper)
    .e-tabs-inner-tabs
    .e-inner-tabs-content-wrapper
    .e-inner-tab-content {
    border: solid #d5d8dc;
    border-width: 0 0 1px;
    padding: 20px;
  }
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist.elementor-layout-end
  .e-tabs-main-area {
  flex-direction: row;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist.elementor-layout-end
    .e-tabs-main-area {
    flex-direction: column-reverse;
  }
}
:where(.pre-black-friday-wrapper) .elementor-widget-video-playlist {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
:where(.pre-black-friday-wrapper) .elementor-widget-video-playlist .e-tabs {
  display: flex;
  flex-direction: column;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-main-area {
  display: flex;
  flex-direction: row-reverse;
  height: 434px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 33%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header {
  background-color: var(--e-a-bg-default);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 0 16px;
  min-height: 56px;
  border-bottom: 1px solid #d5d8dc;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header
  .e-tabs-header-right-side {
  display: inline-flex;
  flex-shrink: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header
  .e-tabs-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin: auto 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header
  .e-tabs-videos-count {
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 20px;
  align-self: flex-start;
  padding: 18px 0 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header
  .e-tabs-toggle-videos-display-button {
  display: none;
  margin: auto 0 auto 8px;
  cursor: pointer;
  padding: 0 4px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header
  .e-tabs-toggle-videos-display-button.e-font-icon-svg {
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header
  .rotate-up {
  transform: rotate(-180deg);
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-header
  .rotate-down {
  transform: rotate(0deg);
  transition: 0.3s;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper {
  background-color: var(--e-a-bg-default);
  overflow: hidden;
  position: relative;
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tabs-items {
  overflow: auto;
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-section-title {
  border-color: #d5d8dc;
  font-size: 14px;
  height: 36px;
  padding: 0 16px;
  line-height: 36px;
  margin: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-width: 0;
  box-sizing: content-box;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title {
  background-color: var(--e-a-bg-default);
  border-color: #d5d8dc;
  border-width: 0 0 1px;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  outline: none;
  padding: 0 16px;
  box-sizing: content-box;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  i {
  text-shadow: 0 0 3px #000;
  color: #fff;
  font-size: var(--playlist-item-icon-size, 16px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  svg {
  text-shadow: 0 0 3px #000;
  color: #fff;
  fill: #fff;
  width: var(--playlist-item-icon-size, 16px);
  height: var(--playlist-item-icon-size, 16px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  svg
  path {
  fill: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover {
  background-color: #f1f2f3;
  border-color: #d5d8dc;
  border-width: 0 0 1px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  svg {
  text-shadow: 0 0 3px #000;
  color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  svg
  path,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  svg
  path {
  fill: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.e-active
  .e-tab-title-text,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title:hover
  .e-tab-title-text {
  font-size: 14px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .icon-play,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .icon-watched {
  display: inline-flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail {
  background-color: #d5d8dc;
  position: relative;
  margin: auto 0;
  flex-shrink: 0;
  width: 75px;
  height: 42px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail
  img {
  -o-object-fit: fill;
  object-fit: fill;
  width: 75px;
  height: 42px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-thumbnail
  svg {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-weight: 900;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-title-text {
  font-size: 14px;
  margin: auto 8px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  svg {
  margin: auto 0;
  vertical-align: middle;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .e-tab-duration {
  font-size: 14px;
  margin: auto 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title
  .icon-watched,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.watched-video
  .icon-play {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .e-tab-title.watched-video
  .icon-watched {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .shadow-top {
  display: none;
  height: 98px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, transparent, #fff);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper
  .shadow-bottom {
  display: none;
  height: 98px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper.bottom-shadow
  .shadow-bottom,
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-items-wrapper.top-shadow
  .shadow-top {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-content-wrapper {
  flex-grow: 1;
  height: 100%;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-content-wrapper
  .elementor-custom-embed-image-overlay {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-content-wrapper
  .e-tab-mobile-title {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-content-wrapper
  .e-tab-content {
  background-color: #000;
  display: none;
  height: 100%;
  outline: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-content-wrapper
  .e-tab-content
  > div {
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-content-wrapper
  .e-tab-content
  iframe {
  height: 100%;
  max-height: 100% !important;
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-content-wrapper
  .e-tab-content
  video {
  height: 100%;
  background-color: #000;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-video-playlist
  .e-tabs-inner-tabs
  .e-tab-content {
  display: none;
  outline: none;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-main-area {
    flex-direction: column-reverse;
    height: auto;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-main-area
    .e-tabs-content-wrapper {
    border: none;
    height: 38%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-wrapper {
    width: auto;
    height: 62%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-items-wrapper
    .e-tabs-items {
    max-height: 248px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-items-wrapper
    .e-tabs-items
    .e-tab-title {
    border: none;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-header {
    min-height: 48px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-header
    .e-tabs-toggle-videos-display-button {
    display: inline-flex;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tabs-header
    .e-tabs-videos-count {
    margin: 0 6px;
    padding: 14px 0 0;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-video-playlist
    .e-tab-content {
    border: none;
    padding: 0;
    display: flex;
  }
}
:where(.pre-black-friday-wrapper) .elementor-payment-button {
  border: none;
}
:where(.pre-black-friday-wrapper) .elementor-scrolling-tracker {
  --scrolling-track-default-progress-color: #61ce70;
  --scrolling-track-default-color: #eee;
  --scrolling-track-precentage-default-color: $black;
}
:where(.pre-black-friday-wrapper) .elementor-scrolling-tracker-horizontal {
  display: flex;
  width: 100%;
  height: var(--horizontal-height, 20px);
  padding: var(--tracker-padding);
  align-items: center;
  border-left: var(--horizontal-border-left-width, 2px)
    var(--horizontal-border-style) var(--horizontal-border-color);
  border-bottom: var(--horizontal-border-bottom-width, 2px)
    var(--horizontal-border-style) var(--horizontal-border-color);
  border-right: var(--horizontal-border-right-width, 2px)
    var(--horizontal-border-style) var(--horizontal-border-color);
  border-top: var(--horizontal-border-top-width, 2px)
    var(--horizontal-border-style) var(--horizontal-border-color);
  border-radius: var(--border-radius);
  background-color: var(--scrolling-track-default-color);
  direction: var(--direction);
}
:where(.pre-black-friday-wrapper)
  .elementor-scrolling-tracker-horizontal
  .current-progress {
  display: none;
  height: 100%;
  align-items: center;
  position: relative;
  border-radius: var(--progress-border-radius);
  border-left: var(--horizontal-progress-border-left-width, 2px)
    var(--horizontal-progress-border) var(--horizontal-progress-border-color);
  border-bottom: var(--horizontal-progress-border-bottom-width, 2px)
    var(--horizontal-progress-border) var(--horizontal-progress-border-color);
  border-right: var(--horizontal-progress-border-right-width, 2px)
    var(--horizontal-progress-border) var(--horizontal-progress-border-color);
  border-top: var(--horizontal-progress-border-top-width, 2px)
    var(--horizontal-progress-border) var(--horizontal-progress-border-color);
  background-color: var(--scrolling-track-default-progress-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-scrolling-tracker-horizontal
  .current-progress
  .current-progress-percentage {
  inset-inline-end: 0.5em;
  inset-inline-start: auto;
  position: absolute;
  direction: var(--text-direction);
  color: var(
    --percentage-color,
    var(--scrolling-track-precentage-default-color)
  );
}
:where(.pre-black-friday-wrapper) .elementor-scrolling-tracker-circular {
  display: flex;
  width: var(--circular-width, 100px);
  height: var(--circular-height, 100px);
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-scrolling-tracker-circular
  .current-progress-percentage {
  position: absolute;
  color: var(
    --percentage-color,
    var(--scrolling-track-precentage-default-color)
  );
}
:where(.pre-black-friday-wrapper) .elementor-scrolling-tracker-circular svg {
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .elementor-scrolling-tracker-circular
  .current-progress {
  display: none;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: var(--circular-color, var(--scrolling-track-default-progress-color));
  fill: transparent;
  stroke-width: var(--circular-progress-width, 4px);
}
:where(.pre-black-friday-wrapper)
  .elementor-scrolling-tracker-circular
  .circle {
  stroke: var(
    --circular-background-color,
    var(--scrolling-track-default-color)
  );
  fill: transparent;
  stroke-width: var(--circular-background-width, 4px);
}
:where(.pre-black-friday-wrapper) .elementor-scrolling-tracker-alignment-left {
  margin-left: 0;
  margin-right: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-scrolling-tracker-alignment-center {
  margin-left: auto;
  margin-right: auto;
}
:where(.pre-black-friday-wrapper) .elementor-scrolling-tracker-alignment-right {
  margin-left: auto;
  margin-right: 0;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-progress-tracker,
:where(.pre-black-friday-wrapper) .e-con > .elementor-widget-progress-tracker {
  width: var(--container-widget-width);
  --flex-grow: var(--container-widget-flex-grow);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-1
  .elementor-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-2
  .elementor-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-3
  .elementor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-4
  .elementor-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-5
  .elementor-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-6
  .elementor-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-7
  .elementor-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-8
  .elementor-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-9
  .elementor-grid {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-10
  .elementor-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-11
  .elementor-grid {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid-12
  .elementor-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-1
    .elementor-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-2
    .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-3
    .elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-4
    .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-5
    .elementor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-6
    .elementor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-7
    .elementor-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-8
    .elementor-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-9
    .elementor-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-10
    .elementor-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-11
    .elementor-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-widescreen-12
    .elementor-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-1
    .elementor-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-2
    .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-3
    .elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-4
    .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-5
    .elementor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-6
    .elementor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-7
    .elementor-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-8
    .elementor-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-9
    .elementor-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-10
    .elementor-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-11
    .elementor-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-laptop-12
    .elementor-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-1
    .elementor-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-2
    .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-3
    .elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-4
    .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-5
    .elementor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-6
    .elementor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-7
    .elementor-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-8
    .elementor-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-9
    .elementor-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-10
    .elementor-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-11
    .elementor-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet_extra-12
    .elementor-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-1
    .elementor-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-2
    .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-3
    .elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-4
    .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-5
    .elementor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-6
    .elementor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-7
    .elementor-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-8
    .elementor-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-9
    .elementor-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-10
    .elementor-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-11
    .elementor-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-tablet-12
    .elementor-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-1
    .elementor-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-2
    .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-3
    .elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-4
    .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-5
    .elementor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-6
    .elementor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-7
    .elementor-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-8
    .elementor-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-9
    .elementor-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-10
    .elementor-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-11
    .elementor-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile_extra-12
    .elementor-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-1
    .elementor-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-2
    .elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-3
    .elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-4
    .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-5
    .elementor-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-6
    .elementor-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-7
    .elementor-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-8
    .elementor-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-9
    .elementor-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-10
    .elementor-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-11
    .elementor-grid {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  :where(.pre-black-friday-wrapper)
    .elementor-widget-loop-grid-mobile-12
    .elementor-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
:where(.pre-black-friday-wrapper) .elementor-widget-loop-grid .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 30px);
  grid-row-gap: var(--grid-row-gap, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  .e-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  animation: loadingOpacityAnimation 1s infinite alternate;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  .e-loop__load-more {
  text-align: var(--load-more-button-align);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  .e-loop__load-more
  .elementor-button {
  width: var(--load-more-button-width);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-pagination-loading
  > .elementor-widget-container {
  cursor: default;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner {
  margin-top: var(--load-more—spacing, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-pagination-loading
  > .elementor-widget-container
  .e-load-more-spinner
  svg {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-pagination-loading
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button-content-wrapper {
  visibility: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-pagination-end
  > .elementor-widget-container
  > .elementor-button-wrapper {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-pagination-end
  > .elementor-widget-container
  > .e-load-more-message {
  display: block;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid.e-load-more-no-spinner
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button-content-wrapper {
  visibility: visible;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  .e-load-more-spinner {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  .e-load-more-spinner
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  .e-load-more-spinner
  svg {
  margin: 0 auto;
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  .e-load-more-spinner
  i {
  color: var(--load-more-spinner-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  .e-load-more-spinner
  svg {
  fill: var(--load-more-spinner-color);
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  .e-load-more-message {
  color: var(--load-more-message-color);
  text-align: var(--load-more-message-alignment, center);
  display: none;
  margin-top: var(--load-more—spacing, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  > .elementor-button-wrapper {
  margin-top: var(--load-more—spacing, 30px);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  > .elementor-button-wrapper
  .e-load-more-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  > .elementor-widget-container
  > .elementor-button-wrapper
  .elementor-button {
  cursor: pointer;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-loop-container.elementor-posts-masonry {
  align-items: flex-start;
}
:where(.pre-black-friday-wrapper)
  .elementor-loop-container:not(.elementor-posts-masonry) {
  align-items: stretch;
}
@keyframes loadingOpacityAnimation {
  0% {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
  50% {
    background-color: hsla(0, 0%, 100%, 0.7);
  }
  to {
    background-color: hsla(0, 0%, 100%, 0.8);
  }
}
:where(.pre-black-friday-wrapper) .elementor-widget-loop-carousel {
  --swiper-pagination-size: 0;
  --swiper-pagination-spacing: 10px;
  --swiper-slides-gap: 10px;
  --swiper-offset-size: 0;
  height: -moz-fit-content;
  height: fit-content;
  --swiper-padding-bottom: calc(
    var(--swiper-pagination-size) + var(--swiper-pagination-spacing)
  );
  --arrow-prev-top-align: 50%;
  --arrow-prev-top-position: 0px;
  --arrow-prev-caption-spacing: 15px;
  --arrow-next-top-align: 50%;
  --arrow-next-top-position: 0px;
  --arrow-next-caption-spacing: 15px;
  --arrow-prev-left-align: 0px;
  --arrow-prev-left-position: 0px;
  --arrow-next-right-align: 0px;
  --arrow-next-right-position: 0px;
  --arrow-next-translate-x: 0px;
  --arrow-next-translate-y: 0px;
  --arrow-prev-translate-x: 0px;
  --arrow-prev-translate-y: 0px;
  --dots-vertical-position: 100%;
  --dots-vertical-offset: 0px;
  --dots-horizontal-position: 50%;
  --dots-horizontal-offset: 0px;
  --dots-horizontal-transform: -50%;
  --dots-vertical-transform: -100%;
  --fraction-vertical-position: 100%;
  --fraction-vertical-offset: 0px;
  --fraction-horizontal-position: 50%;
  --fraction-horizontal-offset: 0px;
  --fraction-horizontal-transform: -50%;
  --fraction-vertical-transform: -100%;
  --horizontal-transform-modifier: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-type-bullets {
  --swiper-pagination-size: 6px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-type-fraction {
  --swiper-pagination-size: 16px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-type-progressbar {
  --swiper-pagination-size: 4px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-loop-container
  > .swiper-wrapper
  > .swiper-slide-active.elementor-edit-area-active {
  overflow: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-loop-container.offset-left {
  -webkit-padding-start: var(--swiper-offset-size, 0);
  padding-inline-start: var(--swiper-offset-size, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-loop-container.offset-right {
  -webkit-padding-end: var(--swiper-offset-size, 0);
  padding-inline-end: var(--swiper-offset-size, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-loop-container.offset-both {
  -webkit-padding-start: var(--swiper-offset-size, 0);
  padding-inline-start: var(--swiper-offset-size, 0);
  -webkit-padding-end: var(--swiper-offset-size, 0);
  padding-inline-end: var(--swiper-offset-size, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-container:not(.swiper-container-initialized)
  > .swiper-wrapper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper:not(.swiper-initialized)
  > .swiper-wrapper {
  gap: var(--swiper-slides-gap);
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-container:not(.swiper-container-initialized)
  > .swiper-wrapper
  > .swiper--slide,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper:not(.swiper-initialized)
  > .swiper-wrapper
  > .swiper--slide {
  --number-of-gaps: max(calc(var(--swiper-slides-to-display) - 1), 0);
  --gaps-width-total: calc(var(--number-of-gaps) * var(--swiper-slides-gap));
  max-width: calc(
    (100% - var(--gaps-width-total)) / var(--swiper-slides-to-display, 1)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .e-loop-first-edit {
  min-width: 33%;
  -webkit-margin-before: 23px;
  margin-block-start: 23px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-wrapper
  .swiper-slide
  a.e-con {
  display: var(--display);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-prev {
  font-size: var(--arrow-size, 25px);
  color: var(--arrow-normal-color, hsla(0, 0%, 93.3%, 0.9));
  border-style: var(--arrow-normal-border-type);
  transition-duration: 0.25s;
  z-index: 2;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-next
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-prev
  svg {
  fill: var(--arrow-normal-color, hsla(0, 0%, 93.3%, 0.9));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-next:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-prev:hover {
  color: var(--arrow-hover-color, hsla(0, 0%, 93.3%, 0.9));
  border-style: var(--arrow-hover-border-type);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-next:hover
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .elementor-swiper-button.elementor-swiper-button-prev:hover
  svg {
  fill: var(--arrow-hover-color, hsla(0, 0%, 93.3%, 0.9));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-element:is(
    .swiper,
    .swiper-container
  )
  ~ .elementor-swiper-button-next {
  top: calc(
    var(--arrow-next-top-align) + var(--arrow-next-top-position) -
      var(--arrow-next-caption-spacing)
  );
  right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
  transform: translate(
    var(--arrow-next-translate-x),
    var(--arrow-next-translate-y)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-element:is(
    .swiper,
    .swiper-container
  )
  ~ .elementor-swiper-button-prev {
  top: calc(
    var(--arrow-prev-top-align) + var(--arrow-prev-top-position) -
      var(--arrow-prev-caption-spacing)
  );
  left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
  transform: translate(
    var(--arrow-prev-translate-x),
    var(--arrow-prev-translate-y)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-container-horizontal
  ~ .swiper-pagination-progressbar,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-horizontal
  ~ .swiper-pagination-progressbar {
  height: var(--swiper-pagination-size);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--progressbar-normal-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill:hover {
  background: var(--progressbar-hover-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-fraction {
  color: var(--fraction-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-bullet {
  width: var(--swiper-pagination-size);
  height: var(--swiper-pagination-size);
  background: var(--dots-normal-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-bullet:hover {
  background: var(--dots-hover-color, #000);
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-in-place-template-editable
  .elementor-loop-container {
  overflow: visible;
  overflow-x: clip;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-horizontal
  > .swiper-pagination-bullets,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-bullets.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-custom,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-fraction {
  font-size: var(--swiper-pagination-size);
  line-height: var(--swiper-pagination-size);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper-container {
  padding-bottom: var(--swiper-padding-bottom);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper-container
  .elementor-background-slideshow,
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper
  .elementor-background-slideshow {
  padding-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  .swiper-pagination-bullet {
  vertical-align: top;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-bullets {
  top: calc(var(--dots-vertical-position) + var(--dots-vertical-offset));
  left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
  transform: translate(
    calc(
      var(--dots-horizontal-transform) * var(--horizontal-transform-modifier)
    ),
    var(--dots-vertical-transform)
  );
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-carousel
  .swiper-pagination-fraction {
  top: calc(
    var(--fraction-vertical-position) + var(--fraction-vertical-offset)
  );
  left: calc(
    var(--fraction-horizontal-position) + var(--fraction-horizontal-offset)
  );
  transform: translate(
    calc(
      var(--fraction-horizontal-transform) *
        var(--horizontal-transform-modifier)
    ),
    var(--fraction-vertical-transform)
  );
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}
:where(.pre-black-friday-wrapper) .e-loop-item * {
  word-break: break-word;
}
:where(.pre-black-friday-wrapper)
  [class*="elementor-widget-loop"]
  .elementor-page-title,
:where(.pre-black-friday-wrapper)
  [class*="elementor-widget-loop"]
  .product_title.entry-title {
  display: initial;
}
:where(.pre-black-friday-wrapper) .e-loop-template-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
:where(.pre-black-friday-wrapper)
  .e-loop-template-canvas
  [data-elementor-type="loop-item"].e-loop-item {
  max-width: var(--preview-width, 410px);
  width: var(--preview-width, 410px);
}
:where(.pre-black-friday-wrapper)
  .e-loop-template-canvas
  [data-elementor-type="loop-item"].e-loop-item
  #elementor-add-new-section {
  width: var(--preview-width, 410px);
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu {
  --n-menu-direction: column;
  --n-menu-wrapper-display: flex;
  --n-menu-content-display: flex;
  --n-menu-heading-display: flex;
  --n-menu-heading-justify-content: initial;
  --n-menu-title-color-normal: #1f2124;
  --n-menu-title-color-active: #58d0f5;
  --n-menu-icon-color: var(--n-menu-title-color-normal);
  --n-menu-icon-color-active: var(--n-menu-title-color-active);
  --n-menu-icon-color-hover: var(--n-menu-title-color-hover);
  --n-menu-title-normal-color-dropdown: var(--n-menu-title-color-normal);
  --n-menu-title-active-color-dropdown: var(--n-menu-title-color-active);
  --n-menu-title-hover-color-fallback: #1f2124;
  --n-menu-title-font-size: 1rem;
  --n-menu-title-justify-content: initial;
  --n-menu-title-flex-grow: initial;
  --n-menu-title-justify-content-mobile: initial;
  --n-menu-title-space-between: 0px;
  --n-menu-title-distance-from-content: 0px;
  --n-menu-title-color-hover: #1f2124;
  --n-menu-title-padding: 0.5rem 1rem;
  --n-menu-title-transition: 0.3s;
  --n-menu-title-line-height: 1.5;
  --n-menu-title-order: initial;
  --n-menu-title-direction: initial;
  --n-menu-title-align-items: center;
  --n-menu-toggle-align: center;
  --n-menu-toggle-icon-wrapper-animation-duration: 500ms;
  --n-menu-toggle-icon-hover-duration: 500ms;
  --n-menu-toggle-icon-size: 20px;
  --n-menu-toggle-icon-color: #1f2124;
  --n-menu-toggle-icon-color-hover: var(--n-menu-toggle-icon-color);
  --n-menu-toggle-icon-color-active: var(--n-menu-toggle-icon-color);
  --n-menu-toggle-icon-border-radius: initial;
  --n-menu-toggle-icon-padding: initial;
  --n-menu-toggle-icon-distance-from-dropdown: 0px;
  --n-menu-icon-align-items: center;
  --n-menu-icon-order: initial;
  --n-menu-icon-gap: 5px;
  --n-menu-dropdown-content-max-width: initial;
  --n-menu-dropdown-content-box-border-color: #fff;
  --n-menu-dropdown-content-box-border-inline-start-width: medium;
  --n-menu-dropdown-content-box-border-block-end-width: medium;
  --n-menu-dropdown-content-box-border-block-start-width: medium;
  --n-menu-dropdown-content-box-border-inline-end-width: medium;
  --n-menu-dropdown-content-box-border-style: none;
  --n-menu-dropdown-headings-height: 0px;
  --n-menu-divider-border-width: var(--n-menu-divider-width, 2px);
  --n-menu-open-animation-duration: 500ms;
  --stretch-width: 100%;
  --stretch-left: initial;
  --stretch-right: initial;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu .e-n-menu {
  display: flex;
  flex-direction: column;
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu .e-n-menu-wrapper {
  display: var(--n-menu-wrapper-display);
  flex-direction: column;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu .e-n-menu-heading {
  display: var(--n-menu-heading-display);
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: var(--n-menu-heading-justify-content);
  row-gap: var(--n-menu-title-space-between);
  margin: initial;
  padding: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-heading
  .e-n-menu-title {
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-heading
  .e-n-menu-title:not(:last-child) {
  -webkit-margin-end: var(--n-menu-title-space-between);
  margin-inline-end: var(--n-menu-title-space-between);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-heading
  .e-n-menu-title:not(:last-child):after {
  content: var(--n-menu-divider-content, none);
  border-inline-start-width: var(--n-menu-divider-border-width);
  border-inline-start-style: var(--n-menu-divider-style, solid);
  height: var(--n-menu-divider-height, 35%);
  border-color: var(--n-menu-divider-color, #000);
  align-self: center;
  position: absolute;
  right: calc(
    var(--n-menu-title-space-between) / 2 * -1 -
      var(--n-menu-divider-border-width) / 2
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-heading
  .e-n-menu-title
  a:focus-visible,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-heading
  .e-n-menu-title
  button:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu .e-n-menu-content {
  display: var(--n-menu-content-display);
  flex-direction: column;
  position: absolute;
  z-index: 2147483640;
  background-color: transparent;
  min-width: 0;
  width: var(--stretch-width);
  left: var(--stretch-left);
  right: var(--stretch-right);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-content
  > .e-con {
  animation-duration: var(--n-menu-open-animation-duration);
  max-width: calc(
    100% - var(--margin-inline-start, var(--margin-left)) -
      var(--margin-inline-end, var(--margin-right))
  );
}
:where(.pre-black-friday-wrapper):where(
    .elementor-widget-n-menu .e-n-menu-content > .e-con
  ) {
  background-color: #fff;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-content
  > .e-con:not(.e-active) {
  display: none;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu .e-n-menu-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--n-menu-title-padding);
  font-weight: 500;
  color: var(--n-menu-title-color-normal);
  justify-content: var(--n-menu-title-justify-content);
  flex-grow: var(--n-menu-title-flex-grow);
  border: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-click,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-click
  * {
  cursor: pointer;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title-container {
  display: flex;
  flex-direction: var(--n-menu-title-direction);
  align-items: var(--n-menu-title-align-items);
  gap: var(--n-menu-icon-gap);
  justify-content: var(--n-menu-title-justify-content);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-menu-title-font-size);
  transition: all var(--n-menu-title-transition);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title-text.e-link {
  cursor: pointer;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title-text:not(.e-link),
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title-text:not(.e-link)
  > span {
  cursor: default;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: var(--n-menu-icon-order);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-icon
  span {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0s;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-icon
  span
  i {
  font-size: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-icon
  span
  svg {
  fill: var(--n-menu-title-color-normal);
  width: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  height: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-dropdown-icon {
  all: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  text-align: center;
  height: calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));
  align-self: var(--n-menu-icon-align-items);
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-dropdown-icon
  span
  i {
  font-size: var(--n-menu-title-font-size);
  width: var(--n-menu-title-font-size);
  transition: all var(--n-menu-title-transition);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-dropdown-icon
  span
  svg {
  width: var(--n-menu-title-font-size);
  height: var(--n-menu-title-font-size);
  transition: all var(--n-menu-title-transition);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-dropdown-icon[aria-expanded="false"]
  .e-n-menu-dropdown-icon-opened {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-dropdown-icon[aria-expanded="false"]
  .e-n-menu-dropdown-icon-closed {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-dropdown-icon[aria-expanded="true"]
  .e-n-menu-dropdown-icon-closed {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title
  .e-n-menu-dropdown-icon[aria-expanded="true"]
  .e-n-menu-dropdown-icon-opened {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-title-container
  .e-n-menu-title-text {
  color: var(--n-menu-title-color-normal);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-icon
  i {
  color: var(--n-menu-icon-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-icon
  svg {
  fill: var(--n-menu-icon-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:not(.e-current)
  .icon-active {
  transform: translateY(-100%);
  height: 0;
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-current
  span
  > svg {
  fill: var(--n-menu-title-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-current,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-current
  a {
  color: var(--n-menu-title-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-current
  .icon-inactive {
  transform: translateY(-100%);
  height: 0;
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-current
  .e-n-menu-icon
  span
  > i {
  color: var(--n-menu-icon-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title.e-current
  .e-n-menu-icon
  span
  > svg {
  fill: var(--n-menu-icon-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-title-text:not(.e-link) {
  cursor: default;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  svg {
  fill: var(
    --n-menu-title-color-hover,
    var(--n-menu-title-hover-color-fallback)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  i {
  color: var(
    --n-menu-title-color-hover,
    var(--n-menu-title-hover-color-fallback)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current),
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  a {
  color: var(--n-menu-title-color-hover);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-icon
  i {
  color: var(--n-menu-icon-color-hover);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-icon
  svg {
  fill: var(--n-menu-icon-color-hover);
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu .e-n-menu-toggle {
  all: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
  align-self: var(--n-menu-toggle-align);
  position: relative;
  z-index: 1000;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu .e-n-menu-toggle i {
  font-size: var(--n-menu-toggle-icon-size);
  color: var(--n-menu-toggle-icon-color);
  transition: all var(--n-menu-toggle-icon-hover-duration);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle
  svg {
  fill: var(--n-menu-toggle-icon-color);
  width: var(--n-menu-toggle-icon-size);
  height: auto;
  transition: all var(--n-menu-toggle-icon-hover-duration);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle
  span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--n-menu-toggle-icon-padding);
  border-radius: var(--n-menu-toggle-icon-border-radius);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle
  span.e-close {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle
  span.e-close
  svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle
  [class^="elementor-animation-"] {
  animation-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
  transition-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle:hover
  i {
  color: var(--n-menu-toggle-icon-color-hover);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle:hover
  svg {
  fill: var(--n-menu-toggle-icon-color-hover);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle[aria-expanded="true"]
  .e-open {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle[aria-expanded="true"]
  .e-close {
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle[aria-expanded="true"]
  i {
  color: var(--n-menu-toggle-icon-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu-toggle[aria-expanded="true"]
  svg {
  fill: var(--n-menu-toggle-icon-color-active);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu:not([data-layout="dropdown"]):not(.content-above)
  .e-n-menu-content {
  top: 100%;
  -webkit-padding-before: var(--n-menu-title-distance-from-content);
  padding-block-start: var(--n-menu-title-distance-from-content);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu:not([data-layout="dropdown"]).content-above
  .e-n-menu-content {
  bottom: 100%;
  -webkit-padding-after: var(--n-menu-title-distance-from-content);
  padding-block-end: var(--n-menu-title-distance-from-content);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"] {
  gap: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-wrapper {
  min-width: 0;
  width: var(--stretch-width);
  flex-direction: column;
  position: absolute;
  z-index: 2147483640;
  background-color: transparent;
  top: 100%;
  left: var(--stretch-left);
  right: var(--stretch-right);
  -webkit-border-start: var(
    --n-menu-dropdown-content-box-border-width-inline-start
  );
  border-inline-start: var(
    --n-menu-dropdown-content-box-border-width-inline-start
  );
  -webkit-border-after: var(
    --n-menu-dropdown-content-box-border-width-block-end
  );
  border-block-end: var(--n-menu-dropdown-content-box-border-width-block-end);
  -webkit-border-before: var(
    --n-menu-dropdown-content-box-border-width-block-start
  );
  border-block-start: var(
    --n-menu-dropdown-content-box-border-width-block-start
  );
  -webkit-border-end: var(
    --n-menu-dropdown-content-box-border-width-inline-end
  );
  border-inline-end: var(--n-menu-dropdown-content-box-border-width-inline-end);
  border-style: var(--n-menu-dropdown-content-box-border-style);
  border-color: var(--n-menu-dropdown-content-box-border-color);
  border-radius: var(--n-menu-dropdown-content-box-border-radius);
  box-shadow: var(--n-menu-dropdown-content-box-shadow-horizontal)
    var(--n-menu-dropdown-content-box-shadow-vertical)
    var(--n-menu-dropdown-content-box-shadow-blur)
    var(--n-menu-dropdown-content-box-shadow-spread)
    var(--n-menu-dropdown-content-box-shadow-color)
    var(--n-menu-dropdown-content-box-shadow-position);
  max-height: var(--n-menu-dropdown-content-box-height);
  transition: max-height 0.3s;
  animation: hide-scroll 0.3s backwards;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-margin-before: var(--n-menu-toggle-icon-distance-from-dropdown);
  margin-block-start: var(--n-menu-toggle-icon-distance-from-dropdown);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title {
  justify-content: var(--n-menu-title-justify-content-mobile);
  width: auto;
  background-color: #fff;
  white-space: normal;
  order: var(--n-menu-title-order);
  -webkit-margin-end: initial;
  margin-inline-end: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(:first-child) {
  -webkit-margin-before: var(--n-menu-title-space-between);
  margin-block-start: var(--n-menu-title-space-between);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(.e-current)
  .e-n-menu-dropdown-icon
  i,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(.e-current)
  .e-n-menu-title-container
  .e-n-menu-title-text {
  color: var(--n-menu-title-normal-color-dropdown);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(.e-current)
  .e-n-menu-dropdown-icon
  svg {
  fill: var(--n-menu-title-normal-color-dropdown);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title.e-current,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title.e-current
  a {
  color: var(--n-menu-title-active-color-dropdown);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title.e-current
  .e-n-menu-dropdown-icon
  span
  svg {
  fill: var(--n-menu-title-active-color-dropdown);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-content {
  overflow: hidden;
  width: auto;
  left: auto;
  right: auto;
  --n-menu-dropdown-content-max-width: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-content
  > .e-con {
  order: var(--n-menu-title-order);
  width: var(--width);
  -webkit-margin-before: var(--n-menu-title-distance-from-content);
  margin-block-start: var(--n-menu-title-distance-from-content);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-content
  > .e-con
  .elementor-empty-view {
  min-width: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-content
  > .e-con-inner {
  max-width: var(--content-width);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-toggle[aria-expanded="true"]
  + .e-n-menu-wrapper {
  --n-menu-wrapper-display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu.e-fit_to_content:where(.e-n-menu-content > .e-con) {
  --width: fit-content;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu.e-fit_to_content:where(
    .e-n-menu-content > .e-con
  ).e-empty {
  --empty-top-level-menu-content-container-min-width: 400px;
  --width: var(--empty-top-level-menu-content-container-min-width);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu.e-fit_to_content:where(.e-n-menu-content > .e-con)
  .e-con.e-empty {
  --nested-containers-min-width-for-dropzone: 150px;
  min-width: var(--nested-containers-min-width-for-dropzone);
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-menu.elementor-loading {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  .elementor.elementor
  .elementor-widget-n-menu.e-n-menu-layout-dropdown {
  --n-menu-wrapper-display: none;
  --n-menu-heading-display: contents;
  --n-menu-content-display: contents;
}
:where(.pre-black-friday-wrapper)
  .elementor.elementor
  .elementor-widget-n-menu.e-n-menu-layout-dropdown
  .e-n-menu-toggle {
  display: flex;
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-mobile {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-mobile
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-mobile_extra {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-mobile_extra
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-tablet {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-tablet
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-tablet_extra {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-tablet_extra
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-laptop {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  :where(.pre-black-friday-wrapper)
    .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-laptop
    .e-n-menu-toggle {
    display: flex;
  }
}
@keyframes hide-scroll {
  0%,
  to {
    overflow: hidden;
  }
}
:where(.pre-black-friday-wrapper) .e-con-inner > .elementor-widget-n-menu,
:where(.pre-black-friday-wrapper) .e-con > .elementor-widget-n-menu {
  --flex-grow: var(--container-widget-flex-grow);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-menu
  .e-n-menu:not(.e-core-315)
  .e-n-menu-content
  > .e-con {
  --padding-top: initial;
  --padding-right: initial;
  --padding-bottom: initial;
  --padding-left: initial;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-carousel {
  --e-n-carousel-slides-to-show: 3;
  --e-n-carousel-swiper-slides-gap: 10px;
  --e-n-carousel-swiper-slides-to-display: 3;
  --e-n-carousel-swiper-pagination-size: 0;
  --e-n-carousel-swiper-pagination-spacing: 10px;
  --e-n-carousel-swiper-offset-size: 0;
  height: -moz-fit-content;
  height: fit-content;
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-prev-caption-spacing: 15px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-top-position: 0px;
  --e-n-carousel-arrow-next-caption-spacing: 15px;
  --e-n-carousel-arrow-prev-left-align: 0px;
  --e-n-carousel-arrow-prev-left-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0px;
  --e-n-carousel-arrow-next-right-position: 0px;
  --e-n-carousel-arrow-next-translate-x: 0px;
  --e-n-carousel-arrow-next-translate-y: 0px;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-translate-y: 0px;
  --e-n-carousel-swiper-padding-bottom: calc(
    var(--e-n-carousel-swiper-pagination-size) +
      var(--e-n-carousel-swiper-pagination-spacing)
  );
  --e-n-carousel-dots-vertical-position: 100%;
  --e-n-carousel-dots-vertical-offset: 0px;
  --e-n-carousel-dots-horizontal-position: 50%;
  --e-n-carousel-dots-horizontal-offset: 0px;
  --e-n-carousel-dots-horizontal-transform: -50%;
  --e-n-carousel-dots-vertical-transform: -100%;
  --e-n-carousel-fraction-vertical-position: 100%;
  --e-n-carousel-fraction-vertical-offset: 0px;
  --e-n-carousel-fraction-horizontal-position: 50%;
  --e-n-carousel-fraction-horizontal-offset: 0px;
  --e-n-carousel-fraction-horizontal-transform: -50%;
  --e-n-carousel-fraction-vertical-transform: -100%;
  --e-n-carousel-horizontal-transform-modifier: 1;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-carousel .e-n-carousel {
  display: flex;
  min-width: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel
  > .swiper-wrapper
  > .swiper-slide-active.elementor-edit-area-active {
  overflow: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel.offset-left {
  -webkit-padding-start: var(--e-n-carousel-swiper-offset-size, 0);
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel.offset-right {
  -webkit-padding-end: var(--e-n-carousel-swiper-offset-size, 0);
  padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel.offset-both {
  -webkit-padding-start: var(--e-n-carousel-swiper-offset-size, 0);
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0);
  -webkit-padding-end: var(--e-n-carousel-swiper-offset-size, 0);
  padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel
  > .swiper-wrapper
  .swiper-slide
  a.e-con {
  display: var(--display);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel
  > .swiper-wrapper
  > .swiper-slide {
  flex-shrink: 0;
  height: var(--e-n-carousel-slide-height, initial);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel
  > .swiper-wrapper
  > .swiper-slide
  > .e-con {
  max-width: calc(
    100% - var(--margin-inline-start, var(--margin-left)) -
      var(--margin-inline-end, var(--margin-right))
  );
  height: var(--e-n-carousel-slide-container-height, initial);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-prev {
  font-size: var(--e-n-carousel-arrow-size, 25px);
  color: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93.3%, 0.9));
  border-style: var(--e-n-carousel-arrow-normal-border-type);
  transition-duration: 0.25s;
  z-index: 2;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-prev
  svg {
  fill: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93.3%, 0.9));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-prev:hover {
  color: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93.3%, 0.9));
  border-style: var(--e-n-carousel-arrow-hover-border-type);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next:hover
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-prev:hover
  svg {
  fill: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93.3%, 0.9));
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-element:is(.swiper, .swiper-container)
  ~ .elementor-swiper-button-next {
  top: calc(
    var(--e-n-carousel-arrow-next-top-align) +
      var(--e-n-carousel-arrow-next-top-position) -
      var(--e-n-carousel-arrow-next-caption-spacing)
  );
  right: calc(
    var(--e-n-carousel-arrow-next-right-align) +
      var(--e-n-carousel-arrow-next-right-position)
  );
  transform: translate(
    var(--e-n-carousel-arrow-next-translate-x),
    var(--e-n-carousel-arrow-next-translate-y)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-element:is(.swiper, .swiper-container)
  ~ .elementor-swiper-button-prev {
  top: calc(
    var(--e-n-carousel-arrow-prev-top-align) +
      var(--e-n-carousel-arrow-prev-top-position) -
      var(--e-n-carousel-arrow-prev-caption-spacing)
  );
  left: calc(
    var(--e-n-carousel-arrow-prev-left-align) +
      var(--e-n-carousel-arrow-prev-left-position)
  );
  transform: translate(
    var(--e-n-carousel-arrow-prev-translate-x),
    var(--e-n-carousel-arrow-prev-translate-y)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-type-bullets {
  --e-n-carousel-swiper-pagination-size: 6px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-type-fraction {
  --e-n-carousel-swiper-pagination-size: 16px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-type-progressbar {
  --e-n-carousel-swiper-pagination-size: 4px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-progressbar {
  height: var(--e-n-carousel-swiper-pagination-size);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: var(--e-n-carousel-progressbar-normal-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill:hover {
  background: var(--e-n-carousel-progressbar-hover-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-fraction {
  color: var(--e-n-carousel-fraction-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-bullet {
  width: var(--e-n-carousel-swiper-pagination-size);
  height: var(--e-n-carousel-swiper-pagination-size);
  background: var(--e-n-carousel-dots-normal-color, #000);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-bullet:hover {
  background: var(--e-n-carousel-dots-hover-color, #000);
  opacity: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-horizontal
  > .swiper-pagination-bullets,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-bullets.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-custom,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-fraction {
  font-size: var(--e-n-carousel-swiper-pagination-size);
  line-height: var(--e-n-carousel-swiper-pagination-size);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper-container {
  padding-bottom: var(--e-n-carousel-swiper-padding-bottom);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper-container
  .elementor-background-slideshow,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  > .swiper
  .elementor-background-slideshow {
  padding-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel.elementor-pagination-position-outside
  > .elementor-widget-container
  .swiper-pagination-bullet {
  vertical-align: top;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-bullets {
  top: calc(
    var(--e-n-carousel-dots-vertical-position) +
      var(--e-n-carousel-dots-vertical-offset)
  );
  left: calc(
    var(--e-n-carousel-dots-horizontal-position) +
      var(--e-n-carousel-dots-horizontal-offset)
  );
  transform: translate(
    calc(
      var(--e-n-carousel-dots-horizontal-transform) *
        var(--e-n-carousel-horizontal-transform-modifier)
    ),
    var(--e-n-carousel-dots-vertical-transform)
  );
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .swiper-pagination-fraction {
  top: calc(
    var(--e-n-carousel-fraction-vertical-position) +
      var(--e-n-carousel-fraction-vertical-offset)
  );
  left: calc(
    var(--e-n-carousel-fraction-horizontal-position) +
      var(--e-n-carousel-fraction-horizontal-offset)
  );
  transform: translate(
    calc(
      var(--e-n-carousel-fraction-horizontal-transform) *
        var(--e-n-carousel-horizontal-transform-modifier)
    ),
    var(--e-n-carousel-fraction-vertical-transform)
  );
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}
:where(.pre-black-friday-wrapper)
  .swiper-container:not(.swiper-container-initialized)
  > .swiper-wrapper,
:where(.pre-black-friday-wrapper)
  .swiper:not(.swiper-initialized)
  > .swiper-wrapper {
  gap: var(--e-n-carousel-swiper-slides-gap);
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .swiper-container:not(.swiper-container-initialized)
  > .swiper-wrapper
  > .swiper--slide,
:where(.pre-black-friday-wrapper)
  .swiper:not(.swiper-initialized)
  > .swiper-wrapper
  > .swiper--slide {
  --e-n-carousel-number-of-gaps: max(
    calc(var(--e-n-carousel-swiper-slides-to-display) - 1),
    0
  );
  --e-n-carousel-gaps-width-total: calc(
    var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap)
  );
  max-width: calc(
    (100% - var(--e-n-carousel-gaps-width-total)) /
      var(--e-n-carousel-swiper-slides-to-display, 1)
  );
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-carousel
  .e-n-carousel:not(.e-core-315)
  .swiper-slide
  > .e-con {
  --padding-top: initial;
  --padding-right: initial;
  --padding-bottom: initial;
  --padding-left: initial;
}
:where(.pre-black-friday-wrapper) .elementor-widget-taxonomy-filter {
  --e-filter-display: flex;
  --e-filter-direction: row;
  --e-filter-justify-content: center;
  --e-filter-wrap: wrap;
  --e-filter-align-items: center;
  --e-filter-item-width: initial;
  --e-filter-item-max-width: calc(
    100% - calc(var(--e-filter-item-padding) * 3)
  );
  --e-filter-item-justify-content: center;
  --e-filter-item-flex-grow: 0;
  --e-filter-item-align-items: center;
  --e-filter-item-border-radius: initial;
  --e-filter-space-between: 20px;
  --e-filter-normal-text-color: #69727d;
  --e-filter-active-text-color: #0c0d0e;
  --e-filter-hover-text-color: #0c0d0e;
  --e-filter-overflow-x: initial;
  --e-filter-white-space: nowrap;
  --e-filter-item-align-text: center;
  --e-filter-item-padding: 8px;
  --e-filter-item-box-sizing: initial;
}
:where(.pre-black-friday-wrapper) .elementor-widget-taxonomy-filter .e-filter {
  display: var(--e-filter-display);
  flex-direction: var(--e-filter-direction);
  flex-shrink: 0;
  justify-content: var(--e-filter-justify-content);
  flex-wrap: var(--e-filter-wrap);
  align-items: var(--e-filter-align-items);
  gap: var(--e-filter-space-between);
  overflow-x: var(--e-filter-overflow-x);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter::-webkit-scrollbar {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter.e-scroll {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter.e-scroll-active {
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter.e-scroll-active:before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: -1000vw;
  z-index: 2;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item {
  all: unset;
  border: 1px #69727d;
  border-radius: var(--e-filter-item-border-radius);
  line-height: normal;
  color: var(--e-filter-normal-text-color);
  padding: var(--e-filter-item-padding);
  display: var(--e-filter-display);
  justify-content: var(--e-filter-item-justify-content);
  align-items: var(--e-filter-item-align-items);
  flex-grow: var(--e-filter-item-flex-grow);
  flex-basis: content;
  flex-shrink: 0;
  width: var(--e-filter-item-width);
  max-width: var(--e-filter-item-max-width);
  white-space: var(--e-filter-white-space);
  text-align: var(--e-filter-item-align-text);
  box-sizing: var(--e-filter-item-box-sizing);
  overflow-wrap: break-word;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item[aria-pressed="true"] {
  color: var(--e-filter-active-text-color);
  border-color: #0c0d0e;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item:hover:not([aria-pressed="true"]) {
  color: var(--e-filter-hover-text-color);
  border-color: #0c0d0e;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item:hover,
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item[aria-pressed="true"] {
  background-color: initial;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item[data-filter="__all"] {
  order: -1;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item:focus {
  background-color: initial;
  outline: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-item:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-taxonomy-filter
  .e-filter-empty {
  background-color: rgba(213, 216, 220, 0.8);
  color: #0c0d0e;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-loop-grid
  .e-loop-item.e-inactive {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-heading
  .elementor-heading-title[class*="elementor-size-"]
  > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-heading
  .elementor-heading-title.elementor-size-small {
  font-size: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-heading
  .elementor-heading-title.elementor-size-medium {
  font-size: 19px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-heading
  .elementor-heading-title.elementor-size-large {
  font-size: 29px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-heading
  .elementor-heading-title.elementor-size-xl {
  font-size: 39px;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-heading
  .elementor-heading-title.elementor-size-xxl {
  font-size: 59px;
}
:where(.pre-black-friday-wrapper) .elementor-widget-image {
  text-align: center;
}
:where(.pre-black-friday-wrapper) .elementor-widget-image a {
  display: inline-block;
}
:where(.pre-black-friday-wrapper) .elementor-widget-image a img[src$=".svg"] {
  width: 48px;
}
:where(.pre-black-friday-wrapper) .elementor-widget-image img {
  display: inline-block;
  vertical-align: middle;
}
@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;
}
.pre-black-friday-wrapper {
  --swiper-theme-color: #007aff;
}
:where(.pre-black-friday-wrapper) .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
:where(.pre-black-friday-wrapper) .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
:where(.pre-black-friday-wrapper) .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
:where(.pre-black-friday-wrapper) .swiper-android .swiper-slide,
:where(.pre-black-friday-wrapper) .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
:where(.pre-black-friday-wrapper) .swiper-pointer-events {
  touch-action: pan-y;
}
:where(.pre-black-friday-wrapper) .swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
:where(.pre-black-friday-wrapper) .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
:where(.pre-black-friday-wrapper) .swiper-slide-invisible-blank {
  visibility: hidden;
}
:where(.pre-black-friday-wrapper) .swiper-autoheight,
:where(.pre-black-friday-wrapper) .swiper-autoheight .swiper-slide {
  height: auto;
}
:where(.pre-black-friday-wrapper) .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
:where(.pre-black-friday-wrapper) .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:where(.pre-black-friday-wrapper) .swiper-3d,
:where(.pre-black-friday-wrapper) .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-cube-shadow,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-bottom,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-left,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-right,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-top,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-bottom,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-left,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-right,
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
:where(.pre-black-friday-wrapper) .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
:where(.pre-black-friday-wrapper) .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
:where(.pre-black-friday-wrapper)
  .swiper-css-mode
  > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .swiper-css-mode
  > .swiper-wrapper
  > .swiper-slide {
  scroll-snap-align: start start;
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal.swiper-css-mode
  > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
:where(.pre-black-friday-wrapper)
  .swiper-vertical.swiper-css-mode
  > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:where(.pre-black-friday-wrapper) .swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
:where(.pre-black-friday-wrapper)
  .swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
:where(.pre-black-friday-wrapper)
  .swiper-centered.swiper-horizontal
  > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
:where(.pre-black-friday-wrapper)
  .swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
:where(.pre-black-friday-wrapper)
  .swiper-centered.swiper-vertical
  > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
:where(.pre-black-friday-wrapper)
  .swiper-centered
  > .swiper-wrapper
  > .swiper-slide {
  scroll-snap-align: center center;
}
:where(.pre-black-friday-wrapper) .swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
:where(.pre-black-friday-wrapper)
  .swiper-virtual.swiper-css-mode
  .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  .swiper-virtual.swiper-css-mode.swiper-horizontal
  .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
:where(.pre-black-friday-wrapper)
  .swiper-virtual.swiper-css-mode.swiper-vertical
  .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.pre-black-friday-wrapper {
  --swiper-navigation-size: 44px;
}
:where(.pre-black-friday-wrapper) .swiper-button-next,
:where(.pre-black-friday-wrapper) .swiper-button-prev {
  position: absolute;
  top: 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));
}
:where(.pre-black-friday-wrapper) .swiper-button-next.swiper-button-disabled,
:where(.pre-black-friday-wrapper) .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
:where(.pre-black-friday-wrapper) .swiper-button-next.swiper-button-hidden,
:where(.pre-black-friday-wrapper) .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
:where(.pre-black-friday-wrapper)
  .swiper-navigation-disabled
  .swiper-button-next,
:where(.pre-black-friday-wrapper)
  .swiper-navigation-disabled
  .swiper-button-prev {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .swiper-button-next:after,
:where(.pre-black-friday-wrapper) .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;
}
:where(.pre-black-friday-wrapper) .swiper-button-prev,
:where(.pre-black-friday-wrapper) .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
:where(.pre-black-friday-wrapper) .swiper-button-prev:after,
:where(.pre-black-friday-wrapper) .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
:where(.pre-black-friday-wrapper) .swiper-button-next,
:where(.pre-black-friday-wrapper) .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
:where(.pre-black-friday-wrapper) .swiper-button-next:after,
:where(.pre-black-friday-wrapper) .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:where(.pre-black-friday-wrapper) .swiper-button-lock {
  display: none;
}
:where(.pre-black-friday-wrapper) .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
:where(.pre-black-friday-wrapper) .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-disabled
  > .swiper-pagination,
:where(.pre-black-friday-wrapper)
  .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal
  > .swiper-pagination-bullets,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper) .swiper-pagination-custom,
:where(.pre-black-friday-wrapper) .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper) .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active {
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
:where(.pre-black-friday-wrapper) .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: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
:where(.pre-black-friday-wrapper) button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  cursor: pointer;
}
:where(.pre-black-friday-wrapper) .swiper-pagination-bullet:only-child {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-vertical.swiper-pagination-bullets,
:where(.pre-black-friday-wrapper)
  .swiper-vertical
  > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
:where(.pre-black-friday-wrapper)
  .swiper-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
:where(.pre-black-friday-wrapper)
  .swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
:where(.pre-black-friday-wrapper)
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:where(.pre-black-friday-wrapper)
  .swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
:where(.pre-black-friday-wrapper) .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
:where(.pre-black-friday-wrapper)
  .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;
}
:where(.pre-black-friday-wrapper)
  .swiper-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal
  > .swiper-pagination-progressbar,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
:where(.pre-black-friday-wrapper)
  .swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
:where(.pre-black-friday-wrapper)
  .swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
:where(.pre-black-friday-wrapper)
  .swiper-pagination-progressbar.swiper-pagination-vertical,
:where(.pre-black-friday-wrapper)
  .swiper-vertical
  > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
:where(.pre-black-friday-wrapper) .swiper-pagination-lock {
  display: none;
}
:where(.pre-black-friday-wrapper) .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
:where(.pre-black-friday-wrapper)
  .swiper-scrollbar-disabled
  > .swiper-scrollbar,
:where(.pre-black-friday-wrapper) .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
:where(.pre-black-friday-wrapper) .swiper-horizontal > .swiper-scrollbar,
:where(.pre-black-friday-wrapper)
  .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
:where(.pre-black-friday-wrapper) .swiper-scrollbar.swiper-scrollbar-vertical,
:where(.pre-black-friday-wrapper) .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
:where(.pre-black-friday-wrapper) .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
:where(.pre-black-friday-wrapper) .swiper-scrollbar-cursor-drag {
  cursor: move;
}
:where(.pre-black-friday-wrapper) .swiper-scrollbar-lock {
  display: none;
}
:where(.pre-black-friday-wrapper) .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
:where(.pre-black-friday-wrapper) .swiper-zoom-container > canvas,
:where(.pre-black-friday-wrapper) .swiper-zoom-container > img,
:where(.pre-black-friday-wrapper) .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
:where(.pre-black-friday-wrapper) .swiper-slide-zoomed {
  cursor: move;
}
:where(.pre-black-friday-wrapper) .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;
}
:where(.pre-black-friday-wrapper)
  .swiper-watch-progress
  .swiper-slide-visible
  .swiper-lazy-preloader,
:where(.pre-black-friday-wrapper)
  .swiper:not(.swiper-watch-progress)
  .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
:where(.pre-black-friday-wrapper) .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
:where(.pre-black-friday-wrapper) .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:where(.pre-black-friday-wrapper) .swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
:where(.pre-black-friday-wrapper) .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
:where(.pre-black-friday-wrapper) .swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
:where(.pre-black-friday-wrapper) .swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
:where(.pre-black-friday-wrapper) .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
:where(.pre-black-friday-wrapper) .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
:where(.pre-black-friday-wrapper) .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper) .swiper-fade .swiper-slide-active,
:where(.pre-black-friday-wrapper)
  .swiper-fade
  .swiper-slide-active
  .swiper-slide-active {
  pointer-events: auto;
}
:where(.pre-black-friday-wrapper) .swiper-cube {
  overflow: visible;
}
:where(.pre-black-friday-wrapper) .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%;
}
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper) .swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-active,
:where(.pre-black-friday-wrapper)
  .swiper-cube
  .swiper-slide-active
  .swiper-slide-active {
  pointer-events: auto;
}
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-active,
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-next,
:where(.pre-black-friday-wrapper)
  .swiper-cube
  .swiper-slide-next
  + .swiper-slide,
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-shadow-bottom,
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-shadow-left,
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-shadow-right,
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
:where(.pre-black-friday-wrapper) .swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
:where(.pre-black-friday-wrapper) .swiper-flip {
  overflow: visible;
}
:where(.pre-black-friday-wrapper) .swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
:where(.pre-black-friday-wrapper) .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
:where(.pre-black-friday-wrapper) .swiper-flip .swiper-slide-active,
:where(.pre-black-friday-wrapper)
  .swiper-flip
  .swiper-slide-active
  .swiper-slide-active {
  pointer-events: auto;
}
:where(.pre-black-friday-wrapper) .swiper-flip .swiper-slide-shadow-bottom,
:where(.pre-black-friday-wrapper) .swiper-flip .swiper-slide-shadow-left,
:where(.pre-black-friday-wrapper) .swiper-flip .swiper-slide-shadow-right,
:where(.pre-black-friday-wrapper) .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:where(.pre-black-friday-wrapper) .swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
:where(.pre-black-friday-wrapper) .swiper-cards {
  overflow: visible;
}
:where(.pre-black-friday-wrapper) .swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
:where(.pre-black-friday-wrapper) .elementor-element,
:where(.pre-black-friday-wrapper) .elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .swiper-slide
  figure,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .swiper-slide
  figure {
  line-height: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .elementor-lightbox-content-source,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .elementor-lightbox-content-source {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .elementor-swiper-button {
  color: hsla(0, 0%, 93%, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .elementor-swiper-button
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .elementor-swiper-button
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .elementor-swiper-button
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .elementor-swiper-button
  svg {
  fill: hsla(0, 0%, 93%, 0.9);
  height: 1em;
  width: 1em;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .elementor-swiper-button-prev {
  left: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .elementor-swiper-button-next {
  right: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .elementor-swiper-button.swiper-button-disabled,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .elementor-swiper-button.swiper-button-disabled,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .elementor-swiper-button.swiper-button-disabled,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .swiper-image-stretch
  .swiper-slide
  .swiper-slide-image,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .swiper-image-stretch
  .swiper-slide
  .swiper-slide-image {
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .swiper-horizontal
  > .swiper-pagination-bullets,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .swiper-pagination-bullets.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .swiper-pagination-custom,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  .swiper-pagination-fraction,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .swiper-pagination-custom,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper
  ~ .swiper-pagination-fraction,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .swiper-horizontal
  > .swiper-pagination-bullets,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .swiper-pagination-bullets.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .swiper-pagination-custom,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  .swiper-pagination-fraction,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .swiper-pagination-custom,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper
  ~ .swiper-pagination-fraction {
  bottom: 5px;
}
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper.swiper-cube
  .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-element
  .swiper.swiper-cube
  ~ .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper.swiper-cube
  .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox
  .swiper.swiper-cube
  ~ .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px);
}
:where(.pre-black-friday-wrapper)
  .elementor-element:where(.swiper-horizontal)
  ~ .swiper-pagination-bullets,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox:where(.swiper-horizontal)
  ~ .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-element:where(.swiper-horizontal)
  ~ .swiper-pagination-bullets
  .swiper-pagination-bullet,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox:where(.swiper-horizontal)
  ~ .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
:where(.pre-black-friday-wrapper)
  .elementor-element:where(.swiper-horizontal)
  ~ .swiper-pagination-progressbar,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox:where(.swiper-horizontal)
  ~ .swiper-pagination-progressbar {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-pagination-position-outside
  .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-pagination-position-outside
  .swiper {
  padding-bottom: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-pagination-position-outside
  .swiper
  .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-pagination-position-outside
  .swiper
  ~ .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-pagination-position-outside
  .swiper
  .elementor-swiper-button,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-pagination-position-outside
  .swiper
  ~ .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
:where(.pre-black-friday-wrapper) .elementor-element .elementor-swiper,
:where(.pre-black-friday-wrapper) .elementor-lightbox .elementor-swiper {
  position: relative;
}
:where(.pre-black-friday-wrapper) .elementor-element .elementor-main-swiper,
:where(.pre-black-friday-wrapper) .elementor-lightbox .elementor-main-swiper {
  position: static;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-arrows-position-outside
  .swiper,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-arrows-position-outside
  .swiper {
  width: calc(100% - 60px);
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-prev {
  left: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-element.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-arrows-position-outside
  .swiper
  .elementor-swiper-button-next,
:where(.pre-black-friday-wrapper)
  .elementor-lightbox.elementor-arrows-position-outside
  .swiper
  ~ .elementor-swiper-button-next {
  right: 0;
}
:where(.pre-black-friday-wrapper) .elementor-widget-image-carousel .swiper {
  position: static;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-image-carousel
  .swiper
  .swiper-slide
  figure {
  line-height: inherit;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-image-carousel
  .swiper-slide {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-image-carousel-wrapper:not(.swiper-initialized)
  .swiper-slide {
  max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}
:where(.pre-black-friday-wrapper) .elementor-column .elementor-spacer-inner {
  height: var(--spacer-size);
}
:where(.pre-black-friday-wrapper) .e-con {
  --container-widget-width: 100%;
}
:where(.pre-black-friday-wrapper) .e-con-inner > .elementor-widget-spacer,
:where(.pre-black-friday-wrapper) .e-con > .elementor-widget-spacer {
  width: var(--container-widget-width, var(--spacer-size));
  --align-self: var(--container-widget-align-self, initial);
  --flex-shrink: 0;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-spacer
  > .elementor-widget-container,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget-spacer
  > .elementor-widget-container {
  height: 100%;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-spacer
  > .elementor-widget-container
  > .elementor-spacer,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget-spacer
  > .elementor-widget-container
  > .elementor-spacer {
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-spacer
  > .elementor-widget-container
  > .elementor-spacer
  > .elementor-spacer-inner,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget-spacer
  > .elementor-widget-container
  > .elementor-spacer
  > .elementor-spacer-inner {
  height: var(--container-widget-height, var(--spacer-size));
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-spacer:not(:has(> .elementor-widget-container))
  > .elementor-spacer,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget-spacer:not(:has(> .elementor-widget-container))
  > .elementor-spacer {
  height: 100%;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-spacer:not(:has(> .elementor-widget-container))
  > .elementor-spacer
  > .elementor-spacer-inner,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget-spacer:not(:has(> .elementor-widget-container))
  > .elementor-spacer
  > .elementor-spacer-inner {
  height: var(--container-widget-height, var(--spacer-size));
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-spacer.elementor-widget-empty,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget-spacer.elementor-widget-empty {
  min-height: 22px;
  min-width: 22px;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .e-con-inner
  > .elementor-widget-spacer.elementor-widget-empty
  .elementor-widget-empty-icon,
:where(.pre-black-friday-wrapper)
  .e-con
  > .elementor-widget-spacer.elementor-widget-empty
  .elementor-widget-empty-icon {
  height: 22px;
  inset: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 22px;
}
:where(.pre-black-friday-wrapper) .elementor-widget-n-accordion {
  --n-accordion-title-font-size: 20px;
  --n-accordion-title-flex-grow: initial;
  --n-accordion-title-justify-content: initial;
  --n-accordion-title-icon-order: -1;
  --n-accordion-border-width: 1px;
  --n-accordion-border-color: #d5d8dc;
  --n-accordion-border-style: solid;
  --n-accordion-item-title-flex-grow: initial;
  --n-accordion-item-title-space-between: 0px;
  --n-accordion-item-title-distance-from-content: 0px;
  --n-accordion-padding: 10px;
  --n-accordion-border-radius: 0px;
  --n-accordion-icon-size: 15px;
  --n-accordion-title-normal-color: #1f2124;
  --n-accordion-title-hover-color: #1f2124;
  --n-accordion-title-active-color: #1f2124;
  --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
  --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
  --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
  --n-accordion-icon-gap: 0 10px;
  width: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion
  details
  > summary::-webkit-details-marker {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item:not(:last-child) {
  margin-block-end: var(--n-accordion-item-title-space-between);
}
:where(.pre-black-friday-wrapper):where(
    .elementor-widget-n-accordion .e-n-accordion-item > .e-con
  ) {
  border: var(--n-accordion-border-width) var(--n-accordion-border-style)
    var(--n-accordion-border-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title {
  align-items: center;
  border-color: var(--n-accordion-border-color);
  border-radius: var(--n-accordion-border-radius);
  border-style: var(--n-accordion-border-style);
  border-width: var(--n-accordion-border-width);
  color: var(--n-accordion-title-normal-color);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-grow: var(--n-menu-title-flex-grow);
  gap: var(--n-accordion-icon-gap);
  justify-content: var(--n-accordion-title-justify-content);
  list-style: none;
  padding: var(--n-accordion-padding);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header
  h1,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header
  h2,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header
  h3,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header
  h4,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header
  h5,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header
  h6,
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-header
  p {
  margin-block-end: 0;
  margin-block-start: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-text {
  align-items: center;
  font-size: var(--n-accordion-title-font-size);
  font-family: 'Rubik';
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
  order: var(--n-accordion-title-icon-order);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-icon
  span {
  height: var(--n-accordion-icon-size);
  width: auto;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-icon
  span
  > i {
  color: var(--n-accordion-icon-normal-color);
  font-size: var(--n-accordion-icon-size);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title-icon
  span
  > svg {
  fill: var(--n-accordion-icon-normal-color);
  height: var(--n-accordion-icon-size);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item-title
  > span {
  cursor: pointer;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  color: var(--n-accordion-title-active-color);
  margin-block-end: var(--n-accordion-item-title-distance-from-content);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  .e-opened {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  .e-closed {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  span
  > i {
  color: var(--n-accordion-icon-active-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  span
  > svg {
  fill: var(--n-accordion-icon-active-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item:not([open]):hover
  > .e-n-accordion-item-title {
  color: var(--n-accordion-title-hover-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item:not([open]):hover
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  span
  > i {
  color: var(--n-accordion-icon-hover-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item:not([open]):hover
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  span
  > svg {
  fill: var(--n-accordion-icon-hover-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  .e-opened {
  display: none;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  .e-closed {
  display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span
  > svg {
  fill: var(--n-accordion-icon-normal-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span
  > i {
  color: var(--n-accordion-icon-normal-color);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-n-accordion
  .e-n-accordion-item
  > span {
  cursor: pointer;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-142a782 {
  --display: flex;
  --min-height: 80vh;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-142a782:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-142a782
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #000000;
  background-image: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/2025/10/background_hero_centauro.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-heading
  .elementor-heading-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-primary);
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-788b999 {
  padding: 0% 0% 2% 0%;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-788b999
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 85px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper) .elementor-widget-text-editor {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-text-editor.elementor-drop-cap-view-stacked
  .elementor-drop-cap {
  background-color: var(--e-global-color-primary);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-text-editor.elementor-drop-cap-view-framed
  .elementor-drop-cap,
:where(.pre-black-friday-wrapper)
  .elementor-widget-text-editor.elementor-drop-cap-view-default
  .elementor-drop-cap {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-b67879c {
  width: var(--container-widget-width, 70%);
  max-width: 70%;
  --container-widget-width: 70%;
  --container-widget-flex-grow: 0;
  text-align: center;
  font-family: "Rubik", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-b67879c.elementor-element {
  --align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-digits::after {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-digits {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-label {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-eael-countdown
  .eael-countdown-finish-message
  .expiry-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
:where(.pre-black-friday-wrapper) .eael-countdown-finish-text {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: var(--e-global-typography-secondary-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4033346
  .eael-countdown-item
  > div {
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4033346
  .eael-countdown-items
  > li {
  display: table-cell;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4033346
  .eael-countdown-digits::after {
  top: 20%;
  left: 100%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4033346
  .eael-countdown-container {
  margin-right: -0px;
  margin-left: -0px;
  margin-bottom: 0px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4033346
  .eael-countdown-digits {
  color: #ffffff;
  font-family: "Rubik", Sans-serif;
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4033346
  .eael-countdown-label {
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dda36d6 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dda36d6:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dda36d6
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #d9d9d9;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-2575695 {
  --display: grid;
  --e-con-grid-template-columns: repeat(5, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --margin-top: -12%;
  --margin-bottom: 0%;
  --margin-left: 0%;
  --margin-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-image
  .widget-image-caption {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-45e563f {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-45e563f:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-45e563f
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #d9d9d9;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-cec99b0 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-1d023be {
  --e-image-carousel-slides-to-show: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-3a581c7 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --padding-top: 4%;
  --padding-bottom: 4%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-3a581c7:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-3a581c7
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #d9d9d9;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-851eae2 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-32921f5 {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-49ea103 {
  width: var(--container-widget-width, 70%);
  max-width: 70%;
  --container-widget-width: 70%;
  --container-widget-flex-grow: 0;
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-49ea103
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 35px;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-276de18 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-field-group
  > label,
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-field-subgroup
  label {
  color: var(--e-global-color-text);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-field-group
  > label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-field-type-html {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-field-group
  .elementor-field {
  color: var(--e-global-color-text);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-field-group
  .elementor-field,
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-field-subgroup
  label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
:where(.pre-black-friday-wrapper) .elementor-widget-form .elementor-button {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .e-form__buttons__wrapper__button-next {
  background-color: var(--e-global-color-accent);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .elementor-button[type="submit"] {
  background-color: var(--e-global-color-accent);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .e-form__buttons__wrapper__button-previous {
  background-color: var(--e-global-color-accent);
}
:where(.pre-black-friday-wrapper) .elementor-widget-form .elementor-message {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .e-form__indicators__indicator,
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .e-form__indicators__indicator__label {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
:where(.pre-black-friday-wrapper) .elementor-widget-form {
  --e-form-steps-indicator-inactive-primary-color: var(--e-global-color-text);
  --e-form-steps-indicator-active-primary-color: var(--e-global-color-accent);
  --e-form-steps-indicator-completed-primary-color: var(
    --e-global-color-accent
  );
  --e-form-steps-indicator-progress-color: var(--e-global-color-accent);
  --e-form-steps-indicator-progress-background-color: var(
    --e-global-color-text
  );
  --e-form-steps-indicator-progress-meter-color: var(--e-global-color-text);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-form
  .e-form__indicators__indicator__progress__meter {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  > .elementor-widget-container {
  background-color: #ffffff;
  padding: 10% 10% 10% 10%;
  border-radius: 10px 10px 10px 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group {
  padding-right: calc(10px / 2);
  padding-left: calc(10px / 2);
  margin-bottom: 25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-form-fields-wrapper {
  margin-left: calc(-10px / 2);
  margin-right: calc(-10px / 2);
  margin-bottom: -25px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group.recaptcha_v3-bottomleft,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group.recaptcha_v3-bottomright {
  margin-bottom: 0;
}
:where(.pre-black-friday-wrapper)
  body.rtl
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-labels-inline
  .elementor-field-group
  > label {
  padding-left: 5px;
}
:where(.pre-black-friday-wrapper)
  body:not(.rtl)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-labels-inline
  .elementor-field-group
  > label {
  padding-right: 5px;
}
:where(.pre-black-friday-wrapper)
  body
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-labels-above
  .elementor-field-group
  > label {
  padding-bottom: 5px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group
  > label,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-subgroup
  label {
  color: #0e0e0e;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group
  > label {
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-type-html {
  padding-bottom: 0px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group
  .elementor-field,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-subgroup
  label {
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group:not(.elementor-field-type-upload)
  .elementor-field:not(.elementor-select-wrapper) {
  background-color: #ffffff;
  border-color: #c5c5c5;
  border-width: 1px 1px 1px 1px;
  border-radius: 6px 6px 6px 6px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group
  .elementor-select-wrapper
  select {
  background-color: #ffffff;
  border-color: #c5c5c5;
  border-width: 1px 1px 1px 1px;
  border-radius: 6px 6px 6px 6px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-field-group
  .elementor-select-wrapper::before {
  color: #c5c5c5;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-button {
  font-family: "Rubik", Sans-serif;
  font-weight: 500;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .e-form__buttons__wrapper__button-next {
  background-color: #e30000;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-button[type="submit"] {
  background-color: #e30000;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-button[type="submit"]
  svg
  * {
  fill: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .e-form__buttons__wrapper__button-previous {
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .e-form__buttons__wrapper__button-next:hover {
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-button[type="submit"]:hover {
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .elementor-button[type="submit"]:hover
  svg
  * {
  fill: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf
  .e-form__buttons__wrapper__button-previous:hover {
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-aa657cf {
  --e-form-steps-indicators-spacing: 20px;
  --e-form-steps-indicator-padding: 30px;
  --e-form-steps-indicator-inactive-secondary-color: #ffffff;
  --e-form-steps-indicator-active-secondary-color: #ffffff;
  --e-form-steps-indicator-completed-secondary-color: #ffffff;
  --e-form-steps-divider-width: 1px;
  --e-form-steps-divider-gap: 10px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --overlay-opacity: 1;
  --padding-top: 0%;
  --padding-bottom: 0%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d
  > .elementor-background-video-container::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d
  > .e-con-inner
  > .elementor-background-video-container::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d
  > .elementor-background-slideshow::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d
  > .e-con-inner
  > .elementor-background-slideshow::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e8a341d
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer::before {
  background-color: #000000;
  background-image: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/2025/10/blackfriday.png);
  --background-overlay: "";
  background-repeat: no-repeat;
  background-size: contain;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-397031f {
  --display: flex;
  --padding-top: 5%;
  --padding-bottom: 5%;
  --padding-left: 5%;
  --padding-right: 5%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c898d83 {
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e721b28 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-b749b91 {
  width: var(--container-widget-width, 70%);
  max-width: 70%;
  --container-widget-width: 70%;
  --container-widget-flex-grow: 0;
  text-align: left;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-b749b91
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 700;
  font-style: italic;
  line-height: 35px;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-583999d.elementor-element {
  --align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-583999d {
  text-align: left;
  font-family: "Rubik", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-0dbfbf8 {
  --display: grid;
  --e-con-grid-template-columns: repeat(2, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --align-items: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --overlay-opacity: 0.5;
  --padding-top: 5%;
  --padding-bottom: 2%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-image: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/2025/10/Group-55.jpg);
  background-repeat: no-repeat;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072
  > .elementor-background-video-container::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072
  > .e-con-inner
  > .elementor-background-video-container::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072
  > .elementor-background-slideshow::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072
  > .e-con-inner
  > .elementor-background-slideshow::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dfb5072
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer::before {
  background-color: #ffffff;
  --background-overlay: "";
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-f9c03f7 {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7f021d6 {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7f021d6
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-15637f0 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: space-between;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --border-radius: 5px 5px 5px 5px;
  --padding-top: 0px;
  --padding-bottom: 0px;
  --padding-left: 20px;
  --padding-right: 20px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-15637f0:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-15637f0
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #009638;
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-icon.elementor-view-stacked
  .elementor-icon {
  background-color: var(--e-global-color-primary);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-icon.elementor-view-framed
  .elementor-icon,
:where(.pre-black-friday-wrapper)
  .elementor-widget-icon.elementor-view-default
  .elementor-icon {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
:where(.pre-black-friday-wrapper)
  .elementor-widget-icon.elementor-view-framed
  .elementor-icon,
:where(.pre-black-friday-wrapper)
  .elementor-widget-icon.elementor-view-default
  .elementor-icon
  svg {
  fill: var(--e-global-color-primary);
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674
  .elementor-icon-wrapper {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674.elementor-view-stacked
  .elementor-icon {
  background-color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674.elementor-view-framed
  .elementor-icon,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674.elementor-view-default
  .elementor-icon {
  color: #ffffff;
  border-color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674.elementor-view-framed
  .elementor-icon,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674.elementor-view-default
  .elementor-icon
  svg {
  fill: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674
  .elementor-icon {
  font-size: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ef72674
  .elementor-icon
  svg {
  height: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-40837ac {
  width: var(--container-widget-width, 20%);
  max-width: 20%;
  --container-widget-width: 20%;
  --container-widget-flex-grow: 0;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-40837ac
  .eael-countdown-label {
  padding-left: 0px;
  font-family: "Rubik", Sans-serif;
  font-weight: 400;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-40837ac
  .eael-countdown-item
  > div {
  text-align: right;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-40837ac
  .eael-countdown-digits::after {
  top: 30%;
  font-family: "Rubik", Sans-serif;
  font-size: 25px;
  font-weight: 500;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-40837ac
  .eael-countdown-container {
  margin-bottom: 0px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-40837ac
  .eael-countdown-digits {
  color: #ffffff;
  font-family: "Rubik", Sans-serif;
  font-size: 30px;
  font-weight: 700;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4e39446 {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-459a4f6 {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-cecac23 {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0%;
  --padding-bottom: 5%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-cecac23:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-cecac23
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ececec;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c7ba890 {
  --display: grid;
  --e-con-grid-template-columns: repeat(5, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --margin-top: 0%;
  --margin-bottom: 0%;
  --margin-left: 0%;
  --margin-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-10ada7e {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --padding-top: 0%;
  --padding-bottom: 5%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-10ada7e:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-10ada7e
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a4b38ea {
  --e-image-carousel-slides-to-show: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a4b38ea
  .elementor-swiper-button.elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a4b38ea
  .elementor-swiper-button.elementor-swiper-button-next {
  color: #111111;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a4b38ea
  .elementor-swiper-button.elementor-swiper-button-prev
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a4b38ea
  .elementor-swiper-button.elementor-swiper-button-next
  svg {
  fill: #111111;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --gap: 0px 0px;
  --row-gap: 0px;
  --column-gap: 0px;
  --overlay-opacity: 1;
  --padding-top: 5%;
  --padding-bottom: 5%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94
  > .elementor-background-video-container::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94
  > .e-con-inner
  > .elementor-background-video-container::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94
  > .elementor-background-slideshow::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94
  > .e-con-inner
  > .elementor-background-slideshow::before,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7e6ff94
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer::before {
  background-color: #000000;
  background-image: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/2025/10/blackfriday.png);
  --background-overlay: "";
  background-repeat: no-repeat;
  background-size: contain;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a3ac78c {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-17d6f4e {
  width: var(--container-widget-width, 30%);
  max-width: 30%;
  --container-widget-width: 30%;
  --container-widget-flex-grow: 0;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-17d6f4e.elementor-element {
  --align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-17d6f4e
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 35px;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-381096a {
  --display: grid;
  --e-con-grid-template-columns: repeat(4, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-69f0a1f {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --align-items: center;
  --padding-top: 5%;
  --padding-bottom: 5%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-69f0a1f:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-69f0a1f
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #d9d9d9;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-3aba4a1 {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-3aba4a1
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 35px;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-bb24135 {
  --e-image-carousel-slides-to-show: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4054352 {
  --display: grid;
  --e-con-grid-template-columns: repeat(4, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
  --margin-top: 0%;
  --margin-bottom: 0%;
  --margin-left: 0%;
  --margin-right: 0%;
}
:where(.pre-black-friday-wrapper) .elementor-widget-button .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-531698a
  .elementor-button {
  background-color: #e30000;
  padding: 15px 60px 15px 60px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-d43f595 {
  --spacer-size: 75px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-899801d {
  width: var(--container-widget-width, 44%);
  max-width: 44%;
  --container-widget-width: 44%;
  --container-widget-flex-grow: 0;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-899801d.elementor-element {
  --align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-899801d
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 35px;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c05c1d9 {
  --e-image-carousel-slides-to-show: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c05c1d9
  .elementor-swiper-button.elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c05c1d9
  .elementor-swiper-button.elementor-swiper-button-next {
  color: #111111;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c05c1d9
  .elementor-swiper-button.elementor-swiper-button-prev
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c05c1d9
  .elementor-swiper-button.elementor-swiper-button-next
  svg {
  fill: #111111;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-d523d91 {
  --display: grid;
  --e-con-grid-template-columns: repeat(7, 1fr);
  --e-con-grid-template-rows: repeat(1, 1fr);
  --grid-auto-flow: row;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-8ddf75b {
  --display: flex;
  --flex-direction: column;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --flex-wrap-mobile: wrap;
  --gap: 5px 5px;
  --row-gap: 5px;
  --column-gap: 5px;
  --padding-top: 5%;
  --padding-bottom: 5%;
  --padding-left: 0%;
  --padding-right: 0%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-8ddf75b:not(
    .elementor-motion-effects-element-type-background
  ),
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-8ddf75b
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-0d60b10 {
  width: var(--container-widget-width, 44%);
  max-width: 44%;
  --container-widget-width: 44%;
  --container-widget-flex-grow: 0;
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-0d60b10.elementor-element {
  --align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-0d60b10
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 35px;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a9f903f.elementor-element {
  --align-self: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a9f903f {
  text-align: left;
  font-family: "Rubik", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-0009e91 {
  --spacer-size: 30px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-e981046 {
  --e-image-carousel-slides-to-show: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-187f1c9 {
  --e-image-carousel-slides-to-show: 1;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-187f1c9
  .elementor-swiper-button.elementor-swiper-button-prev,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-187f1c9
  .elementor-swiper-button.elementor-swiper-button-next {
  color: #111111;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-187f1c9
  .elementor-swiper-button.elementor-swiper-button-prev
  svg,
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-187f1c9
  .elementor-swiper-button.elementor-swiper-button-next
  svg {
  fill: #111111;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-f2a2a43 {
  --display: flex;
  --flex-direction: row;
  --container-widget-width: calc(
    (1 - var(--container-widget-flex-grow)) * 100%
  );
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --flex-wrap-mobile: wrap;
  --justify-content: center;
  --align-items: center;
  --padding-top: 5%;
  --padding-bottom: 5%;
  --padding-left: 5%;
  --padding-right: 5%;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-1178e15 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-f10781f {
  text-align: center;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-f10781f
  .elementor-heading-title {
  font-family: "Rubik", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4c5e380 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-dd2b9a5 {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-78fca9d {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-eec7a49 {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-f96a2cd {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a769416 {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-d7b3e71 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-ff7d0f1 {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-3a073c2 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-4f20c51 {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-f5de107 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-2d5cbbd {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-c9e6230 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-0efce25 {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-7fbd892 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-a88495f {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-1bfa23b {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-fc2215e {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-794ee04 {
  --display: flex;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-cf124be {
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-b9c856a {
  --n-accordion-title-font-size: 1rem;
  --n-accordion-title-justify-content: space-between;
  --n-accordion-title-flex-grow: 1;
  --n-accordion-title-icon-order: initial;
  --n-accordion-item-title-space-between: 5px;
  --n-accordion-item-title-distance-from-content: 0px;
  --n-accordion-border-radius: 0px 0px 0px 0px;
  --n-accordion-icon-size: 15px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-b9c856a
  > .e-n-accordion
  > .e-n-accordion-item
  > .e-n-accordion-item-title {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
:where(.pre-black-friday-wrapper)
  .elementor-1746
  .elementor-element.elementor-element-b9c856a
  > .e-n-accordion
  > .e-n-accordion-item[open]
  > .e-n-accordion-item-title {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
}
:where(.pre-black-friday-wrapper):where(
    .elementor-1746
      .elementor-element.elementor-element-b9c856a
      > .e-n-accordion
      > .e-n-accordion-item
      > .e-n-accordion-item-title
      > .e-n-accordion-item-title-header
  )
  > .e-n-accordion-item-title-text {
  font-family: "Rubik", Sans-serif;
  font-weight: 700;
}
:where(.pre-black-friday-wrapper):where(
    .elementor-1746
      .elementor-element.elementor-element-b9c856a
      > .e-n-accordion
      > .e-n-accordion-item
  )
  > .e-con {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}
.pre-black-friday-wrapper {
  --page-title-display: none;
}
@media (min-width: 768px) {
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-0dbfbf8 {
    --width: 60%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4054352 {
    --width: 90%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-1178e15 {
    --width: 75%;
  }
}
@media (max-width: 1024px) {
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-2575695 {
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-0dbfbf8 {
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-c7ba890 {
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-381096a {
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4054352 {
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-d523d91 {
    --grid-auto-flow: row;
  }
}
@media (max-width: 767px) {
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-142a782 {
    --min-height: 40vh;
    --padding-top: 5%;
    --padding-bottom: 5%;
    --padding-left: 5%;
    --padding-right: 5%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-788b999 {
    padding: 0% 0% 2% 0%;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-788b999
    .elementor-heading-title {
    font-size: 35px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-b67879c {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-b67879c.elementor-element {
    --align-self: flex-start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4033346
    .eael-countdown-item
    > div {
    margin-right: 0px;
    margin-left: 0px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4033346
    .eael-countdown-container {
    margin-right: -0px;
    margin-left: -0px;
    margin-bottom: 0px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4033346
    .eael-countdown-digits {
    font-size: 35px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4033346
    .eael-countdown-label {
    font-size: 12px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-2575695 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-3a581c7 {
    --padding-top: 5%;
    --padding-bottom: 5%;
    --padding-left: 5%;
    --padding-right: 5%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-32921f5 {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-32921f5
    img {
    width: 40%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-49ea103 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-49ea103
    .elementor-heading-title {
    font-size: 25px;
    line-height: 1em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-e8a341d {
    --overlay-opacity: 0;
    --padding-top: 10%;
    --padding-bottom: 10%;
    --padding-left: 5%;
    --padding-right: 5%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-e721b28 {
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-b749b91 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-b749b91
    .elementor-heading-title {
    font-size: 30px;
    line-height: 1em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-583999d {
    width: 100%;
    max-width: 100%;
    padding: 4% 0% 0% 0%;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-583999d.elementor-element {
    --align-self: flex-start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-0dbfbf8 {
    --e-con-grid-template-columns: repeat(2, 1fr);
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-cb9e9df
    img {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-d1701fc
    img {
    width: 100%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-dfb5072 {
    --overlay-opacity: 1;
    --padding-top: 5%;
    --padding-bottom: 5%;
    --padding-left: 5%;
    --padding-right: 5%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-7f021d6 {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-7f021d6
    .elementor-heading-title {
    font-size: 25px;
    line-height: 1em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-40837ac {
    --container-widget-width: 200px;
    --container-widget-flex-grow: 0;
    width: var(--container-widget-width, 200px);
    max-width: 200px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-40837ac
    .eael-countdown-digits::after {
    font-size: 1px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-40837ac
    .eael-countdown-container {
    margin-bottom: 0px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-40837ac
    .eael-countdown-digits {
    font-size: 20px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-40837ac
    .eael-countdown-label {
    font-size: 10px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-c7ba890 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-10ada7e {
    --padding-top: 10%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-7e6ff94 {
    --overlay-opacity: 0;
    --padding-top: 10%;
    --padding-bottom: 10%;
    --padding-left: 0%;
    --padding-right: 0%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-17d6f4e {
    width: var(--container-widget-width, 75%);
    max-width: 75%;
    --container-widget-width: 75%;
    --container-widget-flex-grow: 0;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-17d6f4e
    .elementor-heading-title {
    font-size: 25px;
    line-height: 1em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-381096a {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-69f0a1f {
    --padding-top: 10%;
    --padding-bottom: 10%;
    --padding-left: 5%;
    --padding-right: 5%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-3aba4a1 {
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-3aba4a1
    .elementor-heading-title {
    font-size: 20px;
    line-height: 1em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4054352 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-531698a.elementor-element {
    --align-self: stretch;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-531698a
    .elementor-button {
    padding: 15px 50px 15px 50px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-d43f595 {
    --spacer-size: 40px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-899801d {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-899801d
    .elementor-heading-title {
    font-size: 20px;
    line-height: 1em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-c05c1d9 {
    --e-image-carousel-slides-to-show: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-d523d91 {
    --e-con-grid-template-columns: repeat(1, 1fr);
    --grid-auto-flow: row;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-8ddf75b {
    --padding-top: 15%;
    --padding-bottom: 15%;
    --padding-left: 10%;
    --padding-right: 10%;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-0d60b10 {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-0d60b10
    .elementor-heading-title {
    font-size: 25px;
    line-height: 1em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-a9f903f {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-a9f903f.elementor-element {
    --align-self: flex-start;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-0009e91 {
    --spacer-size: 5px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-187f1c9 {
    --e-image-carousel-slides-to-show: 1;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-f10781f {
    text-align: left;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-dd2b9a5 {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-eec7a49 {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-a769416 {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-ff7d0f1 {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-4f20c51 {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-2d5cbbd {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-0efce25 {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-a88495f {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-fc2215e {
    font-size: 14px;
  }
  :where(.pre-black-friday-wrapper)
    .elementor-1746
    .elementor-element.elementor-element-cf124be {
    font-size: 14px;
  }
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-aa47213c.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-60dc2a88.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-88769a1e.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-0585f5a7.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-244686ad.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-58e5057a.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c012394d.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-b8c55b0e.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-6fa0783f.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-1dba1bc2.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-c4482425.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-a1dc56af.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-20c48c4e.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-3603e9b2.woff2)
    format("woff2");
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
    U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
    U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6,
    U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043,
    U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C,
    U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121,
    U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2,
    U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319,
    U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1,
    U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB,
    U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE,
    U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-31b09f96.woff2)
    format("woff2");
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4,
    U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3,
    U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF,
    U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF,
    U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0,
    U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F,
    U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C,
    U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F,
    U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE,
    U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415,
    U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449,
    U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9,
    U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
    U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B,
    U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F,
    U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA,
    U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3,
    U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
    U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B,
    U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
    U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-bf5e5259.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-41d25e69.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/roboto-fb5169d9.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-83dfed57.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f7c1acf8.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-f5125d80.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-7335a6ac.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-a3e20834.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-ecf35e38.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/robotoslab-09b550e6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-c8e75fbc.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-d3740c62.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-79b42957.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-fd215ce1.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-62735e22.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-348e67f6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-c8e75fbc.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-d3740c62.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-79b42957.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-fd215ce1.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-62735e22.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-348e67f6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-c8e75fbc.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-d3740c62.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-79b42957.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-fd215ce1.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-62735e22.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-348e67f6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-c8e75fbc.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-d3740c62.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-79b42957.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-fd215ce1.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-62735e22.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-348e67f6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-c8e75fbc.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-d3740c62.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-79b42957.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-fd215ce1.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-62735e22.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-348e67f6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-c8e75fbc.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-d3740c62.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-79b42957.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-fd215ce1.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-62735e22.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-348e67f6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-c8e75fbc.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-d3740c62.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-79b42957.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-fd215ce1.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-62735e22.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-348e67f6.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-b311ea68.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-a3224207.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-f3b8cac4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-4d3665fa.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-af44796b.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-0aead07c.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-b311ea68.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-a3224207.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-f3b8cac4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-4d3665fa.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-af44796b.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-0aead07c.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-b311ea68.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-a3224207.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-f3b8cac4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-4d3665fa.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-af44796b.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-0aead07c.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-b311ea68.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-a3224207.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-f3b8cac4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-4d3665fa.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-af44796b.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-0aead07c.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-b311ea68.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-a3224207.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-f3b8cac4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-4d3665fa.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-af44796b.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-0aead07c.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-b311ea68.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-a3224207.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-f3b8cac4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-4d3665fa.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-af44796b.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-0aead07c.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-b311ea68.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-a3224207.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-f3b8cac4.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-4d3665fa.woff2)
    format("woff2");
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-af44796b.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://imgcentauro-a.akamaihd.net/09_Landings/2025/pre-black-friday/v6/content/uploads/elementor/google-fonts/fonts/rubik-0aead07c.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
.pre-black-friday-wrapper {
  margin: 0;
  padding: 0;
  width: 100vw;
}
:where(.pre-black-friday-wrapper) img:is([sizes="auto"i], [sizes^="auto,"i]) {
  contain-intrinsic-size: 3000px 1500px;
}
:where(.pre-black-friday-wrapper) img.wp-smiley,
:where(.pre-black-friday-wrapper) img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.pre-black-friday-wrapper {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
.pre-black-friday-wrapper {
  --wp--style--global--content-size: 800px;
  --wp--style--global--wide-size: 1200px;
}
:where(.pre-black-friday-wrapper):where(body) {
  margin: 0;
}
:where(.pre-black-friday-wrapper) .wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}
:where(.pre-black-friday-wrapper) .wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}
:where(.pre-black-friday-wrapper) .wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
:where(.pre-black-friday-wrapper):where(.wp-site-blocks) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}
:where(.pre-black-friday-wrapper):where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}
:where(.pre-black-friday-wrapper):where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}
.pre-black-friday-wrapper {
  --wp--style--block-gap: 24px;
}
.pre-black-friday-wrapper:where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}
.pre-black-friday-wrapper:where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}
.pre-black-friday-wrapper:where(.is-layout-flow) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}
.pre-black-friday-wrapper:where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}
.pre-black-friday-wrapper:where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}
.pre-black-friday-wrapper:where(.is-layout-constrained) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}
.pre-black-friday-wrapper:where(.is-layout-flex) {
  gap: 24px;
}
.pre-black-friday-wrapper:where(.is-layout-grid) {
  gap: 24px;
}
:where(.pre-black-friday-wrapper) .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
:where(.pre-black-friday-wrapper) .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
:where(.pre-black-friday-wrapper) .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
:where(.pre-black-friday-wrapper) .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
:where(.pre-black-friday-wrapper) .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
:where(.pre-black-friday-wrapper) .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
:where(.pre-black-friday-wrapper)
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
:where(.pre-black-friday-wrapper) .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
:where(.pre-black-friday-wrapper) body .is-layout-flex {
  display: flex;
}
:where(.pre-black-friday-wrapper) .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
:where(.pre-black-friday-wrapper) .is-layout-flex > :is(*, div) {
  margin: 0;
}
:where(.pre-black-friday-wrapper) body .is-layout-grid {
  display: grid;
}
:where(.pre-black-friday-wrapper) .is-layout-grid > :is(*, div) {
  margin: 0;
}
:where(.pre-black-friday-wrapper) body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
:where(.pre-black-friday-wrapper) a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}
.pre-black-friday-wrapper:where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
:where(.pre-black-friday-wrapper) .has-black-color {
  color: var(--wp--preset--color--black) !important;
}
:where(.pre-black-friday-wrapper) .has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
:where(.pre-black-friday-wrapper) .has-white-color {
  color: var(--wp--preset--color--white) !important;
}
:where(.pre-black-friday-wrapper) .has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
:where(.pre-black-friday-wrapper) .has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
:where(.pre-black-friday-wrapper) .has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
:where(.pre-black-friday-wrapper) .has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
:where(.pre-black-friday-wrapper) .has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
:where(.pre-black-friday-wrapper) .has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
:where(.pre-black-friday-wrapper) .has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
:where(.pre-black-friday-wrapper) .has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
:where(.pre-black-friday-wrapper) .has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
:where(.pre-black-friday-wrapper) .has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
:where(.pre-black-friday-wrapper) .has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
:where(.pre-black-friday-wrapper) .has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
:where(.pre-black-friday-wrapper) .has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
:where(.pre-black-friday-wrapper) .has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
:where(.pre-black-friday-wrapper) .has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
:where(.pre-black-friday-wrapper) .has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
:where(.pre-black-friday-wrapper) .has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
:where(.pre-black-friday-wrapper) .has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
:where(.pre-black-friday-wrapper) .has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
:where(.pre-black-friday-wrapper) .has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
:where(.pre-black-friday-wrapper) .has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
:where(.pre-black-friday-wrapper) .has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
:where(.pre-black-friday-wrapper)
  .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
:where(.pre-black-friday-wrapper)
  .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
:where(.pre-black-friday-wrapper)
  .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
:where(.pre-black-friday-wrapper)
  .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
:where(.pre-black-friday-wrapper)
  .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
:where(.pre-black-friday-wrapper)
  .has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
:where(.pre-black-friday-wrapper) .has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
:where(.pre-black-friday-wrapper) .has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
:where(.pre-black-friday-wrapper) .has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
:where(.pre-black-friday-wrapper) .has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
:where(.pre-black-friday-wrapper) .has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
:where(.pre-black-friday-wrapper) .has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
:where(.pre-black-friday-wrapper) .has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
:where(.pre-black-friday-wrapper) .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
:where(.pre-black-friday-wrapper) .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
:where(.pre-black-friday-wrapper) .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.pre-black-friday-wrapper:where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}
:where(.pre-black-friday-wrapper)
  .e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
:where(.pre-black-friday-wrapper)
  .e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload)
  * {
  background-image: none !important;
}
@media screen and (max-height: 1024px) {
  :where(.pre-black-friday-wrapper)
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
  :where(.pre-black-friday-wrapper)
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload)
    * {
    background-image: none !important;
  }
}
@media screen and (max-height: 640px) {
  :where(.pre-black-friday-wrapper)
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
  :where(.pre-black-friday-wrapper)
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload)
    * {
    background-image: none !important;
  }
}
.elementor-accordion .elementor-tab-title,
.faq-section .accordion-title,
.faq-section h3,
.faq-section button[aria-expanded] {
  font-family: "Rubik", sans-serif !important;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #000;
}
/* FORCE RUBIK ON ACCORDION/TOPIC TITLES (HIGH SPECIFICITY) */
.elementor-accordion .elementor-accordion-item .elementor-tab-title,
.elementor-accordion .elementor-accordion-item .elementor-tab-title *,
.elementor-accordion .elementor-accordion-title,
.elementor-toggle .elementor-toggle-item .elementor-tab-title,
.elementor-toggle .elementor-toggle-item .elementor-tab-title *,
.elementor-toggle .elementor-toggle-title {
  font-family: "Rubik", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.2px;
}
